]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Remove stuff for dotimes, dolist, push, pop.
[gnu-emacs] / lisp / ChangeLog
1 2000-01-28 Dave Love <fx@gnu.org>
2
3 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
4 Don't use lisp-indent-hook property.
5 (cl-abs): Remove.
6
7 * subr.el: Move out indent and edebug specs for when and unless.
8
9 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10 when, unless.
11
12 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13 unless, when.
14
15 2000-01-28 Gerd Moellmann <gerd@gnu.org>
16
17 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18 `collecting' as synonym for `collect'.
19
20 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21 for the case it contains spaces.
22
23 * simple.el (what-cursor-position): Change formatting of
24 messages.
25
26 * frame.el (delete-other-frames): New function.
27 (toplevel): Bind it to C-x 5 1.
28
29 * sort.el (sort-numeric-base): New option.
30 (sort-numeric-fields): If number starts with `0' or `0[xX[',
31 interpret it as octal or hexadecimal. Use sort-numeric-base
32 as default base.
33
34 * progmodes/glasses.el: New file.
35
36 2000-01-27 Gerd Moellmann <gerd@gnu.org>
37
38 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
39 userids differently.
40
41 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
42 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
43 progmodes/ebnf-yac.el: New files.
44
45 2000-01-26 Dave Love <fx@gnu.org>
46
47 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
48 on a function with an empty body. [From Eric Ludlam.]
49
50 2000-01-25 Andre Spiegel <spiegel@gnu.org>
51
52 * vc.el (vc-version-diff): Make sure file name is expanded.
53
54 2000-01-25 Gerd Moellmann <gerd@gnu.org>
55
56 * scroll-bar.el (scroll-bar-timer): Variable removed.
57 (scroll-bar-toolkit-scroll): Don't use a timer.
58
59 2000-01-25 Kenichi Handa <handa@etl.go.jp>
60
61 * language/thai-util.el (thai-composition-function): Delete
62 superfluous `a'.
63
64 2000-01-24 Dave Love <fx@gnu.org>
65
66 * fortran.el (fortran-mode): Use beginning-of-defun-function,
67 end-of-defun-function.
68
69 * font-lock.el (turn-on-font-lock): Don't depend on window-system
70 &c.
71
72 2000-01-22 Jason Rumney <jasonr@gnu.org>
73
74 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
75 conflicts with new face support.
76
77 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
78
79 * replace.el (query-replace): Rename last arg to DELIMITED.
80 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
81 (query-replace-regexp): Likewise.
82
83 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
84
85 * subr.el (with-syntax-table): Use make-symbol, not gensym.
86
87 * emacs-lisp/lisp.el (beginning-of-defun-function):
88 Variable renamed from beginning-of-defun.
89 Do not call make-variable-buffer-local.
90 (beginning-of-defun-raw): Use new variable name; doc fix.
91 (beginning-of-defun): Doc fix.
92 (end-of-defun-function): Variable renamed from end-of-defun.
93 Do not call make-variable-buffer-local.
94 (end-of-defun): Use new variable name; doc fix.
95
96 * subr.el (dolist, dotimes): Copied from cl-macs.el
97 and made to work.
98
99 * mail/undigest.el (rmail-digest-end-regexps):
100 Variable replaces rmail-digest-end-regexp.
101 Allows multiple regexps for detecting the end line.
102 (undigestify-rmail-message): Corresponding changes.
103
104 2000-01-19 Dave Love <fx@gnu.org>
105
106 * files.el (user-init-file): Don't declare here -- is primitive.
107
108 * startup.el (command-line): Check for compiled user-init-file and
109 set to uncompiled version if necessary.
110
111 2000-01-18 Gerd Moellmann <gerd@gnu.org>
112
113 * mail/undigest.el (rmail-digest-end-regexp): New user option.
114 (undigestify-rmail-message): Use it.
115
116 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
117
118 2000-01-17 Gerd Moellmann <gerd@gnu.org>
119
120 * tmm.el (tmm-goto-completions): Adapt to prompt being part
121 of mini-buffer.
122
123 2000-01-14 Gerd Moellmann <gerd@gnu.org>
124
125 * emacs-lisp/copyright.el (copyright-update): Removed the
126 requirement for a trailing space from `copyright-regexp', to
127 support copyrights with owner specified on a separate line..
128
129 * align.el: New file.
130
131 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
132
133 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
134
135 2000-01-13 Dave Love <fx@gnu.org>
136
137 * ph.el: Removed. (Obsoleted by EUDC.)
138
139 2000-01-13 Gerd Moellmann <gerd@gnu.org>
140
141 * net/eudc.el (toplevel): Remove autoloaded code installing
142 menu with easymenu, because that causes build problems.
143
144 * frame.el (frame-notice-user-settings): New variable.
145 (frame-notice-user-settings): Don't modify frame parameters
146 if called a second time.
147
148 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
149
150 * frame.el (frame-notice-user-settings):
151 Notice default-frame-parameters even for non-window frames.
152
153 2000-01-13 Gerd Moellmann <gerd@gnu.org>
154
155 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
156 for Emacs.
157 (eudc-bob-can-display-inline-images): Extend for Emacs.
158 (eudc-bob-toggle-inline-display): Ditto.
159 (eudc-bob-display-jpeg): Ditto.
160
161 2000-01-12 Gerd Moellmann <gerd@gnu.org>
162
163 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
164 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
165 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
166
167 * add-log.el (add-change-log-entry): Fix error trying an `(insert
168 nil)'.
169
170 * subdirs.el: Add `net' directory.
171
172 * net: New directory.
173
174 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
175 eval-last-sexp. Don't bind debug-on-error here.
176 (eval-last-sexp): New function. Bind debug-on-error if
177 eval-expression-debug-on-error is non-nil.
178 (eval-defun-2, eval-defun): Likewise.
179
180 * simple.el (eval-expression): Don't bind debug-on-error if
181 eval-expression-debug-on-error is nil. Detect changed
182 debug-on-error, and propagate new value to global binding, if
183 eval-expression-debug-on-error is non-nil,
184 (eval-expression-debug-on-error): Change doc string.
185
186 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
187
188 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
189
190 * emacs-lisp/lisp-mode.el (with-syntax-table):
191 Set up lisp-indent-function property.
192
193 * subr.el (with-syntax-table): Moved from simple.el.
194
195 * simple.el (with-syntax-table): Moved to subr.el.
196
197 2000-01-11 Gerd Moellmann <gerd@gnu.org>
198
199 * tmm.el (tmm-shortcut): Delete region after prompt instead
200 of erasing buffer.
201
202 * textmodes/fill.el (fill-common-string-prefix): New function.
203 (fill-context-prefix): Use the longest common prefix of first
204 and second line fill prefix, if there is one.
205
206 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
207
208 * array.el (array-mode): Don't use make-variable-buffer-local.
209 Use make-local-variable for `truncate-lines'.
210
211 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
212
213 * add-log.el (add-log-current-defun): Handle user-defined
214 add-log-current-function returning nil,
215
216 * add-log.el (add-change-log-entry): Insert version number
217 if having found a current function
218
219 * add-log.el (add-log-current-defun): Call
220 `add-log-current-defun-function'. Try matches at level 0 and
221 level 1. Strip whitespace from defun found.
222
223 2000-01-10 John Wiegley <johnw@gnu.org>
224
225 * allout.el (isearch-done/outline-provisions): Added `edit'
226 argument to correspond with the current definition of
227 `isearch-done'.
228
229 2000-01-10 Dave Love <fx@gnu.org>
230
231 * elide-head.el (elide-head): Use point-marker, not point.
232
233 2000-01-10 Gerd Moellmann <gerd@gnu.org>
234
235 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
236 before and after the year 2000.
237
238 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
239 Add ispell- prefix.
240
241 2000-01-10 Ken Stevens <k.stevens@ieee.org>
242
243 * ispell.el: Only define dictionaries in menus when they exist.
244 (version18p): New variable.
245 (version20p): New variable.
246 (xemacsp): New variable.
247 (ispell-choices-win-default-height): Fix for XEmacs visibility.
248 (ispell-dictionary-alist1): Added Brasileiro dictionary.
249 (ispell-dictionary-alist6): Russian command lines no longer accept
250 run-together words.
251 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
252 (ispell-dictionary-alist): Add koi8-r to customize definition.
253 (check-ispell-version): Added documentation string. Returns
254 library path when called non-interactively.
255 (ispell-menu-map-needed): Uses new variables.
256 (ispell-library-path): New variable.
257 (ispell-decode-string): XEmacs fix for bogus variable bindings.
258 (ispell-word): Improved documentation string. Test for valid
259 character mappings. Correctly check typed in word changes that can
260 result in single words split into multiple words. Returns
261 replacement word.
262 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
263 replace in recursive query replace mode. Help message for
264 recursive edit mode.
265 (ispell-show-choices): Protect against bad framepop bindings.
266 (ispell-help): Fix to work with XEmacs.
267 (ispell-highlight-spelling-error): Use new variables.
268 (ispell-overlay-window): Fix to work with XEmacs.
269 (ispell-parse-output): Passed and returns location information
270 tracking spelling corrections. Doesn't recheck same word on
271 current line.
272 (ispell-init-process): Protect against bogus XEmacs variable binding.
273 Fix call to single argument in sleep-for. Use new variables.
274 (ispell-region): Passed and returns location information tracking
275 spelling corrections. Doesn't check same word on current line.
276 Improved documentation string. Doesn't resend a line already
277 checked to the ispell process - fixes bug in LaTeX parsing.
278 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
279 (ispell-skip-region): No longer skips <TT> in SGML.
280 (ispell-process-line): Tracks location information with spelling
281 corrections. Added documentation string. Accounts for words
282 already accepted on this line. Don't allow query-replace on line
283 starting with math characters. Doesn't resend a line already sent
284 to ispell process. Fixes alignment error bug.
285
286 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
287
288 * dired-x.el (dired-guess-shell-alist-default):
289 Suggest xloadimage, which is free, not xv, which isn't.
290
291 * ange-ftp.el (ange-ftp-file-name-nondirectory):
292 Don't ever include the host name or user name in the value.
293
294 2000-01-09 Gerd Moellmann <gerd@gnu.org>
295
296 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
297 of a real newline.
298
299 2000-01-09 Stephen Eglen <stephen@gnu.org>
300
301 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
302 for .png files.
303
304 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
305
306 * cus-edit.el (custom-hook-convert-widget): Fix comment.
307
308 2000-01-09 Gerd Moellmann <gerd@gnu.org>
309
310 * progmodes/cperl-mode.el: Replace ^F with ^L.
311
312 * sendmail.el (toplevel): Provide `sendmail' when compiling
313 before `require'ing rmail and mailalias to prevent infinite
314 recursion.
315
316 2000-01-08 Dave Love <fx@gnu.org>
317
318 * emacs-lisp/backquote.el: Remove inappropriate customization
319 (allowing custom.el to use backquote).
320
321 2000-01-07 Dave Love <fx@gnu.org>
322
323 * add-log.el (add-log-debugging): Deleted.
324 (add-change-log-entry): Treat a backup FILE-NAME as its parent
325 file. Remove debugging code.
326 (change-log-get-method-definition, change-log-name): Add doc.
327 (change-log-sortable-date-at): New function.
328 (change-log-merge): New command.
329
330 * time.el (display-time-string-forms): Make the Mail string active.
331 (display-time-update): Provide help-echo for load average.
332
333 * bindings.el (make-mode-line-mouse2-map): New function.
334 (mode-line-modified): Use it and simplify.
335 (mode-line-mule-info): Provide help-echo info.
336 (minor-mode-alist): Activate the strings.
337 (make-mode-line-mouse-sensitive): Simplify for
338 mode-line-buffer-identification.
339
340 2000-01-07 Gerd Moellmann <gerd@gnu.org>
341
342 * play/pong.el: New file.
343
344 2000-01-06 Dave Love <fx@gnu.org>
345
346 * array.el: Assorted cleanups for compiler warnings, doc strings,
347 `array-' prefix for symbols.
348
349 2000-01-05 Dave Love <fx@gnu.org>
350
351 * textmodes/outline.el (outline-mode-menu-bar-map): Add
352 outline-headers-as-kill.
353 (outline-mode): Define imenu-generic-expression.
354 (outline-headers-as-kill): New command.
355
356 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
357 from paragraph-start.
358 (paragraph-indent-minor-mode): New command.
359
360 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
361 M-C-e, M-C-h, C-j, C-xnd, TAB.
362 (fortran-mode): Set beginning-of-defun, end-of-defun.
363 (fortran-column-ruler): Simplify.
364 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
365 (fortran-with-subprogram-narrowing): Likewise.
366 (fortran-indent-subprogram): Call mark-defun.
367 (fortran-check-for-matching-do): Change narrowing.
368
369 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
370 (cl-lucid-hash-tag): Delete.
371 (cl-hash-table-p): Correct test for native table.
372 (cl-hash-table-count): Use hash-table-count.
373
374 * browse-url.el (browse-url): Fix case of
375 browse-url-browser-function being an alist.
376
377 2000-01-05 Carsten Dominik <cd@gnu.org>
378
379 * textmodes/reftex-vars.el (reftex-parse-file-extension)
380 (reftex-index-phrase-file-extension): New options.
381
382 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
383 Use new option `reftex-index-phrase-file-extension'.
384
385 * textmodes/reftex.el (reftex-access-parse-file): Use new option
386 `reftex-parse-file-extension'.
387
388 2000-01-05 Dave Love <fx@gnu.org>
389
390 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
391 (beginning-of-defun-raw): Use it.
392 (end-of-defun): New variable.
393 (end-of-defun): Use it.
394 (check-parens): New command.
395
396 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
397
398 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
399 (hs-show-block): Don't use `mapcar' when not accumulating.
400
401 Fix buglet in local variables initialization.
402
403 2000-01-05 Andreas Schwab <schwab@suse.de>
404
405 * hscroll.el (hscroll): Doc fix.
406
407 2000-01-05 Carsten Dominik <cd@gnu.org>
408
409 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
410 idlw-toolbar.
411
412 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
413 file idlw-rinfo.el.
414 (idlwave-customize): load must read file idlw-shell.el.
415 (idlwave-create-customize-menu): load must read file idlw-shell.el.
416
417 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
418
419 * progmodes/idlw-shell.el: Also provide idlwave-shell
420 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
421 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
422
423 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
424 both reftex-dcr and reftex-vcr.
425
426 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
427
428 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
429
430 * ps-print.el: PostScript code now is in separate files, doc fix.
431 (ps-print-version): New version number (5.0.3).
432 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
433 local.
434 (ps-spool-config): Initialization fix.
435 (ps-print-prologue-1, ps-print-prologue-2)
436 (ps-print-duplex-feature): PostScript code moved to separated file.
437 (ps-background-image): Little code reformating.
438 (ps-begin-file, ps-begin-job): Fix code.
439 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
440 (ps-prologue-file): New fun.
441
442 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
443
444 * ps-vars.el: Eliminated.
445
446 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
447 `;;;###autoload'.
448
449 * ps-print.el: ps-vars eliminated, doc fix.
450 (ps-print-version): New version number (5.0.2).
451 (ps-spool-config): Initialization fix.
452 (ps-print-customize): New fun.
453
454 2000-01-04 Gerd Moellmann <gerd@gnu.org>
455
456 * autorevert.el (auto-revert-mode): Return value of
457 auto-revert-mode.
458
459 2000-01-04 Dave Love <fx@gnu.org>
460
461 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
462 menu items.
463
464 2000-01-03 Dave Love <fx@gnu.org>
465
466 * elide-head.el (elide-head) [defgroup]: Add :version.
467
468 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
469 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
470 `cl-hash-table-p', not `hash-table-p'.
471 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
472
473 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
474
475 * faces.el (face-read-integer, read-face-attribute)
476 (color-defined-p, color-values): unspecified-{f,b}g are now
477 strings.
478
479 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
480
481 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
482 at comment end, and re-insert them after filling.
483
484 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
485
486 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
487 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
488 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
489
490 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
491
492 * term/x-win.el (xw-defined-colors): Call color-supported-p,
493 the new name of face-color-supported-p.
494
495 * term/w32-win.el (xw-defined-colors): Likewise.
496
497 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
498
499 * simple.el (completion-setup-function): Count completion-size
500 from minibuffer-prompt-end, not from point-min.
501
502 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
503
504 * faces.el (read-face-attribute, defined-colors, color-defined-p):
505 Pass the frame to tty-color-* functions.
506 (display-color-p, frame-set-background-mode): Pass the frame to
507 tty-display-color-p.
508
509 * term/tty-colors.el (tty-defined-color-alist): Renamed from
510 tty-color-alist.
511 (tty-color-alist, tty-modify-color-alist): New functions.
512 (tty-color-define, tty-color-clear, tty-color-approximate)
513 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
514 an optional parameter FRAME.
515
516 2000-01-01 Gerd Moellmann <gerd@gnu.org>
517
518 * image.el (create-image, defimage): Don't assume image data is a
519 string.
520
521 * image.el (defimage): Handle specifications containing :data
522 instead of :file.
523 (image-type-from-data): New function.
524 (image-type-from-file-header): Use it.
525 (create-image): Add parameter DATA-P.
526
527 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
528
529 * echistory.el (electric-command-history): Call Command-history-setup
530 and command-history-mode using their new conventions.
531
532 * chistory.el (Command-history-setup): Don't switch buffers. Take
533 no args, and do not set major-mode, mode-name or the local map.
534 (command-history-mode): New function, does some of those things
535 Command-history-setup used to do.
536 (list-command-history): Call command-history-mode, not
537 Command-history-setup.
538 (command-history): Renamed from command-history-mode.
539
540 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
541
542 * arc-mode.el (archive-mode-map): Bind q to quit-window.
543
544 1999-12-31 William M. Perry <wmperry@aventail.com>
545
546 * image.el (defimage): Images with the `:data' keyword should be
547 considered valid as well.
548
549 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
550
551 * dired.el (dired-get-filename): Don't call file-name-absolute-p
552 with FILE if FILE is nil.
553
554 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
555
556 * simple.el (choose-completion-string): In minibuffer,
557 do not delete the prompt string.
558
559 1999-12-30 Gerd Moellmann <gerd@gnu.org>
560
561 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
562 assigned to mode-line-mode-menu because bindings.el is dumped with
563 Emacs, and thus the lists used for menu-item definition will be
564 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
565 like pure menu item definitions.
566
567 * expand.el (expand-abbrev-hook): Return t if expansion was
568 done, nil otherwise.
569
570 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
571
572 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
573 (tar-quit): Function deleted.
574
575 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
576
577 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
578 was used but not declared.
579
580 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
581 hs-find-block-beginning): Add or modify docstrings.
582
583 (hs-isearch-show): Rewrite.
584
585 1999-12-28 Gerd Moellmann <gerd@gnu.org>
586
587 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
588
589 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
590 space in front of a C-style comment end.
591
592 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
593
594 * startup.el (command-line-1): Make mode line mouse-sensitive for
595 the MS-DOS version as well.
596
597 1999-12-28 Gerd Moellmann <gerd@gnu.org>
598
599 * bs.el: New file.
600
601 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
602
603 * textmodes/ispell.el (ispell-process-line):
604 Add local var line-offset to adjust for the change
605 in positions within the line, due to previous replacements.
606
607 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
608
609 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
610 Doc fixes.
611
612 1999-12-27 Gerd Moellmann <gerd@gnu.org>
613
614 * add-log.el (change-log-version-number-regexp-list)
615 (change-log-version-info-enabled): Change :version to 21.1.
616 (toplevel): Require CL when compiling.
617
618 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
619
620 * add-log.el (change-log-version-number-regexp-list): Added tag
621 :version 20.6
622 (change-log-version-info-enabled): Added tag :version 20.6
623
624 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
625
626 * add-log.el: More general version number search with
627 user-configurable regexp list.
628 (change-log-version-number-regexp-list): New user variable.
629 (change-log-find-version): Rewritten. Use user-configurable
630 version numbering regexp list
631 change-log-version-number-regexp-list.
632 (change-log-find-version): Renamed to
633 change-log-version-number-search
634 (add-log-file-name-function): New.
635 (change-log-search-vc-number): Added END paramaeter. Added doc
636 string to function.
637 (change-log-version-rcs): Renamed. Was
638 change-log-search-vc-number.
639
640 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
641
642 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
643 overlays if they interfere.
644 (compilation-find-file): Make intangible overlays tangible.
645
646 * progmodes/hideshow.el: Generally, synch w/ maintainer
647 version 5.9.
648
649 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
650
651 (hs-minor-mode-hook): Don't initialize.
652
653 (hs-special-modes-alist): Rewrite value and docstring.
654
655 (hs-minor-mode-prefix): Delete unused var.
656
657 (hs-block-start-mdata-select): New var, buffer local.
658
659 (hs-headline): New var.
660
661 (hs-match-data, hs-forward-sexp): New funcs.
662
663 (hs-hide-comment-region): New func.
664
665 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
666 hs-safety-is-job-n, hs-hide-initial-comment-block,
667 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
668 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
669 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
670 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
671 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
672
673 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
674 (hs-isearch-show-temporary): New funcs.
675
676 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
677
678 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
679
680 When constructing menu, use `[(shift button2)]' notation.
681
682 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
683
684 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
685 (jka-compr-compression-info-list): Add new elt to each vector.
686 (jka-compr-write-region): Don't compress the data if it is
687 already compressed.
688
689 * jka-compr.el (jka-compr-really-do-compress): New variable.
690 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
691 if visiting.
692 (jka-compr-write-region): Set jka-compr-really-do-compress
693 if visiting. Test it when deciding to compress.
694
695 1999-12-22 Gerd Moellmann <gerd@gnu.org>
696
697 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
698 with third argument t.
699
700 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
701
702 * antlr-mode.el: Version 1.2 is released.
703 (antlr): This package has a web page.
704
705 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
706
707 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
708 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
709 (antlr-mode-map): New binding [C-c C-c].
710 (antlr-mode-menu): New entries.
711
712 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
713
714 * antlr-mode.el: Respect Emacs conventions.
715 ((require 'cl)): Only use during compilation.
716 (antlr-language-for-option): New function to avoid using `find'.
717 (antlr-mode): Use it.
718 (antlr-with-syntax-table): Define new instead using XEmacs' one.
719 (antlr-imenu-create-index-function): Change accordingly.
720 (antlr-inside-rule-p): Ditto.
721 (antlr-end-of-rule): Ditto.
722 (antlr-end-of-body): Ditto.
723 (antlr-beginning-of-rule): Ditto.
724 (antlr-indent-line): Ditto.
725
726 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
727
728 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
729 (antlr-set-tabs): Don't use hard-coded values.
730
731 * antlr-mode.el: Minor navigation changes. Not perfect, but this
732 won't be possible without a huge time penalty.
733 (antlr-skip-exception-part): Be more specific.
734 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
735 Renamed from `antlr-skip-grammar-header'.
736 (antlr-next-rule): Change accordingly.
737 (antlr-end-of-body): Ditto. Better error message.
738 (antlr-beginning-of-body): Better error message.
739 (antlr-imenu-create-index-function): Skip rule action prelude.
740
741 * antlr-mode.el: Minor syntax highlighting changes.
742 (antlr-font-lock-default-face): Deletia.
743 (antlr-font-lock-tokendef-face): Changed color.
744 (antlr-font-lock-tokenref-face): Changed color.
745 (antlr-font-lock-literal-face): Changed color.
746 (antlr-font-lock-additional-keywords): Minor changes.
747
748 1999-12-20 Carsten Dominik <cd@gnu.org>
749
750 * progmodes/idlwave.el: New file.
751
752 * progmodes/idlwave-rinfo.el: New file.
753
754 * progmodes/idlwave-shell.el: New file.
755
756 * progmodes/idlwave-toolbar.el: New file.
757
758 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
759
760 1999-12-21 Gerd Moellmann <gerd@gnu.org>
761
762 * progmodes/cwarn.el: New file.
763
764 1999-12-19 Gerd Moellmann <gerd@gnu.org>
765
766 * bindings.el (completion-ignored-extensions): Add .pdf.
767
768 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
769
770 * version.el: Put the version info into binary on MS-DOS as well.
771
772 1999-12-19 Gerd Moellmann <gerd@gnu.org>
773
774 * emacs-lisp/debug.el (debugger-continue): Don't continue if
775 debugger-may-continue is nil.
776
777 1999-12-18 Dave Love <fx@gnu.org>
778
779 * emacs-lisp/cl-macs.el: Remove conditional definition of
780 eval-when-compile. Don't specify abs, expt, gethash,
781 hash-table-count, hash-table-p as side-effect-free here.
782 (cl-emacs-type): Don't declare.
783 (cl-compile-time-init): Remove Emacs 18 compiler patch.
784 (cl-parse-loop-clause): Remove compatibility code.
785
786 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
787 (side-effect-free-fns): Add gethash, hash-table-count.
788 (side-effect-and-error-free-fns): Add hash-table-p.
789
790 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
791 `cl-' to autoload names for some hash functions. Don't autoload
792 eval-when-compile. Don't provide mini-cl.
793 (cl-emacs-type): Remove.
794 (cl-map-extents): Remove compatibility code.
795
796 * emacs-lisp/float.el: Bind free variables.
797
798 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
799
800 1999-12-16 Gerd Moellmann <gerd@gnu.org>
801
802 * bindings.el (completion-ignored-extensions): Add .tfm.
803
804 1999-12-16 Dave Love <fx@gnu.org>
805
806 * faces.el (set-face-attribute): Purecopy the attributes set.
807
808 * custom.el (custom-declare-variable): Purecopy value.
809
810 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
811 (byte-extrude-byte-code-vectors): Use remprop.
812 (byte-compile-lambda): Check that arg is a lambda.
813
814 1999-11-16 Anders Lindgren <AndersL@andersl.com>
815
816 * font-lock.el: System for adding and removing keywords.
817 Both local (previously added keyword) and global keywords
818 can be removed.
819 (font-lock-remove-keywords): New user-level function.
820 (font-lock-update-removed-keyword-alist): New internal function.
821 (font-lock-removed-keywords-alist): New variable.
822 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
823 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
824 growing datastructures.
825 (font-lock-set-defaults): Removes keywords stored in
826 `font-lock-removed-keywords-alist' after local keywords added.
827
828 1999-12-16 Anders Lindgren <andersl@andersl.com>
829
830 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
831 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
832
833 * font-lock.el (c-keywords): Only highlight preprocessor
834 directives when spelled correctly.
835
836 * font-lock.el (font-lock-match-c++-structor-declaration,
837 c++-keywords): Fontify constructors and destructors with function
838 face inside C++ class declarations.
839
840 1999-12-16 Gerd Moellmann <gerd@gnu.org>
841
842 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
843 the shell from sh-shell-file.
844
845 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
846
847 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
848
849 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
850 if one of the files specified cannot be accessed by
851 file-attributes. Do not strip any leading directories from the
852 file names, to behave more like `ls' does.
853
854 * dired.el (dired-get-filename): Handle absolute file names.
855 (dired-readin-insert): If argument is a cons, don't print
856 "wildcard" on the ``total'' line.
857
858 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
859
860 * faces.el (face-read-integer, read-face-attribute)
861 (color-defined-p, color-values): Allow color values unspecified-fg
862 and unspecified-bg, handle them as unspecified.
863
864 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
865
866 * textmodes/reftex.el: (reftex-compile-variables): respect new
867 structure of `reftex-index-macro'
868 (reftex-compile-variables): Use the changed structure of
869 `reftex-label-alist'.
870
871 * textmodes/reftex-vars.el (reftex-index-math-format,
872 (reftex-toc-max-level): New option.
873 reftex-index-phrases-search-whole-words,
874 reftex-index-phrases-case-fold-search,
875 reftex-index-phrases-skip-indexed-matches,
876 reftex-index-phrases-wrap-long-lines,
877 reftex-index-phrases-sort-prefers-entry,
878 reftex-index-phrases-sort-in-blocks): New options.
879 (reftex-index-macros): Option structure changed.
880 (reftex-index-macros-builtin): Added `repeat' item to each entry.
881 (reftex-label-alist): Additional item in each entry to specify if
882 the environment should be listed in the TOC.
883 (eval-when-compile (require 'cl)) added.
884
885 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
886 longer deals with "repeat".
887 (reftex-index): "repeat property in `reftex-index-macro-alist' is
888 now used.
889 (reftex-index-phrases-comment-regexp,
890 reftex-index-phrases-macrodef-regexp,
891 reftex-index-phrases-phrase-regexp1,
892 reftex-index-phrases-phrase-regexp2,
893 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
894 New constants.
895 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
896 reftex-index-phrases-font-lock-keywords,
897 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
898 reftex-index-phrases-restrict-file): New variables.
899 (reftex-index-phrase-selection-or-word,
900 reftex-index-visit-phrases-buffer,
901 reftex-index-initialize-phrases-buffer,
902 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
903 reftex-index-next-phrase, reftex-index-this-phrase,
904 reftex-index-all-phrases, reftex-index-region-phrases,
905 reftex-index-phrases-parse-header,
906 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
907 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
908 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
909 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
910 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
911 reftex-index-make-replace-string,
912 reftex-query-index-phrase-globally, reftex-query-index-phrase,
913 reftex-index-phrase-match-is-indexed,
914 reftex-index-phrases-fixup-line,
915 reftex-index-phrases-replace-space,
916 reftex-index-select-phrases-macro): New functions.
917 (reftex-index-globalize, reftex-index-globally): functions removed
918 (eval-when-compile (require 'cl)) added.
919
920 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
921 for max level.
922 (reftex-toc-max-level-indicator): New variable.
923 (reftex-toc-max-level): New command.
924 (reftex-toc-map): New keybinding `t'.
925 (reftex-toc-help): Constant updated.
926 (eval-when-compile (require 'cl)) added.
927
928 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
929 `t' command key can change `reftex-toc-max-level'
930 (eval-when-compile (require 'cl)) added.
931
932 * textmode/reftex-sel (reftex-insert-docstruct): Respect
933 `reftex-toc-max-level'
934 (eval-when-compile (require 'cl)) added.
935
936 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
937 added.
938
939 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
940 added.
941
942 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
943 commands.
944 (reftex-citation, reftex-do-citation,
945 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
946 preselect a citation format.
947 (eval-when-compile (require 'cl)) added.
948
949 * textmodes/reftex-parse.el (reftex-context-substring): Optional
950 parameter to-end
951 (reftex-section-info): Deal with environment matches.
952 (eval-when-compile (require 'cl)) added.
953
954 * reftex-global.el (eval-when-compile (require 'cl)) added.
955
956 1999-12-15 Kenichi Handa <handa@etl.go.jp>
957
958 The following changes are for the new composition mechanism. We
959 have deleted `composition' charset and composite characters,
960 instead introduced a special text property `composition'.
961
962 * composite.el: New file.
963
964 * ps-mule.el: Define encode-composition-rule and find-composition
965 for Emacs 20.4 and the earlier versions.
966 (ps-mule-init-external-library): Just require a feature for
967 external libraries.
968 (ps-mule-prologue): Postscript code modified for new composition.
969 (ps-mule-find-wrappoint): New arg COMPOSITION.
970 (ps-mule-plot-string): Delete code for composite characaters.
971 (ps-mule-plot-composition): New funcion.
972 (ps-mule-prepare-font-for-components): New function.
973 (ps-mule-plot-components): New function.
974 (ps-mule-composition-prologue-generated): Renamed from
975 ps-mule-cmpchar-prologue-generated.
976 (ps-mule-composition-prologue): New named from
977 ps-mule-cmpchar-prologue. Modified for new composition.
978 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
979 ps-mule-prepare-cmpchar-font): Deleted.
980 (ps-mule-string-encoding): New arg NO-SETFONT.
981 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
982 check Composing, not Cmpchar
983 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
984 to nil.
985 (ps-mule-begin-job): Check existence of new composition.
986
987 * ps-print.el (ps-plot-region): Handle new composition.
988
989 * simple.el (what-cursor-position): Show "(composed)" if the
990 character is composed.
991
992 * international/characters.el: Fix cateogries of Lao symbols.
993
994 * international/fontset.el (vertical-centering-font-regexp): New
995 variable.
996
997 * international/mule.el (mule-version): Updated to 5.0 (AOI).
998 (mule-version-date): Updated to 1999.12.7.
999 (with-category-table): New macro.
1000
1001 * international/mule-cmds.el (encode-coding-char): Don't check
1002 composite character.
1003
1004 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
1005 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
1006 x-ctext): Give `composition' property t.
1007
1008 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
1009 non-nil) at the tail of ALIST.
1010 (compose-region, decompose-region, decompse-string,
1011 reference-point-alist, compose-chars): Moved to composite.el.
1012 (compose-chars-component, compose-chars-rule,
1013 decompose-composite-char): Deleted.
1014
1015 * international/quail.el (quail-install-map): New optional arg
1016 NAME.
1017 (quail-get-translation): If DEF is a symbol but not a function,
1018 ignore it.
1019 (quail-start-translation): Put a key sequence undefined in the
1020 translation keymap in unread-command-events, not generated-events.
1021 Return parameterized event (compose-last-chars N) if the input
1022 characters should be composed.
1023 (quail-map-definition): If DEF is t, treat it as nil.
1024 (quail-delete-last-char): Delete the quail region.
1025 (quail-show-translations): Don't show list of translations if the
1026 quail package is deterministic.
1027 (quail-completion-max-depth): New variable.
1028 (quail-completion-1): Pay attention to the above variable. Fix
1029 for the case that a translation is a function.
1030 (quail-map-from-table, quail-map-from-table-1,
1031 quail-map-from-table-2): New functions.
1032 (quail-lookup-map-and-concat): New function
1033
1034 * language/devan-util.el: Mostly rewritten.
1035
1036 * language/lao.el: Register lao-composition-function in
1037 composition-function-table.
1038
1039 * language/lao-util.el: Mostly rewritten.
1040
1041 * language/thai.el: Register thai-composition-function in
1042 composition-function-table.
1043 (thai-tis620): Delete `pre-write-conversion' property.
1044
1045 * language/thai-util.el: (thai-category-table): Make it by
1046 make-category-table.
1047 (thai-composition-pattern): New variable.
1048 (thai-compose-region, thai-compose-string): Use
1049 with-category-table.
1050 (thai-post-read-conversion): Just call thai-compose-region.
1051 (thai-pre-write-conversion): Deleted.
1052 (thai-composition-function): New funciton.
1053
1054 * language/tibet-util.el: Most functions rewritten.
1055 (tibetan-char-p): Renamed from tibetan-char-examin.
1056 (tibetan-composable-examin) (tibetan-complete-char-examin)
1057 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
1058 (tibetan-add-components): New function.
1059 (tibetan-composition-function): New function.
1060
1061 * language/tibetan.el: Register tibetan-composition-function in
1062 composition-function-table.
1063 (tibetan-composable-pattern): New variable.
1064 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
1065 (tibetan-precomposition-rule-alist): Move punctuations to
1066 tibetan-punctuation-transcription-alist and
1067 tibetan-obsolete-glyphs.
1068 (tibetan-punctuation-transcription-alist): New variable.
1069 (tibetan-obsolete-glyphs): New variable.
1070 (tibetan-regexp): Improve the initialization code.
1071
1072 * textmodes/fill.el (fill-find-break-point): Delete codes for
1073 composite characters.
1074 (fill-region-as-paragraph): Likewise.
1075
1076 1999-12-14 Gerd Moellmann <gerd@gnu.org>
1077
1078 * international/mule-cmds.el (default-input-method): Specify
1079 that it should be set after current-language-environment.
1080
1081 * custom.el (custom-handle-keyword): Add :set-after.
1082 (custom-add-dependencies): New function.
1083 (custom-set-variables): Take dependencies between args into
1084 account.
1085
1086 * battery.el (battery): Doc fix.
1087
1088 1999-12-12 Gerd Moellmann <gerd@gnu.org>
1089
1090 * progmodes/cc-make.el: Removed.
1091
1092 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1093
1094 * Release of cc-mode 5.26
1095
1096 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1097
1098 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
1099 target depth. Optionally count #else lines as clause limits,
1100 as suggested by don provan <provan@lucent.com>. #elif
1101 handling fixed.
1102
1103 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
1104 (c-down-conditional-with-else): New commands that uses the
1105 added functionality in `c-forward-conditional'.
1106
1107 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1108
1109 * cc-align.el (c-lineup-comment): Preserve the alignment with
1110 a comment on the previous line instead of preserving the
1111 comment-column.
1112
1113 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1114
1115 * Fixes to IDL mode after input from Eric Eide
1116 <eeide@cs.utah.edu>:
1117 * cc-engine.el (c-beginning-of-statement-1): Allow
1118 `c-conditional-key' to be nil, for the benefit of IDL mode.
1119 * cc-engine.el (c-guess-basic-syntax): Ditto.
1120 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
1121 but do match CORBA 2.3 `valuetype'.
1122 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
1123 for IDL.
1124 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
1125 be nil for IDL.
1126 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
1127 Like C++.
1128 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
1129 set `c-method-key' and `c-baseclass-key' to nil.
1130
1131 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1132
1133 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
1134 with nonhanging open braces.
1135
1136 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1137
1138 * cc-align.el: Added docstrings to all lineup functions.
1139
1140 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
1141 keyword.
1142
1143 * cc-align.el (c-lineup-C-comments): Handle free form text
1144 comments. Use c-comment-prefix-regexp and comment-start-skip
1145 instead of hardcoded regexps.
1146
1147 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1148
1149 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
1150 behavior and return value as documented.
1151
1152 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1153
1154 * Changes for new style variable init system:
1155 * cc-langs.el (c-common-init): Dito.
1156 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
1157 now customizable.
1158 * cc-vars.el: Style variables may now take a value
1159 'set-from-style to make them take their value from the style
1160 system. This value is now the default on all these variables.
1161 * cc-vars.el (c-valid-offset): New function to verify a
1162 syntactic symbol offset setting.
1163 * cc-vars.el (c-offsets-alist): Variable moved from
1164 cc-styles.el since it's now customizable in a similar way to
1165 the other style variables.
1166 * cc-vars.el (c-old-style-variable-behavior): New variable to
1167 revert to the old style init behavior.
1168
1169 * cc-vars.el (c-file-style, c-file-offsets): Made always
1170 buffer local.
1171
1172 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
1173 the throws clause that might follow the function prototype in
1174 C++.
1175
1176 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1177
1178 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
1179 could move forward for macros that doesn't start in column 0.
1180
1181 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1182
1183 * cc-align.el (c-indent-multi-line-block,
1184 c-lineup-whitesmith-in-block): Two new lineup functions for
1185 use in whitesmith style.
1186
1187 * cc-styles.el (c-style-alist): More fixes to whitesmith
1188 style. It should now handle all different braces uniformly in
1189 both hanging and non-hanging cases.
1190
1191 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1192
1193 * cc-cmds.el (c-indent-exp): Use a marker to save point to
1194 make it stay in the same position relative to the surrounding
1195 text.
1196
1197 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
1198 when adaptive-fill-mode doesn't manage to get it correct.
1199
1200 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
1201 with dotted notation, e.g. foo.bar.Gnu.
1202
1203 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
1204 within unwind-protect (previously only some were wrapped so it
1205 would be possible to register mode initialization when full
1206 initialization did not finish).
1207
1208 * cc-styles.el (c-style-alist): Corrected the brace placement
1209 in the whitesmith style. Thanks to Sean Luke
1210 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
1211 styles with consistent brace placement for all constructs.
1212
1213 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1214
1215 * cc-cmds.el (c-context-line-break): Continue C++ comments too
1216 when point is in the middle of them.
1217
1218 * cc-cmds.el: Line breaking and paragraph filling code
1219 rewritten:
1220 (c-guess-fill-prefix): New function that uses various
1221 heuristics to guess the comment prefix.
1222 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
1223 It now assumes adaptive filling is active to preserve the line
1224 prefix inside comments.
1225 (c-indent-new-comment-line): Replacement for the now
1226 obsolete `c-comment-line-break-function' that uses
1227 `c-guess-fill-prefix' when appropriate. It now observes the
1228 setting of `comment-multi-line', which has effect in C-style
1229 block comments.
1230
1231 * cc-cmds.el (c-context-line-break): New function intended to
1232 be put on RET. It's essentially `newline-and-indent', but
1233 continues C block comments with the appropriate line prefix.
1234
1235 * cc-cmds.el (c-do-auto-fill): New function put on
1236 `normal-auto-fill-function' to implement the
1237 `c-ignore-auto-fill' variable.
1238
1239 * cc-cmds.el (c-beginning-of-statement): Use
1240 `c-comment-prefix-regexp' to avoid ending up inside the
1241 comment prefix. Better handling of comment starters and
1242 enders. Catch comments better when traversing code. Stop at
1243 preprocessor directives.
1244
1245 * cc-defs.el (c-forward-comment): New subst to hide platform
1246 dependent quirks in `forward-comment'.
1247
1248 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
1249 argument.
1250 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
1251 arguments. Activate this function by default when
1252 `parse-partial-sexp' supports it (currently Emacs 20.x).
1253
1254 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
1255 on the comment opener to make constants usable as lineup
1256 arguments.
1257
1258 * cc-align.el (c-lineup-C-comments): Fixes to handle the
1259 changed anchor position in the `c' syntactic symbol. Handle
1260 more than stars in the comment prefix; use the new variable
1261 `c-comment-prefix-regexp'. Don't indent text not preceded by
1262 a comment prefix to the right of the comment opener if it's
1263 long.
1264
1265 * cc-langs.el: Fixes to mode initialization for new line
1266 breaking and paragraph filling method. Adaptive fill mode is
1267 now activated at startup instead of deactivated. The
1268 variables used for adaptive filling and paragraph movement are
1269 also changed to incorporate the value of
1270 `c-comment-prefix-regexp'. `substitute-key-definition' is
1271 used to override some functions in the global map instead of
1272 overriding their default bindings.
1273
1274 * cc-mode.el (java-mode): Modify `paragraph-start' for the
1275 javadoc markup at mode init.
1276
1277 * cc-mode.el (c-setup-filladapt): A new convenience function
1278 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
1279 function is intended to be used explicitly by the end user
1280 only.
1281
1282 * cc-vars.el (c-comment-prefix-regexp): New variable used to
1283 recognize the comment fill prefix inside comments.
1284 (c-block-comment-prefix): New name for
1285 `c-comment-contiuation-stars', which is now obsolete. It's
1286 generalized to handle any character sequence.
1287 (c-ignore-auto-fill): New variable used to selectively disable
1288 Auto Fill mode in specific contexts.
1289
1290 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1291
1292 * cc-cmds.el (c-comment-indent): Leave at least one space
1293 between the comment and the last nonblank character in the
1294 case where we look at the indentation of the comment on the
1295 previous line (case 4).
1296
1297 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
1298 list of characters that may start a statement (it's a sort of
1299 prefix operator in Pike, and isn't used at all in any of the
1300 other languages).
1301
1302 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1303
1304 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
1305 inside continued statements as statement-cont instead of
1306 brace-list-open. The reason is that one normally adjusts
1307 brace-list-open for brace lists as top-level constructs, and
1308 brace lists inside statements is a completely different
1309 context. Case 10B.2 changed. Also changed (the somewhat
1310 esoteric) case 9A to cope with this.
1311
1312 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1313
1314 * cc-cmds.el (c-electric-brace): Added electric handling of
1315 the open brace for brace-elseif-brace.
1316
1317 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1318
1319 * cc-defs.el (c-with-syntax-table): New macro to easily switch
1320 syntax tables temporarily.
1321
1322 * cc-engine.el (c-guess-basic-syntax): Handle template and
1323 member init argument lists split over several lines. Case 5D
1324 changed.
1325
1326 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
1327 @throws introduced in Javadoc 1.2.
1328
1329 * cc-menus.el (cc-imenu-java-generic-expression): Applied
1330 patch from RMS to avoid infinite backtracking.
1331
1332 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1333
1334 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
1335 by [ ].
1336
1337 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1338
1339 * cc-align.el (c-lineup-dont-change): Compensate properly for
1340 the column in langelem.
1341
1342 * cc-engine.el (c-syntactic-information-on-region): New
1343 function to help debugging the syntactic analysis.
1344
1345 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1346
1347 * cc-align.el (c-lineup-template-args): Handle nested template
1348 arglists.
1349
1350 * cc-langs.el (c++-template-syntax-table): New syntax table
1351 that makes `<' and `>' parenthesis characters, which is useful
1352 to switch to temporarily when analyzing template arglists.
1353
1354 * cc-styles.el: Changed default alignment of labels in the
1355 java style to conform to the examples in the Java Language
1356 Specification.
1357
1358 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
1359 by default.
1360
1361 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1362
1363 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
1364 immediately before the closing paren in an arglist, so don't
1365 check that in Pike mode. Case 7A changed.
1366
1367 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1368
1369 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
1370 lines were ignored under certain conditions.
1371
1372 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1373
1374 * cc-align.el (c-lineup-template-args): New function for
1375 aligning continued template argument lists.
1376
1377 * cc-engine.el (c-guess-basic-syntax): Fix for member init
1378 lists containing function arglists split over several lines.
1379 Case 5D.1 changed.
1380
1381 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
1382 template-args-cont didn't get recognized when the first
1383 arglist opener line doesn't contain a template argument. New
1384 case 5K.
1385
1386 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1387
1388 * cc-defs.el (c-point): Changed from subst to macro for
1389 efficiency.
1390 (c-beginning-of-defun-1, c-end-of-defun-1): New
1391 beginning-of-defun/end-of-defun wrappers separated from
1392 c-point.
1393
1394 * cc-menus.el (imenu-generic-expression,
1395 imenu-case-fold-search, imenu-progress-message): Dummy
1396 definitions to avoid compiler warnings if imenu can't be
1397 loaded.
1398 * cc-menus.el (cc-imenu-init): New function called at mode
1399 init.
1400 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
1401 imenu initializations to cc-imenu-init.
1402
1403 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1404
1405 * cc-engine.el (c-guess-basic-syntax): Slightly better check
1406 for lambda-intro-cont in Pike mode. Case 6 changed.
1407
1408 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
1409 anything following "new Foo()" was considered an anonymous
1410 class body in Java mode.
1411
1412 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
1413
1414 * cc-cmds.el (c-comment-line-break-function): When breaking in
1415 a string, don't insert a new line.
1416
1417 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
1418
1419 * cc-engine.el (c-at-toplevel-p): New interface function which
1420 returns information useful to add-on authors. It tells you
1421 whether you're at a toplevel statement or not.
1422
1423 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
1424
1425 * cc-cmds.el (c-comment-line-break-function): It is possible
1426 that forward-line does not land us at the bol, say if we're on
1427 the last line in a file. In that case, do a
1428 back-to-indentation instead of a forward-comment -1.
1429
1430 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1431
1432 * cc-engine.el (c-beginning-of-statement-1): Don't catch
1433 "default:" as normal label in case 4.
1434
1435 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1436
1437 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
1438 recognize continued bitfield declarations. Case 5D.1 changed.
1439 * cc-langs.el: New variable c-bitfield-key.
1440 * cc-mode.el: New variable c-bitfield-key.
1441
1442 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1443
1444 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
1445 anonymous array expressions (i.e. "new Foo[] {.. bracelist
1446 ..}").
1447
1448 1999-12-12 Dave Love <fx@gnu.org>
1449
1450 * mail/footnote.el: Require cl when compiling. Don't autoload
1451 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
1452 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
1453 Avoid `acons'.
1454 (footnote-mode-line-string, Footnote-add-footnote): Remove
1455 autoload cookie.
1456
1457 1999-12-12 Richard Sharman <rsharman@pobox.com>
1458
1459 * sh-script.el: Fix for when font-lock mode is active.
1460 (sh-font-lock-unfontify-region-function): New function.
1461
1462 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
1463
1464 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
1465 if start-process is not bound, since Ispell now supports such
1466 platforms as well.
1467
1468 1999-12-12 Gerd Moellmann <gerd@gnu.org>
1469
1470 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
1471 rmail-summary-goto-msg.
1472
1473 * files.el (after-find-file): Fix previous change.
1474
1475 1999-12-11 Dave Love <fx@gnu.org>
1476
1477 * help.el (where-is): Use `commandp' as predicate for
1478 `completing-read'
1479
1480 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1481
1482 * cus-edit.el (custom-save-delete): Delete all occurrences,
1483 leave point where the first occurrence was.
1484 (custom-save-faces): Insert a newline at the end of the comment.
1485 Avoid a double newline there.
1486 If final closeparen is at bol, put a space before it.
1487 (custom-save-variables): Likewise.
1488 (custom-file): Doc fix.
1489
1490 1999-12-10 Gerd Moellmann <gerd@gnu.org>
1491
1492 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
1493 regexp matching image and audio files.
1494
1495 1999-12-09 Dave Love <fx@gnu.org>
1496
1497 * mail/footnote.el: New file.
1498
1499 1999-12-09 Gerd Moellmann <gerd@gnu.org>
1500
1501 * files.el (after-find-file): Use auto-save-visited-file-name if
1502 set.
1503
1504 * mail/feedmail.el (feedmail-find-eoh): Take
1505 feedmail-queue-alternative-mail-header-separator into account.
1506
1507 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
1508
1509 * smerge-mode.el: New file.
1510
1511 * font-lock.el (font-lock-multiline): New variable.
1512 (font-lock-add-keywords): Rename `major-mode' into `mode'.
1513 (font-lock-remove-keywords): Added a dummy `mode' argument for
1514 potential future support.
1515 (font-lock-fontify-anchored-keywords,
1516 (font-lock-fontify-keywords-region): Only handle multiline strings
1517 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
1518
1519 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1520
1521 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
1522
1523 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
1524
1525 1999-12-07 Dave Love <fx@gnu.org>
1526
1527 * help.el (view-emacs-problems): New command, bound to C-h P.
1528
1529 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
1530
1531 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
1532
1533 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
1534 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
1535 New code to support the minor mode version.
1536 (diff-recenter): New function.
1537 (diff-next-hunk, diff-next-file): Use it.
1538 (diff-remembered-files-alist): New var.
1539 (diff-merge-strings): New function.
1540 (diff-find-file-name): Make it smarter and use the user's input more.
1541 (diff-mode): Cosmetic changes.
1542
1543 * files.el (save-some-buffers): Turn EXITING into the more general
1544 PRED argument to allow specifying a subset of buffers.
1545
1546 * simple.el (kill-region): Use the new `delete-and-extract-region'
1547 rather than the undo log (which is incorrect with *-change-functions).
1548
1549 * font-lock.el (font-lock-default-fontify-region): Fix subtle
1550 off-by-one problem that could force re-fontifying the whole buffer.
1551 (font-lock-remove-keywords): New function.
1552 (font-lock-add-keywords): Use the new function to ensure idempotence.
1553
1554 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
1555
1556 * viper-cmd.el (viper-minibuffer-standard-hook,
1557 viper-minibuffer-real-start): Mew functions.
1558 (viper-read-string-with-history,viper-file-add-suffix,
1559 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
1560 change in the status of the minibuffer prompt.
1561
1562 1999-12-06 Gerd Moellmann <gerd@gnu.org>
1563
1564 * comint.el (comint-redirect-results-list)
1565 (comint-redirect-results-list-from-process): Remove interactive
1566 spec.
1567
1568 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1569
1570 * info.el (info-node, info-menu-5, info-xref): Define colors for
1571 Info faces if the display supports them.
1572
1573 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1574
1575 Changes for automatic remapping of X colors on terminal frames:
1576
1577 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
1578 term-setup-hook. Call msdos-remember-default-colors and
1579 msdos-handle-reverse-video.
1580 (msdos-face-setup): Parts of code moved to
1581 msdos-setup-initial-frame.
1582 (msdos-handle-reverse-video): New function, modeled after
1583 x-handle-reverse-video.
1584 (make-msdos-frame): Don't use initial-frame-alist and
1585 default-frame-alist. Call msdos-handle-reverse-video.
1586 (msdos-color-aliases): Remove.
1587 (msdos-color-translate, msdos-approximate-color): Remove.
1588 (msdos-color-values): Use 16-bit RGB values. RGB values updated
1589 for better approximation of X colors.
1590 (msdos-face-setup): Call tty-color-clear. Remove code that sets
1591 up tty-color-alist (it is now on startup.el).
1592 (x-display-color-p, x-color-defined-p, x-color-values,
1593 x-defined-colors, face-color-supported-p, face-color-gray-p):
1594 Remove.
1595
1596 * facemenu.el (facemenu-read-color, list-colors-display): Use
1597 defined-colors for all frame types.
1598 (facemenu-color-equal): Use color-values for all frame types.
1599
1600 * faces.el (read-face-attribute): For :foreground and :background
1601 attributes and frames on character terminals, translate the color
1602 to the closest supported one before looking it up in the list of
1603 valid values.
1604 (face-valid-attribute-values): Call defined-colors for all types
1605 of frames.
1606 (defined-colors, color-defined-p, color-values, display-color-p):
1607 New finctions.
1608 (x-defined-colors, x-color-defined-p, x-color-values,
1609 x-display-color-p): Aliases for the above.
1610
1611 * startup.el (command-line): Register terminal colors for frame
1612 types other than x and w32, but only if the terminal supports
1613 colors. Call tty-color-define instead of face-register-tty-color.
1614
1615 * term/x-win.el (xw-defined-colors): Renamed from
1616 x-defined-colors.
1617 * term/w32-win.el (xw-defined-colors): Likewise.
1618
1619 * term/tty-colors.el: New file.
1620 * loadup.el: Load term/tty-colors.
1621
1622 1999-12-06 Dave Love <fx@gnu.org>
1623
1624 * ffap.el: Autoload the ffap alias directly.
1625
1626 1999-12-06 Inge Frick <inge@nada.kth.se>
1627
1628 * dired-aux.el (dired-do-shell-command): Changed documentation.
1629 (dired-shell-stuff-it): A `?' in COMMAND has now the same
1630 meaning as `*'.
1631
1632 1999-12-06 Gerd Moellmann <gerd@gnu.org>
1633
1634 * simple.el (insert-buffer): Doc fix.
1635
1636 * apropos.el (apropos-mode): Add autoload cookie.
1637
1638 1999-12-06 Sam Steingold <sds@goems.com>
1639
1640 * progmodes/etags.el (etags-tags-completion-table): Modified the
1641 regexp to allow for the CL symbols starting with `+*'.
1642 (tags-completion-table): Doc fix (it's an obarray, not an alist).
1643 (tags-completion-table, tags-recognize-empty-tags-table): Remove
1644 `function' quoting lambda.
1645 (tags-with-face): New macro.
1646 (list-tags, tags-apropos): Use it.
1647 (tags-apropos-additional-actions): New user option.
1648 (etags-tags-apropos-additional): Use it.
1649 (tags-apropos): Call etags-tags-apropos-additional.
1650 (tags-apropos-verbose): New user option.
1651 (etags-tags-apropos): Use it.
1652 (visit-tags-table-buffer, next-file): Use `unless'.
1653 (recognize-empty-tags-table): Renamed to
1654 tags-recognize-empty-tags-table.
1655 (complete-tag): Call tags-complete-tag bypassing try-completion.
1656
1657 1999-12-06 Kenichi Handa <handa@etl.go.jp>
1658
1659 * international/mule.el (set-buffer-file-coding-system): Docstring
1660 modified.
1661
1662 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1663
1664 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
1665 using the hideshow package.
1666 (hs-special-modes-alist): Added entry for bibtex to allow the use
1667 of the hideshow package.
1668 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
1669 not longer provided by bibtex.el directly. Instead the hideshow
1670 package should be used.
1671 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
1672 references to bibtex-hide-entry-bodies.
1673
1674 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1675
1676 * textmodes/bibtex.el: Copyright notice is up to date. Moved
1677 maintainer information closer to the beginning of the bibtex.el
1678 file.
1679 (bibtex-maintainer-salutation): New constant.
1680 (bibtex-version): New constant.
1681 (bibtex-submit-bug-report): Use bibtex-version and
1682 bibtex-maintainer-salutation.
1683 (bibtex-entry-field-alist): Made booktitle field optional for
1684 @inproceedings entries when crossreferenced.
1685 (bibtex-entry-field-alist): Added booktitle field to proceedings
1686 entry type (for cross referencing). Thanks to Wagner Toledo Correa
1687 for the suggestion.
1688 (bibtex-string-file-path): Fixed typo.
1689
1690 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
1691
1692 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
1693 for reftex.el.
1694 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
1695 to menu.
1696
1697 1999-12-04 Dave Love <fx@gnu.org>
1698
1699 * delsel.el: Revert previous change -- region is significant to
1700 skeleton.
1701
1702 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
1703
1704 * viper-cmd.el (viper-change-state): Use
1705 viper-ESC-moves-cursor-back to decide whether to move the cursor
1706 back.
1707
1708 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
1709
1710 * international/mule-util.el (truncate-string-to-width): Docsting
1711 fixed.
1712
1713 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
1714
1715 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
1716 use of `cond'.
1717 (lm-with-file): Move all the find-file...kill-buffer stuff into
1718 this macro. Make it use `find-file-noselect' and make it kill
1719 the buffer only if it wasn't already displayed somewhere.
1720 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
1721 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
1722 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
1723 (lm-commentary): Fix to handle the case when the change log is
1724 at the end of the file.
1725
1726 1999-12-02 Kenichi Handa <handa@etl.go.jp>
1727
1728 * international/mule.el (charsetp): Fix typo in docstring.
1729
1730 * international/mule-diag.el (list-coding-categories): Fix typo;
1731 automatic -> autoload.
1732
1733 1999-12-02 Gerd Moellmann <gerd@gnu.org>
1734
1735 * vc.el (vc-update-change-log): Look for rcs2log under
1736 exec-directory.
1737
1738 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
1739 outline-regexp, add outline-level.
1740 (lisp-outline-level): New.
1741
1742 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
1743 remove extraneous string-match.
1744
1745 * finder.el (finder-commentary): Activate Finder mode.
1746
1747 1999-12-01 Anders Lindgren <andersl@andersl.com>
1748
1749 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
1750 off when reverting buffers that contained mode specifiers.
1751 `revert-buffer' is now called with non-nil PRESERVE-MODES
1752 argument.
1753
1754 1999-12-01 Dave Love <fx@gnu.org>
1755
1756 * delsel.el: Grok skeleton-pair-insert-maybe.
1757
1758 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1759
1760 * progmodes/cperl-mode.el (cperl-under-as-char):
1761 Use nil as default.
1762
1763 1999-11-30 Gerd Moellmann <gerd@gnu.org>
1764
1765 * speedbar.el (toplevel): Remove compatibility code for Emacs
1766 versions without custom.el.
1767
1768 1999-11-30 Dave Love <fx@gnu.org>
1769
1770 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
1771
1772 * autoinsert.el: Minor doc fixes.
1773 (auto-insert): Return nil.
1774
1775 * faces.el (set-face-documentation): Purecopy STRING.
1776
1777 1999-11-29 Dave Love <fx@gnu.org>
1778
1779 * derived.el: Doc fixes, remove old backquote syntax.
1780
1781 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
1782 comment warning about editing.
1783
1784 * help.el (help-mode-hook): Define.
1785
1786 1999-11-29 Gerd Moellmann <gerd@gnu.org>
1787
1788 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
1789 invalid translation of old-style backquote syntax to new syntax.
1790
1791 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
1792
1793 * Makefile (DONTCOMPILE): Add term/internal.el.
1794
1795 1999-11-26 Dave Love <fx@gnu.org>
1796
1797 * comint.el: Fix last change.
1798
1799 * emacs-lisp/advice.el: Fix last change.
1800
1801 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1802
1803 * cus-edit.el (Custom-reset-standard): Doc fix.
1804 (custom-variable-reset-standard): Doc fix.
1805 (custom-face-reset-standard): Doc fix.
1806 (custom-face-menu): "Reset to Standard" => "Erase Customization".
1807 (custom-variable-menu): Likewise.
1808 (custom-reset-menu): Likewise.
1809 (custom-buffer-create-internal): Likewise.
1810
1811 1999-11-26 Dave Love <fx@gnu.org>
1812
1813 * progmodes/make-mode.el (makefile-mode-hook): Customize.
1814
1815 * font-lock.el: Doc fixes.
1816
1817 * menu-bar.el (menu-bar-mode): Customize.
1818
1819 * cus-start.el: Add use-dialog-box.
1820
1821 * add-log.el (change-log-mode-hook): Customize.
1822 (add-log-current-defun): Use
1823 fortran-{beginning,end}-of-subprogram.
1824
1825 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1826
1827 * emacs-lisp/advice.el: Many doc fixes.
1828
1829 * comint.el (comint-preoutput-filter-functions): Doc fix.
1830
1831 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1832
1833 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1834 Improve messages for capitalization of arg names,
1835 for flag variables, for t and nil, for imperatives.
1836 Call them imperatives rather than infinitives sans "to".
1837 (checkdoc-common-verbs-wrong-voice): Add "moves".
1838 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
1839
1840 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1841 Don't convert comments from 3-semicolon to 2-semicolon.
1842 That is a matter of style.
1843 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
1844 (checkdoc-comments): Don't bind that variable.
1845
1846 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1847
1848 * files.el (write-file-hooks): Doc fix.
1849
1850 1999-11-26 Gerd Moellmann <gerd@gnu.org>
1851
1852 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
1853
1854 1999-11-25 Dave Love <fx@gnu.org>
1855
1856 * hippie-exp.el: Require comint when compiling.
1857 (hippie-expand): Add :links.
1858 (hippie-expand-try-functions-list): Customize.
1859
1860 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
1861
1862 * viper*el: Replaced old-style backquotes.
1863
1864 * ediff*el: Replaced old-style backquotes.
1865
1866 * ediff-merge
1867 (ediff-looks-like-combined-merge,ediff-get-combined-region):
1868 Changed to support the new format for ediff-combination-pattern.
1869
1870 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
1871 Changed to support the new format for ediff-combination-pattern.
1872
1873 1999-11-24 Dave Love <fx@gnu.org>
1874
1875 * custom.el (custom-declare-group): Purecopy DOC.
1876 (custom-handle-keyword): Purecopy VALUE.
1877 (custom-add-link): Purecopy WIDGET.
1878 (custom-add-version): Purecopy VERSION.
1879 (custom-add-load): Purecopy LOAD.
1880
1881 * cus-face.el (custom-declare-face): Purecopy DOC.
1882
1883 * info.el:
1884 (Info-build-node-completions, Info-search, Info-follow-reference)
1885 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
1886 (Info-find-emacs-command-nodes): Avoid properties on matched text
1887 which may appear in minibuffer.
1888
1889 1999-11-24 Gerd Moellmann <gerd@gnu.org>
1890
1891 * locate.el (locate-with-filter): Doc fix.
1892
1893 1999-11-24 Alex Schroeder <alex@gnu.org>
1894
1895 * sql.el (sql-find-sqli-buffer): New function.
1896 (sql-set-sqli-buffer-generally): New function.
1897 (sql-set-sqli-buffer): Better checking of new-buffer.
1898 (sql-copy-column): Add comma after INTO clause, too.
1899
1900 1999-11-24 Alex Schroeder <alex@gnu.org>
1901
1902 * sql.el (sql-imenu-generic-expression): New, used to set
1903 imenu-generic-expression.
1904
1905 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
1906 setting font-lock-defaults' SYNTAX-ALIST. Set
1907 imenu-generic-expression, imenu-case-fold-search, and
1908 imenu-syntax-alist.
1909
1910 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
1911 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
1912
1913 1999-11-23 Andrew Innes <andrewi@gnu.org>
1914
1915 * w32-win.el (w32-drag-n-drop): Load files in current window, if
1916 drop coords aren't over a specific window.
1917
1918 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1919
1920 * ps-print.el: Define mule funs without checking if mule package is
1921 loaded.
1922 (ps-print-version): New version number (5.0.1).
1923 (ps-header-dirpart): Now uses abbreviate-file-name.
1924
1925 1999-11-23 Dave Love <fx@gnu.org>
1926
1927 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
1928 comment-line-start.
1929 (fortran-comment-line-start-skip): Renamed from
1930 comment-line-start-skip.
1931 (fortran-mode-map): Use renamed functions. Add manual and custom
1932 entries to menu.
1933 (fortran-mode-hook): Customize.
1934 (fortran-comment-indent-function): Renamed from
1935 fortran-comment-hook.
1936 (delete-horizontal-regexp): Function deleted.
1937 (fortran-electric-line-number): Simplified.
1938 (fortran-beginning-of-subprogram): Renamed from
1939 beginning-of-fortran-subprogram.
1940 (fortran-end-of-subprogram): Renamed from
1941 end-of-fortran-subprogram.
1942 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
1943 (fortran-previous-statement, fortran-next-statement): Simplified.
1944 (fortran-blink-match): New function.
1945 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
1946 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
1947 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
1948 line-end-position.
1949 (fortran-fill): No longer interactive. Simplified.
1950 (fortran-break-line): Simplified.
1951 (fortran-analyze-file-format): Use char-after, not looking-at.
1952
1953 * emacs-lisp/find-func.el (find-function-regexp): Use
1954 `define-minor-mode' after easy-menu change.
1955
1956 1999-11-23 Gerd Moellmann <gerd@gnu.org>
1957
1958 * comint.el: Add redirection.from active comint buffers into
1959 another buffer. Written by Peter Breton.
1960
1961 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
1962
1963 * emacs-lisp/autoload.el (make-autoload): Recognize the new
1964 `define-minor-mode'.
1965 (define-minor-mode): Specify `doc-string-elt'.
1966
1967 * emacs-lisp/easy-mmode.el: Changed maintainer.
1968 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
1969 Use defcustom for the hooks; Improve the auto-generated docstrings.
1970 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
1971 (define-minor-mode): Add BODY arg; Only declare the keymap if
1972 provided; Improve the auto-generated docstrings.
1973
1974 1999-11-22 Gerd Moellmann <gerd@gnu.org>
1975
1976 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
1977 that the leading `^' is at the start. This is necessary because
1978 paragraphs.el tries to remove anchors, but can find them only if
1979 they are the first character.
1980
1981 * progmodes/antlr-mode.el: New file.
1982
1983 * calendar/calendar.el: Fix autoload for
1984 calendar-absolute-from-astro. Add autoload for
1985 calendar-print-astro-day-number.
1986
1987 1999-11-21 Anders Lindgren <andersl@andersl.com>
1988
1989 * follow.el: Use modern backquote syntax. Minor comment update.
1990
1991 1999-11-21 Gerd Moellmann <gerd@gnu.org>
1992
1993 * simple.el (with-syntax-table): Don't switch buffers.
1994
1995 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
1996 progmodes/hideif.el: Use new backquote syntax.
1997
1998 1999-11-21 Ken Manheimer <klm@python.org>
1999
2000 * icomplete.el (icomplete-completions): Use an explicit variable
2001 `icomplete-prospects-length', obviating the need to use an
2002 apparently faulty throw/catch arrangement.
2003
2004 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
2005
2006 * term/internal.el (IT-display-table-setup): Don't overstep
2007 character code 255.
2008
2009 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
2010
2011 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
2012 for the charset chinese-sisheng is 7bit encoding, not 8bit.
2013
2014 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
2015
2016 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
2017 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
2018
2019 * files.el (auto-mode-alist): Add patterns for diff-mode.
2020
2021 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
2022 to detect an empty prompt.
2023
2024 1999-11-18 Dave Love <fx@gnu.org>
2025
2026 * simple.el (input-mode-8-bit): Fix the customization.
2027
2028 1999-11-18 Gerd Moellmann <gerd@gnu.org>
2029
2030 * international/iso-acc.el (iso-languages): Add more
2031 characters for Portuguese.
2032
2033 * speedbar.el: Clean up comment at the start of the file.
2034 Remove RCS id.
2035
2036 * progmodes/compile.el (compilation-parse-errors): Use
2037 compilation-buffer-p instead of testing major-mode.
2038
2039 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
2040
2041 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
2042 (quickurl-ask): completion-ignore-case is set to the value of
2043 quickurl-completion-ignore-case for the duration of the call to
2044 completing-read.
2045
2046 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2047
2048 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
2049
2050 1999-11-18 Kenichi Handa <handa@etl.go.jp>
2051
2052 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
2053 instead of ps-print-def.
2054
2055 * ps-print.el: Require ps-vars instead of ps-print-def.
2056
2057 * ps-mule.el: Require ps-vars instead of ps-print-def.
2058
2059 1999-11-17 Gerd Moellmann <gerd@gnu.org>
2060
2061 * simple.el (with-syntax-table): Save buffer explicitly instead of
2062 using save-excursion.
2063
2064 1999-11-16 Gerd Moellmann <gerd@gnu.org>
2065
2066 * mail/supercite.el: New maintainer.
2067
2068 1999-11-16 Reto Zimmermann <reto@synopsys.com>
2069
2070 * progmodes/vhdl-mode.el: Use new backquote syntax.
2071
2072 1999-11-16 Gerd Moellmann <gerd@gnu.org>
2073
2074 * simple.el (with-syntax-table): New.
2075
2076 1999-11-15 Sam Steingold <sds@ksp.com>
2077
2078 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
2079
2080 1999-02-22 Sam Steingold <sds@goems.com>
2081
2082 * goto-addr.el (goto-address-at-mouse,
2083 goto-address-find-address-at-point): Use compose-mail.
2084 (goto-address-mail-method): Removed variable.
2085 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
2086 goto-address-send-using-mail): Removed functions.
2087
2088 1998-11-03 Sam Steingold <sds@goems.com>
2089
2090 * simple.el (backward-delete-char-untabify):
2091 backward-delete-char-untabify-method can be `all' now - to delete
2092 hungrily including newlines.
2093
2094 1999-11-15 Sam Steingold <sds@ksp.com>
2095
2096 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
2097
2098 1999-11-15 Dave Love <fx@gnu.org>
2099
2100 * cus-edit.el (customize-face, customize-face-other-window):
2101 Require match from completing-read.
2102 (custom-buffer-done-function): Default to custom-bury-buffer, not
2103 bury-buffer.
2104
2105 1999-11-15 Gerd Moellmann <gerd@gnu.org>
2106
2107 * mail/rmail.el, iswitchb.el, hippie-exp.el,
2108 progmodes/cperl-mode.el: Use new backquote syntax.
2109
2110 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
2111
2112 * uniquify.el: Use new backquote syntax.
2113
2114 1999-11-14 Markus Rost <rost@ias.edu>
2115
2116 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
2117 as in ispell-local-dictionary-alist.
2118
2119 1999-11-14 Alex Schroeder <alex@gnu.org>
2120
2121 * ansi-color.el (ansi-color-apply): Updated regexps to include
2122 highlighted face.
2123
2124 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
2125
2126 * forms.el (forms--make-format-elt-using-text-properties):
2127 Treat `intangible' differently.
2128
2129 * forms.el: Use new backquote syntax.
2130
2131 1999-11-13 Gerd Moellmann <gerd@gnu.org>
2132
2133 * textmodes/scribe.el (scribe-mode): Doc-fix.
2134
2135 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
2136
2137 * net-utils.el (run-network-program, net-utils-run-program): Use
2138 the new backquote syntax.
2139 (smbclient-program, smbclient-program-options)
2140 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
2141 variables
2142 (smbclient, smbclient-list-shares): New functions
2143
2144 1999-11-12 Sam Steingold <sds@ksp.com>
2145
2146 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
2147 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
2148 (viper-kbd-buf-definition, viper-kbd-mode-alist)
2149 (viper-kbd-mode-pair, viper-kbd-mode-definition)
2150 (viper-kbd-global-pair, viper-kbd-global-definition):
2151 Use the new backquote syntax.
2152
2153 * emulation/viper-cmd.el (viper-test-com-defun)
2154 (viper-prefix-arg-value, viper-prefix-arg-com):
2155 Use the new backquote syntax.
2156
2157 * emacs-lisp/debug.el (debugger-env-macro):
2158 Use the new backquote syntax.
2159
2160 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
2161 Use the new backquote syntax.
2162
2163 * calendar/calendar.el (calendar-remove-frame-by-deleting):
2164 New user variable.
2165 (calendar-hide-window): Use it.
2166 (increment-calendar-month, calendar-for-loop, calendar-sum):
2167 Use the new backquote syntax.
2168
2169 1999-11-12 Andrew Innes <andrewi@gnu.org>
2170
2171 * select.el (x-set-selection): Call buffer-substring, not
2172 substring. Also fix docstring
2173
2174 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
2175
2176 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
2177 of customizable variables to bug report message. Added
2178 system-type to package name in bug report.
2179
2180 1999-11-12 Gerd Moellmann <gerd@gnu.org>
2181
2182 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
2183 to display file names.
2184
2185 1999-11-11 Gerd Moellmann <gerd@gnu.org>
2186
2187 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
2188
2189 * isearch.el: Add lazy-highlighting feature.
2190
2191 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
2192
2193 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
2194 constant.
2195 (ps-mode-submit-bug-report): New function. Entry added to menu.
2196
2197 1999-11-10 William M. Perry <wmperry@aventail.com>
2198
2199 * mwheel.el: New file to support the new style wheeled mice.
2200
2201 1999-11-10 Gerd Moellmann <gerd@gnu.org>
2202
2203 * startup.el (initial-scratch-message): Add ";;" to the front of
2204 lines in the message.
2205
2206 * files.el (file-local-copy): Remove optional BUFFER argument
2207 because that's not used by anything.
2208
2209 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
2210 to-address.
2211
2212 1999-11-08 Markus Rost <rost@ias.edu>
2213
2214 * wid-edit.el (widget-button-click): Wrap with save-excursion
2215 to restore track-mouse in the correct buffer.
2216
2217 1999-11-08 Gerd Moellmann <gerd@gnu.org>
2218
2219 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
2220
2221 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
2222
2223 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
2224 lpr-command to "lp" for some system-types. (copied from lpr.el
2225 Emacs version 20.2.1).
2226
2227 1999-11-04 Markus Rost <rost@ias.edu>
2228
2229 * simple.el (comment-region): Strip off white space at end of
2230 comment-start.
2231
2232 1999-11-04 Gerd Moellmann <gerd@gnu.org>
2233
2234 * faces.el (secondary-selection): Fix wrong color name.
2235
2236 1999-11-04 John Tobey <jtobey@epsilondev.com>
2237
2238 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
2239 the default when invoking perldb in a non-Perl buffer, and other
2240 cases involving -e or --.
2241
2242 1999-11-04 Gerd Moellmann <gerd@gnu.org>
2243
2244 * simple.el (previous-matching-history-element)
2245 (next-history-element): Use delete-field instead of erase-field.
2246
2247 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
2248 Use delete-field instead of erase-field.
2249
2250 * faces.el (secondary-selection): Change background to yellow.
2251
2252 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
2253 find the start of the text. Use field-string to read the user
2254 input.
2255
2256 1999-11-03 Gerd Moellmann <gerd@gnu.org>
2257
2258 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
2259 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
2260 for compatibility with old face implementation.
2261
2262 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
2263 Use erase-field instead of erase-buffer.
2264
2265 * frame.el (blink-cursor-mode, blink-cursor-end): Use
2266 internal-show-cursor with new interface.
2267 (blink-cursor-timer-function): New.
2268 (blink-cursor-start): Use blink-cursor-timer-function.
2269
2270 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2271
2272 * calendar.el (redraw-calendar): Move to nearest date before
2273 redrawing.
2274
2275 * diary-lib.el (simple-diary-display): Reset modeline even if
2276 there are no diary entries since the diary buffer may be displayed.
2277
2278 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2279
2280 * emacs-lisp/debug.el (debug): If noninteractive, display the
2281 backtrace using `message', then exit Emacs.
2282 (debugger-batch-max-lines): New variable.
2283 (debugger-setup-buffer): New subroutine, broken out of `debug'.
2284 Change the messages put at the start, to say that the debugger
2285 was entered.
2286
2287 1999-11-02 Sam Steingold <sds@ksp.com>
2288
2289 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
2290
2291 1999-11-01 John Tobey <jtobey@epsilondev.com>
2292
2293 * gud.el: (gud-perldb-massage-args): Massage correctly in the
2294 presence of perl switches other than "-e".
2295
2296 1999-11-01 Markus Rost <rost@ias.edu>
2297
2298 * dired-x.el (dired-smart-shell-command): Use
2299 shell-command-history as in shell-command.
2300
2301 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2302
2303 * userlock.el (ask-user-about-lock): Doc fix.
2304
2305 * frame.el: Doc fixes.
2306
2307 1999-11-01 Gerd Moellmann <gerd@gnu.org>
2308
2309 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
2310 of show-cursor.
2311 (blink-cursor-start, blink-cursor-end): Ditto.
2312
2313 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
2314
2315 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2316
2317 * window.el (walk-windows): If ALL-FRAMES is a frame,
2318 start on that frame. Use save-selected-window.
2319
2320 1999-11-01 Gerd Moellmann <gerd@gnu.org>
2321
2322 * simple.el (end-of-buffer): Use window-end to find the window end
2323 instead of vertical-motion because this handles variable-height
2324 lines correctly.
2325
2326 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
2327
2328 * ediff.el: Version change.
2329
2330 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
2331 make sure you are in a good frame before deleting other
2332 windows.
2333 (ediff-file-checked-in-p): Don't consider CVS
2334 files checked in.
2335 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
2336 are writing to a newly created empty file.
2337
2338 * ediff-mult.el (ediff-show-session-group-hook): New default.
2339
2340 * ediff-vers.el (ediff-pcl-cvs-view-revision):
2341 First cd to the file directory. reportedly works
2342 better with remote files.
2343
2344 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
2345 Use file-name-nondirectory when passing files to CVS.
2346
2347 * ediff-diff.el (ediff-cmp-options): New variable.
2348 (ediff-same-file-contents): Use ediff-cmp-options.
2349
2350 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
2351 ediff-get-patch-buffer): Use current buffer if it appears to be a
2352 patch.
2353
2354 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
2355 C-g
2356
2357 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
2358 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
2359 (viper-save-cursor-color,viper-restore-cursor-color):
2360 Improved cursor color handling.
2361 (viper-get-saved-cursor-color-in-replace-mode,
2362 viper-get-saved-cursor-color-in-insert-mode): New functions for
2363 better cursor color handling.
2364
2365 * viper-ex.el (ex-read,ex-edit):
2366 Fixes for correct interpretation of #,%.
2367 (viper-ex): Now works correctly when called from other functions.
2368 (viper-glob-function): New variable.
2369 (viper-ex): Save excursion before doing :global.
2370
2371 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
2372
2373 * viper-cmd.el (viper-post-command-sentinel,
2374 viper-insert-state-post-command-sentinel,
2375 viper-insert-state-pre-command-sentinel): Takes better care of
2376 cursor colors.
2377
2378 * viper.el: Version change.
2379
2380 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
2381
2382 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
2383 that the modeline display was updated *only* when
2384 `whitespace-display-in-modeline' was set, not otherwise.
2385
2386 1999-10-30 Gerd Moellmann <gerd@gnu.org>
2387
2388 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
2389 "frac12".
2390
2391 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
2392 ad-activate.
2393
2394 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
2395
2396 * whitespace.el: Test for existence of `defcustom' and `defgroup'
2397 using fboundp instead of assuming that these are not present in
2398 particular flavors of emacs.
2399 (whitespace-version): Update to 2.8
2400 (whitespace-display-in-modeline): Add custom variable to control
2401 displaying the whitespace errors on the modeline based on
2402 suggestion from <klaus.berndl@sdm.de>
2403 (whitespace-buffer): Now returns `t' if unclean and `nil' if
2404 clean, to enable using as a hook function, as suggested by Puneet
2405 Goel <puneet@computer.org>
2406 (whitespace-buffer): Fix a subtle bug that cleaned up only if
2407 quiet was not set, even with whitespace-auto-cleanup set.
2408 (whitespace-mode-line): Now uses less modeline real estate and
2409 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
2410 which is present in the file, and <y> is any type of whitespace
2411 whose check has been suppressed by setting
2412 `whitespace-check-<whitespace-type>' to nil.
2413 (whitespace-unchecked-whitespaces): New function to return the
2414 list of whitespaces for whom checks have been suppressed.
2415 (whitespace-display-unchecked-whitespaces): Renamed to
2416 `whitespace-update-modeline' to reflect its functionality.
2417
2418 1999-10-30 Gerd Moellmann <gerd@gnu.org>
2419
2420 * progmodes/compile.el (compilation-error-regexp-alist):
2421 Undo previous change.
2422
2423 1999-10-28 Dave Love <fx@gnu.org>
2424
2425 * help.el (help-follow): Make arg optional again and really
2426 default to point.
2427
2428 1999-10-28 Gerd Moellmann <gerd@gnu.org>
2429
2430 * paths.el (rmail-file-name): Make it an option.
2431
2432 * progmodes/ada-mode.el, progmodes/ada-prj.el,
2433 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
2434 comment fixes.
2435
2436 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
2437 MIPS Pro 7.3 compiler error message syntax.
2438
2439 1999-10-27 Dave Love <fx@gnu.org>
2440
2441 * progmodes/compile.el: Checkdoc-inspired fixes.
2442
2443 1999-10-27 Gerd Moellmann <gerd@gnu.org>
2444
2445 * lpr.el (print-buffer): Doc-string fix.
2446
2447 1999-10-27 Dave Love <fx@gnu.org>
2448
2449 * emacs-lisp/advice.el: Doc fixes.
2450 (ad-lemacs-p): Removed.
2451 (advice): Add :link to defgroup.
2452
2453 1999-10-27 Kenichi Handa <handa@etl.go.jp>
2454
2455 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
2456 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
2457
2458 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2459
2460 * window.el (walk-windows): If ALL-FRAMES is a frame,
2461 start on that frame. Use save-selected-window.
2462
2463 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2464
2465 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
2466 ad-activate. All callers changed, including those in data.c.
2467 (ad-activate-internal-off): Renamed from ad-activate-off.
2468 All uses changed.
2469 (ad-activate): Renamed from ad-activate-on. All uses changed.
2470 (ad-start-advice, ad-stop-advice, ad-recover-normality):
2471 Alter the definition of ad-activate-internal, not ad-activate.
2472
2473 1999-10-26 Gerd Moellmann <gerd@gnu.org>
2474
2475 * startup.el (command-line-1): Add support for command line
2476 arguments `file' and `execute'. Fix handling of `visit'.
2477
2478 1999-10-26 Kenichi Handa <handa@etl.go.jp>
2479
2480 * international/mule-cmds.el (read-input-method-name): Handle the
2481 case that the arg DEFAULT is symbol.
2482
2483 * international/mule-diag.el (mule-diag): Handle the case that
2484 default-input-method is symbol.
2485
2486 1999-10-26 Gerd Moellmann <gerd@gnu.org>
2487
2488 * textmodes/tildify.el: New file.
2489
2490 1999-10-25 Sam Steingold <sds@ksp.com>
2491
2492 * Makefile (compile-files): Fixed the "tr" strings.
2493 (EMACS): Set to ../src/emacs.
2494
2495 1999-10-25 Gerd Moellmann <gerd@gnu.org>
2496
2497 * info.el (Info-build-node-completions): Add '("*") to the
2498 completion list.
2499
2500 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2501
2502 * frame.el (auto-raise-mode): When enabling the mode,
2503 immediately raise the selected frame.
2504
2505 * indent.el (indent-region): Doc fix.
2506
2507 * comint.el (comint-output-filter): Make the Comint buffer current
2508 for the comint-preoutput-filter-functions.
2509
2510 * mail/reporter.el: Doc fix.
2511
2512 1999-10-24 Stephen Eglen <stephen@gnu.org>
2513
2514 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
2515 that Octave lisp files can also run under XEmacs 20.
2516 (require 'custom) added so that files can run under Emacs 19.34.
2517
2518 * iswitchb.el (iswitchb-default-keybindings): No need to use
2519 read-kbd-macro in keybindings.
2520
2521 1999-10-23 Dave Love <fx@gnu.org>
2522
2523 * elide-head.el: New file.
2524
2525 1999-10-23 Gerd Moellmann <gerd@gnu.org>
2526
2527 * Makefile (compile-files, backup-compiled-files): New targets.
2528 (bootstrap, bootstrap-clean): Ditto.
2529
2530 1999-10-22 Paul Eggert <eggert@twinsun.com>
2531
2532 * international/mule-cmds.c (locale-language-names):
2533 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
2534 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
2535 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
2536 Use Latin-8 for Welsh.
2537 Use Latin-1 for English if "en" is explicitly specified.
2538 Use Latin-1 for Scots Gaelic, Tagalog.
2539 Use Latin-1 (not Latin-4) for Greenlandic.
2540 Use Latin-1 (not Latin-2) for Albanian.
2541 (locale-preferred-coding-systems, locale-language-names):
2542 Remove generic ISO 8859 locales; locale-charset-language-names now
2543 does this.
2544 (locale-charset-language-names): New variable.
2545 (set-locale-environment): Use language name specified by
2546 locale-charset-language-names if its charsets disagree with the
2547 language name specified by locale-language-names.
2548
2549 1999-10-22 Dave Love <fx@gnu.org>
2550
2551 * make-mode.el: Minor doc fixes.
2552
2553 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
2554
2555 1999-10-21 Dave Love <fx@gnu.org>
2556
2557 * loadup.el: Add latin-8, latin-9.
2558
2559 1999-10-20 Paul Eggert <eggert@twinsun.com>
2560
2561 * disp-table.el (standard-display-european): Remove undocumented
2562 arg AUTO; no longer used by startup.el. Do not attempt to treat
2563 all non-English language environments as coding system names.
2564 Instead, use the downcased language environment name as a coding
2565 system name if it is one; otherwise, use latin-1.
2566
2567 1999-10-20 Gerd Moellmann <gerd@gnu.org>
2568
2569 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
2570 that were split so that part of the comment appeared as Lisp code.
2571
2572 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2573
2574 * ps-bdf.el: Doc fix.
2575
2576 * ps-print-def.el: New file: common definitions for all parts of
2577 ps-print.
2578 (ps-multibyte-buffer): Moved from ps-mule.
2579
2580 * ps-mule.el: File dependence fix.
2581 (ps-multibyte-buffer): Moved to ps-print-def.
2582
2583 * ps-print.el: Doc fix, better customization.
2584 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
2585 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
2586 (ps-end-file): Doc fix.
2587 (ps-setup, ps-begin-file): Fun fix.
2588 (postscript): New group.
2589 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
2590 (ps-print-prologue-1): Adjust PostScript programming.
2591 (ps-print): Adjust group hierarchy.
2592 (ps-print-n-up, ps-print-zebra, ps-print-background,
2593 ps-print-printer)
2594 (ps-print-page): New subgroups.
2595 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
2596 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
2597 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
2598 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
2599 (ps-zebra-stripe-height, ps-print-background-image)
2600 (ps-print-background-text, ps-spool-config): Adjust customization.
2601 (dos-ps-printer): Definition eliminated.
2602
2603 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2604
2605 * ps-mule.el: Doc fix, define functions properly if mule package is
2606 loaded or not.
2607 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
2608 mule package is loaded or not.
2609
2610 * ps-print.el: Doc fix, n-up printing.
2611 (ps-print-version): New version number (5.0).
2612 (ps-page-dimensions-database): Added document media.
2613 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
2614 (ps-page-order, ps-printing-region-p): New vars.
2615 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
2616 funs.
2617 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
2618 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
2619 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
2620 (ps-n-up-xstart, ps-n-up-ystart): New macros.
2621 (ps-print-begin-sheet-hook): New hook.
2622 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
2623 const.
2624 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
2625 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
2626 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
2627 (ps-count-lines): Changed to defun.
2628 (ps-header-page): Changed to defsubst, fix fun.
2629 (ps-printing-region): Doc fix, adjust programming code.
2630 (ps-output-boolean, ps-background-pages, ps-background-text)
2631 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
2632 programming code.
2633
2634 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2635
2636 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
2637 (ps-print-version): New version number (4.2).
2638 (ps-spool-config, ps-spool-tumble): New vars.
2639 (ps-print-prologue-1): Changed to defconst, adjust PostScript
2640 programming, new PostScript procedure to handle errors.
2641 (ps-print-prologue-2): Changed to defconst.
2642 (ps-print-duplex-feature): New const: duplex and tumble setting.
2643 (ps-setup, ps-begin-file): Fix funs.
2644 (ps-boolean-capitalized): New fun.
2645
2646 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
2647
2648 * Makefile (dontcompilefiles): Obsoleted.
2649 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
2650 (EL): Unused.
2651 (temacs): Removed (unused).
2652 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
2653 version of the file (necessary for the update to work properly).
2654 (autoloads): Force the use of `pwd`/loaddefs.el.
2655 (updates); Redefined in terms of other targets to reduce redundancy.
2656 (.el.elc): New default rule, just in case you want it.
2657 (compile): Use a single invocation of Emacs.
2658 (bootstrap-compile); Unneeded.
2659 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
2660
2661 1999-10-19 Dave Love <fx@gnu.org>
2662
2663 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
2664
2665 1999-10-19 Sam Steingold <sds@ksp.com>
2666
2667 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
2668 comply with the comment.
2669
2670 1999-10-19 Gerd Moellmann <gerd@gnu.org>
2671
2672 * autorevert.el (auto-revert-mode): Make auto-revert-mode
2673 permanent-local.
2674
2675 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
2676
2677 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
2678 value: \"lpr\" changed to "lpr"
2679 (ps-mode-version): New constant
2680 (ps-mode-show-version): New function, added key in ps-mode-map
2681 (ps-run-messages): Removed
2682 (ps-run-font-lock-keywords-2): New defcustom variable replacing
2683 ps-run-messages. These keywords now include the value of
2684 ps-run-prompt, making its fontification customizable.
2685 (ps-run-init): Removed \\n from docstring, it is now added when
2686 the value is used
2687 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
2688 ps-run-prompt
2689 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
2690 customizable variables in doc-string (its equivalent
2691 ps-run-messages was missing in previous version of the doc-string)
2692 (ps-run-mode): Simplified assignment to font-lock-defaults, using
2693 symbols only
2694
2695 1999-10-19 Alex Schroeder <alex@gnu.org>
2696
2697 * ansi-color.el: Complete rewrite.
2698
2699 1999-10-19 Paul Eggert <eggert@twinsun.com>
2700
2701 Fix bootstrapping problems.
2702 Use the system locale to specify Emacs locale defaults.
2703
2704 * international/mule-cmds.el (global-map):
2705 Do not use backquote, because that makes a bootstrapping
2706 problem if you need to recompile all Lisp files using interpreted code.
2707 * international/mule.el (charset-id, charset-bytes,
2708 charset-dimension, charset-chars, charset-width,
2709 charset-direction, charset-iso-final-char,
2710 charset-iso-graphic-plane, charset-reverse-charset,
2711 charset-short-name, charset-long-name, charset-description,
2712 charset-plist): Likewise.
2713 * subr.el (save-match-data): Likewise.
2714
2715 * international/mule-cmds.el
2716 (set-display-table-and-terminal-coding-system): New function,
2717 containing code migrated out of set-language-environment.
2718 (set-language-environment, set-locale-environment): Use it.
2719 (locale-translation-file-name): Moved here from startup.el.
2720 (locale-language-names, locale-preferred-coding-systems):
2721 New vars.
2722 (locale-name-match, set-locale-environment): New functions.
2723
2724 * language/japan-util.el (setup-japanese-environment-internal):
2725 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
2726
2727 * startup.el (iso-8859-n-locale-regexp): Remove.
2728 (locale-translation-file-name): Move to mule-cmds.el.
2729 (command-line): Move locale-stuff into set-locale-environment.
2730
2731 1999-10-18 Dave Love <fx@gnu.org>
2732
2733 * abbrev.el (add-abbrev, inverse-add-abbrev)
2734 (expand-region-abbrevs): Remove properties from buffer text.
2735
2736 1999-10-17 Gerd Moellmann <gerd@gnu.org>
2737
2738 * iswitchb.el (iswitchb-exhibit): Extract user-input only
2739 from the mini-buffer, without the prompt.
2740
2741 * simple.el (minibuffer-prompt-end): Return the position
2742 after the prompt, not the position of that last character
2743 of the prompt.
2744
2745 1999-10-17 Miles Bader <miles@gnu.org>
2746
2747 * simple.el: Doc fixes.
2748
2749 1999-10-17 Miles Bader <miles@gnu.org>
2750
2751 * simple.el (previous-matching-history-element, next-history-element):
2752 Change to work correctly even if the point is in the prompt.
2753 (choose-completion-string): Likewise.
2754 (minibuffer-prompt-width): New function (compatibility with old subr).
2755
2756 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
2757 When constraining the final position to the current field,
2758 don't use the ONLY-IN-LINE mode of constrain-to-field.
2759
2760 1999-10-17 Miles Bader <miles@gnu.org>
2761
2762 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
2763 constrain-to-field.
2764 * textmodes/paragraphs.el (forward-sentence): Likewise.
2765
2766 1999-10-17 Miles Bader <miles@gnu.org>
2767
2768 * simple.el (line-move): Use constrain-to-field to avoid
2769 moving into a prompt.
2770 (previous-complete-history-element): Clarify doc string.
2771 (next-complete-history-element): Likewise.
2772 Use field-beginning instead of point-min.
2773 (next-matching-history-element): Use field-beginning and
2774 erase-field instead of point-min and erase-buffer.
2775 * textmodes/paragraphs.el
2776 (forward-paragraph, forward-sentence): Likewise.
2777 (backward-kill-paragraph, backward-kill-sentence): Remove code to
2778 constrain the kill to an field, as the movement commands now
2779 do this.
2780
2781 1999-10-17 Miles Bader <miles@gnu.org>
2782
2783 * simple.el (previous-matching-history-element): Get the
2784 minibuffer input with field-string instead of buffer-string.
2785 (choose-completion-string): Likewise.
2786 (next-history-element): Likewise.
2787 Erase the minibuffer input with erase-field, not erase-buffer.
2788 Use field-beginning to find the beginning of the input.
2789 * textmodes/paragraphs.el (backward-kill-sentence):
2790 Remove minibuffer-prompt hack.
2791 Constrain to any input field.
2792
2793 1999-10-17 Sam Steingold <sds@ksp.com>
2794
2795 * bindings.el (completion-ignored-extensions): Added ".sparcf"
2796 for CMUCL on sparc and ".ufsl" for LispWorks.
2797 (bound-and-true-p): Bugfix: free variable `v'.
2798
2799 1999-10-16 Dave Love <d.love@dl.ac.uk>
2800
2801 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
2802 (edebug-uninstall-read-eval-functions): Use load-read-function,
2803 avoiding elisp-eval.
2804
2805 1999-10-16 Sam Steingold <sds@ksp.com>
2806
2807 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
2808 instead of `eql'.
2809
2810 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
2811
2812 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
2813 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
2814 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
2815 * ediff-util.el (ediff-make-temp-file):
2816 * ediff-vers.el (ediff-pcl-cvs-view-revision):
2817 * emerge.el (emerge-make-temp-file):
2818 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
2819 * vc.el (vc-update-change-log):
2820 * mail/mailpost.el (post-mail-send-it):
2821 * mail/metamail.el (metamail-region):
2822 * progmodes/cmacexp.el (c-macro-expansion):
2823 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
2824
2825 1999-10-15 Gerd Moellmann <gerd@gnu.org>
2826
2827 * smtpmail.el (smtpmail-via-smtp): Add support for
2828 automatically appending a domain to RCPT TO: addresses.
2829
2830 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2831
2832 * dired.el (dired-insert-directory): Insert the amount of
2833 free space after the total size.
2834 (dired-free-space-program, dired-free-space-args): New variables.
2835
2836 1999-10-14 Karl Heuer <kwzh@gnu.org>
2837
2838 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
2839
2840 1999-10-14 Dave Love <fx@gnu.org>
2841
2842 * international/characters.el:
2843 * international/fontset.el:
2844 * international/mule-conf.el: Add latin-iso8859-1[45].
2845
2846 * language/european.el: Add Latin-8, Latin-9. Modify some doc
2847 strings.
2848
2849 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
2850 (command-line): Detect Latin-[89] locales.
2851
2852 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
2853
2854 * international/mule-cmds.el (select-safe-coding-system)
2855 (leim-list-header): Avoid the use of strings that start with backslash
2856 newline since lread.c:read1 has a hack to turn those strings into
2857 integer 0 during the loadup.el process.
2858
2859 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
2860
2861 1999-10-13 Dave Love <fx@gnu.org>
2862
2863 * image.el (insert-image): Copy the image spec and add an
2864 intangible property.
2865
2866 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
2867
2868 * help.el (help-xref-interned): Make it also work on variable-only
2869 and function-only symbols.
2870 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
2871 (help-follow): If the point under mouse is not highlighted, try
2872 `help-xref-interned' on the pointed-to symbol anyway.
2873
2874 * info.el (Info-on-current-buffer): New entry point.
2875 (Info-find-node): Split into two for Info-on-current-buffer to
2876 hook into it.
2877 (Info-current-file, Info-set-mode-line, Info-up):
2878 Info-current-file can now be t.
2879 (Info-clone-buffer-hook): Function for `clone-buffer'.
2880 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
2881 Make `clone-buffer' available in various ways to the user.
2882
2883 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
2884
2885 * simple.el (shell-command, shell-command-on-region): Use
2886 make-temp-file.
2887 (clone-buffer, clone-process, clone-buffer-hook): New functions.
2888
2889 * subr.el (with-current-buffer): Don't use backquotes to avoid
2890 bootstrapping problems.
2891
2892 * loadup.el (load-path): Add subdirs for bootstrapping.
2893 (docstrings): Ignore errors during bootstrapping.
2894 (args): New `bootstrap' argument (for use in place of `dump').
2895
2896 1999-10-12 Emmanuel Briot <briot@gnat.com>
2897
2898 * ada-stmt.el: Doc-string fixes.
2899
2900 1999-10-12 Gerd Moellmann <gerd@gnu.org>
2901
2902 * recentf.el: New file.
2903
2904 * ps-mode.el: New file.
2905
2906 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
2907 case insensitive.
2908
2909 1999-10-12 Richard Sharman <rsharman@pobox.com>
2910
2911 * sh-script.el: Added support for indenting existing scripts.
2912 (sh-mode-map): Added new bindings.
2913 (sh-mode): Updated mode doc-string for new commands, added
2914 make-local-variable calls, initialize mode-specific variables.
2915 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
2916 is now a different function.
2917 (sh-header-marker): Changed docstring.
2918 (sh-set-shell): Initialize mode-specific variables.
2919 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
2920 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
2921 Changed these define-skeleton calls to work with user-specified
2922 indentation settings.
2923 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
2924 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
2925 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
2926 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
2927 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
2928 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
2929 (sh-guess-basic-offset, sh-handle-after-case-label)
2930 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
2931 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
2932 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
2933 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
2934 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
2935 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
2936 (sh-handle-this-then, sh-help-string-for-variable)
2937 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
2938 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
2939 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
2940 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
2941 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
2942 (sh-remove-our-text-properties, sh-rescan-buffer)
2943 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
2944 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
2945 (sh-scan-case, sh-search-word, sh-set-char-syntax)
2946 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
2947 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
2948 functions.
2949 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
2950 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
2951 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
2952 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
2953 (sh-var-list): New variables.
2954
2955 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
2956
2957 * quickurl.el (quickurl-list-insert): `count-lines' was returning
2958 a value one line to high if the cursor wasn't at the start of a
2959 line. A `beginning-of-line' is now performed before making the
2960 call to `count-lines'.
2961
2962 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
2963
2964 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
2965
2966 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
2967
2968 * Makefile (setwins): Abstract out the command to find subdirectories
2969 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
2970 (custom-deps, finder-data, autoloads, update-subdirs, updates)
2971 (autoloads-with-other-emacs): Use it.
2972
2973 * diff-mode.el: New file. A mode for viewing/editing context diffs.
2974
2975 1999-10-09 Gerd Moellmann <gerd@gnu.org>
2976
2977 * Makefile (bootstrap-compile): New target. Compile Lisp
2978 files with ../src/temacs.
2979
2980 1999-10-08 Simon Marshall <simon@gnu.org>
2981
2982 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
2983 (regexp-opt-group): Use it to get common suffixes in STRINGS.
2984 If STRINGS is nil, return "" rather than nil.
2985
2986 1999-10-08 Gerd Moellmann <gerd@gnu.org>
2987
2988 * Makefile (compile): Compile files one by one. Set load-path to
2989 current directory and subdirectories when compiling.
2990
2991 1999-10-08 Gerd Moellmann <gerd@gnu.org>
2992
2993 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
2994 (emacs): Use it everywhere instead of EMACS.
2995 (compile): New target. Compile all Lisp files from scratch.
2996 (recompile): New target. Recompile lisp directory.
2997 (autoloads-with-other-emacs): New target. Build loaddefs.el with
2998 an Emacs executable not built in the current directory tree.
2999
3000 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
3001
3002 * filecache.el (file-cache-completion-ignore-case): New variable,
3003 defaulting to the value of completion-ignore-case.
3004 (file-cache-minibuffer-complete): Use it.
3005 (file-cache-files-matching, file-cache-files-matching-internal):
3006 New functions.
3007
3008 1999-10-07 Emmanuel Briot <briot@gnat.com>
3009
3010 * ada-xref.el: New file
3011
3012 * ada-prj.el: New file
3013
3014 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
3015
3016 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
3017 subprogram being created.
3018
3019 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
3020 ada-indent-newline-indent): Rewritten to support the new indentation
3021 scheme
3022
3023 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
3024 New functions
3025
3026 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
3027 justification parameter
3028
3029 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
3030 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
3031 external program
3032
3033 1999-10-07 Dave Love <fx@gnu.org>
3034
3035 * bindings.el (bound-and-true-p): New macro.
3036 (make-mode-line-mouse-sensitive): Don't require easymenu.
3037
3038 1999-10-07 Gerd Moellmann <gerd@gnu.org>
3039
3040 * custom.el (defface): Extend documentation for new values of
3041 `type'.
3042
3043 * faces.el (face-spec-set-match-display): Recognize `type' of
3044 `motif', `lucid', `x-toolkit'.
3045 (menu): New face.
3046
3047 1999-10-05 Dave Love <fx@gnu.org>
3048
3049 * files.el: Recognize temporary crontab files.
3050
3051 * info.el: Require jka-compr when compiling.
3052 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
3053
3054 1999-10-04 Dave Love <fx@gnu.org>
3055
3056 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
3057 scroll-up-aggressively, scroll-down-aggressively.
3058
3059 * time.el (display-time-mode): Add autoload cookie.
3060
3061 * rect.el (delete-extract-rectangle): Doc fix from verna.
3062
3063 * help-macro.el (three-step-help): Customize.
3064
3065 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3066
3067 * hexl.el (hexlify-buffer): Move point in proper range
3068 if it is too large.
3069 (hexl-after-revert-hook): Update hexl-max-address.
3070 (hexl-address-to-marker): Doc fix.
3071
3072 1999-10-03 Dave Love <fx@gnu.org>
3073
3074 * image.el (defimage): Remove redundant code. Substitute file in
3075 image plist.
3076
3077 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
3078
3079 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
3080 when doing with-temp-file.
3081
3082 1999-10-01 Dave Love <fx@gnu.org>
3083
3084 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
3085
3086 * help.el: Require view when compiling.
3087 (view-emacs-FAQ): Use Info version.
3088
3089 1999-09-29 Ken'ichi Handa <handa@gnu.org>
3090
3091 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
3092 (normat->normal). Use correct font names for Korean
3093 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
3094
3095 1999-09-29 Kenichi Handa <handa@etl.go.jp>
3096
3097 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
3098 code not used by KOI8 to the same 8-bit code instead of mapping to
3099 SPC.
3100 (cyrillic-alternativnyj-decode-table): Likewise.
3101
3102 1999-09-29 Alex Schroeder <alex@gnu.org>
3103
3104 * sql.el (sql-imenu-generic-expression): Aew, used to set
3105 imenu-generic-expression.
3106 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
3107 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
3108 imenu-case-fold-search, and imenu-syntax-alist.
3109 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
3110 setting font-lock-defaults' SYNTAX-ALIST.
3111
3112 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3113
3114 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
3115 macro, try again.
3116
3117 1999-09-28 Dave Love <fx@gnu.org>
3118
3119 * cus-edit.el (custom-comment): Change widget definition.
3120 (custom-comment-create, custom-comment-show)
3121 (custom-comment-invisible-p): Don't use :comment-overlay.
3122 (custom-comment-hide): New function.
3123 (custom-variable-set, custom-variable-save)
3124 (custom-variable-reset-standard, custom-face-set)
3125 (custom-face-save): Use it.
3126
3127 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3128
3129 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
3130
3131 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3132
3133 * faces.el (region): Doc fix.
3134
3135 1999-09-27 Dave Love <fx@gnu.org>
3136
3137 * isearch.el (isearch): Add :links in defgroup.
3138 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
3139 (isearch-switch-frame-handler): Comment out (unused).
3140 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
3141 (isearch-ring-retreat-edit): Doc fix.
3142 (isearch-mouse-yank): New command.
3143 (isearch-last-command-char): Removed. Callers changed to use
3144 last-command-char.
3145 (isearch-char-to-string): Removed. Callers changed to use
3146 char-to-string.
3147
3148 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
3149
3150 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
3151 option for Russian.
3152
3153 1999-09-25 Gerd Moellmann <gerd@gnu.org>
3154
3155 * faces.el (face-differs-from-default-p): Compare face
3156 attributes individually.
3157
3158 * image.el (put-image, insert-image): Add string argument.
3159
3160 1999-09-24 Gerd Moellmann <gerd@gnu.org>
3161
3162 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
3163 LANG=de_DE.iso88591 on HPUX 11.0.
3164
3165 * dired.el (dired-move-to-filename-regexp): Make it work
3166 for LANG=de_DE.iso88591 on HPUX 11.0.
3167
3168 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3169
3170 * info.el (info-initialize): Don't test existence of ALTERNATIVE
3171 if we know for some other reason it should not be used.
3172
3173 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
3174 New variable.
3175 (edebug-recursive-edit): Save current-prefix-arg there,
3176 bind it, and set it back at the end.
3177 (edebug-outside-excursion): Restore and update the outside
3178 value of current-prefix-arg.
3179 (edebug-emacs-version-specific): Delete support for Epoch.
3180
3181 1999-09-24 Howard Melman <howard@silverstream.com>
3182
3183 * imenu.el (imenu-after-jump-hook): New variable.
3184 (imenu): Run menu-after-jump-hook.
3185 (imenu-name-lookup-function): New variable.
3186 * imenu.el (imenu--in-alist): Use those variables.
3187
3188 1999-09-24 Carsten Dominik <cd@gnu.org>
3189
3190 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
3191 multiple thebibliography environments.
3192
3193 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
3194 with recentering window.
3195 (reftex-extract-bib-entries-from-thebibliography,
3196 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
3197 with multiple thebibliography environments.
3198
3199 * textmodes/reftex-vars.el
3200 (reftex-section-levels): Function allowed as cdr.
3201 (reftex-max-section-depth) New option.
3202
3203 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
3204 with multiple thebibliography environments.
3205
3206 1999-09-23 Gerd Moellmann <gerd@gnu.org>
3207
3208 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
3209 instead of point-min in call to delete-region.
3210
3211 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
3212
3213 * vc.el (vc-backend-checkout): Use with-temp-file when checking
3214 out into arbitrary file names.
3215
3216 1999-09-19 Ken'ichi Handa <handa@gnu.org>
3217
3218 * language/european.el ("Turkish"): New language environment.
3219
3220 1999-09-19 Dave Love <fx@gnu.org>
3221
3222 * delim-col.el: New file.
3223
3224 1999-09-17 Richard Stallman <rms@gnu.org>
3225
3226 * files.el (after-find-file): When visiting a backup file,
3227 make it read-only.
3228
3229 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
3230 (apropos-keybinding-face, apropos-label-face): Likewise.
3231 (apropos-property-face, apropos-match-face): Likewise.
3232 (apropos-label-properties): New variable.
3233 (apropos-print-doc): Use apropos-label-properties.
3234 (apropos-print): Set apropos-label-properties.
3235
3236 1999-09-15 Richard Stallman <rms@gnu.org>
3237
3238 * winner.el: Use aref instead of sref.
3239
3240 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
3241
3242 1999-09-14 Gerd Moellmann <gerd@gnu.org>
3243
3244 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
3245
3246 1999-09-14 Richard Stallman <rms@gnu.org>
3247
3248 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
3249 cookie, even if followed by a letter.
3250
3251 1999-09-14 Stephen Eglen <stephen@gnu.org>
3252
3253 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
3254 --no-line-editing are passed to Octave by including them here
3255 rather than storing them in inferior-octave-startup-args.
3256
3257 1999-09-14 Eli Zaretskii <eliz@gnu.org>
3258
3259 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
3260 command, option, env and sc.
3261
3262 * subr.el (shell-quote-argument): Quote argument with double
3263 quotes for ms-dos.
3264
3265 1999-09-14 Richard Stallman <rms@gnu.org>
3266
3267 * simple.el (eval-expression-print-level): New variable.
3268 (eval-expression-print-length): New variable.
3269 (eval-expression-debug-on-error): New variable.
3270 (eval-expression): Bind print-level, print-length and
3271 debug-on-error from those vars.
3272
3273 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
3274 Bind print-level, print-length and debug-on-error.
3275
3276 1999-09-14 Inge Frick <inge@nada.kth.se>
3277
3278 * dired.el (dired-recursive-deletes): New custom variable.
3279 (dired-re-no-dot): New variable.
3280 (dired-delete-file): New function deletes files and directories
3281 recursively.
3282 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
3283
3284 * dired-aux.el (dired-recursive-copies): New custom variable.
3285 (dired-handle-overwrite): Broke a long line.
3286 (dired-copy-file): Call `dired-copy-file-recursive' instead of
3287 `copy-file'.
3288 (dired-copy-file-recursive): New function. Copy directories
3289 recursively.
3290 (dired-do-create-files): Added support for generalized directory
3291 target. How-to function may now return a function. New fluid
3292 variable `dired-one-file'.
3293 (dired-copy-how-to-fn): New variable.
3294 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
3295 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
3296 (dired-do-copy-regexp): No recursive copies.
3297
3298 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
3299
3300 * whitespace.el (whitespace-version): Update version to 2.4
3301
3302 * whitespace.el: Add customization variables to conditionally test
3303 any of the five whitespaces, per request from Rune Kleveland
3304 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
3305
3306 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
3307
3308 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
3309 list of modes to be checked for bogus whitespaces.
3310
3311 * whitespace.el (whitespace-rescan-timer-time): Update
3312 documentation.
3313
3314 * whitespace.el (whitespace-display-unchecked-whitespaces):
3315 New function to update modeline with untested whitespaces.
3316
3317 * whitespace.el (whitespace-buffer): Test only whitespaces whose
3318 checking is turned on, and update modeline using the newly created
3319 `whitespace-display-unchecked-whitespaces'.
3320
3321 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
3322 whose checking is turned on, and update modeline using the newly
3323 created `whitespace-display-unchecked-whitespaces'.
3324
3325 * whitespace.el (whitespace-describe): Update documentation.
3326
3327 * whitespace.el (whitespace-tickle-timer): Test if
3328 `whitespace-rescan-timer-time' is non-zero before tickling timer.
3329
3330 1999-09-13 Dave Love <fx@gnu.org>
3331
3332 * hideif.el (hide-ifdef-mode): Add autoload cookie.
3333
3334 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
3335 for temp buffer.
3336 (checkdoc-this-string-valid): Don't assume default comment-start.
3337
3338 1999-09-13 Gerd Moellmann <gerd@gnu.org>
3339
3340 * rsz-mini.el: Remove code, keep the interface.
3341
3342 1999-09-13 Dave Love <fx@gnu.org>
3343
3344 * help.el (help-highlight-p): Doc fix.
3345
3346 * faces.el (mode-line, header-line, tool-bar): Add :version.
3347 (highlight, secondary-selection): Add :group.
3348 (trailing-whitespace): Add :group, :version.
3349
3350 * wid-edit.el: Remove some compatibility code and checks.
3351 (widget-specify-field, widget-specify-button): Don't use XEmacs
3352 properties.
3353 (widget-overlay-inactive): Change error message.
3354 (widget-button-pressed-face): New variable.
3355 (widget-button-click): Use it.
3356 (widget-documentation-link-add): Specify mouse and button faces.
3357 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
3358 removed now the functionality is built in.
3359
3360 * cus-edit.el: Don't define-widget-keywords.
3361 (multimedia): New group.
3362 (custom-last): Function removed.
3363 (custom-quote): Add vectorp case, comment out characterp case.
3364 (custom-buffer-done-function, custom-raised-buttons): New option.
3365 (Custom-buffer-done): New function.
3366 (custom-buffer-create-internal): Obey custom-raised-buttons,
3367 Custom-buffer-done.
3368 (custom-button-face): Make it `released-button'.
3369 (custom-button-pressed-face): Make it `pressed-button'
3370 (custom-mode-map): Bind "q" to Custom-buffer-done.
3371 (custom-mode): Deal with raised/pressed buttons.
3372
3373 Changes from Didier Verna:
3374 (custom-prompt-variable): Optional third arg makes prompt for a
3375 comment string.
3376 (customize-set-value, customize-set-variable,
3377 customize-save-variable): Optional prefix makes function handle
3378 variable comments.
3379 (customize-customized, customize-saved, custom-variable-state-set)
3380 (custom-variable-set, custom-variable-save, custom-face-state-set)
3381 (custom-variable-reset-saved, custom-variable-reset-standard)
3382 (custom-face-set, custom-face-save, custom-face-reset-saved)
3383 (custom-face-reset-standard, customize-save-customized): Handle
3384 custom comments.
3385 (custom-comment-face, custom-comment-tag-face): New face.
3386 (custom-comment): New widget.
3387 (custom-comment-create, custom-comment-delete)
3388 (custom-comment-value-set, custom-comment-show)
3389 ()custom-comment-invisible-p): New functions.
3390 (custom-variable-value-create, custom-face-value-create): Create a
3391 comment field widget.
3392 (custom-variable-menu, custom-face-menu): New entry for custom
3393 comment.
3394 (custom-face-value-create): Remove compatibility code.
3395 (custom-save-variables, custom-save-faces): Possibly save custom
3396 comments.
3397
3398 * cus-face.el (custom-face-attributes): Simplify :underline,
3399 :overline, :inverse-video cases. Fix up :box case (probably needs
3400 more work).
3401
3402 Change from Didier Verna:
3403 (custom-set-faces): The arguments can now have a custom comment as
3404 fourth argument.
3405
3406 * custom.el: Don't define-widget-keywords.
3407 Change from Didier Verna:
3408 (custom-set-variables): The arguments can now have a
3409 custom comment as fifth element.
3410
3411 1999-09-13 Richard Stallman <rms@gnu.org>
3412
3413 * info.el (Info-find-node): Cope better if guesspos is too large.
3414
3415 1999-09-12 Gerd Moellmann <gerd@gnu.org>
3416
3417 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
3418 of buffer-substring because buffer-string doesn't copy the
3419 prompt.
3420
3421 * faces.el (mode-line): Replaces `modeline'.
3422 (toplevel): Make `modeline' an alias for `mode-line'.
3423
3424 1999-09-12 Gerd Moellmann <gerd@gnu.org>
3425
3426 * gs.el: Change `ghostscript' to `postscript' in comment.
3427
3428 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
3429
3430 * emulation/tpu-edt.el (tpu-version): New version.
3431 (tpu-search-overlay, tpu-replace-overlay): New variables.
3432 (tpu-search-highlight, tpu-toggle-direction): New functions.
3433 (tpu-lm-replace): Set tpu-replace-overlay.
3434 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
3435 command hook.
3436
3437 1999-09-11 Richard Stallman <rms@gnu.org>
3438
3439 * isearch.el (isearch-mode-map): Undo previous change.
3440
3441 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
3442 use all of that as the sexp.
3443
3444 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
3445 and use the initial argument as file name directly.
3446 Likewise if nothing matches.
3447
3448 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
3449
3450 * winner.el: Major changes. Avoid changing point and mark.
3451 Save configurations after they change, not before.
3452
3453 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
3454
3455 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
3456 Bind print-continuous-numbering and print-number-table.
3457
3458 1999-09-10 Dave Love <fx@gnu.org>
3459
3460 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
3461
3462 1999-09-09 Richard Stallman <rms@gnu.org>
3463
3464 * whitespace.el: Finish making it fit Emacs conventions.
3465 Add autoloads.
3466
3467 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3468
3469 * generic-x.el (bat-generic-mode): "::"-style comments don't
3470 need to begin with "-". Fix the font-lock definitions of ON/OFF
3471 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
3472 from the list of keywords. Add DO to the list of keywords.
3473
3474 1999-09-09 Dave Love <fx@gnu.org>
3475
3476 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
3477 (byte-optimize-backward-word): New optimizations.
3478 (side-effect-free-fns, side-effect-and-error-free-fns): Add
3479 entries.
3480
3481 1999-09-09 Gerd Moellmann <gerd@gnu.org>
3482
3483 * image.el (put-image): Remove optional buffer parameter.
3484
3485 * faces.el (face-italic-p): Return t only for values `italic'
3486 and `oblique'.
3487
3488 * mouse.el (mouse-drag-mode-line-1): Extension of former
3489 mouse-drag-mode-line that also drags the header line.
3490 (mouse-drag-mode-line): Call it.
3491 (mouse-drag-header-line): New.
3492 (toplevel): Bind down-mouse-1 on header lines to
3493 mouse-drage-header-line.
3494
3495 1999-09-08 Gerd Moellmann <gerd@gnu.org>
3496
3497 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
3498 (make-mode-line-mouse-sensitive): Replace `top-line' by
3499 `header-line'.
3500
3501 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
3502
3503 * help.el (describe-function-1): Don't return empty string for keymaps.
3504
3505 * fill.el (fill-region-as-paragraph, canonically-space-region):
3506 Respect colon-double-space at end of line.
3507
3508 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
3509
3510 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
3511 (backup-buffer): Use it.
3512
3513 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
3514
3515 * generic-x.el (generic-define-unix-modes): Added new modes:
3516 inetd-conf-generic-mode, etc-services-generic-mode,
3517 etc-passwd-generic-mode. These are all defined for Unix by default.
3518 (apache-generic-mode): Use an imenu-generic-expression to list
3519 Configuration keywords.
3520 (samba-generic-mode): Use both ; and # as comment characters.
3521 (samba-generic-mode): Font-lock expressions now highlight name
3522 value pairs.
3523 (bat-generic-mode): Keywords are now case-insensitive through
3524 font-lock-defaults setting.
3525 (java-properties-generic-mode): Supports both ! and # as comment
3526 characters.
3527 (java-properties-generic-mode): Added an imenu-generic-expression
3528 (java-properties-generic-mode): Reworked to support the various
3529 different ways to separate name and value (viz, '=', ':' and
3530 whitespace).
3531 (show-tabs-generic-mode): Added this new generic-mode.
3532
3533 1999-09-08 Richard Stallman <rms@gnu.org>
3534
3535 * progmodes/inf-lisp.el: Moved from top directory.
3536
3537 * tar-mode.el (tar-header-block-tokenize):
3538 Use `when' instead of `and'. Fix some clobbered text.
3539
3540 * gud.el (gud-make-debug-menu): Make a child for the
3541 local menu, for its menu bar, and the debug menu.
3542 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
3543 Use the history in the simple way.
3544
3545 1999-09-07 Kenichi Handa <handa@etl.go.jp>
3546
3547 * language/korea-util.el (default-korean-keyboard): Initialize it
3548 according to the environment variable HANGUL_KEYBOARD_TYPE.
3549
3550 1999-09-07 Richard Stallman <rms@gnu.org>
3551
3552 * subr.el (make-temp-file): New function.
3553
3554 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
3555
3556 * font-lock.el (font-lock-multiline): New text property contains
3557 a boolean to indicate if the char is part of a multiline match.
3558 (font-lock-default-fontify-region): Extend the region appropriately
3559 for multiline keywords.
3560 (font-lock-default-unfontify-region): Also remove the new
3561 font-lock-multiline text property.
3562 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
3563 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
3564
3565 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3566
3567 * diary-lib.el (list-diary-entries): Make sure two-digit years
3568 have leading zeros.
3569
3570 1999-09-07 Gerd Moellmann <gerd@gnu.org>
3571
3572 * faces.el (face-set-after-frame-default): Initialize some
3573 attributes of some faces from frame parameters.
3574
3575 * faces.el (scroll-bar, border, cursor, mouse): New faces.
3576
3577 1999-09-07 Gerd Moellmann <gerd@gnu.org>
3578
3579 * faces.el (fringe): Replaces face `margin'.
3580
3581 1999-09-07 Dave Love <fx@gnu.org>
3582
3583 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
3584
3585 1999-09-07 Richard Stallman <rms@gnu.org>
3586
3587 * subr.el (push): Doc fix.
3588
3589 1999-09-06 Richard Stallman <rms@gnu.org>
3590
3591 * vc.el (vc-annotate-display): Use < 69 not < 70
3592 to distinguish 20YY from 19YY.
3593
3594 * timezone.el (timezone-parse-date): Use < 69 not < 70
3595 to distinguish 20YY from 19YY.
3596
3597 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
3598
3599 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
3600
3601 * quickurl.el: (quickurl-list-focused-line): Removed.
3602 (quickurl-list-insert): Now works out the focused line using
3603 `count-lines' instead of using `quickurl-list-focused-line'.
3604
3605 1999-09-06 Richard Stallman <rms@gnu.org>
3606
3607 * mail/rmail.el (rmail-retry-failure): Unconditionally move
3608 to beginning of message.
3609
3610 1999-09-06 Dave Love <fx@gnu.org>
3611
3612 * isearch.el (isearch-mode-map): Add mouse-2.
3613
3614 * mail/rmail.el (rmail-read-password): Deleted.
3615 (rmail-get-pop-password): Use read-password.
3616
3617 * quickurl.el: Don't conditionally define caddr.
3618 (quickurl-url-comment): Use nth, not caddr in function and
3619 defsetf.
3620
3621 1999-09-06 Richard Stallman <rms@gnu.org>
3622
3623 * auto-show.el: Doc fixes.
3624
3625 1999-09-06 Stephen Eglen <stephen@gnu.org>
3626
3627 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
3628 --no-line-editing so that TABs in source files are not interpreted
3629 as completion requests.
3630
3631 1999-09-06 Gerd Moellmann <gerd@gnu.org>
3632
3633 * hscroll.el, auto-show.el: Remove all code, keep the public
3634 interface as no-ops.
3635
3636 * faces.el (face-bold-p): Don't return t if face has lighter
3637 weight than normal.
3638
3639 1999-09-06 Eli Zaretskii <eliz@gnu.org>
3640
3641 * startup.el (command-line): Make small-temporary-file-directory
3642 be nil except on ms-dos.
3643
3644 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
3645
3646 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
3647 is defined.
3648
3649 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
3650 letters with a colon after d or l.
3651
3652 1999-09-06 Dave Love <fx@gnu.org>
3653
3654 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
3655 primitive.)
3656
3657 1999-09-05 Richard Stallman <rms@gnu.org>
3658
3659 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
3660
3661 * textmodes/paragraphs.el (backward-kill-sentence):
3662 Don't test minibuffer-prompt-end here.
3663 (forward-sentence): Do handle it here.
3664 (backward-kill-paragraph): Don't test it here.
3665 (forward-paragraph): Handle it here.
3666
3667 * mouse.el (font-menu-add-default): Simplify code.
3668
3669 1999-09-05 Gerd Moellmann <gerd@gnu.org>
3670
3671 * faces.el (header-line): Renamed from `top-line'.
3672
3673 1999-09-05 Gerd Moellmann <gerd@gnu.org>
3674
3675 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
3676
3677 1999-09-04 Richard Stallman <rms@gnu.org>
3678
3679 * whitespace.el: New file.
3680
3681 1999-09-04 Dave Love <fx@gnu.org>
3682
3683 * paths.el: Make some doc strings obey the make-docfile convention.
3684
3685 * bindings.el: Likewise.
3686 (debug-ignored-errors): Remove BBDB ones.
3687
3688 1999-09-03 Richard Stallman <rms@gnu.org>
3689
3690 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
3691 not from the draft to forward.
3692
3693 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
3694
3695 1999-09-03 Dave Love <fx@gnu.org>
3696
3697 * double.el (double-mode): Customize the variable.
3698
3699 1999-09-03 Kenichi Handa <handa@etl.go.jp>
3700
3701 * international/characters.el: Delete duplicated code.
3702
3703 1999-09-02 Richard Stallman <rms@gnu.org>
3704
3705 * indent.el (indent-relative): Doc fix.
3706
3707 * quickurl.el (quickurl): Doc fix.
3708
3709 1999-09-02 Gerd Moellmann <gerd@gnu.org>
3710
3711 * faces.el (margin): Change background to "gray" for mono (this is
3712 drawn with a stipple pattern).
3713
3714 1999-09-02 Gerd Moellmann <gerd@gnu.org>
3715
3716 * simple.el (next-history-element): Use minibuffer-prompt-end once
3717 again. Remove test for minibuffer-prompt-in-buffer.
3718
3719 1999-09-02 Eli Zaretskii <eliz@gnu.org>
3720
3721 * files.el (small-temporary-file-directory): New variable.
3722
3723 * startup.el (command-line): Compute the value of
3724 small-temporary-file-directory.
3725
3726 * ediff-init.el (ediff-temp-file-prefix): Use
3727 small-temporary-file-directory if non-nil.
3728
3729 * vc.el (vc-update-change-log): Likewise.
3730
3731 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
3732
3733 * simple.el (shell-command, shell-command-on-region): Use
3734 make-temp-name properly. Use small-temporary-file-directory if
3735 non-nil, otherwise temporary-file-directory, to generate temporary
3736 files.
3737
3738 * dos-w32.el (direct-print-region-helper): Use
3739 temporary-file-directory. (From Stefan Monnier.)
3740
3741 1999-09-02 Richard Stallman <rms@gnu.org>
3742
3743 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
3744 from asm-comment-char.
3745 (asm-font-lock-keywords): Recognize instruction width suffixes.
3746
3747 1999-09-01 Richard Stallman <rms@gnu.org>
3748
3749 * play/fortune.el: New file.
3750
3751 1999-08-31 Dave Love <fx@gnu.org>
3752
3753 * help.el (help-make-xrefs): Don't lose on non-empty blank line
3754 after key table.
3755
3756 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
3757 redisplay variables.
3758
3759 * subr.el (push): Fix typo.
3760
3761 1999-08-30 Kevin Blake <kblake@ticnet.com>
3762
3763 * emacs-lisp/ring.el: Many doc fixes.
3764 (ring-size, ring-copy): New functions.
3765
3766 1999-08-29 Richard Stallman <rms@gnu.org>
3767
3768 * progmodes/etags.el (tags-loop-continue):
3769 After tags-loop-operate returns, force skip to next file.
3770
3771 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
3772 (mail-extr-first-letters, mail-extr-last-letters):
3773 Use character classes [:alpha:] and [:alnum:].
3774
3775 * subr.el (push, pop): New macros.
3776
3777 * progmodes/compile.el (compilation-error-regexp-alist):
3778 New item for SGI IRIX MipsPro compilers.
3779
3780 * speedbar.el (speedbar-directory-buttons): Recognize
3781 device names when checking for file names.
3782
3783 * array.el (array-reconfigure-rows): Use generate-new-buffer.
3784
3785 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
3786 and specially handle defvar inside their expansions.
3787 (eval-defun-1): New subroutine.
3788
3789 * progmodes/compile.el (compilation-error-regexp-alist):
3790 Fix the Perl -w entry to allow period after line number.
3791 Don't allow newlines in file name, but allow them after line number
3792 for Perl debugging traces.
3793
3794 * which-func.el (which-func-cleanup-function): New variable.
3795 (which-function): Call that function.
3796
3797 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
3798 to end a function name.
3799
3800 * informat.el (Info-tagify): Don't insert more than one newline
3801 before the tag table.
3802
3803 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
3804
3805 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
3806 than make-temp-name, use match-string-no-properties, and eliminate
3807 a quadratic behavior when building bibtex-strings.
3808
3809 1999-08-29 Alex Schroeder <alex@gnu.org>
3810
3811 * comint.el (comint-input-ring-separator): New variable.
3812 (comint-read-input-ring): Doc change; use
3813 comint-input-ring-separator when reading file.
3814 (comint-write-input-ring): Use
3815 comint-input-ring-separator when writing file.
3816
3817 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
3818
3819 * informat.el (Info-tagify): Start by widening.
3820 Match node headers that don't list the file name,
3821 and more kinds of page separations.
3822 Strip properties during tagification.
3823 Use start of node header line as tag's position.
3824 Fix the "done" message.
3825
3826 (Info-validate): Save and restore match data around narrowing down.
3827
3828 1999-08-28 Richard M. Stallman <rms@gnu.org>
3829
3830 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
3831 On repeated call, override previous values put into
3832 minor-mode-map-alist and minor-mode-alist.
3833
3834 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
3835
3836 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
3837
3838 1999-08-27 Andreas Schwab <schwab@gnu.org>
3839
3840 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
3841 from cvs update.
3842
3843 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3844
3845 * calendar/calendar.el (calendar-move-hook): New hook.
3846
3847 * calendar/cal-move.el: Call the new hook in every movement function.
3848
3849 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
3850 the right function name.
3851
3852 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
3853
3854 * time-stamp.el: Put quote-backquote around all symbol names
3855 in doc strings, for mousing.
3856 (time-stamp): Support multi-line patterns.
3857 (time-stamp-inserts-lines): New variable.
3858 (time-stamp-count): New variable.
3859 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
3860 "Thu" instead of "%a".
3861
3862 1999-08-25 Gerd Moellmann <gerd@gnu.org>
3863
3864 * simple.el (kill-word): Undo previous change.
3865
3866 1999-08-25 Gerd Moellmann <gerd@gnu.org>
3867
3868 * jit-lock.el (jit-lock-function): Extend the fontified range
3869 to the beginning of the line containing the range start and
3870 the beginning of the line following the range end.
3871
3872 1999-08-24 Dave Love <fx@gnu.org>
3873
3874 * timezone.el: Move provide to end.
3875 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
3876 <70 are 2000+.
3877 (timezone-parse-time): Simplify somewhat.
3878
3879 1999-08-24 Gerd Moellmann <gerd@gnu.org>
3880
3881 * faces.el (margin): Renamed from bitmap-area.
3882
3883 1999-08-24 Alex Schroeder <alex@gnu.org>
3884
3885 * sql.el: Doc changes.
3886 (sql-sybase): Use sql-server instead of sql-database.
3887
3888 1999-08-23 Dave Love <fx@gnu.org>
3889
3890 * rect.el: Add/fix various doc strings. Add `*' to all the
3891 interactive specs.
3892
3893 1999-08-21 Gerd Moellmann <gerd@gnu.org>
3894
3895 * jit-lock.el (jit-lock-function): Use line-beginning-position.
3896 Don't unwind-protect font-lock-fontify-region.
3897
3898 * paragraphs.el (backward-kill-paragraph): Don't move
3899 point into mini-buffer prompt.
3900 (backward-kill-sentence): Ditto.
3901
3902 * simple.el (next-history-element): Use minibuffer-prompt-end.
3903 Remove test for minibuffer-prompt-in-buffer.
3904 (kill-word): Don't move point into mini-buffer prompt.
3905
3906 1999-08-21 Dave Love <fx@gnu.org>
3907
3908 * Makefile: Exclude CVS dirs like RCS.
3909
3910 1999-08-19 Dave Love <fx@gnu.org>
3911
3912 * tooltip.el (tooltip-mode): Customize this, per convention.
3913 (tooltip-active): Option deleted.
3914
3915 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
3916
3917 * hanoi.el, page-ext.el: Declare dynamic vars.
3918
3919 * term.el: Avoid ange-ftp related compilation warnings.
3920
3921 1999-08-18 Gerd Moellmann <gerd@gnu.org>
3922
3923 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
3924 the default so that beginners can benefit from it without
3925 searching in manuals.
3926
3927 1999-08-18 Ray Blaak <blaak@gnu.org>
3928
3929 * progmodes/delphi.el: Consider assembly sections as blocks, to
3930 indent them better. Make auto-indent on newline optional.
3931
3932 1999-08-17 Gerd Moellmann <gerd@gnu.org>
3933
3934 * bindings.el (mode-line-modified): Look up key binding for C-x
3935 C-q. If it's bound call that binding, otherwise call
3936 toggle-read-only.
3937
3938 1999-08-17 Dave Love <fx@gnu.org>
3939
3940 * info.el (info): Doc fix.
3941
3942 * finder.el (finder-known-keywords): Add `multimedia'.
3943
3944 * apropos.el: Don't capitalize custom group name.
3945
3946 * info-look.el: Remove compatibility code.
3947 (info-lookup-guess-default*): DTRT for point at start of symbol.
3948 (info-complete): Don't lose with point not at end of symbol.
3949
3950 1999-08-16 Gerd Moellmann <gerd@gnu.org>
3951
3952 * term.el (toplevel): Make face `term-default' an empty face.
3953 The code relied on the fact that Emacs ignored invalid faces in
3954 face text properties in 20.4.
3955
3956 1999-08-16 Richard M. Stallman <rms@gnu.org>
3957
3958 * subr.el (point-at-eol, point-at-bol): New aliases.
3959
3960 * simple.el: Functions reordered.
3961
3962 * rect.el (delete-rectangle-line): Use line-end-position.
3963
3964 1999-08-16 Karl Heuer <kwzh@gnu.org>
3965
3966 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
3967 here from simple.el.
3968
3969 1999-08-16 Dave Love <fx@gnu.org>
3970
3971 * mouse.el: Provide `mldrag' for compatibility.
3972 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
3973 marked obsolete.
3974
3975 * mldrag.el: Removed since the features are in mouse.el.
3976
3977 * jka-compr.el (auto-compression-mode): New variable for
3978 customization.
3979
3980 * bindings.el (mode-line-mule-info): Doc fix.
3981
3982 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
3983 name comparisons.
3984
3985 * files.el (interpreter-mode-alist): Add make, guile, clisp.
3986 (find-file): Doc fix.
3987
3988 1999-08-16 Carsten Dominik <cd@gnu.org>
3989
3990 * textmodes/reftex.el: Most of the code moved to other files.
3991 * textmodes/reftex-auc.el: New file, split out from reftex.el
3992 * textmodes/reftex-cite.el: New file, split out from reftex.el
3993 * textmodes/reftex-global.el: New file, split out from reftex.el
3994 * textmodes/reftex-index.el: New file, split out from reftex.el
3995 * textmodes/reftex-parse.el: New file, split out from reftex.el
3996 * textmodes/reftex-ref.el: New file, split out from reftex.el
3997 * textmodes/reftex-sel.el: New file, split out from reftex.el
3998 * textmodes/reftex-toc.el: New file, split out from reftex.el
3999 * textmodes/reftex-vars.el: New file, split out from reftex.el
4000 * textmodes/reftex-vcr.el: New file, split out from reftex.el
4001
4002 1999-08-16 Carsten Dominik <cd@gnu.org>
4003
4004 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
4005 conflict with pop-up-frames.
4006 (reftex-special-environment-parsers): New constant.
4007 (reftex-label-alist): car of an entry can also be a function.
4008 (reftex-what-special-env): Cew function.
4009 (reftex-label-location): Call `reftex-what-special-env'.
4010 (reftex-compile-variables): Check for symbol in
4011 `reftex-label-alist'.
4012 (reftex-what-environment): Fixed bug with stacked environments of
4013 same kind (e.g. enumerate).
4014 (reftex-process-string): Preserve default directory.
4015 (reftex-label-alist-builtin): Changed prefixes of endnote and
4016 footnote. Also the magic words.
4017 (reftex-reference): Interprete new option
4018 `reftex-fref-is-default'.
4019 (reftex-replace-prefix-escapes): Interprete new `%S' format.
4020 (reftex-toc-mouse-view-line): Command removed (had no binding).
4021 (reftex-everything-regexp): New function.
4022 (reftex-nearest-match): Made better.
4023 (reftex-toc-find-section): Use new version of
4024 `reftex-nearest-match'.
4025 (reftex-insert-docstruct): Adapted to work with the index stuff.
4026 (reftex-parse-from-file): Find index entries as well.
4027 (reftex-toc-toggle-index): New function
4028 (reftex-toc-map): `i' is now used to togle the index, File
4029 boundaries has been moved to `F'.
4030 (reftex-select-label-map): Toggling display of file boundaries is
4031 now on the `F' key, for consistency with `reftex-toc-map'.
4032 (reftex-erase-all-selection-and-index-buffers): Renamed from
4033 `reftex-erase-all-selection-buffer'. Now also kills the index
4034 buffers.
4035 (reftex-viewing-cross-references): Customization group renamed
4036 from reftex-viewing-cross-references-and-citations.
4037 (reftex-index-macro-regexp,
4038 reftex-find-index-entry-regexp-format): New variables
4039 (reftex-macros-with-index): New variable
4040 (reftex-add-index-macros): New function
4041 (reftex-renumber-simple-labels, reftex-translate): Allow for
4042 multiple labels in a single ref command.
4043 (reftex-index-support): New customization group
4044 (reftex-support-index, reftex-index-special-chars,
4045 reftex-index-macros, reftex-index-default-macro,
4046 reftex-index-default-tag, reftex-index-math-format,
4047 reftex-index-section-letters, reftex-index-include-context,
4048 reftex-index-follow-mode, reftex-index-header-face,
4049 reftex-index-section-face, reftex-index-tag-face,
4050 reftex-index-face): New options
4051 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
4052 reftex-index-tag, reftex-index-return-marker,
4053 reftex-index-restriction-indicator, reftex-index-restriction-data,
4054 reftex-index-macro-regexp, reftex-index-level-re,
4055 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
4056 reftex-everything-regexp-no-index, reftex-index-re,
4057 reftex-macros-with-index, reftex-index-macro-alist): New variables
4058 (reftex-index-help, reftex-index-macros-builtin,
4059 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
4060 reftex-query-index-macro-help): New constants
4061 (reftex-index-selection-or-word, reftex-index,
4062 reftex-default-index, reftex-update-default-index,
4063 reftex-index-complete-tag, reftex-index-select-tag,
4064 reftex-index-complete-key, reftex-index-update-taglist,
4065 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
4066 reftex-display-index, reftex-insert-index,
4067 reftex-index-insert-new-letter, reftex-get-restriction,
4068 reftex-index-pre-command-hook, reftex-index-post-command-hook,
4069 reftex-index-show-help, reftex-index-next, reftex-index-previous,
4070 reftex-index-toggle-follow, reftex-index-toggle-context,
4071 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
4072 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
4073 reftex-index-quit, reftex-index-quit-and-kill,
4074 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
4075 reftex-index-revert, reftex-index-switch-index-tag,
4076 reftex-index-restrict-to-section, reftex-index-widen,
4077 reftex-index-restriction-forward,
4078 reftex-index-restriction-backward, reftex-index-visit-location,
4079 reftex-index-analyze-entry, reftex-index-globalize,
4080 reftex-index-edit, reftex-index-toggle-range-beginning,
4081 reftex-index-toggle-range-end, reftex-index-edit-key,
4082 reftex-index-edit-attribute, reftex-index-edit-visual,
4083 reftex-index-edit-part, reftex-index-level-down,
4084 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
4085 reftex-index-change-entry, reftex-index-goto-letter,
4086 reftex-add-index-macros, reftex-ensure-index-support,
4087 reftex-index-info-safe, reftex-index-info): New functions.
4088
4089
4090 1999-08-15 Richard M. Stallman <rms@gnu.org>
4091
4092 * paren.el (show-paren-mode): Support making show-paren-mode
4093 a buffer-local variable. Don't check for a window system.
4094 (show-paren-function): Check whether show-paren-function is
4095 enabled in current buffer; do the right thing if not.
4096 Don't check for a window system.
4097 (show-paren-mode): Make it a user variable.
4098
4099 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
4100 Handle `enum' like `struct'.
4101
4102 * server.el (server-process-filter): If a client visits no buffers,
4103 close it immediately before recording it.
4104
4105 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
4106 Optimize by calling concat just once. Handle =\n sequence.
4107 (mail-unquote-printable-region): New command.
4108 (mail-quote-printable): Make it autoload.
4109
4110 1999-08-15 Karl Heuer <kwzh@gnu.org>
4111
4112 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
4113
4114 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
4115
4116 * lisp/texinfmt.el: Handle @ifnottex.
4117
4118 1999-08-15 Eli Zaretskii <eliz@gnu.org>
4119
4120 * frame.el (blink-cursor): Don't turn on cursor blinking for
4121 ms-dos.
4122
4123 * faces.el (face-valid-attribute-values): Look in
4124 x-bitmap-file-path only for x and w32 window systems.
4125
4126 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
4127 Do that if width is nil as well.
4128 (x-display-mm-height, x-display-mm-width): Update values.
4129 (x-colors): Compute the list from msdos-color-values.
4130 (x-select-enable-clipboard): Doc fix.
4131 (x-frob-font-weight, x-font-family-list): New functions.
4132
4133 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
4134
4135 * window.el (shrink-window-if-larger-than-buffer): Don't try to
4136 back up from beginning of buffer.
4137
4138 1999-08-13 Karl Heuer <kwzh@gnu.org>
4139
4140 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
4141
4142 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
4143
4144 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
4145 doomsday clock, speed control is added and changes are made to
4146 allow large numbers of rings: rings now show the whole ring
4147 number, not just the last digit; consecutive rings are allowed to
4148 be the same size when necessary to fit all the rings in the
4149 window; and poles can be oriented horizontally. Face support is
4150 thrown in gratuitously.
4151 (hanoi): Changed default number of rings back to 3.
4152 (hanoi-unix, hanoi-unix-64): New commands
4153 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
4154 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
4155 hanoi-odd-ring-face): New variables.
4156 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
4157 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
4158 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
4159 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
4160 (hanoi-topos, hanoi-draw-ring): Removed.
4161
4162 1999-08-12 Gerd Moellmann <gerd@gnu.org>
4163
4164 * faces.el (face-valid-attribute-values): Return an alist for
4165 families on ttys.
4166 (face-read-integer): Handle unspecified face attributes. Add
4167 completion for `unspecified'.
4168 (read-face-attribute): Handle unspecified font attributes.
4169 (face-valid-attribute-values): Add `unspecified' to lists so that
4170 it can be chosen via completion.
4171 (face-read-string): Don't recognize "none" as input.
4172
4173 1999-08-10 Dave Love <fx@gnu.org>
4174
4175 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
4176 string.
4177
4178 * sun-curs.el: Require sun-fns.
4179
4180 1999-08-10 Dave Love <fx@gnu.org>
4181
4182 * autorevert.el (auto-revert-mode): Add autoload cookie.
4183
4184 * hscroll.el, auto-show.el: Files deleted -- we have built-in
4185 hscroll.
4186
4187 * simple.el (hscroll-step, hscroll-point-visible)
4188 (hscroll-window-column): Remove now we have the mentioned real
4189 horizontal autoscrolling.
4190
4191 1999-08-10 Richard M. Stallman <rms@gnu.org>
4192
4193 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
4194 control use of -f option.
4195 (mail-specify-envelope-from): New variable.
4196 (mail-from-style): Doc fix.
4197
4198 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
4199 (easy-menu-get-map): New arg TO-MODIFY helps choose
4200 between local and global maps.
4201 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
4202 (easy-menu-change): Doc fix.
4203
4204 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
4205 (info-lookup-guess-default): Simplified and cleaned up.
4206 (info-lookup-guess-default*): Preserve point.
4207
4208 * view.el (view-mode-disable): If buffer-read-only is nil,
4209 don't change it.
4210
4211 * files.el (after-find-file): Disable View mode if buffer is no
4212 longer read-only.
4213
4214 * view.el (view-mode-enable, view-mode-disable):
4215 Call force-mode-line-update.
4216
4217 1999-08-10 Karl Heuer <kwzh@gnu.org>
4218
4219 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
4220 * array.el, play/landmark.el, international/latin-3.el: Likewise.
4221 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
4222
4223 1999-08-10 Alex Schroeder <asc@bsiag.com>
4224
4225 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
4226 to prevent m-eating-bug.
4227
4228 1999-08-10 Eli Zaretskii <eliz@gnu.org>
4229
4230 * term/pc-win.el (msdos-bg-mode): Remove. Call
4231 frame-set-background-mode instead. All callers changed.
4232 (msdos-face-setup): Don't force color display parameter, it is set
4233 by frame-set-background-mode.
4234 (make-msdos-frame): Call x-handle-reverse-video and
4235 face-set-after-frame-default. Delete frame if creation failed.
4236
4237 * faces.el (face-set-after-frame-default): Don't call
4238 make-face-x-resource-internal for the pc window-system.
4239
4240 1999-08-10 Dave Love <fx@melange.gnu.org>
4241
4242 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
4243 case with no docstring specially.
4244
4245 1999-08-09 Eli Zaretskii <eliz@gnu.org>
4246
4247 * complete.el (PC-do-completion): If completing on file name,
4248 reproduce str by concatenating its directory and basename parts.
4249
4250 1999-08-07 Dave Love <fx@gnu.org>
4251
4252 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
4253 unibyte to multibyte conversion of search-forward (from Handa),
4254 but avoid the replacement if the language is Latin-N.
4255
4256 1999-08-06 Richard Stallman <rms@gnu.org>
4257
4258 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
4259 of eval-buffer.
4260
4261 * international/mule.el (load-with-code-conversion):
4262 Pass t to eval-buffer for DO-ALLOW-PRINT.
4263
4264 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
4265
4266 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
4267 of filenames and attributes.
4268 (ls-lisp-insert-directory): Use directory-files-and-attributes
4269 for speed.
4270
4271 1999-08-05 Dave Love <fx@gnu.org>
4272
4273 * auto-show.el (auto-show-mode): Fix :set.
4274
4275 * widget.el (define-widget-keywords): Make dummy definition and
4276 comment-out its use.
4277
4278 1999-08-04 Richard Stallman <rms@gnu.org>
4279
4280 * progmodes/tcl.el: Customized.
4281
4282 * sql.el (sql-accumulate-and-indent): Instead of testing
4283 whether this is Emacs 20 before calling comint-accumulate,
4284 test whether comint-accumulate is defined.
4285
4286 1999-08-04 Dave Love <fx@gnu.org>
4287
4288 * sgml-mode.el: Require outline when compiling.
4289 (sgml-mode-hook, html-mode-hook): Customize.
4290 (sgml-validate-command): Fix :version.
4291 (html-autoview-mode): Doc fix.
4292
4293 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
4294 nothing in Latin-N environment.
4295
4296 * info.el (Info-find-node): Call info-initialize here.
4297 (info): Not here.
4298 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
4299
4300 1999-08-04 Richard Stallman <rms@gnu.org>
4301
4302 * ansi-color.el: New file.
4303
4304 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
4305
4306 * dired.el (dired-string-replace-match): Return `nil' when no match
4307 found with global search.
4308
4309 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
4310 * terminal.el (te-terminfo-directory):
4311 * mail/mailpost.el (post-mail-send-it):
4312 * mail/metamail.el (metamail-region):
4313 * progmodes/ada-mode.el (ada-tmp-directory):
4314 Use temporary-file-directory.
4315
4316 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
4317 (compilation-filter, compilation-forget-errors)
4318 (compilation-parse-errors): Use a marker instead of an integer for
4319 `compilation-parsing-end'.
4320
4321 * progmodes/diff.el (diff-parse-differences):
4322 Use a marker instead of an integer for `compilation-parsing-end'.
4323 * textmodes/tex-mode.el (tex-compilation-parse-errors):
4324 Use a marker instead of an integer for `compilation-parsing-end'.
4325
4326 1999-08-03 Richard Stallman <rms@gnu.org>
4327
4328 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
4329 (Buffer-menu-mode): Doc fix.
4330 (Buffer-menu-view): New command.
4331 (Buffer-menu-view-other-window): New command.
4332
4333 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
4334
4335 * replace.el (query-replace-regexp-eval)
4336 (replace-eval-replacement, replace-loop-through-replacements)
4337 (replace-match-string-symbols): New functions.
4338 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
4339 Use replace-loop-through-replacements.
4340
4341 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
4342
4343 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
4344 (5x5): Doc fix.
4345
4346 1999-08-03 Dave Love <fx@gnu.org>
4347
4348 * fortran.el (fortran-indent-new-line): Make it an alias
4349 for reindent-then-newline-and-indent.
4350
4351 1999-08-03 Didier Verna <verna@inf.enst.fr>
4352
4353 * rect.el: All functions rewritten, except when noted above
4354 their declaration. Below is a list of interface changes.
4355 (apply-on-rectangle): New function, mostly replaces
4356 `operate-on-rectangle'. All callers changed.
4357 (move-to-column-force): Pass new second argument to `move-to-column'.
4358 (kill-rectangle): Added optional prefix arg to fill lines.
4359 (delete-rectangle): Ditto.
4360 (delete-whitespace-rectangle): Ditto.
4361 (delete-extract-rectangle): Ditto.
4362 (open-rectangle): Ditto.
4363 (clear-rectangle): Ditto.
4364 (delete-whitespace-rectangle-line): New function.
4365 (delete-rectangle-line): Added third arg FILL.
4366 (delete-extract-rectangle-line): Ditto.
4367 (open-rectangle-line): Ditto.
4368 (clear-rectangle-line): Ditto.
4369
4370 1999-08-03 Ray Blaak <blaak@gnu.org>
4371
4372 * progmodes/delphi.el: New file.
4373
4374 1999-08-02 Richard Stallman <rms@gnu.org>
4375
4376 * textmodes/outline.el (outline-previous-heading): New function.
4377 (outline-up-heading-all): Use outline-previous-heading.
4378 (outline-next-heading): Delete definition inserted yesterday.
4379
4380 1999-08-01 Richard Stallman <rms@gnu.org>
4381
4382 * textmodes/outline.el (outline-next-heading): New function.
4383 (outline-up-heading-all): New function.
4384 (outline-font-lock-level): Using outline-up-heading-all.
4385 Tell outline-back-to-heading to accept invisible headings.
4386
4387 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
4388
4389 * mail/mh-utils.el (mh-find-path-run): New variable.
4390 (mh-find-path): Test and set that.
4391 Set mail-user-agent only the first time this function is run.
4392 (mail-user-agent): Defvar deleted.
4393
4394 * info.el (info-initialize): New function.
4395 (info): Call info-initialize.
4396 (Info-directory-list): Initialize to nil,
4397 so info-initialize will set it up for real.
4398
4399 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4400
4401 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
4402 does not interpret a time as the year in a day-month entry.
4403
4404 * calendar/diary-lib.el: Change syntax table entry for colon in
4405 the diary as part of the european-date-diary-pattern fix.
4406
4407 1999-08-01 Eli Zaretskii <eliz@gnu.org>
4408
4409 * international/mule.el (set-auto-coding): Allow whitespace before
4410 and after the "variable: value" pair.
4411
4412 1999-07-30 Ken'ichi Handa <handa@gnu.org>
4413
4414 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
4415 (default-sendmail-coding-system): Doc-string fixed.
4416
4417 1999-07-30 Dave Love <fx@gnu.org>
4418
4419 * subr.el (assoc-delete-all): New function, renamed from
4420 frame-delete-all.
4421
4422 * frame.el: Change comments to doc strings and other doc fixes.
4423 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
4424 Callers changed.
4425 (set-background-color, set-foreground-color, set-cursor-color)
4426 (set-mouse-color, set-border-color): Offer completion of colours.
4427 (cursor): Add :version to defgroup.
4428
4429 * facemenu.el (list-colors-display): Make it work on ttys.
4430 (facemenu-read-color): Likewise.
4431
4432 1999-07-30 Richard M. Stallman <rms@gnu.org>
4433
4434 * frame.el (frame-notice-user-settings): If background
4435 color has been changed, update background-mode from it,
4436 then update faces.
4437
4438 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
4439
4440 * net-utils.el (finger): Don't do indirect fingering.
4441
4442 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4443
4444 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
4445 rules. Add separator at end of holidays.
4446 (cal-tex-rules): New customizable variable.
4447 (cal-tex-latexify-list): Add optional parameter to put separator
4448 at end.
4449
4450 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
4451
4452 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
4453 fill prefix on each line while looping to the end of paragraph.
4454 End paragraph if it's longer than the existing fill prefix.
4455
4456 * textmodes/fill.el (fill-context-prefix): Doc fix.
4457
4458 1999-07-30 Dave Love <fx@gnu.org>
4459
4460 * font-lock.el (jit-lock): Fix :load, add :version.
4461
4462 1999-07-30 Eli Zaretskii <eliz@gnu.org>
4463
4464 * term/pc-win.el (msdos-face-setup): Register standard colors in
4465 Vface_tty_color_alist.
4466 (face-color-supported-p, face_color_gray_p): New functions.
4467
4468 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
4469 is bound.
4470
4471 * startup.el (command-line): Don't register default colors for
4472 MSDOS window-system.
4473
4474 1999-07-29 Dave Love <fx@gnu.org>
4475
4476 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
4477 charquote.
4478
4479 * lisp-mode.el (eval-defun): Re-written to avoid
4480 capturing variables.
4481
4482 * picture.el (picture-beginning-of-line): Don't call
4483 hscroll-point-visible now we have real autoscrolling.
4484 (picture-end-of-line, picture-newline, picture-open-line):
4485 Likewise.
4486
4487 * international/latin-8.el: New file.
4488 * international/latin-9.el: New file.
4489
4490 1999-07-28 Dave Love <fx@gnu.org>
4491
4492 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
4493
4494 * msb.el: Require cl only when compiling.
4495 (msb--home-dir): Deleted.
4496 (msb--format-title): Use abbreviate-file-name.
4497 (msb--choose-file-menu): Simplify string comparison.
4498
4499 1999-07-28 Gerd Moellmann <gerd@gnu.org>
4500
4501 * faces.el (toolbar): Add face definition for mono displays.
4502
4503 1999-07-27 Richard M. Stallman <rms@gnu.org>
4504
4505 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
4506
4507 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
4508 force copying of default-frame-alist.
4509
4510 1999-07-26 Ken'ichi Handa <handa@gnu.org>
4511
4512 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
4513
4514 1999-07-26 Richard M. Stallman <rms@gnu.org>
4515
4516 * frame.el (set-mouse-color): If new color is nil,
4517 really respecify the current color.
4518
4519 1999-07-26 Gerd Moellmann <gerd@gnu.org>
4520
4521 * faces.el (bitmap-area): Change background of face `bitmap-area'
4522 to white for mono displays.
4523
4524 1999-07-26 Kenichi Handa <handa@etl.go.jp>
4525
4526 * international/ccl.el (ccl-embed-symbol): New function.
4527 (ccl-program-p): Deleted. Now it's implemented in C code.
4528 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
4529 (ccl-compile-translate-character): Likewise.
4530 (ccl-compile-map-single): Likewise.
4531 (ccl-compile-multiple-map-function): Likewise.
4532 (declare-ccl-program): Doc-string modified.
4533 (check-ccl-program): Check compiled CCL code by ccl-program-p.
4534
4535 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
4536
4537 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
4538
4539 1999-07-25 Markus Rost <rost@gnu.org>
4540
4541 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
4542 the entries to make custom-file more readable.
4543
4544 1999-07-25 Richard M. Stallman <rms@gnu.org>
4545
4546 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
4547
4548 * emacs-lisp/edebug.el: Delete compatibility code.
4549 (edebug-next-token-class): If . is followed by a digit,
4550 return `symbol' for the token class.
4551
4552 * startup.el (command-line): If we don't find the user's init file,
4553 set user-init-file to nil.
4554
4555 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4556
4557 * info-look.el (info-lookup-interactive-arguments): Add optional
4558 argument query for new choice of help mode.
4559 (info-lookup-symbol): Use it.
4560 (info-lookup-file): Ditto.
4561 (info-lookup): Don't switch to other window, if already in Info
4562 buffer.
4563
4564 1999-07-23 Dave Love <fx@gnu.org>
4565
4566 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
4567 syntax.
4568 (fortran-fontify-string, fortran-match-!-comment): Deleted.
4569 (fortran-font-lock-syntactic-keywords): New variable.
4570 (fortran-mode): Use it.
4571 (fortran-font-lock-keywords-1): Don't do comments.
4572 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
4573 match data.
4574
4575 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
4576
4577 * msb.el (msb-menu-bar-update-buffers): Renamed from
4578 menu-bar-update-buffers.
4579 (msb-custom-set, msb--toggle-menu-type): Call
4580 msb-menu-bar-update-buffers.
4581 (msb-mode): Revise the hook setting.
4582
4583 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
4584
4585 1999-07-23 Gerd Moellmann <gerd@gnu.org>
4586
4587 * font-lock.el, help.el, simple.el: Re-integrate previously
4588 described changes that were lost due to errors while checking them
4589 in.
4590
4591 1999-07-23 Kevin Blake <kblake@ticnet.com>
4592
4593 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
4594
4595 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
4596
4597 * international/encoded-kb.el
4598 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
4599 but push it to unread-command-events.
4600 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
4601 (encoded-kbd-self-insert-sjis): Likewise.
4602 (encoded-kbd-self-insert-big5): Likewise.
4603
4604 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
4605 before left margin and fill-prefix by fill-find-break-point.
4606
4607 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4608
4609 * info-look.el (info-lookup-setup-mode): Don't give up, if
4610 info-lookup-make-completions returns an error.
4611 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
4612 name latex, not latex2e.
4613
4614 1999-07-21 Richard M. Stallman <rms@gnu.org>
4615
4616 * replace.el (perform-replace): Turn off case-fold-search
4617 if FROM-STRING argument has uppercase in it.
4618
4619 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4620
4621 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
4622 mode is on. Don't use end of changed text.
4623
4624 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4625
4626 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
4627 (cl-hash-table-p): Renamed from hash-table-p.
4628 (cl-hash-table-count): Renamed from hash-table-count.
4629 (maphash): Alias to cl-maphash removed.
4630 (gethash): Likewise.
4631 (puthash): Likewise.
4632 (remhash): Likewise.
4633 (clrhash): Likewise.
4634
4635 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4636
4637 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
4638 third arg non-nil. See comment there why this isn't a good idea.
4639
4640 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4641
4642 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
4643
4644 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
4645 sit-for with 3rd arg non-nil to prevent redisplay.
4646
4647 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4648
4649 * image.el (image-type-from-file-header): If file doesn't
4650 have a directory part, add data-directory.
4651
4652 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4653
4654 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
4655 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
4656 motion handling when tooltip-gud-tips-p is nil.
4657
4658 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4659
4660 * tooltip.el (tooltip-mode): Don't use `plusp'.
4661 (tooltip-active): Use initial value of nil.
4662
4663 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
4664
4665 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4666
4667 * bindings.el (make-mode-line-mouse-sensitive): Add key
4668 definitions for `top-line'.
4669
4670 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4671
4672 * faces.el (top-line): New face.
4673
4674 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4675
4676 * image.el (image-type-regexps): Add regexp for PS files.
4677
4678 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4679
4680 * faces.el (set-face-attribute): Fix wrong handling of frame
4681 begin equal to t.
4682
4683 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4684
4685 * image.el (image-type-regexps): Add PNG format.
4686
4687 1999-07-21 Dave Love <fx@gnu.org>
4688
4689 * bindings.el (mode-line-modified): New variable.
4690 (mode-line-mode-menu-1): Switch to appropriate window before
4691 showing menu.
4692
4693 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4694
4695 * faces.el (face-underline): Removed.
4696 (face-underline-color): Ditto.
4697
4698 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4699
4700 * faces.el (face-x-resources): Fix typo.
4701
4702 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4703
4704 * faces.el: Remove handling of `:relief', extend handling of
4705 `:box'.
4706 (frame-set-background-mode): Choose new defface specs after
4707 frame parameters have changed.
4708
4709 * cus-face.el: Ditto.
4710
4711 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4712
4713 * custom.el (defface): Extend documentation to include new
4714 face attributes.
4715
4716 * cus-face.el (custom-face-attributes): Add overline,
4717 strike-through, box.
4718
4719 * faces.el (face-valid-attribute-values): Handle overline,
4720 strike-through, box.
4721 (face-attribute-name-alist): Add pairs for new face attributes.
4722 (describe-face): Handle new face attributes.
4723
4724 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4725
4726 * faces.el (face-x-resources): Add overline, strike-through, box.
4727
4728 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4729
4730 * enriched.el (enriched-translations): Add `display' and
4731 "x-display".
4732 (enriched-handle-display-prop): New.
4733 (enriched-decode-display-prop): New.
4734
4735 * format.el (top-level): Give `display' property
4736 `format-list-atomic-p.
4737 (format-annotate-single-property-change): Test that property.
4738 If present, treat list property values like atoms.
4739
4740 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4741
4742 * cus-face.el (custom-face-attributes): Use `choice' everywhere
4743 so that "*" can be entered.
4744
4745 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4746
4747 * cus-face.el (custom-face-attributes): Don't use `#''.
4748
4749 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4750
4751 * cus-face.el (custom-face-attributes): Return underline
4752 face attribute directly from the second lambda of underline.
4753
4754 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4755
4756 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
4757
4758 * frame.el (after-setting-font-hooks): New variable.
4759 (set-frame-font): Run those hooks.
4760
4761 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
4762
4763 * faces.el (set-face-attribute): Fix doc string.
4764
4765 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4766
4767 * cus-face.el (custom-face-attributes): Accept color name.
4768
4769 * faces.el (face-underline-p): Accept unspecified underlining.
4770 (face-underline): Ditto. Fix doc string.
4771
4772 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4773
4774 * faces.el (face-underline-color): New function.
4775
4776 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4777
4778 * cus-face.el (custom-face-attributes): Support underline coloring.
4779 Added slot to choose a color.
4780
4781 * faces.el (face-underline): New function.
4782 (face-underline-p): Support underline coloring.
4783 Return nil only if the underline attribute is 'normal.
4784 (set-face-underline): New function.
4785 (face-valid-attribute-values): Support underline coloring.
4786
4787 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4788
4789 * image.el (insert-image): Use `display' instead of `glyph'
4790 as text property name.
4791 (put-image): Ditto.
4792 (image-type-from-file-header): Use insert-file-contents-literally.
4793
4794 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4795
4796 * easymenu.el (easy-menu-do-add-item): Don't use the empty
4797 string to indicate separators.
4798
4799 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4800
4801 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
4802 instead of message-log.
4803
4804 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4805
4806 * faces.el (bitmap-area): New face.
4807
4808 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4809
4810 * image.el (insert-image): New.
4811
4812 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4813
4814 * frame.el (blink-cursor): Set the symbol's value.
4815 (show-trailing-whitespace): Change group to font-lock.
4816
4817 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4818
4819 * jit-lock.el: New.
4820 * font-lock.el: Add jit-mode as new support mode.
4821
4822 * font-lock.el (font-lock-fontify-keywords-region): Stop when
4823 reaching end instead of letting re-search-forward signal an error.
4824 (demand-lock-mode): New.
4825 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
4826 (font-lock-turn-off-thing-lock): Ditto.
4827 (font-lock-after-fontify-buffer): Ditto.
4828 (font-lock-after-unfontify-buffer): Ditto.
4829
4830 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4831
4832 * gs.el: New file.
4833
4834 * startup.el (command-line-1): Activate tooltip mode if
4835 interactive.
4836
4837 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4838
4839 * faces.el (toolbar): Grey default background.
4840 (modeline): Ditto.
4841
4842 * image.el (image-type-regexps): New.
4843 (image-type-from-file-header): New.
4844 (create-image): Call it.
4845
4846 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4847
4848 * image.el: New file.
4849
4850 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4851
4852 * bindings.el (mode-line-format): Replace `mode-name' with
4853 `(:eval mode-line-mode-name)'.
4854 (mode-line-mode-name): New.
4855 (make-mode-line-mouse-sensitive): Don't change default value
4856 of `mode-name'.
4857
4858 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4859
4860 * tooltip.el: New file.
4861
4862 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4863
4864 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
4865 instead of mouse-3 to pop up menus.
4866 (mode-line-kill-buffer): Removed.
4867 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
4868 buffer name.
4869 (mode-line-buffer-menu-1): Removed.
4870
4871 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
4872
4873 * bindings.el (mode-line-buffer-identification-keymap): New.
4874 (mode-line-buffer-menu-keymap): New.
4875 (mode-line-mode-menu-keymap): New.
4876 (mode-line-unbury-buffer): New.
4877 (mode-line-other-buffer): New.
4878 (mode-line-kill-buffer): New.
4879 (mode-line-buffer-menu-1): New.
4880 (mode-line-mode-menu-1): New.
4881 (make-mode-line-mouse-sensitive): New.
4882
4883 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4884
4885 * help.el (describe-key-briefly): Handle mode line strings
4886 with local-map properties.
4887 (describe-key): Ditto.
4888 (mode-line-key-binding): New.
4889
4890 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4891
4892 * scroll-bar.el (scroll-bar-timer): New.
4893 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
4894
4895 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4896
4897 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
4898 and `bottom'.
4899
4900 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4901
4902 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
4903 (global): Use different key bindings if using tookit scroll bars.
4904
4905 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4906
4907 * faces.el (modeline): Define mode line face with relief for
4908 class color, only.
4909 (toolbar): New face.
4910
4911 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4912
4913 * frame.el (frame-initialize): Set frame-creation-function to
4914 tty-create-frame-with-faces.
4915
4916 * faces.el (frame-set-background-mode): Make it work for
4917 window-system nil.
4918
4919 * faces.el (tty-create-frame-with-faces): New.
4920 (face-set-after-frame-default): Make it work for TTY frames.
4921
4922 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4923
4924 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
4925 Return a list of one font family for TTYs. Don't return bitmap
4926 file paths for TTY frames.
4927
4928 * faces.el: Add face specs for tty displays to basic faces.
4929
4930 * font-lock.el (font-lock-comment-face): Add spec for color tty.
4931 (font-lock-string-face): Ditto.
4932 (font-lock-keyword-face): Ditto.
4933 (font-lock-builtin-face): Ditto.
4934 (font-lock-function-name-face): Ditto.
4935 (font-lock-variable-name-face): Ditto.
4936 (font-lock-type-face): Ditto.
4937 (font-lock-constant-face): Ditto.
4938 (font-lock-warning-face): Ditto.
4939
4940 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4941
4942 * startup.el (command-line): Register default tty colors.
4943
4944 * faces.el (face-spec-set-match-display): Recognize `type tty'.
4945
4946 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4947
4948 * faces.el (modeline): For X frames, use a modeline with relief.
4949
4950 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4951
4952 * faces.el (frame-update-faces): Copied from 20.2.
4953 (frame-update-face-colors): Ditto. Code removed that isn't
4954 applicable in the new face implementation.
4955
4956 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4957
4958 * frame.el (show-trailing-whitespace): New.
4959
4960 * faces.el (trailing-whitespace): New basic face.
4961
4962 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4963
4964 * cus-face.el (custom-facep): Always define as alias for facep.
4965
4966 * cus-face.el (custom-face-attributes): Use choice widgets.
4967 Remove :bold and :italic.
4968
4969 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4970
4971 * faces.el (face-charset-registries): Removed since fontset.el
4972 is no always loaded.
4973
4974 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4975
4976 * faces.el (internal-get-face): Added as obsolete function for
4977 compatibility.
4978
4979 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4980
4981 * frame.el (blink-cursor-end): Call show-cursor.
4982 (blink-cursor-mode): Ditto.
4983
4984 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4985
4986 * faces.el (face-spec-reset-face): Reset all attributes to
4987 `unspecified'.
4988 (face-spec-set): Use it.
4989
4990 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4991
4992 * faces.el (read-all-face-attributes): Bug fix.
4993 (face-read-integer): Allow nil default value.
4994 (face-valid-attribute-values): Use symbol names of attribute
4995 values for completion list.
4996
4997 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4998
4999 * faces.el (internal-find-face): Define for compatibility with
5000 20.2.
5001 (face-id): Likewise.
5002
5003 * faces.el (face-id): Return the ID of a realized face for ASCII.
5004
5005 * fontset.el (x-charset-registries): Removed. Now in faces.el.
5006 (x-complement-fontset-spec): Use face-charset-registries.
5007
5008 * faces.el (face-font-selection-order): Set font selection order
5009 from Lisp.
5010 (face-alternative-font-family-alist): Set alternative font
5011 families from Lisp.
5012
5013 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5014
5015 * faces.el (set-face-charset-registries): Set symbol value.
5016
5017 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5018
5019 * faces.el (face-set-after-frame-default): Call function
5020 internal-merge-in-global-face.
5021
5022 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5023
5024 * faces.el (face-list): Return symbols from face-global-alist.
5025
5026 * faces.el (face-list): Return a copy of the face name list so
5027 that it cannot be modified from outside (facemenu.el uses
5028 nreverse, for example).
5029
5030 * cus-face.el (custom-face-attributes): Add :bold and :italic
5031 for compatibility with old code.
5032
5033 * faces.el (set-face-attributes-from-resources): Additional
5034 frame parameter.
5035 (make-face-x-resource-internal): Set attributes from resources
5036 for a given frame or all frames.
5037
5038 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5039
5040 * faces.el (all-faces): Removed.
5041
5042 * custom.el (defface): Add new face attributes to function
5043 comment.
5044
5045 * font-lock.el (font-lock-comment-face): Use new face attribute
5046 names.
5047 (font-lock-string-face): Ditto.
5048 (font-lock-keyword-face): Ditto.
5049 (font-lock-builtin-face): Ditto.
5050 (font-lock-function-name-face): Ditto.
5051 (font-lock-variable-name-face): Ditto.
5052 (font-lock-type-face): Ditto.
5053 (font-lock-reference-face): Ditto.
5054 (font-lock-warning-face): Ditto.
5055 ((boundp 'font-lock-face-attributes)): Ditto.
5056
5057 * cus-face.el (custom-face-attributes): Use new face attributes.
5058
5059 * faces.el (set-face-attribute-from-resource): Initialize
5060 from resources only for X and W32.
5061
5062 * cus-face.el (custom-declare-face): Don't make frame-local
5063 faces.
5064
5065 * faces.el (describe-face): Use princ instead of insert.
5066
5067 * faces.el: Add XLFD manipulation functions from 20.2 again
5068 because fontset.el uses them.
5069 (face-set-after-frame-default): Add empty definition.
5070
5071 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5072
5073 * faces.el (make-face): Correct typo.
5074 (set-face-attribute-from-resource): Use let*.
5075 (face-underline-p): Correct typo.
5076 (face-inverse-video-p): Ditto.
5077 (set-face-stipple): Ditto.
5078 (face-read-string): Make completion-list optional parameter.
5079
5080 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5081
5082 * faces.el (face-charset-registries): Alist mapping charset
5083 symbols to registries and encoding.
5084
5085 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5086
5087 * frame.el (blink-cursor-mode): Use interactive spec "P".
5088
5089 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5090
5091 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
5092 mode. The cursor of selected_window blinks if the mode is enabled.
5093
5094 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5095
5096 * simple.el (next-history-element): Set point to the end of the
5097 prompt if minibuffer-prompt-in-buffer.
5098
5099 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5100
5101 * faces.el (x-font-regexp): Add sub-expression parentheses for
5102 several font name components.
5103
5104 1999-07-21 Gerd Moellmann <gerd@acm.org>
5105
5106 * faces.el (set-face-relief): Use index 12 for relief.
5107 (face-fill-in): Set relief from data.
5108 (internal-make-face): Init relief to zero.
5109
5110 * faces.el (face-spec-set): Call modify-face with additional
5111 parameters for relief and fixed-p.
5112
5113 1999-07-21 Gerd Moellmann <gerd@acm.org>
5114
5115 * cus-face.el: ':fixed and ':relief added.
5116
5117 * faces.el (describe-face): Add fixed font attribute and relief.
5118 (face-attr-match-p): Ditto.
5119 (face-attr-construct): Ditto.
5120 (face-spec-set): Ditto.
5121
5122 1999-07-21 Gerd Moellmann <gerd@acm.org>
5123
5124 * faces.el (internal-make-face): Function to create a Lisp vector
5125 suitable for representing a face.
5126 (make-face): Use it instead of make-vector.
5127 (x-create-frame-with-faces): Use it instead of vector.
5128 (internal-facep): Increase vector size to 14.
5129 (internal-make-face): Ditto.
5130 (face-relief): Access relief thickness.
5131 (face-fixed-p): Access fixed font attribute.
5132 (set-face-fixed-p): Set fixed font attribute.
5133 (set-face-relief): Set relief attribute.
5134 (internal-face-interactive-int): Read int attribute of face.
5135 (modify-face): Add fixed-p and relief parameters.
5136 (copy-face): Handle fixed-p and relief.
5137 (face-equal): Compare fixed-p and relief.
5138 (face-differs-from-default-p): Ditto.
5139 (face-nontrivial-p): Add fixed-p and relief.
5140
5141 1999-07-21 Gerd Moellmann <gerd@acm.org>
5142
5143 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
5144 (internal-facep): Increase vector size.
5145 (make-face): Ditto.
5146 (face-shadow-thickness): Added.
5147 (set-face-shadow-thickness): Added.
5148 (modify-face): Add optional shadow-thickness parameter.
5149 (make-face-x-resource-internal): Add shadows.
5150 (copy-face): Ditto.
5151 (face-equal): Ditto.
5152 (face-differs-from-default-p): Ditto.
5153 (face-nontrivial-p): Ditto.
5154 (face-attr-match-p): Ditto.
5155 (face-attr-construct): Ditto.
5156 (face-spec-set): Ditto.
5157 (face-fill-in): Ditto.
5158
5159 1999-07-21 Gerd Moellmann <gerd@acm.org>
5160
5161 * bench.el (bench-mark-split-window): New bench mark.
5162
5163 1999-07-21 Gerd Moellmann <gerd@acm.org>
5164
5165 * faces.el (set-face-font): Don't pass default font to
5166 x-resolve-font so that font will not have to be of the same
5167 size.
5168
5169 1999-07-20 Dave Love <fx@gnu.org>
5170
5171 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
5172 unconditionally t.
5173
5174 1999-07-20 Karl Heuer <kwzh@gnu.org>
5175
5176 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
5177
5178 1999-07-20 Dave Love <fx@gnu.org>
5179
5180 * help.el (describe-variable): Fix test for customizability.
5181
5182 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
5183 Check for readonly buffer in interactive spec.
5184 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
5185 (backward-kill-word): Add * to interactive spec.
5186
5187 * underline.el (underline-region, ununderline-region): Add * to
5188 interactive spec.
5189
5190 * fill.el (canonically-space-region, justify-current-line): Add *
5191 to interactive spec.
5192 (fill-region-as-paragraph, fill-paragraph, fill-region)
5193 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
5194 readonly buffer in interactive spec.
5195
5196 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
5197 (backward-kill-sentence, kill-sentence): Add * to interactive
5198 spec.
5199
5200 1999-07-19 Richard M. Stallman <rms@gnu.org>
5201
5202 * dired-aux.el (dired-do-shell-command): Doc fix.
5203
5204 * shell.el (shell-unquote-argument): New function.
5205 (shell-directory-tracker): Use shell-unquote-argument.
5206 * comint.el (comint-arguments): Handle \ followed by space or tab.
5207
5208 1999-07-19 John Wiegley <jwiegley@borland.com>
5209
5210 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
5211 color codes 39 and 49, which by the way lynx uses them seem to
5212 mean "foreground reset" and "background reset".
5213
5214 1999-07-19 Karl Heuer <kwzh@gnu.org>
5215
5216 * font-lock.el (c++-keywords): Add "typeid".
5217
5218 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
5219 selects no font, treat that as zero selections, not one.
5220
5221 1999-07-19 Dave Love <fx@gnu.org>
5222
5223 * info.el (Info-search): Don't lose with empty regexp.
5224
5225 * version.el: Cater for (free) `ident' program, not `which'.
5226
5227 * hl-line.el: New file.
5228
5229 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
5230 for modes which don't define menus.
5231
5232 1999-07-16 Richard M. Stallman <rms@gnu.org>
5233
5234 * webjump.el (webjump-sample-sites): Update some URLs.
5235
5236 1999-07-14 Richard Stallman <rms@gnu.org>
5237
5238 * Version 20.4 released.
5239
5240 1999-07-14 Andreas Schwab <schwab@gnu.org>
5241
5242 * compare-w.el (compare-windows): Try to find the next window in
5243 the current frame before looking at the other frames.
5244
5245 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
5246
5247 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
5248 Use cyrillic-jcuken as default input method.
5249
5250 1999-07-12 Richard Stallman <rms@gnu.org>
5251
5252 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
5253 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
5254
5255 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
5256 (ispell-local-dictionary-alist): Add koi8-r for character set.
5257
5258 * textmodes/flyspell.el (flyspell-get-word):
5259 Add special handling for when ispell-otherchars is empty.
5260
5261 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
5262
5263 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
5264 when having nested functons.
5265 (pascal-indent-nested-functions) (pascal-indent-line)
5266 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
5267 indenting nested functions.
5268
5269 1999-07-09 Richard Stallman <rms@gnu.org>
5270
5271 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
5272
5273 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
5274
5275 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
5276 the `end' keyword was in the very beginning of the buffer.
5277
5278 1999-07-08 Richard Stallman <rms@gnu.org>
5279
5280 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
5281
5282 * term.el (term-emulate-terminal): Avoid infinite loop
5283 in strange case where minibuffer window is selected but not active.
5284
5285 1999-07-07 Stephen Eglen <stephen@gnu.org>
5286
5287 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
5288 Change regexp so that it doesn't match commands beginning with `cd'.
5289
5290 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5291
5292 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
5293
5294 1999-07-06 Richard Stallman <rms@gnu.org>
5295
5296 * hscroll.el (hscroll-minibuffer-hook): New function.
5297 (hscroll-global-mode): Add and remove that hook.
5298 Set hscroll-old-truncate-was-global's default value.
5299
5300 1999-07-05 Richard Stallman <rms@gnu.org>
5301
5302 * files.el (revert-buffer): Don't preserve point here.
5303 (revert-buffer-insert-file-contents-function): Doc fix.
5304
5305 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
5306
5307 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
5308 doing a `stat' when it isn't necessary because that can cause
5309 trouble when an NFS server is down.
5310
5311 1999-07-04 Richard Stallman <rms@gnu.org>
5312
5313 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
5314
5315 1999-07-03 Richard Stallman <rms@gnu.org>
5316
5317 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
5318 for \200...\240 also.
5319 (isearch-printing-char): Use unibyte-char-to-multibyte.
5320
5321 1999-07-02 Richard Stallman <rms@gnu.org>
5322
5323 * frame.el (minibuffer-frame-alist): Use defcustom.
5324 (pop-up-frame-alist): Likewise.
5325 (initial-frame-alist): Specify * in the doc string.
5326
5327 * hscroll.el (hscroll-mode): Make it a permanent local.
5328 (hscroll-mode): Don't cancel the timer
5329 if HScroll mode is enabled in some other buffer.
5330
5331 * isearch.el (isearch-done): If search ends in middle of intangible
5332 text (due to text property), move on to the limit of that text.
5333
5334 1999-07-01 Andrew Innes <andrewi@gnu.org>
5335
5336 * man.el (Man-build-man-command): Use value of null-device,
5337 instead of hard-coding "/dev/null".
5338
5339 * dos-w32.el (untranslated-canonical-name): Avoid expanding
5340 ange-ftp file names, which might force ange-ftp to prompt for a
5341 password.
5342
5343 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
5344 to prevent references to temp files.
5345
5346 1999-06-30 Richard Stallman <rms@gnu.org>
5347
5348 * progmodes/sh-script.el (sh-feature): If nothing is known
5349 about the given shell, use the values for `sh'.
5350
5351 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
5352
5353 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
5354 to make it non-recursive.
5355
5356 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
5357
5358 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5359
5360 * auto-show.el (auto-show-mode): Fix Typo in :set.
5361
5362 1999-06-29 Richard M. Stallman <rms@gnu.org>
5363
5364 * progmodes/sh-script.el (sh-mode): When setting syntax
5365 table, default to the standard one.
5366
5367 1999-06-27 Richard M. Stallman <rms@gnu.org>
5368
5369 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
5370
5371 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
5372
5373 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
5374 a frame when `return' is requested (even if pop-up-frames = t)
5375 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
5376 should only be set for the bibtex buffer.
5377
5378 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
5379
5380 * progmodes/compile.el: Deal with compilation-error-screen-columns
5381 being buffer-local.
5382
5383 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5384
5385 * comint.el (comint-password-prompt-regexp): Allow "(again)".
5386
5387 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5388
5389 * cal-x.el (calendar-only-one-frame-setup): New function.
5390 * calendar.el (calendar): Call it if requested.
5391
5392 1999-06-24 Karl Heuer <kwzh@gnu.org>
5393
5394 * startup.el (iso-8859-n-locale-regexp): Doc fix.
5395
5396 1999-06-22 Richard M. Stallman <rms@gnu.org>
5397
5398 * mail/supercite.el (sc-emacs-features): Doc fix.
5399
5400 1999-06-22 Karl Heuer <kwzh@gnu.org>
5401
5402 * files.el (auto-mode-alist): Add pike-mode.
5403
5404 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
5405
5406 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
5407 last byte of a numeric field is a space or a NUL. Parse it as
5408 potentially part of the number. This is used by GNU tar
5409 1.12.64012 to handle larger values.
5410
5411 1999-06-20 Karl Heuer <kwzh@gnu.org>
5412
5413 * custom.el (custom-handle-keyword): Fix error message.
5414
5415 1999-06-18 Andrew Innes <andrewi@gnu.org>
5416
5417 * mail/smtpmail.el (smtpmail-send-it): Use
5418 convert-standard-filename to make file names for queued mail safe
5419 on Windows (`:' is invalid in file names on Windows).
5420
5421 1999-06-17 Kenichi Handa <handa@etl.go.jp>
5422
5423 * international/mule-cmds.el (describe-current-input-method):
5424 Current-input-method is string.
5425 (toggle-input-method): Docstring fixed.
5426
5427 * international/mule-diag.el
5428 (describe-current-coding-system-briefly): Fix format string.
5429
5430 * international/mule-util.el (coding-system-eol-type-mnemonic):
5431 Docstring modified. Return a string.
5432
5433 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
5434
5435 * sql.el (sql-input-ring-file-name): Doc fix.
5436
5437 1999-06-17 Richard M. Stallman <rms@gnu.org>
5438
5439 * calendar/cal-x.el (special-display-buffer-names):
5440 Don't put (get-file-buffer diary-file) on this list.
5441
5442 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
5443
5444 * play/mpuz.el (mpuz-try-proposal): Fix message call.
5445 Don't penalize player for certain impossible guesses.
5446
5447 1999-06-16 Andrew Innes <andrewi@gnu.org>
5448
5449 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
5450 return the string "Unk 0 0000" so at least it appears to be a
5451 valid timestamp to `dired-move-to-filename-regexp'.
5452
5453 1999-06-15 Ken'ichi Handa <handa@gnu.org>
5454
5455 * ps-print.el (ps-control-character): Fix previous change.
5456
5457 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5458
5459 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
5460 multiple output of the last message.
5461
5462 1999-06-14 Eli Zaretskii <eliz@gnu.org>
5463
5464 * term/internal.el (IT-display-table-setup): Do not remap \222 to
5465 the ASCII apostrophe, as most DOS codepages have some other glyph
5466 there.
5467
5468 1999-06-14 Ken'ichi Handa <handa@gnu.org>
5469
5470 * language/ethio-util.el (setup-ethiopic-environment-internal):
5471 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
5472 (exit-ethiopic-environment): Likewize.
5473
5474 1999-06-12 Richard M. Stallman <rms@gnu.org>
5475
5476 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
5477
5478 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5479
5480 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
5481 custom-initialize-default to avoid infinite loop.
5482 (crisp-mode): (defun) Call transient-mark-mode here, not when
5483 loading the file. Run crisp-mode-hook here, and run
5484 crisp-load-hook when loading the file.
5485
5486 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
5487 rmail-summary buffer, search for pattern in rmail-file.
5488
5489 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
5490
5491 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
5492
5493 * ps-print.el (ps-printer-name): Fix custom type.
5494
5495 1999-06-12 Reto Zimmermann <reto@synopsys.com>
5496
5497 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
5498 (vhdl-port-paste-generic-map): Fix indentation bug.
5499 (vhdl-port-paste-port-map): Fix indentation bug.
5500 (vhdl-scan-file-contents): Make scanning case insensitive.
5501
5502 1999-06-11 Richard M. Stallman <rms@gnu.org>
5503
5504 * files.el (write-file): When buffer is not already visiting a file,
5505 don't put buffer name in the minibuffer, just make it the default.
5506 Also handle just directory as arg usefully in that case.
5507
5508 * simple.el (sendmail-user-agent-compose):
5509 Ignore case when inserting the rest of the "other" headers.
5510
5511 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
5512
5513 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
5514 (info-lookup-interactive-arguments): Never insert the default
5515 into the minibuffer automatically.
5516
5517 * emacs-lisp/cl-extra.el (getf): Don't call get*.
5518
5519 1999-06-09 Richard M. Stallman <rms@gnu.org>
5520
5521 * simple.el (shell-command): Avoid printing "mark set" message.
5522
5523 1999-06-09 Dave Love <fx@gnu.org>
5524
5525 * progmodes/compile.el (compilation-error-regexp-alist): Allow
5526 digits in program name in first pattern.
5527
5528 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
5529
5530 * vc.el (vc-dired-mode): Don't match anything before the date in
5531 dired-move-to-filename-regexp.
5532
5533 1999-06-07 Ken'ichi Handa <handa@gnu.org>
5534
5535 * international/quail.el (quail-define-rules): Fix typo in
5536 docstring.
5537
5538 1999-06-05 Stephen Eglen <stephen@gnu.org>
5539
5540 * iswitchb.el (iswitchb-default-keybindings): Add
5541 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
5542 than when package is loaded.
5543
5544 1999-06-04 Richard M. Stallman <rms@gnu.org>
5545
5546 * startup.el (command-line): Don't set user-init-file directly;
5547 tell `load' to set it.
5548
5549 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
5550
5551 * simple.el (next-history-element):
5552 Handle minibuffer-text-before-history properly when reading sexps.
5553
5554 * disp-table.el (standard-display-european):
5555 For an interactive call by the user,
5556 don't set enable-multibyte-characters,
5557 and don't set the terminal coding system.
5558
5559 * textmodes/refbib.el: Don't print any messages or display
5560 a buffer when loading the library.
5561 (r2b-help): Doc fix.
5562 (r2b-help-message): Update the documentation.
5563 (r2b-load-quietly): Variable deleted.
5564 (r2b-convert-buffer): Doc fix.
5565
5566 1999-06-04 Dave Love <fx@gnu.org>
5567
5568 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
5569
5570 * auto-show.el: Don't change hooks on loading.
5571 (auto-show-mode): Autoload. Default to nil. Add :set &c.
5572 (auto-show-mode): Add to hooks here.
5573
5574 1999-06-04 Richard Sharman <rsharman@pobox.com>
5575
5576 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
5577 recursion on bogus input.
5578
5579 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
5580
5581 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
5582 does not select a buffer from the buffers menu, then the attached
5583 frame is not switched to anything.
5584
5585 1999-06-03 Ken'ichi Handa <handa@gnu.org>
5586
5587 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
5588 (viet-viscii-...->viet-vscii...).
5589
5590 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
5591
5592 1999-06-01 Dave Love <fx@gnu.org>
5593
5594 * progmodes/fortran.el: Add :link to defgroup.
5595 (fortran-blink-matching-if): Match ELSE statements too.
5596 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
5597 that filling is always done.
5598
5599 1999-05-31 Richard M. Stallman <rms@gnu.org>
5600
5601 * simple.el (append-next-kill): Use an arg to distinguish
5602 interactive calls from Lisp calls, rather than (interactive-p).
5603
5604 * international/iso-transl.el (iso-transl-language-alist):
5605 Interchange n and N.
5606
5607 1999-05-31 Dave Love <fx@gnu.org>
5608
5609 * msb.el Add to minor-mode-map-alist. Remove hook installation
5610 and keymap munging on load.
5611 (msb-mode): New option.
5612 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
5613 Doc fix.
5614 (msb-mode-map): New variable.
5615 (msb-mode): New command.
5616
5617 1999-05-31 Dave Love <fx@gnu.org>
5618
5619 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
5620 (ispell-complete-word-dict): Likewise.
5621
5622 1999-05-31 Eli Zaretskii <eliz@gnu.org>
5623
5624 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
5625 force the data buffer to be saved, even if the data didn't
5626 change, in case the write filter was modified. Restore the
5627 current record after read-file-filter finishes.
5628
5629 1999-05-29 Karl Heuer <kwzh@gnu.org>
5630
5631 * ispell4.el: Obsolete; file deleted.
5632
5633 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
5634
5635 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
5636 VALUE is a syntax table.
5637
5638 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
5639
5640 * simple.el (zap-to-char): Doc fix.
5641
5642 1999-05-27 Ken'ichi Handa <handa@gnu.org>
5643
5644 * isearch.el (isearch-quote-char): Don't assume character codes
5645 0200 - 0237 stand for characters in some single-byte character
5646 charset.
5647
5648 1999-05-27 Dave Love <fx@gnu.org>
5649
5650 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
5651
5652 1999-05-27 Andreas Schwab <schwab@gnu.org>
5653
5654 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
5655 headerline does not exist already.
5656
5657 1999-05-26 Richard Stallman <rms@gnu.org>
5658
5659 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5660 Avoid nested null-loops.
5661
5662 1999-05-26 Ken'ichi Handa <handa@gnu.org>
5663
5664 * international/characters.el: Typo fixed; prefered->preferred.
5665
5666 * international/mule-cmds.el (find-coding-systems-for-charsets):
5667 Typo fixed; prefered->preferred.
5668
5669 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
5670 method in read-event.
5671
5672 * international/mule.el (charset-info): Doc-string fixed.
5673
5674 1999-05-25 Ken'ichi Handa <handa@gnu.org>
5675
5676 * mail/smtpmail.el (smtpmail-send-it): Bind
5677 smtpmail-code-conv-from properly.
5678 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
5679 by smtpmail-code-conv-from.
5680
5681 1999-05-24 Richard Stallman <rms@gnu.org>
5682
5683 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
5684 Binding deleted also.
5685
5686 1999-05-24 Karl Heuer <kwzh@gnu.org>
5687
5688 * comint.el (comint-bol-or-process-mark): Doc fix.
5689
5690 1999-05-23 Dave Love <fx@gnu.org>
5691
5692 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
5693 Enter it on minor-mode-map-alist.
5694 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
5695 Autoload. Add custom setter.
5696 (crisp-mark-line): Doc fix.
5697 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
5698 (crisp-mode-hook): Define.
5699
5700 1999-05-23 Ken'ichi Handa <handa@gnu.org>
5701
5702 * files.el (recover-file): Recover buffer-file-coding-system.
5703
5704 1999-05-22 Richard Stallman <rms@gnu.org>
5705
5706 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
5707 regexp match the date, to avoid treating date as file size.
5708 Add YYYY S option to WESTERN/
5709
5710 * bookmark.el: Delete some XEmacs compatibility code.
5711 (bookmark-jump-noselect): Check vc-backend.
5712
5713 * subr.el (add-to-list): Doc fix.
5714
5715 1999-05-21 Stephen Eglen <stephen@gnu.org>
5716
5717 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
5718
5719 1999-05-18 Richard Stallman <rms@gnu.org>
5720
5721 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
5722 non-space after the @anchor command.
5723 (texinfo-format-var): Handle other nested constructs, using
5724 texinfo-parse-expanded-arg and texinfo-discard-command, not
5725 texinfo-parse-arg-discard.
5726
5727 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
5728 (debug): Bind and use debugger-outer-inhibit-redisplay.
5729 Bind inhibit-redisplay to nil.
5730 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
5731
5732 1999-05-17 Dave Love <fx@gnu.org>
5733
5734 * help.el (describe-function-1): Extra arg, interactive-p.
5735 (describe-key, describe-function): Use it.
5736
5737 1999-05-17 Karl Heuer <kwzh@gnu.org>
5738
5739 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
5740
5741 1999-05-16 Dave Love <fx@gnu.org>
5742
5743 * cus-start.el (all): Delete selective-display. Add scroll-margin,
5744 scroll-preserve-screen-position, scroll-conservatively.
5745
5746 1999-05-16 Dave Love <fx@gnu.org>
5747
5748 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
5749
5750 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
5751
5752 * progmodes/vhdl-mode.el: Completely revised and massively extended.
5753
5754 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5755
5756 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
5757 magic number and is not associated with a file.
5758
5759 1999-05-14 Richard M. Stallman <rms@gnu.org>
5760
5761 * files.el (find-file-noselect-1): Fix previous change.
5762
5763 1999-05-14 Simon Marshall <simon@gnu.org>
5764
5765 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
5766
5767 1999-05-13 Ken'ichi Handa <handa@gnu.org>
5768
5769 * international/mule-diag.el (mule-diag): Change MULE to Mule in
5770 docstring.
5771
5772 * international/mule-cmds.el: Change MULE to Mule in docstrings
5773 and menus.
5774
5775 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
5776
5777 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
5778 to correctly reflect the value of BaseLineOffset in
5779 RelativeCompose. Now the value of RelativeCompose is an array of
5780 low and high positions.
5781 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
5782 RLC for the above change.
5783
5784 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
5785
5786 * comint.el (comint-password-prompt-regexp): Modified to match the
5787 output of ksu and ssh-add.
5788
5789 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
5790
5791 * language/korea-util.el (isearch-toggle-korean-input-method):
5792 Adjusted for the change of input method handling in isearch.el.
5793 (isearch-hangul-switch-symbol-ksc): Likewise.
5794 (isearch-hangul-switch-hanja): Likewise.
5795
5796 1999-05-10 Dave Love <fx@gnu.org>
5797
5798 * help.el (help-make-xrefs): Fix typo.
5799
5800 1999-05-10 Andreas Schwab <schwab@gnu.org>
5801
5802 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
5803 unibyte-display-via-language-environment.
5804
5805 * help.el (help-make-xrefs): Handle more cases when looking for
5806 commands in a keymap description.
5807
5808 1999-05-10 Eli Zaretskii <eliz@gnu.org>
5809
5810 * loadup.el: For ms-dos systems, load ccl and codepage.
5811
5812 1999-05-09 Ken'ichi Handa <handa@gnu.org>
5813
5814 * ps-print.el (ps-control-character): Call
5815 ps-mule-prepare-ascii-font to setup ASCII fonts.
5816
5817 * ps-mule.el (ps-mule-begin-job): Redo this change "if
5818 ps-multibyte-buffer is nil, use
5819 ps-mule-font-info-database-default."
5820
5821 1999-05-08 Ken Stevens <k.stevens@ieee.org>
5822
5823 * ispell.el (ispell-local-dictionary-alist): New variable for
5824 customizing local dictionaries not accessable by everyone.
5825 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
5826 (ispell-required-version): Changed format `(major minor
5827 revision)' to support general pattern matching.
5828 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
5829 skip region commented out due to incorrect skip potential in std latex.
5830 (ispell-word): Removed `when' macro. Fixed bug of not restoring
5831 cursor point on small words for calls from `ispell-minor-mode'.
5832 (check-ispell-version): Tests and accepts versions major.minor
5833 and above, with adjustments for interactions in 3.1.0-3.1.11.
5834 (ispell-get-line): No longer skips ispell process special characters.
5835 (ispell-comments-and-strings): Removed `when' macro call.
5836 (ispell-minor-check): Requires ispell-word to restore cursor point.
5837 (ispell-buffer-local-parsing): Supports checking comments only.
5838
5839 1999-05-08 Karl Heuer <kwzh@gnu.org>
5840
5841 * comint.el (comint-password-prompt-regexp): Fix last change to be
5842 more specific.
5843
5844 1999-05-07 Richard M. Stallman <rms@gnu.org>
5845
5846 * subr.el (with-temp-message): Fix the other call to message
5847 to use %s.
5848
5849 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
5850
5851 * gud.el (gud-format-command): "%F" means file sans extension.
5852 (jdb): Use %F, not %f, for gud-break.
5853
5854 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
5855
5856 * comint.el (comint-password-prompt-regexp): Modified so that it
5857 matches the output of kinit.
5858
5859 1999-05-06 Greg Stark <gsstark@mit.edu>
5860
5861 * timezone.el (timezone-parse-date): Recognize new format used in
5862 internet cookies.
5863
5864 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
5865
5866 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
5867
5868 1999-05-04 Andrew Innes <andrewi@gnu.org>
5869
5870 * time.el (display-time-update): Allow for wrap-around when
5871 checking against display-time-server-down-time.
5872
5873 1999-05-04 Ken'ichi Handa <handa@gnu.org>
5874
5875 * international/mule-diag.el (describe-coding-system): Fix English
5876 message.
5877
5878 1999-05-03 Jason Rumney <jasonr@altavista.net>
5879
5880 * term/w32-win.el: Change the x-charset-registry property for the
5881 Japanese charsets that are supported by Japanese Windows fonts.
5882
5883 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5884
5885 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
5886 diary-block diary entries for which the reminders and the diary
5887 entries can overlap.
5888
5889 1999-05-02 Jason Rumney <jasonr@altavista.net>
5890
5891 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
5892 matches the font selected in the dialog.
5893
5894 1999-05-02 Dave Love <fx@gnu.org>
5895
5896 * browse-url.el (browse-url-browser-function): Add :version.
5897
5898 * international/mule.el (auto-coding-alist): Add .tgz.
5899
5900 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
5901
5902 * international/codepage.el (cp-coding-system-for-codepage-1):
5903 Make the magnification parameter for the -dos encoder be 2.
5904
5905 1999-05-2 Andrew Innes <andrewi@gnu.org>
5906
5907 * term/w32-win.el (w32-drag-n-drop): Select file in window where
5908 it is dropped, rather than current window.
5909
5910 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
5911 after switching buffer, as case-fold-search is a buffer local
5912 variable.
5913
5914 * w32-fns.el (convert-standard-filename): Only convert directory
5915 separators to backslash if the interactive shell is one of the
5916 standard Windows shells that has DOS semantics.
5917
5918 * ls-lisp.el (ls-lisp-format-time): Trap errors from
5919 format-time-string, and return a suitable string to indicate the
5920 timestamp was invalid.
5921
5922 * hexl.el (hexlify-command): Apply shell-quote-argument after
5923 expanding hexl-program in case exec-directory contains a space.
5924 (dehexlify-command): Ditto.
5925
5926 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
5927 file extension regexps which aren't necessarily binary files.
5928 (direct-print-region-helper): Use subst-char-in-string instead of
5929 binding directory-sep-char to convert filenames to DOS syntax.
5930 (direct-print-region-use-command-dot-com): New variable.
5931 (direct-print-region-helper): Use it to control whether to invoked
5932 command.com to print on Windows 9x.
5933
5934 * browse-url.el (browse-url-browser-function): Default to
5935 browse-url-default-windows-browser on windows-nt.
5936 (browse-url-default-windows-browser): New function.
5937
5938 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5939
5940 * forms.el (forms-mode): Don't call forms-first-record or
5941 forms-last-record if the data file has zero records.
5942
5943 1999-04-29 Richard M. Stallman <rms@gnu.org>
5944
5945 * files.el (find-file-noselect-1): If buffer-file-name has changed
5946 after find-file-not-found-hooks runs, recompute the truename.
5947 And don't use FILENAME after that point.
5948
5949 1999-04-27 Dave Love <fx@gnu.org>
5950
5951 * paren.el (show-paren-mode)
5952 * which-func.el (which-func-mode-global)
5953 * type-break.el (type-break-mode)
5954 * time.el (display-time-mode)
5955 * rsz-mini.el (resize-minibuffer-mode)
5956 * mouse-sel.el (mouse-sel-mode)
5957 * icomplete.el (icomplete-mode)
5958 * hscroll.el (hscroll-global-mode)
5959 * help.el (temp-buffer-resize-mode)
5960 * font-lock.el (global-font-lock-mode)
5961 * delsel.el (delete-selection-mode)
5962 * avoid.el (mouse-avoidance-mode)
5963 * autoinsert.el (auto-insert-mode)
5964 * winner.el (winner-mode): Doc fix.
5965
5966 1999-04-26 Karl Heuer <kwzh@gnu.org>
5967
5968 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
5969 the same whitespace that was ignored in choosing the subject string.
5970
5971 1999-04-26 Richard M. Stallman <rms@gnu.org>
5972
5973 * info.el (Info-find-node): Position properly after finding anchor.
5974
5975 * cus-start.el (all): Handle unibyte-display-via-language-environment.
5976
5977 * simple.el (indent-new-comment-line): Fix previous change.
5978
5979 * complete.el: Delete the wildcard expansion feature
5980 since that is now standard in find-file.
5981 (PC-try-load-many-files): Function deleted.
5982 (PC-after-load-many-files): Function deleted.
5983 (PC-many-files-list): Variable deleted.
5984 (PC-disable-wildcards): Variable deleted.
5985 (partial-completion-mode): Don't enable the wildcard feature.
5986
5987 * complete.el (PC-look-for-include-file): Don't set global variables
5988 `error', `buf' and `filename' here.
5989
5990 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
5991
5992 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
5993
5994 * textmodes/outline.el (outline-regexp): Doc fix.
5995
5996 1999-04-26 John Wiegley <johnw@borland.com>
5997
5998 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5999 C++Builder 4.0 error message syntax.
6000
6001 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
6002
6003 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
6004 supported, use find -exec.
6005
6006 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
6007
6008 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
6009 coding-system-for-write, to avoid hanging when non-interactive.
6010
6011 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
6012
6013 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
6014 start with a newline.
6015
6016 1999-04-13 Ken'ichi Handa <handa@gnu.org>
6017
6018 * international/mule-conf.el (x-ctext): New coding system.
6019
6020 1999-04-12 Richard M. Stallman <rms@gnu.org>
6021
6022 * international/mule-cmds.el (input-method-function):
6023 Add permanent-local property.
6024
6025 1999-04-12 Dave Love <fx@gnu.org>
6026
6027 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
6028 change to use jka-compr-byte-compiler-base-file-name.
6029
6030 * supercite.el (sc-scan-info-alist): Revert last change.
6031 (sc-attrib-selection-list): Fix :type here instead.
6032
6033 1999-04-11 Eli Zaretskii <eliz@gnu.org>
6034
6035 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
6036 in the list of case-insensitive filesystems.
6037
6038 1999-04-09 Kenichi Handa <handa@etl.go.jp>
6039
6040 * international/fontset.el (create-fontset-from-fontset-spec):
6041 Don't register duplicated alias fontset names.
6042
6043 1999-04-08 Richard Stallman <rms@gnu.org>
6044
6045 * international/mule.el (auto-coding-alist-lookup): New function.
6046 (set-auto-coding): Use auto-coding-alist-lookup.
6047
6048 * jka-compr.el (jka-compr-insert-file-contents):
6049 Use auto-coding-alist-lookup to check for files that
6050 should not have eol conversion, in the unibyte case.
6051
6052 1999-04-07 Dave Love <fx@gnu.org>
6053
6054 * help.el (describe-variable): Check custom-loads property as well
6055 as custom-type.
6056
6057 * abbrev.el (abbrev-mode): Customizing sets the default value.
6058
6059 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
6060
6061 * vc.el (vc-backend-revert): For CVS files that were made
6062 writeable with "cvs edit", call "cvs unedit" to undo that.
6063
6064 1999-04-08 Dave Love <fx@gnu.org>
6065
6066 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
6067 more.
6068 (sc-emacs-features): Recognize Emacs 20.
6069 (sc-read-string): Use history arg.
6070 (sc-scan-info-alist): Check for rtnvalue a cons.
6071
6072 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
6073
6074 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
6075 coding system to encode the message by
6076 select-message-coding-system.
6077
6078 1999-04-07 Richard Stallman <rms@gnu.org>
6079
6080 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
6081
6082 * winner.el: Reorder definitions.
6083
6084 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
6085
6086 * mail/rmail.el (rmail-decode-babyl-format):
6087 Undo previous change.
6088
6089 1999-04-06 Richard Stallman <rms@gnu.org>
6090
6091 * info.el (Info-find-node): Check for an anchor at the
6092 proper place, before reading an indirect file.
6093
6094 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
6095
6096 * jka-compr.el (jka-compr-insert-file-contents):
6097 Use raw-text-unix when we want no conversion.
6098
6099 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
6100
6101 * timezone.el (timezone-parse-date): Corrected regexp for
6102 style (5) date format so that tenths of seconds are optional.
6103
6104 1999-04-05 Eli Zaretskii <eliz@gnu.org>
6105
6106 * term/internal.el (dos-cpNNN-setup): New function, with the guts
6107 of dos-codepage-setup.
6108 (cjk-codepages-alist): New variable, an alist of Far-Eastern
6109 codepages for which there's no need to set up cpNNN coding
6110 systems.
6111 (dos-codepage-setup): Support Far-Eastern DOS terminals.
6112
6113 1999-04-05 Richard Stallman <rms@gnu.org>
6114
6115 * mail/rmail.el (rmail-ignored-headers): Doc fix.
6116
6117 1999-04-02 Richard Stallman <rms@gnu.org>
6118
6119 * progmodes/compile.el (compilation-handle-exit): Do right thing
6120 if (car status) doesn't end in a newline.
6121
6122 1999-04-01 Dave Love <fx@gnu.org>
6123
6124 * progmodes/sql.el (SQL): Add defgroup :version.
6125
6126 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6127
6128 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
6129 buffer-file-coding-system. If the coding system used is raw-text,
6130 etc., make the *Compiler Input* buffer unibyte.
6131
6132 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
6133
6134 * loadup.el: Don't write the fns-...el file if not dumping.
6135
6136 1999-03-31 Dave Love <fx@gnu.org>
6137
6138 * snmp-mode.el (snmp): Fix defgroup :version.
6139
6140 * hilit-chg.el (highlight-changes): Add defgroup :version.
6141
6142 1999-03-31 Andreas Schwab <schwab@gnu.org>
6143
6144 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
6145 the gnus-save-hidden-threads macro.
6146
6147 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
6148
6149 * faces.el (face-set-after-frame-default): Obey the
6150 `customized-face' for new faces.
6151
6152 1999-03-30 Dave Love <fx@gnu.org>
6153
6154 * international/mule-cmds.el (current-language-environment): Doc fix.
6155 * abbrev.el (abbrev-mode): Doc fix.
6156 * autoinsert.el (auto-insert-mode): Doc fix.
6157 * complete.el (partial-completion-mode): Doc fix.
6158 * avoid.el (mouse-avoidance-mode): Doc fix.
6159 * delsel.el (delete-selection-mode): Doc fix.
6160 * font-lock.el (global-font-lock-mode): Doc fix.
6161 * help.el (temp-buffer-resize-mode): Doc fix.
6162 * hscroll.el (hscroll-global-mode): Doc fix.
6163 * icomplete.el (icomplete-mode): Doc fix.
6164 * mouse-sel.el (mouse-sel-mode): Doc fix.
6165 * paren.el (show-paren-mode): Doc fix.
6166 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
6167 * time.el (display-time-mode): Doc fix.
6168 * type-break.el (type-break-mode): Doc fix.
6169 * which-func.el (which-func-mode-global): Doc fix.
6170 * winner.el (winner-mode): Doc fix.
6171
6172 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
6173
6174 * wid-edit.el (widget-before-change): Signal text-read-only rather
6175 than an ordinary error.
6176
6177 1999-03-30 Richard M. Stallman <rms@gnu.org>
6178
6179 * repeat.el: Don't require advice.
6180 (repeat): Do function-indirection in check for kbd macro.
6181 In self-insert case, use the *last* char in INSERTION.
6182
6183 1999-03-30 Karl Heuer <kwzh@gnu.org>
6184
6185 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
6186
6187 1999-03-29 Andreas Schwab <schwab@gnu.org>
6188
6189 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
6190 comint-input-filter-functions. Make variables related to shell
6191 directory tracking local.
6192
6193 1999-03-26 Andreas Schwab <schwab@gnu.org>
6194
6195 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
6196
6197 * simple.el (shell-command-on-region): Cope with exit-status being
6198 nil, which happens if call-process-region was interrupted.
6199
6200 1999-03-26 Richard M. Stallman <rms@gnu.org>
6201
6202 * simple.el (indent-new-comment-line): Handle use at a point
6203 after a comment-end. Handle multiple comments.
6204
6205 * mail/rmail.el (rmail-decode-babyl-format):
6206 To prevent locking, bind buffer-file-name to nil.
6207
6208 1999-03-26 Karl Fogel <kfogel@red-bean.com>
6209
6210 * mail-hist.el (mail-hist-current-header-name): Don't make
6211 off-by-one-error when determining if in message body.
6212
6213 1999-03-25 Andrew Innes <andrewi@gnu.org>
6214
6215 * w32-fns.el (set-default-process-coding-system): Copied from
6216 dos-w32.el, but modified to use Unix line endings for process
6217 input, and to add a suitable entry to process-coding-system-alist
6218 for DOS shells.
6219
6220 * dos-fns.el (set-default-process-coding-system): Copied from
6221 dos-w32.el.
6222
6223 * dos-w32.el (set-default-process-coding-system): Move function to
6224 dos-fns.el; a different version is used in w32-fns.el.
6225
6226 1999-03-24 Dave Love <fx@gnu.org>
6227
6228 * info.el (Info-directory-list): Revert change to re-writing
6229 Info-default-directory-list, but put `alternative' first.
6230 (Info-insert-dir): Modify selecting the top dir file as a consequence.
6231
6232 1999-03-23 Simon Marshall <simon@gnu.org>
6233
6234 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
6235 on the line by itself.
6236 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
6237 it is not in a declarative context.
6238
6239 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
6240
6241 * cus-edit.el (custom-variable-prompt): Allow customization of
6242 autoloaded symbols.
6243
6244 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
6245
6246 * simple.el (what-cursor-position): Don't cause error when point
6247 is at invalid multibyte sequence.
6248
6249 1999-03-21 Karl Heuer <kwzh@gnu.org>
6250
6251 * complete.el (partial-completion-mode): Doc fix.
6252
6253 1999-03-19 Richard M. Stallman <rms@gnu.org>
6254
6255 * progmodes/cplus-md.el (old-c++): Remove :group.
6256
6257 * progmodes/c-mode.el (old-c): Remove :group.
6258
6259 1999-03-18 Simon Marshall <simon@gnu.org>
6260
6261 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
6262 (java-font-lock-keywords-2): Added "strictfp" keyword.
6263
6264 1999-03-17 Jason Rumney <jasonr@altavista.net>
6265
6266 * w32-fns.el (set-w32-system-coding-system) New function.
6267 (w32-system-coding-system) Initialize to 'iso-latin-1.
6268
6269 1999-03-17 Eli Zaretskii <eliz@gnu.org>
6270
6271 * international/mule-cmds.el (set-language-environment): Fix
6272 previous change: don't use dos-codepage when unbound.
6273
6274 1999-03-17 Karl Heuer <kwzh@gnu.org>
6275
6276 * calendar/appt.el (appt-make-list): Fix previous change.
6277
6278 1999-03-16 Richard M. Stallman <rms@gnu.org>
6279
6280 * window.el (shrink-window-if-larger-than-buffer):
6281 Don't try to redisplay with the cursor at the end
6282 on its own line--that would force a scroll and spoil things.
6283
6284 1999-03-16 Eli Zaretskii <eliz@gnu.org>
6285
6286 * international/mule-cmds.el (set-language-environment): Don't use
6287 cpNNN-nonascii-translation-table if it is unbound.
6288
6289 * term/internal.el (dos-codepage-setup): Compute the unibyte
6290 syntax table and bind unibyte-display-via-language-environment
6291 here, rather than at top level, so that resetting to unibyte in
6292 .emacs works as expected.
6293
6294 1999-03-15 Simon Marshall <simon@gnu.org>
6295
6296 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
6297
6298 1999-03-14 Milan Zamazal <pdm@pvt.net>
6299
6300 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
6301
6302 1999-03-14 Kenichi Handa <handa@etl.go.jp>
6303
6304 * international/mule-util.el (detect-coding-with-priority):
6305 Restore the internal database.
6306
6307 1999-03-14 Stephen Eglen <stephen@gnu.org>
6308
6309 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
6310 if mail-from-style has invalid value.
6311
6312 1999-03-12 Karl Heuer <kwzh@gnu.org>
6313
6314 * vc.el (vc-delete-logbuf-window): New var.
6315 (vc-finish-logentry): Use it.
6316
6317 1999-03-12 Richard M. Stallman <rms@gnu.org>
6318
6319 * startup.el (command-line-1): Improve startup msg.
6320
6321 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
6322
6323 * speedbar.el: Added commentary about stealthy functions.
6324 (speedbar-message) new function.
6325 (speedbar-y-or-n-p): New function
6326 (speedbar-with-attached-buffer) Moved macro before reference.
6327 Now uses `save-selected-window'.
6328 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
6329 speedbar-generic-item-info, speedbar-item-info-file-helper,
6330 speedbar-item-delete, speedbar-insert-generic-list,
6331 speedbar-timer-fn, speedbar-check-vc-this-line,
6332 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
6333 speedbar-buffers-item-info) Use speedbar-message.
6334 (speedbar-item-info) Limit `message-log-max'.
6335 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
6336 speedbar-item-delete, speedbar-item-object-delete,
6337 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
6338
6339 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
6340
6341 * server.el (server-start): Set coding system for the server
6342 process to raw-text.
6343 (server-process-filter): Decode file names if necessary.
6344
6345 1999-03-12 Dave Love <fx@gnu.org>
6346
6347 * textmodes/fill.el (sentence-end-double-space): Doc fix.
6348
6349 * textmodes/paragraphs.el (sentence-end): Doc fix.
6350
6351 1999-03-11 Karl Heuer <kwzh@gnu.org>
6352
6353 * comint.el (comint-password-prompt-regexp): Accept "login password:"
6354
6355 1999-03-09 Karl Heuer <kwzh@gnu.org>
6356
6357 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
6358 (ispell-dictionary-alist-2): Likewise.
6359 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
6360 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
6361 (ispell-dictionary-alist): Build from six pieces, not just two.
6362
6363 * ps-bdf.el (bdf-directory-list): Doc fix.
6364
6365 * enriched.el (enriched-mode): Make var permanent-local.
6366
6367 1999-03-09 Dave Love <fx@gnu.org>
6368
6369 * textmodes/sgml-mode.el (html-mode): Use
6370 sentence-end-double-space when setting sentence-end.
6371
6372 1999-03-09 Ken'ichi Handa <handa@gnu.org>
6373
6374 * language/thai.el (tis-620): New alias coding system for thai-tis620.
6375
6376 1999-03-08 Felix Lee <flee@cygnus.com>
6377
6378 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
6379
6380 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
6381
6382 1999-03-08 Karl Heuer <kwzh@gnu.org>
6383
6384 * dired-aux.el (dired-do-copy-regexp): Doc fix.
6385 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
6386
6387 * dired.el (dired-do-copy-regexp): Doc fix.
6388 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
6389
6390 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
6391
6392 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
6393
6394 1999-03-08 Jason Rumney <jasonr@altavista.net>
6395
6396 * international/codepage.el (cp1250-decode-table)
6397 (cp1251-decode-table, cp1253-decode-table)
6398 (cp1257-decode-table): New translation tables for MS Windows codepages.
6399 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
6400
6401 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
6402
6403 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
6404
6405 1999-03-07 Eli Zaretskii <eliz@gnu.org>
6406
6407 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
6408
6409 * term/internal.el (top level): Display character 255 as 8bit as well.
6410
6411 1999-03-06 Dave Love <fx@gnu.org>
6412
6413 * progmodes/cc-cmds.el (c-outline-level): Bind
6414 buffer-invisibility-spec.
6415
6416 * progmodes/c-mode.el (c-outline-level): Likewise.
6417
6418 * progmodes/ada-mode.el (ada-outline-level): Likewise.
6419
6420 1999-03-05 Felix Lee <flee@cygnus.com>
6421
6422 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
6423
6424 1999-03-05 Richard M. Stallman <rms@gnu.org>
6425
6426 * bindings.el (complete-symbol): Invert meaning of prefix arg.
6427
6428 1999-03-05 Andrew Innes <andrewi@gnu.org>
6429
6430 * w32-fns.el (convert-standard-filename): Convert directory
6431 separators to Windows format.
6432
6433 1999-03-05 Andreas Schwab <schwab@gnu.org>
6434
6435 * international/skkdic-cnv.el: Provide skkdic-cnv.
6436 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
6437 (batch-skkdic-convert): Doc fix.
6438
6439 1999-03-04 Dave Love <fx@gnu.org>
6440
6441 * custom.el (custom-set-variables): Protect against setter errors.
6442
6443 1999-03-04 Eli Zaretskii <eliz@gnu.org>
6444
6445 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
6446 the file sizes from overflowing.
6447 (ls-lisp-format): If file size is a float, use %8.0f to print it.
6448 Under -s, print the size in blocks with %4.0f, in case they have
6449 a *really* huge file.
6450
6451 1999-03-03 Dave Love <fx@gnu.org>
6452
6453 * options.el (edit-options): Doc fix.
6454 (list-options): Don't lose with unbound symbols. Maintain
6455 Edit-options-mode.
6456
6457 1999-03-01 Dave Love <fx@gnu.org>
6458
6459 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
6460
6461 1999-02-28 Richard M. Stallman <rms@gnu.org>
6462
6463 * ispell.el (ispell-dictionary-alist-override): New variable.
6464 (ispell-dictionary-alist): Don't setq it,
6465 if ispell-dictionary-alist-override is set.
6466
6467 * simple.el (shell-command-default-error-buffer): Renamed from
6468 shell-command-on-region-default-error-buffer.
6469 (shell-command-on-region): Mention in echo area when there
6470 is some error output. Mention success or failure, too.
6471 Accumulate multiple error outputs
6472 going forward, with formfeed in between. Display the error buffer
6473 when we have put something in it.
6474 (shell-command): Add the ERROR-BUFFER argument feature.
6475
6476 1999-02-28 Karl Heuer <kwzh@gnu.org>
6477
6478 * mail/mh-utils.el (mh-lib): Doc fix.
6479 (mh-lib-progs, mh-nmh-p): New vars.
6480 (mh-find-progs): Set mh-lib-progs along with other vars.
6481 (mh-path-search): New arg FUNC-P; if specified, use that instead
6482 of mh-file-command-p.
6483 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
6484
6485 * mail/mh-comp.el (mh-repl-formfile): New var.
6486 (mh-smail-batch): Don't ignore all arguments.
6487 (mh-reply): Do the right thing when using nmh.
6488
6489 1999-02-27 Kenichi Handa <handa@etl.go.jp>
6490
6491 * international/mule-cmds.el (select-safe-coding-system): Be sure
6492 to show a buffer being decoded.
6493
6494 1999-02-26 Ken'ichi Handa <handa@gnu.org>
6495
6496 * ps-bdf.el (bdf-directory-list): Initialize it to
6497 '("/usr/local/share/emacs/fonts/bdf").
6498
6499 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6500
6501 * ps-print.el: PostScript programming fix.
6502 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
6503 setpagedevice operator).
6504
6505 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6506
6507 * ps-print.el: Doc fix, font size specifies landscape and portrait
6508 sizes.
6509 (ps-print-version): New version number (4.1.4).
6510 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
6511 Specifies landscape and portrait sizes.
6512 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
6513 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
6514 fix.
6515 (ps-get-font-size): New fun.
6516 (ps-font-size-internal, ps-header-font-size-internal)
6517 (ps-header-title-font-size-internal): New vars.
6518
6519 * ps-mule.el: Change of ps-print font size variable name.
6520 (ps-mule-generate-font): Fun fix.
6521 (ps-mule-begin-job): Programming uniformization.
6522
6523 1999-02-25 Dave Love <fx@gnu.org>
6524
6525 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
6526 (help-make-xrefs): Do Info case first.
6527
6528 * repeat.el: Don't require advice.
6529 (repeat-last-kill-command): Variable deleted.
6530
6531 1999-02-25 Richard Stallman <rms@gnu.org>
6532
6533 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
6534 case just because the current buffer is the output buffer.
6535
6536 1999-02-25 Kenichi Handa <handa@etl.go.jp>
6537
6538 * simple.el (what-cursor-position): To show the character's
6539 encoding, use encoded-string-description instead of information
6540 of chaset-origin-alist.
6541
6542 * international/mule-cmds.el (iso-2022-control-alist): New variable.
6543 (encoded-code-description): New function.
6544 (encoded-string-description): New function.
6545 (encode-coding-char): New function.
6546
6547 1999-02-25 Andrew Innes <andrewi@gnu.org>
6548
6549 * startup.el (command-line) [windows-nt]: Fix typo in regexp
6550 checking for .emacs[.el[c]].
6551
6552 1999-02-24 Richard Stallman <rms@gnu.org>
6553
6554 * help.el (describe-function-1): Don't print a whole lambda-function.
6555
6556 1999-02-23 Ken'ichi Handa <handa@gnu.org>
6557
6558 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
6559 inputting ?\240.
6560
6561 1999-02-23 Karl Heuer <kwzh@gnu.org>
6562
6563 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
6564
6565 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
6566 (clean-buffer-list-kill-buffer-names): Doc fix.
6567
6568 * gud.el (gud-jdb-massage-args): Spelling fix.
6569
6570 1999-02-23 Richard M. Stallman <rms@gnu.org>
6571
6572 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
6573
6574 1999-02-22 Eli Zaretskii <eliz@gnu.org>
6575
6576 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
6577 excursion while calling set-auto-coding-function.
6578
6579 * play/handwrite.el (handwrite): Require ps-print, and use
6580 ps-printer-name and ps-lpr-command. Call ps-print-region-function
6581 if it's defined, instead of forking ps-lpr-command unconditionally.
6582
6583 1999-02-22 Kenichi Handa <handa@etl.go.jp>
6584
6585 * international/codepage.el (cp-coding-system-for-codepage-1): Put
6586 charset-origin-alist property to a coding system for the codepage.
6587
6588 * international/mule.el: Modify comment for charset-origin-alist
6589 property of a coding system.
6590
6591 * simple.el (what-cursor-position): charset-origin-alist property
6592 of a coding system may be a translation table or a symbol of which
6593 `translation-table' property is a translation table.
6594
6595 1999-02-21 Richard Stallman <rms@gnu.org>
6596
6597 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
6598 to the "html" template.
6599
6600 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
6601
6602 * dirtrack.el (dirtrack): Added docstring. Now returns input.
6603
6604 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
6605
6606 * dirtrack.el (dirtrack): Check for the prompt in the input string
6607 instead of the buffer.
6608
6609 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
6610
6611 * sql.el: Set version to 1.4.1. Changed mail address to
6612 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
6613 (sql-input-ring-separator): Doc fix.
6614 (sql-mode-syntax-table): double-dash starts comments is defined as
6615 ". 56" instead of ". 12b" for XEmacs.
6616 (sql-stop, sql-interactive-mode): Doc fixes.
6617 (sql-postgres): Queries for database and server, not just one.
6618 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
6619
6620 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
6621 changed. This is needed for master.el to work.
6622 (sql-set-sqli-buffer): Use the new hook.
6623
6624 * sql.el (sql-make-alternate-buffer-name): Function that sets
6625 sql-alternate-buffer-name.
6626 (sql-alternate-buffer-name): Possible name of SQLi buffers.
6627 (sql-interactive-mode): Set sql-alternate-buffer-name.
6628 (sql-rename-buffer): New command.
6629 (sql-interactive-mode-menu): Menu for SQLi buffers.
6630
6631 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
6632 and sql-input-ring-file-name are used to temporarily set
6633 comint-input-ring-file-name and comint-input-ring-separator when
6634 reading and writing input history files.
6635
6636 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
6637 (sql-input-ring-file-name): New variable with customization.
6638 (sql-input-ring-separator): New variable with customization.
6639 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
6640 Callers changed.
6641 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
6642 now includes the name of the current buffer.
6643
6644 (sql-mode): Set paragraph-separate and paragraph-start so that
6645 sql-send-paragraph sends the entire SQL statements, even if it
6646 contains indented lines.
6647
6648 1999-02-18 Dave Love <fx@gnu.org>
6649
6650 * format.el (format-encode-run-method, format-decode-run-method):
6651 Fix previous change.
6652
6653 1999-02-18 Ken'ichi Handa <handa@gnu.org>
6654
6655 * international/mule.el (coding-system-list): Moved here from
6656 mule-util.el to avoid autoloading mule-util by the call of
6657 select-safe-coding-system.
6658
6659 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
6660
6661 * simple.el (turn-on-auto-fill): Mark it as an option for
6662 `text-mode-hook'.
6663
6664 1999-02-17 Richard Stallman <rms@gnu.org>
6665
6666 * emacs-lisp/easymenu.el (easy-menu-get-map):
6667 Don't crash if (current-local-map) is nil.
6668
6669 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
6670
6671 * filecache.el (file-cache-filter-regexps): Added .class.
6672
6673 1999-02-17 Ken'ichi Handa <handa@gnu.org>
6674
6675 * international/mule-util.el (decompose-region): Use
6676 insert-buffer-substring instead of insert-buffer to avoid putting
6677 mark.
6678
6679 1999-02-17 Andreas Schwab <schwab@gnu.org>
6680
6681 * calendar/cal-move.el (scroll-calendar-left): Don't set
6682 displayed-month and displayed-year here, let generate-calendar do
6683 it, after range checking.
6684
6685 1999-02-17 Simon Marshall <simon@gnu.org>
6686
6687 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
6688
6689 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
6690 correctly between an object declared via a constructor and a method.
6691 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
6692 (java-font-lock-keywords-1): Fontify package names individually.
6693 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
6694 (java-font-lock-keywords-2): Simplify type fontification.
6695 (java-font-lock-keywords-3): Likewise.
6696
6697 1999-02-17 Kenichi Handa <handa@etl.go.jp>
6698
6699 * language/japanese.el (iso-2022-jp-2): New coding system.
6700 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
6701
6702 1999-02-16 Dave Love <fx@gnu.org>
6703
6704 * help.el (describe-function-1): Accept non-symbols.
6705
6706 1999-02-16 Paul Eggert <eggert@twinsun.com>
6707
6708 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
6709 find the last match if there are multiple matches.
6710
6711 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6712
6713 * tex-mode.el (tex-run-command, latex-run-command)
6714 (slitex-run-command, tex-command): Doc changes.
6715 (tex-start-options-string): Autoload it. Doc change. Provide
6716 a menu for customization. Allow nil. Quote backslashes only once.
6717 (tex-start-tex): Handle nil value of tex-start-options-string
6718 and apply shell-quote-argument to it.
6719
6720 1999-02-16 Eli Zaretskii <eliz@gnu.org>
6721
6722 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
6723 the size in blocks, since it can be a float.
6724 (ls-lisp-format): Likewise
6725
6726 1999-02-16 Ken'ichi Handa <handa@gnu.org>
6727
6728 * language/japanese.el (japanese-shift-jis): Add
6729 charset-origin-alist property.
6730
6731 1999-02-15 Richard Stallman <rms@gnu.org>
6732
6733 * progmodes/compile.el (compile-internal): Use save-selected-window.
6734
6735 * subr.el (momentary-string-display): Bind inhibit-read-only.
6736
6737 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
6738
6739 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
6740
6741 * mail/rmail.el (rmail-show-message): If an unseen message has a
6742 Summary-line in its header, get past one more line before looking
6743 for the X-Coding-System header.
6744
6745 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
6746
6747 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
6748 explicitly to accomodate Windows 9X lack of a useful copy program.
6749
6750 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
6751
6752 * wid-edit.el (widget-choice-value-create): Use `equal'
6753 instead of `eq'.
6754
6755 1999-02-14 Richard Stallman <rms@gnu.org>
6756
6757 * international/iso-transl.el:
6758 (iso-transl-ae): Renamed from iso-transl-e-slash.
6759 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
6760 (iso-transl-AE): Renamed from iso-transl-E-slash.
6761 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
6762 (iso-transl-char-map): Related changes.
6763
6764 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
6765
6766 1999-02-13 Richard Stallman <rms@gnu.org>
6767
6768 * textmodes/texinfmt.el (texinfo-alias): New function.
6769 (texinfo-fold-nodename-case): Add defvar.
6770 (texinfo-format-node): Do case folding if specified.
6771
6772 * ffap.el (ffap-file-at-point): Test local file names
6773 immediately. Strip off line numbers.
6774
6775 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
6776
6777 * sql.el: Set version to 1.3.2
6778 (sql-solid-program): Added support for solid.
6779 (sql-help): Doc mentions sql-solid.
6780 (sql-solid): Entry function for Solid.
6781 (sql-buffer): Doc explains the use of the variable and how to
6782 change it.
6783 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
6784 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
6785 disabled if sql-buffer doesn't have a process; sql-send-paragraph
6786 is new.
6787 (sql-show-sqli-buffer): New function to display the value of
6788 sql-buffer.
6789 (sql-change-sqli-buffer): New function to change sql-buffer.
6790 (sql-mode): Doc explains how to change sql-buffer.
6791 (sql-send-paragraph): New function to send a paragraph.
6792 (sql-mode-map): Added keybinding for sql-send-paragraph.
6793 (sql-mysql): Doc corrected.
6794 (sql-ms): Doc corrected.
6795
6796 * sql.el (sql-server): Doc fix.
6797 (sql-mysql): Added the use of sql-server to specify the host,
6798 sql-database now specifies database instead of host.
6799 (sql-mode-menu): Send... menu items are only active if sql-buffer
6800 is non-nil.
6801 (sql-help): Changed tag of entry functions a bit.
6802
6803 * sql.el: Added keywords from `finder-by-keyword'.
6804 (sql-mode): Made sql-buffer a local variable, changed the
6805 documentation: removed instructions to add *.sql files to
6806 auto-mode-alist, added documentation for having mutliple SQL
6807 buffers sending their stuff to different SQLi buffers, each
6808 running a different process.
6809 (sql-postgres): Quoted *SQL* in doc string.
6810 (sql-ms): Likewise.
6811 (sql-ingres): Likewise.
6812 (sql-ingres): Quoted *SQL* in doc string, added references to
6813 sql-user and sql-password used during login.
6814 (sql-sybase): Quoted *SQL* in doc string, added comma.
6815 (sql-oracle): Likewise.
6816 (sql-interactive-mode): Added extensive documentation for having
6817 mutliple SQL buffers sending their stuff to different SQLi
6818 buffers, each running a different process.
6819 (sql-buffer): Changed doc from *SQL* to SQLi.
6820 (sql-get-login): Doc fix.
6821
6822 1999-02-12 Ken'ichi Handa <handa@gnu.org>
6823
6824 * international/mule-conf.el (undecided): Set ascii in
6825 safe-charsets property.
6826
6827 1999-02-12 Richard Stallman <rms@gnu.org>
6828
6829 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
6830
6831 1999-02-12 Ken'ichi Handa <handa@gnu.org>
6832
6833 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
6834 value to ps-mule-font-info-database-latin.
6835
6836 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
6837
6838 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
6839 (ps-mule-font-info-database-default): New variable.
6840 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
6841 ps-mule-font-info-database-default.
6842
6843 1999-02-12 Dave Love <fx@gnu.org>
6844
6845 * timezone.el (timezone-make-date-sortable)
6846 (timezone-make-date-arpa-standard): Doc fix.
6847
6848 1999-02-12 Ken'ichi Handa <handa@gnu.org>
6849
6850 * international/quail.el (quail-show-kbd-layout): Bind
6851 blink-matching-paren to nil.
6852
6853 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
6854 for ASCII and Latin-1.
6855
6856 1999-02-12 Andreas Schwab <schwab@gnu.org>
6857
6858 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
6859
6860 1999-02-12 Kenichi Handa <handa@etl.go.jp>
6861
6862 * international/mule-cmds.el (language-info-alist): Remove
6863 description about charset-origin-alist.
6864
6865 * international/mule.el: Comment added for a new coding system
6866 property `charset-origin-alit'.
6867 (make-translation-table): This variable deleted.
6868
6869 * language/chinese.el (chinese-big5): Add charset-origin-alist
6870 property.
6871 ("Chinese-CNS"): Remove charset-origin-alist property.
6872
6873 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
6874 property.
6875 (cyrillic-alternativnyj): Likewise.
6876 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
6877 ("Cyrillic-ALT"): Likewise.
6878
6879 * language/vietnamese.el (vietnamese-viqr): Add
6880 charset-origin-alist property.
6881 ("Vietnamese"): Remove charset-origin-alist property.
6882
6883 * simple.el (what-cursor-position): Don't use the varialbe
6884 charset-origin-alist, but use charset-origin-alist property of
6885 buffer-file-coding-system to decide external character set code.
6886
6887 1999-02-10 Richard Stallman <rms@gnu.org>
6888
6889 * shadowfile.el: Don't turn on the mode when the file is loaded.
6890
6891 1999-02-09 Richard Stallman <rms@gnu.org>
6892
6893 * progmodes/compile.el (compile-auto-highlight): Customize.
6894
6895 * add-log.el (add-log-file-name-function): New variable.
6896 (add-change-log-entry): Call that function, if non-nil.
6897
6898 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
6899
6900 * rmail.el (rmail-search): Track match with a marker, not an integer.
6901
6902 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6903
6904 * progmodes/compile.el (compilation-setup): Set value of
6905 compilation-directory-stack as in compilation-forget-errors.
6906 (compile-reinitialize-errors): Bind buffer-undo-list and
6907 deactivate-mark.
6908 (compilation-forget-errors): Likewise.
6909
6910 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
6911
6912 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
6913 def... constructs.
6914
6915 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
6916 Remove calls to sleep-for.
6917
6918 1999-02-08 Eli Zaretskii <eliz@gnu.org>
6919
6920 * international/codepage.el (cp-coding-system-for-codepage-1): On
6921 MS-DOS, use dos-unsupported-char-glyph for characters not
6922 supported by the codepage.
6923 (cp-make-coding-systems-for-codepage): Likewise.
6924
6925 1999-02-08 Andreas Schwab <schwab@gnu.org>
6926
6927 * international/mule-util.el (coding-system-list): Don't sort
6928 coding-system-list here.
6929
6930 * international/mule.el (coding-system-lessp): Moved here from
6931 mule-util.el
6932 (add-to-coding-system-list): New function.
6933 (make-subsidiary-coding-system, make-coding-system,
6934 define-coding-system-alias): Use it instead of setting
6935 coding-system-list directly.
6936
6937 1999-02-07 Dave Love <fx@gnu.org>
6938
6939 * calendar/appt.el (appt-make-list): Don't splice quotes and date
6940 onto message.
6941
6942 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6943
6944 * imenu.el (imenu--last-menubar-index-alist): Add doc.
6945 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
6946
6947 1999-02-06 Richard Stallman <rms@gnu.org>
6948
6949 * language/european.el (setup-slovenian-environment): New function.
6950 ("Slovenian"): New language environment.
6951
6952 * progmodes/sql.el (sql-help): Doc fix.
6953 (sql-mysql): Doc fix.
6954
6955 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6956
6957 * tex-mode.el: When compiling, require compare-w and skeleton
6958 to pacify the byte-compiler. Move the def's of the tex-commands
6959 together. Add a comment on kill-process vs. quit-process.
6960
6961 1999-02-05 Dave Love <fx@gnu.org>
6962
6963 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
6964 null markers.
6965 (compile-goto-error): Likewise.
6966
6967 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
6968
6969 * time-stamp.el (time-stamp-format): Format doc tighter.
6970 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
6971 (time-stamp): Don't re-write the time stamp if it didn't change.
6972
6973 1999-02-05 Alex Schroeder <asc@bsiag.com>
6974
6975 * progmodes/sql.el: Changed version to 1.2.1.
6976 (sql-pop-to-buffer-after-send-region): Improved documentation.
6977 (sql-mysql-program): Added MySQL support.
6978 (sql-prompt-length): Made prompt-length configurable.
6979 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
6980 (sql-help): Added MySQL support, changed documentation.
6981 (sql-send-region): A message is displayed if something is sent.
6982 (sql-mode): Added buffer-local comment-start.
6983 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
6984 (sql-interactive-mode): Added buffer-local comment-start.
6985 (sql-oracle): Set sql-prompt-length.
6986 (sql-sybase): Set sql-prompt-length.
6987 (sql-mysql): Added MySQL support.
6988 (sql-ingres): Set sql-prompt-length.
6989 (sql-ms): Set sql-prompt-length.
6990 (sql-postgres): Set sql-prompt-length.
6991
6992 1999-02-04 Eli Zaretskii <eliz@gnu.org>
6993
6994 * term/internal.el (dos-codepage-setup): Set selection coding
6995 system to cpNNN-dos.
6996
6997 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6998
6999 * international/characters.el: Let ethiopic use iso-2022-7bit.
7000
7001 1999-02-02 Dave Love <fx@gnu.org>
7002
7003 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
7004 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
7005
7006 1999-02-02 Karl Heuer <kwzh@gnu.org>
7007
7008 * terminal.el (terminal-emulator): Doc fix.
7009
7010 1999-02-02 Ken'ichi Handa <handa@gnu.org>
7011
7012 * international/mule-util.el (compose-chars): Doc-string
7013 modified. Correctly handle a composition character in ARGS.
7014
7015 1999-02-01 Richard Stallman <rms@gnu.org>
7016
7017 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
7018 (makefile-menu-index-function): Function deleted.
7019 (makefile-mode): Use makefile-imenu-generic-expression.
7020
7021 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
7022
7023 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
7024 change, invoke from before-init-hook.
7025
7026 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
7027
7028 * subr.el (remove-from-invisibility-spec): Cope with the case when
7029 buffer-invisibility-spec is t.
7030
7031 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
7032
7033 * calendar/calendar.el (calendar-mode-map): Fix bindings for
7034 appt-add and appt-delete.
7035
7036 1999-02-01 Eli Zaretskii <eliz@gnu.org>
7037
7038 * term/pc-win.el (msdos-approximate-color): New function.
7039 (msdos-color-translate): Call it to find a DOS color that best
7040 approximates an X-style "#NNNNNN" color specification.
7041
7042 1999-02-01 Ken'ichi Handa <handa@gnu.org>
7043
7044 * international/mule-util.el (compose-chars-component): Add
7045 autoload cookie.
7046
7047 1999-01-31 Ken'ichi Handa <handa@gnu.org>
7048
7049 * international/quail.el (quail-lookup-key): If cdr of MAP is a
7050 function, replace cdr of MAP by the return value of the function
7051 unconditionally.
7052
7053 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7054
7055 * progmodes/compile.el (compilation-next-error-locus): Don't
7056 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
7057
7058 1999-01-31 Eli Zaretskii <eliz@gnu.org>
7059
7060 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
7061 and NLs before "charset", and allow the charset name be in double
7062 quotes.
7063
7064 1999-01-31 Richard Stallman <rms@gnu.org>
7065
7066 * imenu.el (imenu-sort-function): Fix custom type.
7067
7068 1999-01-30 Richard Stallman <rms@gnu.org>
7069
7070 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
7071 (speedbar-line-token): Likewise.
7072
7073 * play/gametree.el (gametree-default-score): Use defcustom.
7074 (gametree-score-regexp, gametree-score-closer): Likewise.
7075 (gametree-score-manual-flag, gametree-score-opener): Likewise.
7076
7077 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7078
7079 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
7080 decoding.
7081
7082 1999-01-29 Markus Rost <rost@gnu.org>
7083
7084 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
7085 tex-validate-buffer.
7086 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
7087 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
7088 now with recent occur-mode.
7089 (tex-validate-region): Really walk through all Sexps.
7090 (tex-region): Bind shell-dirtrack-verbose.
7091 (tex-file, tex-bibtex-file): Likewise.
7092
7093 1999-01-29 Dave Love <fx@gnu.org>
7094
7095 * finder.el: (finder-commentary): Fix interactive spec. Try
7096 appending .el to file name.
7097 (finder-find-library, finder-commentary): Doc fixes.
7098
7099 1999-01-29 Andrew Innes <andrewi@gnu.org>
7100
7101 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
7102 where the userid contains directory separators.
7103
7104 1999-01-29 Dave Love <fx@gnu.org>
7105
7106 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
7107 (lm-commentary): Doc fix.
7108
7109 1999-01-29 Andreas Schwab <schwab@gnu.org>
7110
7111 * files.el (file-expand-wildcards): Never consider `.' and `..' a
7112 wildcard match. Fix regexp that tests if dirpart contains
7113 wildcard characters.
7114
7115 1999-01-28 Richard Stallman <rms@gnu.org>
7116
7117 * font-lock.el (font-lock-default-unfontify-region):
7118 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
7119
7120 1999-01-27 Jason Rumney <jasonr@altavista.net>
7121
7122 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
7123 from FAMILY field.
7124 (w32-create-initial-fontsets): Do not use before-init-hook.
7125 (mouse-set-font): Document. Automatically create and use fontsets.
7126
7127 * dos-w32.el (direct-print-region-helper): Check for printer
7128 being t as well as a string.
7129
7130 1999-01-27 Kenichi Handa <handa@etl.go.jp>
7131
7132 * mail/rmail.el (rmail-decode-mime-charset): New variable.
7133 (rmail-mime-charset-pattern): New variable.
7134 (rmail-convert-to-babyl-format): Decode by MIME-charset if
7135 rmail-decode-mime-charset is non-nil.
7136
7137 1999-01-27 Ken'ichi Handa <handa@gnu.org>
7138
7139 * international/characters.el: Set category `q' for all characters
7140 in tibetan and tibetan-1-column.
7141
7142 1999-01-27 Andrew Innes <andrewi@gnu.org>
7143
7144 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
7145 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
7146
7147 1999-01-27 Dave Love <fx@gnu.org>
7148
7149 * international/mule-cmds.el (current-language-environment):
7150 Provide :link, :type (choices) and appropriate :get.
7151
7152 1999-01-27 Eli Zaretskii <eliz@gnu.org>
7153
7154 * startup.el (command-line): Set default eol-mnemonic-* strings to
7155 display end-of-line format in mode line.
7156
7157 * cus-start.el (all): Add eol-mnemonic-* variables.
7158
7159 1999-01-26 Dave Love <fx@gnu.org>
7160
7161 * startup.el (command-line-1): Up-date copyright.
7162
7163 * paths.el (Info-default-directory-list): Use configdir twice.
7164
7165 * info.el (Info-directory-list): Don't set path-separator now
7166 we're not shipped with Texinfo. Simplify path definition.
7167 Substitute all occurrences of instdir in Info-default-directory-list.
7168
7169 1999-01-25 Richard Stallman <rms@gnu.org>
7170
7171 * startup.el (normal-top-level-add-subdirs-to-load-path):
7172 Record the inode numbers of the dirs processed, to avoid loop.
7173
7174 * textmodes/tex-mode.el (tex-run-command): Doc fix.
7175
7176 1999-01-25 Dave Love <fx@gnu.org>
7177
7178 * browse-url.el (browse-url-netscape-program): Doc addition.
7179
7180 * help.el (help-make-xrefs): Default info references to an `(emacs)'
7181 prefix.
7182
7183 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
7184 auto-mode-alist.
7185
7186 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7187
7188 * calendar/diary-lib.el (mark-diary-entries): Use
7189 assoc-ignore-case and do not capitalize when matching month and
7190 day names.
7191
7192 * calendar/calendar.el (calendar-read-date): Ditto.
7193
7194 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7195 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7196
7197 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
7198
7199 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7200
7201 * calendar/cal-islam.el (calendar-goto-islamic-date)
7202 (mark-islamic-diary-entries): Ditto.
7203
7204 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
7205
7206 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
7207 (calendar-read-mayan-tzolkin-date): Ditto.
7208
7209 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
7210
7211 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
7212
7213 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
7214
7215 1999-01-25 Karl Heuer <kwzh@gnu.org>
7216
7217 * faces.el (list-faces-display): Multiline case of previous fix.
7218
7219 1999-01-25 Andreas Schwab <schwab@gnu.org>
7220
7221 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
7222
7223 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
7224
7225 * files.el (find-file): If find-file-noselect returns a list,
7226 do switch-to-buffer on each element.
7227 (find-file-other-window): Likewise for all but the first element.
7228 (find-file-other-frame): Same.
7229 (find-file-noselect): When we expand a wildcard, return a list
7230 of buffers.
7231
7232 1999-01-24 Eli Zaretskii <eliz@gnu.org>
7233
7234 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
7235 to set the appropriate cpNNN-dos coding system as the
7236 highest-priority coding system.
7237
7238 1999-01-23 Ken'ichi Handa <handa@gnu.org>
7239
7240 * international/fontset.el (generate-fontset-menu): Return a
7241 sorted list by plain names of fontsets.
7242
7243 * international/mule-diag.el (list-fontsets): Sort fontsets by
7244 plain names.
7245
7246 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
7247 FIRST is a composite character, decompose it at first.
7248
7249 1999-01-23 Dave Love <fx@gnu.org>
7250
7251 * format.el: Doc fixes.
7252 (format-encode-run-method): Have things happen in the right buffer.
7253 Deal with errors from method. Set coding-system-for-write.
7254 (format-decode-run-method): Have things happen in the right buffer.
7255 Deal with errors from method. Set coding-system-for-read.
7256 (format-alist): Use nil instead of unmatchable regexps.
7257
7258 * simple.el (shell-command-on-region): Return command's exit status.
7259
7260 1999-01-23 Eric Ludlam <zappo@gnu.org>
7261
7262 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
7263 of the file whose info we want to display.
7264 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
7265 (speedbar-add-mode-functions-list) Improve doc.
7266 (speedbar-line-token) New function.
7267 (speedbar-dired) Fix order of directories in -shown-directories.
7268 (speedbar-line-path): Default return is default-directory
7269 (speedbar-buffers-line-path): Return is dir name only.
7270 (speedbar-mode-functions-list): New variable.
7271 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
7272 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
7273 speedbar-files-item-info speedbar-buffers-item-info): New functions.
7274 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
7275 New functions.
7276 (speedbar-line-file): Broke out part that fetches file from a line.
7277 (speedbar-line-text): New function extracted from speedbar-line-file.
7278 (speedbar-line-path): Converted into a replaceable function.
7279 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
7280
7281 1999-01-23 Ken'ichi Handa <handa@gnu.org>
7282
7283 * international/fontset.el (create-fontset-from-x-resource): Make
7284 style variants.
7285
7286 1999-01-22 Dave Love <fx@gnu.org>
7287
7288 * paths.el (Info-default-directory-list): Put sysdir after start.
7289
7290 1999-01-22 Sam Steingold <sds@goems.com>
7291
7292 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
7293 a process associated with it.
7294
7295 1999-01-22 Jason Rumney <jasonr@altavista.net>
7296
7297 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
7298
7299 1999-01-22 Felix Lee <flee@cygnus.com>
7300
7301 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
7302 major-mode.
7303 (vc-annotate-mode): Delete variable.
7304
7305 1999-01-22 Andrew Innes <andrewi@gnu.org>
7306
7307 * startup.el (command-line): [windows-nt]: Check for existence of
7308 .emacs file so as to notice .emacs.el or .emacs.elc and use them
7309 in preference to _emacs.
7310
7311 1999-01-22 Dave Love <fx@gnu.org>
7312
7313 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
7314
7315 1999-01-20 Richard Stallman <rms@gnu.org>
7316
7317 * files.el (find-file-noselect): Do wildcard processing only
7318 if new arg WILDCARDS is non-nil.
7319 (find-file, find-file-other-window): New arg WILDCARDS.
7320 Default it to non-nil if interactive.
7321 (find-file-other-frame): Likewise.
7322 (find-file-read-only): Likewise.
7323 (find-file-read-only-other-window): Likewise.
7324 (find-file-read-only-other-frame): Likewise.
7325
7326 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
7327 (widget-plist-convert-option): Delete spurious comma.
7328
7329 1999-01-19 Jason Rumney <jasonr@altavista.net>
7330
7331 * term/w32-win.el (w32-standard-fontspec-spec): Change
7332 iso8859-5 to koi8-r. Add iso8859-9.
7333
7334 1999-01-19 Dave Love <fx@gnu.org>
7335
7336 * browse-url.el (browse-url-maybe-new-window): Delete macro and
7337 its uses.
7338
7339 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
7340 is active.
7341 (fortran-indent-subprogram): Likewise.
7342
7343 1999-01-19 Dave Love <d.love@dl.ac.uk>
7344
7345 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
7346
7347 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7348
7349 * wid-edit.el (alist): Use sexp as default key-type.
7350
7351 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7352
7353 * textmodes/tex-mode.el (tex-define-common-keys):
7354 Remove key binding of tex-feed-input.
7355 (tex-mode-map): Bind tex-feed-input here.
7356 (tex-start-shell): Use compilation-shell-minor-mode. Set
7357 comint-input-filter-functions before running tex-shell-hook.
7358 (tex-start-tex): Forget compilation errors.
7359 (tex-compilation-parse-errors): Rewritten to work also with
7360 compile-mouse-goto-error and compile-goto-error. Adjusted to
7361 change in tex-region.
7362 (tex-region): For the temp file use file-name without directory.
7363 (tex-file): Expand file name of tex-print-file.
7364
7365 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7366
7367 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
7368
7369 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
7370
7371 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
7372 beginning could cause Emacs to hang. Fixed.
7373
7374 1999-01-18 Ken'ichi Handa <handa@gnu.org>
7375
7376 * international/ccl.el (ccl-compile-translate-character): Handle
7377 the case that a tranlation table is CCL register correctly.
7378
7379 * international/mule-cmds.el (select-safe-coding-system):
7380 Hightlight at most 256 characters.
7381
7382 1999-01-18 Dave Love <fx@gnu.org>
7383
7384 * startup.el (command-line): If the init file changes operation to
7385 unibyte, make all buffers unibyte and re-set language environment.
7386
7387 * disp-table.el (standard-display-european): Make all existing
7388 buffers unibyte. Fix doc.
7389
7390 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
7391
7392 * wid-edit.el (coding-system): Define this unconditionally.
7393
7394 * simple.el (shell-command-on-region-default-error-buffer): New var.
7395 (shell-command-on-region): Use that variable as interactive
7396 value of ERROR-BUFFER argument.
7397
7398 1999-01-17 Sam Steingold <sds@goems.com>
7399
7400 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
7401
7402 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7403
7404 * progmodes/compile.el (compilation-goto-locus): If already in the
7405 compilation buffer's window, keep it in that window.
7406 (compile-mouse-goto-error): Add Doc. Don't play with windows.
7407 (compile-goto-error): Don't play with windows.
7408
7409 * textmodes/tex-mode.el (latex-run-command): Doc fix.
7410 (tex-command): Doc fix.
7411 (tex-compilation-parse-errors): Doc fix.
7412 (tex-generate-zap-file-name): Don't start the name with -.
7413 (tex-expand-files): Works now also with strings ending with ":".
7414
7415 1999-01-17 Ian T Zimmerman <itz@transbay.net>
7416
7417 Patch failed to install:
7418 * gametree.el: Document scoring functionality.
7419 (gametree-score-regexp): Add optional plus sign.
7420 (gametree-score-opener): Replace `:' with `=' as the former
7421 conflicts with gametree-half-ply-regexp.
7422 (gametree-transpose-following-leaves): Add.
7423 (gametree-insert-new-leaf): Make modifying commands barf in read
7424 only buffers.
7425 (gametree-break-line-here): Add a call to
7426 `gametree-transpose-following-leaves'. This maintains the
7427 necessary invariant that on each level all leaf children precede
7428 all nonleaf children. This has always been implied, but left to
7429 the user, and, unfortunately, undocumented.
7430
7431 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
7432
7433 * wid-edit.el (plist, alist): New widget types.
7434
7435 1999-01-17 Dave Love <fx@gnu.org>
7436
7437 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
7438 fix scope of condition-case therein.
7439
7440 1999-01-17 Andrew Innes <andrewi@gnu.org>
7441
7442 * dos-w32.el: (find-buffer-file-type-coding-system): Use
7443 default-buffer-file-coding-system when file doesn't exist (and
7444 isn't covered by a special case) instead of forcing undecided-dos
7445 against the user's wishes.
7446
7447 * dos-w32.el (direct-print-region-helper): New function based on
7448 direct-print-region-function; sends data to specified printer port
7449 without further translation. Recognize and handle specially the
7450 standard `print' and `nprint' programs, as well as `lpr' and
7451 similar programs. Only write directly to the printer port if no
7452 print program is specified. Work around a bug in Windows 9x
7453 affecting Win32 version of Emacs by invoking command.com to write
7454 to the printer port instead of writing directly.
7455 (direct-print-region-function): Use direct-print-region-helper to
7456 do most of the work.
7457 (direct-ps-print-region-function): New function; analogue of
7458 direct-print-region-function for ps-print.
7459 (ps-lpr-command): Comment out setq; leave as example usage.
7460 (ps-lpr-switches): Ditto.
7461
7462 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
7463 and MS-Windows.
7464 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
7465 DOS and Windows platforms, to indicate direct printing. Update
7466 the docstring accordingly.
7467
7468 * ps-print.el: (ps-printer-name): Update docstring about usage on
7469 MS-DOS and MS-Windows.
7470 (ps-lpr-command): Update docstring as for lpr-command.
7471 (ps-print-region-function): New variable.
7472 (ps-do-despool): Use it.
7473 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
7474 DOS/Windows.
7475
7476 * subr.el (subst-char-in-string): New function.
7477
7478 1999-01-17 Eli Zaretskii <eliz@gnu.org>
7479
7480 * international/codepage.el (cp852-decode-table): Fill a nil entry.
7481
7482 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
7483 (bdf-find-font-info): New function, looks for the first readable
7484 file from a list of alternatives.
7485 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
7486 instead of bdf-get-font-info.
7487 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
7488 to ps-mule-generate-bitmap-glyph.
7489
7490 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
7491 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
7492 now be a list of alternative names.
7493 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
7494 (ps-mule-prepare-font): Likewise.
7495
7496 * international/codepage.el (cp855-decode-table,
7497 cp850-decode-table): Fill some nil entries.
7498
7499 1999-01-16 Dave Love <fx@gnu.org>
7500
7501 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
7502 last change.
7503
7504 1999-01-15 Dave Love <fx@gnu.org>
7505
7506 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
7507 and change regexp for command names.
7508 (help-xref-go-back, function-called-at-point, symbol-file)
7509 (where-is): Doc fixes.
7510 (help-xref-go-back): Remove interactive spec.
7511 (describe-function-1): Fix message for alias. Buttomize alias
7512 name.
7513
7514 * simple.el (join-line): New alias.
7515
7516 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
7517
7518 * forms.el: (forms--show-record): Convert integers to string
7519 expicitly since concat will no longer accept integers.
7520 (forms-print): Use local `total-nb-records' since
7521 `forms--total-records' will be inaccessible after buffer switching.
7522
7523 1998-01-14 Felix Lee <flee@cygnus.com>
7524
7525 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
7526
7527 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7528
7529 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
7530
7531 1999-01-14 Eli Zaretskii <eliz@gnu.org>
7532
7533 * international/codepage.el (cp850-decode-table): Fix previous change.
7534
7535 1999-01-14 Simon Marshall <simon@gnu.org>
7536
7537 * shell.el (shell-dirtrack-verbose): New custom variable.
7538 (shell-dirstack-message): Use it.
7539
7540 1999-01-14 Kenichi Handa <handa@etl.go.jp>
7541
7542 * international/mule-conf.el: Coding system alias `dos' for
7543 `undecided-dos', `mac' for `undecided-mac'.
7544
7545 * international/mule-cmds.el (describe-language-environment):
7546 Don't alter input-method-alist.
7547
7548 1999-01-13 Eli Zaretskii <eliz@gnu.org>
7549
7550 * international/codepage.el (cp850-decode-table): Replace nil
7551 entries with codes of similary looking glyphs. (Suggested by
7552 Jason Rumney <jasonr@altavista.net>.)
7553
7554 1999-01-13 Dave Love <fx@gnu.org>
7555
7556 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
7557
7558 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
7559
7560 1999-01-12 Karl Heuer <kwzh@gnu.org>
7561
7562 * files.el (auto-save-hook): Defvar this.
7563
7564 1999-01-12 Alex Schroeder <asc@bsiag.com>
7565
7566 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
7567 faces, eliminating the need to load font-lock before loading sql.
7568 (sql-mode-oracle-font-lock-keywords): Likewise.
7569 (sql-mode-postgres-font-lock-keywords): Likewise.
7570
7571 1999-01-11 Dave Love <fx@gnu.org>
7572
7573 * cus-start.el: Add inhibit-eol-conversion.
7574
7575 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
7576 the values round.
7577
7578 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
7579
7580 * help.el (help-mode-finish): Renamed from help-mode-maybe.
7581 Don't switch to Help mode here.
7582 (temp-buffer-setup-hook): Use help-mode-finish.
7583 (help-mode-setup): New function.
7584 (temp-buffer-setup-hook): Use help-mode-setup.
7585
7586 * progmodes/sql.el: New file.
7587
7588 * files.el (auto-mode-alist): Add sql-mode.
7589
7590 * faces.el (list-faces-display): Improve the formatting
7591 by computing the maximum length required for any face-name.
7592
7593 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7594
7595 * progmodes/compile.el (compilation-shell-minor-mode): New function.
7596
7597 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
7598
7599 * term.el (term_send_home): Change the string to
7600 be the same as the one emitted by xterm and consistent with the
7601 ones emitted by prior and next.
7602 (term_send_end): Likewise.
7603
7604 1999-01-10 Dave Love <fx@gnu.org>
7605
7606 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
7607 bindings.
7608
7609 1999-01-10 Eli Zaretskii <eliz@gnu.org>
7610
7611 * international/codepage.el (codepage-setup): Doc fix.
7612 (cp-decoding-vector-for-codepage): Likewise.
7613
7614 1999-01-10 Markus Rost <rost@gnu.org>
7615
7616 * cus-edit.el (custom-save-delete): First scan the custom-file.
7617
7618 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
7619
7620 * international/iso-transl.el: Define a "function name" for
7621 each translation that isn't ASCII. Use these function names
7622 in iso-transl-char-map.
7623
7624 1999-01-08 Kenichi Handa <handa@etl.go.jp>
7625
7626 * international/mule-util.el (decompose-region): Do decomposition
7627 on temporary unibyte buffer.
7628
7629 * international/mule.el (make-char): Doc-string modified.
7630
7631 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7632
7633 * simple.el (comment-region): Delete spaces only if we
7634 deleted a comment starter.
7635
7636 1999-01-07 Dave Love <fx@gnu.org>
7637
7638 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7639
7640 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
7641 like eval-defun does.
7642
7643 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
7644
7645 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
7646 constructions. Doc fixes.
7647 (generic-create-generic-function): Use defalias, not fset.
7648
7649 * find-func.el: More doc fixes.
7650
7651 1999-01-06 Stephen Eglen <stephen@gnu.org>
7652
7653 * files.el (save-buffers-kill-emacs): Show the list of current
7654 processes before prompting to kill them and exit.
7655
7656 1999-01-06 Dave Love <fx@gnu.org>
7657
7658 * emacs-lisp/find-func.el: Doc fixes.
7659 (find-function-regexp): Extend for define-generic-mode,
7660 define-derived-mode, easy-mmode-define-minor-mode.
7661
7662 1999-01-06 Dave Love <fx@gnu.org>
7663
7664 * progmodes/fortran.el (fortran-window-create): Account for scroll
7665 bar width.
7666
7667 * browse-url.el: Require (noerror) w3-auto when compiling.
7668 (browse-url-maybe-new-window): Make it a macro and revert last
7669 change to callers.
7670 (browse-url-w3): Require w3 for w3-fetch-other-window.
7671
7672 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7673
7674 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
7675 argument.
7676
7677 1999-01-06 Simon Marshall <simon@gnu.org>
7678
7679 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
7680
7681 * font-lock.el (font-lock-default-fontify-buffer): When using
7682 with-temp-message, use nil rather than current-message.
7683
7684 * lazy-lock.el (lazy-lock-unstall):
7685 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
7686 rather than current-message.
7687
7688 * fast-lock.el (fast-lock-save-cache-1):
7689 (fast-lock-cache-data): When using with-temp-message, use nil rather
7690 than current-message.
7691
7692 1999-01-06 Eli Zaretskii <eliz@gnu.org>
7693
7694 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7695 the valid-codes property.
7696
7697 * international/mule-cmds.el (prefer-coding-system): Call
7698 set-coding-priority, so that the internal array of priorities is
7699 also updated.
7700
7701 * international/mule-util.el:
7702 (coding-system-change-eol-conversion,
7703 coding-system-change-text-conversion): Don't define here.
7704
7705 * international/mule-cmds.el: Define them here. Remove the
7706 autoload cookies.
7707
7708 1999-01-06 Andreas Schwab <schwab@gnu.org>
7709
7710 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
7711 if it was enabled before.
7712
7713 * view.el (View-revert-buffer-scroll-page-forward): Bind
7714 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
7715
7716 * files.el (recover-session): Preserve point when inserting
7717 explanation.
7718
7719 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
7720
7721 * cus-edit.el (custom-save-delete): Don't delete whitespace
7722 and comments before the sexp that is replaced.
7723
7724 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7725
7726 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
7727
7728 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
7729
7730 * vc.el (vc-dired-hook): Use the original value of
7731 dired-move-to-filename-regexp on lines that have not been
7732 reformatted yet.
7733 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
7734 file lines have already been reformatted.
7735
7736 1999-01-05 Dave Love <fx@gnu.org>
7737
7738 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
7739 buffer-local.
7740
7741 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
7742
7743 * progmodes/f90.el: Change of regular expressions for type to
7744 correct highlighting and identation. Some small fixes for
7745 compatibility with XEmacs.
7746
7747 1999-01-05 Stephen Eglen <stephen@gnu.org>
7748
7749 * mspools.el (mspools-vm-system-mail): Provide an alternative
7750 value based on rmail-spool-directory if $MAIL is not defined.
7751
7752 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
7753
7754 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
7755 (reftex-section-info): Handle negative section levels.
7756 (reftex-view-crossref-extra): New option.
7757 (reftex-view-crossref): Generalized to work in more places.
7758 (reftex-find-citation-regexp-format, reftex-find-reference-format,
7759 reftex-macros-with-labels, reftex-global-search-marker): New variables.
7760 (reftex-view-cite-locations-from-bibtex): New command.
7761 (reftex-view-regexp-match, reftex-global-search,
7762 reftex-global-search-continue): New functions.
7763 (reftex-extract-bib-entries): No error for non-existing BibTeX
7764 file, just a message.
7765 (reftex-extract-bib-entries): Better error handling.
7766 (reftex-select-with-char): Use `*RefTeX Select*' for selection
7767 help and force it on current frame.
7768 (reftex-default-bibliography): New function.
7769 (reftex-access-parse-file): Check consistency after loading a
7770 parse file. When inconsistent, enfore rescan.
7771 (reftex-check-parse-consistency): New function.
7772 (easy-menu-define): Options section drastically shortened.
7773
7774 1999-01-05 Kenichi Handa <handa@etl.go.jp>
7775
7776 * language/thai-util.el (thai-compose-string): New function.
7777
7778 1999-01-04 Inge Frick <inge@nada.kth.se>
7779
7780 * easymenu.el (easy-menu-define): Doc fix.
7781 (easy-menu-create-menu): New keyword :included.
7782 (easy-menu-do-add-item): New keyword :included. SUFFIX may
7783 be an expression, not only a string. Simulate style `button'.
7784 Use easy-menu-define-key-intern instead of easy-menu-define-key.
7785 (easy-menu-define-key-intern): New function.
7786 (easy-menu-add-item): Understand value returned from
7787 easy-menu-item-present-p and easy-menu-remove-item.
7788 (easy-menu-return-item): New function.
7789 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
7790
7791 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
7792
7793 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
7794 Use rmail-output-read-rmail-file-name to read the file name.
7795 Always call rmail-output-to-rmail-file noninteractively.
7796 When count > 1, do the loop here.
7797 Handle rmail-delete-after-output here.
7798 (rmail-summary-output): Similar changes.
7799
7800 * mail/rmailout.el: Provide `rmailout'.
7801 (rmail-output-read-rmail-file-name): New function.
7802 (rmail-output-to-rmail-file): Use that.
7803 (rmail-output-read-file-name): New function.
7804 (rmail-output): Use that.
7805
7806 * files.el (find-file-noselect): Let /: suppress wildcard matching.
7807 Error if wildcard matches no files.
7808
7809 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
7810
7811 * menu-bar.el (clipboard-yank): Doc fix.
7812
7813 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
7814
7815 1998-12-31 Markus Rost <rost@delysid.gnu.org>
7816
7817 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
7818
7819 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
7820
7821 * rmail.el (rmail-encode-string): Make sure mask value is
7822 positive; (emacs-pid) returns a negative number on Windows 9x
7823 which causes odd behaviour.
7824
7825 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
7826
7827 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
7828 and about w32-* variables unless on Windows/NT.
7829
7830 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
7831
7832 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
7833 if buffer is modified; ask about all modified buffers.
7834
7835 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7836
7837 * simple.el (what-cursor-position): Fix previous change.
7838
7839 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
7840
7841 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
7842 from paragraph-start.
7843
7844 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
7845
7846 * international/mule-cmds.el (prefer-coding-system): If the
7847 argument requires specific EOL conversion type, make the default
7848 coding systems use that.
7849
7850 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
7851
7852 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
7853 Use shell-command-on-region.
7854 (m4-start-m4, m4-end-m4): Functions deleted.
7855
7856 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
7857
7858 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
7859
7860 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7861
7862 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
7863 to compose-mail in the correct places and as a list.
7864
7865 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
7866
7867 * page-ext.el: Added mouse-selection feature for pages directory buffer.
7868 (pages-directory-map): Bind mouse-2
7869 (pages-copy-header-and-position): Put text property.
7870 (pages-directory-goto-with-mouse): New function.
7871
7872 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
7873
7874 * international/codepage.el (cp-make-coding-systems-for-codepage):
7875 Doc fix.
7876 (cp-coding-system-for-codepage-1): Likewise.
7877
7878 1998-12-29 Kenichi Handa <handa@etl.go.jp>
7879
7880 * language/thai-util.el (thai-post-read-conversion): Handle Thai
7881 composition sequence correctly here instead of calling
7882 thai-compose-region.
7883
7884 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
7885 newline in multibyte buffer, if previous or next character is a
7886 composite char, check the first component of the composite char.
7887
7888 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
7889
7890 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
7891 and track-mouse.
7892
7893 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7894
7895 * mail/sendmail.el (mail-yank-original): Remove text properties
7896 after insertion.
7897 (mail-yank-region): Barf if no mark is set in the message
7898 being replied to.
7899
7900 * help.el (function-called-at-point): First look for function at point.
7901
7902 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7903
7904 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
7905
7906 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7907
7908 * simple.el (what-cursor-position): Print character encoding also.
7909
7910 1998-12-26 Dave Love <fx@gnu.org>
7911
7912 * textmodes/flyspell.el: If local-maps work, don't put
7913 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
7914 in flyspell-mouse-map (only).
7915 (flyspell-use-local-map): New variable.
7916 Use a different mouse-2 binding in that case,
7917 and don't add to minor-mode-map-alist.
7918 (make-flyspell-overlay, flyspell-correct-word):
7919 Test flyspell-use-local-map.
7920
7921 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7922
7923 * files.el (file-expand-wildcards): Handle wildcards in directory name.
7924 Be careful about whether to return a relative file name,
7925 and if so, relative to what directory.
7926
7927 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
7928
7929 * emacs-lisp/easymenu.el (easy-menu-get-map):
7930 Change global map only if this menu exists in the global map already,
7931 and not in the local map.
7932 (easy-menu-do-add-item): Fix error message.
7933
7934 * foldout.el (foldout-inhibit-key-bindings):
7935 Avoid concatenating onto outline-minor-mode-prefix.
7936 Make a new keymap for that prefix, if it does not already have one.
7937
7938 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
7939
7940 * cperl-mode.el:
7941 Can use linear algorithm for indentation if Emacs supports it.
7942 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
7943 (cperl-after-block-p): Likewise.
7944 (cperl-after-block-and-statement-beg): Likewise.
7945 (cperl-after-block-p): After END/BEGIN we are a block.
7946 (cperl-after-expr-p): Skip labels when checking
7947 (cperl-indent-region): Make a marker for END - text added/removed.
7948 Disable hooks during the call (how to call them later?).
7949 Now indents 820-line-long function in 6.5 sec (including
7950 syntaxification) the first time (when buffer has few
7951 properties), 7.1 sec the second time.
7952 (cperl-indent-region): Do not indent whitespace lines
7953 (cperl-style-alist)
7954 Include `cperl-merge-trailing-else' where the value is clear.
7955 (cperl-styles-entries): Likewise.
7956 (cperl-problems): Improvements to docs.
7957 (cperl-tips): Likewise.
7958 (cperl-non-problems): Likewise.
7959 (cperl-mode): Make lazy syntaxification possible.
7960 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
7961 `font-lock-unfontify-region-function' was set to a wrong function.
7962
7963 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
7964 restart syntaxification. Changed so that -d ?foo? is a RE. Do
7965 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
7966 but 1<<6 was considered as HERE-doc.
7967 <file/glob> made into a string.
7968 Postpone addition of faces after syntactic step.
7969 Recognition of <FH> was wrong.
7970 Highlight `gem' in s///gem as a keyword. `qr' recognized.
7971 Knows that split// is null-RE.
7972 Highlights separators in 3-parts expressions as labels.
7973 <> was considered as a glob.
7974 Would err if the last line is `=head1'.
7975 $a-1 ? foo : bar; was a considered a regexp.
7976 `<< (' was considered a start of HERE-doc.
7977 mark qq[]-etc sections as syntax-type=string
7978 Was not processing sub protos after a comment ine.
7979 Was treating $a++ <= 5 as a glob.
7980 Tolerate unfinished REx at end-of-buffer.
7981 `unwind-protect' was left commented.
7982 / and ? after : start a REx.
7983
7984 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
7985 Better default, customizes to `message' too, off in text-mode.
7986
7987 (cperl-array-face): Renamed from `font-lock-emphasized-face',
7988 `defface'd.
7989 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
7990 `defface'd.
7991 (cperl-emacs-can-parse): New state variable.
7992 (cperl-indent-line): Corrected to use global state.
7993 (cperl-calculate-indent): Likewise.
7994 (cperl-fix-line-spacing): Likewise (not used yet).
7995 (cperl-calculate-indent): Did not consider `,' as
7996 continuation mark for statements.
7997 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
7998 Remove another parse-data optimization at toplevel: would
7999 indent correctly.
8000 Correct for labels when calculating indentation of continuations.
8001 Docstring updated.
8002 (cperl-choose-color): Converted to a function (to be
8003 compilable in text-mode).
8004 (cperl-dark-background): Disable without window-system.
8005 Do `defface' only if window-system.
8006 (cperl-fix-line-spacing): Sped up to bail out early.
8007 (x-color-defined-p): Was not compiling on XEmacs
8008 Was defmacro'ed with a tick. Remove another def.
8009 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
8010 (cperl-unwind-to-safe): New function.
8011 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
8012 (cperl-fontify-syntaxically): Unwinds start and end to go out of
8013 long strings (not very successful).
8014 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
8015 Highlight the starting // in s//foo/ as function-name.
8016 Emit a meaningful error instead of a cryptic one for an
8017 uncomplete REx near end-of-buffer.
8018
8019 (cperl-electric-keyword): `qr' recognized.
8020 (cperl-electric-else): Likewise
8021 (cperl-to-comment-or-eol): Likewise
8022 (cperl-make-regexp-x): Likewise
8023 (cperl-init-faces): Likewise, and `lock' (as overridable?).
8024 Corrected to use new macros;
8025 `if' for copying `reference-face' to `constant-face' was backward.
8026 remove init `font-lock-other-emphasized-face',
8027 `font-lock-emphasized-face', `font-lock-keyword-face'.
8028 Interpolate `cperl-invalid-face'.
8029 (cperl-make-regexp-x): Misprint in a message.
8030 (cperl-syntaxify-unwind): New configuration variable
8031 (cperl-fontify-m-as-s): New configuration variable
8032 (cperl-electric-pod): Check for after-expr was performed
8033 inside of POD too.
8034 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
8035 (cperl-clobber-mode-lists): New configuration variable.
8036 (cperl-not-bad-style-regexp): Updated.
8037 Init: `cperl-is-face' was busted.
8038 (cperl-make-face): New macros.
8039 (cperl-force-face): New macros.
8040 (font-lock-other-type-face): Done via `defface' too.
8041 (cperl-nonoverridable-face): New face. Renamed from
8042 `font-lock-other-type-face'.
8043 (cperl-init-faces-weak): Use `cperl-force-face'.
8044 (cperl-comment-indent): Commenting __END__ was not working.
8045 (cperl-indent-for-comment): Likewise.
8046 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
8047 When removing old TAGS info was not relativizing filename.
8048 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
8049 Another try to work around XEmacs problems. Better progress messages.
8050 (toplevel): Require custom unprotected => failure on 19.28.
8051 (cperl-xemacs-p): Defined when compile too
8052 (cperl-find-tags): Was writing line/pos in a wrong order,
8053 pos off by 1 and not at beg-of-line.
8054 (cperl-etags-snarf-tag): New macro
8055 (cperl-etags-goto-tag-location): New macro
8056 (cperl-version): New variable. New menu entry
8057 random docstrings: References to "future" 20.3 removed.
8058 Menu was described as `CPerl' instead of `Perl'
8059 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
8060 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
8061 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
8062 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
8063 `font-lock-reference-face', `font-lock-keyword-face'.
8064 Use `eval-after-load'.
8065 Remove not-CPerl-related faces.
8066 (cperl-tips-faces): New variable and an entry into Mini-docs.
8067 (cperl-indent-exp): Was not processing else-blocks.
8068 (cperl-get-state): NOP line removed.
8069 (cperl-ps-print): New function and menu entry.
8070 (cperl-ps-print-face-properties): New configuration variable.
8071 (cperl-invalid-face): New configuration variable.
8072 (perl-font-lock-keywords): Highlight trailing whitespace
8073 (cperl-contract-levels): Documentation corrected.
8074 (cperl-contract-level): Likewise.
8075 (cperl-ps-extend-face-list): New macro.
8076 (cperl-invalid-face): Change to ''underline.
8077
8078 1998-12-25 Markus Rost <rost@delysid.gnu.org>
8079
8080 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
8081 for read-file-name.
8082 (rmail-output-to-rmail-file): Likewise.
8083
8084 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
8085
8086 * emacs-lisp/easymenu.el (easy-menu-get-map):
8087 If MENU is nil, use global menu-bar map.
8088 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
8089 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
8090
8091 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8092
8093 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
8094
8095 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8096
8097 * ps-print.el (ps-print-version): New version number (4.1.3).
8098
8099 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
8100
8101 * international/mule-cmds.el: Use make-sparse-keymap instead of
8102 define-prefix-key when defining MULE menu items.
8103
8104 * info.el (Info-node-at-bob-matching): New function.
8105 (Info-find-node, Info-build-node-completions): Call it.
8106
8107 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
8108
8109 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
8110 when this is an autoloaded keymap.
8111
8112 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
8113
8114 * international/codepage.el (cp-coding-system-for-codepage-1):
8115 Create separate encoders and decoders, for DOS and Unix. Make the
8116 usual family of 3 coding systems, so that automatic detection of
8117 EOL type works.
8118 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
8119 Unix-specific symbols here, and don't call
8120 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
8121 Handa <handa@etl.go.jp>.)
8122
8123 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
8124
8125 * term/internal.el (IT-character-translations): New variable, an
8126 alist used to display characters for which there's no glyphs in
8127 the current codepage.
8128 (IT-display-table-setup): New function, sets up the DOS terminal
8129 for a given codepage.
8130 (dos-codepage-setup): New function, sets up the MULE environment
8131 for the current value of dos-codepage.
8132 (top-level if): In the multibyte mode, turn on
8133 unibyte-display-via-language-environment. In the unibyte mode,
8134 set up the special syntax tables to map lower- to upper case and
8135 back.
8136
8137 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
8138
8139 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
8140 (speedbar-frame-plist) Remove useless comments.
8141 (speedbar-frame-mode) Do not specify height if it is in the param list.
8142 Use default y position w/out changing it.
8143 If default x position is a list, keep, calculate the non-list X
8144 value when devining an initial position.
8145 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
8146 (speedbar-tag-group-name-minimum-length): New variable.
8147 (speedbar-frame-parameter): New compatibility function.
8148 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
8149 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
8150 groups to keep things in the right order, and to help with some
8151 naming conventions.
8152 (speedbar-create-tag-hierarchy): Enable buffer local version of
8153 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
8154 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
8155 the case, derive it from the cursor location in speedbar.
8156
8157 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
8158
8159 * international/mule-cmds.el (set-language-environment): On MS-DOS
8160 terminals, install DOS-specific nonascii-translation-table if the
8161 language info doesn't specify one. Pass the default eol-type to
8162 set-language-environment-coding-systems.
8163 (set-default-coding-systems): Copy the eol-type property for the
8164 new default values of {buffer-file,process}-coding-system from the
8165 old defaults.
8166 (set-language-environment-coding-systems): Accept an optional
8167 argument EOL-TYPE, and set the eol-type property of the default
8168 coding systems accordingly.
8169 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
8170 (set-keyboard-coding-system): Likewise.
8171 (set-default-coding-systems): Don't set
8172 default-terminal-coding-system on MS-DOS to anything but nil.
8173 (prefer-coding-system): Describe in the doc string that
8174 default-terminal-coding-system is not changed on MS-DOS.
8175 (set-language-environment): For MS-DOS, set standard syntax table
8176 and display table for all characters with code above 127.
8177 (standard-display-european-internal): For MS-DOS, pass all
8178 characters with code above 127 directly to the terminal, and don't
8179 remap characters 160 and 146 in the unibyte case.
8180
8181 * international/codepage.el: New file.
8182
8183 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8184
8185 * diary-lib.el (diary-float): Fix end-of-year error and typos in
8186 comments.
8187
8188 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
8189
8190 * map-ynp.el (map-y-or-n-p): Ignore input methods.
8191
8192 * subr.el (read-passwd): Likewise.
8193
8194 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
8195
8196 * info.el (Info-find-node): Add 1 to the position read from the
8197 tag table. Don't fail if the node delimiter ^_ is the first
8198 character in the file.
8199 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
8200 first character in the file.
8201 (Info-read-subfile): Likewise.
8202 (Info-select-node): Likewise.
8203 (Info-build-node-completions): Likewise.
8204
8205 1998-12-16 Richard Stallman <rms@gnu.org>
8206
8207 * term/x-win.el (x-cut-buffer-or-selection-value):
8208 If clipboard is enabled, try it before PRIMARY selection.
8209
8210 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8211
8212 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
8213 insert c-cedilla and C-cedilla respectively, like in latin-1.
8214
8215 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
8216
8217 * language/hebrew.el: Don't use sublists in the flags argument
8218 passed to make-coding-system.
8219
8220 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8221
8222 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
8223 list of character sets found by find-charset-region.
8224
8225 * ps-mule.el: Always require ps-print. Move some function
8226 definitions for Emacs 20.2 and the earlier to ps-print.el.
8227 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
8228
8229 * ps-print.el: Define several functions for Emacs 20.2 and the
8230 earlier version.
8231 (ps-printer-name): Check if printer-name is bound.
8232
8233 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8234
8235 * ps-mule.el: Programming uniformization and little code improvement.
8236 (ps-mule-prepare-font): Programming uniformization.
8237 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
8238 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
8239
8240 * ps-bdf.el: Programming uniformization and little code improvement.
8241 (bdf-search-and-read): New fun.
8242 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
8243 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
8244 (bdf-info-relative-compose, bdf-info-baseline-offset)
8245 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
8246 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
8247 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
8248 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
8249 improvement.
8250
8251 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8252
8253 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
8254 and mule related code extraction. Autoload ps-mule funs.
8255
8256 * ps-mule.el: Doc fix. Require ps-print only when compiled.
8257 (ps-mule-prologue-generated): New fun.
8258 (ps-mule-plot-string): Add autoload cookie.
8259 (ps-mule-begin-job): Call ps-mule-prologue-generated.
8260
8261 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8262
8263 * ps-bdf.el: Require ps-mule instead of ps-print.
8264 (bdf-directory-list): Add autoload cookie.
8265
8266 * ps-mule.el: New file. Mule related code extracted from
8267 ps-print.el. Require ps-print, provide ps-mule.
8268 (ps-multibyte-buffer): Add autoload cookie.
8269 (ps-mule-prepare-ascii-font): New fun.
8270 (ps-mule-set-ascii-font): New fun.
8271 (ps-mule-skip-same-charset): Fun deleted.
8272 (ps-mule-plot-string): Set ps-mule-current-charset.
8273 (ps-mule-initialize): Add autload cookie. Don't set
8274 ps-mule-font-info-database here.
8275 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
8276 ps-mule-font-info-database and ps-control-or-escape-regexp.
8277 (ps-mule-begin-page): New fun.
8278
8279 * ps-print.el: Mule related code moved to ps-mule.el.
8280 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
8281 check ps-mule-charset-list.
8282 (ps-begin-page): Don't set ps-mule-current-charset, instead call
8283 ps-mule-begin-page.
8284 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
8285 (ps-plot-region): Don't set ps-mule-current-charset, instead call
8286 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
8287 instead skip same charsets by itself.
8288 (ps-generate): Call ps-mule-initialize of needs-begin-file is
8289 non-nil. Call ps-mule-begin-job.
8290
8291 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8292
8293 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
8294 instead of bdf.
8295
8296 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
8297 (ps-mule-external-libraries): New element FEATURE.
8298 (ps-mule-init-external-library): Ajusted for the above change.
8299 (ps-mule-generate-font): Likewise.
8300 (ps-mule-generate-glyphs): Likewise.
8301 (ps-mule-prepare-font): Likewise.
8302 (ps-mule-initialize): Likewise.
8303 (ps-begin-file): Superfluous tailing parenthesis deleted.
8304
8305 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8306
8307 * international/fontset.el (x-decompose-font-name): If PATTERN
8308 doesn't have any wild cards, return a vector made from a name that
8309 is found by x-resolve-font-name found. Comments added.
8310
8311 * international/mule-cmds.el (find-coding-systems-for-charsets):
8312 Handle the case of unknown charset.
8313 (find-multibyte-characters): If invalid multibyte characters are
8314 found, return the corresponding strings instead of character
8315 codes.
8316 (find-multibyte-characters): Adjusted for the above change.
8317 (select-safe-coding-system): For a unibyte buffer, always returns
8318 DEFAULT-CODING-SYSTEM.
8319 (get-charset-property): Fix previous change. Make it a function.
8320 (put-charset-property): Make it a function.
8321
8322 * international/mule.el (make-coding-system): Set mime-charset
8323 property of *-with-esc coding system to nil.
8324
8325 * international/quail.el (quail-point-in-conversion-region): New
8326 function.
8327 (quail-conversion-backward-delete-char): When a key sequence is
8328 being translated, call quail-delete-last-char.
8329
8330 * language/devan-util.el
8331 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
8332 handle devanagari-decomposition-rules.
8333
8334 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
8335
8336 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
8337 tex-start-options-string to empty string.
8338 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
8339
8340 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
8341
8342 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
8343 5xx responses are already handled properly).
8344
8345 1998-12-13 Richard Stallman <rms@gnu.org>
8346
8347 * progmodes/compile.el (compilation-error-regexp-alist): Insist
8348 on a non-digit in the file name.
8349
8350 * simple.el (comment-region): Handle comment-padding
8351 separately for insertion and for deletion, in the right way for each.
8352
8353 1998-12-13 Felix Lee <flee@cygnus.com>
8354
8355 * progmodes/compile.el (compilation-error-regexp-alist): Fix
8356 regexp to match "ChangeLog:1:1998-12-09 ..."
8357
8358 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
8359
8360 * cus-start.el (dos-unsupported-char-glyph): Add.
8361
8362 1998-12-11 Dave Love <fx@gnu.org>
8363
8364 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
8365 forward-sexp in condition-case.
8366
8367 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8368 Remove unnecessary test on `library' for explicit file name.
8369 Widen scope of save-match-data.
8370
8371 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
8372
8373 * international/mule.el (load-with-code-conversion): If the loaded
8374 file was inserted with no-conversion or raw-text coding system,
8375 make the buffer unibyte.
8376
8377 1998-12-09 Richard Stallman <rms@gnu.org>
8378
8379 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8380 Get rid of nested loops.
8381
8382 * mouse.el (mouse-drag-vertical-line):
8383 If WHICH-SIDE is not `right', then scroll bars are on the left.
8384
8385 * loadhist.el (load-history-loaded): defvar moved to help.el.
8386
8387 * help.el (symbol-file-load-history-loaded): Variable renamed,
8388 and defvar moved from loadhist.el.
8389 (symbol-file): Renamed from describe-function-find-file.
8390 Load fns-VERSION.el here.
8391 (describe-variable, describe-function-1): Use symbol-file.
8392
8393 * textmodes/tex-mode.el (tex-generate-zap-file-name):
8394 Don't start the name with #.
8395
8396 * ispell.el: Take out the eval-when's.
8397
8398 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
8399
8400 * dirtrack.el (dirtrack-directory-change-hook): New hook.
8401 (dirtrack): Run it. Make debug message more verbose.
8402
8403 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
8404
8405 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
8406 name of the abbrev table, and provide support for XEmacs.
8407 (octave-xemacs-p): New variable.
8408
8409 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8410
8411 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
8412 exit, when mail-interactive is nil.
8413
8414 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
8415
8416 * files.el (after-find-file): Message fix.
8417
8418 1998-12-09 Ken Stevens <stevens@kdstevens.com>
8419
8420 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
8421
8422 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
8423
8424 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
8425 filenames using backslashes.
8426
8427 1998-12-09 Dave Love <fx@gnu.org>
8428
8429 * browse-url.el (browse-url-mail): Call compose-mail-other-window
8430 with correct number of args.
8431 (browse-url-maybe-new-window): New arg. Callers changed.
8432
8433 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
8434 comment.
8435
8436 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
8437
8438 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
8439
8440 1998-12-08 Markus Rost <rost@delysid.gnu.org>
8441
8442 * vc.el (vc-rcs-release): Fix Type.
8443 (vc-sccs-release): Fix Type.
8444 (vc-cvs-release): Fix Type.
8445
8446 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
8447 arg work right.
8448
8449 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
8450 output of last undeleted message.
8451
8452 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
8453
8454 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
8455 (buffer-undo-list) [windows-nt]: Use different relative path.
8456
8457 1998-12-07 Simon Marshall <simon@gnu.org>
8458
8459 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
8460
8461 1998-12-05 Markus Rost <rost@delysid.gnu.org>
8462
8463 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
8464
8465 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
8466
8467 1998-12-04 Markus Rost <rost@delysid.gnu.org>
8468
8469 * info.el (Info-menu): Don't return error if point is between menu
8470 header and first menu item.
8471
8472 1998-12-04 Dave Love <fx@gnu.org>
8473
8474 * help.el (describe-function-1): Fix description for alias.
8475
8476 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
8477
8478 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
8479 specifications from summary line.
8480
8481 * rect.el (delete-whitespace-rectangle): Mark for autoload.
8482 (close-rectangle): Define alias only once in loaddefs.el.
8483
8484 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
8485
8486 * term/internal.el: Remove code which sets up a special syntax
8487 table for non-ASCII characters.
8488
8489 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
8490
8491 * dos-w32.el (direct-print-region-function): Try to ensure that
8492 printer-name is expanded to a file name on a local drive;
8493 sometimes printing a file loaded from a network volume fails.
8494 (direct-print-region-function): Add a function to
8495 write-region-annotate-functions to append a formfeed character to
8496 the region being printed, if the region doesn't end with a
8497 formfeed already. This avoids creating a second print job
8498 containing a blank page when print spooling is enabled on Windows.
8499
8500 1998-12-02 Dave Love <fx@gnu.org>
8501
8502 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
8503 `Info-goto-node'.
8504
8505 1998-12-02 Richard Stallman <rms@gnu.org>
8506
8507 * help.el (temp-buffer-resize-mode): Doc fix.
8508
8509 * cus-edit.el (custom-save-delete): Save point before
8510 reading a sexp, rather than backing up.
8511
8512 * international/iso-transl.el: Fix previous change.
8513
8514 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
8515
8516 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
8517 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
8518 Added defvars to suppress compilation warnings.
8519
8520 1998-11-30 Ken Stevens <k.stevens@ieee.org>
8521
8522 * ispell.el: Improved and fixed customize for variables:
8523 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
8524 ispell-dictionary-alist, ispell-skip-sgml.
8525 Improved and fixed comments in variables and messages for
8526 functions: ispell-help-in-bufferp, ispell-local-dictionary,
8527 ispell-menu-map, ispell-checking-message, ispell-parser,
8528 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
8529 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
8530 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
8531 ispell-message-text-end, ispell-add-per-file-word-list.
8532 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
8533 system is now required for all languages. Casechars improved for
8534 castellano, castellano8, and norsk dictionaries. Dictionary
8535 norsk7-tex added. Dictionary polish added.
8536 (ispell-dictionary-alist): Redefined at load-time to support
8537 dictionary changes.
8538 (ispell-menu-map): Redefined at load-time to support menu changes.
8539 (ispell-check-version): New alias for `check-ispell-version'.
8540 (ispell-parse-output): Fixed matching for ispell error messages.
8541 Correctly returns spelling suggestions in order generated by ispell
8542 process.
8543 (check-ispell-version): Ensure `case-fold-search' doesn't get
8544 redefined.
8545 (ispell-complete-word): Ensure `case-fold-search' doesn't get
8546 redefined. Fix bug that didn't respect case of word being completed.
8547 (ispell-init-process): Set process coding system to be compatible
8548 with emacs processes and the ispell process.
8549 (ispell-kill-ispell): Ensures ispell process has terminated before
8550 starting new process. This can otherwise confuse process filters
8551 and hang the ispell process.
8552 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
8553 skipping support for sgml.
8554 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
8555 which could cause `ispell-complete-word' to hang.
8556 (ispell-message): Improved message reference matching. Ensure
8557 `case-fold-search' doesn't get redefined.
8558 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
8559 get redefined. Fixed bug in returning to nroff mode from tex mode.
8560 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
8561 get redefined.
8562
8563 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8564
8565 * textmodes/flyspell.el (flyspell-check-word-p):
8566 Don't delay inside a kbd macro.
8567
8568 * subr.el (make-local-hook): Return the hook variable.
8569
8570 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8571
8572 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
8573 Use a timer instead of post-command-hook.
8574 (hscroll-timer): New variable.
8575
8576 1998-11-30 Dave Love <fx@gnu.org>
8577
8578 * help.el (help-xref-button): Do nothing if text already has the
8579 help-xref property.
8580 (describe-variable): Revert previous change to hyperlink to source.
8581
8582 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
8583
8584 * bindings.el (features): Add `base64' to this list.
8585
8586 * loadhist.el (symbol-file): Doc fix.
8587
8588 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
8589
8590 * files.el (hack-one-local-variable): Cope with non-file buffers.
8591
8592 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
8593
8594 * help.el (describe-mode): Put major mode first.
8595
8596 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
8597 to support special-display and same-window features.
8598
8599 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
8600
8601 * simple.el (transpose-subr, transpose-subr-1): Rename variables
8602 bound in one function and used in the other.
8603 (transpose-subr-start1, transpose-subr-start2): Add defvars.
8604 (transpose-subr-end1, transpose-subr-end2): Add defvars.
8605
8606 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
8607
8608 * autoinsert.el (auto-insert-alist): Use user-mail-address.
8609
8610 1998-11-26 Kenichi Handa <handa@etl.go.jp>
8611
8612 * international/ccl.el (ccl-dump-translate-character-const-tbl):
8613 Give format correct control string.
8614
8615 * international/mule.el (define-translation-table): Fix bug of
8616 setting incorrect translation-table-id. If the first element of
8617 ARGS is a translation table, just register it.
8618
8619 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
8620 property.
8621
8622 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
8623
8624 * thingatpt.el (thing-at-point-url-at-point): Don't use current
8625 syntax table to determine what is whitespace.
8626
8627 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
8628
8629 * frame.el (frame-parameter): Doc fix.
8630
8631 * textmodes/tex-mode.el (tex-feed-input): New function.
8632 (tex-define-common-keys): Add binding for C-c C-m.
8633
8634 1998-11-23 Dave Love <fx@gnu.org>
8635
8636 * progmodes/fortran.el: Various minor doc fixes.
8637 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
8638 (fortran-with-subprogram-narrowing): New macro.
8639 (fortran-check-for-matching-do): Use it.
8640 (fortran-end-do): Use fortran-check-end-prog-re.
8641 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
8642 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
8643
8644 1998-11-23 Simon Marshall <simon@gnu.org>
8645
8646 * font-lock.el (font-lock-defaults): Doc fix.
8647 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
8648 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
8649
8650 * lazy-lock.el (lazy-lock-unstall):
8651 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
8652
8653 * fast-lock.el (fast-lock-save-cache-1):
8654 (fast-lock-cache-data): Rewritten to use with-temp-message.
8655
8656 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
8657
8658 * mail/rmail.el (rmail-set-message-counters-counter): Detect
8659 messages that have been added with DOS line endings and convert
8660 the line endings for such messages.
8661
8662 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8663
8664 * help.el: Add resizing of temporary buffers.
8665 (temp-buffer-resize-mode): New command and variable.
8666 (temp-buffer-max-height): New variable.
8667 (resize-temp-buffer-window): New function.
8668
8669 * window.el (window-buffer-height): New function, split from
8670 shrink-window-if-larger-than-buffer.
8671 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
8672
8673 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
8674
8675 * frame.el (initial-frame-alist): Add defcustom.
8676
8677 * shell.el (shell-prompt-pattern): Add defcustom.
8678
8679 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8680
8681 * message.el (message-ignored-supersedes-headers): Remove
8682 NNTP-Posting-Date.
8683
8684 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
8685
8686 * help.el (describe-mode): Don't avoid loop indirecting thru
8687 value of INDICATOR.
8688
8689 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
8690
8691 * help.el (describe-variable): Allow any variable with a defcustom,
8692 even if it is not a user variable.
8693
8694 * mail/rmail.el (mail-unsent-separator): Additional alternative.
8695
8696 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
8697
8698 * gnus/nntp.el (nntp-request-group): Allow for failures when
8699 requesting a new group.
8700
8701 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8702
8703 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
8704
8705 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8706
8707 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
8708
8709 1998-11-19 Simon Marshall <simon@gnu.org>
8710
8711 * subr.el (with-temp-message): New macro.
8712
8713 * emacs-lisp/lisp-mode.el (with-temp-message):
8714 Add lisp-indent-function property.
8715
8716 1998-11-18 Dave Love <fx@gnu.org>
8717
8718 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
8719
8720 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
8721
8722 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
8723 This is not obsolete.
8724
8725 1998-11-18 Kenichi Handa <handa@etl.go.jp>
8726
8727 * textmodes/picture.el: Make a new map by make-keymap.
8728 (picture-desired-column): New variable.
8729 (picture-update-desired-column): New function.
8730 (picture-beginning-of-line): Set picture-desired-column to 0.
8731 (picture-end-of-line): Set picture-desired-column to the current
8732 column.
8733 (picture-forward-column): Pay attention to multi-column character.
8734 (picture-backward-column): Likewise.
8735 (picture-move-down): Likewise.
8736 (picture-move-up): Likewise.
8737 (picture-movement-nw): With prefix arg, move twice columns.
8738 (picture-movement-ne): Likewise.
8739 (picture-movement-sw): Likewise.
8740 (picture-movement-se): Likewise.
8741 (picture-set-motion): Handle two-column movements.
8742 (picture-move): Call picture-move-down or picture-forward-column
8743 only when necessary.
8744 (picture-insert): Pay attention to picture-desired-column.
8745 (picture-self-insert): Likewise.
8746 (picture-clear-column): Pay attention to multi-column character.
8747 (picture-mode): Modify doc-string for two-column movement.
8748
8749 * rect.el (move-to-column-force): New function.
8750 (operate-on-rectangle): If coerce-tabs is non-nil, call
8751 move-to-column-force instead of move-to-column.
8752 (insert-rectangle): Call move-to-column-force instead of
8753 move-to-column.
8754 (open-rectangle-line): If begextra is not zero, call
8755 move-to-column-force.
8756
8757
8758 1998-11-16 Dave Love <fx@gnu.org>
8759
8760 * textmodes/sgml-mode.el Require skeleton when compiling.
8761 (sgml-font-lock-keywords-1): Accept single-letter tags.
8762 (v2): Defvar free variable.
8763
8764 1998-11-16 Sam Steingold <sds@goems.com>
8765
8766 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
8767 macro, not ELisp one.
8768
8769 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8770
8771 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
8772 characters to symbol.
8773
8774 * language/japan-util.el (japanese-zenkaku-region): New optional
8775 arg KATAKANA-ONLY.
8776
8777 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8778
8779 * international/mule.el
8780 (after-insert-file-set-buffer-file-coding-system): If the buffer
8781 is changed to unibyte, return inserted bytes.
8782
8783 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
8784 and link names if necessary.
8785 (tar-header-block-summarize): Handle the case that file or link
8786 names are multibyte.
8787 (tar-summarize-buffer): At first set the current buffer unibyte,
8788 then if there are multibyte file names, change it to multibyte.
8789 (tar-mode): Get char position from tar-header-offset.
8790 (tar-extract): Avoid multibyte<->unibyte conversion in
8791 insert-buffer-subsring by setting both buffers unibyte
8792 temporarily.
8793 (tar-copy): Set the buffer unibyte while doing a work. Write
8794 without code conversion.
8795 (tar-expunge): Set the buffer unibyte while doing a work.
8796 (tar-alter-one-field): Likewise.
8797 (tar-clear-modification-flags): Compare byte position with
8798 tar-header-offset.
8799 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
8800 insert-buffer-subsring by setting both buffers unibyte
8801 temporarily. Pay attention to multibyteness while updating the
8802 descriptor-line.
8803 (tar-mode-write-file): Write without code conversion.
8804
8805 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8806
8807 * nngateway.el: Require cl.
8808
8809 1998-11-15 Dave Love <fx@gnu.org>
8810
8811 * progmodes/fortran.el: Fix previous change:
8812 (fortran-end-prog-re1): Changed.
8813 (fortran-check-end-prog-re): New function.
8814 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
8815
8816 1998-11-13 Tom Breton <tob@world.std.com>
8817
8818 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
8819 GNU Emacs.
8820
8821 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
8822
8823 * textmodes/reftex.el: (reftex-finding-files): Group documentation
8824 fixed.
8825 (reftex-toc-toggle-file-boundary,
8826 reftex-toc-toggle-labels,
8827 reftex-toc-toggle-context,reftex-find-start-point): New functions.
8828 (reftex-toc-include-labels, reftex-toc-include-context,
8829 reftex-toc-include-file-boundaries,
8830 reftex-toc-keep-other-windows): New options.
8831 (reftex-use-text-after-label-as-context): Option removed.
8832 (reftex-extract-bib-entries): Protect use in non-latex
8833 buffers.
8834 (reftex-toc-visit-location): Renamed from
8835 `reftex-toc-visit-line'.
8836 (reftex-latin1-to-ascii): Works now with and without Mule.
8837 (reftex-truncate): Removed special stuff for Emacs 20.2.
8838 (reftex-get-offset): Made more general.
8839 (reftex-show-label-location): Renamed from
8840 `reftex-select-label-callback'.
8841 (reftex-pop-to-label): Function removed (using
8842 `reftex-show-label-location' instead.
8843 (reftex-insert-docstruct): Renamed from
8844 `reftex-make-and-insert-label-list'. Function args changed.
8845 (reftex-toc): Now uses `reftex-insert-docstruct' and
8846 `reftex-find-start-point'.
8847 (reftex-select-item): Use `reftex-find-start-point'.
8848 (reftex-toc-visit-line): Can display labels and file
8849 boundaries.
8850 (reftex-TeX-master-file): `(TeX-master-file)' protected.
8851
8852 1998-11-12 Sam Steingold <sds@goems.com>
8853
8854 * browse-url.el (browse-url): Handle the case when
8855 `browse-url-browser-function' is a lambda list.
8856
8857 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
8858
8859 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
8860 version string.
8861 * loadhist.el (symbol-file): Likewise
8862
8863 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
8864
8865 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
8866
8867 1998-11-11 Sam Steingold <sds@goems.com>
8868
8869 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
8870 `run-lisp' instead of signalling an error.
8871
8872 1998-11-11 Karl Heuer <kwzh@gnu.org>
8873
8874 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
8875
8876 1998-11-11 Richard Stallman <rms@gnu.org>
8877
8878 * vc-hooks.el (vc-toggle-read-only): Doc fix.
8879
8880 1998-11-11 Per Starback <starback@update.uu.se>
8881
8882 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
8883 renamed svenska8 to svenska, and fixed and extended CASECHARS
8884 for it.
8885
8886 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
8887
8888 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
8889 handling if setpagedevice is not available.
8890 (ps-begin-file): Fix typo.
8891
8892 1998-11-11 Kenichi Handa <handa@etl.go.jp>
8893
8894 * international/mule-util.el (compose-chars-component): Signal
8895 error if CH is a rule-based composition character.
8896 (compose-chars): Signal error if an already compsed character is
8897 going to be composed by rule-base.
8898
8899 * term/x-win.el: If a resolved ASCII font name doesn't conform to
8900 full XLFD, don't try to get information of WEIGHT and SLANT from
8901 that font name.
8902
8903 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
8904
8905 * dos-w32.el (set-default-process-coding-system): Use function on
8906 before-init-hook to set default-process-coding-system based on
8907 enable-multibyte-characters.
8908
8909 * term/w32-win.el ([language-change]): For now ignore
8910 keyboard language-change events.
8911
8912 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
8913
8914 * ediff-util.el (ediff-make-temp-file): Run the prefix through
8915 convert-standard-file-name, but leave the results of
8916 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
8917 characters if the original name already exists, or has a special
8918 handler.
8919
8920 1998-11-10 Karl Heuer <kwzh@gnu.org>
8921
8922 * international/iso-insert.el: Delete autoload cookies.
8923
8924 * international/iso-transl.el: Add autoload cookies.
8925
8926 1998-11-10 Richard Stallman <rms@gnu.org>
8927
8928 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
8929 (ispell-process-line): Don't treat multibyte
8930
8931 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
8932
8933 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
8934 setpagedevice to specify the page size if setpagedevice is
8935 available. This is necessary to select the correct paper tray on
8936 Level 2 printers with multiple paper sizes available.
8937
8938 (ps-begin-file): Cope with font names that contain spaces, and
8939 call BeginDoc in a BeginSetup/EndSetup block.
8940
8941 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
8942
8943 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
8944 convert-standard-filename.
8945
8946 * loadhist.el (symbol-file): Run fns-VERSION.el through
8947 convert-standard-filename.
8948
8949 1998-11-06 Richard Stallman <rms@gnu.org>
8950
8951 * textmodes/texinfmt.el (texinfo-format-scan):
8952 Detect the case of two @-commands in a row; process just the first.
8953 (texinfo-append-refill): If line has a @c, insert the @refill
8954 before it.
8955 (texinfo-format-refill): Return with point where the @refill was.
8956
8957 * files.el (hack-local-variables): Test local-enable-local-variables.
8958 (hack-local-variables-prop-line): Likewise.
8959 (set-auto-mode): Don't test local-enable-local-variables here.
8960 (enable-local-variables): Doc fix.
8961 (local-enable-local-variables): Doc fix.
8962 (normal-mode): Doc fix.
8963
8964 1998-11-06 Karl Heuer <kwzh@gnu.org>
8965
8966 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
8967
8968 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
8969
8970 * simple.el (line-number-mode): Doc fix.
8971
8972 1998-11-06 Kenichi Handa <handa@etl.go.jp>
8973
8974 * international/fontset.el (create-fontset-from-fontset-spec):
8975 Give correct arg to `error'.
8976
8977 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
8978
8979 * textmodes/sgml-mode.el (html-mode): Doc fix.
8980 (sgml-name-8bit-mode): Fix missing format character in message string.
8981
8982 1998-11-05 Karl Heuer <kwzh@gnu.org>
8983
8984 * mail/sendmail.el (sendmail-send-it): Check for failure.
8985
8986 1998-11-05 Richard Stallman <rms@gnu.org>
8987
8988 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
8989
8990 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
8991 (close-rectangle): Define as alias.
8992
8993 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
8994
8995 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
8996
8997 1998-11-05 Dave Love <fx@gnu.org>
8998
8999 * help.el (describe-variable): Don't quote link to source.
9000
9001 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
9002
9003 * gud.el (gud-common-init): Use pop-to-buffer.
9004 (same-window-regexps): Add an element that matches all gud buffers.
9005
9006 1998-11-04 Jason Rumney <jasonr@altavista.net>
9007
9008 * term/w32-win.el (x-get-selection-value): Alias to
9009 x-cut-buffer-or-selection-value.
9010 (w32-standard-fontset-spec): New variable.
9011 (w32-create-initial-fontsets, mouse-set-font): Check whether
9012 new-fontset is available.
9013 (w32-use-w32-font-dialog): Enable use of set-variable.
9014
9015 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9016
9017 * vc.el (with-vc-file, edit-vc-file): New macros.
9018
9019 1998-11-04 Kenichi Handa <handa@etl.go.jp>
9020
9021 * international/quail.el (quail-show-guidance-buf): Call
9022 set-minibuffer-window to set minibuffer window of the current
9023 frame correctly.
9024
9025 1998-11-03 Theodore Jump <tjump@tertius.com>
9026
9027 * term/w32-win.el: Require fontset.
9028
9029 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
9030
9031 * faces.el (set-face-font): Call resolve-fontset-name on w32.
9032 (set-face-font-auto): Ditto.
9033
9034 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
9035
9036 * mouse.el (mouse-drag-region): Fix typo.
9037
9038 1998-11-02 Dave Love <fx@gnu.org>
9039
9040 * progmodes/fortran.el Fix for fontification of strings lost somehow:
9041 (fortran-fontify-string): New function.
9042 (fortran-font-lock-keywords-1): Use it.
9043
9044 1998-11-02 Markus Rost <rost@delysid.gnu.org>
9045
9046 * comint.el (comint-file-name-quote-list): Doc fix.
9047
9048 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
9049
9050 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
9051 build directory, not source directory.
9052
9053 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
9054 if we did not get one for the final move.
9055
9056 1998-11-01 Dave Love <fx@gnu.org>
9057
9058 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
9059 Don't funcall browse-url-browser-function.
9060
9061 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
9062 Don't funcall browse-url-browser-function.
9063
9064 * fortran.el (fortran-end-prog-re1): Fix the regexp.
9065
9066 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
9067
9068 * files.el (revert-buffer): Doc fix.
9069
9070 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
9071
9072 * textmodes/tex-mode.el (tex-start-options-string):
9073 Quote the backslashes with more backslashes.
9074
9075 1998-10-31 Dave Love <fx@gnu.org>
9076
9077 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
9078 (webjump): Don't funcall browse-url-browser-function.
9079
9080 1998-10-30 Kenichi Handa <handa@etl.go.jp>
9081
9082 * international/quail.el (quail-start-translation): Handle
9083 switching of the frame in read-key-sequence.
9084 (quail-start-conversion): Likewise.
9085 (quail-show-guidance-buf): Detach quail-guidance-buf from any
9086 windows before setting an appropriate window for it.
9087 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
9088 quail-guidance-win to nil.
9089 (quail-update-guidance): If quail-guidance-buf is not in the
9090 selected frame, call quail-show-guidance-buf again.
9091
9092 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
9093
9094 * progmodes/pascal.el (pascal-mode):
9095 `blink-matching-paren-dont-ignore-comments' set to t.
9096
9097 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9098
9099 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
9100
9101 1998-10-30 Dave Love <fx@gnu.org>
9102
9103 * vc.el (vc-backend-merge-news): Check for "P" output.
9104
9105 * help.el (describe-variable): Hyperlink the definition.
9106
9107 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
9108
9109 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
9110 (sh-set-shell): Likewise.
9111
9112 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
9113
9114 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
9115 (edebug-on-error): Fix customize type to match that of
9116 debug-on-error.
9117
9118 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
9119
9120 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
9121 report-emacs-bug-address instead of undefined bug-gnu-emacs.
9122
9123 * international/mule-cmds.el (select-message-coding-system): Doc
9124 fix.
9125
9126 * international/mule-diag.el (describe-coding-system): Describe
9127 all flags.
9128
9129 * mail/sendmail.el (sendmail-coding-system,
9130 default-sendmail-coding-system): Doc fix.
9131
9132 * simple.el (shell-command-on-region): Doc fix.
9133
9134 * loadup.el: Write fns-*.el in current directory instead of
9135 data-directory since no installation directory exists yet. Mark
9136 buffer unmodified afterwards.
9137
9138 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
9139 instead of data-directory since it is architecture dependent.
9140 (load-history-loaded): Update doc string.
9141
9142 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
9143
9144 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
9145 path as a default directory when canonicalizing names.
9146
9147 * w32-fns.el: Remove a dangling reference to a directory on the
9148 build machine.
9149
9150 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9151
9152 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
9153 namespace related keywords such as `class', `body', `private',
9154 `variable', `namespace eval', etc.
9155 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
9156 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
9157 imenu and font-lock so that searches for \sw would find words
9158 containing colons.
9159
9160 * progmodes/etags.el (initialize-new-tags-table):
9161 Do not alter find-tag-marker-ring and tags-location-ring.
9162
9163 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
9164
9165 * term/w32-win.el: Require fontset.
9166 (w32-init-fontsets): New function (code from x-win.el).
9167
9168 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9169
9170 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
9171 calendar-and-diary-frame-parameters): Add title parameter.
9172
9173 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9174
9175 * completion.el (dynamic-completion-mode): New function to enable
9176 the mode. (Just loading the file now does not change anything.)
9177
9178 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9179
9180 * ps-print.el: User option for multibyte buffer handling and doc fix.
9181 (ps-multibyte-buffer): New user option.
9182 (ps-setup): Print new user option.
9183 (ps-print-quote): New fun.
9184 (ps-color-p, ps-mule-font-info-database-latin): New var.
9185 (ps-default-color, ps-mule-font-info-database)
9186 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
9187 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
9188 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
9189 Little code improvement.
9190 (ps-mule-initialize): Initialize ps-mule-font-info-database.
9191 (ps-print-prologue-header, ps-font-family, ps-font-size)
9192 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
9193 (ps-build-face-reference, ps-mule-font-info-database-bdf)
9194 (ps-mule-external-libraries, ps-mule-init-external-library)
9195 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
9196 Doc fix.
9197 (ps-print-version): New version number (4.1.1) and doc fix.
9198 (ps-print-prologue-header): New user option.
9199 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
9200 Conditional compilation for GNU Emacs and emacsens.
9201 (ps-generate-postscript-with-faces): Skip invisible text better.
9202 (ps-setup): Print new user option.
9203 (ps-print-preprint): Check if input file name exists and is unwritable.
9204 (ps-begin-file): Adjust PostScript prologue header for duplex printers
9205 and insert user PostScript prologue header comments.
9206 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
9207 New funs.
9208 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
9209 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
9210 PostScript programming normalization.
9211 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
9212 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
9213 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
9214 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
9215 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
9216 Programming style normalization.
9217
9218 1998-10-26 Kenichi Handa <handa@etl.go.jp>
9219
9220 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
9221 version, check the value of mule-version.
9222
9223 * international/mule-util.el (compose-region): Insert then delete
9224 to preserve markers.
9225 (decompose-region): Use search-forward for efficiency.
9226
9227 * language/chinese.el (pre-write-encode-hz): Cancel previous
9228 change, use generate-new-buffer instead of get-buffer-create.
9229 * language/devan-util.el
9230 (in-is13194-devanagari-pre-write-conversion): Likewise.
9231 * language/thai-util.el (thai-pre-write-conversion): Likewise.
9232 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
9233 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
9234
9235 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9236
9237 * mail/rmailsum.el (rmail-message-subject-p):
9238 Handle message whose header has not been reformatted.
9239
9240 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
9241
9242 1998-10-25 Jason Rumney <jasonr@altavista.net>
9243
9244 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
9245 New variables.
9246 (mouse-set-font): Use font menus instead of dialog according to
9247 w32-use-w32-font-dialog.
9248
9249 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9250
9251 * calendar/calendar.el (calendar-day-name-array): Add doc string
9252 correctly!
9253 (calendar-month-name-array): Add doc string correctly!
9254
9255 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
9256
9257 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
9258
9259 1998-10-21 Markus Rost <rost@delysid.gnu.org>
9260
9261 * lisp/info.el (Info-next-menu-item): Stay on top of node.
9262
9263 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
9264
9265 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
9266
9267 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
9268
9269 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
9270
9271 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
9272
9273 1998-10-21 Karl Heuer <kwzh@gnu.org>
9274
9275 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
9276 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
9277 (profile-filter, profile-reset-timer): Functions deleted.
9278 (profile-check-zero-init-times, profile-get-time): Likewise.
9279 (profile-find-function, profile-quit): Likewise.
9280 (profile-distinct, profile-call-stack, profile-last-time): New vars.
9281 (profile-time-list, profile-init-list): Doc fix.
9282 (profile-functions): Simplify.
9283 (profile-print): Use float. Make output include space separators.
9284 (profile-add-time): New helper function.
9285 (profile-function-prolog): Renamed from profile-start-function.
9286 Handle profile-distinct.
9287 (profile-function-epilog): Renamed from profile-update-function.
9288 Handle profile-distinct.
9289 (profile-a-function): If the function to be profiled is an
9290 autoload form, load it. If it's lazy-loaded, fetch it.
9291 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
9292 (profile-restore-fun): Arg FUN is now a function symbol, as was
9293 documented, rather than a one-element list.
9294 (profile-finish): Call profile-restore-fun properly.
9295
9296 1998-10-21 Kenichi Handa <handa@etl.go.jp>
9297
9298 * international/characters.el: Setup charset property
9299 nospace-between-words.
9300
9301 * international/mule-cmds.el (get-charset-property): If CHARSET is
9302 composition, return nil.
9303 (put-charset-property): If CHARSET is composition, do nothing.
9304
9305 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
9306 * language/devan-util.el
9307 (in-is13194-devanagari-pre-write-conversion): Likewise.
9308 * language/thai-util.el (thai-pre-write-conversion): Likewise.
9309 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
9310 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
9311
9312 * textmodes/fill.el (sentence-end-without-period): New variable.
9313 (canonically-space-region): Pay attention to
9314 sentence-end-without-period.
9315 (fill-find-break-point): The first argument CHARSET deleted.
9316 Caller changed.
9317 (fill-region-as-paragraph): Pay attention to charset property
9318 nospace-between-words and text property nospace-between-words.
9319
9320 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
9321
9322 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
9323 an unrecognized shell.
9324
9325 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
9326
9327 * desktop.el (desktop-save): Include minor modes symbolically.
9328 (desktop-create-buffer): Turn on all minor modes in `mim'.
9329
9330 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
9331
9332 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
9333 (sh-font-lock-keywords): Handle rpm and rpm2.
9334 (sh-ancestor-alist): Handle rpm.
9335
9336 * files.el (auto-mode-alist): Recognize .rpm files.
9337 Also .spec and .mspec files.
9338
9339 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9340
9341 * faces.el (frame-set-background-mode): Enable the function for
9342 MSDOS frames.
9343
9344 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9345
9346 * calendar/calendar.el (calendar-day-name-array): Add doc string.
9347 (calendar-month-name-array): Add doc string.
9348
9349 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9350
9351 * simple.el (kill-ring-max): Increased to 60.
9352
9353 1998-10-17 Kenichi Handa <handa@etl.go.jp>
9354
9355 * international/characters.el: Setup auto-fill-chars.
9356
9357 * international/kinsoku.el (kinsoku): Check the variable
9358 enable-kinsoku.
9359
9360 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
9361 Don't call kinsoku directly, intead call fill-find-break-point.
9362
9363 * textmodes/fill.el: Setup `fill-find-break-point-function'
9364 property to character sets which require `kinsoku' processing for
9365 filling.
9366 (fill-find-break-point): New function.
9367 (fill-region-as-paragraph): Don't check kinsoku-enable here.
9368 Don't call kinsoku directly, intead call fill-find-break-point.
9369
9370 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
9371
9372 * faces.el (modify-face-read-string): Return (nil) for "none".
9373 (modify-face): Don't get error if (nil) is the argument.
9374 (face-try-color-list): Don't check whether nil is a valid color.
9375
9376 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
9377
9378 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9379 Print message about each directory, even in batch mode.
9380
9381 * gnus/nntp.el: Require `cl' before using nnoo-declare.
9382
9383 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
9384 (ps-mule-string-char): No need to use sref.
9385 (ps-mule-next-index): No need to use sref.
9386
9387 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
9388
9389 * files.el (revert-buffer-internal-hook): Add defvar.
9390
9391 * arc-mode.el (archive-mode): Locally set file-precious-flag.
9392
9393 * tar-mode.el (tar-mode): Locally set file-precious-flag.
9394
9395 1998-10-16 Markus Rost <rost@delysid.gnu.org>
9396
9397 * international/mule-cmds.el (default-input-method): Fix custom type.
9398
9399 * net-utils.el (whois-server-list): Fix customization type.
9400
9401 * shell.el (shell-input-autoexpand): Fix customization group.
9402
9403 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
9404
9405 * repeat.el (repeat): Handle keyboard macros properly.
9406 Handle new prefix arg after self-insert command.
9407
9408 * repeat.el: Don't include cl even at compile time.
9409 (repeat): Avoid using `loop'.
9410
9411 * simple.el (shell-command-on-region): Doc fix.
9412 (next-history-element): Special error message if no default.
9413
9414 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
9415
9416 * ps-print.el (ps-print-buffer): Doc fix.
9417 (ps-despool): Likewise.
9418
9419 * arc-mode.el (arc-mode): Provide arc-mode.
9420
9421 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9422
9423 * ps-print.el (ps-print-buffer): Doc fix.
9424
9425 1998-10-14 Dave Love <fx@gnu.org>
9426
9427 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
9428 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
9429 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
9430
9431 * progmodes/fortran.el (fortran-mode-map): Change "Join
9432 Continuation Line" to "Join Line".
9433 (fortran-font-lock-keywords-1): Add "cycle", "exit".
9434
9435 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9436
9437 * progmodes/fortran.el (fortran-join-line): Use
9438 `delete-indentation' instead of issuing an error message if not on
9439 a continuation line. Provide for joining several lines using
9440 prefix arg.
9441
9442 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
9443
9444 * term/pc-win.el (msdos-color-values): New variable.
9445 (x-color-values): New function, emulates its namesake from
9446 src/xfns.c.
9447 (msdos-bg-mode): Add all dark colors to those which return
9448 "dark".
9449
9450 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9451
9452 * replace.el (keep-lines, flush-lines, how-many):
9453 Don't ignore case if arg has upper case letters.
9454
9455 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
9456
9457 * progmodes/vhdl-mode.el
9458 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
9459 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
9460 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
9461 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
9462 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
9463 (vhdl-when): Fix indentation problem.
9464 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
9465 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
9466 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
9467
9468 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
9469
9470 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
9471 (ls-lisp-insert-directory): Renamed from insert-directory.
9472 (insert-directory): New function.
9473
9474 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
9475
9476 * simple.el (completion-fixup-function): Variable deleted.
9477 (completion-setup-function): Delete code for completion-fixup-function.
9478 * emacs-lisp/lisp.el (lisp-complete-symbol):
9479 Don't bind completion-fixup-function.
9480
9481 * files.el (find-file-wildcards): New option.
9482 (find-file-noselect): Handle wild cards, if enabled.
9483 (file-expand-wildcards): New function.
9484
9485 * simple.el (set-fill-column): Doc fix.
9486
9487 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9488
9489 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
9490
9491 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
9492
9493 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
9494 Move declaration before first use.
9495 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
9496 hif-math, hif-factor): Rename token to hif-token and token-list to
9497 hif-token-list.
9498 (hif-token, hif-token-list): Declare them.
9499 (hif-find-ifdef-block): Return cons of top and bottom point
9500 instead of setting dynamically bound variables.
9501 (hide-ifdef-block, show-ifdef-block): Use return value of
9502 hif-find-ifdef-block.
9503
9504 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9505
9506 * subr.el (read-passwd): Use clear-this-command-keys.
9507
9508 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
9509
9510 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
9511 and ...-for-write.
9512
9513 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
9514
9515 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
9516 responses to GROUP command, since this may be called from a timer
9517 with quit inhibited.
9518
9519 1998-10-12 Kenichi Handa <handa@etl.go.jp>
9520
9521 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
9522 set unconditional-jump to nil.
9523 (ccl-compile-read-multibyte-character): Return nil.
9524 (ccl-compile-write-multibyte-character): Likewise.
9525 (ccl-compile-translate-character): Likewise
9526 (ccl-compile-map-multiple): Likewise.
9527 (ccl-compile-map-single): Likewise.
9528
9529 * international/kinsoku.el: Add coding tag.
9530 (kinsoku-bol): Remove superfluous TAB in a string.
9531
9532 * international/mule-cmds.el (find-coding-systems-for-charsets):
9533 Delete `composition' (if any) from CHARSETS.
9534
9535 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9536
9537 * international/mule-cmds.el (setup-specified-language-environment):
9538 Add apropos-inhibit property.
9539 (describe-specified-language-support): Likewise.
9540
9541 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
9542
9543 * international/mule.el (make-coding-system): Create -with-esc
9544 variant coding system.
9545
9546 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
9547
9548 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
9549 (next-file): Optionally offer to revert a file's buffer,
9550 if it has an existing buffer but the file has changed.
9551
9552 * info.el (Info-insert-dir): Detect and report problems
9553 in input files, such as "No Top node". Return with point
9554 at the beginning of the text.
9555 (Info-find-node): Reinsert the code to handle files
9556 with no tags table; it was deleted by mistake.
9557
9558 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
9559
9560 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
9561 texinfo-find-higher-level-node repeatedly find the same node.
9562 (texinfo-find-higher-level-node): Doc fix.
9563
9564 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
9565
9566 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
9567 (smtpmail-address-buffer): Add defvar.
9568 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
9569
9570 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
9571
9572 * ffap.el (ffap-machine-p-local): Fix editing error.
9573
9574 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9575
9576 * faces.el (frame-set-background-mode):
9577 Don't do anythung for text-only or MSDOS frame.
9578
9579 1998-10-08 Kenichi Handa <handa@etl.go.jp>
9580
9581 * international/quail.el (quail-defrule): New optional arg APPEND.
9582 (quail-defrule-internal): Fix bug of handling the argument APPEND.
9583
9584 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9585
9586 * gnus/pop3.el (pop3-open-server):
9587 Set process-coding-system-alist around open-network-stream.
9588
9589 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9590
9591 * files.el (save-buffer): Doc fix.
9592
9593 1998-10-07 Karl Heuer <kwzh@gnu.org>
9594
9595 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
9596 return DEF unchanged, not nil. Simplify.
9597
9598 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
9599
9600 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
9601
9602 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
9603
9604 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
9605
9606 * net-utils.el (ftp, nslookup): Require comint.
9607 (network-service-connection): Likewise.
9608 (whois-server-name): Defaults to whois.arin.net
9609 (whois-server-list, whois-server-tld, whois-guess-server): New var.
9610 (whois): Tries to guess the appropriate top-level domain server.
9611 (whois-get-tld): New function.
9612
9613 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
9614 (dirtrack-debug-toggle): Added this function.
9615
9616 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9617
9618 * files.el (find-file-noselect): Switch to the correct buffer
9619 before checking find-file-literally, and allow non-nil non-t
9620 rawfile params.
9621
9622 1998-10-06 Karl Heuer <kwzh@gnu.org>
9623
9624 * midnight.el (clean-buffer-list): Add autoload cookie.
9625
9626 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
9627 no-autosave.
9628 * tar-mode.el (tar-mode-revert): Likewise.
9629 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
9630 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
9631 * gnus/message.el (message-auto-save-directory): Renamed from
9632 message-autosave-directory. All references changed.
9633
9634 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9635
9636 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
9637 string. Expose mime stuff while searching.
9638
9639 1998-10-06 Richard Stallman <rms@gnu.org>
9640
9641 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
9642
9643 * replace.el (perform-replace): Position point properly
9644 before and after the recursive edit of C-r.
9645
9646 * progmodes/etags.el (tags-reset-tags-tables): Properly
9647 find the markers in the old rings that are being discarded.
9648
9649 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9650
9651 * apropos.el (apropos-print): Control invalid characters.
9652
9653 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
9654 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
9655 confusing customize.
9656
9657 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
9658
9659 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
9660 built-in commands. Add more built-in commands and fix face names.
9661
9662 1998-10-05 Simon Marshall <simon@gnu.org>
9663
9664 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
9665
9666 1998-10-04 Eric Ludlam <zappo@gnu.org>
9667
9668 * speedbar.el (speedbar-initial-expansion-list-name): Remove
9669 customization since it is not useful in this case.
9670 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
9671 sure it gets evalled to a number. Also verify that set-frame-name
9672 fn exists before calling it.
9673
9674 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9675 Protect a `forward-sexp' call which could fail, and improved regex
9676 for ie, and eg abbreviations.
9677
9678 1998-10-02 Noah Friedman <friedman@splode.com>
9679
9680 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
9681 send-string.
9682 (rlogin-send-Ctrl-D): Here also.
9683 (rlogin-send-Ctrl-Z): Here also.
9684 (rlogin-send-Ctrl-backslash): Here also.
9685
9686 1998-10-02 Dave Love <fx@gnu.org>
9687
9688 * outline.el (hide-region-body): Bind
9689 outline-view-change-hook to nil while making repeated calls to
9690 outline-flag-region. Run it once at the end.
9691 (hide-other, hide-sublevels, show-children): Likewise.
9692
9693 * info-look.el: Remove duplicate scheme-mode entry.
9694 (info-lookup-make-completions): When looking for entries, check
9695 that `item' isn't null or "Menu".
9696
9697 1998-10-01 Karl Heuer <kwzh@gnu.org>
9698
9699 * net-utils.el: Don't require ffap.
9700 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
9701 (ping, nslookup-host, finger, network-connection-to-service): Use them.
9702
9703 1998-09-30 Richard Stallman <rms@gnu.org>
9704
9705 * ispell.el (check-ispell-version): No need to bind default-major-mode.
9706
9707 * imenu.el (imenu--generic-function): Sort each submenu by position.
9708 (imenu--sort-by-position): New function.
9709
9710 * cus-edit.el (Custom-mode-menu): Fix info node name.
9711 (customize group): Fix info node name.
9712
9713 * mail/mailalias.el (build-mail-aliases): Don't allow
9714 a newline in the alias name. Don't define an alias
9715 if the definition would be empty.
9716
9717 * which-func.el (which-func-mode-global): Make :set function
9718 more reliable.
9719
9720 * custom.el (custom-set-variables): Load the requests first,
9721 then check the symbol's `set' function.
9722
9723 * ffap.el: Doc fixes.
9724
9725 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9726
9727 * gnus.el: (gnus-valid-select-methods): Fix type.
9728 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
9729 * gnus-score.el (gnus-orphan-score): Fix type.
9730 (gnus-score-default-header, gnus-score-default-type): Fix type.
9731 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
9732 (gnus-saved-headers): Fix type.
9733
9734 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
9735 Avoid nil value of `two-lines-citation-part'.
9736
9737 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
9738
9739 * which-func.el (which-function): Handle case when
9740 (car imenu--index-alist) is nil.
9741
9742 1998-09-29 Dave Love <fx@gnu.org>
9743
9744 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
9745 bzip2 args.
9746
9747 1998-09-29 Simon Marshall <simon@gnu.org>
9748
9749 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
9750 comint-exec-hook.
9751
9752 1998-09-29 Stephen Eglen <stephen@gnu.org>
9753
9754 * info-look.el: Add support for Octave.
9755
9756 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
9757
9758 * textmodes/reftex.el (reftex-finding-files): New customize group.
9759 (reftex-texpath-environment-variables,
9760 reftex-use-external-file-finders, reftex-external-file-finders,
9761 reftex-search-unrecursed-path-first): New options.
9762 (reftex-process-string, reftex-find-file-externally): New
9763 functions.
9764 (reftex-access-search-path): Execute shell commands to find the
9765 search path.
9766 (reftex-toggle-auto-view-crossref): When turning on, make sure
9767 `reftex-auto-view-crossref' becomes non-nil.
9768 (reftex-abbrev-regexp): Constant removed.
9769 (reftex-convert-string): Abbrev regexp calculated locally.
9770
9771 1998-09-28 Dave Love <fx@gnu.org>
9772
9773 * progmodes/fortran.el: Don't call regexp-opt when deriving
9774 font-lock patterns with keywords that aren't all literal.
9775
9776 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
9777
9778 * octave-inf.el (inferior-octave-prompt): Also match prompts of
9779 the form `octave.bin:1>' which come from using precopiled binary
9780 versions.
9781
9782 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9783
9784 * help.el (help-for-help): Use %THIS-KEY%.
9785 (help-quit): Add doc.
9786
9787 * help-macro.el (make-help-screen): Keep HELP-TEXT
9788 in a separate function definition, not in the help command FNAME.
9789 Replace %THIS-KEY% with the key sequence that ran FNAME.
9790
9791 1998-09-25 Richard Stallman <rms@gnu.org>
9792
9793 * textmodes/texinfo.el (texinfo-show-structure):
9794 Bind inhibit-read-only.
9795
9796 * isearch.el (isearch-search-and-update): Properly
9797 handle upper case letters in the reverse-search special case.
9798
9799 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9800
9801 * gnus.el: Extend the list of autoloaded functions.
9802
9803 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
9804 buffer before creating help group. (from Gnus v5.6.43, fix by
9805 1998-08-20 Per Starback <starback@update.uu.se>)
9806
9807 * gnus-util.el (gnus-output-to-rmail): Adjust to
9808 `rmail-output-to-rmail-file'.
9809
9810 1998-09-25 Karl Heuer <kwzh@gnu.org>
9811
9812 * hexl.el (hexl-mode-map): More of previous change.
9813
9814 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9815 (tex-start-tex): Don't use tex-start-options-string in star case.
9816 Quote file name in star case as well as in non-star.
9817 Add blank and quoting of option string here.
9818 (tex-start-options-string): Not here.
9819
9820 1998-09-23 Karl Heuer <kwzh@gnu.org>
9821
9822 * term.el (term-delimiter-argument-list): Doc fix.
9823 (term-emulate-terminal): Escape literal semicolon.
9824 * progmodes/asm-mode.el (asm-mode): Doc fix.
9825 (asm-comment-char): Escape literal semicolon.
9826 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
9827
9828 1998-09-23 Richard Stallman <rms@gnu.org>
9829
9830 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
9831 only those that normally modify the buffer.
9832
9833 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
9834 over again.
9835
9836 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
9837
9838 * ispell.el (check-ispell-version): Ensure same buffer is current
9839 when let-binding of case-fold-search ends.
9840
9841 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9842
9843 * ps-print.el: Skip invisible overlay.
9844 Test for set-buffer-multibyte rather than using mule-version.
9845 (ps-print-version): New version number (4.1) and doc fix.
9846 (ps-generate-postscript-with-faces): Skip invisible overlay.
9847
9848 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
9849
9850 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
9851
9852 1998-09-22 Kenichi Handa <handa@etl.go.jp>
9853
9854 * international/quail.el (quail-update-guidance): Check for the
9855 return value of (quail-guidance) fixed.
9856 (quail-update-translation): Bind quail-current-str locally when it
9857 calls quail-update-guidance.
9858 (quail-update-translation): If input-method-exit-on-first-char is
9859 non-nil, terminate translation only when the current input method
9860 is simple.
9861
9862 1998-09-22 Paul Eggert <eggert@twinsun.com>
9863
9864 * startup.el (locale-translation-file-name): Prefer X-related names
9865 to the name used by GNU/Linux sans X. Set to nil if no file found.
9866 (command-line): Use locale-translation-file-name if it is not nil,
9867 instead of testing for its existence again.
9868 regexp-quote the ctype before using it in a regexp.
9869 Allow a colon to appear after the ctype in the aliases file,
9870 as is done in X11R6.4.
9871
9872 1998-09-21 Richard Stallman <rms@gnu.org>
9873
9874 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
9875
9876 * calendar/appt.el (appt-interval): Variable deleted.
9877 (appt-check): For minutes in between appt-display-interval times,
9878 do check, but don't display anything except an updated mode line.
9879 Count against appt-display-interval based on minutes since
9880 first display of this appointment, not based on time of day.
9881 If appt-display-mode-line, force mode line redisplay
9882 whenever appt-mode-string has changed.
9883 (appt-add, appt-delete): Add autoload cookies.
9884 (appt-check): Catch errors from calling `diary'.
9885 (appt-max-time): Renamed from max-time.
9886 (appt-now-displayed, appt-display-count): New variables.
9887 (appt-timer): Don't create one if we already have one.
9888
9889 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9890 More general code to use the source buffer instead of the zap file.
9891
9892 * hilit-chg.el (highlight-compare-with-file): Renamed from
9893 compare-with-file.
9894
9895 * loadhist.el (load-history-loaded): New variable.
9896 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
9897
9898 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
9899
9900 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9901 Fix error messages.
9902
9903 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
9904
9905 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
9906 Emacs frame.
9907
9908 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9909
9910 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
9911 `undecided' and `undecided-unix'.
9912
9913 1998-09-21 Dave Love <fx@gnu.org>
9914
9915 * help.el (help-make-xrefs): Fix typo affecting Info references.
9916
9917 * subr.el (remove-hook): Check list values to avoid errors.
9918
9919 1998-09-18 Noah Friedman <friedman@splode.com>
9920
9921 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
9922 store string in eldoc-last-message without consing a new string.
9923 Rearrange logic from nested if's into cond's.
9924 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
9925 Do not print message; just return string.
9926 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
9927 Do not print message; just return string.
9928 Cache that string in eldoc-last-data.
9929 (eldoc-last-data): Make into a vector.
9930 (eldoc-get-fnsym-args-string): Use new data form of structure.
9931 (eldoc-get-var-docstring): Here also.
9932 (eldoc-last-data-store): New function.
9933 (eldoc-get-fnsym-args-string): Use it.
9934 (eldoc-get-var-docstring): Here also.
9935 (eldoc-docstring-first-line): Minimize interim string consing.
9936 Call substitute-command-keys on the result.
9937 (eldoc-print-var-docstrings, eldoc-print-docstring,
9938 eldoc-docstring-message): Functions removed.
9939 (eldoc-docstring-format-sym-doc): New function, functionality
9940 ripped out of eldoc-docstring-message.
9941 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
9942
9943 1998-09-18 Kenichi Handa <handa@etl.go.jp>
9944
9945 * international/mule.el (make-coding-system): Doc-string modified.
9946
9947 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
9948
9949 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
9950
9951 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
9952 customize type.
9953
9954 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
9955 type.
9956
9957 * progmodes/compile.el (compilation-error-screen-columns): New
9958 variable.
9959 (compilation-next-error-locus): Use it to decide whether to use
9960 forward-char or move-to-column.
9961
9962 * mail/rmail.el (rmail-movemail-program): Fix customize type.
9963
9964 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
9965 feedmail-fiddle-plex-user-list,
9966 feedmail-spray-address-fiddle-plex-list,
9967 feedmail-prompt-before-queue-user-alist,
9968 feedmail-prompt-before-queue-help-supplement,
9969 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
9970 feedmail-queue-alternative-mail-header-separator): Fix customize
9971 type.
9972
9973 * startup.el (site-run-file): Fix customize type.
9974
9975 * speedbar.el (speedbar-initial-expansion-list-name): Fix
9976 customize type.
9977
9978 * shell.el (shell-input-autoexpand): Fix customize type.
9979
9980 * ps-print.el (ps-font-info-database): Add missing dots in value.
9981 Improve layout of customize type.
9982
9983 * net-utils.el (traceroute-program-options, ping-program-options,
9984 ipconfig-program-options, netstat-program-options,
9985 arp-program-options, route-program-options,
9986 nslookup-program-options, ftp-program-options): Fix customize
9987 type.
9988
9989 * midnight.el (clean-buffer-list-kill-regexps,
9990 clean-buffer-list-kill-buffer-names,
9991 clean-buffer-list-kill-never-buffer-names,
9992 clean-buffer-list-kill-never-regexps): Fix customize type.
9993
9994 * man.el (Man-init-defvars): Avoid trailing nil on
9995 Man-filter-list.
9996
9997 * lpr.el (printer-name): Fix customize type.
9998
9999 1998-09-16 Kenichi Handa <handa@etl.go.jp>
10000
10001 * international/mule-cmds.el (reset-language-environment): Call
10002 update-coding-systems-internal.
10003
10004 * international/mule-conf.el: Call update-coding-systems-internal
10005 at the tail.
10006
10007 1998-09-14 Dave Love <fx@gnu.org>
10008
10009 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
10010 use the menu-enable properties, pending doing it correctly and
10011 acceptably fast.
10012
10013 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
10014
10015 1998-09-13 Dave Love <d.love@dl.ac.uk>
10016
10017 * progmodes/hideshow.el (hs-grok-mode-type): Check
10018 comment-{start,end} non-nil as well as bound. Report an error if
10019 we can't grok the mode.
10020
10021 1998-09-13 Richard Stallman <rms@gnu.org>
10022
10023 * simple.el (blink-matching-open): Don't log paren matching
10024 messages in *Messages*.
10025
10026 1998-09-12 Richard Stallman <rms@gnu.org>
10027
10028 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
10029 Set point-before-scroll at end even if there was an error.
10030
10031 * ange-ftp.el (ange-ftp-insert-file-contents):
10032 Use binary mode for dumb-unix hosts as for unix hosts.
10033 (ange-ftp-copy-file-internal): Likewise.
10034
10035 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
10036
10037 * emacs-lisp/pp.el: Doc fixes.
10038
10039 * wid-edit.el (widget-menu-max-shortcuts): New variable.
10040 (widget-choose): Don't use single-char shortcuts if # items
10041 exceeds that many. Use minibuffer instead.
10042
10043 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10044
10045 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
10046
10047 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
10048
10049 * speedbar.el (speedbar-frame-mode): Do not set frame position if
10050 in terminal mode.
10051
10052 1998-09-10 Noah Friedman <friedman@splode.com>
10053
10054 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
10055 defcustom declaration. It's wreaking too much havoc with XEmacs
10056 and older versions of Emacs, which share this code.
10057
10058 * type-break.el (type-break-mode): Here also.
10059
10060 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
10061 `t' to add-hook also to modify the new local value.
10062
10063 1998-09-10 Dave Love <fx@gnu.org>
10064
10065 * vc.el (vc-insert-headers): Doc fix.
10066
10067 1998-09-10 Richard Stallman <rms@gnu.org>
10068
10069 * textmodes/flyspell.el (flyspell-mode-on): Make the
10070 ispell-... variables permanent locals.
10071 (flyspell-mode-off): Add autoload cookie.
10072
10073 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
10074 do use binary mode, just as for `unix'.
10075 (ange-ftp-host-type): If HOST is nil, return `unix'.
10076
10077 * dired.el (dired-mark-files-containing-regexp):
10078 Don't scan directories. Ignore non-readable files.
10079
10080 * progmodes/compile.el (compilation-error-regexp-alist):
10081 Fix previous change: allow . and _ in command name.
10082
10083 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
10084
10085 * uncompress.el (uncompress-while-visiting):
10086 Use just the car of what find-operation-coding-system returns.
10087
10088 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
10089
10090 * shell.el (shell-file-name-quote-list): Add # to the value.
10091
10092 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
10093
10094 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
10095 to make killing of ispell process work even if
10096 kill-all-local-variables has been run.
10097
10098 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10099
10100 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
10101 loop when sexp entry ends at end of file with no newline.
10102
10103 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10104
10105 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
10106 (Custom-reset-standard): Fix menu inconsistency.
10107
10108 * mail/feedmail.el (feedmail-from-line): Allow t.
10109 (feedmail-message-id-suffix): Allow nil.
10110
10111 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10112 Simplify. Make prefix arg work right.
10113
10114 1998-09-09 Dave Love <fx@gnu.org>
10115
10116 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
10117
10118 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
10119
10120 1998-09-08 Dave Love <fx@gnu.org>
10121
10122 * add-log.el (change-log-font-lock-keywords): Do parenthesized
10123 stuff only after file names or at start of line. Allow parens
10124 around e-mail, as well as angles.
10125
10126 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
10127 ignore-errors too, eval'd when compile. Require w3 stuff at load
10128 time for nicer failure if it's not available.
10129
10130 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
10131
10132 * comint.el (comint-arguments): Ignore backslashes when using
10133 w32 shells that expect backslashes as the directory separator.
10134
10135 1998-09-04 Kenichi Handa <handa@etl.go.jp>
10136
10137 * international/fontset.el (resolved-ascii-font): New variable.
10138 (x-complement-fontset-spec): By side effect, set
10139 `resolved-ascii-font' to the resolved name of ASCII font."
10140 (create-fontset-from-fontset-spec): Don't get a value for
10141 resolved-ascii-font from the list full-fontlist. It is set by
10142 x-complement-fontset-spec now.
10143
10144 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10145 version, check the value of mule-version.
10146
10147 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
10148
10149 * textmodes/reftex.el (reftex-view-crossref): Split up into
10150 several functions. No longer moves to find a macro.
10151 (reftex-view-cr-cite, reftex-view-cr-ref,
10152 reftex-end-of-bib-entry): New functions.
10153 (reftex-auto-view-crossref): New value `window' allowed.
10154 (reftex-view-crossref-when-idle): Process new `window' option in
10155 (reftex-translate-to-ascii-function): New default.
10156 (reftex-label-illegal-re): Default changed, removed Latin1.
10157 (reftex-latin1-to-ascii): New function.
10158 (reftex-what-environment): Check for section regexp before use.
10159 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
10160 absolute path names.
10161 (reftex-TeX-master-file): Changed sequence of file checks.
10162 (reftex-do-citation): bibview cache only with RefTeX mode on.
10163
10164 1998-09-06 Richard Stallman <rms@gnu.org>
10165
10166 * progmodes/compile.el (compilation-error-regexp-alist):
10167 In first pattern (GNU utilities and other things),
10168 allow a space after the optional program name at the beginning.
10169
10170 * mail/mail-hist.el (mail-hist-current-header-contents):
10171 Fix previous change: use mail-header-end.
10172
10173 1998-09-06 Bill Richter <richter@math.nwu.edu>
10174
10175 * international/ccl.el: Doc fixes.
10176 * international/encoded-kb.el: Doc fixes.
10177 * international/fontset.el: Doc fixes.
10178 * international/kinsoku.el: Doc fixes.
10179 * international/kkc.el: Doc fixes.
10180 * international/mule-cmds.el: Doc fixes.
10181 * international/mule-conf.el: Doc fixes.
10182 * international/mule-util.el: Doc fixes.
10183 * international/mule.el: Doc fixes.
10184
10185 1998-09-05 Eric Ludlam <zappo@gnu.org>
10186
10187 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
10188 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
10189 (checkdoc-this-string-valid-engine): Permit ? as terminating
10190 punctuation for first line sentence breaking.
10191 (checkdoc-this-string-valid): When converting a comment into a doc
10192 string, make sure " chars are \".
10193 (checkdoc-sentencespace-region-engine): Only do double space check
10194 if based on the variable `sentence-end-double-space'
10195 (checkdoc-this-string-valid-engine): ? ends valid sentence.
10196 (checkdoc-proper-noun-region-engine): Exclude items in URLs
10197
10198 1998-09-04 Richard Stallman <rms@gnu.org>
10199
10200 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10201 Recognize define-skeleton as a function definer.
10202
10203 * cus-edit.el (customize-option): Refuse to customize
10204 a variable that has no defcustom. But if variable is autoloaded,
10205 first try to load the library that defines it.
10206
10207 * international/iso-insert.el: Use `string' before calling `insert'
10208 so that in multibyte buffers we insert multibyte chars.
10209
10210 * dired.el (dired-mark-files-containing-regexp):
10211 Don't use find-file; instead, insert the file in a temp buffer.
10212
10213 * textmodes/tex-mode.el (tex-start-options-string): New option.
10214 (tex-start-tex): Use that variable.
10215
10216 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
10217 value in the `repeat' alternative a list.
10218
10219 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
10220 the inserted newline, verify that one was really inserted.
10221
10222 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
10223 remains on or remains off.
10224 (flyspell-multi-language-p): Default changed to nil.
10225
10226 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
10227 In "found in comment" case, don't beginning-of-line after forward-line.
10228
10229 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10230 If the function definition is not a lambda, return original FORM
10231 with no error.
10232
10233 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
10234
10235 * net-utils.el (netstat-program-options): Changed from nil to "-a"
10236 so that by default netstat shows all network connections.
10237
10238 1998-09-04 Bob Weiner <weiner@altrasoft.com>
10239
10240 * international/quail.el: Doc fixes.
10241
10242 * info.el (info): Don't add parens if FILE already has them.
10243
10244 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
10245
10246 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
10247 on extension lines.
10248
10249 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
10250
10251 * w32-fns.el (w32-shell-dos-semantics): New function.
10252
10253 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
10254
10255 * international/quail.el (quail-choose-completion-string): Store
10256 completion `choice' in `quail-current-str'; don't insert it.
10257
10258 1998-09-02 Kenichi Handa <handa@etl.go.jp>
10259
10260 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
10261 argument to ps-mule-generate-bitmap-font.
10262
10263 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
10264 entry and change Latin-1 entry in the default value.
10265 (ps-mule-font-info-database-ps-bdf): New variable.
10266 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
10267 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
10268 registerd in FONT-SPEC.
10269 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
10270 charcter width of bitmap fonts.
10271 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
10272 procedure NF.
10273 (ps-begin-file): Output PostScript code for setting
10274 SpaceWidthRatio.
10275 (ps-plot-region): Use line-beginning-position to get a position of
10276 the beginning of the current line.
10277
10278 * international/mule-cmds.el (register-input-method): Doc-string
10279 modified.
10280
10281 1998-09-01 Dave Love <fx@gnu.org>
10282
10283 * international/mule-cmds.el (current-language-environment): Fix
10284 setter function.
10285
10286 1998-09-01 Simon Marshall <simon@gnu.org>
10287
10288 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
10289 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
10290 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
10291 names with font-lock-type-face. Fontify type specs, etc., with
10292 font-lock-keyword-face.
10293
10294 1998-08-31 Kenichi Handa <handa@etl.go.jp>
10295
10296 * international/fontset.el (x-complement-fontset-spec): If ASCII
10297 font is specified in FONTLIST, don't substitute it for the
10298 resolved name.
10299
10300 1998-08-31 Paul Eggert <eggert@twinsun.com>
10301
10302 * international/mule.el (charset-description): Doc fix.
10303
10304 * language/chinese.el, language/cyrillic.el, language/czech.el,
10305 language/devanagari.el, language/ethiopic.el,
10306 language/european.el, language/hebrew.el, language/indian.el,
10307 language/japanese.el, language/korean.el, language/lao.el,
10308 language/slovak.el, language/thai.el, language/tibetan.el,
10309 language/vietnamese.el:
10310 Add coding: local variable, to avoid bootstrapping problem
10311 if you need to recompile all the Lisp files using interpreted code.
10312
10313 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10314
10315 * cal-china.el (chinese-year-cache): Change range of years from
10316 1989-2000 to 1990-2010.
10317
10318 1998-08-29 Dave Love <d.love@dl.ac.uk>
10319
10320 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
10321 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
10322
10323 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10324
10325 * ps-print.el (ps-print-control-characters): Doc-string modified.
10326 (ps-output-string-prim): Comment format changed.
10327 (ps-do-despool): Indentation of source code changed.
10328
10329 1998-08-28 Kenichi Handa <handa@etl.go.jp>
10330
10331 * subr.el (sref): Make it an alias of aref. Make the
10332 byte-compiler warn that it is obsolete.
10333 (char-bytes): Make the byte-compiler warn that it is obsolete.
10334
10335 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
10336 Calculate the total bytes using position-bytes instead of
10337 char-bytes.
10338
10339 1998-08-27 Karl Heuer <kwzh@gnu.org>
10340
10341 * snmp-mode.el: New file.
10342 * files.el (auto-mode-alist): Add snmp-mode patterns.
10343
10344 1998-08-27 Karl Eichwalder <ke@suse.de>
10345
10346 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
10347
10348 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10349
10350 * calendar/diary-lib.el (diary-block): Doc fix..
10351 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
10352
10353 1998-08-27 Richard Stallman <rms@gnu.org>
10354
10355 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
10356 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
10357 Clear appt-mode-string if we don't put something in it.
10358
10359 1998-08-27 Dave Love <fx@gnu.org>
10360
10361 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
10362 dired-local-variables-file for dired-x.
10363
10364 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
10365 for compressed library files too.
10366
10367 1998-08-26 Kenichi Handa <handa@etl.go.jp>
10368
10369 * language/european.el ("Latin-1"): Modify `documentation' key value.
10370 ("Latin-2"): Likewise.
10371
10372 1998-08-26 Karl Heuer <kwzh@gnu.org>
10373
10374 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
10375
10376 1998-08-26 Albert L. Ting <alt@artisan.com>
10377
10378 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
10379 (mail-hist-current-header-contents): Use mail-text-start.
10380
10381 1998-08-26 Richard Stallman <rms@gnu.org>
10382
10383 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
10384 (customize-changed-options-previous-release): New variable.
10385 (customize-changed-options): Use that variable as default arg.
10386
10387 1998-08-26 Karl Eichwalder <ke@suse.de>
10388
10389 * midnight.el: Require `timer' not only when compiling.
10390
10391 1998-08-26 Per Starback <starback@update.uu.se>
10392
10393 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
10394 buffer before creating help group.
10395
10396 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10397
10398 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
10399 coding-system-for-write before saving.
10400
10401 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
10402
10403 * isearch.el (isearch-forward): Doc fix.
10404
10405 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
10406
10407 * emacs-lisp/find-func.el: Fix :version tags to have a string
10408 value, not a float.
10409
10410 * cus-dep.el: Fix typo in output.
10411
10412 1998-08-25 Dave Love <fx@gnu.org>
10413
10414 * repeat.el (repeat): Doc fix.
10415 [From rms:]
10416 (repeat-previous-repeated-command): New variable.
10417 (repeat): Check for real-last-command being null or repeat. Set
10418 repeat-previous-repeated-command.
10419
10420 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
10421
10422 1998-08-25 Kenichi Handa <handa@etl.go.jp>
10423
10424 * gnus/message.el (message-send-mail-with-sendmail): Bind
10425 coding-system-for-write by the return value of
10426 select-message-coding-system.
10427 (message-send-mail-with-qmail): Likewise.
10428
10429 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
10430
10431 * emacs-lisp/autoload.el: Fix doc-string-elt property on
10432 define-derived-mode.
10433
10434 * files.el (file-name-invalid-regexp):
10435 Fix regex for ms-dos without long file names.
10436
10437 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10438
10439 * ps-print.el: Multi-byte buffer handling.
10440 (ps-print-version): New version number (4.0) and doc fix.
10441 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
10442 compilation for GNU Emacs and emacsens.
10443 (ps-generate-postscript-with-faces): Force invisible text to be
10444 visible.
10445 (dos-ps-printer): New var to avoid compilation gripes.
10446
10447 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10448
10449 * ps-print.el (ps-mule-plot-string): Pay attention to the case
10450 that no more characters can't be printed in the current line.
10451
10452 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10453
10454 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
10455 greater than TO.
10456
10457 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10458
10459 * ps-print.el: Add codes to make ps-print.el work also on Emacs
10460 20.2 and the earlier version.
10461 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
10462 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
10463 (ps-mule-find-wrappoint): Likewise.
10464 (ps-mule-generate-font): Change `X' to `x' in format
10465 control-string.
10466 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
10467 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
10468 `restore' form procedures `BC' and `EC'.
10469
10470 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10471
10472 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
10473 is an executable procedure. Make LineThickness, Xshadow, and
10474 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
10475 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
10476 ps-mule-font-info-database-bdf): New vars.
10477 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
10478 (ccl-encode-ethio-unicode): New CCL program.
10479 (ps-mule-encode-ethiopic): New fun.
10480 (ps-mule-current-charset): New var.
10481 (ps-mule-get-font-spec, ps-mule-font-spec-src,
10482 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
10483 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
10484 (ps-mule-external-libraries): New var.
10485 (ps-mule-init-external-library): New fun.
10486 (ps-mule-font-cache): New var.
10487 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
10488 (ps-last-font): New var.
10489 (ps-mule-prepare-font): New fun.
10490 (ps-mule-charset-list): New var.
10491 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
10492 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
10493 ps-mule-plot-string): New funs.
10494 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
10495 New vars.
10496 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
10497 ps-mule-prepare-cmpchar-font): New funs.
10498 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
10499 vars.
10500 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
10501 ps-mule-generate-bitmap-glyph): New funs.
10502 (ps-mule-initialize, ps-mule-begin): New funs.
10503 (ps-output-string-prim): Insert string as unibyte.
10504 (ps-output-prologue): New fun.
10505 (ps-flush-output): Handle the case of 'prologue.
10506 (ps-begin-file): Call ps-mule-initialize.
10507 (ps-begin-job): Set ps-control-or-escape-regexp differently if
10508 printing multibyte characters.
10509 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
10510 (ps-basic-plot-string): Handle the case of printing ASCII
10511 characters by external libraries (e.g. BDF).
10512 (ps-set-font): Set ps-last-font.
10513 (ps-plot-region): Handle multibyte characters, use
10514 ps-mule-plot-string for them.
10515 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
10516
10517 * bdf.el: New file.
10518
10519 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
10520
10521 * international/mule-cmds.el (select-message-coding-system): New
10522 function.
10523 (set-language-environment-coding-systems): Set
10524 default-sendmail-coding-system.
10525
10526 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
10527 (default-sendmail-coding-system): New variable.
10528 (sendmail-send-it): Encode the message by a coding system
10529 select-message-coding-system returns.
10530
10531 1998-08-23 Eric Ludlam <zappo@gnu.org>
10532
10533 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
10534 (speedbar-mode): Set buffer to read only.
10535 (speedbar-temp-buffer-show-function): For emacs don't call hook
10536 with arguments.
10537 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
10538
10539 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
10540
10541 * speedbar.el (speedbar-key-map): Fix typo.
10542
10543 See ChangeLog.7 for earlier changes.