*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobe19cef52a580bd29cd564449ea561af42a76325d
1 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
3         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4         (icon-mode): Define indent-line-function.
5         (icon-comment-indent): Simplify.
6         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
8         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11         Bind change-log-default-mode to defeat the caching done on it.
12         Don't bother saving excursion any more.
14         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
16         * frame.el (after-setting-font-hook): Rename hooks -> hook.
17         (set-frame-font): Use the new name (and the old for compatibility).
19         * toolbar/tool-bar.el (tool-bar-mode): 
20         * time.el (display-time-mode): 
21         * recentf.el (recentf-mode): 
22         * paren.el (show-paren-mode): 
23         * mwheel.el (mouse-wheel-mode): 
24         * msb.el (msb-mode): 
25         * jka-compr.el (auto-compression-mode): 
26         * image-file.el (auto-image-file-mode): 
27         * hl-line.el (hl-line-mode): 
28         * delsel.el (delete-selection-mode): 
29         * autoinsert.el (auto-insert-mode): 
30         * complete.el (partial-completion-mode): Drop unneeded positional args.
32         * info.el (Info-mode): 
33         * comint.el (comint-mode): Don't both with make-local-hook.
35         * log-edit.el (log-edit-menu): New menu.
37 2000-11-03  Miles Bader  <miles@gnu.org>
39         * wid-edit.el (widget-end-of-line): Reinstate, with a new
40         definition, so that trailing spaces are handled properly.
41         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
43 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
45         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
46         tab character.
47         (fancy-splash-screens): Set tab-width to 20.
49 2000-11-03  Dave Love  <fx@gnu.org>
51         * comint.el (comint-completion-addsuffix): Fix custom type.
53 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
55         * font-lock.el (font-lock-buffers): Remove.
56         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
57         (font-lock-change-major-mode): Remove.
58         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
59         (font-lock-default-fontify-region): Extend the multiline
60         fontification to whole lines.
61         (font-lock-fontify-anchored-keywords)
62         (font-lock-fontify-keywords-region): If matching just one
63         line (with \n) only mark the \n as multiline.
65         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
66         Correctly handle the case where several :group args are supplied.
67         Allow :extra-args.
68         (easy-mmode-define-global-mode): Allow :extra-args.
69         Correctly handle the case where several :group args are supplied.
71 2000-11-02  Miles Bader  <miles@gnu.org>
73         * calendar/calendar.el (diary-face, calendar-today-face) 
74         (holiday-face): Remove dependency on `window-system'.
76 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
78         * Makefile.in (emacs): Set EMACSLOADPATH always.
79         (update-authors, .el.elc, compile-files): Don't do it explicitly
80         here.
81         (compile-files): Bomb out if compilation of a file fails.
83 2000-11-02  Dave Love  <fx@gnu.org>
85         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
87 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
89         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
90         punctuation in the warning inserted into the *mail* buffer.
92 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
94         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
95         (authors-public-domain-p): New function.
96         (authors-print): Use it.
98         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
100         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
102 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
104         * ps-print.el: Extension for even/odd printing.  Doc fix.
105         (ps-print-version): New version number (6.3.1).
106         (ps-even-or-odd-pages): Customization fix.
107         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
108         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
109         (ps-page-count): Var replaced by `ps-page-column'.
110         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
111         (ps-print-sheet-p): New fun.
113 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
115         * tooltip.el (tooltip-gud-tips-setup): New function.
116         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
117         (tooltip-mode): Call tooltip-gud-tips-setup.
118         (tooltip-gud-tips): Use `gud-basic-call' instead of
119         process-send-string, so the prompt gets frobbed appropriately.
120         Handle nil return value from `tooltip-gud-print-command'.
122 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
124         * comint.el (comint-add-to-input-history): New function.
125         (comint-send-input): Use `comint-add-to-input-history'.
127 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
129         * info.el (info-menu-header): New face.
130         (Info-fontify-menu-headers): New function.
131         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
133         * info.el (Info-insert-dir): Don't include blank lines at
134         beginning of additional dir files (one is added automatically).
136 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
138         * emacs-lisp/easy-mmode.el (define-minor-mode):
139         Revert the latest changes.
140         Allow the three positional arguments to be skipped and replaced
141         by keyword arguments.
142         Add a :toggle argument to determine whether a nil arg means toggle
143         or means turn-on.  The default is unchanged.
144         Add a call to force-mode-line-update.
146 2000-11-01  Dave Love  <fx@gnu.org>
148         * emacs-lisp/elp.el (elp-restore-function): Remove autoload
149         cookie.
151 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
153         * calendar/calendar.el (diary-face, holiday-face): Add
154         dark-background variants.
156 2000-10-31  Sam Steingold  <sds@gnu.org>
158         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
159         `tex-main-file' does not have directory in it.
161 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
163         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
165 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
167         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
168         functional change.
170 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
172         * files.el (find-file-noselect): When we expand a wildcard, return
173         a list of buffers, as we should do according to the doc string.
175 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
177         * loadup.el (top level): Adjust load path if program name is
178         "../src/bootstrap-emacs", in case it's not dumped and thus the
179         load path adjustment hasn't already been done.
181 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
183         * ps-print.el: Fix bug on selected pages for printing.  Use
184         `color-values' for Emacs 21.  Ensure fontification when jit-lock
185         is on.  Try to avoid warning messages when compiling.  Doc Fix.
186         (ps-print-version): New version number (6.3).
187         (ps-color-device): Use `color-values' to determine if device
188         supports color.
189         (ps-color-values): Try to use `x-color-values' when using XEmacs.
190         (ps-print-page-p): Changed from defsubst to defun.
191         (ps-page-number): Changed from defmacro to defun.
192         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
193         printing.
194         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
195         (ps-end-file, ps-dummy-page): Funs eliminated.
196         (ps-print-color-scale): Changed default value.
197         (ps-page-n-up, ps-print-page-p): New internal vars.
198         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
199         (ps-plot-region, ps-generate, ps-end-job): Code fix.
201         * delim-col.el: Little programming improvement.
202         (delimit-columns-str): New macro.
203         (delimit-columns-region, delimit-columns-rectangle): Code fix.
205 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
207         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
208         Moved to european.el.
209         (ccl-encode-mac-roman-font, fontset-mac): Modified for
210         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
211         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
212         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
214 2000-10-30  Dave Love  <fx@gnu.org>
216         * progmodes/cc-menus.el (imenu-generic-expression)
217         (imenu-progress-message): Only defvar when compiling.
219         * emacs-lisp/elp.el (elp-unload-hook): New function.
221         * loadhist.el (unload-feature): Call elp-restore-function,
222         checking for symbols; don't use elp-restore-all.
223         (loadhist-hook-functions): Doc fix.
225 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
227         * log-edit.el (log-edit-confirm): Fix the default.
229 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
231         * delim-col.el: Little fix: replace delimit-columns-align-columns by
232         delimit-columns-format.
233         (delimit-columns-region, delimit-columns-rectangle): Code fix.
235 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
237         * comint.el (comint-replace-by-expanded-history): Don't use
238         comint-get-old-input (we're not looking at *old* input).
239         (comint-get-old-input-default): If using fields, signal an error
240         when the point is not in an input field.
242 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
244         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
245         and mule-unicode-e000-ffff.
247         * international/mule.el (decode-char, encode-char): New functions.
248         (make-coding-system): Accept a symbol of translation table as a
249         value of property `safe-chars'.
251         * international/mule-cmds.el (encode-coding-char): Check property
252         safe-chars instead of safe-charsets.
254         * international/fontset.el (fontset-default): Modified for
255         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
256         (x-font-name-charset-alist): Likewise.
257         (ccl-encode-unicode-font): New CCL program.  Record it in
258         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
260         * language/european.el (mac-roman-decoder, mac-roman-encoder):
261         New translation tables.
262         (decode-mac-roman, encode-mac-roman): Definition of these CCL
263         programs are modified and moved from mac-win.el.
264         (mac-roman): Definition of this coding system is modified and
265         moved from mac-win.el.
267 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
269         * ediff-wind.el (ediff-setup-control-frame): Enclose
270         face-attribute in condition-case to avoid errors in older emacsen.
272 2000-10-29  Miles Bader  <miles@gnu.org>
274         * custom.el (custom-add-to-group): Allow multiple entries for a
275         given value OPTION, as long as their widget types are different.
276         * cus-edit.el (custom-face-value-create): If face name doesn't end
277         with "face", add such here (similar to custom group widgets).
279         * comint.el (comint-highlight-prompt): Add :type.
281 2000-10-28  John Wiegley  <johnw@gnu.org>
283         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
284         Changed this function to operate on a temporary buffer instead of
285         the main buffer.  This not only keeps flyspell from marking a
286         buffer as changed that wasn't, but it solves the jumpy cursor
287         problem when attempts are made to edit incorrect words.
288         (flyspell-maybe-correct-doubling): Same change as for
289         `flyspell-maybe-correct-transposition'.
291         * calendar/timeclock.el (timeclock-log): Doc fix.
292         (timeclock-last-event): Doc fix.
293         (timeclock-log): Kill the timelog buffer after appending a new
294         event.
295         (timeclock-find-discrep): Use a temp buffer to read in the
296         timelog, instead of visiting the file.
297         (timeclock-log-data): A new function, along with a host of helper
298         functions, for the purpose of making timelog data accessible to
299         programmers.
301         * eshell/esh-mode.el (window-height test): Make certain that
302         `eshell-stringify-t' is non-nil.
303         (eshell-password-prompt-regexp): Changed to a much simpler
304         password regexp.
305         (eshell-send-input): If `eshell-invoke-directly' returns t,
306         directly invoke the parsed command using `eval'.  This improves
307         turn-around time on simple commands by a factor of three or
308         greater, such as cd, ls, pwd, etc. -- which get used very often.
309         It also conserves thousands of cons cells per call (since
310         `eshell-do-eval' consumes memory like a Cookie Monster set loose
311         in the Pacific Cookie Company).
313         * eshell/esh-test.el (eshell-test): Whitespace fix.
315         * eshell/em-ls.el (eshell-ls-insert-directory): Make
316         `eshell-ls-initial-args' nil when inserting directory contents.
318         * eshell/em-script.el (eshell-script-initialize): Add names to
319         `eshell-complex-commands, since `source' and `.' are complex.
321         * eshell/esh-cmd.el (eshell-rewrite-for-command)
322         (eshell-rewrite-while-command): Use `eshell-protect' instead of
323         `eshell-copy-handles'.
324         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
325         bodies.
326         (eshell-separate-commands): Whitespace fix.
327         (eshell-complex-commands): Added a new list of names, for
328         determining whether a given command is as simple as it looks.
329         (eshell-invoke-directly): New function.  Returns t if a command
330         should be invoked directly (using `eval'), rather than indirectly
331         using `eshell-do-eval'.
332         (eshell-do-eval): Whitespace fix.
334         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
335         which provides an emulation of the DOS shell behavior of assuming
336         that cp/mv/ln should copy/move/link to the current directory.
337         (eshell-remove-entries): Added a doc string.
338         (eshell-shuffle-files): Removed the check for `target' being null.
339         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
340         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
341         it to do a smarter check of whether a destination was provided.
342         (eshell/mv, eshell/cp): Enable `:preserve-args'.
343         (eshell/ln): Enable `:preserve-args', and use
344         `eshell-mvcpln-template' to implement the body of the function.
345         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
346         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
347         list after flattening it.  This makes it possible to cat files
348         with numerical names.
349         (eshell-unix-initialize): Added several names to
350         `eshell-complex-commands.
351         (eshell-unix-command-complex-p): Return t if a given command name
352         may result in external processes being invoked.
354         * eshell/em-glob.el (eshell-glob-show-progress): Make this
355         variable nil by default, since it slows down glob processing by a
356         factor of two or more, and increases memory consumption.
358         * eshell/em-smart.el: Added a note about how memory consumptive
359         smart display mode can be (at least this is true in Emacs 21).
360         (eshell-smart-initialize): Whitespace fix.
361         (eshell-refresh-windows): Use `if' instead of `when'.
362         (eshell-smart-scroll-window): Calling `save-current-buffer' was
363         not necessary.
364         (eshell-currently-handling-window): Added a missing global
365         variable.
367         * eshell/em-ls.el (eshell-do-ls): Code simplification.
368         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
369         Whitespace fix.
370         (eshell-ls-exclude-hidden): Added this variable in addition to
371         `eshell-ls-exclude-regexp'.  This one prevents files beginning
372         with . from even being read, which can improve memory consumption
373         quite a bit.
374         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
375         read file entries beginning with a dot.  In home directories with
376         lots of hidden files, fully two-thirds of the time spent in ls is
377         used to read directory entries that are immediately thrown away.
378         (eshell-ls-initial-args): Added back this configuration variable,
379         for specifying default initial arguments to every call to ls.
380         Much faster than using an alias to do the same thing.
381         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
382         (eshell-ls-dir): Whitespace change.
384         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
386         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
387         available.
388         (eshell-stringify-t): Added a customization variable, to indicate
389         whether `t' should be rendered as a string at all.  If not, one
390         can still determine if the result of an expression is true using
391         "file-exists-p FILE && echo true".
392         (eshell-stringify): If `eshell-stringify-t' is nil, don't
393         stringify t!
395         * eshell/esh-module.el: Whitespace fix.
397         * eshell/em-alias.el (eshell-alias-initialize): Added
398         `eshell-command-aliased-p' to `eshell-complex-commands'.
399         (eshell-command-aliased-p): New function that returns t if a
400         command name names an aliased.
402 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
404         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
405         redrawing the screen when changing cursor color.
406         (viper-insert-state-pre-command-sentinel)
407         (viper-replace-state-pre-command-sentinel)
408         (viper-replace-state-post-command-sentinel):
409         Use viper-preserve-cursor-color.
410         Many functions changed to use viper= instead of = when comparing
411         characters.
412         * viper-util.el (viper-memq-char,viper=): New functions for
413         working with characters.
414         (viper-change-cursor-color): Fixed buglet.
415         Many functions changed to use viper= instead of = when comparing
416         characters.
417         * viper.el (viper-insert-state-mode-list): Added eshell.
419         * ediff-init.el (ediff-before-setup-hook): New hook.
420         Several typos fixed in various docstrings.
421         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
422         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
423         hook.
424         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
425         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
426         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
427         (ediff-get-selected-buffers): New function.
428         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
429         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
430         save-window-excursion.
431         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
432         termination check in while loop.
433         * ediff.el (ediff-get-default-file-name): Better defaults when in
434         dired buffer.
435         (ediff-files,ediff-merge-files,ediff-files3)
436         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
438 2000-10-28  Dave Love  <fx@gnu.org>
440         * info.el (Info-fontify-node): Add help-echo for menu items.
442 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
444         * startup.el (normal-top-level): If the value of $TERM indicates
445         we are running from xterm or one of its work-alikes, default to a
446         light background mode.
448         Support for -fg, -bg, and -rv command-line arguments for TTYs:
449         * faces.el (tty-handle-reverse-video): New function.
450         (tty-create-frame-with-faces): Call it.
452         * frame.el (frame-notice-user-settings): Don't apply
453         default-frame-alist and initial-frame-alist to MS-DOS frames.
454         Call tty-handle-reverse-video, frame-set-background-mode, and
455         face-set-after-frame-default for non-MS-DOS frames.
457         * startup.el (tty-long-option-alist): New variable.
458         (tty-handle-args): New function.
459         (command-line): Call tty-handle-args.
461         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
462         startup.el now does that for all character-terminal frames.
464 2000-10-28  Miles Bader  <miles@gnu.org>
466         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
467         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
468         global.  If :global is followed by a non-nil but non-t value,
469         make the mode buffer-local, but also generate a `global-MODE'
470         version using `easy-mmode-define-global-mode'.  Add
471         :conditional-turn-on keyword argument.
473 2000-10-28  Dave Love  <fx@gnu.org>
475         * international/latin1-disp.el (latin1-char-displayable-p): Don't
476         use window-system.
478 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
480         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
481         Don't call find-buffer-file-type-coding-system.  Instead, just
482         set eol-type to -unix if inhibit-eol-conversion is in effect, or
483         if the file is on an untranslated filesystem.
484         (add-untranslated-filesystem): Use "D" instead of "f" inside
485         interactive.
487 2000-10-27  Dave Love  <fx@gnu.org>
489         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
490         (refill-mode): Use it.
492 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
494         * international/quail.el (quail-activate): Don't make-local-hook.
496 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
498         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
499         manual backups and file.~<rev>.~ for automatic ones.
500         (vc-make-version-backup): Don't do it on MS-DOS without long file
501         names.
503         * vc.el (vc-version-other-window): If an automatic backup of the
504         desired version exists, rename it instead of copying it.
506         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
507         after command.  If there's an unexpected error, signal it instead
508         of being silent.
509         (vc-cvs-merge-news): Be prepared for no news at all.
511 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
513         * shell.el (shell): Add BUFFER argument.
514         * comint.el (make-comint-in-buffer): New function.
515         (make-comint): Use it.
517         * faces.el (face-spec-choose): Change syntax so that the list of
518         attribute-value pairs is now the cdr of each clause, not the cadr.
519         Detect old-style entries, and handle them.  Use pop.
521 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
523         * cus-edit.el (custom-mode-map): Use a sparse map.
524         (custom-mode): Don't bother with make-local-hook.
526         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
528         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
530 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
532         * ps-print.el: Avoid compilation gripes.
533         (ps-print-version): New version number (6.2.1).
535 2000-10-26  Dave Love  <fx@gnu.org>
537         * menu-bar.el: Modify some menu item help strings.
538         (menu-bar-help-menu): Add link to MORE.STUFF.
540         * cus-edit.el (custom-mode): Add `special' mode-class property.
542         * wid-browse.el (widget-browse-mode): Likewise.
544         * wid-edit.el (widget-specify-field): Revert to using local-map
545         property, not keymap.
547 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
549         * wid-edit.el (widget-field-end): When checking for a `boundary'
550         field, do so in the correct buffer.
552         * simple.el (undo): Correctly distinguish between numeric and
553         non-numeric prefix args in non-transient-mark-mode, as per the doc
554         string.  When in transient-mark-mode, treat all prefix-args as
555         numeric.
557         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
558         Position point on match.  Handle N == 0 correctly.
560         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
561         (comint-mode-map): Reverse order of `comint-write-output' and
562         `comint-append-output-to-file'.
563         (comint-append-output-to-file): Reinstate this function, for the
564         benefit of the menu.
566 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
568         * vc.el (vc-version-other-window): Bind `file'.
570 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
572         * Makefile.in (update-authors): New target for maintenance purposes.
574         * emacs-lisp/authors.el (batch-update-authors): New function.
575         (authors-fixed-entries): New defconst.
576         (authors-add-fixed-entries): New function.
577         (authors): Call it.: Don't process lispref/.
579 2000-10-25  Jason Rumney  <jasonr@gnu.org>
581         * cus-edit.el (custom-button-face, custom-button-pressed-face):
582         Merge x w32 and mac definitions.
584 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
586         * menu-bar.el (menu-bar-options-menu): Add a help string for
587         `uniquify'.
589 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
591         * time-stamp.el (time-stamp-string-preprocess):
592         Fix a wrong type argument error.
594 2000-10-25  Miles Bader  <miles@gnu.org>
596         * recentf.el (recentf-mode): Variable removed.
597         (recentf-mode): Use `define-minor-mode'.
599         * mwheel.el (mouse-wheel-mode): New global minor mode.
600         (mwheel-install): Use `mouse-wheel-mode'.
602 2000-10-25  Dave Love  <fx@gnu.org>
604         * progmodes/cperl-mode.el (cperl-mode):
605         Set normal-auto-fill-function correctly.
607         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
608         inherit from global-map and don't nullify menu-bar and tool-bar
609         bindings.
611 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
613         * wid-edit.el (widget-field-at): New function.
614         (widget-at, widget-field-activate): Use it.
615         (widget-tabable-at): Use `widget-at'.
616         (widget-specify-field): If the terminating character of the widget
617         field (which is read-only) is a newline, put it into a special
618         `boundary' field so that C-n/C-p act more naturally.
619         (widget-field-end): Also don't subtract one if a special
620         `boundary' field has been added after the widget field.
622         * comint.el (comint-output-filter, comint-send-input): Don't
623         bother adding stickiness fields to overlays to fool the field
624         code, since it should notice the overlay insertion-types now.
626         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
627         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
628         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
630 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
632         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
633         (authors): Set file coding system to iso-2022-7bit.  Add
634         file-local variables to output buffer.
636         * files.el (after-find-file): Don't print any warnings if
637         WARN is nil.
639 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
641         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
643         * delim-col.el: Now there is a column formatting mechanism.
644         Modified to customization mechanisms convention.  Doc fix.
645         (columns): New group for delim-col.
646         (delimit-columns-before, delimit-columns-after)
647         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
648         (delimit-columns-end): New vars.
649         (delimit-columns-customize, delimit-columns-format): New funs.
650         (delimit-columns-region, delimit-columns-rectangle)
651         (delimit-columns-rectangle-line): Modified to support column
652         formatting.
654 2000-10-24  Dave Love  <fx@gnu.org>
656         * log-edit.el (log-edit): Add :version and a :group for vc.
658 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
660         * files.el (after-find-file): Don't print a message ``New file''
661         if WARN is nil.
663         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
664         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
665         get duplicate tool-bar entries because we'll see the global ones
666         on more than one path through keymaps.
668         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
670         * progmodes/cmacexp.el: Change Francesco's email address.
672 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
674         * window.el (fit-window-to-buffer): Adjust point of the window
675         buffer, not that of the current buffer.
677 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
679         * progmodes/cmacexp.el: Update the euthor's email address.
681 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
683         * faces.el (face-spec-set-match-display): Add `graphic' display
684         type (the inverse of `tty').  Use `display-graphic-p' instead of
685         the window-system variable.
687 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
689         * international/isearch-x.el (isearch-with-input-method): Call
690         input-method-function with the first event in
691         unread-command-events.
693 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
695         * faces.el (face-default-spec, face-user-default-spec): Make
696         defsubsts.
698 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
700         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
701         New charsets.
703         * term/mac-win.el: Remove definitions of mac-roman-lower and
704         mac-roman-upper, require dired, and define instead of set
705         mac-ready-for-drag-n-drop to avoid compilation error.
707 2000-10-23  Andrew Innes  <andrewi@gnu.org>
709         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
710         superfluous calls to subst-char-in-string; instead apply
711         expand-file-name after convert-standard-filename to ensure
712         expected directory separators are used.
714 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
716         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
718 2000-10-23  Dave Love  <fx@gnu.org>
720         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
721         (tool-bar-add-item): Set foreground and background for XBM icons.
723         * international/latin1-disp.el (latin1-char-displayable-p): New
724         function (from Handa).
725         (latin1-display-check-font): Use it.
727         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
728         using :key-sequence, making it much more usable.  Use nconc, not
729         append.
730         (imenu--create-keymap-1): Avoid append.
732         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
734 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
736         [the following changes fix a bug where `define-minor-mode' didn't
737         correctly generate :require clauses for defcustoms in compiled files]
738         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
739         (byte-compile-log-file, byte-compile-log-1): Don't set
740         `byte-compile-current-file' to nil.  Instead set
741         `byte-compile-last-logged-file' to it.  Test whether
742         byte-compile-current-file equals byte-compile-last-logged-file
743         instead of whether its nil.
744         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
746 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
748         * textmodes/refill.el: Fix var names in doc.
749         (refill-mode): Don't bother with make-local-hook anymore.
751 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
753         * faces.el (face-user-default-spec, face-default-spec): New functions.
754         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
755         (frame-set-background-mode, face-set-after-frame-default):
756         Use `face-user-default-spec'.  Simplify code slightly.
758         * woman.el (woman-italic-face, woman-bold-face)
759         (woman-unknown-face): Add dark-background variants.
760         (woman-default-faces): Renamed from `woman-colour-faces'.
761         Set using the stored defaults, rather than using hard-wired colors.
762         (woman-monochrome-faces): Renamed from `woman-black-faces'.
763         Just make the foreground `unspecified' rather than "black".
764         (woman-menu): Rename menu entries accordingly.
766         * faces.el (header-line): Make more reasonable on mono/grayscale
767         displays.
769 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
771         * cus-edit.el (custom-button-face): Use 3D look for mac.
772         (custom-button-pressed-face): Likewise.
774         * faces.el (set-face-attributes-from-resources): Handle mac frames
775         in the same way as x and w32 frames.
776         (face-valid-attribute-values): Likewise.
777         (read-face-attribute): Likewise.
778         (defined-colors): Likewise.
779         (color-defined-p): Likewise.
780         (color-values): Likewise.
781         (display-grayscale-p): Likewise.
782         (face-set-after-frame-default): Likewise.
783         (mode-line): Same default face as for x and w32.
784         (tool-bar): Likewise.
786         * frame.el: Remove call to frame-notice-user-settings at end of
787         the file.
789         * info.el (Info-fontify-node): make underlines invisible for mac
790         as for x, pc, and w32 frame types.
792         * term/mac-win.el: New file.
794 2000-10-22  Dave Love  <fx@gnu.org>
796         * textmodes/refill.el: New file.
798 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
800         * vc-hooks.el (vc-version-backup-file-name): New optional args
801         MANUAL and REGEXP.
802         (vc-delete-automatic-version-backups, vc-make-version-backup):
803         New functions.
804         (vc-before-save): Use the latter.
805         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
806         confusion.
808         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
809         expected by vc[-hooks].el.
811         * vc.el (vc-checkout): Added `-p' suffix in call to
812         vc-make-version-backups-p; use vc-make-version-backup to actually
813         make the backup.
814         (vc-version-other-window, vc-version-backup-file): Handle both
815         automatic and manual backups.
816         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
817         of all of them.
819 2000-10-22  Miles Bader  <miles@gnu.org>
821         * comint.el (comint-highlight-input, comint-highlight-prompt):
822         Renamed, `-face' at end removed.
823         (comint-send-input, comint-output-filter): Use renamed faces.
825         * window.el (fit-window-to-buffer): Change defaulting of
826         MAX-HEIGHT slightly.
828         * faces.el (color-values, color-defined-p): Use `member', not
829         `memq', because it works correctly for strings.
830         (frame-set-background-mode): Actually, "unspecified-fg" and
831         "unspecified-bg" *are* strings.  Use `member', not `memq', and
832         `equal', not `eq', when a string value is possible.
834 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
836         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
838 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
840         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
841         sh-electric-rparen, sh-electric-less and sh-electric-hash.
842         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
843         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
844         (sh-font-lock-syntactic-keywords): Use them.
845         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
846         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
847         (sh-mode): Don't override font-lock-unfontify-region-function.
848         Use a copy of sh-font-lock-syntactic-keywords.
849         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
850         Don't call sh-scan-buffer since font-lock does it on the fly.
851         (sh-get-indent-info): Use `face' rather than `syntax-table'
852         text-property to detect here-documents.
853         Replace sh-special-syntax with sh-st-punc.
854         (sh-prev-line): Use `face' rather than `syntax-table'
855         text-property to skip over here-documents.
856         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
857         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
858         (sh-electric-less, sh-set-here-doc-region)
859         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
860         (sh-scan-buffer, sh-rescan-buffer): Remove.
862 2000-10-21  Andrew Innes  <andrewi@gnu.org>
864         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
865         remote (ange-ftp) file names.
867 2000-10-21  Miles Bader  <miles@gnu.org>
869         * window.el (fit-window-to-buffer): New function.
870         (shrink-window-if-larger-than-buffer): Use it.
871         (window-text-height): Don't expect minibuffers to have mode-lines.
873         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
874         * international/quail.el (quail-update-guidance): Use
875         `fit-window-to-buffer' instead of `set-window-text-height'.
877         * international/quail.el (quail-show-guidance-buf): Make sure
878         guidance window really has enough room.
879         (quail-update-guidance): If quail-guidance-win is already shown,
880         make sure its height is OK.
882         * window.el (window-text-height, set-window-text-height):
883         New functions.
884         (shrink-window-if-larger-than-buffer): Use `window-text-height'
885         instead of `window-height' & `mode-line-window-height-fudge'.
886         (mode-line-window-height-fudge): Add FACE parameter.
887         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
888         instead of `enlarge-window' & `mode-line-window-height-fudge'.
890 2000-10-20  Miles Bader  <miles@gnu.org>
892         * window.el (height-affecting-face-attributes): Use `defconst'.
894         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
895         New function, conditionally aliased to `mode-line-window-height-fudge'.
896         (ispell-help): Use it.
897         (ispell-choices-win-default-height): Don't include mode-line fudge.
898         (ispell-choices-win-default-height): New function.
899         (ispell-show-choices, ispell-command-loop): Use function
900         `ispell-choices-win-default-height' instead of variable.
902 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
904         * window.el (mode-line-window-height-fudge): New variable.
905         (height-affecting-face-attributes): New variable.
906         (mode-line-window-height-fudge): New function.
907         (shrink-window-if-larger-than-buffer): Use it.
908         * help.el (resize-temp-buffer-window): Likewise.
910         * info.el (Info-fontify-node): Add support for @subsubsection
911         titles, which use `Info-title-4-face'.
912         (Info-title-4-face): New face.
913         (Info-title-3-face): Inherit from Info-title-4-face instead of
914         variable-pitch.
916 2000-10-19  Jason Rumney  <jasonr@gnu.org>
918         * dired.el (dired-insert-directory): Do not let errors signalled by
919         attempt to run dired-free-space-program prevent dired from working.
921 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
923         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
925 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
927         * dirtrack.el (dirtrack): Fix call to run-hooks.
929         * cmuscheme.el (cmuscheme-program-name): Renamed from
930         scheme-program-name because xscheme.el contains a defcustom with
931         the same name.  As a consequence, customizing group `cmuscheme'
932         loaded `xscheme' which redefined run-scheme.
933         (run-scheme): Use cmuscheme-program-name.
935         * ps-print.el (ps-print-emacs-type): Move into the
936         eval-and-compile.
938         * play/doctor.el (doctor-death): Update the Samaritans'
939         anonymous address, and add a website for Befrienders International.
941 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
943         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
944         Avoid compilation gripes.  Doc fix.
945         (ps-print-version): New version number (6.2).
946         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
947         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
948         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
949         (ps-x-extent-priority, ps-x-extent-start-position)
950         (ps-x-face-font-instance, ps-x-find-coding-system)
951         (ps-x-font-instance-properties, ps-x-make-color-instance)
952         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
953         avoid compilation gripes without defining functions.
954         (ps-e-find-composition): Alias for function find-composition, to have a
955         suitable function depending on Emacs version.
956         (ps-color-device, ps-color-values, ps-face-foreground-name)
957         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
958         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
959         (ps-print-ensure-fontified): Function definitions surrounded by
960         `eval-and-compile' to avoid compilation gripes.
961         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
962         by symbol-value to avoid compilation gripes.
963         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
964         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
966 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
968         * startup.el (normal-top-level): Call `frame-set-background-mode'
969         after `frame-notice-user-settings' because the latter doesn't call
970         the former on a tty.
972         * faces.el (frame-set-background-mode): `unspecified' &c are
973         symbols, not strings.
975 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
977         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
978         why some "light*" colors are deliberately absent from the alist.
980         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
981         Change colors for tty's, as suggested by Miles Bader.
983 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
985         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
986         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
987         for ISO10646-1 fonts.
988         (x-font-name-charset-alist): Add an entry for "iso10646-1".
990 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
992         * faces.el (frame-set-background-mode): If a tty frame defines a
993         background color, use that to compute the background mode, instead
994         of always defaulting to "dark".
996 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
998         * comint.el (comint-write-output): New function.
999         (comint-mode-map): Add it to the menu.
1000         Bind `C-c C-s' to comint-write-output.
1002 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
1004         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1005         Use fancy-splash-delay.
1007 2000-10-18  Alex Schroeder  <alex@gnu.org>
1009         * progmodes/sql.el (sql-sybase-options): New option.
1010         (sql-sybase): Use it.  Add sql-database to the list of parameters
1011         provided for login.  The options -w 2048 -n are not used any more.
1013         * comint.el (comint-read-input-ring): Bugfix such that the first
1014         and the last entry of the input ring file are not lost.
1016 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1018         * ps-print.el: Internal variable changes to defcustom,
1019         make-local-hook changes to defvar.  Doc fix.
1020         (ps-print-version): New version number (6.1).
1021         (ps-setup, ps-do-despool): Code fix.
1022         (ps-printer-name): Customization fix.
1023         (ps-printer-name-option): Now is a defcustom instead of an
1024         internal variable.
1025         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1026         (ps-print-begin-column-hook): Now are defvar instead of
1027         make-local-hook.
1029 2000-10-18  Miles Bader  <miles@gnu.org>
1031         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1032         (comint-kill-output): Changed into an alias for `comint-delete-output',
1033         and made obsolete.
1034         (comint-mode-map): Rename references to comint-kill-output.
1036 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
1038         * diff-mode.el (diff-header-face, diff-file-header-face)
1039         (diff-changed-face): Add bold and italic attributes to tty faces.
1040         (diff-function-face): New face.
1041         (diff-font-lock-keywords): Use it.
1043 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
1045         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1046         Remove commented-out call to force-mode-line-update.
1047         (comint-kill-output): Use `forward-line 0' instead of
1048         beginning-of-line to make sure we get past the prompt.
1050 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
1052         * diff-mode.el (diff-header-face, diff-file-header-face):
1053         Add specific setting for dark background.
1054         (diff-context-face): Renamed from diff-comment-face.
1055         Set explicitly rather than inheriting from font-lock-comment-face.
1057 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
1059         * startup.el (command-line): Move the code which sets the default
1060         TTY colors to before before-init-hook.
1062 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
1064         * jit-lock.el (jit-lock-stealth-time): Doc fix.
1066 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
1068         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1069         extensions, for MS-DOS.
1071         * diff-mode.el (diff-header-face, diff-file-header-face)
1072         (diff-changed-face): Define tty-specific colors.
1074 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
1076         * startup.el (fancy-splash-text): Realign the text.
1078 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
1080         * font-lock.el (font-lock-comment-face): Define a separate default
1081         for dark-background tty's.
1083 2000-10-17  Miles Bader  <miles@gnu.org>
1085         * help.el (resize-temp-buffer-window): Add hack to avoid last line
1086         being obscured by whizzy mode-lines on graphics displays.
1088 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
1090         * info.el (Info-title-1-face, Info-title-2-face)
1091         (Info-title-3-face): Define colors for tty's.
1092         (info-header-node): Remove unneeded tty-specific definition.
1094 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
1096         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1097         reverse from the frame parameters, and don't invert foreground and
1098         background colors.
1100 2000-10-16  Miles Bader  <miles@gnu.org>
1102         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1103         string "*Info*".  Call propertized-buffer-identification to spruce
1104         up the result.
1106 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
1108         * help.el: Provide `help' for the sake of define-minor-mode
1109         which generates defcustoms with requires.
1111         * jit-lock.el (jit-lock-after-change): If we're in text that
1112         matches a multi-line font-lock pattern, make sure the whole text
1113         will be redisplayed.
1115         * emacs-lisp/authors.el (authors-add): Don't add an entry if
1116         author's name is unknown.
1118         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1119         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1120         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1121         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1122         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1123         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1124         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1125         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1126         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1127         Add author information.
1129 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
1131         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1132         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1133         full-color version (using the Gimp) to eliminate dithering artifacts.
1135 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
1137         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1139         * simple.el (syntax-flag-table, string-to-syntax): Remove.
1141 2000-10-15  Dave Love  <fx@gnu.org>
1143         * progmodes/sh-script.el: Require skeleton and comint when
1144         compiling.
1146         * pcomplete.el (pcomplete) <defgroup>: Add :version.
1148         * whitespace.el: Doc fixes.
1149         (top-level): Don't add hooks here.
1150         (whitespace-running-emacs): Deleted.
1151         (timer): Don't require.
1152         (whitespace): Add back :version conditional on xemacs test.
1153         (whitespace-spacetab-regexp, whitespace-indent-regexp)
1154         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1155         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1156         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1157         Avoid specific xemacs test.
1158         (whitespace-global-mode): New option.
1159         (whitespace-global-mode): New command.
1160         (whitespace-unload-hook): New function.
1162         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
1163         (Info-fontify-node, Info-goto-node, Info-mode-menu)
1164         (Info-fontify-node): `Goto' goes to `Go to'.
1165         (Info-fontify-node): Add help-echo to xref links.
1167 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
1169         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1171 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
1173         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1174         Use plist-get and allow :inherit.
1176         * emacs-lisp/cl-macs.el (cl-do-arglist):
1177         Use plist-get and plist-member instead of memq.
1179         * emacs-lisp/ewoc.el (ewoc-location): New function.
1180         (ewoc-enter-after, ewoc-enter-before): Document return value.
1181         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1182         Don't need make-local-hook any more.
1183         (cvs-addto-collection): Return the new tin.
1184         (cvs-mode-insert): Jump to the new line.
1186         * jit-lock.el (jit-lock-fontify-buffer): Remove.
1188         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1190         * font-lock.el (font-lock-syntactically-fontified): New var.
1191         (font-lock-fontify-syntactic-keywords-region): Use it.
1192         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
1194         * diff-mode.el (diff-find-file-name): Fix regexp.
1196         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1197         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1199         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1200         (sh-mode-syntax-table): Add punctuation syntax for < and >.
1201         (sh-mode): Don't make all vars local here.
1202         (sh-kw): Reformat.
1203         (sh-set-shell): Use dolist.  Don't set indent-region-function.
1204         (sh-mode-syntax-table): Use pop.
1205         (sh-remember-variable): Use push.
1206         (sh-help-string-for-variable): Use memq.
1207         (sh-safe-backward-sexp): Remove.
1208         (sh-safe-forward-sexp): Add ARG.
1209         (sh-get-indent-info, sh-prev-stmt): Use it.
1210         (sh-prev-line): Simplify by using forward-comment.
1211         (sh-this-is-a-continuation): Simplify.
1212         (sh-learn-buffer-indent): Use dolist.
1213         (sh-do-nothing): Remove.
1214         (sh-set-char-syntax, sh-set-here-doc-region):
1215         Use inhibit-modification-hooks.
1216         (sh-name-style): Use mapcar and push.
1217         (sh-load-style): Use dolist.
1218         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1219         (sh-case, sh-while-getopts): Use propertize directly rather
1220         than sh-electric-rparen.
1222 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
1224         * textmodes/tex-mode.el: Require CL when compiling.
1225         (tex-mode-syntax-table): Init immediately.
1226         (tex-mode-map): Bind M-RET to latex-insert-item.
1227         (latex-mode): Set indent-line-function to latex-indent.
1228         (tex-common-initialization): Don't setup the syntax-table any more.
1229         (latex-insert-item): New skeleton.
1230         (tex-next-unmatched-end): Fix copy/paste braino.
1231         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
1232         (latex-indent, latex-find-indent): New functions.
1233         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
1234         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1235         (tex-compilation-parse-errors): Use with-syntax-table.
1237 2000-10-15  Miles Bader  <miles@gnu.org>
1239         * font-lock.el (font-lock-comment-face): Change dark-background,
1240         color, non-tty, default to `chocolate1'.
1242 2000-10-13  John Wiegley  <johnw@gnu.org>
1244         * eshell/esh-util.el (require): Added a missing `require' form,
1245         needed when compiling (for an ange-ftp macro definition).
1247 2000-10-13  Dave Love  <fx@gnu.org>
1249         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1251 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
1253         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1254         fix.
1256         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
1257         transparent -colors 8).
1259 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
1261         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1262         that breaks with old list format timestamps.
1263         (time-stamp-warn-inactive, time-stamp-old-format-warn)
1264         (time-stamp-count, time-stamp-conversion-warn): Improved doc
1265         strings.
1267 2000-10-13  John Wiegley  <johnw@gnu.org>
1269         * align.el, pcomplete.el, calendar/timeclock.el,
1270         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1272         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
1273         faulty math, where holiday hours were being computing as seconds.
1275 2000-10-13  John Wiegley  <johnw@gnu.org>
1277         * desktop.el (desktop-buffer-modes-to-save): Added a global for
1278         specifying what "other" kinds of buffers should be saved.  This
1279         used to be hard-coded.
1280         (desktop-buffer-misc-functions): A global for specifying how
1281         auxiliary data should be determined for special buffer types.
1282         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1283         instead of hard-coding the special buffer types.
1284         (desktop-save): Run `desktop-buffer-misc-functions' to gather
1285         auxiliary data, instead of hard-coding for Info buffers and dired.
1286         (desktop-buffer-info-misc-data): Aux function for determining Info
1287         buffer auxiliary info.
1288         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1289         (desktop-buffer-info): Changed this function to use the info
1290         gathered above.
1291         (desktop-create-buffer): Be a little more careful about what
1292         `minor-mode' means before calling it.  This is important for some
1293         buffer types.
1295 2000-10-13  John Wiegley  <johnw@gnu.org>
1297         * eshell/esh-util.el: Added a global form which declares an
1298         autoload for `parse-time-string', if that function is not already
1299         defined, and if parse-time.el is available on the user's system.
1301         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1302         to be aware of ange-ftp user info.
1303         (eshell-do-ls): Bind `ange-cache'.  Also, use
1304         `eshell-file-attributes'.
1305         (eshell-ls-annotate): Use `eshell-file-attributes'.
1306         (eshell-ls-file): Made the user-id printing code a bit smarter.
1308         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1309         allow identification of alias user ids in remote directories.
1310         It's manual, but there's no other way to know when the current
1311         user on the local machine, is also the owning user on the remote
1312         machine.
1313         (fboundp): Bind `ange-cache'.
1314         (eshell-directory-files-and-attributes): Re-organized the logic a
1315         bit to use `eshell-file-attributes' instead of `file-attributes'.
1316         The former is more sensitive to directories that are read via FTP,
1317         and knows how to use ange-ftp to determine full attribute
1318         information, instead of just the name and last modtime.
1319         (eshell-current-ange-uids): Return the current user id when in a
1320         remote directory.
1321         (eshell-parse-ange-ls): Parse a full directory listing that has
1322         been returned by ange-ftp.
1323         (eshell-file-attributes): This beefed up version of
1324         `file-attributes' is only special if the user is currently in a
1325         remote directory, in which case it does a lot of work to find out
1326         what the real attributes of a file are, as they appear on the
1327         remote machine.  This makes usage of remote directories (i.e.,
1328         ange-ftp pathnames) much more useful.  You can now use Eshell as a
1329         full-fledged FTP client, with much more manipulation ability than
1330         most other clients.
1332         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1333         variable, which means that Eshell's du should always be preferred
1334         in remote directories.
1335         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1336         just `file-attributes'.
1337         (eshell-mvcp-template): Bind `ange-cache', to improve performance
1338         when reading remote directories.  This is an Eshell-specific
1339         variable (not part of ange-ftp).
1340         (eshell/ln): Bind `ange-cache'.
1341         (eshell/du): Added some extra logic for determining when to use
1342         Eshell's du (which is slow), and when to use the external version
1343         (which may or may not exist).
1345         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1346         `eshell-interactive-process', rather than using
1347         `get-buffer-process', since backgrounded processes don't count in
1348         the context of this function's logic.
1350         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1351         `forward-char', so that null strings are parsed correctly.
1353 2000-09-13  John Wiegley  <johnw@gnu.org>
1355         * eshell/em-pred.el (eshell-pred-file-type,
1356         eshell-pred-file-links, eshell-pred-file-size): Use
1357         `eshell-file-attributes'.  This is more correct over ange-ftp.
1359         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1360         that remote file globbing is more efficient.
1362         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1363         gathering the files and attributes within a directory.
1365         * eshell/em-unix.el (eshell/cat): If any of the files passed on
1366         the command line is a special file (not a regular file, directory
1367         or symlink), always attempt to call the external version of cat.
1369 2000-09-13  John Wiegley  <johnw@gnu.org>
1371         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1372         Eshell-friendly version of find-tag.
1374 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
1376         * image-file.el (image-file-name-extensions)
1377         (image-file-name-regexps): Add autoload cookies.
1379 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
1381         * international/mule-cmds.el (select-safe-coding-system): If FROM
1382         is string, show it in *Warning* buffer.
1384 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
1386         * startup.el (normal-top-level): Use display-popup-menus-p instead
1387         of window-system.
1388         (command-line): Use display-graphic-p instead of window-system.
1389         (command-line-1): Use display-popup-menus-p and display-mouse-p
1390         instead of window-system.
1392 2000-10-12  Sam Steingold  <sds@gnu.org>
1394         * tooltip.el (tooltip-use-echo-area): New user variable.
1395         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1397 2000-10-12  Dave Love  <fx@gnu.org>
1399         * recentf.el: Maintainer's checkdoc fixes.
1401         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1402         character class, not ASCII when matching file names.
1403         (fancy-splash-head): Add trailing slash to URL.
1404         (command-line): Don't require XPM support for toolbar.
1406         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1407         (cperl-invalid-face): Revert last change.
1408         (cperl-init-faces): Quote cperl-invalid-face.
1410 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
1412         * startup.el (fancy-splash-text): Remove superfluous quote.
1414 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
1416         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1417         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1418         (command-line-1): Don't use fancy-splash-pending-command.
1419         (fancy-splash-screens-1): Goto point-min after inserting text.
1421         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1423         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1424         instead of shared-lisp-mode-map.
1426 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
1428         * faces.el (header-line): Change tty-variant to use underlining.
1430         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1431         (isearch-highlight): Restore lazy-isearch face properties at old
1432         position, and suppress them at new position.
1433         (isearch-dehighlight): Restore lazy-isearch face properties.
1434         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1435         over the real isearch overlay, but in that case, don't give it a
1436         face property.  Use `push'.
1438 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
1440         * man.el (Man-getpage-in-background): Fix previous change.
1441         Decode the process output only when we are in multibyte mode.
1443 2000-10-11  Dave Love  <fx@gnu.org>
1445         * info.el (Info-mode-menu): Fix some help.
1446         (info-tool-bar-map): Add entry for Info-last.
1448         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1449         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1450         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1451         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1452         * toolbar/search-replace.xpm, toolbar/exit.xpm:
1453         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1454         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1455         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1456         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1457         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1458         Reduce colour requirements to 25 overall.  (Probably wants
1459         revisiting from the originals to reduce further.)
1461 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
1463         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1464         buffer-file-coding-system, instead of raw-text.
1465         (dehexlify-buffer): Bind coding-system-for-read to
1466         buffer-file-coding-system, instead of raw-text.
1468 2000-10-11  Sam Steingold  <sds@gnu.org>
1470         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1471         `underline' - fixes the bug introduced on 2000-09-21.
1473 2000-10-11  Dave Love  <fx@gnu.org>
1475         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1476         compiler warnings.
1477         (scheme-mode): Doc fix.
1478         (scheme-font-lock-keywords-1): Match `define-syntax'.
1480 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
1482         * faces.el (frame-set-background-mode): Pay attention to saved
1483         face specs as well as default ones.  Only do anything if the
1484         bg-mode or display-type has actually changed.  Use `dolist'.
1485         (region): Make dark-background `region' face less in-your-face.
1487 2000-10-10  Sam Steingold  <sds@gnu.org>
1489         * chistory.el, ielm.el, ledit.el:
1490         * progmodes/inf-lisp.el, progmodes/scheme.el:
1491         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1493 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
1495         * textmodes/texinfo.el: Update copyright and fix typo.
1497         * desktop.el (desktop-modes-not-to-save): New var.
1498         (desktop-save-buffer-p): Use it.
1499         Also, obey desktop-buffers-not-to-save even for non-file buffers.
1500         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1502 2000-10-10  Dave Love  <fx@gnu.org>
1504         * toolbar/tool-bar.el (tool-bar-add-item)
1505         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1506         display.
1508         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1509         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1510         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1511         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1512         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1513         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1514         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1515         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1516         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1517         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1518         the .xpms; probably need retouching.
1520 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
1522         * subr.el (add-to-list): Add optional argument APPEND.
1523         * battery.el (display-battery): Use `add-to-list'.
1525 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
1527         * play/zone.el (zone-timer, zone-wc-tbl): Rework
1528         these vars as symbol properties.
1529         (zone, zone-when-idle, zone-leave-me-alone)
1530         (zone-pgm-whack-chars): Use new symbol properties.
1532         * battery.el (display-battery): Doc spelling fix.
1534         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1535         property.
1537 2000-10-09  Dave Love  <fx@gnu.org>
1539         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1540         has been initialized before calling tool-bar-setup.
1541         (tool-bar-add-item-from-menu): Add autoload cookie.
1543 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
1545         * menu-bar.el (send-mail-item-name): New function.
1546         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1547         of mail-user-agent in the menu.  Don't display the "Send Mail"
1548         item if mail-user-agent is nil or its value is ignore.
1549         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1550         if read-mail-command is nil or its value is ignore.
1552         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1554 2000-10-09  Miles Bader  <miles@gnu.org>
1556         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1557         Correct image size.
1558         * toolbar/left_arrow.xpm: Correct image size.
1560         * jka-compr.el: Don't call `jka-compr-install' when loading (it
1561         will be done by the definition of `auto-compression-mode' if
1562         necessary.  Move code to uninstall existing file-name handler
1563         before definition of `auto-compression-mode'.
1565         * image-file.el (auto-image-file-mode): Move to the end of the
1566         file, because `define-minor-mode' actually calls the mode-function
1567         if the associated variable is non-nil, which requires that all
1568         needed functions be already defined.
1570         * mouse.el (popup-menu): Balance parens.
1572 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
1574         * mouse.el (popup-menu): Move the command call outside the loop
1575         so that popup-menu returns whatever the command returns.
1577         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
1578         (initialize-new-tags-table): Use run-hook-with-args-until-success.
1579         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1580         (tags-table-format-functions): Renamed from tags-table-format-hooks.
1582         * vc.el (vc-version-diff): diff-switches can be a list.
1583         Use relative filenames for prettier output.
1585         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
1586         (vc-post-command-functions): Remove old-VC compatibility code.
1588         * newcomment.el (comment-indent-default): Autoload.
1590         * font-lock.el (font-lock-defaults): Make buffer-local.
1591         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1592         (font-lock-choose-keywords):
1593         Ignore LEVEL unless KEYWORDS is a list of syms.
1594         (c-keywords, c++-keywords, objc-keywords, java-keywords):
1595         Don't wrap regexp-opt things in \(...\) unnecessarily.
1597         * jit-lock.el: Don't require font-lock any more.
1598         (jit-lock-functions): Make buffer-local.
1599         (jit-lock-saved-fontify-buffer-function): Remove.
1600         (jit-lock-mode): Remove autoload cookie.
1601         Remove font-lock specific code.
1602         (jit-lock-unregister): Don't bother handling complex hooks any more.
1603         (jit-lock-refontify): New function.
1604         (jit-lock-fontify-buffer): Use it.
1605         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1606         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1607         Add optional args START and END.
1608         Never call font-lock-fontify-region directly.
1609         (jit-lock-function, jit-lock-stealth-fontify): Use it.
1611         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1613 2000-10-08  Dave Love  <fx@gnu.org>
1615         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1617         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1619         * play/studly.el (studlify-region, studlify-word): Add autoload
1620         cookie.
1622         * play/morse.el (morse-region, unmorse-region): Add autoload
1623         cookie.
1625         * play/spook.el (spook-phrases-file): Use expand-file-name, not
1626         concat.
1628         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1629         insist on symbols starting with word syntax.
1630         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1631         (eval-defun-1): Doc fix.
1632         (indent-sexp): Use nconc to build up indent-stack.
1634         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1635         Gnus with little use.
1636         (mail-setup-hook): Add mail-abbrevs-setup to options.
1638         * recentf.el: Doc fixes.
1640         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1641         Clean up remainder.
1643         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
1644         without timezone and (8) with timezone to enforce some whitespace.
1645         Simplify code somewhat.
1647         * options.el (list-options): Doc that you should use customize.
1649         * iswitchb.el (iswitchb-mode): Add :require.
1651         * info.el (Info-goto-node, Info-menu): Doc fix.
1652         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1653         (info-tool-bar-map): New variable.
1654         (Info-mode): Use it.
1655         (Info-edit-map): Define all in defvar.
1656         (speedbar-attached-frame): Avoid compiler warning.
1658         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1659         (global-map): Bind [tool-bar] to a filtered map.
1660         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
1661         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1662         Allow PBM icons.
1663         (tool-bar-setup): Adjust calls of tool-bar-add-item.
1665         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1666         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1667         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
1668         icons, except up_arrow, which is left-arrow rotated.
1670         * imenu.el (imenu-add-to-menubar): Fix last change.
1672 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
1674         * generic-x.el (rul-generic-mode): Remove eval-when-compile
1675         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
1677 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
1679         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1680         typos in doc strings.
1682         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1683         the doc strings how to customize Font Lock faces.
1685         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1686         computing growth when dragging the header line.
1688 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
1690         * simple.el (kill-line): Doc fix.
1692 2000-10-08  Miles Bader  <miles@gnu.org>
1694         * faces.el (secondary-selection): Make foreground visible on tty.
1696         * jka-compr.el (auto-compression-mode): Move to the end of the
1697         file, because `define-minor-mode' actually calls the mode-function
1698         if the associated variable is non-nil, which requires that all
1699         needed functions be already defined.
1700         (with-auto-compression-mode): Add autoload cookie.
1702 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
1704         * files.el (find-backup-file-name) [ms-dos]: If support for long
1705         file names is not available, behave as if version-control were set
1706         to never.
1708 2000-10-07  Dave Love  <fx@gnu.org>
1710         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1711         (browse-url-gnome-moz): New function.
1712         (browse-url-browser-function): Use it.
1713         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1715 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
1717         * indent.el (tab-always-indent): New var.
1718         (indent-for-tab-command): Use it.
1720         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
1721         raise an error.  This way it can still default to a sane value.
1723 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
1725         * startup.el (fancy-splash-screens): Use local rather than global map.
1726         Don't use `update-menu-bindings' any more.
1727         Get rid of assumptions about keymap representation.
1729 2000-10-06  Dave Love  <fx@gnu.org>
1731         * textmodes/fill.el (sentence-end-double-space)
1732         (sentence-end-without-period):  Doc fix.
1733         (adaptive-fill-regexp): Purecopy.
1734         (unjustify-current-line): Use line-end-position.
1735         (fill-individual-paragraphs-prefix): Use line-beginning-position.
1737         * net/eudc-vars.el (eudc): Add :version, :link.
1739         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
1741         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1742         Fix for define-minor-mode.
1743         (function-at-point): Alias to function-called-at-point.
1745         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1747         * simple.el (backward-word): Doc fix.
1749         * image-file.el (image-file-name-regexp): image-file-regexps ->
1750         image-file-name-regexps.
1751         (image-file-name-extensions): Add pbm.
1753 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
1755         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1756         and add filename to the names so that diff-mode can jump to source.
1758         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
1759         (tex-font-lock-keywords, tex-font-lock-keywords-2)
1760         (tex-font-lock-keywords-1): Remove.
1761         (font-lock-turn-on-thing-lock): Use jit-lock-register.
1762         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
1763         (font-lock-default-fontify-region):
1764         Expand beg..end correctly when just following a multiline region.
1765         (font-lock-fontify-anchored-keywords):
1766         Include the anchor text as part of the multiline.
1768 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
1770         * loadup.el (toplevel): Load `loaddefs' before `help' because the
1771         latter needs the autoloaded define-minor-mode macro during the
1772         bootstrap.
1774         * startup.el (command-line): For now, activate tool-bar-mode only
1775         if XPM images are supported.
1777         * mouse.el (mouse-drag-header-line): Don't allow resizing a
1778         window by dragging a header-line at the top of the frame; that's
1779         confusing because the header-line doesn't move.
1780         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1781         of treating the event as a list.  Some cleanup.
1783 2000-10-06  Miles Bader  <miles@gnu.org>
1785         * simple.el (display-message-or-buffer): New function.
1786         (shell-command-on-region): Use `display-message-or-buffer'.
1788         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1789         docstring parts.
1791         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
1792         (smbclient-prompt-regexp): Add usage note to doc string.
1793         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1794         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1795         Use add-hook for adding the comint filter function, and only do so
1796         if it's not already in the global hook list.
1797         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1798         to `make-local-variable'.
1799         (nslookup-font-lock-keywords): Remove prompt entry.
1800         (nslookup): Don't set the process-filter.
1801         (finger): Exit the loop correctly when the regexps list runs out.
1802         (ftp, smbclient, smbclient-list-shares):
1803         Set the real major mode immediately, not after execing.
1804         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1806         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1808 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
1810         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1812         * which-func.el (which-func-format): Remove spurious space.
1813         (which-func-mode): Don't make it permanent-local.
1814         (which-func-ff-hook): Allow which-func-maxout to be nil.
1815         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
1816         (which-func-mode): Simplify.
1817         Use post-command-idle-hook rather than post-command-hook.
1818         Go through all buffers and update their state.
1819         (which-function): Also try add-log-current-defun-function.
1821         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1822         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1823         Update call to with-vc-properties accordingly.
1824         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1825         (vc-revert-buffer): More careful about window selection and deletion.
1826         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1828         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1829         (cvs-retrieve-revision): Reuse a pre-existing buffer.
1830         (cvs-dired-action): Change the default to quickdir.
1832         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1833         if comment-indent-function returns nil.
1834         (comment-indent-default): New function.
1835         (comment-indent-function): Use it and document the new semantics.
1837         * image-file.el: Docstring fixes.
1839         * help.el (help-xref-on-pp): Use match-string.
1840         (describe-variable): New arg BUFFER.
1841         Store the current buffer in the help-xref-stack.
1842         (temp-buffer-resize-mode): Use define-minor-mode.
1844         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1845         consistently with its docstring.
1846         Set jit-lock-first-unfontify-pos in an idempotent way.
1847         (jit-lock-register): Autoload and add arg CONTEXTUAL.
1849 2000-10-05  Alex Schroeder  <alex@gnu.org>
1851         * sql.el (sql-mysql-options): New variable.
1852         (sql-mysql): Use it.
1854 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
1856         * image.el (image): New group.
1858         * smerge-mode.el (smerge-mine-face, smerge-other-face)
1859         (smerge-base-face, smerge-markers-face): Add dark-background variants.
1861 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
1863         * net/net-utils.el (nslookup-font-lock-keywords)
1864         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
1865         Ignore the value of wqindow-system; always define keywords
1867 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
1869         * startup.el (fancy-splash-screens): Remove the code for
1870         debugging; `(trace-to-stderr "EXITTT\n")'.
1872 2000-10-05  Miles Bader  <miles@gnu.org>
1874         * diff-mode.el (diff-goto-source): Update call to
1875         `diff-hunk-status-msg' to reflect new REV variable.
1877 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
1879         * progmodes/icon.el (icon-mode):
1880         Don't gratuitously override the default for comment-column.
1882         * vc-hooks.el (vc-mode-line): Fix interactive spec.
1884         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
1885         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
1886         (jit-lock-functions): New var.
1887         (jit-lock-function-1): Use it if non-nil.
1888         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
1889         Set the `fontified' property before doing the fontification to avoid
1890         repeatedly going through the same error.
1891         Don't turn errors into messages.
1892         (jit-lock-register, jit-lock-unregister): New functions.
1894         * dired.el (dired-mark-pop-up): Turn comment into docstring.
1895         Use with-current-buffer.
1897         * dired-aux.el (dired-do-create-files, dired-kill-tree):
1898         Turn comment into docstring.
1900         * apropos.el (apropos-mode): Use define-derived-mode.
1902 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
1904         * startup.el (fancy-splash-pending-command): New variable.
1905         (fancy-splash-pre-command): New function.
1906         (fancy-splash-screens): Rewritten.
1907         (command-line-1): If fancy-splash-pending-command is set, call it
1908         interactively.
1910 2000-10-04  Dave Love  <fx@gnu.org>
1912         * toolbar/tool-bar.el (tool-bar-setup): New function.
1913         (tool-bar-mode): Use it.
1915         * subr.el (substitute-key-definition): Doc fix.
1916         (play-sound-file): New command.
1918 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
1920         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
1921         vc-version-backup-file-name): New functions.
1923         * files.el (basic-save-buffer): Call vc-before-save before saving.
1925         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
1926         vc-cvs-stay-local-p.
1928         * vc.el (vc-revert-buffer): Handle empty diff properly.
1929         (vc-version-backup-file): New function.
1930         (vc-checkout): Create a version backup if necessary.
1931         (vc-checkin): If a version backup file exists, delete it.
1932         (vc-version-diff): Diff locally using version backups, if available.
1933         (vc-revert-file): If there's a version backup, revert locally.
1934         (vc-transfer-file): Use version backup for base version, if
1935         available.  If not, ask for confirmation whether to get it from the
1936         server.  Update mode line before check-in.
1938 2000-10-04  Dave Love  <fx@gnu.org>
1940         * toolbar/tool-bar.el (tool-bar-setup): New function.
1941         (tool-bar-mode): Use it.
1943 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
1945         * net/net-utils.el (nslookup-font-lock-keywords)
1946         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
1947         Only set if window-system is non-nil
1948         (net-utils-run-program): Returns buffer.
1949         (network-connection-reconnect): Added this function.
1951         * generic.el:
1952         Incorporates extensive cleanup and docfixes by
1953         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1954         Uses cl compile-time macros.
1955         (generic-mode-name, generic-comment-list)
1956         (generic-keywords-list, generic-font-lock-expressions)
1957         (generic-mode-function-list, generic-mode-syntax-table):
1958         Removed variables.
1959         (generic-mode-alist): Renamed to generic-mode-list.
1960         (generic-find-file-regexp): Default changed to "^#".
1961         (generic-read-type): Uses completing read on generic-mode-list.
1962         (generic-mode-sanity-check): removed this function.
1963         (generic-add-to-auto-mode): Removed this function
1964         (generic-mode-internal): Bind mode-specific definitions
1965         into function instead of putting them in alist.
1966         (generic-mode-set-comments): Reworked extensively.
1967         (generic-mode-find-file-hook): Simplified regexp searching
1968         (generic-make-keywords-list): Omit extra pair of parens
1970         * find-lisp.el (find-lisp-find-files-internal):
1971         Make sure directory name ends with "/".
1973         * generic-x.el (apache-conf-generic-mode):
1974         Regexp now allows leading whitespace.
1975         (rc-generic-mode): Added eval-when-compile
1976         around generic-make-keywords-list.
1977         Deleted duplicate regexp
1978         (rul-generic-mode): Added eval-when-compile
1979         around generic-make-keywords-list.
1980         (etc-fstab-generic-mode): New generic mode.
1981         (rul-generic-mode): Removed one eval-when-compile
1982         which caused a max-specpdl-size exceeded error.
1984 2000-10-04  Miles Bader  <miles@gnu.org>
1986         * simple.el (minibuffer-temporary-goal-position): New variable.
1987         (next-history-element): Try to keep the position of point in the
1988         input string constant.
1990         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
1991         (dired-do-create-files): If there's only one file, pass it in as
1992         the DEFAULT arg to dired-mark-read-file-name.
1994 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
1996         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1997         (diff-goto-source): Be smarter when choosing REVERSE or not.
1999         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2000         (texinfo-mode-menu): Add an explicit shortcut for update all.
2002 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
2004         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
2005         factorize backend-specific code cleanly (this was essentially
2006         conceived by Stefan Monnier).
2007         (vc-unregister): Function removed.
2008         (vc-revert-file): New function.
2009         (vc-revert-buffer): Delegate some of the work to it.
2011         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2012         default branch unconditionally.
2013         (vc-rcs-set-default-branch): New function.
2014         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2015         (vc-rcs-checkin): If an appropriate default branch has been set,
2016         force creation of that branch.
2017         (vc-rcs-receive-file): Rewritten to contain only backend-specific
2018         code (as suggested by Stefan Monnier).
2020 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
2022         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2023         highlighting overlay with a different face over the overlay
2024         isearch uses to highlight the current match because that can lead
2025         to bad face combinations.
2027         * loadup.el (toplevel): Load faces before isearch.
2029         * isearch.el (isearch-faces): New custom group.
2030         (isearch): New defface; was already tested for in the code.
2031         (isearch-lazy-highlight-face): Changed to defface from defcustom.
2032         (isearch-highlight): Always use face `isearch'.
2034 2000-10-02  Dave Love  <fx@gnu.org>
2036         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2037         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
2038         comparison of opcode with operand.
2040 2000-10-03  Miles Bader  <miles@gnu.org>
2042         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2043         buffer, since the echo area will now grow to accommodate them.
2045 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
2047         * vc-hooks.el (vc-registered): If FILE used to be registered under
2048         a certain backend, try that one first.
2050         * vc.el (vc-responsible-backend): Undo the previous change in the
2051         argument list.  Handle multiple backends correctly.
2052         (vc-find-new-backend): Function removed.
2053         (vc-register): Use vc-responsible-backend, as before.
2054         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2056 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
2058         * startup.el (fancy-splash-head): Change message below the
2059         logo.
2061 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
2063         * diff-mode.el (diff-goto-source): Emit a status message.
2064         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
2065         (diff-test-hunk): Fix doc string.
2066         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2067         (diff-advance-after-apply-hunk): New variable.
2068         (diff-apply-hunk): Don't return a value.
2070 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
2072         * vc.el (vc-editable-p): Minor optimization.
2073         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2074         (vc-find-new-backend): New function split from vc-responsible-backend.
2075         (vc-register): Use it.
2076         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2077         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2078         (vc-default-unregister, vc-revert-buffer): Docstring fix.
2079         (vc-clear-headers): Don't use find-file.
2080         (vc-revert-buffer): Use `and' again (must have been a braino).
2081         (vc-switch-backend): Only prompt if requested.
2082         Short circuit if nothing is to be done.
2083         Don't use vc-resynch-buffer which could lose unsaved editing.
2084         (vc-default-receive-file): Update call to vc-unregister.
2085         (with-vc-file, vc-next-action-on-file):
2086         Use vc-backend rather than vc-registered.
2087         (vc-next-action-on-file): Use intern-soft.
2088         Deal with read-only *vc-diff* buffer.
2089         (vc-transfer-file): Docstring fix.
2091         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2092         (vc-rcs-receive-file): Avoid with-vc-properties.
2093         Update call to vc-unregister.
2094         Use constant `RCS' rather than (dynamically bound) var `backend'.
2096 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
2098         * vc.el (vc-next-action-on-file): Update mode line only if file
2099         is visited.
2100         (vc-start-entry): New argument initial-contents.  Don't visit the file
2101         if it isn't already visited.  Brought documentation up-to-date.
2102         (vc-next-action, vc-register): Updated calls to vc-start-entry.
2103         (vc-checkin): New optional arg initial-contents, which is passed to
2104         vc-start-entry.
2105         (vc-finish-logentry): Make sure to bury log buffer only if there
2106         really is one.  Call `vc-resynch-buffer' on log-file, not
2107         buffer-file-name.
2108         (vc-default-comment-history, vc-default-wash-log): New functions.
2109         (vc-index-of): Removed.
2110         (vc-transfer-file): Make do without the above.
2111         (vc-default-receive-file): Call comment-history unconditionally.  Pass
2112         the resulting string to vc-checkin, instead of inserting it into the
2113         comment ring.
2115         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2116         unconditionally.  Use the comments as initial contents of the log
2117         entry buffer.  Document the trick to force branch creation with no
2118         changes.
2120 2000-10-01  Miles Bader  <miles@gnu.org>
2122         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2123         `recenter' with an arg to prevent redrawing the display.
2125 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
2127         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2129         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2131         * progmodes/c-mode.el (c-mode):
2132         Don't gratuitously override the default for comment-column.
2134         * textmodes/tex-mode.el (latex-metasection-list): New var.
2135         (latex-imenu-create-index): Use it.
2136         Move the regexp construction outside loops (and use push).
2137         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
2138         (tex-font-lock-keywords): Moved from font-lock.el.
2139         (tex-comment-indent): Remove.
2140         (tex-common-initialization): Don't set comment-indent-function.
2141         (latex-block-default): New var.
2142         (tex-latex-block): Use it to provide a default choice.
2143         Add any unknown choice to latex-block-names.
2144         Insert [...] after {...}.
2145         (tex-last-unended-begin): Simplify regexp.
2146         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2147         (latex-forward-sexp-1, latex-forward-sexp): New functions.
2148         (latex-mode): Set forward-sexp-function.
2150         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2151         Add regexp for @ignore ... @end ignore.
2152         (texinfo-heading-face): New face.
2153         (texinfo-font-lock-keywords): Use it.
2154         (texinfo-mode-menu): New menu.
2155         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2156         New functions.
2157         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
2158         (texinfo-section-types-regexp, texinfo-section-level-regexp)
2159         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2160         Remove declaration.
2161         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2163         * delsel.el (delete-selection-mode): Use define-minor-mode.
2165         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2167 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
2169         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2171 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
2173         * replace.el (keep-lines-read-args): New function.
2174         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2175         read arguments interactively.  Add parameters RSTART and REND.
2176         Operate on the active region in Transient Mark mode.
2178         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2180         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2181         (authors-obsolete-files-regexps): New variable.
2182         (authors-add): Don't record changes in obsolete files.
2184 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
2186         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2188         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2189         (comment-indent): Make sure there's a space between code and comment.
2190         Shift comments left to avoid going past fill-column.
2192 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
2194         * startup.el (startup-echo-area-message): New function.
2195         (display-startup-echo-area-message): Use it.
2196         (fancy-splash-screens): Rewritten to use keymaps and a timer.
2197         (fancy-splash-default-action): New function.
2198         (fancy-splash-screens-1): New function.
2199         (fancy-splash-head): Put a help-echo and a keymap under the image.
2201 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
2203         * diff-mode.el (diff-add-log-file-name): Remove.
2204         (diff-mode): Use add-log-buffer-file-name-function.
2206         * add-log.el (find-change-log): New arg BUFFER-FILE.
2207         (add-log-file-name): Obey add-log-file-name-function.
2208         (add-log-buffer-file-name-function): New var.
2209         (add-change-log-entry): Use it.
2211 2000-09-29  Miles Bader  <miles@gnu.org>
2213         * image-file.el (image-file-name-extensions): New variable.
2214         (image-file-name-regexps): Renamed from `image-file-regexps'.
2215         New default value is nil.  Call `auto-image-file-mode'.
2216         (image-file-name-regexp): New function.
2217         (auto-image-file-mode): New minor mode.
2218         (insert-image-file): Don't make conditional on the image-file
2219         handler being enabled.
2220         (image-file-handler): Make the call here conditional instead.
2221         (set-image-file-handler-enabled, enable-image-file-handler)
2222         (disable-image-file-handler): Functions removed.
2224         * emacs-lisp/authors.el (authors-print): Rephrase many-files
2225         string.
2227 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
2229         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2230         it's a function from CL.
2231         (latex-imenu-create-index): Replace eval-when-compile with progn
2232         because latex-section-alist is not bound while compiling.
2234 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
2236         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2237         (outline-mode): Use define-derived-mode.
2239         * progmodes/perl-mode.el (perl-mode):
2240         * progmodes/awk-mode.el (awk-mode):
2241         * progmodes/asm-mode.el (asm-mode):
2242         Don't gratuitously override the default for comment-column.
2244         * emacs-lisp/lisp.el (lisp-complete-symbol):
2245         Distinguish the let-binding case from the funcall case.
2246         (forward-sexp-function): New variable.
2247         (forward-sexp): Use it.
2249         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2250         (easy-mmode-defmap): Remove the now useless autoload.
2252         * time.el (display-time-mode): Use define-minor-mode.
2254         * subr.el (add-minor-mode): Don't eval NAME.
2255         Don't depend on the presence of TOGGLE-FUN for any special behavior.
2256         Use if rather than cond.
2258         * simple.el (read-expression-map): Define more properly.
2259         (comment-indent-hook): Remove.
2260         (string-to-syntax): Bug fix.
2262         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2263         (cvs-ediff-diff): Fix typo.
2264         (cvs-revert-if-needed): Don't bother preserving read-only.
2266         * paren.el (show-paren-mode): Use define-minor-mode.
2268         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2269         (toggle-auto-compression): Remove.
2270         (jka-compr-build-file-regexp): Remove useless grouping.
2272         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2273         Avoid user-reserved bindings.
2274         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2275         (diff-header-face): Revert to grey85.
2277         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2279         * complete.el (partial-completion-mode) <defcustom>: Remove.
2280         (partial-completion-mode): Use define-minor-mode.
2281         (PC-do-completion): Understand `completion-auto-help = delay'
2282         to mean to popup the completion buffer only the second time.
2283         (PC-include-file-all-completions, PC-include-file-all-completions)
2284         (PC-include-file-all-completions): Don't quote lambda.
2286         * comint.el (comint-mode-hook): Docstring fix.
2287         (comint-mode): Use define-derived-mode.
2288         (comint-mode-map): Remove obsolete comment.
2289         (make-comint): Minor stylistic change.
2290         (comint-insert-clicked-input): Be more careful to find the overlay.
2291         Use this-command-keys rather than hardcoding mouse-2.
2293         * font-lock.el: Replace confusing (,@ with ,
2294         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2295         Don't use regexp-opt-depth.  Spice up the regexp for args.
2296         Don't distinguish between cmds that can take an opt arg or not.
2297         Use `append' and `prepend' rather than `keep'.
2299         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2300         (latex-outline-regexp): New var.
2301         (latex-outline-level): New fun.
2302         (latex-section-alist): New var.
2303         (latex-imenu-create-index): Use it.  Use `push' as well.
2304         (tex-shell-map): Initialize it properly.
2305         (tex-mode): Minor stylistic change.
2306         (plain-tex-mode): Use define-derived-mode.
2307         (latex-mode): Use define-derived-mode.
2308         Construct the paragraph regexps in a more readable way.
2309         Set the buffer-local outline-{level,regexp} vars.
2310         (slitex-mode): Derive from latex-mode.
2311         (tex-common-initialization): Don't kill-all-vars anymore.
2312         Add setting for comment-add and font-lock-defaults.
2313         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2314         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
2315         (tex-start-tex): New arg DIR (and send a chdir command for it).
2316         Also display the shell buffer and save it in tex-last-buffer-texed.
2317         (tex-region): Use expand-file-name rather than concat.
2318         Remove code made useless by changes in tex-start-tex.
2319         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2321         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2323 2000-09-28  Dave Love  <fx@gnu.org>
2325         * eshell/eshell.el (eshell) <defgroup>: Add :version.
2327 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
2329         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2330         `append'.
2332 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
2334         * info.el (Info-extract-pointer): Undo last change.
2335         Instead, fix the position of the `bound' arg to re-search-backward.
2337 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
2339         * info.el (Info-extract-pointer):
2340         Widen more carefully, to avoid finding pointers in other nodes.
2341         (Info-index): Use push.
2343 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
2345         * frame.el (set-frame-font): Remove call to obsolete function
2346         frame-update-faces.
2347         (set-foreground-color, set-background-color): Likewise for
2348         frame-update-face-colors.
2350 2000-09-27  Miles Bader  <miles@gnu.org>
2352         * image-file.el: New file.
2354 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
2356         * frame.el (frame-notice-user-settings): Don't call
2357         frame-update-faces, which is a no-op now.
2359         * ediff-wind.el (ediff-control-frame-parameters): Add zero
2360         tool-bar-lines.
2362 2000-09-27  Dave Love  <fx@gnu.org>
2364         * mouse.el: Fix last change.
2366 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
2368         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2370 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
2372         * international/quail.el (quail-help): The output message is
2373         improved.
2375 2000-09-26  Dave Love  <fx@gnu.org>
2377         * mouse.el (popup-menu): If POSITION is nil, set it using
2378         mouse-position.
2380 2000-09-25  Sam Steingold  <sds@gnu.org>
2382         * net/browse-url.el (browse-url-file-url): Check for null maps.
2384 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
2386         * frame.el (frame-notice-user-settings): Don't add a
2387         tool-bar-lines frame parameter to default-frame-alist in batch mode.
2389         * frame.el (frame-notice-user-settings):
2390         Make tool-bar-mode and default-frame-alist consistent.
2392         * toolbar/tool-bar.el (tool-bar-help): New function.
2394 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
2396         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2397         current-load-list in top-level forms.  Else this leaks a cons cell
2398         every time a defun is called.
2400         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
2402 2000-09-25  Dave Love  <fx@gnu.org>
2404         * startup.el (fancy-splash-head): Check XPM is available.
2406         * autoinsert.el (auto-insert): Doc fix.
2407         (auto-insert-alist): Following GNU notices, don't say `copyright
2408         _by_'.  Use line-beginning-position.
2409         (auto-insert): Check buffer-file-name is non-nil before use.
2411 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
2413         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2414         starting with `@def' or `@multitable', in addition to ones
2415         specified by the user in auto-fill-inhibit-regexp.
2417 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
2419         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2420         rmail-dont-reply-to-names matches the empty string.
2422 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
2424         * startup.el (command-line-1, fancy-splash-text): Change the
2425         text to sound more friendly.
2427 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
2429         * progmodes/hideshow.el: Update author email address.
2430         Generally, sync w/ maintainer version 5.22.
2431         (hs-hide-all-non-comment-function): New var.
2432         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2433         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2434         (hs-show-region): Delete this command.
2435         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2437 2000-09-22  Dave Love  <fx@gnu.org>
2439         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2440         (hl-line-highlight): Specify buffer when moving overlay.
2442         * progmodes/fortran.el (fortran-mode): Locally set
2443         normal-auto-fill-function.
2444         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2445         (fortran-mode-map): Adjust auto-fill menu entry.
2447 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
2449         * vc-rcs.el (toplevel): Require `vc' when compiling.
2451         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
2453 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
2455         * vc.el (vc-switch-backend): Signal an error if the file is not
2456         registered under the new backend.
2458         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
2459         without explicit revision number.
2461 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
2463         * diff-mode.el (diff-file-header-face): Reset to its previous value.
2464         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2465         (diff-xor): New function.
2466         (diff-find-source-location): Use it.  Fix a stupid name clash.
2467         (diff-hunk-status-msg): New function.
2468         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2469         (diff-test-hunk): Use diff-find-source-location.
2470         (diff-goto-source): Favor the `reverse'.
2471         (diff-hunk-text): Properly handle one-sided context diffs.
2472         (diff-apply-hunk): When done, advance to the next hunk.
2474 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
2476         * startup.el (command-line): If frame was created with a non-zero
2477         tool-bar-lines parameter, switch tool-bar-mode on.
2479         * add-log.el (change-log-date-face, change-log-name-face)
2480         (change-log-email-face, change-log-file-face)
2481         (change-log-list-face, change-log-conditionals-face)
2482         (change-log-function-face, change-log-acknowledgement-face):
2483         New faces, inheriting from font-lock faces.
2484         (change-log-font-lock-keywords): Use them.
2486 2000-09-21  Dave Love  <fx@gnu.org>
2488         * progmodes/cperl-mode.el (top-level): Clean up
2489         `eval-when-compile's and assorted defvars.
2490         (cperl-invalid-face): Don't double-quote value.  Change custom
2491         type.
2492         (cperl-mode): Set normal-auto-fill-function and don't zap
2493         auto-fill-function.
2494         (cperl-imenu--function-name-regexp-perl): Renamed from
2495         imenu-example--function-name-regexp-perl.
2496         (cperl-imenu--create-perl-index): Renamed from
2497         imenu-example--create-perl-index.
2498         (cperl-xsub-scan): Don't require cl.
2500         * msb.el (msb-mode-map): Use substitute-key-definition.
2501         (msb-mode): Use msb-mode-map.
2503 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
2505         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2506         New functions.
2507         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
2508         (vc-switch-backend): New function.
2509         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2510         (vc-register): Fix prompt.
2511         (vc-unregister, vc-default-unregister): New functions.
2512         (vc-version-diff): Handle empty buffer in sentinel.
2514         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2515         (vc-rcs-state-heuristic): Use it to guess the state of files with
2516         non-strict locking.
2517         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2518         been set with -b, but not created yet.
2519         (vc-rcs-fetch-master-state): With non-strict locking, compare file
2520         contents in order to find the state.
2521         (vc-rcs-checkin): Allow creation of branches with no changes.
2522         (vc-rcs-unregister, vc-rcs-receive-file)
2523         (vc-rcs-set-non-strict-locking): New functions.
2525         * vc-hooks.el (vc-name): Force correct computation of the value
2526         in case it is missing.
2528 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
2530         * startup.el (fancy-splash-tail): Use a different foreground
2531         color on a dark frame background.
2533 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
2535         * info.el: Use the correct capitalization when making Info-mode
2536         and Info-edit-mode `special' modes.
2538 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
2540         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2541         (diff-mode): Add support for add-log.el.
2542         (diff-hunk-text): Use char offsets rather than line offsets.
2543         (diff-find-source-location): Replace LINE with line-offset (nil
2544         if not found) and always set POS to a meaningful position.
2545         Adapt to the new char-offsets.
2546         (diff-apply-hunk): Drop support for the unused `select' POPUP.
2547         Adapt to the new diff-find-source-location.
2548         (diff-goto-source): Adapt to the new diff-find-source-location.
2550         * add-log.el (add-log-file-name): New function (split out of
2551         add-change-log-entry).
2552         (add-change-log-entry): Use it.
2553         Call add-log-file-name-function with the changelog file name if
2554         the current buffer is not associated with any file.
2555         Avoid find-file if the selected window is dedicated.
2557         * diff-mode.el (diff-find-source-location):
2558         Move code from diff-apply-hunk.  Return buffer rather than file.
2559         (diff-apply-hunk): Use the new result from  diff-find-source-location.
2560         (diff-goto-source): Use the new diff-find-source-location.
2562 2000-09-20  Dave Love  <fx@gnu.org>
2564         * iswitchb.el: Some doc fixes.
2565         (iswitchb-mode-map): Define completely initially.  Inherit
2566         minibuffer-local-map.
2567         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2568         fundamental-mode.
2569         (iswitchb-global-map): New variable.
2570         (iswitchb-summaries-to-end): Amalgamate regexps.
2571         (iswitchb-mode): New.
2572         (iswitchb-mode-hook): New variable.
2573         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
2574         `extensions'.
2576 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
2578         * ehelp.el (electric-help): New defgroup.
2579         (electric-help-shrink-window): New user-option.
2580         (with-electric-help): Use it.
2582         * window.el (shrink-window-if-larger-than-buffer): If face
2583         `mode-line' has a :box, and we're on a graphical frame, add 1
2584         to the needed window height.
2586         * frame.el (frame-notice-user-settings): Add a last parameter nil
2587         to a call to `append', because the last list passed to `append' is
2588         not copied, and so subsequent calls to assq-delete-all will modify
2589         default-frame-alist.
2591         * startup.el (fancy-splash-image): Change :type.
2592         (fancy-splash-head): Use an XBM image if appropriate.
2593         (command-line-1): Show splash screens in more cases.
2595         * startup.el (fancy-splash-text): Don't quote faces.
2597         * dired.el (dired-font-lock-keywords): Undo last change.
2598         (dired-readin): Bind indent-tabs-mode to nil.
2600         * startup.el (fancy-splash-head): If frame's background mode
2601         is `dark', change the black background of the image to gray.
2602         (fancy-splash-screens): Display startup echo area message.
2603         (display-startup-echo-area-message): New function.
2605 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
2607         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2609         * info.el (info-header-node): Tweak for color ttys.
2611         * faces.el (face-valid-attribute-values): Make sure directories we
2612         search for stipples both exist and are readable before trying to
2613         search them.
2615         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2616         in the dry-run case.
2618         * jka-compr.el (with-auto-compression-mode): New macro.
2620         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2621         (custom-group-tag-face, custom-variable-tag-face): Use relative
2622         :height and inherit from `variable-pitch' face instead of
2623         hardwiring :family.
2624         * hi-lock.el (hi-black-hb): Likewise.
2626         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2627         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2628         toolbar-add-item, if image doesn't have a mask add a `:mask
2629         heuristic'.
2631 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
2633         * diff-mode.el: Docstring fixes.
2634         (diff-header-face, diff-comment-face): New faces.
2635         (diff-font-lock-keywords): Highlight a bit differently.
2636         (diff-find-source-location): Don't return SPAN any more.
2637         (diff-hunk-text): Don't bother erasing the temp buffer.
2638         (diff-find-text): Drop argument LINE.
2639         (diff-apply-hunk): Update calls to diff-find-text.
2640         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2642         * calendar/calendar.el: Docstring fixes.
2643         (calendar-make-alist): Don't quote lambda.
2644         (calendar-star-date): Use make-local-variable.
2646 2000-09-19  Dave Love  <fx@gnu.org>
2648         * toolbar/tool-bar.el: Renamed from toolbar.el.
2649         Change `toolbar' to `tool-bar' generally in symbols.
2650         Make some items invisible in `special' major modes.
2651         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2652         Add arg PROPS.
2654         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2655         Add :version here.
2656         (fancy-splash-delay, fancy-splash-image): Remove :version here.
2658 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2660         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
2662         * files.el (find-file-suppress-same-file-warnings): New user-option.
2663         (find-file-noselect): Use it.
2665         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
2666         (fancy-splash-screen): Defgroup.
2668         * add-log.el (change-log-font-lock-keywords): Match names
2669         more exactly for the case that font-lock-constant-face is
2670         underlined.
2672 2000-09-19  Richard M. Stallman  <rms@gnu.org>
2674         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
2676 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
2678         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2680 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2682         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2683         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2684         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2685         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2686         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2687         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2688         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2689         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2690         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2691         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2692         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
2693         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
2695         * startup.el (fancy-splash-text): New variable.
2696         (fancy-splash-delay, fancy-splash-image): New user-options.
2697         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2698         (fancy-splash-screens): New functions.
2699         (command-line-1): If display has a `display' frame parameter, has
2700         colors, and we have XPM support, show more fancy splash screens.
2702 2000-09-19  Dave Love  <fx@gnu.org>
2704         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
2705         with null `help'.  Use modern backquote syntax.
2707 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2709         * font-lock.el (font-lock-mode): Change message telling the user
2710         that ``the buffer is too big''.
2712         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2713         for instance for the case that tab-width is 2.
2715 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
2717         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2718         toolbar-add-item, if image doesn't have a mask add a `:mask
2719         heuristic'.
2721 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
2723         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2724         and return a cons if it's non-nil.
2725         (diff-apply-hunk): Try to jump to the line in the source text
2726         corresponding to the position of point in the in the hunk.
2728         * info.el (Info-title-3-face, Info-title-2-face)
2729         (Info-title-1-face): Use face inheritance and relative sizes
2730         instead of hard-wiring things.
2732         * faces.el (secondary-selection): Make dark-background variant sane.
2734 2000-09-16  Andrew Innes  <andrewi@gnu.org>
2736         * makefile.w32-in (compile-files-CMD): No need to make .elc files
2737         read-only, since they aren't under VC now.
2739 2000-09-17  Dave Love  <fx@gnu.org>
2741         * tmm.el: Replace mapcar with mapc in several places.
2743         * loadhist.el (unload-feature): Maybe call elp-restore-list and
2744         ad-unadvise.
2746         * international/latin1-disp.el: New file.
2748         * calendar/cal-move.el (scroll-calendar-left)
2749         (scroll-calendar-right): Make arg optional (for active mode line).
2751         * calendar/calendar.el (calendar-mode-line-format): Make fields
2752         mouse-sensitive.
2753         (calendar-read-date, calendar-read-date, calendar-window-list):
2754         Unquote lambda.
2755         (calendar-month-name): Use aref, not sref.
2757         * view.el (minor-mode-alist): Propertize the string.
2759         * international/characters.el (standard-case-table): Add entries
2760         for Greek.
2762 2000-09-18  Miles Bader  <miles@gnu.org>
2764         * info.el (info-node, info-xref): Add dark-background variants.
2766         * faces.el (header-line): Change defaults to be less confusing
2767         when mixed with mode-lines.
2769         * info.el (Info-fontify-node): Make a few cleanups.
2770         Add extra `help-echo' and `local-map' props to node xrefs.
2771         Use header-specific faces for node-names & xrefs.
2772         (Info-use-header-line): New variable.
2773         (info-header-xref, info-header-node): New faces.
2774         (Info-setup-header-line): New function.
2775         (Info-select-node): Call Info-setup-header-line when enabled.
2776         (Info-extract-pointer): Work even if the header line is hidden.
2777         (Info-header-line): New variable.
2779 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
2781         * vms-patch.el (print-region-function): Don't quote lambda.
2783         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2785         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2786         (lm-get-header-re): Allow spaces between the header and the colon.
2787         (lm-header): Allow $ in non-RCS headers.
2788         (lm-header-multiline): Put the strings back into order.
2789         Stop at an empty line.  Don't require two space chars if the
2790         line is clearly not another header line.
2792         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2793         (popup-menu-popup): Remove.
2795 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
2797         * toolbar/toolbar.el (toolbar-add-item): Use the same image
2798         specification if or if not tool-bar item contains an `:enabled'
2799         property.
2801         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2802         current buffer has no file name.
2804 2000-09-15  Dave Love  <fx@gnu.org>
2806         * strokes.el: Sync with maintainer's current version with changes
2807         for Emacs, but avoid runtime cl and levents.
2808         (toplevel):  Change autoloads and compilation requires.
2809         (strokes-version, strokes-bug-address, strokes-lift): Values
2810         changed.
2811         (strokes-xpm-header, strokes-insinuated): New variable.
2812         (strokes): Add :link.
2813         (strokes-mode): Customized.
2814         (strokes-while-inhibiting-garbage-collector): New macro.
2815         (strokes-remassoc): Avoid remove-if.
2816         (strokes-fix-button2-command): Don't use ad-do-it.
2817         (strokes-insinuate): New function.
2818         (strokes-button-press-event-p, strokes-button-release-event-p):
2819         New functions, used instead of non-`strokes-' versions..
2820         (strokes-mouse-event-p): Rewritten.
2821         (strokes-event-closest-point): Avoid event-point.
2822         (strokes-get-grid-position): Avoid cdadr, caadr
2823         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2824         functions.
2825         (strokes-help): Use with-output-to-temp-buffer.
2826         (strokes-window-configuration-changed-p): New function.
2827         (strokes-update-window-configuration): Use buffer-live-p,
2828         strokes-window-configuration-changed-p.
2829         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
2830         (strokes-char-face): New face.
2831         (strokes-char-table, strokes-base64-chars): New variable.
2832         (strokes-xpm-for-stroke, strokes-list-strokes)
2833         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2834         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2835         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2836         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2837         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2838         functions.
2840 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
2842         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2844         * image.el (create-image): Doc fix.
2846         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2847         instead of `:heuristic-mask t'.
2849 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2851         * makefile.w32-in: Revert to Unix line endings.
2853 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2855         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
2856         when installing.
2858         * makefile.nt (DONTCOMPILE): Fix typo.
2860         * shell.el (shell-write-history-on-exit): New function.
2861         (shell-dumb-shell-regexp): New custom variable.
2862         (shell-mode): Make shell-write-history-on-exit the process
2863         sentinel if shell name matches shell-dumb-shell-regexp.
2865         * w32-fns.el: Comment out before-init-hook function which resets
2866         source-directory based; this breaks bootstrap.
2868 2000-09-14  Dave Love  <fx@gnu.org>
2870         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
2871         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
2872         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
2873         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
2874         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
2875         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
2876         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
2877         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
2878         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
2880         * toolbar/toolbar.el: New.
2882         * subdirs.el: Add toolbar.
2884 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
2886         * indent.el (indent-for-tab-command): Doc fix.
2888 2000-09-14  Alex Schroeder  <alex@gnu.org>
2890         * ansi-color.el (ansi-colors): Doc change.
2891         (ansi-color-get-face): Simplified regexp.
2892         (ansi-color-faces-vector): Added more faces, doc change.
2893         (ansi-color-names-vector): Doc change.
2894         (ansi-color-regexp): Simplified regexp.
2895         (ansi-color-parameter-regexp): New regexp.
2896         (ansi-color-filter-apply): Doc change.
2897         (ansi-color-filter-region): Doc change.
2898         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
2899         deal with zero length parameters.
2900         (ansi-color-apply-on-region): Doc change.
2901         (ansi-color-map): Doc change.
2902         (ansi-color-map-update): Removed debugging message.
2903         (ansi-color-get-face-1): Added condition-case to trap
2904         args-out-of-range errors.
2905         (ansi-color-get-face): Doc change.
2906         (ansi-color-make-face): Removed.
2907         (ansi-color-for-shell-mode): New option.
2909 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
2911         * international/quail.el (quail-start-translation): Translate KEY
2912         if necessary even if it doesn't have any mapping in the current
2913         input method.
2914         (quail-start-conversion): Likewise.
2915         (quail-help): The output message is improved.
2917 2000-09-13  Miles Bader  <miles@gnu.org>
2919         * comint.el (comint-output-filter): Revert to using
2920         `insert-before-markers'.  Add bletcherous hack to undo damage
2921         caused by `insert-before-markers'.  Put `front-sticky' property on
2922         overlays created here so that the field code understands how the
2923         overlay works.  Use a let when making comint-last-prompt-overlay,
2924         so that the code is easier to read.
2926 2000-09-13  Dave Love  <fx@gnu.org>
2928         * wid-edit.el (widget-default-format-handler): DTRT when
2929         doc-property is a function.
2931 2000-09-12  Francesco Potorti`  <pot@gnu.org>
2933         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2934         filed name if it's not there.
2936 2000-09-12  Dave Love  <fx@gnu.org>
2938         * simple.el (read-mail-command): Doc fix.
2939         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2941         * vc.el (vc-dired-listing-switches): Fix :version.
2943         * vc-hooks.el: Doc fixes.
2945         * subr.el (add-minor-mode): Use toggle-fun arg.
2947         * speedbar.el: Add :version to several defcustoms.
2949         * imenu.el (imenu--truncate-items, imenu--cleanup)
2950         (imenu--generic-function): Avoid mapcar.
2951         (imenu--replace-spaces): Function removed.
2952         (imenu--completion-buffer): Use subst-char-in-string.
2953         (imenu-add-to-menubar): Use keymap inheritance.
2955 2000-09-12  Miles Bader  <miles@gnu.org>
2957         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2958         (diff-mode-map): Bind `diff-test-hunk'.
2959         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2961 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
2963         * bytecomp.el (byte-compile-defvar): Undo last change
2964         because it breaks '(make-variable-buffer-local (defvar ...)'
2965         which is used at least in dired.
2967 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
2969         * international/quail.el (quail-define-package): Docstring
2970         modified.
2972 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
2974         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2975         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2976         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
2977         docstring of "chinese-py".
2979         * international/quail.el (quail-translation-docstring): New
2980         variable.
2981         (quail-show-keyboard-layout): Docstring modified.
2982         (quail-select-current): Likewise.
2983         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2984         infinite recursive call.
2985         (quail-help): Check quail-translation-docstring.  Format of the
2986         output changed.
2987         (quail-help-insert-keymap-description): Adjusted for the above
2988         change.
2990 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
2992         * bytecomp.el (byte-compile-defvar): Only cons onto
2993         current-load-list in top-level forms.  Else this leaks a cons cell
2994         every time a defun is called.
2996 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
2998         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2999         Now understands non-unified diffs.  Some functionality moved into
3000         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
3001         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
3002         modify anything.  Only reposition point in the patched file if the
3003         patch succeeds.  Only pop up another window if POPUP is true.
3004         Emit a message describing what happened if successful, and at what
3005         line-offset.  Automatically detect reversed hunks and do something
3006         appropriate.
3007         (diff-hunk-text, diff-find-text): New functions.
3008         (diff-filter-lines): Function removed.
3009         (diff-test-hunk): New function.
3010         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3012 2000-09-10  Dave Love  <fx@gnu.org>
3014         * textmodes/tildify.el: Minor doc/commentary fixes.
3015         (tildify) <defgroup>: Add :version.
3017         * faces.el (face-x-resources): Make custom type more specific.
3018         (frame-background-mode): Use mapc.
3019         (region) <defcustom>: Add :version.
3021 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
3023         * vc-sccs.el (vc-sccs-register):
3024         * vc-rcs.el (vc-rcs-register):
3025         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3026         * vc.el (vc-register): Clear file's properties.
3028 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
3030         * faces.el (face-spec-set): Only face-spec-reset-face when
3031         ATTRS is non-nil.
3033 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
3035         * help.el (help-insert-xref-button): Fix a typo in doc string.
3037 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
3039         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3040         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
3041         methods.
3043         * menu-bar.el (read-mail-item-name): New function.
3044         (menu-bar-tools-menu): Use it to compute and display the package
3045         used to read email.
3046         (menu-bar-tools-menu): Fix typo in GUD's help string.
3048 2000-09-07  Dave Love  <fx@gnu.org>
3050         * diff-mode.el (diff-mouse-goto-source): New function.
3052         * vc-sccs.el: Doc fixes.
3053         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
3055         * vc-rcs.el: Doc fixes.
3056         (vc-rcs-register-switches, vc-rcs-checkin-switches)
3057         (vc-rcs-checkout-switches, vc-rcs-header)
3058         (vc-rcs-master-templates): Add or change :version.
3060         * vc-cvs.el: Doc fixes.
3061         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3062         (vc-cvs-stay-local): Add :version.
3064         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3066 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
3068         * international/quail.el (quail-help): Fix previous change.
3070 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
3072         * faces.el (color-values): Doc fix.
3074         * faces.el (frame-set-background-mode): Use frame-parameter
3075         instead of frame-parameters.
3077         * frame.el (filtered-frame-list): Reduce consing.
3078         (frames-on-display-list): Call frame-parameter instead of
3079         frame-parameters.
3081 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
3083         * language/devan-util.el (devanagari-to-indian-region): In the
3084         loop, change the following char, not preceding char.
3086 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
3088         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3089         instead of frame-parameters.
3091         * faces.el (set-face-attribute): Simplify by calling
3092         internal-set-lisp-face-attribute with FRAME being 0.
3094         * vc.el: Remove `Id' version control keyword.
3096 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
3098         * help.el (help-make-xrefs): Adjusted for the change of
3099         help-xref-mule-regexp.
3100         (help-insert-xref-button): New function.
3102         * international/mule-cmds.el (help-xref-mule-regexp-template):
3103         Include the pattern for character set.
3104         (leim): New group.
3106         * international/quail.el: Don't require face.
3107         (quail): New group.
3108         (quail-other-command): Dummy command to make quail-help work better.
3109         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3110         (quail-keyboard-layout-substitution): New variable.
3111         (quail-update-keyboard-layout): New function.
3112         (quail-keyboard-layout-type): New customizable variable.
3113         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3114         (quail-keyboard-translate): Pay attention to
3115         quail-keyboard-layout-substitution.
3116         (quail-insert-kbd-layout): New function.
3117         (quail-show-keyboard-layout): New function.
3118         (quail-get-translation): If the definition is a vector of length
3119         1, and the element is a string of length 1, return the character
3120         in that string.
3121         (quail-update-current-translations): Fix the case of
3122         relative-index out of range.
3123         (quail-build-decode-map, quail-insert-decode-map): New Functions.
3124         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
3125         Show key sequences for all available characters.
3126         (quail-help-insert-keymap-description): Don't show such verbose
3127         key bindings as quail-self-insert-command.
3129         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3130         Format changed, and each element now have extra documentations.
3131         (tit-process-header): Delete invalid characters from TIT-PROMPT.
3132         Adjusted for the change of quail-cxterm-package-ext-info.
3134 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
3136         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3137         requiring it leads to a recursive loading of vc.el and vc-hooks.el
3138         during bootstrap.
3140 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
3142         * vc.el: (toplevel): Don't require `dired' at run-time.
3143         (vc-dired-resynch-file): Remove autoload cookie.
3145 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
3147         * vc.el: Made several backend functions optional.
3148         (vc-default-responsible-p): New function.
3149         (vc-merge): Use RET for first version to trigger merge-news, not
3150         prefix arg.
3151         (vc-annotate): Handle backends that do not support annotation.
3152         (vc-default-merge-news): Removed.  The existence of a merge-news
3153         implementation is now checked on caller sites.
3155         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
3156         case.
3158         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
3159         special case that has been removed from the default in vc-hooks.el.
3161 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
3163         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3165 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
3167         * vc-hooks.el: Require vc during compilation.
3168         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3169         macro `with-vc-properties' in vc.el.
3170         (vc-file-getprop): Doc fix.
3171         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
3173         * vc.el: Require dired-aux during compilation.
3174         (vc-name-assoc-file): Moved to vc-sccs.el.
3175         (with-vc-properties): New macro.
3176         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
3177         vc-finish-steal): Use it.
3178         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
3179         to the backend-specific function is now supposed to do the checkout,
3180         too.
3181         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3183         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
3184         set file properties; that gets done in the generic code now.
3186         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3187         Changed parameter list, added code from vc.el that does the
3188         checkout, possibly with a double-take.
3190         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3191         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3192         the above under the new name.
3193         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
3194         parameter list, added checkout command.
3195         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3196         properties; that gets done in the generic code now.
3198 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
3200         * vc.el: Docstring fixes (courtesy of checkdoc).
3202 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
3204         * vc.el (vc-checkout-writable-buffer-hook)
3205         (vc-checkout-writable-buffer): Remove.
3206         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3207         (vc-log-mode): Make it into a clean derived major mode.
3208         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3209         vc-log-mode if log-edit is not available.
3210         (vc-dired-mode-map): Don't set-keymap-parent yet.
3211         (vc-dired-mode): Do set-keymap-parent here.
3212         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3214 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
3216         * faces.el (set-face-attribute, face-spec-reset-face)
3217         (face-spec-set): Avoid consing by removing calls to `apply'.
3219         * frame.el (frame-parameter): Move to C code.
3221 2000-09-05  Dave Love  <fx@gnu.org>
3223         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3224         insert-before-markers-and-inherit.  Now checked systematically!
3226 2000-09-05  Alex Schroeder  <alex@gnu.org>
3228         * sql.el (sql-postgres): Use sql-postgres-options.
3229         (sql-postgres-options): New variable.
3231 2000-09-05  Alex Schroeder  <alex@gnu.org>
3233         * sql.el (sql-mode-menu): Work around missing variable mark-active
3234         in XEmacs.
3235         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3236         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3237         compatibility.
3239 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
3241         * vc.el (vc-dired-resynch-file): Add autoload cookie.
3243         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3245         * Makefile.in (DONTCOMPILE): Fix typo in file name.
3247 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3249         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3250         don't support anything else under SCCS yet.
3252         * vc-hooks.el: Minor doc fixes.
3254 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3256         * vc.el (vc-next-action-on-file): Do not visit the file if it's
3257         not necessary.  If verbose in state `needs-patch', do the same as
3258         under `up-to-date'.  When NOT verbose and `needs-patch', check out
3259         latest version instead of `merge-news'.
3260         (vc-next-action-dired): Don't mess with default-directory here; it
3261         breaks other parts of dired.  It is the job of the
3262         backend-specific functions to adjust it temporarily if they need it.
3263         (vc-next-action): Remove a special CVS case.
3264         (vc-clear-headers): New optional arg FILE.
3265         (vc-checkin, vc-checkout): Set properties vc-state and
3266         vc-checkout-time properly.
3267         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
3268         (vc-print-log): Use new backend function `show-log-entry'.
3269         (vc-cancel-version): Do the checks in a different order.  Added a
3270         FIXME concerning RCS-only code.
3272         * vc-rcs.el (vc-rcs-show-log-entry): New function.
3273         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3275         * vc-cvs.el (vc-cvs-show-log-entry): New function.
3277         * vc-hooks.el (vc-default-mode-line-string): Show state
3278         `needs-patch' as a `-' too.
3280 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3282         * vc.el (vc-responsible-backend): New optional arg REGISTER.
3283         (vc-default-could-register): New function.
3284         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3285         (vc-resynch-buffer): Call vc-dired-resynch-file.
3286         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3287         vc-resynch-buffer instead of vc-resynch-window.
3288         (vc-next-action-dired): Don't redisplay here, that gets done as a
3289         result of the individual file operations.
3290         (vc-retrieve-snapshot): Corrected prompt order.
3292         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
3294         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3295         as well.
3296         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
3297         hostname regexps.  Updated all callers.
3298         (vc-cvs-responsible-p): Handle directories as well.
3299         (vc-cvs-could-register): New function.
3300         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3301         properties up-to-date.
3303         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3304         user whether to create one.
3306 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3308         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3309         check out a non-existing file.
3311         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3312         workfile does not exist.
3314         * vc.el (vc-version-diff): Use `require' to check for existence of
3315         diff-mode.
3317 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3319         * vc-cvs.el (vc-cvs-registered): Use new function
3320         vc-cvs-parse-entry to do the actual work.
3322 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3324         * vc-hooks.el (vc-find-backend-function): If function doesn't
3325         exist, return nil instead of error.
3326         (vc-call-backend): Doc fix.
3328         * vc.el (vc-do-command): Doc fix.
3329         (vc-finish-logentry): When checking in from vc-dired, choose the
3330         right backend for logentry check.
3331         (vc-dired-mode-map): Inherit from dired-mode-map.
3332         (vc-dired-mode): Local value of dired-move-to-filename-regexp
3333         simplified.
3334         (vc-dired-state-info): Removed, updated caller.
3335         (vc-default-dired-state-info): Use parentheses instead of hyphens.
3336         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3337         (vc-dired-listing-switches): New variable.
3338         (vc-directory): Use it, instead of dired-listing-switches.
3340         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3341         (vc-cvs-dir-state): New function.
3342         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
3343         (vc-cvs-parse-entry): New function, also to be used in
3344         vc-cvs-registered.
3346 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3348         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3349         *or* single-window-frames.
3351 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3353         * vc.el (vc-update-changelog): Split into generic part and default
3354         implementation.  Doc string adapted.
3355         (vc-default-update-changelog): New function.  Call the `rcs2log'
3356         script in exec-directory, to fix a long-standing nuisance.
3358         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3359         simply signals an error.
3361 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3363         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3364         control-flow more clear and to avoid running `cvs' twice.
3366         * vc.el (vc-next-action-on-file): Doc fix.
3367         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3368         (vc-print-log): Eval `file' before constructing the continuation.
3370 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3372         * vc.el (vc-next-action-on-file): Corrected several messages.
3373         (vc-merge): Add prefix arg `merge-news'; handle it.
3375         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3376         is not reached.  It is.
3377         (vc-cvs-merge): Set state to 'edited after merge.
3378         (vc-cvs-merge-news): Set workfile version to nil if not known.
3379         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
3381         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3382         via stdout. (Merge from main line.)
3384 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3386         * vc.el (vc-finish-logentry): Thinko in the "same comment"
3387         detection.
3389 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3391         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3392         against kill-all-local-variables.
3393         (vc-log-edit): Don't save vc-parent-buffer any more.
3394         (vc-last-comment-match): Initialize to an empty string.
3395         (vc-post-command-functions): New hook.
3396         (vc-do-command): Run it.
3397         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3398         (vc-finish-logentry): Only add the comment to the ring if it's
3399         different from the last comment entered.
3400         (vc-new-comment-index): New function.
3401         (vc-previous-comment): Use it.  Make the minibuffer message
3402         slightly less terse.
3403         (vc-comment-search-reverse): Make it work forward as well.  Don't
3404         set vc-comment-ring-index if no match is found.  Use
3405         vc-new-comment-index.
3406         (vc-comment-search-forward): Use vc-comment-search-reverse.
3407         (vc-dired-mode-map): Don't inherit from dired-mode-map since
3408         define-derived-mode will do it for us.  Bind `v' to a keymap that
3409         inherits from vc-prefix-map so that we can bind `vt' without
3410         binding C-x v t.
3411         (vc-retrieve-snapshot): Parenthesis typo.
3413         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3414         to 1.  Make sure to switch to *vc* before looking for an error
3415         message.  Use vc-parse-buffer.
3417 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3419         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3420         and NAME.
3421         (vc-retrieve-snapshot): Split into two parts.
3422         (vc-default-retrieve-snapshot): New function.
3424         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3425         (vc-cvs-retrieve-snapshot): New function (untested).
3426         (vc-cvs-stay-local): Default to t.
3427         (vc-cvs-remote-p): New function and property.
3428         (vc-cvs-state): Stay local only if the above is t.
3429         (vc-handle-cvs): Removed.
3430         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3431         done via vc-handled-backends now.
3432         (vc-cvs-header): Escape Id.
3434 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3436         * vc.el (vc-do-command): Remove unused commands.
3437         (vc-version-diff): Make sure default-directory ends with a slash.
3438         Move the window commands into a vc-exec-after.
3439         (vc-print-log): Move more of the code into the `vc-exec-after'.
3441 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3443         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3444         (vc-print-log): Search current revision from beginning of buffer.
3445         (vc-revert-buffer): Clear echo area after the diff is finished.
3446         (vc-prefix-map): Removed definition of "t" for terse display in vc
3447         dired.
3448         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
3449         definition of "vt" for terse display.
3450         (vc-dired-mode): Fix dired-move-to-filename-regexp.
3452 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3454         * vc.el (vc-exec-after): Avoid caddr.
3456 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3458         * vc.el (vc-exec-after): New function.
3459         (vc-do-command): Use it to add a termination message for async
3460         procs.
3461         (vc-checkout): Try to handle a missing-backend situation.
3462         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3463         of a directory with a backend using async diffs.
3464         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3465         present.
3467         * vc-sccs.el (vc-sccs-state-heuristic): Use
3468         file-ownership-preserved-p.
3470         * vc-rcs.el (vc-rcs-state-heuristic): Use
3471         file-ownership-preserved-p.
3472         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3474 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3476         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3477         vc-do-command.
3479         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3480         when there are no changes.
3482 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3484         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3486         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3488 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3490         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3492         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3493         the `fset' outside of the defvar so that it works even if
3494         vc-prefix-map was already defined.
3495         (vc-setup-buffer): New function, split out of vc-do-command.
3496         (vc-do-command): Allow BUFFER to be t to mean `just use the
3497         current buffer without any fuss'.
3498         (vc-version-diff): Change the `diff' backend operation to just put
3499         the diff in the current buffer without erasing it.  Always use
3500         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
3501         shrink-window-if-larger-than-buffer.
3502         (vc-print-log): Change the `print-log' backend operation to just
3503         put the log in the current buffer without erasing it.  Protect
3504         shrink-window-if-larger-than-buffer.
3505         (vc-update-change-log): Fix setd typo.
3507         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3508         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3510         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3511         (vc-rcs-diff): Insert in the current buffer and remove unused arg
3512         CMP.
3514         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3515         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
3516         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3518 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3520         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3521         not possible, use vc-BACKEND-workfile-unchanged-p.
3522         (vc-default-workfile-unchanged-p): New function.  Delegates to a
3523         full vc-BACKEND-diff.
3525         * vc-hooks.el (vc-simple-command): Removed.
3527         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3528         instead of vc-simple-command.
3529         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3530         avoid doing a diff when opening a file.
3531         (vc-rcs-state): Added check for unlocked-changes.
3532         (vc-rcs-header): Escape Id.
3533         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3534         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3535         version.
3537         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3538         (vc-sccs-diff): Remove optional arg CMP.
3539         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3540         SCCS-specific function.
3542         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3543         vc-simple-command.
3545 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3547         * vc.el (vc-editable-p): Renamed from vc-writable-p.
3548         (with-vc-file, vc-merge): Use vc-editable-p.
3549         (vc-do-command): Remove unused var vc-file and fix the
3550         doubly-defined `status' var.  Add a user message when starting an
3551         async command.
3552         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3553         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3554         Use with-current-buffer.
3555         (vc-buffer-sync): Use unless.
3556         (vc-next-action-on-file): If the file is 'edited by read-only,
3557         make it read-write instead of trying to commit.
3558         (vc-version-diff, vc-update-change-log): Use `setq
3559         default-directory' rather than `cd'.
3560         (vc-log-edit): Don't forget to set default-directory in the
3561         buffer.
3563         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3564         (vc-sccs-state-heuristic): Use file-writable-p instead of
3565         comparing userids.
3566         (vc-sccs-checkout): Use `unless'.
3568         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3569         of comparing userids.
3570         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3571         Simplify the logic by eliminating unreachable code.
3572         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3573         just do a recursive call if we need to retry.
3574         (vc-rcs-checkout): Handle the case where rcs is missing by making
3575         the buffer read-write if requested and re-signalling the error.
3577         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3579 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3581         * vc-hooks.el (vc-handled-backends): Docstring change.
3582         (vc-ignore-vc-files): Mark obsolete.
3583         (vc-registered): Check vc-ignore-vc-files.
3584         (vc-find-file-hook, vc-file-not-found-hook): Don't check
3585         vc-ignore-vc-files.
3587         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3589 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3591         * vc.el (vc-checkout): Don't do anything special for ange-ftp
3592         files since ange-ftp already has vc-registered return nil.
3594         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3595         (vc-sccs-workfile-version): Use with-temp-buffer and new
3596         vc-parse-buffer and don't bother setting the property.
3597         (vc-sccs-add-triple): Use with-current-buffer and
3598         find-file-noselect.
3599         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3601         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
3602         derives from the old vc-parse-buffer but uses the revision number
3603         rather than the date (much easier to compare robustly).
3604         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
3605         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
3606         locking-user more directly.  Check strict locking and set
3607         checkout-model appropriately.
3608         (vc-rcs-parse-locks): Remove.
3609         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3610         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3611         (vc-rcs-system-release): Use with-current-buffer and
3612         vc-parse-buffer.
3613         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3615         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3616         (vc-simple-command): Docstring fix.
3617         (vc-registered): Align the way the file-handler is called with the
3618         way the function itself works.
3619         (vc-file-owner): Remove.
3621         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
3622         extraction of fields and call to file-attributes because of a
3623         temporary bug in rcp.el.
3624         (vc-cvs-fetch-status): Use with-current-buffer.
3626 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3628         * vc.el (vc-do-command): Use file-relative-name.
3629         (vc-responsible-backend): Use vc-backend if possible.
3630         (vc-create-snapshot): Improve the `interactive' spec. Add support
3631         for branches and dispatch to backend-specific `create-snapshot'.
3632         (vc-default-create-snapshot): New function, containing the bulk of
3633         the old vc-create-snapshot.
3634         (vc-retrieve-snapshot): Improve the interactive spec.
3636         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3637         (vc-backend-hook-functions): Remove.
3638         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3639         (vc-backend): Reintroduce the test for `file = nil' now that I
3640         know why it was there (and added a comment to better remember).
3642         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3643         code from vc-sccs-hooks.el.
3644         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
3645         'vc anymore.
3646         (vc-sccs-responsible-p): Use expand-file-name instead of concat
3647         and file-directory-p instead of file-exists-p.
3648         (vc-sccs-check-headers): Simplify the regexp.
3650         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3651         from vc-rcs-hooks.el.  Don't require 'vc anymore.
3652         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3653         file-directory-p instead of file-exists-p.
3655         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3656         from vc-cvs-hooks.el.
3657         (proto vc-cvs-registered): Require 'vc-cvs instead of
3658         'vc-cvs-hooks.  Don't require 'vc anymore.
3659         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3660         file-directory-p instead of file-exists-p.
3661         (vc-cvs-create-snapshot): New function, replacing
3662         vc-cvs-assign-name.
3663         (vc-cvs-assign-name): Remove.
3665 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3667         * vc-cvs.el (vc-cvs-header): New var.
3669         * vc-rcs.el (vc-rcs-exists): Remove.
3670         (vc-rcs-header): New var.
3672         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3673         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3674         (vc-sccs-header): New var.
3676         * vc.el (vc-do-command): Get rid of the `last' argument.
3677         (vc-header-alist): Remove, replaced by vc-X-header.
3678         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3679         (vc-dired-hook): Use expand-file-name instead of concat.
3680         (vc-directory): Use file-name-as-directory.
3681         (vc-snapshot-precondition, vc-create-snapshot)
3682         (vc-retrieve-snapshot): Allow the command to operate on any
3683         directory.
3685         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3686         just removing the 'WORKFILE argument or by removing the 'MASTER
3687         argument and replacing `file' with (vc-name file).
3689 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3691         * vc.el: Update Copyright and add a crude list of backend funs.
3692         (vc-writable-p): New function.
3693         (with-vc-file): Use vc-writable-p.
3694         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
3695         (vc-register): Avoid vc-name.
3696         (vc-locking-user): Remove.
3697         (vc-steal-lock): Make the `owner' arg non-optional.
3698         (vc-merge): Use vc-writable-p instead of vc-locking-user and
3699         vc-checkout-model.
3700         (vc-default-dired-state-info): Use vc-state instead of
3701         vc-locking-user and return special strings for special states.
3702         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3703         and get rid of one of the special CVS cases.
3704         (vc-cancel-version): prettify error message with \\[...].
3705         (vc-rename-master): New function.
3706         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3707         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
3708         the CVS special case generic.
3709         (vc-default-record-rename): Remove.
3710         (vc-file-tree-walk-internal): Only call FUNC for files that are
3711         under control of some VC backend and replace `concat' with
3712         expand-file-name.
3713         (vc-file-tree-walk): Update docstring.
3714         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3715         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3717         * vc-sccs.el (vc-sccs-rename-file): Renamed from
3718         vc-sccs-record-rename.  Use `find-file-noselect' rather than
3719         `find-file' and call `vc-rename-master' to do the actual move.
3720         (vc-sccs-diff): Remove unused `backend' variable.
3722         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3723         to delay loading of vc-sccs until it is really used.
3724         (vc-sccs-master-templates): Preload.
3725         (vc-sccs-state): Update call to vc-sccs-parse-locks.
3726         (vc-sccs-project-dir): Remove (merged into
3727         vc-sccs-search-project-dir).
3728         (vc-sccs-search-project-dir): Rewrite using file name handling ops
3729         rather than `concat', make sure it is preloaded and don't bother
3730         to check that the file actually exists.
3731         (vc-sccs-parse-locks): Remove unused `file' argument, remove
3732         `locks' argument (use buffer's content instead) and eliminate n^2
3733         behavior.
3735         * vc-rcs.el: Update Copyright.
3736         (vc-rcs-rename-file): New function.
3737         (vc-rcs-diff): Remove unused `backend' variable.
3739         * vc-hooks.el: Update Copyright.
3740         (vc-backend): Don't accept a nil argument any more.
3741         (vc-up-to-date-p): Turn into a defsubst.
3742         (vc-possible-master): New function.
3743         (vc-check-master-templates): Use `vc-possible-master' and allow
3744         funs in vc-X-master-templates to return a non-existent file.
3746         * vc-cvs.el: Update Copyright.
3747         (vc-cvs-diff): Remove unused `backend' variable.
3748         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
3750         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3752 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3754         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3755         since it can be called from vc-rcs.el.
3756         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3758 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3760         * vc.el (vc-version-diff): Expand file name read from the
3761         minibuffer.  Handle the case when a previous version number can't
3762         be guessed.  Give suitable messages when there were no differences
3763         found.
3764         (vc-clear-headers): Call backend-specific implementation, if one
3765         exists.
3766         (vc-cancel-version): Made error checks generic.  When done, clear
3767         headers generically, too.
3769         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3770         from vc-clear-headers in vc.el.
3772         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3773         correctly.
3774         (vc-rcs-latest-on-branch-p): Made second argument VERSION
3775         optional.  Handle the case when it's not there.
3777 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3779         * vc.el (vc-locking-user): Moved from vc-hooks.el.
3781 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3783         * vc-hooks.el (vc-loadup): Remove.
3784         (vc-find-backend-function): Use `require'.  Also, handle the case
3785         where vc-BACKEND-hooks.el doesn't exist.
3786         (vc-call-backend): Cleanup.
3788 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3790         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3791         vc-rcs-grab-templates)
3792         (vc-rcs-registered): Remove.  The default function works as well.
3793         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3794         vc-sccs-grab-templates)
3795         (vc-sccs-registered): Remove.  The default function works as well.
3797         * vc.el (vc-version-diff): Left out a vc- in call to
3798         vc-call-backend.
3799         (vc-default-dired-state-info, vc-default-record-rename)
3800         (vc-default-merge-news): Update for the new backend argument.
3802         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3803         using the default function.
3804         (vc-call-backend): If calling the default function, pass it the
3805         backend as first argument.  Update the docstring accordingly.
3806         (vc-default-state-heuristic, vc-default-mode-line-string): Update
3807         for the new backend argument.
3808         (vc-make-backend-sym): Renamed from vc-make-backend-function.
3809         (vc-find-backend-function): Use the new name.
3810         (vc-default-registered): New function.
3812 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3814         * vc.el (vc-merge): Use vc-find-backend-function.
3816         * vc-hooks.el (vc-backend-functions): Remove.
3817         (vc-loadup): Don't setup 'vc-functions.
3818         (vc-find-backend-function): New function.
3819         (vc-call-backend): Use above fun and populate 'vc-functions
3820         lazily.
3821         (vc-backend-defines): Remove.
3823 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3825         * vc.el (vc-register): Put a FIXME note for a newly found bug.
3826         Call vc-call-backend without the leading vc-.
3827         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3828         (vc-check-headers): Call vc-call-backend without the leading vc-.
3829         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
3830         (vc-annotate-display): Replace confusing use of `cond' with `or'.
3831         Call vc-call-backend without the leading vc-.
3833         * vc-cvs.el (tail): Provide vc-cvs.
3834         * vc-sccs.el (tail): Provide vc-sccs.
3835         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3837         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3838         (vc-make-backend-function, vc-call): Pass names without leading
3839         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
3840         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3841         (vc-call-backend): Always try to load vc-X-hooks.
3842         (vc-registered): Remove vc- in call to vc-call-backend.
3844 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3846         * vc.el (vc-process-filter): New function.
3847         (vc-do-command): Setup `vc-process-filter' for the async process.
3848         (vc-maybe-resolve-conflicts): New function to reduce
3849         code-duplication.  Additionally, it puts the buffer in
3850         `smerge-mode' if applicable.
3851         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3852         calling `merge-news'.
3853         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
3854         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
3855         interfacing to log-edit.el.
3856         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
3857         log-edit is available.
3858         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
3860 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3862         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
3863         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
3864         defvar and the initialization.
3865         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
3867         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
3868         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
3870         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
3872 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3874         * vc.el (vc-file-clear-masterprops): Removed.
3875         (vc-checkin, vc-revert-buffer): Removed calls to the above.
3876         (vc-version-diff): Use buffer-size without argument.
3877         (vc-register): Heed vc-initial-comment.
3879         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
3880         default branch.
3882         * vc-rcs.el (vc-rcs-register): Parse command output to find master
3883         file name and workfile version.
3884         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
3886         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
3887         vc-file-clear-masterprops.
3889         * vc-sccs.el (vc-sccs-checkout): Removed call to
3890         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
3891         rather than user login name.
3894 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3896         * vc.el (vc-workfile-unchanged-p): Remove unused argument
3897         `want-differences-if-changed' and simplify.
3898         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
3899         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
3900         output (which is invalid for async vc-diff) to decide whether to
3901         do the revert silently or not.
3903 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3905         * vc-hooks.el (vc-loadup): Load files quietly.
3906         (vc-call-backend): Oops, brain fart.
3908 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3910         * vc-cvs.el (vc-cvs-state): Typo.
3911         (vc-cvs-merge-news): Return the status code rather than the error msg.
3913 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3915         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3916         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3917         vc-state or vc-up-to-date-p.
3918         (vc-merge): Use vc-backend-defines to check whether merging is
3919         possible.  Set state to 'edited after successful merge.
3921         * vc-hooks.el (vc-locking-user): If locked by the calling user,
3922         return that name.  Redocumented.
3924 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3926         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
3927         new `vc-state' semantics.
3928         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
3929         'vc-locking-user to the current user.
3930         (vc-merge): Inline vc-backend-merge.  Comment out code that I
3931         don't understand and hence can't adapt to the new `vc-state' and
3932         `vc-locking-user' semantics.
3933         (vc-backend-merge): Remove.
3935         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3936         rather than 'vc-locking-user.
3938         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3940         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3941         (vc-state): Don't use 'reserved any more.  Just use the same
3942         convention as the one used for vc-<backend>-state where the
3943         locking user (as a string) is returned.
3944         (vc-locking-user): Update, based on the above convention. The
3945         'vc-locking-user property has disappeared.
3946         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
3948         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3949         with a heuristic one.
3950         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3951         (vc-cvs-checkin): Do a trivial parse to set the state in case of
3952         error.  That allows us to get to 'needs-merge even in the
3953         stay-local case.  There's still no way to detect 'needs-patch in
3954         such a setup (or to force an update for that matter).
3955         (vc-cvs-logentry-check): Remove, the default works as well.
3957 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3959         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
3961         * vc.el (vc-do-command): kill-all-local-variables, to reset any
3962         major-mode in which the buffer might have been put earlier.  Use
3963         `remove' and `when'.  Allow `okstatus' to be `async' and use
3964         `start-process' in this case.
3965         (vc-version-diff): Handle the case where the diff looks empty
3966         because of the use of an async process.
3968 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3970         * vc.el (vc-next-action-on-file): Removed optional parameter
3971         `simple'.  Recompute state unconditionally.
3972         (vc-default-toggle-read-only): Removed.
3974         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3975         (vc-toggle-read-only): Undid prev change.
3977         * vc-cvs.el (vc-cvs-stay-local): Renamed from
3978         vc-cvs-simple-toggle.  Redocumented.
3979         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3980         (vc-cvs-toggle-read-only): Removed.
3982 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3984         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
3985         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3986         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3987         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
3988         still is. So maybe it should be removed.
3989         (vc-head-version, vc-find-binary): Remove.
3990         (vc-recompute-state): Move from vc-hooks.el.
3991         (vc-next-action-on-file): Add a `simple' argument to allow
3992         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
3993         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3994         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
3995         (vc-dired-mode-map): Properly defvar it.
3996         (vc-print-log): Call log-view-mode if available.
3997         (small-temporary-file-directory): defvar instead of use boundp.
3998         (vc-merge-news): Moved to vc-cvs.el.
3999         (vc-default-merge-news): New function.
4001         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4002         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4003         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4004         unknown `vc-latest-version' function.  It should probably refer to
4005         vc-workfile-version or somesuch, but it's very unclear to me and I
4006         don't have SCCS to test things.
4008         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4009         (vc-sccs-state-heuristic): Fix typo.
4010         (vc-sccs-workfile-unchanged-p): Add missing argument.
4012         * vc-rcs.el: Require vc and vc-rcs-hooks.
4013         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4014         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4015         (vc-release-greater-or-equal-p): Move from vc.
4016         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4017         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4018         (vc-rcs-checkout): Add a missing `new-version' argument in the
4019         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
4021         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4022         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4023         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4024         than the apparently unbound `workfile-version'.
4026         * vc-hooks.el (vc-master-templates): Def the obsolete var.
4027         (vc-file-prop-obarray): Use `make-vector'.
4028         (vc-backend-functions): Add new hookable functions
4029         vc-toggle-read-only, vc-record-rename and vc-merge-news.
4030         (vc-loadup): If neither backend nor default functions exist, use
4031         the backend function rather than nil.
4032         (vc-call-backend): If the function if not bound yet, try to load
4033         the non-hook file to see if it provides it.
4034         (vc-call): New macro plus use it wherever possible.
4035         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4036         nor `vc-find-binary' since it's only called from
4037         vc-mistrust-permission which is only used once the backend is known.
4038         (vc-checkout-model): Fix parenthesis.
4039         (vc-recompute-state, vc-prefix-map): Move to vc.el.
4041         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
4042         (vc-cvs-release, vc-cvs-system-release): Remove.
4043         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4044         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4045         status symbols.
4046         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4047         (vc-cvs-toggle-read-only): First cut at a function to allow a
4048         cvs-status-free vc-toggle-read-only.
4049         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4050         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4051         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
4052         (vc-cvs-checkout): Modify access rights directly if the user
4053         requested not to use `cvs edit'.  And refresh the mode line.
4055         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4056         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4058 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4060         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
4061         workfile' that got lost when the code was extracted from vc.el.
4062         And merged the tail with the rest of the code (not possible in the
4063         old vc.el where the tail was shared among all backends).  And
4064         explicitly set the state to 'edited if `writable' is set.
4066         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4067         (vc-cvs-state): Be careful to return the value from
4068         vc-cvs-parse-state.
4069         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
4070         property but return it instead.  Also be careful to handle a nil
4071         or "" `rev' when workfile is non-nil (it was handled properly when
4072         workfile was nil).
4074         * vc.el: Removed those pesky unnecessary `(function' quotes.
4075         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4076         directly in the defvar.
4077         (vc-do-command): Bind inhibit-read-only so as to properly handle
4078         the case where the destination buffer has been made read-only.
4079         (vc-diff): Delegate to vc-version-diff in all cases.
4080         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
4081         (vc-annotate-mode-variables): Removed (code moved partly to
4082         defvars and partly to vc-annotate-add-menu).
4083         (vc-annotate-mode): Turned into a derived-mode.
4084         (vc-annotate-add-menu): Moved in code in
4085         vc-annotate-mode-variables.
4086         (vc-update-change-log): Use make-temp-file if available.
4088 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
4090         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4091         `vc-checkout-model' updated to `vc-cvs-update-model'.
4093 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4095         * vc.el (vc-next-action-on-file): Added handling of state
4096         `unlocked-changes'.
4097         (vc-checkout-carefully): Is now practically obsolete, unless the
4098         above is too slow to be enabled unconditionally.
4099         (vc-update-change-log): Fixed typo.
4101         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4103         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4104         Now handles state `unlocked-changes'.
4105         (vc-sccs-workfile-unchanged-p): New function, to support the above.
4107         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4109         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4110         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
4111         `unlocked-changes'.
4112         (vc-rcs-workfile-unchanged-p): Renamed from
4113         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
4114         function yet, but supposed to become one soon.
4116         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4117         `vc-steal-lock'.
4118         (vc-call-backend): Changed error message.
4119         (vc-state): Added description of state `unlocked-changes'.
4121 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4123         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4124         always return t in CVS-controlled directories.
4126         * vc.el (vc-responsible-backend): New function.
4127         (vc-register): Largely rewritten.
4128         (vc-admin): Removed (implementation moved into vc-register).
4129         (vc-checkin): Redocumented.
4130         (vc-finish-logentry): If no backend defined yet (because we are in
4131         the process of registering), use the responsible backend.
4133         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4134         Updated function lists.
4135         (vc-call-backend): Fixed typo.
4137         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4138         New functions.
4139         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4140         Removed query option.  Redocumented.
4142 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4144         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4146         * vc.el: Updated callers of `vc-checkout-required' to use
4147         `vc-checkout-model'.
4149 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4151         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
4152         stuff updated to reference this function instead of the old
4153         `vc-backend-release-p'.
4155 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4157         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4158         vc-checkout-model.  Return appropriate values.  Updated callers.
4160 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4162         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
4163         (vc-backend-revert): Function moved into `vc-revert';
4164         `vc-next-action' must be updated to accomodate this change.
4165         (vc-backend-steal): Function moved into `vc-finish-steal'.
4166         (vc-backend-logentry-check): Function moved into
4167         `vc-finish-logentry'.
4168         (vc-backend-printlog): Function moved into `vc-print-log'.
4169         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4170         (vc-backend-assign-name): Function moved into
4171         `vc-create-snapshot'.
4173 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4175         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
4176         Rename to vc-checkout-model.  Return appropriate values.
4177         Update callers.
4179         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
4180         to vc-checkout-model.
4181         (vc-checkout-required): Rename to vc-checkout-model.
4182         Re-implement and re-comment.
4183         (vc-after-save): Use vc-checkout-model.
4185 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4187         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4188         Update to use the vc-BACKEND-diff functions instead.
4189         `vc-diff' is now working.
4191         * vc-rcs.el (vc-rcs-logentry-check): New function.
4193         * vc-cvs.el (vc-cvs-logentry-check): New function.
4195         * vc-sccs.el (vc-sccs-diff): Function changed name from
4196         `vc-backend-diff'.  This makes `vc-diff' work.
4198         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
4199         of functions possibly implemented in a vc-BACKEND library.
4200         (vc-checkout-required): Fix bug that caused an error to be
4201         signaled during `vc-after-save'.
4203         * vc.el: Fix typo.
4204         This checkin is made with our new VC code base for the very first time.
4205         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
4207         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4208         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4210         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4211         updated to `vc-uses-locking'.
4212         (vc-checkout-required): Call to backend function.
4213         `vc-checkout-required' updated to `vc-uses-locking' instead.
4215         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4216         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4218         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
4219         to match the split into various backends.
4220         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
4221         (vc-retrieve-snapshot): Bug fix.
4223 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4225         * vc-sccs.el (vc-sccs-release): Doc fix.
4227 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4229         * vc.el (vc-next-action-on-file): Bug found and fixed.
4230         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4231         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4233         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4234         (vc-rcs-checkout): Name space cleaned up.  No more revision number
4235         crunching function names that are not prefixed with vc-rcs.
4236         (vc-rcs-checkout-model): Function added.  References to
4237         `vc-checkout-model' replaced.
4239 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4241         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4242         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
4243         still need to be split, and implemented for RCS).
4245 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4247         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4249         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4250         required by the vc.el file.
4252         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4253         required by the vc.el file.
4254         (vc-rcs-exists): Function added.
4256         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4257         required by the vc.el file.
4259         * vc.el (vc-admin): Updated to handle selection of appropriate
4260         backend.  Current implementation is crufty and need re-thinking.
4262         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4264 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4266         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4267         beginning of annotate buffers correctly.
4269         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4270         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4271         functionality updated quite a lot to support multiple backends.
4272         Variables `vc-annotate-mode', `vc-annotate-buffers',
4273         `vc-annotate-backend' added.
4275         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4276         `vc-annotate-difference' added to supported backend functions.
4278 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4280         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4281         Use with-temp-file instead of /bin/sh.  Merged from mainline
4283 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4285         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4287         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4289         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4291 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4293         * vc-hooks.el: vc-state-heuristic added to
4294         vc-backend-hook-functions.
4296         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4298         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4300         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4301         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
4302         state to `reserved'.
4304         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4305         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
4307 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4309         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
4310         untouched.
4312         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
4314         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
4315         if defined.  (Merged from main line, slightly adapted.)
4317         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4318         millenium problem (merged from mainline).
4320 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4322         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4323         part and moved the non-BACKEND stuff to vc.el.
4325         * vc.el: Split the annotate feature into a BACKEND specific part
4326         and moved it from the vc-cvs.el file to this one.
4328 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4330         * vc-hooks.el: Implement new state model.
4331         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4332         (vc-locking-user): Simplify.  Now only needed if the file is
4333         locked by somebody else.
4334         (vc-lock-from-permissions): Remove.  Functionality is in
4335         vc-sccs-hooks.el and vc-rcs-hooks.el now.
4336         (vc-mode-line-string): New name for former vc-status.  Adapted.
4337         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
4339         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4340         Various simplifications and adaptations all over the place.
4342         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4343         Simplify and adapt the rest.
4345         * vc.el (vc-resynch-window): Add TODO comment: check for
4346         interaction with view mode according to recent RCS change.
4347         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
4349 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4351         * vc.el: Convert the remaining function comments to docstrings.
4353 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4355         * vc.el (vc-backend-release, vc-release-greater-or-equal)
4356         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4357         (vc-minor-part, vc-previous-version): Functions that operate and
4358         compare revision numbers got proper documentation.  Comments added
4359         about their possible removal.
4361 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4363         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4364         the vc-backend.el files.
4366         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4368         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4369         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4370         (vc-rcs-previous-version): Functions added.
4372         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4374         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4376 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4378         * vc-hooks.el (vc-master-templates): Is really obsolete.
4379         Comment out the definition for now.  What is the right procedure
4380         to get rid of it?
4381         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4382         rewritten.
4383         (vc-default-registered): Remove.
4384         (vc-check-master-templates): New function; does mostly what the
4385         above did before.
4386         (vc-locking-user): Don't rely on the backend to set the property.
4388         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
4389         Rewrite documentation.
4390         (vc-rcs-templates-grabbed): New variable.
4391         (vc-rcs-grab-templates): New function.
4392         (vc-rcs-registered): Rewrite to use above mechanism.
4394         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
4395         Rewrite documentation.
4396         (vc-sccs-templates-grabbed): New variable.
4397         (vc-sccs-grab-templates): New function.
4398         (vc-sccs-registered): Rewrite to use above mechanism.
4399         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4400         Don't throw the result, simply return it.
4402         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4403         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
4404         (vc-cvs-registered): Does the check itself now.  Simplify.
4406         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
4407         from main line.
4409 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4411         * vc-cvs.el (vc-cvs-diff): New function.
4413         * vc-sccs.el (vc-sccs-diff): New function.
4415         * vc-rcs.el (vc-rcs-diff): New function.
4416         (vc-rcs-checkout): Bug (typo) found and fixed.
4417         (vc-rcs-register-switches): New variable.
4419         * vc.el (vc-backend-diff): Function removed and placed in the
4420         backend files.
4422 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4424         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4426         * vc.el (vc-backend-checkout): Function removed and replaced in
4427         the vc-backend.el files.
4429         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4431         * vc.el (vc-backend-admin): Removed and replaced in the
4432         vc-backend.el files.
4434         * vc.el (Martin): Removed all the annotate functionality since it
4435         is CVS backend specific.
4437 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4439         * spec.txt: Added specification of vc-state.
4441         * vc-sccs-hooks.el (vc-sccs-master-properties):
4442         Remove handling of vc-latest-version and
4443         vc-your-latest-version.  What used to be vc-latest-version, is now
4444         returned as vc-workfile-version.
4445         (vc-sccs-workfile-version): Adapt.
4447 2000-09-04  Dave Love  <fx@gnu.org>
4449         * vc.el: [Merged from mainline.]
4450         (vc-dired-mode): Make the dired-move-to-filename-regexp
4451         regexp match the date, to avoid treating date as file size.
4452         Add YYYY S option to WESTERN/
4454 2000-09-04  Dave Love  <fx@gnu.org>
4456         * vc.el: Require `compile' when compiling.
4457         (vc-logentry-check-hook): New option.
4458         (vc-steal-lock): Use compose-mail.
4459         (vc-dired-mode-map): Defvar when compiling.
4460         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4461         vc-sccs.el and renamed.  Callers changed.
4462         (vc-backend-checkout, vc-backend-logentry-check)
4463         (vc-backend-merge-news): Doc fix.
4464         (vc-default-logentry-check): New function.
4465         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4466         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4467         (vc-backend-merge): Doc fix.  Use backend functions.
4468         (vc-check-headers): Use backend functions.
4470         * vc-cvs.el: Require vc when compiling.
4471         (vc-cvs-register-switches): Doc fix.
4472         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4473         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4474         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4475         New functions (code from vc.el).
4476         (vc-annotate-display-default): Fix interactive spec.
4477         (vc-annotate-time-span): Doc fix.
4479         * vc-rcs.el: Require vc when compiling.
4480         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4481         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4482         (vc-rcs-checkin): New functions (code from vc.el).
4483         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4484         Doc fix.
4485         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
4487         * vc-sccs.el: Require vc when compiling.
4488         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4489         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4490         (vc-sccs-revert)
4491         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4492         from vc.el).
4493         (vc-sccs-add-triple, vc-sccs-record-rename)
4494         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4495         (vc-sccs-admin): Doc fix.
4497 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4499         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4500         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4501         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4502         from vc.el.
4504         * vc-sccs.el (vc-admin-sccs): Added from vc.el
4506         * vc-cvs.el: Moved the annotate functionality from vc.el.
4507         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4509 2000-09-04  Dave Love  <fx@gnu.org>
4511         * vc.el (vc-backend-release): Call vc-system-release.
4513         * vc-sccs.el (vc-sccs-system-release):
4514         Renamed from vc-sccs-backend-release.
4516         * vc-rcs.el (vc-rcs-system-release):
4517         Renamed from vc-rcs-backend-release.
4519         * vc-cvs.el (vc-cvs-system-release):
4520         Renamed from vc-cvs-backend-release.
4522 2000-09-04  Dave Love  <fx@gnu.org>
4524         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4525         backend files.
4526         (vc-backend-release): Dispatch to backend functions.
4527         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
4528         probably needs attention.]
4530         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4531         (vc-sccs-backend-release): New function.
4533         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4534         (vc-cvs-backend-release): New function.
4536         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4537         Doc fix.
4538         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4539         (vc-default-dired-state-info): New function.
4540         (vc-dired-state-info): Dispatch to backends.
4541         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
4543         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4544         from vc.el and renamed.
4546 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4548         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4549         (vc-version-other-window, vc-backend-assign-name): Removed
4550         references to vc-latest-version; sometimes changed into
4551         vc-workfile-version.
4553         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4554         vc-rcs-master-workfile-version.
4555         (vc-rcs-workfile-version): Use the above.  Don't call
4556         vc-latest-version (that was unreachable code, anyway).
4557         (vc-rcs-fetch-master-properties): Doc fix.
4559         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4560         (vc-backend-hook-functions): Removed them from this list, too.
4561         (vc-fetch-properties): Removed.
4562         (vc-workfile-version): Doc fix.
4564         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4565         (vc-rcs-workfile-version, vc-rcs-locking-user)
4566         (vc-rcs-uses-locking): Use it.
4568         * vc-hooks.el (vc-consult-rcs-headers):
4569         Moved into vc-rcs-hooks.el, under the name
4570         vc-rcs-consult-headers.
4572         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4573         headers.
4574         (vc-cvs-find-master): Use this name only; correct different
4575         versions of the name.
4577         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4578         New functions.
4579         (vc-sccs-locking-user): Use the latter.
4581         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4582         New functions.
4584         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4585         Moved into both
4586         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
4587         functions are implementation details of those two backends.
4589 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4591         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4592         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4594         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4595         (vc-sccs-parse-locks): SCCS-specific code moved here from
4596         vc-hooks.
4598         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4599         code moved here from vc-hooks.
4601         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4602         into back-end specific parts and removed.  Callers not updated
4603         yet; because I guess these callers will disappear into back-end
4604         specific files anyway.
4606 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4608         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4609         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4610         `vc-uses-locking'.
4612         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4613         Store yes/no in the property, and return t/nil.  Updated all
4614         callers.
4616         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4617         vc-sccs-uses-locking.  Don't set property.
4618         (vc-sccs-locking-user): Don't set property.
4620         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4621         vc-cvs-uses-locking.  Don't set property here; leave that to
4622         vc-hooks.
4623         (vc-cvs-locking-user): Reflect above change.  Streamlined.
4625         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4626         vc-rcs-uses-locking.
4627         (vc-rcs-locking-user): Reflect above change.
4629 2000-09-04  Dave Love  <fx@gnu.org>
4631         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4633         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4635         * vc-hooks.el (vc-checkout-model): Punt to backends.
4637         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4639         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4641         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4642         New functions.
4644         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4645         New functions.
4647         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4648         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4650         * vc-hooks.el (vc-default-locking-user): New function.
4651         (vc-locking-user, vc-workfile-version): Punt to backends.
4653 2000-09-04  Dave Love  <fx@gnu.org>
4655         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4656         (vc-master-workfile-version): Moved from vc-hooks.
4658         * vc-rcs-hooks.el: Fix duplicate code in last change.
4660         * vc-rcs-hooks.el: Require vc-hooks when compiling.
4661         (vc-rcs-master-templates): Improve :type.
4662         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4663         vc-master-workfile-version): Moved from vc-hooks.
4665         * vc-sccs-hooks.el: Require vc-hooks when compiling.
4666         (vc-sccs-master-templates): Improve :type.
4667         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4669         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4671         * vc-cvs-hooks.el: Require vc-hooks when compiling.
4672         (vc-cvs-master-templates): Improve :type.  Use
4673         vc-cvs-find-cvs-master.
4674         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4675         from vc-hooks.
4676         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4678         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4679         Moved to vc-cvs-hooks.
4681         * vc-hooks.el: Add doc strings in various places.  Simplify the
4682         minor mode setup.
4683         (vc-handled-backends): New user variable.
4684         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4685         simplification.
4687 2000-09-04  Dave Love  <fx@gnu.org>
4689         * vc.el: Some doc fixes for autoloaded and interactive functions.
4690         Fix compilation warnings from ediff stuff.
4691         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4693         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4695         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4697         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4699 2000-09-04  Dave Love  <fx@gnu.org>
4701         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4702         New variable.
4703         (vc-make-backend-function, vc-loadup, vc-call-backend)
4704         (vc-backend-defines): New functions.
4706         * vc-hooks.el: Various doc fixes.
4707         (vc-default-back-end, vc-follow-symlinks): Custom fix.
4708         (vc-match-substring): Function removed.  Callers changed to use
4709         match-string.
4710         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4711         Simplify.
4713 2000-09-04  Dave Love  <fx@gnu.org>
4715         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4716         type.
4717         (vc-sccs-project-dir, vc-search-sccs-project-dir)
4718         (vc-sccs-registered): Doc fix.
4720         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4721         (vc-cvs-registered): Doc fix.
4723         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4724         (vc-rcs-registered): Doc fix.
4726 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4728         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4730         * vc-hooks.el: vc-registered has been renamed
4731         vc-default-registered.  Some functions have been moved to the
4732         backend specific files.  they all support the
4733         vc-BACKEND-registered functions.
4735 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4737         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4739         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4741 2000-09-04  Dave Love  <fx@gnu.org>
4743         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4744         menu-bar-update-hook.
4746         * help.el (help-manyarg-func-alist): Add
4747         find-operation-coding-system.
4749         * wid-edit.el (widget-sexp-validate): Fix garbled code.
4751         * custom.el (custom-set-variables): Print message about errors in
4752         setting.
4754 2000-09-03  Andrew Innes  <andrewi@gnu.org>
4756         * makefile.w32-in: Change to DOS line endings.
4758 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4760         * mouse.el (mouse-popup-menubar): Supply the prompt string for
4761         minor-mode keymaps, if they don't have one.
4763 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4765         * eshell/esh-module.el (eval-when-compile): Don't lose if
4766         esh-module.el's file name is truncated to DOS 8+3 limits.
4768 2000-09-01  John Wiegley  <johnw@gnu.org>
4770         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4771         predicate, which caused entries in the completion list to be
4772         doubled.
4774 2000-08-30  John Wiegley  <johnw@gnu.org>
4776         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4777         sending to subprocesses.  Also, hook pre-command-hook if
4778         `eshell-send-direct-to-subprocesses' is non-nil.
4779         (eshell-send-direct-to-subprocesses): New config variable.  If t,
4780         subprocess input is send immediately.
4781         (eshell-toggle-direct-send): New function.
4782         (eshell-self-insert-command): New function.
4783         (eshell-intercept-commands): New function.
4784         (eshell-send-input): If direct subprocess sending is enabled,
4785         don't echo any input to the Eshell buffer.  Let the subprocess
4786         handle that.  This requires "stty echo" in bash, for example.
4788 2000-08-28  John Wiegley  <johnw@gnu.org>
4790         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4791         completion function for Eshell's implementation of `unset'.
4793 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4795         * info.el (Info-directory-list): Doc fix.
4797 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
4799         * filecache.el (file-cache-add-directory-using-find): Don't quote
4800         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4802 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
4804         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4805         coding systems.
4807 2000-08-30  Andrew Innes  <andrewi@gnu.org>
4809         * timer.el (run-with-idle-timer): Undo last change, so that timer
4810         is not activated immediately if Emacs is already idle.  Some
4811         existing code relies on this behaviour.
4813 2000-08-30  Miles Bader  <miles@gnu.org>
4815         * frame.el (set-frame-font): Do completion of font-name for
4816         interactive use.
4818 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
4820         * international/quail.el (quail-start-translation): Bind locally
4821         last-command-event, last-command, and this-command.
4822         (quail-start-conversion): Likewise.
4823         (quail-self-insert-command): Fix docstring.
4825 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
4827         * progmodes/executable.el
4828         (executable-make-buffer-file-executable-if-script-p): Check that
4829         buffer contains at least 2 characters.
4831 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
4833         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4835 2000-08-29  Dave Love  <fx@gnu.org>
4837         * diff-mode.el (diff-mode) <defgroup>: Add :version.
4838         (diff-mode-shared-map): Bind mouse-2.
4839         (diff-imenu-generic-expression): New variable.
4840         (diff-mode): Use it.
4842         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4843         (mouse-popup-menubar): Add minor mode menus.
4844         (popup-menu): Check for lookup-key returning number.
4846 2000-08-29  Miles Bader  <miles@gnu.org>
4848         * comint.el (comint-send-input): Create overlays using the proper
4849         front/read-advance arguments.
4851 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4853         * ps-print.el: Even/odd pages printing.  Doc fix.
4854         (ps-print-version): New version number (6.0).
4855         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
4856         (ps-background, ps-begin-file, ps-begin-job): Code fix.
4857         (ps-print-duplex-feature): Variable eliminated.
4858         (ps-even-or-odd-pages): New variable.
4860         * progmodes/ebnf2ps.el: Doc fix.
4861         (ebnf-version): New version (3.3).
4862         (ebnf-user-arrow): Change variable customization to sexp.
4863         (ebnf-user-arrow): Function eliminated.
4864         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
4866 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
4868         * help.el (help-xref-mule-regexp): New variable.
4869         (help-make-xrefs): Handle help-xref-mule-regexp.
4871         * international/mule-cmds.el (help-xref-mule-regexp-template): New
4872         variable.
4873         (describe-input-method): Temporarily activate the specfied input
4874         method to display the information.
4875         (describe-language-environment): Hyperlinks to mule related items.
4877         * international/mule-diag.el (charset-multibyte-form-string): New
4878         function.
4879         (list-character-sets-1): Use charset-multibyte-form-string.
4880         (describe-character-set): New function.
4881         (describe-coding-system): Hyperlinks to safe character sets.
4883         * international/quail.el (quail-help): New arg PACKAGE.
4884         Hyperlinks to mule related items.
4885         (quail-help-insert-keymap-description): Use
4886         substitute-command-keys instead of describe-bindings.
4887         (quail-translation-help): Hyperlinks to mule related items.
4889 2000-08-28  John Wiegley  <johnw@gnu.org>
4891         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
4892         have a defsubst call itself.  Made `eshell-flatten-list' back into
4893         a function again.
4895         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
4896         catch, in case re-centering point at bottom messes up the display.
4897         This happens frequently in Emacs 21, due I believe to variable
4898         line heights.
4900         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
4901         to call `find-tag-interactive'.
4903         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
4904         the list of remember directories.
4906 2000-08-28  John Wiegley  <johnw@gnu.org>
4908         * align.el: Test align-region-separate to see if it's a symbol.
4910 2000-08-28  John Wiegley  <johnw@gnu.org>
4912         * eshell/esh-util.el (eshell-flatten-list): Made this function
4913         into a defsubst form.  It gets used very frequently, although
4914         calls don't occur all that often.
4916         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4917         examining it.
4919         * eshell/esh-cmd.el (eshell-rewrite-while-command):
4920         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4921         `eshell-protect'.
4922         (eshell-copy-handles): Created a new macro for duplicating the
4923         current set of open handles.  This is needed by the looping
4924         functions.
4925         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
4926         is not incorrectly stomped on.
4928         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
4929         declaration for pcomplete-use-paring.
4930         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
4931         value of eshell-cmpl-use-paring.
4932         * pcomplete.el (pcomplete-use-paring): New config variable, to
4933         indicate whether paring should be used.
4934         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4935         completion alternatives that have already been used.
4937         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4938         bound to C-c C-y, which will repeat the previous N arguments
4939         (based on prefix argument).
4940         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4942         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4943         if there is no *Help* buffer.  This is for XEmacs, which renames
4944         its help buffers uniquely.  TODO: Find out what the current buffer
4945         name to delete is.
4947         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4948         first entry that correlates to a passwd/group number.  Later
4949         entries (used for group/user name aliasing to multiple IDs) are
4950         ignored.
4952         * eshell/em-xtra.el (eshell/expr):
4953         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4954         (eshell-grep, eshell/diff, eshell/locate):
4955         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4956         argument list, before passing it to the system command.
4958         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4959         `find-tag' for use at final position in Eshell buffers (which
4960         otherwise triggers an error on Emacs 21).
4961         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4962         buffer, if it is currently bound to `find-tag'.
4964         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4965         in the list of matched Makefile names.
4966         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4967         directory, prefer its contents to Makefile.
4969         * eshell/em-dirs.el (eshell/cd): cd commands that look up
4970         directory parts (like "cd old new", or "cd =regexp"), are now case
4971         sensitive on non-Windows/DOS platforms.
4973         * eshell/esh-mode.el (eshell-parse-command-input): When a user
4974         types RET after an open delimiter (like "), display a message
4975         indicating that Eshell is waiting for the closing delimiter.
4977         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4978         environment variables.
4980         * eshell/em-unix.el (eshell/diff): Added logic to fail more
4981         gracefully if the user enters incorrect arguments.
4983         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4984         Eshell buffers.
4986         * eshell/esh-var.el (eshell-interpolate-variable):
4987         * eshell/esh-mode.el (eshell-move-argument):
4988         * eshell/em-unix.el (eshell-du-sum-directory):
4989         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4990         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
4991         (not (= ...)).
4993         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4994         to ensure the `preserve' flag gets propagated when doing recursive
4995         directory copies.
4997 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
4999         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5000         Don't convert \n into \0177 in memory.
5001         (eshell-read-history, eshell-write-history): Convert \n to \0177,
5002         and back again, when reading and writing.
5004 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
5006         * eshell/esh-util.el (eshell-processp): Added to relieve constant
5007         testing of `fboundp' on `processp'.
5009         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5010         (eshell/jobs): Don't call process-list if it is not bound.
5011         (eshell-gather-process-output): Support systems where async
5012         subprocesses aren't supported.
5013         (eshell-scratch-buffer, eshell-last-sync-output-start): New
5014         variables.
5016         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5017         eshell-do-eval returns t.
5018         (eshell-do-pipelines-synchronously): New defmacro.
5019         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5020         when async subprocesses aren't supported.
5021         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
5022         if async subprocesses aren't supported.
5023         (eshell-resume-command): Don't assume STATUS is a string.
5025         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5027         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5028         (eshell-close-target, eshell-get-target): Use eshell-processp.
5029         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5030         fix.
5031         (eshell-get-target, eshell-create-handles): Doc fix.
5033 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
5035         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
5036         criterion to include commands that output something, as long as it
5037         leaves both the command and the end-of-buffer visible when the
5038         command has exited.
5039         (eshell-review-quick-commands): Adjust the help doc string
5040         accordingly.
5042 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
5044         * locate.el (locate): Cleaned up locate command's interactive prompting
5045         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
5047         * filecache.el (file-cache-case-fold-search): New variable
5048         (file-cache-assoc-function): New variable
5049         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5050         Use file-cache-case-fold-search variable
5051         (file-cache-add-file): Use file-cache-assoc-function
5052         (file-cache-delete-file): likewise
5053         (file-cache-directory-name): likewise
5054         (file-cache-debug-read-from-minibuffer): likewise
5056 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
5058         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5059         (abbrev-table-name): New function.
5060         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5061         If non-nil list local abbrev, only.
5063 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
5065         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5066         from Gnus support code, and use special article copy buffer
5067         `(gnus-original-article-buffer)' instead.  This allows to get rid
5068         of article-hide-headers usage (which breaks in the latest Gnus
5069         version).  Thanks to Detlev Zundel.
5071 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
5073         * international/quail.el (quail-use-package): Hide "... loaded"
5074         message.
5075         (quail-start-translation, quail-start-conversion): Likewise.
5077         * international/kkc.el (kkc-region): Hide "... loaded" message.
5079 2000-08-27  Dave Love  <fx@gnu.org>
5081         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5083 2000-08-27  Miles Bader  <miles@gnu.org>
5085         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5087 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
5089         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5090         'ja-dic-cnv), not (require 'skkdic-cnv).
5092 2000-08-26  Miles Bader  <miles@gnu.org>
5094         * faces.el (face-x-resources): Add entry for :inherit.
5095         * cus-face.el (custom-face-attributes): Add support for :inherit
5096         attribute.  Add support for relative face heights.
5097         (custom-face-attributes-get): Treat `nil' as being a default value
5098         for :inherit (as well as `unspecified').
5100         * faces.el (set-face-attribute): Update doc string.
5101         (face-attribute-name-alist): Add :inherit.
5102         (face-valid-attribute-values): Handle :inherit.
5103         (face-read-string): Rephrase prompt to be less confusing.
5104         Assume that DEFAULT is a string, since we must return a string.
5105         (face-read-integer): Use `format' to turn DEFAULT into an
5106         acceptable default for face-read-string.  Match NEW-VALUE against
5107         the string "unspecified", not the symbol `unspecified', since
5108         that's what face-read-string returns.
5109         (read-face-attribute): Lookup a name for old-value in valid, and
5110         use it as a default if we find one.  Treat all values from
5111         face-read-string as strings.  If the default is used, don't do any
5112         more processing on the value, just use the old value directly.
5113         (read-face-and-attribute, modify-face): Tweak prompt.
5114         (read-face-name): Don't assume prompt ends with a space.
5116         * faces.el (describe-face): Add support for :inherit attribute.
5118 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
5120         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
5121         concat doesn't accept interger.
5123         * international/kkc.el: Remove SKK from Keywords.  Require
5124         ja-dic-utl instead of skkdic-utl.
5126         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5127         Provide ja-dic-cnv instead of skkdic-cnv.
5128         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
5129         (iso-2022-7bit-short): Add safe-charsets property.
5130         (skkdic-convert-postfix): Search Japanese chou-on character in
5131         addition to Hiragana character.
5132         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5133         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5134         (batch-skkdic-convert): Likewise.
5136         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5137         Provide ja-dic-utl instead of skkdic-utl.
5138         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5140 2000-08-24  Dave Love  <fx@gnu.org>
5142         * disp-table.el (standard-display-default): Make the test of `l'
5143         useful.
5145         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5146         mod sample text.
5148         * international/iso-ascii.el: Make pilcrow convenient string
5149         consistent with section.
5150         (iso-ascii-display): Set up multibyte characters as well as
5151         unibyte.
5153 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
5155         * international/mule-cmds.el (reset-language-environment): Set
5156         default-process-coding-system to '(undecided . iso-latin-1), which
5157         makes process I/O almost consistent with file I/O.   Call this
5158         function when mule-cmds.el[c] is loaded.
5160 2000-08-22  Andrew Innes  <andrewi@gnu.org>
5162         * makefile.w32-in: New file.
5164 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
5166         * comint.el (comint-output-filter): Compare end of
5167         comint-last-output-overlay with the start of the newly inserted
5168         text, not the end, when deciding whether to extend it.
5169         Set saved-point's insertion type to advance after insertion.
5171         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5172         since this is now done independently of font-lock mode.
5174 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
5176         * server.el (server-kill-new-buffers): New user option.
5177         (server-existing-buffer): New buffer-local variable.
5178         (server-visit-files): When using an existing buffer, set
5179         server-existing-buffer to t.
5180         (server-buffer-done): If server-kill-new-buffers is t, kill the
5181         buffer, unless it was already present before visiting it with
5182         Emacs server.
5184 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
5186         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5187         even if the display doesn't support colors: some displays will
5188         support bold/underline faces.
5190 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
5192         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5194         * startup.el (command-line): If user's init file had an error,
5195         add explanatory text to *Messages*.
5197 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
5199         * man.el (Man-getpage-in-background): Decode the process output by
5200         the system locale coding system.
5202 2000-08-20  Dave Love  <fx@gnu.org>
5204         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5205         Don't test x-popup-menu.
5206         (function) <complete-function>: Complete only fbound symbols.
5207         <validate, value>: New.
5208         (variable) <complete-function>: Complete only bound symbols.
5209         (coding-system): Add :base-only, :complete-function, :validate,
5210         :value, :prompt-match.
5211         (widget-coding-system-prompt-value): Use read-coding-system and
5212         act on :base-only.
5213         (editable-field): Add :help-echo.
5214         (widget-push-button-gui, widget-push-button-cache)
5215         (widget-gui-action, widget-editable-list-gui): COmment out, along
5216         with uses.
5217         (widget-at): Make arg optional.
5218         (widget-echo-help): Adjust for current help-echo calling sequence.
5219         (widget-specify-field, widget-specify-button)
5220         (widget-specify-insert, widget-get-sibling, widget-image-find)
5221         (widget-convert, widget-insert, widget-leave-text)
5222         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5223         (widget-setup, widget-field-find, widget-before-change)
5224         (widget-after-change, widget-default-complete)
5225         (widget-default-create, widget-default-delete)
5226         (widget-push-button-value-create, editable-field)
5227         (widget-field-prompt-value, widget-field-validate)
5228         (widget-choice-value-create, widget-choice-action)
5229         (widget-choice-validate, widget-checklist-add-item)
5230         (widget-radio-add-item, widget-radio-chosen)
5231         (widget-radio-value-inline, widget-editable-list-value-create)
5232         (widget-editable-list-entry-create)
5233         (widget-documentation-link-add)
5234         (widget-documentation-string-value-create)
5235         (widget-regexp-validate, widget-file-complete)
5236         (widget-sexp-validate, widget-plist-convert-widget)
5237         (widget-plist-convert-widget, widget-alist-convert-widget)
5238         (widget-alist-convert-widget, widget-color-complete): Simplify,
5239         particularly to avoid bindings which aren't optimized out.
5241         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5242         Doc fix.
5243         (down-list, backward-up-list, up-list, kill-sexp)
5244         (backward-kill-sexp, mark-sexp): Make arg optional.
5245         (lisp-complete-symbol): Add optional arg PREDICATE.
5247         * cus-start.el: Add display-buffer-reuse-frames,
5248         file-coding-system-alist.
5250 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
5252         * startup.el (command-line): Clear realized faces after
5253         modifying TTY color mappings.
5255 2000-08-20  Miles Bader  <miles@gnu.org>
5257         * faces.el (face-attr-match-p): Don't return true if ATTRS are
5258         merely a subset of FACE's attributes.
5260 2000-08-19  Miles Bader  <miles@gnu.org>
5262         * comint.el (comint-output-filter): Save the point with a marker,
5263         not just a buffer position.
5265         * international/mule.el (set-buffer-process-coding-system): Make
5266         interactive prompt less confusing.
5268 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
5270         * hilit-chg.el: General cleanup of doc strings, comments and
5271         code formatting.
5273 2000-08-19  Miles Bader  <miles@gnu.org>
5275         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5276         Compiler macro removed; beginning-of-line is no longer always
5277         equivalent to forward-line, in the presence of fields.
5279         * comint.el (comint-output-filter): Remove ad-hoc saving of
5280         restriction, and just use save-restriction, now that it works
5281         correctly.  Don't adjust comint-last-input-start to account for
5282         our insertion; it shouldn't have moved because we don't use
5283         insert-before-markers anymore.  Comment out call to
5284         `force-mode-line-update'; why is it here?
5286         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5287         while checking for prompt to delete.  Use `forward-line 0'
5288         instead of beginning-of-line.
5289         (gud-filter): Temporarily widen gud comint buffer while
5290         examining output.
5292 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
5294         * progmodes/sh-script.el: Big bag of typos.
5296         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5297         check since ispell-process is not bound when ispell is not yet loaded.
5299 2000-08-18  Dave Love  <fx@gnu.org>
5301         * image.el (find-image): Copy `spec' before using plist-put.
5303 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
5305         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5306         `portugues'.
5308         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5309         backward-kill-sexp, analogous to kill-sexp.
5311         * progmodes/icon.el (icon-indent-line)
5312         (icon-is-continuation-line): Handle comments specially.
5314 2000-08-17  Ken Stevens <k.stevens@ieee.org>
5316         * ispell.el: Set to standard author/maintainer/keyword fields.
5317         Fine tuning to menu map appearance and operation, and added help.
5318         Remove `start' and `end' error messages when compiling.
5319         (ispell-choices-win-default-height): Fixed comment string.
5320         (ispell-dictionary-alist-1): Fixed regexp in castellano and
5321         castellano8 dictionaries.
5322         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5323         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5324         dictionary, added italiano dictionary.
5325         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5326         word character
5327         (ispell-tex-skip-alists): Added psfig support.
5328         (ispell-skip-html): Renamed from ispell-skip-sgml.
5329         (ispell-begin-skip-region-regexp, ispell-skip-region)
5330         (ispell-minor-check): Improved html skipping support to skip across
5331         code, and recognize `&' commands without propper `;' syntax;
5332         (ispell-process-line): Fix alignment error when manually
5333         correcting spelling.
5334         (ispell): Fix comment string.
5335         (ispell-add-per-file-word-list): Always put word list on new line.
5337 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
5339         * format.el (format-encode-run-method): Fix error message to say
5340         `encode' instead of `decode'.  Use save-window-excursion around
5341         shell-command-on-region as in format-decode-run-method because
5342         shell-command-on-region can display a buffer with error output.
5343         (format-decode): Don't record undo information for the decoding.
5344         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
5345         that number part of the temporary buffer name so that more than
5346         one decoding using a temporary buffer can happen safely.
5348         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5349         of `A-z' in the regexp.
5351         * hilit-chg.el: Fix typos in commentary.
5353         * help.el (view-emacs-news): Rewritten for new naming scheme
5354         for old NEWS files.
5356         * startup.el (command-line): Pop to *Messages* in case an error
5357         is signaled while loading user-init-file.
5359 2000-08-17  Andreas Schwab  <schwab@suse.de>
5361         * files.el (insert-directory): Don't lose original file name,
5362         undoing an undocumented change.
5364 2000-08-17  Alex Schroeder  <alex@gnu.org>
5366         * sql.el (sql-magic-go): Use comint-bol.
5367         (sql-copy-column): Use comint-line-beginning-position.
5368         (comint-line-beginning-position): Define a replacement for
5369         comint-line-beginning-position if it is not fboundp.
5371 2000-08-17  Alex Schroeder  <alex@gnu.org>
5373         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5374         it didn't have any effect anyway.
5376 2000-08-17  Alex Schroeder  <alex@gnu.org>
5378         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5379         --pset and pager=off instead of sending \\o|cat at the beginning
5380         of the session.
5382 2000-08-17  Miles Bader  <miles@gnu.org>
5384         * progmodes/octave-inf.el: Add compatibility definition of
5385         comint-line-beginning-position.
5387 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
5389         * startup.el (normal-top-level): Look in each dir in load-path for
5390         a leim-list.el file too.  This assures of loading leim-list.el
5391         that is created at Emacs installation time even if a user have his
5392         own leim-list.el.
5394 2000-08-17  Miles Bader  <miles@gnu.org>
5396         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5397         foreground color to black if the background is dark.
5399 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
5401         * loadhist.el (unload-feature): Typo.
5403         * finder.el (finder-compile-keywords):
5404         * cus-dep.el (custom-make-dependencies): Add local-variable settings
5405         to the generated file.
5407         * mail/mh-e.el (mh-make-local-vars):
5408         Replace make-variable-buffer-local with make-local-variable.
5410         * play/landmark.el:
5411         * options.el (Edit-options-{set,toggle,t,nil}):
5412         * mail/mailabbrev.el (mail-abbrevs-mode):
5413         * textmodes/tex-mode.el (tex-expand-files):
5414         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5416         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5418         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5419         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5420         Allow going past the last element.
5421         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
5422         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5423         (cvs-mouse-toggle-mark): Don't move point.
5424         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5426         * progmodes/compile.el (grep): Provide a default set of files.
5427         (next-error): Docstring fix.
5428         (compilation-find-file): Avoid find-file (fails in a dedicated window).
5430         * emacs-lisp/easy-mmode.el (define-minor-mode):
5431         Use `symbol-value' to keep the byte-compiler quiet.
5433         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5434         (diff-find-source-location): New fun, extracted from diff-goto-source.
5435         (diff-goto-source): Use it.
5436         (diff-next-complex-hunk, diff-filter-lines): New function.
5437         (diff-apply-hunk): New command.
5439         * smerge-mode.el (smerge-mode-menu): Doc fix.
5441         * msb.el (msb-mode): Define it in terms of define-minor-mode.
5443 2000-08-16  Dave Love  <fx@gnu.org>
5445         * windmove.el (windmove) <defgroup>: Add :version.
5447         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
5448         (goto-address-fontify-p, goto-address-highlight-p)
5449         (goto-address-url-face, goto-address-url-mouse-face)
5450         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5451         (goto-address-url-regexp): Use thing-at-point-url-regexp.
5452         (goto-address-fontify, goto-address-at-mouse): Simplify,
5453         (goto-address-at-point): browse-url-url-at-point,
5454         goto-address-find-address-at-point can return nil.
5455         (goto-address-find-address-at-point): Return nil on failure.
5457         * align.el (align) <defgroup>: Add :version.
5459         * calculator.el (calculator): Add :version.
5460         (calculator): Use two lines for calculator window if `modeline'
5461         face is boxed.
5463         * play/5x5.el: Doc fixes.
5464         (5x5) <defgroup>: Add :version.
5466         * play/fortune.el (fortune) <defgroup>: Add :version.
5467         (fortune-append): Fix error message.
5468         (fortune-from-region): Doc fix.
5470         * play/pong.el (pong): Doc fix.
5472         * play/morse.el: Keywords, commentary, autoloads.
5474 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
5476         * desktop.el (desktop-save): Don't look at symbol-value of a
5477         member of minor-mode-alist, unless it is boundp.
5479 2000-08-16  Sam Steingold  <sds@gnu.org>
5481         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
5482         `while'; use `with-current-buffer' instead of `save-excursion'.
5483         Removed unnecessary kludges now that "*Buffer List*" is excluded.
5485 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
5487         * international/ccl.el (declare-ccl-program): Docstring modified.
5488         (ccl-execute-with-args): Likewise.
5490 2000-08-16  Miles Bader  <miles@gnu.org>
5492         * progmodes/sql.el: Add compatibility definition of
5493         comint-line-beginning-position.
5495 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
5497         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5498         'buffer-menu' property.
5499         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5500         fails.
5501         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5502         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5503         wasn't killed.
5505         * buff-menu.el (list-buffers-noselect): Don't display the
5506         *Buffer List* buffer.
5508         * font-lock.el: Require jit-lock to prevent a very late
5509         `Loading jit-lock' message.
5511         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
5512         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
5513         mail address.
5515 2000-08-15  Miles Bader  <miles@gnu.org>
5517         * textmodes/ispell.el (ispell-graphic-p): New constant.
5518         (ispell-choices-win-default-height, ispell-help): Use
5519         `ispell-graphic-p' instead of `xemacsp'.
5521 2000-08-15  Dave Love  <fx@gnu.org>
5523         * simple.el: Autoload widget-convert when compiling.
5524         (mail-user-agent): Doc fix.
5526         * help.el (function-called-at-point, variable-at-point): Use
5527         with-syntax-table.
5528         (help-manyarg-func-alist): Add insert-and-inherit.
5530         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5532         * delsel.el (delsel-unload-hook): New function.
5534         * find-file.el: Doc fixes.  Move provide to end.
5535         (ff) <defgroup>: Add :link.
5536         (ff-goto-click): Deleted.
5537         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5538         Use mouse-set-point.
5540         * textmodes/tildify.el: Doc fixes.
5541         (tildify) <defgroup>: Add:version.
5543         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5544         (glasses-custom-set): Use set-default, not set.
5545         (minor-mode-alist): Propertize the lighter.
5546         (glasses-mode): Provide optional arg.
5548         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5549         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
5550         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5551         option.  Provide :type.
5552         (cwarn-configuration): Provide :type.
5553         (cwarn-mode): Doc fix.
5555         * add-log.el (change-log-merge): Doc fix.
5556         (change-log-redate): New command.
5558         * net/browse-url.el (browse-url-filename-alist): Add a clause for
5559         Doze and Dog.
5560         (browse-url): Use dolist, not mapcar.
5561         (browse-url-at-point): Check for null url.
5562         (browse-url-event-buffer, browse-url-event-point): Functions
5563         deleted.
5564         (browse-url-at-mouse, browse-url-netscape): Simplify.
5566         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5567         modes.
5568         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5569         Fix previous change to mapcan.
5570         (msb--init-file-alist, msb--add-separators)
5571         (msb--make-keymap-menu): Simplify.
5572         (msb--choose-file-menu): Use copy-sequence.
5573         (msb-mode-map): Add title to keymap.
5574         (msb-unload-hook): New function.
5576         * bs.el: Fix indentation.
5577         (bs) <defgroup>: Add :links.
5578         (bs-show): Doc fix.
5579         (bs-apply-sort-faces): Don't use window-system.
5580         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
5582 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
5584         * calendar/timeclock.el (timeclock-file): Run .timelog through
5585         convert-standard-filename.
5587 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
5589         * emacs-lisp/authors.el: New file.
5591         * paren.el (show-paren-priority): New user option.
5592         (show-paren-function): Set overlay priorities to
5593         show-paren-priority.
5595 2000-08-14  Miles Bader  <miles@gnu.org>
5597         * comint.el (comint-bol): Use `forward-line 0' instead of calling
5598         beginning-of-line with inhibit-field-text-motion bound.
5600 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
5602         * calendar/timeclock.el: New file.
5604 2000-08-14  David Ponce  <david@dponce.com>
5606         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5607         `widget-button-click'. so that one can use left mouse button to
5608         click on dialog buttons.
5610 2000-08-14  Emmanuel Briot  <briot@gnat.com>
5612         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
5613         identifiers, since XML is case sensitive
5615 2000-08-12  Miles Bader  <miles@gnu.org>
5617         * comint.el (comint-output-filter): Don't bother frobbing
5618         window-start, it doesn't seem to be necessary.
5620         * comint.el (comint-send-string, comint-send-region): Make into
5621         real functions.  Snapshot the prompt before sending.
5623 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
5625         * info.el (Info-find-emacs-command-nodes): Rewrite to use
5626         technique similar to Info-index, instead of relying on specific
5627         names of relevant Index nodes.
5628         (Info-goto-emacs-command-node): Bind Info-history to nil when
5629         going to the first node found by Info-find-emacs-command-nodes.
5631 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
5633         * menu-bar.el (menu-bar-help-menu): Add a :help string.
5635 2000-08-10  Miles Bader  <miles@gnu.org>
5637         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5639 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
5641         * info.el (Info-file-list-for-emacs): More elements for the
5642         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5643         and woman manuals.
5645 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
5647         * comint.el (comint-send-input): Make the newline boundary overlay
5648         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
5649         (comint-output-filter): Use `insert' instead of
5650         `insert-before-markers'.  Extend comint-last-output-overlay when
5651         necessary since we can't rely on insert-before-markers to do it.
5652         * gud.el (gud-filter): Use `with-current-buffer' instead of
5653         save-excursion when inserting the output, so that point gets
5654         updated correctly; the old method relied on a rather dodgy
5655         side-effect of comint-output-filter to avoid the effect of
5656         save-excursion.
5658 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
5660         * files.el (recover-file): Call insert-directory instead of
5661         invoking `ls' directly.
5663 2000-08-10  Miles Bader  <miles@gnu.org>
5665         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5666         (comint-last-prompt-overlay): New variables.
5667         (comint-output-filter): Implement prompt highlighting.
5668         (comint-snapshot-last-prompt): New function.
5669         (comint-send-input): Snapshot the last prompt.
5670         Use comint-highlight-input-face.
5671         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5672         Use defface instead of defcustom.
5673         (send-invisible, comint-send-eof): Snapshot the last prompt.
5674         (comint-delchar-or-maybe-eof): Use comint-send-eof.
5675         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5677 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
5679         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5680         (regexp-opt-group): Use a list of chars for `letters'.
5681         (regexp-opt-charset): `chars' is now a list of chars.
5682         Use a char-table rather than a vector so it works for multibyte chars.
5684         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
5685         Set cvs-minor-current-files to the selected fileinfo.
5686         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5687         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5689 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
5691         * files.el (insert-directory): Don't call access-file on
5692         directories on DOS and Windows.
5694 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
5696         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5697         longer if necessary.
5698         (ccl-embed-code): Call ccl-embed-data to store CODE in
5699         ccl-program-vector.
5701 2000-08-09  Miles Bader  <miles@gnu.org>
5703         * comint.el (comint-output-filter): Properly handle the case where
5704         the text surrounded by comint-last-output-overlay was deleted.
5706 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
5708         * info.el (Info-insert-dir): Use Info-additional-directory-list if
5709         non-nil.
5710         (Info-file-list-for-emacs): Remove "info" from the list because
5711         that leads to trying to use the documentation from file `info'
5712         in various situations where it isn't appropriate, for instance
5713         C-h C-k C-h i.
5715         * ffap.el (ffap-read-file-or-url-internal): Handle case that
5716         DIR and/or STRING are nil.
5718         * progmodes/compile.el (compilation-setup): Make variable
5719         compilation-error-screen-columns buffer-local, as some comment
5720         in the code suggests it should be.
5722         * files.el (auto-mode-interpreter-regexp): New variable.
5723         (set-auto-mode): Use it.
5725         * indent.el (indent-for-tab-command): Doc fix.
5727         * mouse-sel.el (mouse-sel-mode): Doc fix.
5729         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5730         labels.
5732         * help.el (print-help-return-message): When
5733         display-buffer-reuse-frames is set, let the help window been quit,
5734         instead of deleting it, which might delete a reused frame.
5736 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
5738         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5739         rename a directory to a name that differs only by its letter case.
5741 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
5743         * international/quail.el (quail-define-rules): Handle Quail decode
5744         map correctly.  Add code for supporting annotations.
5745         (quail-install-decode-map): New function.
5746         (quail-defrule-internal): New optional arguments decode-map and
5747         props.
5748         (quail-advice): New function.
5750 2000-08-07  Sam Steingold  <sds@gnu.org>
5752         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5753         `defconst', `define-condition', `with-slots'.
5754         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5756 2000-08-03  Miles Bader  <miles@gnu.org>
5758         * comint.el (comint-use-prompt-regexp-instead-of-fields):
5759         New variable.
5760         (comint-prompt-regexp, comint-get-old-input): Document dependence on
5761         comint-use-prompt-regexp-instead-of-fields.
5762         (comint-send-input): Add `input' field property to stuff we send to
5763         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5764         (comint-output-filter): Add `output' field property to process
5765         output, if comint-use-prompt-regexp-instead-of-fields is nil.
5766         (comint-replace-by-expanded-history)
5767         (comint-get-old-input-default, comint-show-output)
5768         (comint-backward-matching-input, comint-forward-matching-input)
5769         (comint-next-prompt, comint-previous-prompt):  Use field
5770         properties if comint-use-prompt-regexp-instead-of-fields is nil.
5771         (comint-line-beginning-position): New function.
5772         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
5773         (comint-replace-by-expanded-history-before-point): Use
5774         comint-line-beginning-position and line-end-position.
5775         (comint-last-output-overlay): New variable.
5776         (comint-mode): Make `comint-last-output-overlay' buffer-local.
5778         * shell.el (shell-prompt-pattern): Doc change.
5779         (shell-backward-command): Use line-beginning-position.
5781         * gud.el (gud-gdb-complete-command): Use
5782         comint-line-beginning-position.
5784         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5785         comint-bol doesn't actually go to the beginning of the line.
5787         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5788         if comint-use-prompt-regexp-instead-of-fields is non-nil.
5789         (try-expand-line-all-buffers): Likewise.
5791         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5792         explicitly matching comint-prompt-regexp.
5793         (sql-copy-column): Use comint-line-beginning-position instead of
5794         explicitly matching comint-prompt-regexp.
5796         * progmodes/octave-inf.el (inferior-octave-complete): Use
5797         comint-line-beginning-position.
5799         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5801         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5802         looking for a prompt, use `forward-line 0' instead of
5803         `beginning-of-line', to avoid getting caught by an input field.
5805 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
5807         * files.el (shell-quote-wildcard-pattern): Make sure to return
5808         PATTERN, in the Unix case.
5810 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
5812         * play/zone.el (zone): Discard any pending input before running
5813         the randomly-chosen pgm.
5815 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
5817         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5818         checking the existence of any multibyte characters.
5820 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
5822         * help.el (describe-mode): Test minor-mode symbol for being
5823         bound before testing its value for being nil.
5825         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5826         `first', `second', and `third'.
5828         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5829         (second): Make it an alias for `cadr'.
5831 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
5833         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5834         types of display support faces now.
5836 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
5838         * pcvs.el (require): Require `cl' during compilation, only.
5840         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5841         (toplevel): Remove `remq' and `remove' from autoloads.
5842         (cl-fake-autoloads): New variable.  If set, arrange for an error
5843         when CL functions etc. are autoloaded.
5845 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
5847         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5849         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5850         popped up, but the user clicks outside the menu, return an empty
5851         regexp (that causes unhighlight-regexp to have no effect).
5853         * menu-bar.el (menu-bar-games-menu): Add Zone.
5855         * hi-lock.el (toplevel): Require font-lock.
5857 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5859         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
5860         (ebnf-8-bit-chars): New var for bug fix.
5861         (ebnf-string): Bug fix.
5863 2000-08-03  Sam Steingold  <sds@gnu.org>
5865         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
5866         instead of `buffer-string'.
5867         (require 'cl): Always, not just when compiling.
5868         `ignore-errors' in `interactive', `list*', `defun*' &c make this
5869         necessary.
5871 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
5873         * international/mule-cmds.el (select-safe-coding-system): Make
5874         the message text about selecting a safe coding system more clear.
5876 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
5878         * hi-lock.el: New file.
5880         * play/zone.el: New file.
5882         * replace.el (occur): Set tab-width in the *Occur* buffer to the
5883         value of tab-width in the original buffer.  Choose a line number
5884         format that's a multiple of the original buffer's tab width, so
5885         that lines appear right.
5887         * textmodes/ispell.el (ispell): New function, replacing an alias.
5888         Spell-check active region if in transient-mark-mode and mark
5889         is active; otherwise spell-check buffer.
5891 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5893         * ps-mule.el: Fix a customization problem on
5894         ps-mule-font-info-database-default.
5896 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
5898         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
5899         display-mouse-p instead of window-system.
5900         (ebrowse-member-mode-map): Ditto.
5902 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5904         * progmodes/ebnf2ps.el: Update ps-print functions call.
5905         Indentation fix.  Doc fix.
5906         (ebnf-version): New version number (3.2).
5907         (ebnf-format-color, ebnf-begin-job): Code fix.
5909 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
5911         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5912         font lock support on window-system.
5913         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5915         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5916         display-color-p, if fboundp, instead of window-system.
5918 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
5920         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5921         instead of window-system.
5923         * wid-edit.el (widget-choose): Use display-mouse-p instead of
5924         window-system.
5925         (widget-choice-mouse-down-action): Use display-popup-menus-p
5926         instead of window-system.
5928         * strokes.el (strokes-file): Run the file name through
5929         convert-standard-filename.
5930         (strokes-mode): Call display-mouse-p instead of looking at
5931         window-system.  Change the error message accordingly.
5933         * progmodes/cpp.el (toplevel): Support faces on tty's.
5935         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5936         (lm-plot-square, lm-init-display): Don't use window-system.
5938         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5939         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5941         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5942         instead of looking at window-system.
5944 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
5946         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5947         of testing if iswitchb-prepost-hooks is bound, because the
5948         latter will always be true when invoking a recursive minibuffer
5949         from an active Iswitchb buffer.
5951 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
5953         * files.el (shell-quote-wildcard-pattern): New function.
5954         (insert-directory): Call it.  Only prepend "\" to command on Unix
5955         and GNU/Linux systems.
5957 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
5959         * eshell/esh-groups.el: Change custom :link file names
5960         from `eshell.info' to `eshell'.
5962 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
5964         * dired.el (dired-build-subdir-alist): Expand subdirectory names
5965         correctly in recursive ange-ftp listings.
5967 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5969         * ps-print.el: Fix bug 1: if ps-font-size-internal,
5970         ps-header-font-size-internal and
5971         ps-header-title-font-size-internal variables are not set,
5972         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
5973         face text property is (foreground-color . COLOR) or
5974         `(background-color . COLOR)', ps-print crashes.  Doc fix.
5975         (ps-print-version): New version number (5.2.4).
5976         (ps-plot-region): Code fix.
5977         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5978         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5979         Bug fix 2.
5981 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
5983         * glasses.el (glasses-make-readable): Fix uncapitalization of
5984         identifiers like `myXMLDocument'.
5986 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
5988         * mail/mail-hist.el (mail-hist-previous-input)
5989         (mail-hist-next-input): Do the obvious code factorization.
5990         (mail-hist-retrieve-and-insert): New func, contains common
5991         code of above two.
5992         If inserting a message body, leave point at top.
5994 2000-07-28  Sam Steingold  <sds@gnu.org>
5996         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
5997         Use `<=', not `<' to compare times!
5998         (ange-ftp-ls): Remove.
6000 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
6002         * play/cookie1.el: Add explanation of how to make cookie.el
6003         compatible with strfile(1) to comment.
6005         * subr.el (remove, remq): New functions.
6007         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6008         escape `*' in regexps.
6009         (midnight-find): Reverse order of arguments in the funcall of
6010         TEST.
6012         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6013         and `.class'.
6015         * play/meese.el: Add Commentary section.
6017 2000-07-27  Alex Schroeder  <alex@gnu.org>
6019         * sql.el (sql-ms): Added autoload cookie.
6020         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6021         (sql-oracle): Ditto.
6022         (sql-help): Doc change.
6024         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6025         types and exceptions.
6027 2000-07-27  Alex Schroeder  <alex@gnu.org>
6029         * sql.el (sql-placeholder-history): New variable.
6030         (sql-query-placeholders-and-send): New function that will query
6031         the user and replace placeholders with user input.
6032         (sql-oracle): If running on NT, set comint-input-sender to
6033         sql-query-placeholders-and-send.
6035         (sql-stop): If in the SQLi buffer, insert stop notification, else
6036         present it as a message.
6038 2000-07-27  Alex Schroeder  <alex@gnu.org>
6040         * sql.el (sql-input-ring-separator): Doc change.
6041         (sql-input-ring-file-name): Doc change.
6042         (sql-interactive-mode): Use `sql-input-ring-separator' and
6043         `sql-input-ring-file-name' to set the comint-mode equivalents
6044         without making them local variables.
6045         (sql-stop): Don't bind `sql-input-ring-separator' and
6046         `sql-input-ring-file-name' dynamically to their comint-mode
6047         equivalents.
6049 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
6051         * international/mule.el (register-char-codings): New function.
6052         (make-coding-system): Handle `safe-chars' specification in the arg
6053         PROPERTY.
6055         * international/mule-cmds.el
6056         (find-coding-systems-region-subset-p): This function deleted.
6057         (sort-coding-systems-predicate): New variable.
6058         (sort-coding-systems): New function.
6059         (find-coding-systems-region): Use
6060         find-coding-systems-region-internal.
6061         (find-coding-systems-string): Use find-coding-systems-region.
6062         (find-coding-systems-for-charsets): Check
6063         char-coding-system-table.
6064         (select-safe-coding-system-accept-default-p): New variable.
6065         (select-safe-coding-system): Mostly rewritten.  New argument
6066         ACCEPT-DEFAULT-P.
6067         (select-message-coding-system): Call select-safe-coding-system
6068         with ACCEPT-DEFAULT-P arg.
6069         (reset-language-environment): Reset default-sendmail-coding-system
6070         to the default value iso-latin-1.
6071         (set-language-environment): Don't set the obsolete variable
6072         charset-origin-alist.
6074         * international/codepage.el (cp-coding-system-for-codepage-1):
6075         Give `safe-chars' property to make-coding-system.
6077         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6078         calling select-message-coding-system twice.
6080         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6081         instead of `safe-charsets'.
6082         (cyrillic-alternativnyj): Likewise.
6083         (ccl-encode-alternativnyj): Don't check the charset
6084         cyrillic-iso8859-5.
6086 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
6088         * composite.el (compose-chars-after): Preserve match data.
6090 2000-07-26  Sam Steingold  <sds@gnu.org>
6092         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6093         (ange-ftp-real-file-newer-than-file-p): New function.
6094         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6095         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6097         * tooltip.el (tooltip-float-time): Removed (use `float-time').
6098         * midnight.el (midnight-float-time): Ditto.
6100 2000-07-26  Andreas Schwab  <schwab@suse.de>
6102         * files.el (normal-backup-enable-predicate): Correct
6103         interpretation of the return value of compare-strings.
6105 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
6107         * isearch.el (isearch-resume): New function.
6108         (isearch-done): Add something to command-history to resume
6109         the search.
6110         (isearch-yank-line, isearch-yank-word): Use
6111         buffer-substring-no-properties instead of buffer-substring.
6113         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6114         of flyspell-mouse-map.
6116         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6117         duplicate definition.
6118         (makefile-mode): Remove duplicate setting of local-abbrev-table.
6120         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6121         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6123 2000-07-25  Sam Steingold  <sds@gnu.org>
6125         * net/ange-ftp.el: Get modtime over the net.
6126         (ange-ftp-file-modtime): New function.
6127         (ange-ftp-write-region, ange-ftp-insert-file-contents)
6128         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
6129         Use it.
6130         (ange-ftp-dot-to-slash): New function.
6131         (ange-ftp-fix-name-for-vms): Use it.
6133         * midnight.el (midnight-buffer-display-time): Use
6134         `with-current-buffer'.
6136 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
6138         * find-dired.el: Update copyright notice.
6139         (find-dired): Offer to kill a running `find'.
6141         * enriched.el (enriched-face-ans): For a `foreground-color'
6142         property, return '(("x-color" COLOR))' so that COLOR will be
6143         output as a parameter of the x-color annotation.  Likewise for the
6144         `background-color' property.  In the case of normal face
6145         properties, don't return annotations for unspecified foreground
6146         and background face attributes.
6148 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
6150         * language/japan-util.el (japanese-katakana-region): Fix handling
6151         HANKAKU argument.
6153 2000-07-25  Miles Bader  <miles@gnu.org>
6155         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6156         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
6157         constrain-to-field.
6159 2000-07-24  Andrew Innes  <andrewi@gnu.org>
6161         * timer.el (timer-activate-when-idle): Add optional parameter
6162         DONT-WAIT.  Update docstring.
6163         (run-with-idle-timer): Specify extra parameter to
6164         timer-activate-when-idle, so that timer will be activated
6165         immediately if Emacs is already idle.
6167         * w32-fns.el (w32-using-nt): Fix docstring.
6169 2000-07-24  Dave Love  <fx@gnu.org>
6171         * mouse.el (popup-menu): Set last-command-event.
6172         (mouse-major-mode-menu-prefix): Declare.
6174 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
6176         * textmodes/flyspell.el: Update to author's version 1.5d.
6178         * progmodes/hideshow.el: Update copyright notice.
6180         * vcursor.el: Set maintainer to FSF, since author cannot
6181         be reached.
6183 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
6185         * info.el (Info-goto-emacs-key-command-node): Leave a space after
6186         the prompt.
6188         * mouse.el (popup-menu): Run the keymap through indirect-function,
6189         in case it was defined with define-prefix-key.  If the menu is a
6190         list of keymaps, look up the binding of user's choice in each one
6191         of the keymaps.
6192         (mouse-popup-menubar): If the global and local menu-bar keymaps
6193         don't have a prompt string, create one and insert it into the
6194         keymap.  Don't barf if current-local-map returns nil.
6196 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
6198         * dired.el (dired-sort-R-check): Added to allow recursive listing
6199         to be undone.
6200         (dired-sort-other): Use it.
6202 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6204         * Release of cc-mode 5.27
6206 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6208         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6209         c-beginning-of-statement-1 that caused a bad case of recursion
6210         which could consume a lot of CPU in large classes in languages
6211         that have in-expression classes (i.e. Java and Pike).
6213         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6214         statements before top level constructs (i.e. case 6 is moved
6215         before case 5 and is now case 4) to catch in-expression
6216         classes in top level expressions correctly.
6218 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6220         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6221         objc-method-intro. Case 4 removed and case 5I added.
6223         * cc-langs.el (c-append-paragraph-start): New variable used by
6224         c-common-init to get paragraph-start correct.
6225         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6226         initialize paragraph-start to make it correct both with and
6227         without the javadoc special case.
6229         * cc-mode.el (java-mode): Use c-append-paragraph-start to
6230         initialize paragraph-start for javadoc markup.
6232         * cc-vars.el (c-style-variables-are-local-p): Incompatible
6233         change by defaulting this to t.  It's motivated by the
6234         confusing behavior that otherwise arise from the style system
6235         when editing both java and non-java files at the same time
6236         (see the comments about style setting in c-common-init).
6238 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6240         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6241         similar to the one in c-fill-paragraph to check the fill
6242         prefix from the adaptive fill function for sanity.
6244 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6246         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6247         defun block.
6249 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6251         * cc-mode.texi Documented the change of cpp-macro.
6253 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6255         * cc-align.el (c-lineup-multi-inher): Handle lines with
6256         leading comma nicely. Extended to handle member initializers
6257         too.
6259         * cc-engine.el: (c-beginning-of-inheritance-list,
6260         c-guess-basic-syntax): Fixed recognition of inheritance lists
6261         when the lines begins with a comma.
6263         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
6265         * cc-vars.el (c-offsets-alist): Changed default for
6266         member-init-cont to c-lineup-multi-inher since it now handles
6267         member initializers and indents better for leading commas.
6269 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6271         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6272         handling that caused class open lines to be recognized as
6273         statement-conts in some cases.
6275         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6276         guessed by the adaptive fill function unless point is on the
6277         first line of a block comment.
6279         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6280         when the buffer ends with a macro continuation char.
6282         * cc-engine.el (c-guess-basic-syntax): Added support for
6283         function definitions as statements in Pike.  The first
6284         statement in a lambda block is now labeled defun-block-intro
6285         instead of statement-block-intro.
6287         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6288         so that the class surrounding point is selected, not the one
6289         innermost in the state.
6291         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6292         recognition of switch labels having hanging multiline
6293         statements.
6295         * cc-engine.el (c-beginning-of-member-init-list): Broke out
6296         some code in c-guess-basic-syntax to a separate function.
6297         * cc-engine.el (c-just-after-func-arglist-p): Fixed
6298         recognition of member inits with multiple line arglists.
6299         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6300         member-init-cont when the commas are in funny places.
6302 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6304         * cc-defs.el (c-auto-newline): Removed this macro since it's
6305         not used anymore.
6307         * cc-engine.el (c-looking-at-bos): New helper function.
6308         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6309         inexpr and toplevel classes apart in Pike.
6311         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6312         of case 9A.
6314         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6315         constant, since "class" can introduce an in-expression class
6316         in Pike nowadays.
6318 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6320         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6321         indentation on cpp-macro lines.
6323         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6324         a syntax modifier like comment-intro, to make it possible to
6325         get syntactic indentation for preprocessor directives.  It's
6326         incompatible wrt to lineup functions on cpp-macro, but it has
6327         no observable effect in the 99.9% common case where cpp-macro
6328         is set to -1000.
6330 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6332         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6333         member-init-cont when the preceding arglist is several lines.
6335 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6337         * cc-styles.el (c-style-alist): The basic offset for the BSD
6338         style corrected to 8.
6340 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6342         * cc-styles.el (c-style-alist): Adjusted the indentation of
6343         brace list openers in the gnu style.
6345 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6347         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6349         * cc-cmds.el (c-electric-brace, c-electric-slash,
6350         c-electric-star, c-electric-semi&comma, c-electric-colon,
6351         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6352         when c-syntactic-indentation is nil.
6354         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6355         we were left at comments preceding the first statement when
6356         reaching the beginning of the buffer.
6358         * cc-vars.el (c-syntactic-indentation): New variable to turn
6359         off all syntactic indentation.
6361 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6363         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6364         between the text and the block comment ender when it hangs,
6365         depending on how many there are before the fill.
6367 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6369         * cc-engine.el (c-beginning-of-closest-statement): New helper
6370         function to go back to the closest preceding statement start,
6371         which could be inside a conditional statement.
6372         * cc-engine.el (c-guess-basic-syntax): Use
6373         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6375         * cc-engine.el (c-guess-basic-syntax): Better handling of
6376         arglist-intro, arglist-cont-nonempty and arglist-close when
6377         the arglist is nested inside parens.  Cases 7A, 7C and 7F
6378         changed.
6380         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6381         up-to-date with javadoc 1.2.
6383 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6385         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6386         multiline Pike type decls.
6388 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6390         * cc-cmds.el (c-indent-new-comment-line): Always break
6391         multiline comments in multiline mode, regardless of
6392         comment-multi-line.
6394 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6396         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6397         fully::qualified::names in C++ member init lists.  Preamble in
6398         case 5D changed.
6400 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6402         * cc-langs.el (c-common-init): Handling of obsolete variables
6403         moved to c-initialize-cc-mode.  More compatible style override
6404         when using global style variables.
6405         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6406         variables moved here.
6408         * cc-mode.texi: Documented the special behavior of
6409         c-special-indent-hook as a style variable.  Don't talk about
6410         doing (c-make-styles-buffer-local t) in a mode hook, since
6411         that's already too late to work right.
6413         * cc-styles.el (c-make-styles-buffer-local): Flag style
6414         variable localness in c-style-variables-are-local-p to make
6415         the compatibility measure in c-common-init work well.
6417         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6418         longer contain set-from-style.
6419         * cc-styles.el (c-initialize-builtin-style): Don't check for
6420         set-from-style on c-special-indent-hook.
6421         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
6422         copy-alist is sufficient now.
6424         * cc-styles.el (c-set-style, c-set-style-1,
6425         c-get-style-variables): Fixes to variable initialization so
6426         that duplicate entries in styles have the same effect
6427         regardless of DONT-OVERRIDE.
6429         * cc-styles.el (c-set-style-2): Fixed bug where the
6430         initialization of inheriting styles failed when the
6431         dont-override flag is set.
6433         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6434         on this.
6436 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6438         * cc-defs.el (c-forward-comment): Removed the workaround
6439         introduced in 5.38 since it had worse side-effects.  If a line
6440         contains the string "//\"", it regarded the // as a comment
6441         start since the \ temporarily doesn't have escape syntax.
6443 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
6445         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6446         ada-xref.el before ada-prj.el, so that the Project menu is created
6447         when ada-prj tries to add to it.
6448         (ada-activate-keys-for-case): Suppress the characters that are not
6449         part of the Ada syntax. Better compatibility with else-mode
6450         (ada-adjust-case-interactive): When auto-casing is not active,
6451         correctly insert newlines (used to insert only ^M).  Prevent the
6452         syntax table from being changed in case of an error
6453         (or '_' becomes part of a word and some commands are confused).
6454         Do nothing if ada-auto-case is nil.
6455         (ada-after-keyword-p): Ignore keywords that are also attributes
6456         (ada-batch-reformat): Update usage comment
6457         (ada-call-from-contextual-menu): New function
6458         (ada-case-read-exceptions): Reinitialize the casing exception list
6459         first to nil first, so that the casing exception file can be
6460         shared.
6461         (ada-check-defun-name): Handles "configure" keyword for gnatdist
6462         files.
6463         (ada-compile-goto-error): Fix regexp used to detect a file:line
6464         anywhere in the error message
6465         (ada-contextual-menu-last-point): New variable
6466         (ada-create-keymap): If the variable delete-key-deletes-forward is
6467         t on XEmacs, it means that DEL should delete one character
6468         forward.
6469         (ada-create-menu): Use :included instead of :visible for XEmacs.
6470         New submenu "Options".
6471         (ada-end-stmt-re): Correctly indent "select ... then abort"
6472         statements.
6473         (ada-fill-comment-paragraph): Correctly delete all leading '--'
6474         even if they don't match ada-fill-comment-prefix Fix handling of
6475         paragraphs on the first or last line of a file.
6476         (ada-format-paramlist): Fix handling of default parameter values.
6477         (ada-get-body-name): New function.
6478         (ada-get-current-indent): Optimized by searchling directly for an
6479         existing generic part or a statement outside of it.  Handle
6480         ada-indent-align-comments when indenting comments Replaced some
6481         regexps by testing directly the next character. This results in a
6482         huge speedup on some files.  New indentation scheme for renames
6483         statements.  Stop looking for the 'while' or 'for' associated with
6484         a 'loop' at the first semicolon encountered.  A "return" can also
6485         match an anonymous access subprogram declaration.
6486         (ada-get-indent-noindent): Ignore strings and comments when
6487         looking for the keywords "record" and "private".
6488         (ada-goto-matching-decl-start): When matching "if", make sure we
6489         are not in fact seeing "end if".  Ignore "when" statements except
6490         when initial keyword was "begin".  Fix handling of nested
6491         procedures.  Add a recursive call to this function to skip over
6492         other 'end' statmts.  Fix indentation for "when .. => begin"
6493         (ada-in-open-paren-p): Fix indentation for complex boolean
6494         expressions, where 'and then', 'or else' and parenthesis
6495         statements are mixed up.
6496         (ada-in-paramlist-p): Skip comments while searching for the
6497         beginning Fix handling of operator declarations.
6498         (ada-indent-align-comments): New variable
6499         (ada-indent-current): Change the syntax table only in the
6500         protected section, so that we are sure it is restored correctly.
6501         (ada-indent-on-previous-lines): Use ada-use-indent and
6502         ada-with-indent Correctly indent "select ... then"
6503         (ada-indent-region): Slight speedup.
6504         (ada-indent-renames): New variable.
6505         (ada-last-which-function-subprog, ada-last-which-function-line):
6506         New variables
6507         (ada-looking-at-semi-private): Correctly indent the 'private'
6508         keyword when it is the first word in a package declaration.
6509         (ada-loose-case-word): Stop searching if at the end of the buffer.
6510         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6511         even if point is not initially at the end of the word.
6512         (ada-matching-decl-start-re): Add "when".
6513         (ada-mode): Add support for abbrev-mode, outline-mode and
6514         which-func-mode Override the old find-file.el entry in
6515         ff-special-constructs since it is using the obsolete
6516         ada-spec-suffix variable
6517         (ada-no-auto-case): New function
6518         (ada-scan-paramlist): When parsing the argument type, accept
6519         spaces (as in "X 'Class", generated by Rational Rose).
6520         (ada-other-file-name): No longer loads the other file.
6521         (ada-popup-menu): Save and restore the current buffer and cursor
6522         position before and after displaying the menu.
6523         (ada-search-ignore-complex-boolean): New function.
6524         (ada-uncomment-region): Emacs21 already knows how to delete
6525         comments not starting in the first column.
6526         (ada-use-indent): New variable
6527         (ada-which-function): New function.
6528         (ada-with-indent): New variable
6529         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6530         can be batch-compiled from the command line.
6532         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6533         Add to the menu when the file is loaded, not in ada-mode-hook.
6534         Add -toolbar to the default ddd command Switches moved from
6535         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6536         ada-prj-default-comp-opt
6537         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6538         Reference Manual to the menu
6539         (ada-check-current): rewritten as a call to ada-compile-current
6540         (ada-compile): Removed.
6541         (ada-compile-application, ada-compile-current, ada-check-current):
6542         Set the compilation-search-path so that compile.el automatically
6543         finds the sources in src_dir.  Automatic scrollong of the
6544         compilation buffer.  C-uC-cC-c asks for confirmation before
6545         compiling
6546         (ada-compile-current): New parameter, prj-field
6547         (ada-complete-identifier): Load the .ali file before doing
6548         processing
6549         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6550         conform to gnatmake's behavior.
6551         (ada-find-file-in-dir): New function
6552         (ada-find-references): Set the environment variables for gnatfind
6553         (ada-find-src-file-in-dir): New function.
6554         (ada-first-non-nil): Removed
6555         (ada-gdb-application): Add support for jdb, the java debugger.
6556         (ada-get-ada-file-name): Load the original-file first if not done
6557         yet.
6558         (ada-get-all-references): Handles the new ali syntax (parent types
6559         are found between <>).
6560         (ada-initialize-runtime-library): New function
6561         (ada-mode-hook): Always load a project file when a file is opened,
6562         so that the casing exceptions are correctly read.
6563         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6564         (ada-parse-prj-file): Use find-file-noselect instead of find-file
6565         to open the project file, since the latter does not work with
6566         speedbar Get default values before loading the prj file, or the
6567         default executable file name is wrong.  Use the absolute value of
6568         src_dir to initialize ada-search-directories and
6569         compilation-search-path,...  Add the standard runtime library to
6570         the search path for find-file.
6571         (ada-prj-default-debugger): Was missing an opening '{'
6572         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6573         variables.
6574         (ada-prj-default-gnatmake-opt): New variable
6575         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6576         buffers, the project file is the default one Save the windows
6577         configuration before displaying the menu.
6578         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6579         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6580         ...)  regexp-quote identifiers names to support operators +,
6581         -,... in regexps.
6582         (ada-remote): New function.
6583         (ada-run-application): Erase the output buffer before starting the
6584         run Support remote execution of the application.  Use
6585         call-process, or the arguments are incorrectly parsed
6586         (ada-set-default-project-file): Reread the content of the active
6587         project file, not the one from the current buffer When a project
6588         file is set as the default project, all directories are
6589         automatically associated with it.
6590         (ada-set-environment): New function
6591         (ada-treat-cmd-string): New special variable ${current}
6592         (ada-treat-cmd-string): Revised.  The substitution is now done for
6593         any ${...} substring
6594         (ada-xref-current): If no body was found, compiles the spec
6595         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6596         compiler to get rid of command line length limitations.
6597         (ada-xref-get-project-field): New function
6598         (ada-xref-project-files): New variable
6599         (ada-xref-runtime-library-specs-path)
6600         (ada-xref-runtime-library-ali-path): New variables
6601         (ada-xref-set-default-prj-values): Default run command now does a
6602         cd to the build directory.  New field: main_unit Provide a default
6603         file name even if the current buffer has no prj file.
6605         * ada-prj.el:
6606         Rewritten to show a tabbed-dialog.
6607         (ada-prj-add-ada-menu): Remove the map and name parameters.
6608         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6609         New function
6610         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6611         (ada-prj-load-from-file): New function
6612         (ada-prj-save): Always save fields that depend on the current buffer
6613         (ada-prj-show-value): New function
6615         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6616         Ada mode. This will allow us to display the Ada menu in any buffer
6617         we want (for project items).
6618         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6619         number of spaces in the header.
6621 2000-07-24  Dave Love  <fx@gnu.org>
6623         * ediff-init.el (ediff-region-help-echo): Bind face-help.
6625 2000-07-23  Noah Friedman  <friedman@splode.com>
6627         * type-break.el (type-break): perform autosave.
6628         Suggested by Stephen Gildea <gildea@intouchsys.com>.
6629         (type-break-do-query): Cancel query schedule while performing
6630         actual query, to avoid possibility of a second query being made
6631         while first one is already in progress.
6632         (type-break-time-stamp-format): New variable.
6633         (type-break-time-stamp): New function.
6634         (type-break-time-warning): Use it.
6635         (type-break-keystroke-warning): Use it.
6636         (type-break-noninteractive-query): Use it.
6638         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6639         cookie.
6640         Use add-minor-mode to set minor-mode-alist, if available.
6641         (eldoc-echo-area-use-multiline-p): New user option.
6642         (eldoc-echo-area-multiline-supported-p): New variable.
6643         (eldoc-docstring-format-sym-doc): Use them.
6644         (eldoc-mode): If not using idle timers, append to local post and
6645         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
6646         (eldoc-display-message-no-interference-p): Don't interfere with
6647         edebug.
6648         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6649         (eldoc-function-arglist): New function.
6650         (eldoc-function-argstring): Use it.
6652         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6653         auto save directory exists before calling directory-files.
6655 2000-07-23  Dave Love  <fx@gnu.org>
6657         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6658         ^o, ^u.
6660 2000-07-21  Dave Love  <fx@gnu.org>
6662         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6663         now passed to the function.  It now works properly.
6665         * smerge-mode.el (smerge-mode-menu): Fill it out.
6667 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
6669         * info-look.el (info-lookup): If *info* is shown in another frame
6670         on the same display, select that frame, instead of switching to
6671         the Info buffer in another window of the selected frame.
6673         * simple.el (universal-argument-map): Bind numeric keypad keys
6674         kp-0 to kp-9 and kp-subtract.
6675         (digit-argument): Handle these keys.
6677 2000-07-20  Dave Love  <fx@gnu.org>
6679         * net/goto-addr.el (goto-address-fontify): Don't bother with
6680         buffer-modified and read-only stuff -- irrelevant with overlays.
6681         Put an extra property on the overlays and use it to clean up in
6682         case goto-address is re-run.
6684 2000-07-19  Richard M. Stallman  <rms@gnu.org>
6686         * timer.el (run-with-idle-timer): Doc fix.
6688         * mail/mail-utils.el (mail-strip-quoted-names):
6689         Handle case where <...> appears inside "...".
6690         Use replace-match to edit the string more simply.
6691         (rmail-dont-reply-to): Cope with an unmatched ".
6693 2000-07-19  Dave Love  <fx@gnu.org>
6695         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6696         implementation.
6698         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6699         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6700         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6702 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
6704         * textmodes/refer.el: Correct maintainer's email address.
6706         * progmodes/hideif.el: Correct author's email address.
6707         Fix typo in comment.
6709         * xml.el: New file.
6711         * mail/mailheader.el: Correct author's mail address.
6713         * gnus/parse-time.el: Correct author's mail address.
6715 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
6717         * comint.el (comint-highlight-input, comint-highlight-face):
6718         New user options.
6719         (comint-input-ring-file-name): Change custom type.
6720         (comint-mode-map): Bind mouse-2.
6721         (comint-insert-clicked-input): New function.
6722         (comint-send-input): Handle input highlighting.
6724 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
6726         * mouse.el (popup-menu): New function.
6727         (mouse-major-mode-menu): Use it.
6729 2000-07-18  Dave Love  <fx@gnu.org>
6731         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6732         improvements.
6734 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6736         * faces.el (face-font-selection-order)
6737         (face-font-family-alternatives): Add custom type.
6739 2000-07-18  Dave Love  <fx@gnu.org>
6741         * cus-edit.el (custom-variable-reset-saved)
6742         (custom-variable-reset-standard): Remove unused bindings.
6744         * rect.el (open-rectangle-line): Remove unused let.
6746         * hl-line.el (hl-line-highlight): Check hl-line-mode.
6748 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6750         * cdl.el: Fix `Maintainer' keyword.
6752         * play/pong.el: Add author's email address.
6754 2000-07-17  Sam Steingold  <sds@gnu.org>
6756         * files.el (insert-directory): Call `split-string' instead of
6757         re-implementing it.
6759 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6761         * mail/vms-pmail.el: Change maintainer to FSF.
6763         * net/goto-addr.el: Change maintainer to FSF.
6765         * recentf.el: Update from author.
6767         * info.el (Info-title-face-alist): Removed.
6769 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
6771         * eshell/eshell.el (eshell): Replace links to eshell.info with
6772         links to eshell, to avoid problems on systems where the manual is
6773         installed as `eshell'.
6774         * eshell/esh-cmd.el (eshell-cmd): Ditto.
6775         * eshell/em-smart.el (eshell-smart): Ditto.
6776         * eshell/em-banner.el (eshell-banner): Ditto.
6777         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
6779         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6780         same-file check in the MS-DOS version (it does support inodes).
6782         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6784         * eshell/eshell.el (eshell-directory-name):
6785         Run default directory name through convert-standard-filename.
6787 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
6789         * international/mule-cmds.el (select-safe-coding-system):
6790         Fix typo in the comment.
6792         * language/european.el (compound-text):
6793         Force katakana-jisx0201 to be designated to G1.
6795         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6796         Don't translate some national variant characters of latin-jisx0201.
6797         (x-ctext): Force katakana-jisx0201 to be designated to G1.
6799         * international/kkc.el (kkc-after-update-conversion-functions):
6800         New variable.
6801         (kkc-update-conversion): Run functions in it at the tail.
6803 2000-07-16  John Wiegley  <johnw@gnu.org>
6805         * lisp/align.el (align-newline-and-indent):
6806         Adding new function.  for auto-aligning blocks of code on RET.
6807         (align-region): Fixed badly formatted minibuffer message.
6809 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
6811         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
6812         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
6813         the conversion list at first if appropriate.
6814         (kkc-next): Don't update kkc-next-count here.
6815         (kkc-prev): Don't update kkc-prev-count here.
6816         (kkc-show-conversion-list-update): Fix setting up of conversion
6817         list message.
6819 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6821         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
6823 2000-07-16  Dave Love  <fx@gnu.org>
6825         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6826         function to be more specific.
6828         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6829         non-string help-echo.
6830         (widget-types-convert-widget): Defsubst it.
6831         (widget-echo-help): Try to cope with a help-echo function of two
6832         possible sorts.
6834 2000-07-15  Jason Rumney  <jasonr@gnu.org>
6836         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6837         Declare as obsolete.
6839         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6841 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
6843         * hilit-chg.el: Fix typo.
6845 2000-07-14  Dave Love  <fx@gnu.org>
6847         * info.el (Info-mode-menu): Fix use of :help, :enable.
6849 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
6851         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6853 2000-07-13  Dave Love  <fx@gnu.org>
6855         * emacs-lisp/easymenu.el: Doc fixes.
6856         (easy-menu-remove): Defalias to ignore.
6858         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
6859         Call throw correctly.
6861 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
6863         * faces.el (frame-background-mode): Doc fix.
6865         * simple.el (eval-expression-print-length): Change custom type to
6866         allow entering nil as value.
6868 2000-07-13  Dave Love  <fx@gnu.org>
6870         * progmodes/fortran.el (fortran-imenu-generic-expression):
6871         Change definition layout.
6872         (fortran-mode-menu): Reinstate customize entries.
6874         * cus-edit.el (custom-group-menu-create, customize-menu-create):
6875         Use :filter, per old XEmacs code.
6877 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
6879         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
6880         event when deciding what to send to the terminal.
6882 2000-07-12  Dave Love  <fx@gnu.org>
6884         * cus-start.el: Add optional version as 4th element of specs and
6885         use it for several things new in v21.  Remove load-path.  Fix type
6886         of line-number-display-limit.
6888 2000-07-11  Dave Love  <fx@gnu.org>
6890         * progmodes/fortran.el: Don't require easymenu.
6891         Use repeat counts in various regexps.
6892         (fortran-mode-syntax-table): Defvar directly.
6893         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
6894         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
6895         Use defvar, not defconst.
6896         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
6897         (fortran-mode): Set fortran-comment-line-start-skip,
6898         fortran-comment-line-start-skip, dabbrev-case-fold-search.
6899         (fortran-comment-indent): Use defsubst.
6900         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
6901         Use fortran-comment-indent, not fortran-comment-indent-function.
6902         (fortran-comment-region, fortran-electric-line-number): Simplify.
6903         (fortran-auto-fill): New function.
6904         (fortran-do-auto-fill): Deleted.
6905         (fortran-find-comment-start-skip):
6906         Check for non-null comment-start-skip.
6907         (fortran-auto-fill-mode, fortran-fill-statement):
6908         Use fortran-auto-fill.
6909         (fortran-fill): Use fortran-auto-fill.  Check for null
6910         comment-start-skip.  Simplify final clause and use end-of-line finally.
6912         * widget.el (widget-plist-member): New alias.
6914 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
6916         * eshell/esh-module.el (toplevel): Reference
6917         byte-compile-current-file only if it is bound.
6919 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
6921         * dired.el: Don't require `dired-aux'.
6923 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
6925         * dired-aux.el (dired-show-file-type): New function.
6926         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
6927         (dired-show-file-type): Add autoload.
6929 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
6931         * international/mule-diag.el (describe-font): Adjusted for the
6932         change of fontset-info.
6933         (print-fontset): Likewise.
6935 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
6937         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6939 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
6941         * bindings.el: Bind `[delete]' to delete-char.
6943         * dired.el (dired-find-alternate-file): New function.
6944         (dired-mode-map): Bind `a' to dired-find-alternate-file.
6945         (toplevel): Require dired-aux when compiling.
6946         (dired-buffers): Move defvar within file to avoid compiler warning.
6948         * info.el (Info-last-search): Variable removed.
6949         (Info-search-history): New variable.
6950         (Info-search): New Info-search-history.
6952         * battery.el, info-look.el: Change author's mail address.
6954 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
6956         * mail/rmail.el (rmail-clear-headers): Don't throw an error
6957         if rmail-ignored-headers is nil.
6958         (rmail-retry-failure): Bind rmail-ignored-headers and
6959         rmail-displayed-headers to nil.
6961 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
6963         * lpr.el (lpr-page-header-switches): Add `-h' switch.
6964         (print-region-1): Don't hard code `-h' here.
6966         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6968 2000-07-01  Francesco Potorti`  <pot@gnu.org>
6970         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6971         exim can use "your message" instead of "the message".
6973 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
6975         * facemenu.el: Docstrings fixes.
6976         (facemenu-get-face): Don't use internal-find-face.
6977         (facemenu-iterate): Rename arg to match the docstring.
6979         * newcomment.el (uncomment-region): Be more careful when skipping
6980         backwards over `=' not to bump into BOBP.
6982 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
6984         * ediff-diff.el (ediff-wordify): Use syntax table.
6985         * ediff-init.el (ediff-has-face-support-p): Use
6986         ediff-color-display-p.
6987         (ediff-color-display-p): Use display-color-p, changed to defun
6988         from defsubst.
6989         Got rid of special cases for NeXT and OS/2.
6990         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
6991         face.
6993 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
6995         * emacs-lisp/lucid.el: Require CL.
6996         (copy-tree, remprop): Remove, it's provided by CL.
6997         (map-keymap): Define in terms of cl-map-keymap.
6998         (extent-property, set-extent-end-glyph): New functions.
7000         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7002 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
7004         * Makefile.in (DONTCOMPILE): Add comment that the name may
7005         not be changed without changing the make-dist script.
7007         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
7008         (cl-mapc): Use mapc instead of cl-old-mapc.
7010 2000-07-05  Andrew Innes  <andrewi@gnu.org>
7012         * makefile.nt: Add support for `bootstrap' and related targets.
7014 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
7016         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7017         (easy-menu-do-define): Use `menu-item' format.
7018         Handle case where easy-menu-create-menu returns a symbol.
7019         Manually call the potential top-level filter in the function binding.
7020         (easy-menu-filter-return): New arg NAME.
7021         Convert to a keymap if MENU is an XEmacs menu.
7022         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
7023         (easy-menu-converted-items-table, easy-menu-convert-item):
7024         New var and fun to memoize easy-menu-convert-item-1.
7025         (easy-menu-do-add-item): Use it.
7026         (easy-menu-create-menu): Use easy-menu-convert-item.
7027         Wrap easy-menu-filter-return around any :filter specification.
7028         Don't convert the menu if a filter was specified.
7029         Tell easy-menu-make-symbol not to check for MENU being an expression.
7030         (easy-menu-make-symbol): New arg NOEXP.
7032 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
7034         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7035         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7036         (eval-defun): If called with prefix arg, instrument code for
7037         Edebug.
7039         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7040         similar to that of eval-defun.
7042 2000-07-04  Dave Love  <fx@gnu.org>
7044         * hl-line.el (hl-line-overlay): Make it permanent-local.
7046         * calendar/todo-mode.el: Replaced with a working version, based on
7047         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7049 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
7051         * paths.el (prune-directory-list): New function.
7052         (Info-default-directory-list): Rewritten to more methodically
7053         enumerate a big list of possible info directories (based on the
7054         list used by the standalone info reader).
7056         * info.el (info-initialize): Use prune-directory-list to remove
7057         non-existent directories from Info-directory-list.
7059         * paths.el (Info-default-directory-list): Try a list of possible
7060         info-directories instead of a single one.  Add the possible
7061         info directory "/usr/share/info".
7063         * woman.el (woman-man.conf-path): Explicitly include the debian
7064         man-db config file "/etc/manpath.config".
7065         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7066         are present in `manpath.config'.
7067         (woman-manpath): Include "/usr/share/man".
7069 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
7071         * frame.el (blink-cursor-mode): Don't hide cursor initially.
7073         * startup.el (command-line): Initialize blink-cursor based
7074         on window-system.
7076         * frame.el (blink-cursor): Default to nil if not running under
7077         a window-system.
7079         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7080         (face-x-resources): Remove duplicate entry for :font.
7082         * textmodes/refer.el (refer-find-entry-internal): Use some-window
7083         instead of cycling through windows with next-window.
7085         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7086         of cycling through windows with next-window.
7088         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7089         of cycling through windows with next-window.
7091         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7092         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7093         instead of cycling through windows with next-window.
7095         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7096         instead of cycling through windows with next-window.
7098         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7099         of cycling through windows with next-window.
7101         * terminal.el (te-process-output): Use walk-windows instead of
7102         cycling through windows with next-window.
7104         * server.el (server-switch-buffer): Use some-window instead of
7105         cycling through windows with next-window.
7107         * window.el (some-window): New function.
7108         (walk-windows): Remove reference to walk-windows-start.
7110         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
7112 2000-07-03  Richard Stallman  <rms@gnu.org>
7114         * window.el (walk-windows): Guarantee termination by keeping a list
7115         of all the windows already handled.
7117 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
7119         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7120         window-system.
7122         * man.el (Man-notify-when-ready): Don't use window-system.  If
7123         Man-notify-method is newframe, and the display is not
7124         multi-frame, select the frame created for the man page.
7125         (Man-init-defvars): Doc fix.
7127 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
7129         * faces.el (region): Change background color for light background.
7131         * ediff-wind.el (ediff-setup-control-frame): Remove :box
7132         attribute from mode-line face of Ediff control frame.
7134         * replace.el (query-replace-map): Bind `e' like `E'.
7136 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
7138         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7139         Change name to "Select All".
7141         * dos-fns.el (convert-standard-filename): Fix last change.
7143 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
7145         * help.el (describe-variable): Don't insert a second `'s' in front
7146         of the string `value is shown below'.  Since the syntax-table is
7147         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7148         an existing `'s', so that this won't be deleted.
7150         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7151         * pcmpl-unix.el: New files.
7153 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
7155         * wid-edit.el (widget-member): Use the new plist-member.
7157 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
7159         * replace.el (perform-replace): Undo change of 2000-04-04.
7160         Instead, move backward 1 character at the end of the loop when
7161         necessary.
7163         * faces.el (fringe): Change face for different backgrounds.
7165         * eshell/esh-module.el (toplevel): Load defgroup's differently;
7166         patch from John.
7168         * eshell/*.el: Change spelling of the Free Software Foundation.
7170         * eshell/esh-toggle.el: Removed.
7172         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7174         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7175         interactively.
7177 2000-06-26  Alex Schroeder  <alex@gnu.org>
7179         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7180         `define-key'; instead of checking `(emacs-version)' check for
7181         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
7182         for `;' and `o' which might be electric.
7184         (sql-electric-stuff): New user option.
7185         (sql-magic-go): New function which uses `sql-electric-stuff'.
7186         (sql-magic-semicolon): New function which uses
7187         `sql-electric-stuff'.
7189         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7190         is not fboundp.
7192         (sql-oracle-options): New variable.
7193         (sql-oracle): Use it.
7195         (sql-imenu-generic-expression): Doc change.
7196         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7197         is used.
7199         (sql-informix): Added command line parameter "-" to force
7200         sql-informix-program to use stdout.
7202 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
7204         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
7205         (cp864-decode-table): Doc fix.
7206         (cp720-decode-table): New variable, supports the Arabic OEM
7207         codepage used by Windows.
7208         (cp737-decode-table): New, Greek OEM codepage used by Windows.
7210 2000-06-23  Dave Love  <fx@gnu.org>
7212         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7213         (font-lock-fontify-anchored-keywords): Use
7214         line-beginning-position.
7215         (global-font-lock-mode): Use mapc.
7217 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
7219         * eshell/esh-module.el: Require CL when compiling.
7221 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
7223         * comint.el (comint-substitute-in-file-name): Call replace-match
7224         with second and third arg t.
7226         * cus-edit.el (custom-button-face, custom-button-pressed-face):
7227         Specify foreground color.
7229         * faces.el (tool-bar, mode-line, header-line): Specify foreground
7230         color.
7232         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7234         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7235         cddr instead of cdddr.
7237         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7238         instead of copy-list.
7240         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7241         of copy-list.
7243         * subdirs.el: Add eshell subdirectory.
7245         * eshell: New subdirectory containing the Eshell package.
7247         * pcomplete.el: New file.
7249 2000-06-23  Paul Eggert  <eggert@twinsun.com>
7251         * mail/mailpost.el (post-mail-send-it): Make sure file has
7252         proper permissions from birth.
7254         * files.el (basic-save-buffer-2): When temporarily setting
7255         file modes, set them to current modes plus 0200, not to 0777.
7257         * emerge.el (emerge-make-temp-file): Make sure file has proper
7258         permissions from birth.
7260 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
7262         * files.el (make-backup-file-name-1): On DOS/Windows, run the
7263         backup file name through convert-standard-filename.
7265         * dos-fns.el (convert-standard-filename): Convert leading
7266         directories as well.  When long file names are supported, convert
7267         characters that are invalid in Windows file names.
7269 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7271         * ps-print.el: Fix bug: if ^L is the very first buffer character,
7272         ps-print crashes.  New feature: page selection for printing.  Create
7273         raw-text-unix coding system for XEmacs.  Doc fix.
7274         (ps-print-version): New version number (5.2.3).
7275         (ps-plot-region): Bug fix.
7276         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7277         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7278         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7279         funs.
7280         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7281         (ps-last-page): New vars.
7283 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
7285         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7286         empty option string.
7288 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
7290         * man.el (man): Doc fix.
7292 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
7294         * international/mule-cmds.el (set-language-info-alist): Docstring
7295         fixed.
7297 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
7299         * version.el (emacs-version): Use ISO date format.
7301         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7302         instead of `M-backspace'.
7304         * simple.el (turn-off-auto-fill): New function.
7306 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
7308         * jit-lock.el (with-buffer-prepared-for-jit-lock):
7309         Renamed from with-buffer-prepared-for-font-lock and use
7310         inhibit-modification-hooks rather than setting *-change-functions.
7311         Update all functions to use the new name.
7312         (jit-lock-first-unfontify-pos): New semantics (and doc).
7313         (jit-lock-mode): Make non-interactive.
7314         Don't automatically turn on font-lock.
7315         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7316         Always use jit-lock-after-change.
7317         Remove and restore font-lock-after-change-function.
7318         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7319         (jit-lock-after-unfontify-buffer): Remove.
7320         (jit-lock-stealth-fontify):
7321         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7322         (jit-lock-after-change): Set the `fontified' text-prop to nil.
7324 2000-06-20  Sam Steingold  <sds@gnu.org>
7326         * emacs-lisp/cl-indent.el (toplevel): Indent
7327         `print-unreadable-object' properly.  Untabify.
7329 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
7331         * textmodes/reftex.el (reftex-find-citation-regexp-format):
7332         Support for bibentry.
7333         (reftex-compile-variables): Fixed problem with end of section-re.
7335         * texmodes/reftex-dcr.el (reftex-view-crossref,
7336         reftex-view-crossref-from-bibtex):
7337         Deal with changed `reftex-find-citation-regexp-format'.
7338         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7339         Replaced `remprop' with `put'.
7340         (reftex-view-crossref, reftex-view-crossref-when-idle):
7341         Support for bibentry.
7343         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7344         New entry for bibentry package.
7346         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7347         Regexp also matches "\nobibliography".
7349         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7350         Call `reftex-ensure-write-access' before doing anything.
7351         (reftex-ensure-write-access): New function.
7353 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
7355         * progmodes/idlwave.el: File re-installed (update to version 4.2)
7357         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7359         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7361         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7364 2000-06-20  Dave Love  <fx@gnu.org>
7366         * faces.el (frame-background-mode): Use set-default, not set, in
7367         setter.
7368         (frame-update-faces, frame-update-face-colors): Define with
7369         defalias.
7371         * enriched.el (enriched-decode-foreground)
7372         (enriched-decode-background): Don't use internal-find-face.
7374         * apropos.el: Doc fixes.
7376         * cus-edit.el (customize-changed-options): Check arg.
7377         (customize-version-lessp): Don't require decimal point.
7379         * custom.el (defcustom, defgroup): Doc fix.
7381         * newcomment.el (comment) <defgroup>: Add :version.
7382         (comment-multi-line): Doc fix.
7384         * emulation/mlsupport.el (define-hooked-local-abbrev,
7385         define-hooked-global-abbrev): Fix, using define-abbrev.
7387 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
7389         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7390         the whole buffer.
7392 2000-06-19  Dave Love  <fx@gnu.org>
7394         * menu-bar.el (menu-bar-options-save): New function.
7395         (menu-bar-options-menu): Use it.
7396         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7397         Simplify.
7399 2000-06-19  Andreas Schwab  <schwab@suse.de>
7401         * progmodes/etags.el (tags-query-replace): Put new parameters
7402         START and END at the end, for backward compatibility.
7404 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
7406         * international/codepage.el:
7407         (cp-coding-system-for-codepage-1): Delete special codes for
7408         generating xxx-dos coding system because now a CCL based coding
7409         system can handle EOL conversion by default.
7411         * international/mule.el (make-coding-system): Generate subsidiary
7412         coding systems for EOL handling variants even for a CCL based
7413         coding system.
7415 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
7417         * international/isearch-x.el (isearch-minibuffer-input-method)
7418         (isearch-minibuffer-input-method-function): These variables
7419         deleted.
7420         (isearch-with-input-method): Don't use the above variables.
7421         (isearch-process-search-multibyte-characters): Likewise.  Call
7422         read-string with the arg INHERIT-INPUT-METHOD t.
7424 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
7426         * font-lock.el (font-lock-after-fontify-buffer)
7427         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7429         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7430         Use consistent make-local-variable style for font-lock-fontified.
7431         (jit-lock-fontify-buffer):
7432         Don't bother checking for font-lock-mode and jit-lock-mode.
7434         * time.el: Remove trailing ^M that prevent CVS-merging.
7436 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
7438         * Makefile.in (distclean): New target.
7440 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
7442         * Makefile.in (srcdir): Define for update-subdirs.
7444 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
7446         * find-lisp.el: New file.
7448 2000-06-16  Andrew Innes  <andrewi@gnu.org>
7450         * time.el (display-time-mail-function): New variable, to allow
7451         external packages to indicate when new mail is available.
7452         (display-time-update): Use it.
7454 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
7456         * international/mule.el (mule-version): Change version name to
7457         SAKAKI.  AOI has already been used by Meadow.
7459         * international/quail.el (quail-show-guidance-buf): To find the
7460         bottom window (but minibuffer), pay attention to the height of
7461         minibuffer.
7463 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
7465         * arc-mode.el (archive-mode-map): Use the new menu-item format for
7466         menu-bar menus.  Add help strings.  Don't remove the Edit menu
7467         from the menu bar, as the menu bar has enough space now.
7469         * Makefile.in (SHELL): Make sure /bin/sh is used.
7471         * woman.el (woman-man-buffer): Fix bold and underlined CJK
7472         characters, which use series of two ^H characters instead of one.
7474 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
7476         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
7477         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
7478         functions.
7479         (Info-find-node-2): Try a case-sensitive search first, then
7480         do a case-insensitive search.
7482         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7483         tutorials.
7485         * complete.el (PC-env-vars-alist): New variable.
7486         (PC-complete-as-file-name): New function.
7487         (partial-completion-mode): Initialize PC-env-vars-alist from
7488         process-environment.
7489         (PC-do-completion): Handle completion of env vars.
7491         * info.el (Info-set-mode-line): Show file name in mode line,
7492         use `*Info*' instead of `Info:'.
7494         * startup.el (command-line-1): Change copyright messages to year
7495         2000.
7497 2000-06-15  Dave Love  <fx@gnu.org>
7499         * net/goto-addr.el (goto-address-fontify): Use keymap property,
7500         not local-map.
7502 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
7504         * international/mule.el (set-buffer-file-coding-system): Almost
7505         rewritten to handle `undecided' as no-op.
7507 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
7509         * Makefile.in: New file.
7511         * Makefile: Removed.
7513         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7514         (goto-address-highlight-keymap): Bind C-c RET.
7516 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
7518         * mail/sendmail.el (sendmail-send-it): The temporary buffer
7519         inherits buffer-file-coding-system of the current buffer.
7521         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7522         0.  Give correct argument to set-auto-coding-function.
7523         (tar-expunge): For goto-char, use (point-min), not 0.
7524         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7525         (tar-subfile-save-buffer): Likewize.
7527         * international/mule.el
7528         (after-insert-file-set-buffer-file-coding-system): Call
7529         set-buffer-file-coding-system with the arg FORCE t.
7531 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
7533         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7534         nil.  Contemporary sendmails issue an X-Authentication-Warning if
7535         the sender is set with `-f'.
7537 2000-06-13  Dave Love  <fx@gnu.org>
7539         * help.el (describe-function-1): Kluge around cases of functions
7540         fset to subrs whose doc doesn't match their symbol-name.
7542         * image.el (insert-image): Default STRING to a space.
7544         * info.el Doc fixes.
7545         (Info-build-node-completions): Match Ref tags.
7547 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
7549         * frame.el (display-multi-frame-p, display-multi-font-p): New
7550         defaliases for display-graphic-p.
7552         * hl-line.el: Fixed a typo in commentary.
7554 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
7556         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7557         fixed.
7559 2000-06-12  Dave Love  <fx@gnu.org>
7561         * image.el (insert-image): Save a little consing.
7563 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
7565         * language/tibet-util.el: Convert all tibetan-1-column characters
7566         to the corresponding tibetan characters.
7567         (tibetan-add-components): Delete code for the special treatment of
7568         'a chung.
7570         * language/tibetan.el (tibetan-composable-pattern): Fix previous
7571         change.
7572         (tibetan-vowel-transcription-alist): More rules added.
7573         (tibetan-composite-vowel-alist): New variable.
7574         (tibetan-precomposition-rule-alist): More rules added.
7576 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
7578         * startup.el (command-line): Only call menu-bar-mode if interactive.
7580         * thingatpt.el (toplevel symbol-properties):
7581         * textmodes/makeinfo.el (makeinfo-compile):
7582         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
7583         * progmodes/hideif.el (hif-compress-define-list)
7584         (hide-ifdef-use-define-alist):
7585         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
7586         (ange-ftp-vms-add-file-entry):
7587         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7588         * man.el (Man-build-man-command):
7589         * mail/rnewspost.el (news-reply-header-hook):
7590         * info.el (Info-insert-dir):
7591         * emulation/mlconvert.el (backward-word, forward-word, setq):
7592         * emacs-lisp/gulp.el (gulp-send-requests):
7593         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7594         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
7595         (byte-optimize-apply, end of file):
7596         * emacs-lisp/advice.el (ad-advice-class-completion-table)
7597         (ad-make-freeze-definition):
7598         * startup.el (command-line, command-line-1): Don't quote lambdas.
7600         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7601         (cvs-cleanup-removed): New function.
7602         (cvs-cleanup-functions): New var.
7603         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7604         some flexibility in specifying additional entries to auto-cleanup.
7605         (cvs-quickdir): New function.
7606         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7607         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7608         (cvs-mode-find-file): Check that we are on a filename or dirname
7609         when invoked through a mouse-click.
7610         (cvs-full-path): Remove.
7611         (cvs-dired-action): Re-introduced.
7612         (cvs-dired-noselect): Use it.
7613         (vc-post-command-functions): use this new hook if available.
7615         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7616         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7617         (cvs-filename-map, cvs-dirname-map): Remove.
7618         (cvs-default-action): Remove.
7619         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7620         if the arg is really a keymap.
7621         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7622         Don't hardcode the mapping from state (aka type) to face, but check
7623         the var cvs-fi-<type>-face instead.
7624         (cvs-fileinfo-from-entries): New function.
7626         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7627         Docstring fix.
7628         (cvs-find-file-and-jump): Change default to be safer.
7629         (cvs-mode-diff-map): Define it as a function as well.
7630         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7631         Bind mouse-2 in this global map rather than with text-properties.
7633         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7634         file to resolve the ambiguity between C(conflict) and C(need-merge).
7636 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
7638         * international/mule.el (set-buffer-file-coding-system): If
7639         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7640         unconditionally.
7642 2000-06-12  Dave Love  <fx@gnu.org>
7644         * wid-edit.el (widget-specify-button): Really suppress the face if
7645         required.
7647 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
7649         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7651 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
7653         * imenu.el (imenu-generic-expression): Docstring fix.
7655         * composite.el (composition-function-table): Move the `put'
7656         below the autoload cookie so we can load the file before loaddefs.
7658         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7660         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7661         Handle easy-mmode-define-global-mode.
7662         For complex macros like define-minor-mode that can generate
7663         several autoload entries, try to autoload entries in the
7664         macroexpanded code.
7666         * emacs-lisp/easy-mmode.el (define-minor-mode):
7667         If KEYMAP is a symbol, just use it.
7668         Use byte-compile-current-file and load-file-name to infer the
7669         proper :require to pass to defcustom.
7670         Wrap the hook var into `progn' so as not to autoload it.
7671         Add a :autoload-end cookie.
7672         Be more careful about the evaluation of KEYMAP.
7673         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7674         (define-derived-mode): Move define-abbrev-table outside of defvar.
7676 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
7678         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7679         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7680         (backup-compiled-files): Ignore errors during `tar'.
7681         (bootstrap): Make autoloads before elc files.
7683 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
7685         * international/mule.el (set-buffer-file-coding-system): If one of
7686         undecided-XXX is specified, change only EOL conversion.
7688         * international/mule-conf.el (unix): New alias for the coding
7689         system undecided-unix.
7691 2000-06-09  Dave Love  <fx@gnu.org>
7693         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7695         * progmodes/executable.el: Byte compile dynamic.
7696         (executable-insert): Change custom type.
7697         (executable-find): Add autoload cookie.
7698         (executable-make-buffer-file-executable-if-script-p): New
7699         function.  After Noah Friedman.
7701         * files.el (after-save-hook): Customize, with
7702         executable-make-buffer-file-executable-if-script-p as an option.
7704 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
7706         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7707         "tib24p-mule.bdf" for Tibetan.
7709         * composite.el (decompose-composite-char): Declare it as obsolete.
7711         * man.el (Man-fontify-manpage): Pay attention to underline and
7712         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
7714 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
7716         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7717         Set maintainer to FSF since author isn't reachable.
7719 2000-06-08  Dave Love  <fx@gnu.org>
7721         * international/mule-cmds.el (select-safe-coding-system): If
7722         DEFAULT-CODING-SYSTEM is not specified, also check the most
7723         preferred coding-system if buffer-file-coding-system is
7724         `undecided'.  From Handa.
7726 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
7728         * international/mule.el
7729         (after-insert-file-set-buffer-file-coding-system): If the buffer
7730         size is greater than INSERTED, judget that we are not visiting.
7732 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
7734         * whitespace.el (defgroup whitespace): Comment out `:version'.
7735         XEmacs 20.4 has problems defining the group with this present.
7736         We'll have this commented out till get resolve the problem.
7738 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
7740         * align.el: Update from author.
7742 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
7744         * apropos.el (apropos-mode-hook): New user variable.
7745         (apropos-mode): Run apropos-mode-hook.
7747 2000-06-07  David Ponce  <david@dponce.com>
7749         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7750         commands.  Require `wid-edit' at run-time.
7752 2000-06-07  David Ponce  <david@dponce.com>
7754         * recentf.el: Added some "Commentary".
7755         (recentf-open-more-files, recentf-edit-list): Minor changes to
7756         move the point at the top of the file list.  This behaviour is
7757         consistent with the menu one when the list contains a lot of
7758         files.
7759         (recentf-cleanup): Now displays the number of items removed from
7760         the list.
7761         (recentf-relative-filter) New menu filter to show filenames
7762         relative to `default-directory'.
7764 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7766         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
7767         with/without giving an error if PostScript printer doesn't have this
7768         kind of page size.  Zebra Stripe continues or restarts on next page.
7769         Manual/automatic paper feeding.  Switch or not the header.
7770         (ps-print-version): New version number (5.2.2).
7771         (ps-windows-system): Include emx as a Windows system.
7772         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7773         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7774         (ps-background-text): Code fix.
7775         (ps-error-handler-message, ps-user-defined-prologue)
7776         (ps-print-prologue-header, ps-printer-name)
7777         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7778         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7779         (ps-use-face-background): Customization fix.
7780         (ps-n-up-database): Data fix.
7781         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7782         (ps-switch-header): New vars.
7783         (ps-xemacs-color-name, ps-face-foreground-name)
7784         (ps-face-background-name, ps-boolean-constant): New funs.
7786 2000-06-07  Dave Love  <fx@gnu.org>
7788         * allout.el: New version from Manheimer.
7790 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
7792         * textmodes/fill.el (fill-find-break-point): Check the validity of
7793         charset.
7795 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7797         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7798         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7799         Call display-color-p and display-mouse-p instead of looking at
7800         window-system.
7802 2000-06-06  Dave Love  <fx@gnu.org>
7804         * image.el (find-image): Doc fix.  Return nil if image not found.
7805         (put-image, insert-image): Make STRING arg optional.
7807 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
7809         * language/vietnamese.el: Remove eval-when-compile.
7810         (viet-viscii-nonascii-translation-table): Define it as a
7811         translation table made from viet-viscii-decode-table.
7812         (viet-viscii-encode-table): Define it as a translation table made
7813         from the reverse map of above.
7814         (viet-vscii-nonascii-translation-table): Define it as a
7815         translation table made from viet-vscii-decode-table.
7816         (viet-vscii-encode-table): Define it as a translation table made
7817         from the reverse map of above.
7818         (ccl-decode-viscii): Use translate-character.
7819         (ccl-encode-viscii, ccl-encode-viscii-font)
7820         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7821         Likewize.
7823         * language/cyrillic.el: Remove eval-when-compile.
7824         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7825         translation table made from cyrillic-koi8-r-decode-table.
7826         (cyrillic-koi8-r-encode-table): Define it as a translation table
7827         made from the reverse map of above.
7828         (ccl-decode-koi8): Use translate-character.
7829         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7830         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7831         a translation table made from cyrillic-alternativnyj-decode-table.
7832         (cyrillic-alternativnyj-encode-table): Define it as a translation
7833         table made from the reverse map of above.
7834         (ccl-decode-alternativnyj): Use translate-character.
7835         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7836         Likewize
7838         * international/mule-diag.el (non-iso-charset-alist): Specify
7839         translation table symbol instead of translation table itself.
7840         (list-block-of-chars): CHARSET may be a translation table symbol.
7842         * international/mule.el (make-coding-system): If CODING-SYSTEM
7843         already exists, override it.
7845         * international/fontset.el: Use family `proportional' for Tibetan
7846         fonts.
7848         * international/ccl.el (ccl-compile-translate-character): Don't
7849         check if Rrr has property translation-table.
7850         (ccl-compile-map-multiple): Modified to avoid compiler warning.
7852 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
7854         * info.el: Bind case-fold-search to t when searching in case
7855         a user sets it to nil in a hook.
7857 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
7859         * autoarg.el (autoarg-mode, autoarg-kp-mode):
7860         * hl-line.el (hl-line-mode): Use the new :global key argument.
7862         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7863         (tar-clip-time-string): Prepend a space.
7864         (tar-grind-file-mode): Construct a string rather than modifying one.
7865         (tar-header-block-summarize): Fix docstring.
7866         Use `format' rather than an error-prone set of copy-loops.
7868         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
7869         (diff-goto-source, diff-unified->context, diff-context->unified)
7870         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
7871         understand the format output by the `-p' argument to diff.
7873         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
7874         (sh-re-done): Use defconst.
7875         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
7876         (sh-help-string-for-variable, sh-guess-basic-offset):
7877         Don't quote lambdas.
7878         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
7879         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
7881         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
7882         (mh-letter-mode): Derive from text-mode.
7883         This implicitly means that it now calls kill-all-local-variables.
7884         Also remove the Emacs-18 compatibility code.
7886         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
7887         Make use of symbol-property doc-string-elt.
7888         Use memq rather than a sequence of eq.
7889         (doc-string-elt): Fix the wrong or missing previously unused values.
7890         (autoload-print-form): New function extracted from
7891         generate-file-autoloads to allow recursion when handling progn
7892         so that defvar's and defun's docstrings are properly printed.
7893         (generate-file-autoloads): Use it.
7895         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
7896         Use find-file-hooks in the minor-mode function.
7897         Be careful not to loop indefinitely in the post-command-hook function.
7899 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
7901         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
7902         tty's.
7903         * ediff-diff.el (ediff-exec-process): Use --binary for fine
7904         differences whenever appropriate.
7905         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
7906         * viper.el (find-file, find-file-other-window): Get viper to do
7907         wildcards.
7909 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
7911         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7912         (jit-lock-fontify-buffer): New function for JIT refontification.
7913         (jit-lock-mode): Fix docstring.
7914         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7915         Remove jit-lock-after-change from the _local_ hook.
7916         (jit-lock-function-1): Fix docstring.
7918         * info.el (Info-on-current-buffer): Initialize info.
7920         * newcomment.el (comment-indent): Ignore comment-indent-hook.
7922         * progmodes/tcl.el (tcl-indent-for-comment):
7923         Ignore comment-indent-hook.
7925         * emacs-lisp/easy-mmode.el: Require CL during compilation.
7926         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
7927         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
7928         and improve to use the lighter to guess the capitalization.
7929         (define-minor-mode): Inline code from easy-mmode-define-toggle.
7930         Add keyword arguments to specify global-ness or the custom group.
7931         Add local-map and help-echo properties to the lighter.
7932         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
7933         (easy-mmode-define-global-mode): New macro.
7935 2000-06-02  Dave Love  <fx@gnu.org>
7937         * wid-edit.el: byte-compile-dynamic since we typically don't use
7938         all the widgets.  Don't require cl or widget.  Remove
7939         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
7940         (widget-read-event): Removed.  Callers changed to use read-event.
7941         (widget-button-release-event-p): Renamed from
7942         button-release-event-p.
7943         (widget-field-add-space, widget-field-use-before-change):
7944         Uncustomize.
7945         (widget-specify-field): Use keymap property, not local-map.
7946         (widget-specify-button): Obey :suppress-face.
7947         (widget-specify-insert): Use modern backquote syntax.
7948         (widget-image-directory): Renamed from widget-glyph-directory.
7949         (widget-image-enable): Renamed from widget-glyph-enable.
7950         (widget-image-find): Replaces widget-glyph-find.
7951         (widget-button-pressed-face): Move defvar.
7952         (widget-image-insert): Replaces widget-glyph-insert.
7953         (widget-convert): Use keywordp.
7954         (widget-leave-text, widget-children-value-delete): Use mapc.
7955         (widget-keymap): Remove XEmacs stuff.
7956         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
7957         (widget-button-click): Don't set point at the click, but re-centre
7958         if we scroll out of window.  Rewritten for images v. glyphs &c.
7959         (widget-tabable-at): Use POS arg, not point.
7960         (widget-beginning-of-line, widget-end-of-line)
7961         (widget-item-value-create, widget-sublist, widget-princ-to-string)
7962         (widget-sexp-prompt-value, widget-echo-help): Simplify.
7963         (widget-default-create): Use widget-image-insert; some rewriting.
7964         (widget-visibility-value-create)
7965         (widget-push-button-value-create, widget-toggle-value-create): Use
7966         widget-image-insert.
7967         (checkbox): Create on and off images dynamically.
7968         (documentation-link): Change :help-echo.
7969         (widget-documentation-link-echo-help): Remove.
7971 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
7973         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7975         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7976         (easy-mmode-define-toggle, define-minor-mode): Use it.
7977         (easy-mmode-define-keymap): Docstring fix.
7978         (define-derived-mode): Default PARENT to fundamental-mode.
7979         Add the derived-mode-parent symbol-property.
7980         (easy-mmode-derived-mode-p): New function.
7982 2000-06-02  Dave Love  <fx@gnu.org>
7984         * files.el (convert-standard-filename): Doc fix.
7985         (normal-backup-enable-predicate): New function.
7986         (backup-enable-predicate): Use it to replace the lambda form.
7988         * calendar/todo-mode.el: [This needs more work on the outline
7989         stuff.]  Doc fixes.
7990         (todo) <defgroup>: Add :version.
7991         (todo-add-category): Don't use pushnew.
7992         (todo-cmd-raise): Fix typo.
7993         (todo-top-priorities): Change temp buffer name.
7994         (todo-category-alist): Avoid redundant lambda.
7995         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7996         Use outline-next-heading.
7998         * autoarg.el: Rewritten to use define-minor-mode.
7999         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8000         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8002 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
8004         * isearch.el (isearch-other-meta-char): Fix previous change.
8006 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
8008         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8009         (log-edit-done): Only add the comment to the ring if it's different
8010         from the last comment entered.
8012         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8014 2000-06-01  Dave Love  <fx@gnu.org>
8016         * hl-line.el: Rewritten using define-minor-mode.
8018         * help.el (describe-function-1): Distinguish special form from
8019         builtin function.  Sanity-check presence of arglist for builtins.
8021 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
8023         * international/characters.el: Fix syntax/category setting of
8024         Tibetan characters.
8026         * language/tibet-util.el (tibetan-add-components): Fixes for new
8027         encoding of Tibetan characters.
8028         (tibetan-decompose-precomposition-alist): New variable.
8029         (tibetan-decompose-region): Convert precomposed characters to
8030         non-precomposed characters.
8031         (tibetan-decompose-string): Likewise.
8032         (tibetan-composition-function): Fix args to
8033         thibetan-compose-string.
8035         * language/tibetan.el (tibetan-composable-pattern): More
8036         characters included.
8037         (tibetan-consonant-transcription-alist): Rule for "R" added.
8038         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8039         "+R" added.
8040         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8042         * language/lao-util.el (lao-composition-function): Fix args to
8043         compose-string.
8045         * language/thai-util.el (thai-composition-function): Fix args to
8046         compose-string.
8048         * isearch.el (isearch-update): Set disable-point-adjustment to t
8049         to prevent the point moving to the end of a composition when a
8050         part of a composition is searched.
8051         (isearch-other-meta-char): If the key invoking this command can be
8052         mapped by function-key-map to a printing char, call
8053         isearch-process-search-char directly.
8055 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
8057         * emacs-lisp/bytecomp.el:
8058         * frame.el:
8059         * international/mule-cmds.el:
8060         * international/mule-util.el:
8061         * international/mule.el:
8062         * mouse.el:
8063         * subr.el:
8064         * faces.el: Update calls to make-obsolete with a WHEN argument.
8066         * byte-run.el (make-obsolete, make-obsolete-variable):
8067         Add an optional WHEN argument and change the format of the
8068         symbol-property information.
8069         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8070         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8071         new obsolete-symbol-property format and print WHEN if it is provided.
8073 2000-05-31  Dave Love  <fx@gnu.org>
8075         * loadhist.el (loadhist-hook-functions): Remove
8076         before-change-function, after-change-function.
8077         (unload-feature): Deal with symbols which are both bound and
8078         fbound.
8080         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8081         before-change-function, after-change-function.
8083         * simple.el (newline): Don't bind before-change-function,
8084         after-change-function.
8086 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
8088         * whitespace.el (whitespace-rescan-timer-time): Update interval
8089         set to 600 seconds (10 minutes) instead of 60 seconds since
8090         a large number of whitespace buffers causes emacs to `freeze'
8091         for a considerable amount of time.
8093         * whitespace.el: Updated email address
8095 2000-05-31  Dave Love  <fx@gnu.org>
8097         * add-log.el (change-log-font-lock-keywords) <function>: Add
8098         pattern for function of change.
8099         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8100         acknowledgements patterns.
8102 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
8104         * isearch.el (isearch-printing-char): If keyboard coding system is
8105         being used, call isearch-process-search-multibyte-characters.
8107         * international/isearch-x.el: Mostly rewritten.
8109         * international/quail.el (quail-start-conversion): Don't include
8110         unhandled events in the returned events, but set them in
8111         unread-command-events.  Exit if all inputs are deleted.
8113 2000-05-30  Jason Rumney  <jasonr@gnu.org>
8115         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8117         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8118         Reenable code to create initial fontsets.
8119         Use set-fontset-font in place of put-charset-property.
8121 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
8123         * progmodes/perl-mode.el (perl-indent-line): When looking for a
8124         label, ensure that the first colon isn't followed by another.
8126         * paths.el (Info-default-directory-list): Doc fix.
8128         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8129         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8130         send a query containing USER only, not USER@HOST.
8132         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8133         and rmail-msgend to compute the restriction at the end, instead of
8134         computing it.
8136 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
8138         * dabbrev.el (dabbrev-expand): Don't display messages in the
8139         echo area if the minibuffer window is active.
8141         * jit-lock.el (jit-lock-mode): Add after change function to
8142         local hook.
8144 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
8146         * antlr-mode.el: New commands: hide/unhide actions,
8147         upcase/downcase literals.
8148         (antlr-tiny-action-length): New user option.
8149         (antlr-hide-actions): New command.  Suggested by
8150         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
8151         (antlr-mode-map): New binding [C-c C-v].
8152         (antlr-mode-menu): New entries.
8153         (antlr-downcase-literals): New command.
8154         (antlr-upcase-literals): Ditto.
8156         * antlr-mode.el: Minor changes: indendation, mode-name.
8157         (antlr-indent-line): Indent cpp directive at column 0.
8158         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8160         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8161         (antlr-font-lock-additional-keywords): Workaround for intentional
8162         bug in XEmacs version of font-lock.
8163         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
8164         be used by a smarter version of `buffers-menu-grouping-function'.
8166 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
8168         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8169         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8171 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
8173         * international/encoded-kb.el
8174         (encoded-kbd-iso2022-designation-map): Pay attention to that
8175         charset-iso-final-char return -1 for eight-bit-control and
8176         eight-bit-graphic.
8178 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
8180         * speedbar.el (speedbar-use-images, speedbar-update-flag)
8181         (speedbar-easymenu-definition-base): Use display-graphic-p where
8182         available, instead of window-system.
8184 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
8186         * international/codepage.el (cp-coding-system-for-codepage-1): Add
8187         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8188         coding systems.
8190 2000-05-26  Dave Love  <fx@gnu.org>
8192         * disp-table.el (standard-display-underline): Don't use
8193         internal-find-face.
8195         * mail/reporter.el: Maintainer change.  Doc fixes.
8196         (reporter-version): Deleted.
8198         * emacs-lisp/elp.el: Maintainer change.
8199         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8201 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
8203         * add-log.el (add-change-log-entry): Merge the current entry with the
8204         previous one if the previous one is empty.
8206 2000-05-26  Dave Love  <fx@gnu.org>
8208         * loadhist.el (unload-feature): Fix interactive spec [from
8209         lijnzaad@ebi.ac.uk].
8211         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8212         subr-arity to check primitives.
8213         (byte-compile-flush-pending, byte-compile-file-form-progn)
8214         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8215         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8216         mapcar.
8218 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
8220         * international/fontset.el: Set family names of non-latin charsets
8221         in default fontset to "*".
8223         * international/mule-diag.el (print-fontset): Combine family part
8224         and registry part of the fontname by "-*-" instead of "-".
8226         * international/mule-cmds.el (encode-coding-char): Make strings
8227         multibyte before calling encode-coding-string.
8229 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
8231         * derived.el: Fix keywords.
8232         (define-derived-mode): Only define if needed.
8234         * simple.el (fill-comment, comment-column, comment-start)
8235         (comment-start-skip, comment-end, comment-indent-function)
8236         (block-comment-start, block-comment-end, indent-for-comment)
8237         (set-comment-column, kill-comment, comment-padding, comment-region)
8238         (comment-multi-line, indent-new-comment-line): Remove.
8240         * bindings.el (esc-map): Change ; to comment-dwim and use the new
8241         function names for comment operations.
8243         * newcomment.el: Add abundant autoload cookies.
8244         (comment-style): Don't depend on runtime data at compile-time.
8245         (comment-indent-hook): Remove.
8246         (comment-indent): Check if comment-indent-hook is bound.
8247         (comment-region): Docstring fix.
8249 2000-05-25  Dave Love  <fx@gnu.org>
8251         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8252         byte-code-function-p.
8254         * mail/rmailsum.el: Add provide.
8256         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8258         * smerge-mode.el (smerge-diff-switches): Don't use list* in
8259         defcustom.
8261 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
8263         * ediff-diff.el (ediff-exec-process): delete --binary option from
8264         non-buffer ediff jobs.
8266 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
8268         * hilit-chg.el (highlight-changes-mode): Ask about color or
8269         grayscale support, not about window-system.
8271         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8272         window-system.
8273         (ffap-highlight): Always default to t.
8275         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8276         display-popup-menus-p instead of looking at window-system.
8278         * disp-table.el (standard-display-g1, standard-display-graphic):
8279         Only refuse to use string glyphs on X and MS-Windows.
8281         * avoid.el: Remove window-system from commentary, suggest to use
8282         display-*-p instead.
8284         * apropos.el (apropos-print): Use display-mouse-p instead of
8285         window-system.
8287 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
8289         * international/codepage.el (cp-decoding-vector-for-codepage):
8290         Fill up unsupported characters with their own codes.  From Kenichi
8291         Handa.
8293 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
8295         * international/mule-diag.el (describe-char-after): Use
8296         display-graphic-p instead of window-system, so that this function
8297         works on MS-DOS.
8299 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
8301         * international/codepage.el (cp-make-coding-systems-for-codepage):
8302         Remove the eight-bit-graphic and eight-bit-control charsets from
8303         the list of charsets which we convert into `?'.
8305 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
8307         * international/mule-conf.el: Specify CHARSET-ID explicitely for
8308         private charsets.
8309         (mule-unicode-0100-24ff, japanese-jisx0213-1,
8310         japanese-jisx0213-2): New charsets.
8312         * international/fontset.el: Setup default fontset for new charsets.
8314 2000-05-24  Dave Love  <fx@gnu.org>
8316         * info.el (Info-find-node-2): Restructure [following "Vadim
8317         S. Solomin" <sovs@uic.nnov.ru>].
8319         * icomplete.el: Fix header for Finder.
8321 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
8323         * rmailout.el (rmail-output-to-rmail-file): Added optional param
8324         STAY.
8326         * rmail.el (rmail-automatic-folder-directives): New user variable.
8327         (rmail-show-message): Add call to `rmail-auto-file' during
8328         display.
8329         (rmail-auto-file): New function.
8331 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
8333         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
8334         account.
8335         (ediff-test-utility,ediff-diff-mandatory-option)
8336         (ediff-reset-diff-options): Utilities for proper initialization of
8337         ediff-diff-options and ediff-diff3-options on Windows.
8339         * ediff-init.el (ediff-merge-filename-prefix): New customizable
8340         variable.
8342         * ediff-mult.el (ediff-filegroup-action): Use
8343         ediff-merge-filename-prefix.
8345 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
8347         * viper-ex.el (ex-write): Set selective display to nil.
8349 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
8351         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8352         aliases for hebrew-iso-8bit.
8354 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
8356         * woman.el: New version from Francis J. Wright
8357         <F.J.Wright@Maths.QMW.ac.uk>.
8358         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8359         names in environment variables regardless of the path separator.
8360         (woman-topic-all-completions-1): Don't call file-name-directory-p
8361         on all files, since woman-file-regexp already filters out any
8362         directories.
8364 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
8366         * international/quail.el (quail-start-translation): Don't change
8367         modified-p of the current buffer.
8368         (quail-start-conversion): Likewise.
8370         * international/kkc.el (kkc-region): Don't change modified-p of
8371         the current buffer.
8373         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8374         conform to RFC1468.
8375         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
8377 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
8379         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8380         (speedbar-insert-button): Invisible text property fix.
8381         (speedbar-directory-plus): Renamed from speedbar-directory-+
8382         (speedbar-directory-minus): Renamed from speedbar-directory--
8383         (speedbar-page-plus): Renamed from speedbar-file-+
8384         (speedbar-page-minus): Renamed from speedbar-file--
8385         (speedbar-page): Renamed from speedbar-file-
8386         (speedbar-tag): Renamed from speedbar-tag-
8387         (speedbar-tag-plus): Renamed from speedbar-tag-+
8388         (speedbar-tag-minus): Renamed from speedbar-tag--
8389         (speedbar-expand-image-button-alist): Use above renames.
8391         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8392         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8393         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8394         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8395         * sb-pg.xpm: Renamed from sb-file.xpm
8396         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8397         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
8399 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
8401         * international/quail.el (quail-show-guidance-buf): Set
8402         current-input-method of the guidance buffer to the name of the
8403         curren input method.
8405 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
8407         * progmodes/compile.el (compile-internal): Style typo.
8409         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8410         quote vars and functions in the docstring.
8412         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8414         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8415         Don't quote lambdas.
8417         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8419 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
8421         * startup.el (command-line): Determine source file of compiled
8422         user init file differently.  Warn if compiled user init file
8423         is older than its source file.
8425         * ffap.el (ffap-url-regexp): Add `https'.
8427 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
8429         * files.el (make-backup-file-name-1): Replace slashes with `!'
8430         rather than `|' (which is not allowed on Windows).  Replace the
8431         drive letters with a string "drive_X".
8433 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
8435         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8437         * files.el (interpreter-mode-alist): Add `bash2'.
8439 2000-05-22  Dave Love  <fx@gnu.org>
8441         * loadhist.el (feature-symbols, file-provides, file-requires): Use
8442         mapc.
8443         (feature-file): Avoid calling symbol-name.  Doc fix.
8444         (file-set-intersect, file-dependents): Use dolist, not mapcar.
8445         (loadhist-hook-functions): Add mouse-position-function.
8446         (unload-feature): Change uses of mapcar.
8448         * files.el (parse-colon-path): Doc fix.
8449         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8450         (set-auto-mode): Use mapc.
8452         * complete.el (PC-look-for-include-file): Use :alnum: character
8453         class.
8454         (partial-completion-mode): Add autoload cookie.
8456 2000-05-22  Sam Steingold  <sds@gnu.org>
8458         * info.el (Info-fontify-node): Fixed the call to
8459         `add-text-properties' (bug introduced on 2000-05-18).
8461 2000-05-22  Dave Love  <fx@gnu.org>
8463         * bindings.el: Remove debug-ignored-errors set in other files.
8465         * progmodes/etags.el: Add to debug-ignored-errors.
8466         (visit-tags-table-buffer): Clear out buffers holding old tables
8467         when making a new list.
8468         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8469         mapc.
8471         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
8472         quote keywords.
8473         (cmpl-string-case-type): Use character classes.
8475         * comint.el:
8476         * textmodes/ispell.el:
8477         * imenu.el:
8478         * mail/mh-e.el:
8479         * progmodes/compile.el: Add to debug-ignored-errors.
8481         * dabbrev.el: Add to debug-ignored-errors.
8482         (dabbrev-completion): Use mapc.
8484 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
8486         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8487         (woman-mapcan, woman-parse-man.conf)
8488         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8489         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8490         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
8491         path syntax better.
8492         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8493         (woman-manpath): Call woman-parse-man.conf.
8494         (woman-emulation): New defcustom, defaults to nroff.
8495         (woman-font-support): New defconst.
8496         (woman-use-symbol-font): New defcustom.
8497         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8498         "Emulation".
8499         Many functions: Doc fix.
8501 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
8503         * international/quail.el (quail-simple-translation-keymap): Map
8504         128..255 to quail-self-insert-command.
8505         (quail-keyboard-layout-alist): Add definition for "pc102-de".
8507 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
8509         * help.el (help-manyarg-func-alist): Typo.
8511         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8512         intervals which makes it heaps simpler.
8514         * newcomment.el (comment-region-internal): Go back to BEG after quoting
8515         the nested comment markers.
8517         * subr.el (remove-hook): Don't turn the hook's value into a list.
8519 2000-05-21  Dave Love  <fx@gnu.org>
8521         * edmacro.el (edmacro-parse-keys): Return vector if any elements
8522         are invalid characters.
8524         * international/mule-util.el (detect-coding-with-priority): Use
8525         mapc.  Remove redundant lambda.
8527         * international/mule-diag.el (list-non-iso-charset-chars)
8528         (describe-fontset): Remove redundant lambda.
8530         * emulation/crisp.el (brief-mode): New alias.
8532         * emacs-lisp/ring.el (ring-elements): New function.
8534         * emacs-lisp/easymenu.el (easy-menu-create-menu)
8535         (easy-menu-do-add-item): Use keywordp.
8537         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8539         * replace.el: Doc and error message fixes.
8540         (replace-highlight): Use facep, not internal-find-face.
8542 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
8544         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8546         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8547         (log-edit-insert-changelog): Drop `:' as well.
8549         * log-view.el: Fix file description.
8550         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8551         available.
8552         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8553         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8555         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8556         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8557         Print a status message if the toggle is called interactively.
8558         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8559         for global minor modes and use `defcustom' for them.
8560         Use add-minor-mode.
8561         (easy-mmode-define-derived-mode): Remove.
8562         (define-derived-mode): Fancier default docstring.
8563         (easy-mmode-define-navigation): Signal an error rather than (ding).
8565         * newcomment.el (comment-styles): New `box-multi'.
8566         (comment-normalize-vars): Better default for comment-continue to
8567         avoid whitespace-only continuations.
8568         (comment-search-forward): Always move even in the no-syntax case.
8569         (comment-padright): Only obey N if it's only obeyed for padleft.
8570         (comment-make-extra-lines): Better handling of empty continuations.
8571         Use `=' for the filler if comment-start has only one character.
8572         (uncomment-region): Try handling the special `=' filler.
8573         (comment-region): Allow LINES even if MULTI is nil.
8574         (comment-box): Choose box style based on comment-style.
8576 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
8578         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
8579         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8581 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
8583         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8584         and insert, not subst-char-in-region.
8586         * international/mule-diag.el (list-character-sets-1): Handle
8587         charsets eight-bit-control and eight-bit-graphic.
8588         (list-iso-charset-chars): Likewise.
8589         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8590         charactes as is.  Use indent-to to align characters.
8592         * international/mule-cmds.el (find-multibyte-characters): Never
8593         exclude charsets eight-bit-control and eight-bit-graphic.
8595 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
8597         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8598         Don't quote lambdas.
8600         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8602 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
8604         * gud.el (gud-jdb-directories): Doc fix.
8606 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
8608         * newcomment.el: New file.
8610 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
8612         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
8614 2000-05-18  Andreas Schwab  <schwab@suse.de>
8616         * dired.el (dired-between-files): Also skip lines beginning with
8617         `used'.
8619 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
8621         * msb.el (msb-menu-cond): Add choice `user'.
8623 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8625         * ps-print.el: Compatibility, customization and doc fix.
8626         (ps-printer-name-option): Replace defconst by defvar.
8627         (ps-postscript-code-directory): XEmacs compatibility.
8628         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8629         fix.
8630         (ps-user-defined-prologue, ps-print-prologue-header)
8631         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8632         compatibility and code fix.
8633         (ps-print-background-image, ps-print-background-text):
8634         Customization fix.
8635         (ps-line-number-start, ps-n-up-on): New vars.
8637 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
8639         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8640         the indent-comment function to just return the appropriate indent.
8642 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
8644         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8645         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8646         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8648 2000-05-18  Dave Love  <fx@gnu.org>
8650         * info.el (Info-fontify-node): Add intangible property as well as
8651         invisible.
8653         * calendar/appt.el (appt-make-list): Match all lines of entry.
8654         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8656 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
8658         * international/mule-diag.el (describe-char-after): Call
8659         internal-char-font, not char-font.  If internal-char-font returns
8660         nil, display "-- none --".
8662 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
8664         * image.el (image-type-available-p): Don't reference image-types
8665         if it isn't bound.
8667 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
8669         * autoarg.el (autoarg-mode): Typo in the :set argument.
8671 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
8673         * startup.el (command-line-1): Don't signal an error if the
8674         directory for auto-save-list files does not yet exist.
8676 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
8678         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8680 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
8682         * subr.el (remove-hook): `setq' hook-value, not `set'.
8684 2000-05-16  Sam Steingold  <sds@gnu.org>
8686         * info.el (debug-ignored-errors): More errors to ignore.
8688 2000-05-16  Dave Love  <fx@gnu.org>
8690         * cus-edit.el: Don't require cl or easymenu.
8691         (custom-variable-prompt): Test standard-value property, not
8692         user-variable-p.
8694 2000-05-16  Sam Steingold  <sds@gnu.org>
8696         * subr.el (add-hook): `setq' hook-value, not `set'.
8698 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
8700         * startup.el (command-line-1): Mention the FAQ in the startup
8701         message.
8703         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8705         * progmodes/compile.el (compilation-parse-errors): Collect
8706         `nomessage' regexps last.
8708         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8710         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8711         to the function name.
8713 2000-05-15  Dave Love  <fx@gnu.org>
8715         * speedbar.el (speedbar-recenter): Typo.
8716         (speedbar-expand-line): Make arg optional.
8717         (speedbar-mode): Avoid a compiler warning.
8719 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
8721         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8722         user-specified option string is empty.
8724         * mouse.el (mouse-yank-at-click): Doc fix.
8726 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
8728         * term/internal.el (IT-character-translations): More updates of
8729         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8730         documents.
8732 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
8734         * env.el (getenv): New function, interactively callable.
8735         (setenv, getenv): Remove autoload cookies.
8737         * loadup.el: Load `env'.
8739         * progmodes/f90.el: Change author's mail address.
8741 2000-05-14  Dave Love  <fx@gnu.org>
8743         * mail/rmail.el (rmail-show-message-hook): Customize and offer
8744         goto-addr as an option.
8746         * help.el (help-xref-stack): Doc fix.
8747         (help-xref-following): New variable.
8748         (help-make-xrefs): Use it.
8749         (help-xref-go-back): Use position information from stack element.
8750         (help-follow): Make position in stack element a pair.  Use
8751         help-xref-following.
8753         * autoarg.el: New file.
8755         * faces.el: Declare more functions obsolete.
8757         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8758         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8759         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8760         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8761         Remove all the setup-...-environment functions.
8763 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
8765         * speedbar.el: Updated the commentary section.  xemacs20p now uses
8766         >= when detecting.  Require `defimage' safely.
8767         (speedbar-easymenu-definition-base): Add toggle for images.
8768         (speedbar-easymenu-definition-special): Add flush cache & expand.
8769         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
8770         (speedbar-reconfigure-keymaps-hook): New variable.
8771         (speedbar-frame-parameters): Updated documentation.
8772         (speedbar-use-imenu-flag): Updated custom tag
8773         (speedbar-dynamic-tags-function-list): New variable.
8774         (speedbar-tag-hierarchy-method): Updated doc & custom.
8775         (speedbar-indentation-width, speedbar-indentation-width) New
8776         variables.
8777         (speedbar-hide-button-brackets-flag): Customizable.
8778         (speedbar-vc-indicator): Doc update.
8779         (speedbar-ignored-path-expressions): Updated default value.
8780         (speedbar-supported-extension-expressions): Updated default value.
8781         (speedbar-syntax-table): Remove {} paren status.
8782         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8783         as "+".  Added overlay aliases.
8784         (speedbar-mode): Use `speedbar-mode-line-update' instead of
8785         `force-mode-line-update'.
8786         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8787         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8788         `mouse-set-point'
8789         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
8790         (speedbar-item-info-tag-helper): Revamped to handle a wider range
8791         of arbitrary text, and new helper functions.
8792         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8793         filename finder.
8794         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8795         (speedbar-directory-buttons): Update path search/expansion.
8796         (speedbar-make-tag-line): Pay attention to
8797         `speedbar-indentation-width'.  Use more care w/ invisible
8798         properties.
8799         (speedbar-change-expand-button-char): Call
8800         `speedbar-insert-image-button-maybe'.
8801         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
8802         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8803         (speedbar-trim-words-tag-hierarchy)
8804         (speedbar-simple-group-tag-hierarchy): New functions
8805         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
8806         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8807         functions.
8808         (speedbar-mouse-set-point): New function
8809         (speedbar-power-click): Updated documentation.
8810         (speedbar-line-token, speedbar-goto-this-file): Handle more types
8811         of tag prefix text.
8812         (speedbar-expand-line, speedbar-contract-line): Make more robust
8813         to strange text.
8814         (speedbar-expand-line): Takes universal argument to flush the
8815         cache.
8816         (speedbar-flush-expand-line): New function.
8817         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8818         Use new generator insertion method.
8819         (speedbar-fetch-dynamic-tags): New function.
8820         (speedbar-fetch-dynamic-imenu): Removed code now handled in
8821         `speedbar-fetch-dynamic-imenu'.
8822         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8823         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8824         "Revert Buffer" menu items.
8825         (speedbar-buffer-buttons-engine): Be smarter when creating a
8826         filename tag (for expansion purposes.).
8827         (speedbar-highlight-one-tag-line,
8828         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8829         (speedbar-recenter): New functions.
8830         (defimage-speedbar): Image loading abstraction.
8831         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8832         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8833         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8834         (speedbar-tag-type, speedbar-tag-mail): New images.
8835         (speedbar-expand-image-button-alist): New variable.
8836         (speedbar-insert-image-button-maybe): Insert an image over some
8837         buttons.
8839 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
8841         * international/mule-cmds.el (encode-coding-char): An ASCII
8842         character is always encodable.
8844         * international/mule-conf.el: Add more information in descriptions
8845         of character sets.
8847         * international/mule-diag.el (describe-char-after): New function.
8848         (describe-font-internal): Adjusted for the change of font-info.
8849         (describe-font): Likewise.
8850         (print-fontset): Rewritten for the new fontset implementation.
8851         (describe-fontset): Include fontset alias names in completion.
8852         (list-fontsets): Adjusted for the change of print-fontset.
8854         * simple.el (what-cursor-position): If DETAIL is non-nil, call
8855         describe-char-after instead of displaying the detail in the echo
8856         area.
8857         (syntax-code-table): Format changed.
8858         (string-to-syntax): Adjusted for the above change.
8860 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
8862         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
8864 2000-05-12  Dave Love  <fx@gnu.org>
8866         * calendar/todo-mode.el: Remove some compatibility stuff and CL
8867         dependence.  Use line-{beginning,end}-position, not
8868         point-at{b,e}ol.  Some doc fixes.
8869         (todo-position): New function.  Fix callers of position to use it.
8870         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
8872 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
8874         * time.el (display-time-mail-icon): Use `:ascent center'.
8876         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
8877         handling FTP security extensions.
8879 2000-05-11  Dave Love  <fx@gnu.org>
8881         * calendar/todo-mode.el: New file.
8883 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
8885         * comint.el (comint-read-input-ring): Move reference to
8886         comint-input-ring-size outside of the save-excursion.  It was
8887         causing the default value to be the only one ever seen.
8889         * font-lock.el: Update copyright.  Remove Simon Marshall's email
8890         address on request from him.
8892         * subr.el (substitute-key-definition): Add comment describing
8893         the meaning of PREFIX.
8895 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
8897         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
8899         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
8900         (add-minor-mode): Don't make the variable buffer-local and add a
8901         reference to define-minor-mode in the docstring.
8903         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
8904         HEADER/FOOTER and fix bug with trailing empty directory.
8905         (cvs-append-to-ignore): Use vc-editable-p if available.
8906         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8907         (vc-do-command): Tweak advice to handle the new VC.
8909         * log-view.el (log-view-goto-rev): New function for the new VC.
8910         (log-view-minor-wrap): Use mark-active.
8912         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8913         (log-edit-changelog-full-paragraphs): New var.
8914         (log-edit-insert-changelog): Remove a lonely leading `* file'.
8915         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8916         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8917         (log-edit-changelog-ours-p, log-edit-changelog-entries)
8918         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8919         Replace the `cvs' prefix with `log-edit'.
8921         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8923         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
8924         (diff-font-lock-defaults): Explicitly turn off multiline.
8925         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
8926         (diff-ediff-patch): Fix call to ediff-patch-file.
8927         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
8928         Handle comments.
8930         * frame.el (automatic-hscrolling): Typo.
8932         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8934 2000-05-09  Sam Steingold  <sds@goems.com>
8936         * apropos.el (apropos-print): use `describe-face' instead of
8937         `customize-face-other-window'.
8939 2000-05-09  Dave Love  <fx@gnu.org>
8941         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8943         * help.el (describe-variable): Have customize button pop the
8944         help-xref stack when invoked.
8945         (help-xref-symbol-regexp): Add `face'.
8946         (help-make-xrefs): Check for quoted face names and adapt regexp
8947         submatch numbers to cope.
8948         (help-xref-interned): Maybe insert face doc too.  Separate
8949         sections with a line of hyphens.
8951         * faces.el:  Some doc fixes.  Declare some functions obsolete.
8952         (describe-face): Add customize button.  Return the help
8953         text.  Fix prompt.
8955 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
8957         * term/internal.el (IT-character-translations): Fix last change.
8959 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8961         * woman.el: New file
8962         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8964 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8966         * term/internal.el (IT-character-translations): Update ASCII
8967         simulations for greek-iso8859-7, add latin-iso8859-14 and
8968         latin-iso8859-15.
8970         * international/mule-cmds.el (set-language-info-alist): Call
8971         define-prefix-command with 3 arguments, to make the map suitable
8972         for a menu.
8974 2000-05-07  Dave Love  <fx@gnu.org>
8976         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
8978 2000-05-05  Dave Love  <fx@gnu.org>
8980         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8981         list in doc string.  Don't quote keyword symbols.
8982         * emacs-lisp/cl.el: Likewise
8983         * emacs-lisp/cl-seq.el: Likewise
8985 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
8987         * abbrev.el (abbrev-mode): Make ARG optional.
8989 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
8991         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
8993         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8995         * subr.el (substitute-key-definition): Clarify documentation.
8997 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
8999         * glasses.el (glasses-convert-to-unreadable): Use
9000         `glasses-separator' instead of the hard-wired "_".
9001         (glasses-mode): Call `glasses-make-unreadable' only in a single
9002         place.
9004 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
9006         * term/internal.el (cjk-codepages-alist): Add associations for
9007         Chinese and Korean codepages.  Remove FIXME comment.
9009 2000-05-03  Dave Love  <fx@gnu.org>
9011         * time.el (display-time-mail-face, display-time-use-mail-icon):
9012         New option.
9013         (display-time-mail-icon): New variable.
9014         (display-time-string-forms): Use the above.  Fix the local-map.
9016 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
9018         * replace.el (query-replace-map): Add binding for `E'.
9019         (query-replace-help): Extend help text.
9020         (perform-replace): Allow editing the replacement string.
9022         * make-mode.el (makefile-mode-abbrev-table): New variable.
9023         (makefile-mode): Set local abbrev table to
9024         makefile-mode-abbrev-table.
9025         (makefile-font-lock-keywords): Fontify includes and conditionals.
9027         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9028         set TOGGLE's value.
9030         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9031         mail-interactive-insert-alias.
9032         (mail-abbrev-complete-alias): New command.
9033         (mail-mode-map): Bind it to `M-TAB'.
9035 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
9037         * language/lao-util.el (lao-compose-region): New function.
9039 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
9041         * files.el (recover-session): Make directories as necessary
9042         if they don't exist yet.
9044         * calendar/cal-french.el
9045         (french-calendar-multibyte-special-days-array)
9046         (french-calendar-special-days-array): Change French text.
9047         (calendar-french-date-string): Change output.
9048         (calendar-goto-french-date): Likewise.
9050 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
9052         * wid-edit.el (widget-default-active): Obey `:always-active'.
9053         (widget-documentation-string-value-create): Set `:always-active'.
9055 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
9057         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9058         default prefix to `~/_emacs.d/auto-save.list/_s'.
9059         (normal-top-level): Create the directory for auto-save files, if
9060         it doesn't already exist (in the ms-dos case only).
9062 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
9064         * international/mule-cmds.el (set-language-environment): Don't
9065         concat an integer (dos-codepage), use format instead.
9067 2000-05-02  Dave Love  <fx@gnu.org>
9069         * help.el (help-xref-on-pp): Check for constant symbols.
9071 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
9073         * startup.el (normal-top-level): Put a condition-case around
9074         the code loading subdirs.el.
9076 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9078         * ps-print.el: Upside-down and face background color printing,
9079         line number step, doc fix.
9080         (ps-print-version): New version number (5.2).
9081         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9082         (ps-face-attribute-list, ps-plot-with-face): Code fix.
9083         (ps-spool-config): Var fix.
9084         (ps-printer-name-option): Const fix.
9085         (ps-print-upside-down, ps-use-face-background)
9086         (ps-line-number-step): New vars.
9087         (ps-window-system, ps-lp-system): New consts.
9088         (ps-face-background): New fun.
9090 2000-04-28  Richard Stallman  <rms@gnu.org>
9092         * files.el (make-auto-save-file-name):
9093         Apply auto-save-file-name-transforms to visited file name
9094         before generating auto save file name.
9095         (auto-save-file-name-transforms): New variable.
9097         * files.el (backup-enable-predicate):
9098         Correctly test for a file under a temporary directory.
9100 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
9102         * subr.el (add-minor-mode): Rewritten.
9104 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
9106         * mail/sendmail.el (sendmail-send-it): Set
9107         buffer-file-coding-system to the selected coding system for MIME
9108         header.
9110 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
9112         * dired.el (dired-move-to-filename-regexp): Allow format where
9113         YYYY is followed by two spaces.
9115         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9116         in the second character class of the regexp.
9118         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9119         mh-etc, too.
9121         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9122         nil.
9124         * subr.el (add-minor-mode): Use `set' instead of `setq'.
9126         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9127         argument.
9129 2000-04-27  Sen Nagata <sen@eccosys.com>
9131         * emacs-lisp/crm.el (crm-completion-table): New variable.
9132         (crm-collection-fn, crm-test-completion)
9133         (completing-read-multiple): Use it.
9135 2000-04-27  Dave Love  <fx@gnu.org>
9137         * help.el (locate-library): Use mapc.
9138         (help-manyarg-func-alist): Add call-process-region.
9140 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
9142         * subr.el (add-minor-mode): Make argument MAP optional.
9144         * desktop.el (desktop-save): Save list of minor modes.
9145         (desktop-create-buffer): Restore minor modes.
9146         (desktop-minor-mode-table): New user-option.
9148         * subr.el (add-minor-mode): New function.
9150         * image.el (find-image): New function.
9151         (defimage): Rewritten to find image at load time.
9153         * startup.el (normal-top-level-add-to-load-path): Handle
9154         case that the default directory is not in load-path.
9156         * help.el: Old patch from Stefan Monnier.
9157         (help-xref-on-pp): New function.
9158         (describe-variable): Use it to display xrefs in a symbol's value.
9160 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
9162         * cus-edit.el (custom-face): Fix parenthesis.
9164 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
9166         * mail/rmail.el (rmail-expunge): When there are no deleted
9167         messages, do nothing.
9169 2000-04-26  Dave Love  <fx@gnu.org>
9171         * international/mule-cmds.el (locale-translation-file-name):
9172         Defvar to nil.
9173         (set-locale-environment): Set it here (at runtime).
9175 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
9177         * replace.el (perform-replace): Add parameters START and END.  Use
9178         them instead of the check for a region in Transient Mark mode.
9179         (query-replace-read-args): Return two more list elements for the
9180         start and end of the region in Transient Mark mode.
9181         (query-replace, query-replace-regexp, query-replace-regexp-eval)
9182         (map-query-replace-regexp, replace-string, replace-regexp): Add
9183         optional last arguments START and END and pass them to
9184         perform-replace.
9186         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9187         form with additional arguments for perform-replace.
9189         * progmodes/etags.el (tags-query-replace): Add parameters START
9190         and END.  Construct a form with additional arguments for
9191         perform-replace.
9193         * simple.el (shell-command): Set default directory for "*Shell
9194         Command Output" buffer.
9196         * language/european.el (iso-latin-4): Fix typo.
9198         * emacs-lisp/crm.el: New file.
9200 2000-04-24  Dave Love  <fx@gnu.org>
9202         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9203         (Custom-reset-saved, Custom-reset-standard)
9204         (custom-group-value-create, custom-group-set, custom-group-save)
9205         (custom-group-reset-current, custom-group-reset-saved)
9206         (custom-group-reset-standard): Use mapc.
9207         (custom-buffer-create-internal): Disable undo when creating items.
9208         Use mapc.
9209         (custom-face): Avoid redundant lambda.
9211 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
9213         * startup.el (auto-save-list-file-prefix): Set default to
9214         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9216 2000-04-24  Sam Steingold  <sds@gnu.org>
9218         * time-stamp.el (time-stamp-string-preprocess): Always convert
9219         `field-result' to a string.
9221 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
9223         * frame.el (scrolling): New group.
9224         (automatic-hscrolling): New user-option.
9226         * startup.el (command-line-x-option-alist): Add `-lsp' and
9227         `--line-spacing'.
9229 2000-04-19  Dave Love  <fx@gnu.org>
9231         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9232         (cl-mapc): Rename from mapc.  Fix the funcall.
9234 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
9236         * simple.el (clone-indirect-buffer-other-window): New command.
9237         (clone-indirect-buffer): Add optional arg NORECROD.
9238         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9240         * help.el (resize-temp-buffer-window): Use count-screen-lines.
9242         * window.el (count-screen-lines): New function.
9243         (shrink-window-if-larger-than-buffer): Use count-screen-lines
9244         instead of window-buffer-height.
9246         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9247         non-existing variable comint-input-sentinel.
9248         (inferior-lisp-args-to-list): Removed.
9249         (inferior-lisp): Use split-string instead of
9250         inferior-lisp-args-to-list.
9252         * hexl.el (hexl-insert-hex-string): New command.
9254         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9255         instead of concat.
9257 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
9259         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9260         at the start of an existing but empty folder.
9262 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9264         * ps-mule.el: Customization fix, doc fix.
9265         (ps-multibyte-buffer): Customization fix.
9267 2000-04-17  Richard M. Stallman  <rms@gnu.org>
9269         * subr.el (read-passwd): Use read-char-exclusive.
9271 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
9273         * textmodes/texinfo.el (texinfo-insert-@email)
9274         (texinfo-insert-@emph, texinfo-insert-@quotation)
9275         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9276         (texinfo-mode-map): Add key bindings for them.
9278         * files.el (basic-save-buffer-2): Use a template with `$'
9279         instead of `#' for VMS.
9281         * simple.el (clone-indirect-buffer): New function.
9283 2000-04-16  Stephen Eglen  <stephen@gnu.org>
9285         * iswitchb.el (iswitchb-case): New function.  If the user input
9286         contains any upper-case characters, the search is made
9287         case-sensitive.
9289 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
9291         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9292         comment-end.
9293         (texinfo-font-lock-syntactic-keywords): New var.
9294         (texinfo-font-lock-keywords): Remove comment regexp.
9295         (texinfo-insert-block): New function.
9296         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
9297         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
9298         and font-lock-defaults.  Use regexp-opt for outline-regexp.
9299         (texinfo-environments): New var.
9300         (texinfo-environment-regexp): Use regexp-opt and
9301         texinfo-environments.
9303         * textmodes/ispell.el (ispell-menu-map-needed): Check that
9304         ispell-process is bound since this might be eval'd before ispell
9305         is loaded.
9306         (ispell-message): Use a tiny bit less magic and a bit more hard
9307         data to figure out what kind of sc-cite-regexp to use.
9309         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9311         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9312         (insert-cyclic-diary-entry): Unquote the lambda.
9314         * gud.el (gud-jdb-build-source-files-list): Fix typo.
9316         * files.el (backup-enable-predicate): Unquote the lambda.
9318         * cus-edit.el (custom-face, face): Unquote the lambda.
9320 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9322         * ps-print.el: Check for line-beginning-position definition.
9324         * ps-print.el: Fix counting lines in a region.
9325         (ps-print-version): New version number (5.1.5).
9326         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9327         (ps-printing-region): Fun code fix.
9329 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
9331         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9332         to file-directory-p.
9334 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
9336         * gud.el (gud-jdb-build-source-files-list): Check that directory
9337         exists before calling directory-files.
9339 2000-04-13  Dave Love  <fx@gnu.org>
9341         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
9342         syntax.
9344         * emacs-lisp/cl-specs.el: Remove when, unless.
9346         * emacs-lisp/cl-extra.el: Don't quote keywords.
9347         (cl-old-mapc): New variable.
9348         (mapc): Use it.
9349         (cl-map-intervals): Use with-current-buffer.  Don't check for
9350         next-property-change.
9351         (cl-map-overlays): Use with-current-buffer.
9352         (cl-expt): Remove.
9353         (copy-tree, remprop): Define unconditionally.
9355         * emacs-lisp/cl-compat.el (keywordp): Remove.
9357         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
9358         to use keywordp.
9359         (edebug-spec): Enable keywordp.
9361         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9362         string-lessp.
9364         * cus-start.el: Use keywordp.
9366 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9368         * diary-lib.el (include-other-diary-files): Fix the fix of
9369         2000-02-18 by doing a save-excursion.
9371 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9373         * ps-print.el: Customization fix, doc fix.
9374         (ps-print-version): New version number (5.1.4).
9375         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9376         (ps-print-preprint): Adjust code.
9377         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9378         (ps-print-prologue-header, ps-print-control-characters)
9379         (ps-spool-config): Customization fix.
9381 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
9383         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9384         converted to the new menu-item format, names silightly changed,
9385         help strings added.
9387         Support for spelling without async subprocesses:
9389         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9390         (ispell-session-buffer): New variables.
9391         (ispell-start-process, ispell-process-status,
9392         ispell-accept-output, ispell-send-string): New functions, for
9393         Ispell invocation when async subprocesses aren't supported.
9394         (ispell-word, ispell-pdict-save, ispell-command-loop,
9395         ispell-process-line, ispell-buffer-local-parsing): Replace calls
9396         to process-send-string with calls to ispell-send-string, and
9397         accept-process-output with ispell-accept-output.
9398         (ispell-init-process): Call ispell-process-status instead of
9399         process-status with.
9400         (ispell-init-process): Call ispell-start-process.  Call
9401         ispell-accept-output and ispell-send-string.  Don't call
9402         process-kill-without-query and kill-process if they are unbound.
9403         (ispell-async-processp): New function.
9405 2000-04-12  Dave Love  <fx@gnu.org>
9407         * info.el: Add debug-ignored-errors.
9408         (Info-mode-menu): Add some items.
9409         (Info-directory): Add autoload cookie.
9411         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9412         Modify `truncate-lines'.  Make `describe-language-environment'
9413         always visible and add help.  Modify `describe-key' help.  Invoke
9414         Info-directory from `info'.  New entry `emacs-manual'.
9416 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
9418         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9419         propertized-buffer-identification.
9420         (ebrowse-update-member-buffer-mode-line): Likewise.
9421         (ebrowse--mode-strings): Removed.
9422         (ebrowse--mode-line-props): Removed.
9424         * files.el (auto-mode-alist): Add `EBROWSE'.
9426         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9427         space before testing for end of buffer.
9428         (ebrowse-load): Removed.
9429         (ebrowse-revert-tree-buffer-from-file): Rewritten.
9430         (ebrowse-create-tree-buffer): Rewritten.
9431         (ebrowse-tree-mode): Read tree from buffer.
9433         * progmodes/ebrowse-ffh.el: Removed.
9435 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
9437         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9439 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
9441         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9442         at the wrong place.
9444 2000-04-09  Dave Love  <fx@gnu.org>
9446         * files.el (backup-enable-predicate): Use
9447         temporary-file-directory, small-temporary-file-directory.
9448         (make-backup-file-name-function, backup-directory-alist): New
9449         variables.
9450         (make-backup-file-name-1): New function.
9451         (make-backup-file-name): Use it.
9452         (find-backup-file-name): Likewise.  Use format for clarity, not
9453         concat.
9454         (file-newest-backup): Use make-backup-file-name.
9456 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
9458         * progmodes/ebrowse-ffh.el: New file.
9460         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9461         to ebrowse-ffh.el.
9462         (ebrowse-load): Add autoload.
9464         * finder.el (finder-commentary): Add autoload cookie.
9466         * mail/rfc2368.el: Correct author's email address.
9468         * progmodes/ebrowse.el: New file.
9470         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9471         item help string.
9472         (easy-menu-do-add-item): Ditto.
9473         (easy-menu-define): Extend doc string.
9475         * jit-lock.el (with-buffer-unmodified): Use
9476         restore-buffer-modified-p.
9477         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9478         (jit-lock-function, jit-lock-stealth-fontify): Don't use
9479         with-buffer-unmodified.
9481 2000-04-08  Dave Love  <fx@gnu.org>
9483         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9484         unless, when.
9486 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
9488         * viper-util.el (viper-put-on-search-overlay): New subroutine.
9489         (viper-flash-search-pattern): No operation when using Emacs
9490         doesn't support face.
9491         Use `viper-put-on-search-overlay'.
9493 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
9495         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9496         like C-r.
9498         * progmodes/make-mode.el: Some doc fixes.
9499         (makefile-mode-abbrev-table): New variable.
9500         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9501         (makefile-font-lock-keywords): Fontify includes and conditionals.
9502         (toplevel): Require `dabbrev' and `add-log' when compiling.
9504         * replace.el (perform-replace): Don't move forward one char
9505         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
9506         to do that because it leaves point 1 position after the last
9507         replacement, after everything has been replaced.
9509         * jit-lock.el (with-buffer-unmodified): New macro.
9510         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9511         modified state.
9512         (jit-lock-function-1): Extracted from jit-lock-function; not
9513         preserving buffer's modified state.
9514         (jit-lock-function, jit-lock-stealth-fontify): Call
9515         jit-lock-function-1.
9517         * mail/rfc2368.el: Remove supernumerary copyright line.
9519 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
9521         * glasses.el: Provide facilities for inserting space before left
9522         parentheses and uncapitalization of identifiers.
9523         (glasses-mode): Try to remove old overlays in all cases.
9525 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
9527         * progmodes/compile.el (compile-internal): Display the compilation
9528         buffer in a different frame, if it's already displayed there.
9530         * mail/rfc2368.el: New file.
9532         * simple.el (sendmail-user-agent-compose): Recognize a `body'
9533         header and insert its value as mail body.
9535         * subr.el (member-ignore-case): New function.
9537         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9538         (dabbrev--find-expansion): Ignore buffers matching a regexp
9539         from dabbrev-ignored-regexps.
9541         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9542         to extensions handled by gzip.
9544 2000-04-03  Richard M. Stallman  <rms@gnu.org>
9546         * files.el (insert-directory): List the total free space
9547         along with the used space.
9549         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9550         line is followed by one that matches CITATION-REGEXP, end the
9551         paragraph.
9553 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
9555         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9556         (rmail-make-basic-summary-line): Use that option.
9558 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
9560         * international/mule-cmds.el (encoded-string-description):
9561         Rewritten.   Try pretty description for ISO 2022 escape sequences
9562         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
9563         for hexadecimal format.
9565 2000-04-01  Dave Love  <fx@gnu.org>
9567         * cpp.el: Change customization group to `c' from `C'.
9569         * vcursor.el (vcursor-move): Use display-color-p.
9571         * international/mule-util.el: Provide mule-utils.
9572         (string-to-sequence): Simplify and speed up.
9574         * international/mule.el (make-coding-system): Purecopy doc-string.
9576         * international/mule-cmds.el: Various menu changes.
9577         (describe-specified-language-support): Handle `Default'.
9578         (set-language-info): Purecopy `info'.
9580 2000-03-31  Andrew Innes  <andrewi@gnu.org>
9582         * vc.el (vc-backend-diff): Return the correct status if we had to
9583         retry the rcsdiff command without the --brief option.
9585 2000-03-31  Dave Love  <fx@gnu.org>
9587         * help.el (help-manyarg-func-alist): Correct several omissions.
9589         * add-log.el: Don't require cl, fortran.
9590         (add-log-current-defun-function): Doc fix.
9591         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
9592         fix.
9593         (change-log-version-rcs): Function deleted.
9594         (change-log-version-number-search): Doc fix.  Use
9595         vc-workfile-version.  Avoid CL dolist.
9596         (add-change-log-entry): Just call add-log-current-defun to get
9597         defun.  Simplify somewhat.
9598         (change-log-get-method-definition-1): Likewise.
9599         (add-log-current-defun): Return nil if calling
9600         add-log-current-defun-function does so.  Move Fortran stuff to
9601         fortran.el.  Return string without properties.
9603         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9604         and :alpha: char classes.
9606         * mail/supercite.el: Defvar curline when compiling.
9607         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9608         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9609         rather than a-zA-Z0-9 to allow non-ASCII characters.
9611 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
9613         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9615         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9616         Re-enable new code.
9618         * lpr.el (print-region-1): Use -d to specify printer name for
9619         systems `usg-unix-v*, `dgux', `hpux', `irix'.
9621 2000-03-31  Dave Love  <fx@gnu.org>
9623         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9624         for function definition in symbol's function value slot first
9625         instead of first consulting byte-compile-function-environment.
9627 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
9629         * language/european.el ("Polish"): New language environment.
9630         (setup-polish-environment): New function.
9632 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
9634         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9635         Disable new code.
9637         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9638         trying to `load' the symbol of an autoload instead of the file
9639         recorded in the autoload.  Fix error messages.
9641 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9643         * ps-print.el: PostScript programming fix for ghostview, doc fix.
9644         (ps-print-version): New version number (5.1.3).
9645         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9646         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9647         (ps-generate-postscript-with-faces): Code fix.
9648         (ps-color-values): XEmacs compatibility.
9649         (ps-print-background-image, ps-print-background-text, ps-printer-name)
9650         (ps-default-fg, ps-default-bg): Adjust customization.
9651         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9652         (ps-color-scale): Renaming old ps-color-value fun.
9653         (ps-print-headers): Replace ps-print-header group to avoid conflict
9654         with ps-print-header variable.
9655         (ps-print-miscellany): New group.
9656         (ps-format-color, ps-rgb-color): New funs.
9657         (ps-default-foreground): New var.
9658         (ps-printer-name-option): New const.
9660 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
9662         * net/net-utils.el:
9663         (network-connection-host, network-connection-service): New variables
9664         (network-connection-mode): New mode, derived from comint-mode
9665         (network-connection-mode-setup): New function, saves host and
9666         service information in local variables.
9668         * lisp/locate.el:
9669         (locate-word-at-point): Added this function
9670         (locate): Default to using locate-word-at-point as input
9671         Run dired-mode-hook
9673 2000-03-29  Dave Love  <fx@gnu.org>
9675         * calendar/appt.el: Doc fixes.
9676         (appt-check): Convert min-to-app to a string before passing to
9677         appt-disp-window-function or concat.
9678         (appt-delete-window): Remove test for frame-root-window.
9679         (appt-select-lowest-window, appt-convert-time): Simplify.
9681         * emacs-lisp/bytecomp.el: Doc fixes.
9682         (byte-compile-file-form-autoload): Update
9683         byte-compile-function-environment.
9685 2000-03-29  Andreas Schwab  <schwab@suse.de>
9687         * emacs-lisp/autoload.el: Also print defsubst doc string
9688         specially.
9690         * dired.el (dired-insert-directory): If dired-free-space-program
9691         failed just delete its output.
9693 2000-03-29  Dave Love  <fx@gnu.org>
9695         * international/iso-cvt.el: Move provide to end.  Doc fixes.
9696         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9697         (iso-iso2sgml, iso-sgml2iso): New functions.
9698         (iso-cvt-define-menu): Fix some entries and use backquote for
9699         clarity.
9701         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9703 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
9705         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9706         ISO-DATE.  If non-nil, return date in ISO 8601 format.
9708 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
9710         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9711         if it ever becomes used.
9712         (log-edit-mode-hook): Default to vc-log-mode-hook.
9713         (log-edit-mode): Fix the docstring.
9715         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9716         the code.
9718 2000-03-26  Dave Love  <fx@gnu.org>
9720         * net/browse-url.el (browse-url): Re-fix case of
9721         browse-url-browser-function being an alist.
9722         (browse-url): Add :link to defgroup.
9724         * files.el: Doc fixes.
9725         (file-truename): Include `[' in wildcard characters.
9726         (automount-dir-prefix): Customize.
9727         (find-file-wildcards): Add :version.
9728         (find-file-noselect): Simplify a mapcar call.
9730         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9731         compatible with inf-lisp version.
9732         (eval-defun-1): Fix custom-declare-variable case.
9734 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
9736         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9738 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
9740         * Makefile (COMPILE_FIRST): New macro.
9741         (compile-files): Compile files from COMPILE_FIRST first.
9743         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9744         code.
9746         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9747         matching open parenthesis in column 0 to defun-prompt-regexp
9748         only if open-paren-in-column-0-is-defun-start is set.
9750         * sun-curs.el: Require CL at compile-time only.
9752         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9753         instead of copy-list which is a function from CL.
9754         (msb--choose-menu, msb--mode-menu-cond)
9755         (msb--create-buffer-menu-2): Use dolist instead of mapc.
9756         (msb--init-file-alist): Use mapcar instead of mapcan.
9757         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
9758         `(' in column 0 in doc string.
9759         (msb--add-separators): Use mapcar instead of mapcan.
9761         * cus-dep.el: Require CL at compile-time only.
9763 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
9765         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9766         (byte-compile-warnings): New warning `noruntime'.
9767         (byte-compile-constants, byte-compile-variables): Fix docstring.
9768         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9769         execute `eval-whenc-compile's body.
9770         (byte-compile-unresolved-functions): Fix docstring.
9771         (byte-compile-eval): New function.
9772         (byte-compile-callargs-warn): Check if the function will be available
9773         at runtime (via property `byte-compile-noruntime').
9774         (byte-compile-print-syms): New function.
9775         (byte-compile-warn-about-unresolved-functions): Also warn about
9776         `noruntime' functions (and use `byte-compile-print-syms').
9777         (byte-compile-file): Capitalize the message.
9779 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
9781         * mail/rmail.el (rmail-confirm-expunge): New user-option.
9782         (rmail-expunge): Ask for confirmation depending on the setting
9783         of rmail-confirm-expunge.
9785 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
9787         * Makefile (bootstrap-clean): If $(emacs) exists, build
9788         loaddefs.el first.  A loaddefs.el that's not up-to-date might
9789         cause a bootstrap failure because things don't autoload as
9790         expected.
9792 2000-03-23  Dave Love  <fx@gnu.org>
9794         * net/browse-url.el: Restore previous use of
9795         browse-url-maybe-new-window.
9797 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9799         * ps-print.el: Skip banner page fix.
9800         (ps-print-version): New version number (5.1.2).
9801         (ps-begin-file, ps-end-file, ps-generate): Code fix.
9803 2000-03-23  Dave Pearson  <davep@davep.org>
9805         * net/quickurl.el Changed the type of parameter passed to the
9806         function defined by `quickurl-format-function'. Before only the
9807         text of the URL was passed. Now the whole URL structure is passed
9808         and the function is responsible for extracting the parts it
9809         requires.  Changed the default of `quickurl-format-function'
9810         accordingly.
9811         (quickurl-insert): Changed the `funcall' of
9812         `quickurl-format-function' to match the above change.
9813         (quickurl-list-insert): Changed the `url' case so that it makes
9814         use of `quickurl-format-function', previous to this the format was
9815         hard wired.
9817 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
9819         * startup.el: Change some spellings for the X Window System.
9821 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
9823         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9824         up the code and the regexp and make sure the cursor is temporarily
9825         moved to the suspicious line while querying the user.
9827 2000-03-22  Jason Rumney  <jasonr@gnu.org>
9829         * w32-fns.el (w32-charset-info-alist): Initialize.
9831 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9833         * ps-print.el: N-up last page fix.
9834         (ps-print-version): New version number (5.1.1).
9835         (ps-end-file, ps-end-job, ps-generate): Code fix.
9837 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
9839         * files.el (find-file-run-dired): Update docstring.
9840         (find-directory-functions): New hook.
9841         (find-file-noselect): Run find-directory-functions rather than
9842         calling dired directly.
9844         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9846         * pcvs.el: Add a minimal leading commentary.
9847         (cvs-make-cvs-buffer): Change the header part by removing the startup
9848         message and adding a `Module' entry.  Also replace the FOOTER and
9849         HEADER special fileinfos with the new support in ewoc for updating
9850         its own footer and header.
9851         (cvs-update-header): Update to use the header/footer of the ewoc.
9852         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9853         (cvs-is-within-p): New function.
9854         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
9855         to only examine some subset of the buffers.
9857         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
9858         `format' instead of our own ad-hoc functions.
9859         Remove HEADER and FOOTER cases, now handled in the EWOC.
9860         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
9862         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
9863         output to avoid scaring the user.
9864         (cvs-parse-table): Catch message for non-up-to-date commits.
9866         * pcvs-defs.el (cvs-startup-message): Remove.
9867         (cvs-global-menu): New autoloaded menu.
9869         * pcvs-util.el (cvs-string-fill): Remove.
9871         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
9872         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
9873         PP part of it and also make it work for footers and headers.
9874         (ewoc-create): Drop POS and BUFFER arguments.
9875         Use the DLL's dummy node to store the end-of-footer position.
9876         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
9877         (ewoc-refresh): Remove unused `header' variable.
9878         (ewoc-(get|set)-hf): New functions.
9880         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
9881         log-view-*-(message|file) and use easy-mmode-define-navigation.
9882         (log-view-message-re): Match SCCS format as well.
9883         And match the revision line rather than the dashed separator line.
9884         (log-view-mode): Use the new define-derived-mode.
9885         (log-view-current-tag): Fill in with an actual implementation.
9887         * cvs-status.el (cvs-status-(prev|next)): Rename from
9888         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
9889         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
9890         to let the output "breathe" a little more (more readable).
9891         (cvs-status-mode): Use the new define-derived-mode.
9893         * smerge-mode.el (smerge-auto-leave): New function and variable.
9894         (smerge-basic-map): Rename from smerge-basic-keymap.
9895         Change the bindings for smerge-diff-*.
9896         (smerge-*-map): Use easy-mmode-defmap.
9897         (smerge-(next|prev)): Use easy-mmode-define-navigation.
9898         (smerge-keep-*): Use smerge-auto-leave.
9900 2000-03-21  Jason Rumney  <jasonr@gnu.org>
9902         * cus-edit.el (custom-button-face): Use 3D look for w32.
9903         (custom-button-pressed-face): Likewise.
9905 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
9907         * progmodes/etags.el (tags-case-fold-search): New user-option.
9908         (tags-loop-eval): New function.  Bind case-fold-search around eval
9909         depending on the value of tags-case-fold-search.
9910         (tags-loop-continue): Use tags-loop-eval.
9911         (find-tag-in-order): Bind case-fold-search depending on the value
9912         of tags-case-fold-search.
9914 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
9916         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9917         (diff-end-of-hunk): Return the end position for use in
9918         `easy-mmode-define-navigation'.
9919         (diff-recenter): Remove.
9920         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9921         of `easy-mmode-define-navigation'.
9922         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
9923         previous renaming) and fix to use new names.
9924         (diff-merge-strings): Use \n as separator: simpler, faster.
9925         (diff-mode): Use `define-derived-mode'.
9927         * derived.el (define-derived-mode): Don't autoload anymore.
9928         Prefer the macro-only version provided by easy-mmode.el.
9930         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
9931         `easy-mmode-define-derived-mode'.
9932         Use `combine-run-hooks'.
9933         (easy-mmode-define-navigation): New macro.
9935         * subr.el (combine-run-hooks): New function.
9937 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
9939         * term/x-win.el: Fontsets related initialization is simplified.
9941         * international/mule-diag.el (describe-font): Don't refer to
9942         global-fontset-alist, instead call font-list.
9943         (describe-fontset, list-fontsets, mule-diag): Likewise.
9944         (print-fontset): Adjusted for the change of fontset
9945         implementation.
9947         * international/fontset.el (x-charset-registries): Variable
9948         removed, instead the corresponding data is stored in the default
9949         fontset.
9950         (register-alternate-fontnames): Function removed.
9951         (resolved-ascii-font): Variable removed.
9952         (x-compose-font-name): Ignore the second argument REDOCE.
9953         (x-complement-fontset-spec): Complement only an ASCII font and
9954         element for those charsets than can use that ASCII font.
9955         (generate-fontset-menu): Don't refer to global-fontset-alist,
9956         instead call fontset-list.
9957         (uninstantiated-fontset-alist): Variable removed.
9958         (x-style-funcs-alist): Likewise.
9959         (fontset-default-styles): Likewise.
9960         (x-modify-font-name): Function removed.
9961         (create-fontset-from-fontset-spec): Ignore the argument
9962         STYLE-VARIANT.
9963         (create-fontset-from-ascii-font): Docsting adjusted for the above
9964         change.
9965         (instantiate-fontset, resolve-fontset-name): Functions removed.
9966         (fontset-list): Now implemented by C code.
9968         * faces.el (read-face-font): Fix TABLE arg to completing-read.
9969         (describe-face): Include `font' attribute in the description.
9971 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
9973         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9975 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
9977         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9978         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9979         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
9981         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9982         about behavior of set-buffer-modified-p wrt redisplay.
9984 2000-03-19  Richard M. Stallman  <rms@gnu.org>
9986         * view.el (view-mode-disable): Kill local binding of view-read-only.
9988 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
9990         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
9991         is a string, convert it to a syntax cell using string-to-syntax.
9993         * simple.el (syntax-code-table, syntax-flag-table): New variables.
9994         (string-to-syntax): New function.
9996         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9997         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
9998         try to use passive ftp mode.
10000 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
10002         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
10004         * simple.el (append-to-buffer): Update point of windows after
10005         insertion.
10007         * abbrev.el (inverse-add-abbrev): Identify word by first moving
10008         forward then moving backward.  Reindent.
10010         * frame.el (other-frame): Call x-focus-frame only if
10011         focus-follows-mouse is off.
10013 2000-03-17  Dave Love  <fx@gnu.org>
10015         * pcvs-util.el (cvs-strings->string): Rename
10016         replace-regexps-in-string.
10018 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
10020         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10021         regexp for labels cannot span several lines.
10023         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
10024         `(setq :<key> ':<key>)' to the macro expansion.
10026 2000-03-16  Dave Love  <fx@gnu.org>
10028         * progmodes/f90.el (f90): Put custom group under `languages', not
10029         `fortran'.
10030         (f90-mode-hook): Customize.
10031         (f90-mode): Set add-log-current-defun-function.
10032         (f90-current-defun): New function.
10034 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
10036         * cus-edit.el (custom-variable-tag-face): Handle case that
10037         default face's height is not a number.
10038         (custom-face-tag-face, custom-group-tag-face-1)
10039         (custom-group-tag-face): Ditto.
10040         (custom-group-tag-face-1): Add :group.
10042         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10044 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
10046         * pcvs-defs.el (toplevel): Remove autoload cookie for form
10047         requiring easymenu.
10049 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10051         * ps-print.el: PostScript user-defined prologue, PostScript error
10052         handler, doc fix.
10053         (ps-print-version): New version number (5.1).
10054         (ps-user-defined-prologue, ps-error-handler-message)
10055         (ps-print-prologue-0, ps-error-handler-alist): New vars.
10056         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10057         (ps-insert-string): New function.
10059 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
10061         * international/ccl.el (ccl-compile-expression): Don't generate
10062         invalid self-assignment code.
10064 2000-03-14  Dave Love  <fx@gnu.org>
10066         * subr.el (replace-regexp-in-string): Renamed from
10067         replace-regexps-in-string.  Doc fix.
10069 2000-03-12  Dave Love  <fx@gnu.org>
10071         * cus-edit.el: Doc fixes.
10072         (customize-set-variable, customize-save-variable): Rename args for
10073         doc.
10074         (custom-variable-tag-face, custom-face-tag-face)
10075         (custom-group-tag-face-1, custom-group-tag-face): Modify from
10076         style which user identify as hyperlink.
10077         (hook): Don't add undefined functions to the hook.
10078         (debug-ignored-errors): Transfer message from bindings.el.
10080 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
10082         * recentf.el (recentf-keep-non-readable-files-p): Remove
10083         double/nested definition.
10085 2000-03-12  Dave Love  <fx@gnu.org>
10087         * facemenu.el (facemenu-get-face): Use display-color-p.
10088         * enriched.el (enriched-decode-foreground): Likewise.
10089         (enriched-decode-background): Likewise.
10090         * isearch.el (isearch-highlight): Likewise.
10091         * info-look.el (info-lookup): Likewise.
10092         * simple.el (completion-setup-function): Likewise.
10094         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10095         :options.
10097         * bindings.el (mode-line-format): Fix line-number and
10098         column-number items.  Add help-echo for the background.
10099         (mode-line-mule-info): Modify help-echo.
10101         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10102         defcustom.
10104         * files.el (load-file): Allow completion to .elc.
10106         * man.el: Doc fixes.
10107         (Man-init-defvars): Use display-color-p to set fontification.
10109         * play/hanoi.el (hanoi-internal): Don't use oddp.
10111 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
10113         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10115         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10117 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10119         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10120         Fix comment.
10122 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
10124         * font-lock.el (font-lock-keywords): Fix the doc now that
10125         regexp-opt-depth is unnecessary.
10126         (save-buffer-state): Set an edebug spec.
10127         (font-lock-fontify-anchored-keywords): Properly handle the case when
10128         the matcher goes past the limit.
10130         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10131         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10133         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
10134         dll.el and cookie.el (from Elib) with heavy renaming and other
10135         massaging.
10137         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10138         Autoload the functions used.
10139         (easy-mmode-define-syntax): Fix CL typo.
10140         (easy-mmode-define-derived-mode): Improve the docstring generation.
10142 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
10144         * textmodes/texinfo.el (texinfo-version): Variable and function
10145         removed.
10147 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
10149         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10150         allow more flexibility.
10151         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10152         fns.
10153         (easy-mmode-defmap, easy-mmode-defsyntax)
10154         (easy-mmode-define-derived-mode): New macros.
10156 2000-03-09  Didier Verna  <didier@xemacs.org>
10158         * rect.el (replace-rectangle): New function.
10160 2000-03-09  Dave Love  <fx@gnu.org>
10162         * progmodes/fortran.el (fortran-comment-line-start): Define as
10163         "C".
10164         (fortran-comment-line-start-skip): Don't match cpp stuff.
10165         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
10166         (fortran-mode-map): Remove over-eager custom-menu-create for now.
10167         (fortran-mode): Don't set fortran-comment-line-start-skip,
10168         fortran-comment-line-start here.  Set comment-start,
10169         add-log-current-defun.
10170         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10171         (fortran-current-defun): New function.
10173 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
10175         * emacs-lisp/re-builder.el: New file.
10177         * mouse.el (mouse-drag-region): Don't run up-event handler
10178         if hscroll has changed.
10180         * octave-mod.el (octave-font-lock-keywords): To font-lock the
10181         builtin operators, use `font-lock-builtin-face' for Emacs and
10182         `font-lock-preprocessor-face' otherwise.
10184         * font-lock.el (lisp-font-lock-keywords-1): Highlight
10185         `(defun (setf foo)' differently.
10187 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
10189         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
10190         (regexp-opt): Update comment and adapt the code the new meaning of
10191         the `paren' argument of regex-opt-group for shy-groups.
10192         (regexp-opt-depth): Handle shy groups as well as backslashed
10193         backslashes.
10194         (regexp-opt-group): Turn the leading comment into a docstring.
10195         Allow `paren' to be a string (the string to use to open a group).
10196         Remove open-presuf and close-presuf.  Instead of checking for `all
10197         one-char' and then later on check for `several one-char', handle
10198         both cases close together.  Also apply a more generic algorithm
10199         for suffixes (the mirror image of the algorithm used for
10200         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
10201         (regexp-opt-try-suffix): Removed.
10203         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
10204         from comint-mode-map, so we can just inherit from it.  Also, move
10205         the initialization into the `defvar' since there's no docstring
10206         anyway and it's fairly short.
10207         (inferior-scheme-mode): Define it as derived-mode: the code is
10208         shorter and this way we inherit from comint-mode-map rather than
10209         copying it.
10211         * subr.el (replace-regexps-in-string): Properly handle the case
10212         where we match an empty string.
10214         * comint.el (comint-exec-1): Add the current-dir to the exec-path
10215         when the command has a directory component (such as "./testml").
10216         Also fix a typo in the comment.
10218 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
10220         * Makefile (compile-files): Compile files one by one because
10221         that's the only way to ensure a clean compilation environment for
10222         each individual file.
10224         * frame.el (other-frame): Call x-focus-frame.
10226 2000-03-07  Dave Love  <fx@gnu.org>
10228         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10229         :require to defcustom.
10231         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10232         lists.
10234         * files.el (auto-mode-alist): Add configure.in.
10236         * progmodes/autoconf.el: New file.
10238 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
10240         * mail/mh-e.el: Change maintainer to `none'.
10242         * recentf.el (recentf-keep-non-readable-files-p): Quote args
10243         to remove-hook and add-hook.
10245 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
10247         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10248         it as the default.
10249         (mail-send): Test mail-send-nonascii also for the new `mime' value.
10250         (sendmail-send-it): Conditionally add MIME headers specifying the
10251         used character set.
10253 2000-03-07  Dave Love  <fx@gnu.org>
10255         * winner.el: Fix keywords, autoload cookies.  Split
10256         eval-when-compile form to avoid compilation failure.
10258 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
10260         * international/mule.el: Modify comment about coding system
10261         property `coding-category'.
10262         (make-coding-system): New argument EOL-TYPE.  Pay attention to
10263         coding-category property of PROPERTIES.
10265         * international/mule-conf.el (coding-category-utf-8,
10266         coding-category-utf-16-be, coding-category-utf-16-le): New coding
10267         categories.  Include them in the argument for set-coding-priority.
10269         * international/mule-cmds.el (reset-language-environment): Include
10270         coding-category-utf-8, coding-category-utf-16-be, and
10271         coding-category-utf-16-le in the argument for set-coding-priority.
10272         (reset-language-environment): Initialize coding-category-utf-8,
10273         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10275 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
10277         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10278         code abstracted out of `bookmark-jump-noselect'.  Now tries info
10279         extensions as well as compression extensions.
10280         (bookmark-jump-noselect): Use above new func.
10282 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
10284         * strokes.el: Change maintainer's mail address.
10286 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
10288         * international/mule-diag.el (list-character-sets): Make help-echo
10289         string by substitute-command-keys.
10290         (list-character-sets): Likewise.
10291         (sort-listed-character-sets): Call help-setup-xref.
10293 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
10295         * time.el (display-time-mail-file): Add `none' to the list of
10296         choices.
10298 2000-03-01  Dave Love  <fx@gnu.org>
10300         * help.el (help-xref-go-back): Don't try to set position.
10302         * international/mule-diag.el (list-character-sets): Call
10303         help-setup-xref.  Add help-echo to xrefs.
10304         (list-character-sets-1): Add help-echo to xrefs.
10306 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
10308         * frame.el (blink-cursor-mode): Switch cursor on when turning
10309         the mode off.
10311         * add-log.el (add-log-current-defun): Add support for
10312         Autoconf mode.
10314         * mail/rmail.el (rmail-quit-hook): New variable.
10316 2000-03-01  Dave Love  <fx@gnu.org>
10318         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10320         * help.el (help-xref-button): Add help-echo arg.
10321         (describe-function-1, describe-variable, help-make-xrefs): Use it.
10323         * faces.el (list-faces-display): Supply help-echo with
10324         help-make-xrefs.
10326         * facemenu.el (list-text-properties-at): Set help-xref-stack to
10327         nil.
10329 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
10331         * image.el (defimage): Look for image files in load-path.
10333         * frame.el (busy-cursor-delay-seconds): Change type to
10334         `number'.
10336 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
10338         * recentf.el (recentf): Added version tag to the defgroup of
10339         recentf.
10341 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
10343         * recentf.el (recentf-cleanup): Changed to remove excluded file
10344         too.
10345         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10346         action to select/unselect a file.
10347         (recentf-edit-list): Code cleanup and improvement.
10348         (recentf-open-more-files-action): `recentf-open-more-files' button
10349         widget action to open a file.
10350         (recentf-open-more-files): No more use standard completion but
10351         widgets.
10352         (recentf-more-collection): Deleted.
10353         (recentf-more-history): Deleted.
10354         (recentf-setup-more-completion): Deleted.
10356 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
10358         * recentf.el (recentf-mode): No more needs that Emacs is running
10359         under a window-system.
10361 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
10363         * recentf.el (recentf-edit-list): New command to edit the recent
10364         list which allow the user to remove files.
10365         (recentf-edit-selected-items): New global variable, used by
10366         `recentf-edit-list' to hold the list of files to be removed from
10367         the recent list.
10368         (recentf-make-menu-items): Updated to display a "Edit list..."
10369         menu item.  Minor code cleanup.
10371 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
10373         * recentf.el (recentf-open-more-files): New command to open files
10374         that are not displayed in the menu.
10375         (recentf-more-collection): New global variable holding the set of
10376         permissible completions used by `recentf-open-more-files'.
10377         (recentf-more-history): New global variable holding the history list
10378         used by `recentf-open-more-files' completion.
10379         (recentf-setup-more-completion): New function to setup completion for
10380         `recentf-open-more-files'.
10381         (recentf-make-menu-items): Updated to display a "More..." menu item.
10383 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
10385         * recentf.el (recentf-menu-action): Doc fixed.
10387 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
10389         * recentf.el (recentf-menu-filter): Doc updated.
10390         (recentf-update-menu-hook): Allow menu filters to force menu update.
10391         (recentf-make-menu-items): New menu filter handling.
10392         (recentf-make-menu-item): New helper function.
10393         (recentf-menu-elements): New menu handling function.
10394         (recentf-sort-ascending): Updated to new menu filter handling.
10395         (recentf-sort-descending): Updated to new menu filter handling.
10396         (recentf-sort-basenames-ascending): New menu filter function.
10397         (recentf-sort-basenames-descending): New menu filter function.
10398         (recentf-show-basenames): New menu filter function.
10399         (recentf-show-basenames-ascending): New menu filter function.
10400         (recentf-show-basenames-descending): New menu filter function.
10402 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10404         * diary-lib.el (list-diary-entries): Don't try to go forward at
10405         the end of the buffer.
10407 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
10409         * international/mule-diag.el (list-character-sets): Completely
10410         rewritten.
10411         (sort-listed-character-sets): New function.
10412         (list-character-sets-1): Completely rewritten.
10413         (list-character-sets-2): New function.
10414         (non-iso-charset-alist): New variable.
10415         (decode-codepage-char): New function.
10416         (charset-history): New variable.
10417         (read-charset) (list-block-of-chars)
10418         (list-iso-charset-chars)
10419         (list-non-iso-charset-chars)
10420         (list-charset-chars): New functions.
10421         (mule-diag): Call list-character-sets-2, not
10422         list-character-sets-2.
10423         (dump-charsets): Likewise.
10425 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
10427         * dired-x.el (dired-filename-at-point): Add `@' to valid
10428         file name characters.
10429         (dired-filename-at-point): Handle ange-ftp file names.
10431         * frame.el (frame-notice-user-settings): Use assq-delete-all
10432         instead of assoc-delete-all.
10433         (frame-notice-user-settings): Ditto.
10435         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10436         Don't copy alist.
10438 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
10440         * calculator.el (calculator-use-menu): New option.
10441         (calculator-initial-bindings): Changed some bindings to work as
10442         macros.
10443         (calculator-forced-input): Removed.
10444         (calculator-restart-other-mode): New variable.
10445         (calculator-mode-map): Set up menu.
10447 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
10449         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10450         tags.
10452 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
10454         * viper-cmd.el (viper-envelop-ESC-key): added the option to
10455         translate all ESC key sequences.
10456         (viper-goto-mark-subr): restore markers for files for which
10457         they were saved.
10458         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10459         * viper-util.el (viper-set-replace-overlay-glyphs,
10460         viper-set-replace-overlay): always check if the replacement
10461         overlay is live.
10462         * viper.el (viper-vi-state-mode-list): added major modes.
10463         * ediff-wind.el: minor comment changes.
10464         * ediff.el: copyright notice date fix.
10466 2000-02-27  Jason Rumney  <jasonr@gnu.org>
10468         * faces.el (face-font-family-alternatives): Add arial to helv.
10469         (mode-line, header-line, tool-bar): Same default as x for w32.
10470         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10471         face-font-family-alternatives from working.
10472         * term/w32-win.el (mouse-set-font): Do not build fontset from
10473         chosen font.
10475 2000-02-25  Sam Steingold  <sds@goems.com>
10477         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
10478         properly.
10480 2000-02-25  Richard M. Stallman  <rms@gnu.org>
10482         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10484 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
10486         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10487         writable.
10489         * frame.el (busy-cursor-delay-seconds): New option.
10491 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
10493         * frame.el (show-cursor-in-non-selected-windows): New option.
10495 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10497         * diary-lib.el (include-other-diary-files): Undo the selective
10498         display in any included file and don't kill it.
10500 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
10502         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10503         bar.  Menu items converted to (menu-item format, help strings
10504         added.
10505         [downcase, upcase]: Don't enable on MS-DOS.
10506         [symlink, symlinks]: Don't show if make-symbolic-link is not
10507         bound.
10508         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10510 2000-02-23  Dave Love  <fx@gnu.org>
10512         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10513         (backward-kill-word): Revert addition of * to interactive spec --
10514         it's a feature.
10516         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10517         (backward-kill-sentence, kill-sentence): Likewise.
10519         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10520         scratch buffer name.
10521         (gud-format-command): Use int-to-string in ?l case.  Simplify
10522         slightly.
10524         * term/w32-win.el (internal-face-interactive): Update prompt for
10525         new read-face-name.
10527         * mail/footnote.el (footnote): Add :version to defgroup.
10528         (footnote-section-tag-regexp): Customize.
10529         (footnote-start-tag, footnote-end-tag): New option.
10530         (footnote-latin-regexp): New variable.
10531         (Footnote-latin): New function.
10532         (footnote-style-alist): Add element for latin style.
10533         (footnote-style): Moved.
10534         (Footnote-goto-footnote): Use eq to test arg.
10536         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10538         * emacs-lisp/byte-opt.el: Change old backquote syntax.
10539         (byte-compile-trueconstp): Include keywords.
10540         (byte-optimize-quote, byte-optimize-lapcode): Use
10541         byte-compile-const-symbol-p.
10542         (byte-optimize-char-before): New optimization.
10544         * emacs-lisp/bytecomp.el: Change old backquote syntax.
10545         (byte-compile-const-symbol-p): New function.
10546         (byte-compile-constp, byte-compile-out-toplevel)
10547         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10548         Use it.
10550         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
10552 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
10554         * international/encoded-kb.el: Be sure to update minor-mode-alist
10555         and minor-mode-map-alist.
10556         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10557         codes SS2 and SS3 correctly.
10558         (encoded-kbd-self-insert-ccl): New function.
10559         (encoded-kbd-setup-keymap): New function.
10560         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
10561         by calling encoded-kbd-setup-keymap.
10563         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10564         characters.
10565         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10566         locally.
10568 2000-02-22  Dave Love  <fx@gnu.org>
10570         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10571         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10572         defvar.
10573         (lisp-mode-syntax-table): Set up for #|...|# comments.
10574         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
10575         classes.  Match `defface'.
10576         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10577         (eval-defun-1): Fix for defcustom.
10578         (lisp-indent-region): Doc fix.
10580         * subr.el (when, unless, split-string): Doc fix.
10581         (read-passwd): Move call of clear-this-command-keys to the right
10582         place.
10583         (replace-regexps-in-string): New function.
10585 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
10587         * help.el (describe-variable): Set syntax table to
10588         emacs-lisp-mode-syntax-table when moving forward over the
10589         symbol's name.
10591 2000-02-22  Dave Love  <fx@gnu.org>
10593         * xt-mouse.el: Doc fixes.
10594         (xterm-mouse-position-function): New function, replacing advice of
10595         mouse-position.
10596         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
10598         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10600 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
10602         * format.el (format-annotate-single-property-change): Handle
10603         properties.with dotted-list values.
10604         (format-proper-list-p): New function.
10606         * enriched.el (enriched-face-ans): Handle '(foreground-color
10607         . COLOR) and (background-color . COLOR).
10609 2000-02-20  Dave Love  <fx@gnu.org>
10611         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10612         and assignments to it.
10613         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10614         current local map.
10615         (make-flyspell-overlay): Use it.
10616         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10618         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10619         (lm-get-header-re): Defun, not defsubst.
10620         (lm-get-package-name): Defun, not defsubst.  Simplify.
10621         (lm-version): Doc fix.  Simplify.
10622         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10623         (lm-crack-address, lm-last-modified-date, lm-commentary)
10624         (lm-verify, lm-synopsis): Simplify.
10625         (lm-report-bug): Require emacsbug.  Use compose-mail.
10627 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
10629         * dired.el (dired-mode): Call propertized-buffer-identification
10630         to set mode-line-buffer-identification to something having
10631         the right text properties.
10633         * bindings.el (propertized-buffer-identification): New function.
10635 2000-02-20  Dave Love  <fx@gnu.org>
10637         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10638         check for t-mouse too.
10640         * cus-start.el: Make echo-keystrokes `number'.
10642 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
10644         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10645         Don't call ring-empty-p unless tags-location-ring is bound.
10646         From Noah Friedman <friedman@splode.com>.
10648 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
10650         * progmodes/hideshow.el (hs-flag-region): No longer use
10651         `intangible' overlay property.
10653         (hs-toggle-hiding): New command.
10654         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10656         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10657         Fix omission bug: Run `hs-minor-mode-hook' for both activation
10658         and deactivation.
10660 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
10662         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10664 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
10666         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10668         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10669         of `*' to handle `(* ... *)' comments.
10671 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
10673         * faces.el (list-faces-display): Use display-mouse-p instead of
10674         window-system.
10676         * menu-bar.el (global-map): Menu-bar items converted to the new
10677         format (menu-item..., rearranged for better CUA compliance, and
10678         their names changed for better clarity.  Help strings added.
10680         * international/mule-cmds.el (mule-menu-keymap)
10681         (describe-language-environment-map, set-coding-system-map)
10682         (setup-language-environment-map): Convert to new (menu-item...
10683         form, add help strings.  Change names of menu items for better
10684         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
10685         submenu).
10687 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
10689         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
10690         within the code.
10692 2000-02-16  Dave Love  <fx@gnu.org>
10694         * faces.el: Don't require custom.  Add more specific :groups to
10695         various deffaces.
10696         (set-face-attribute): Purecopy args.
10697         (read-face-name): Default to name at point and use it in prompt.
10698         Remove colon from arg in all callers.
10699         (list-faces-display): Hyperlink to face descriptions and customize
10700         buffers.
10702 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
10704         * wid-edit.el (widget-match-inline): An atom never matches a
10705         list.
10707 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10709         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10710         at ':' characters by call to split-string.
10712 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10714         * textmodes/bibtex.el: Added RCS version identification.
10716 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10718         * textmodes/bibtex.el: Some temporary comments removed.
10719         (bibtex-field-name, bibtex-entry-type): Made the relationship
10720         explicit.
10721         (bibtex-field-const): Allow capital letters.
10722         (bibtex-start-of-string): Deleted because unused.
10724         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
10725         use the term 'reference' to describe a bibtex entry as a whole.
10726         Further, reference keys are no longer called 'labels'.
10727         (bibtex-keys): Renamed to bibtex-reference-keys.
10728         (bibtex-reformat-previous-labels): Renamed to
10729         bibtex-reformat-previous-reference-keys.
10730         (bibtex-reference-type): Renamed to bibtex-entry-type.
10731         (bibtex-reference-head): Renamed to bibtex-entry-head.
10732         (bibtex-reference-maybe-empty-head): Renamed to
10733         bibtex-entry-maybe-empty-head.
10734         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10735         (bibtex-search-reference): Renamed to bibtex-search-entry.
10736         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10737         bibtex-enclosing-entry-maybe-empty-head.
10738         (bibtex-entry-field-alist, bibtex-entry-head,
10739         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10740         bibtex-map-entries, bibtex-search-entry,
10741         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10742         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10743         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10744         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10745         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10746         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10747         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
10749 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10751         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10752         comment.
10753         (bibtex-format-field-delimiters): New function, functionality
10754         extracted from bibtex-format-entry.
10755         (bibtex-autokey-get-yearfield-digits): New function, functionality
10756         extracted from bibtex-autokey-get-yearfield.
10758         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10759         entries in order to avoid stack overflow in the regexp matcher if
10760         field contents become large.
10761         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10762         bibtex-field-string-part-not-braced,
10763         bibtex-field-string-part-no-inner-braces,
10764         bibtex-field-string-part-1-inner-brace,
10765         bibtex-field-string-part-2-inner-braces,
10766         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10767         bibtex-field-string-quoted, bibtex-field-string,
10768         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10769         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10770         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10771         as parsing is now performed by the following functions.
10772         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10773         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10774         bibtex-parse-field-string, bibtex-search-forward-field-string,
10775         bibtex-parse-association, bibtex-field-name-for-parsing,
10776         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10777         bibtex-search-forward-field, bibtex-search-backward-field,
10778         bibtex-start-of-field, bibtex-end-of-field,
10779         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10780         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10781         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10782         bibtex-parse-string, bibtex-search-forward-string,
10783         bibtex-search-backward-string, bibtex-start-of-string,
10784         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10785         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10786         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10787         entries.  Instead of reporting the results of the parsing by
10788         match-beginning or match-end, these functions return data structures
10789         that hold the corresponding positions.
10790         (bibtex-enclosing-field): Changed to also report field boundaries by
10791         return values rather than by match-beginning or match-end.  The
10792         following functions have been adapted to use the new parsing
10793         functions.
10794         (bibtex-skip-to-valid-entry, bibtex-search-reference,
10795         bibtex-enclosing-field, bibtex-format-entry,
10796         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10797         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10798         bibtex-print-help-message, bibtex-end-of-entry,
10799         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10800         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10801         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10802         method for parsing.
10803         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10804         bibtex-map-entries, bibtex-flash-head,
10805         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10806         bibtex-autokey-change, bibtex-autokey-get-namefield,
10807         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10808         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10809         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10810         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10811         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10812         order to make the new binding of case-fold-search immediately
10813         visible.
10815 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10817         * textmodes/bibtex.el: Copyright notice is up to date.
10818         Added constant 'bibtex-maintainer-salutation.
10820         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10821         than make-temp-name, use match-string-no-properties and eliminate
10822         a quadratic behavior when building bibtex-strings.
10824         * bibtex.el (bibtex-reference-key): Accept string entries whose
10825         reference key contains upper case letters.
10827 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10829         * bibtex.el (bibtex-reference-head): Allow entries to start with
10830         a new line.
10832 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10834         * bibtex.el: Hiding of entry bodies is not longer provided by
10835         bibtex.el directly.  Instead the hideshow package can be used.
10836         Added a special bibtex entry to hs-special-modes-alist.
10837         (bibtex-hs-forward-sexp): Added for hideshow.el.
10839 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10841         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10842         at ':' characters by call to split-string.
10844 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10846         * textmodes/bibtex.el: Added RCS version identification.
10848 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10850         * textmodes/bibtex.el: Some temporary comments removed.
10851         (bibtex-field-name, bibtex-entry-type): Made the relationship
10852         explicit.
10853         (bibtex-field-const): Allow capital letters.
10854         (bibtex-start-of-string): Deleted because unused.
10856         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
10857         use the term 'reference' to describe a bibtex entry as a whole.
10858         Further, reference keys are no longer called 'labels'.
10859         (bibtex-keys): Renamed to bibtex-reference-keys.
10860         (bibtex-reformat-previous-labels): Renamed to
10861         bibtex-reformat-previous-reference-keys.
10862         (bibtex-reference-type): Renamed to bibtex-entry-type.
10863         (bibtex-reference-head): Renamed to bibtex-entry-head.
10864         (bibtex-reference-maybe-empty-head): Renamed to
10865         bibtex-entry-maybe-empty-head.
10866         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10867         (bibtex-search-reference): Renamed to bibtex-search-entry.
10868         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10869         bibtex-enclosing-entry-maybe-empty-head.
10870         (bibtex-entry-field-alist, bibtex-entry-head,
10871         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10872         bibtex-map-entries, bibtex-search-entry,
10873         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10874         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10875         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10876         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10877         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10878         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10879         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
10881 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10883         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10884         comment.
10885         (bibtex-format-field-delimiters): New function, functionality
10886         extracted from bibtex-format-entry.
10887         (bibtex-autokey-get-yearfield-digits): New function, functionality
10888         extracted from bibtex-autokey-get-yearfield.
10890         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10891         entries in order to avoid stack overflow in the regexp matcher if
10892         field contents become large.
10893         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10894         bibtex-field-string-part-not-braced,
10895         bibtex-field-string-part-no-inner-braces,
10896         bibtex-field-string-part-1-inner-brace,
10897         bibtex-field-string-part-2-inner-braces,
10898         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10899         bibtex-field-string-quoted, bibtex-field-string,
10900         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10901         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10902         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10903         as parsing is now performed by the following functions.
10904         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10905         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10906         bibtex-parse-field-string, bibtex-search-forward-field-string,
10907         bibtex-parse-association, bibtex-field-name-for-parsing,
10908         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10909         bibtex-search-forward-field, bibtex-search-backward-field,
10910         bibtex-start-of-field, bibtex-end-of-field,
10911         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10912         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10913         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10914         bibtex-parse-string, bibtex-search-forward-string,
10915         bibtex-search-backward-string, bibtex-start-of-string,
10916         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10917         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10918         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10919         entries.  Instead of reporting the results of the parsing by
10920         match-beginning or match-end, these functions return data structures
10921         that hold the corresponding positions.
10922         (bibtex-enclosing-field): Changed to also report field boundaries by
10923         return values rather than by match-beginning or match-end.  The
10924         following functions have been adapted to use the new parsing
10925         functions.
10926         (bibtex-skip-to-valid-entry, bibtex-search-reference,
10927         bibtex-enclosing-field, bibtex-format-entry,
10928         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10929         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10930         bibtex-print-help-message, bibtex-end-of-entry,
10931         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10932         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10933         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10934         method for parsing.
10935         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10936         bibtex-map-entries, bibtex-flash-head,
10937         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10938         bibtex-autokey-change, bibtex-autokey-get-namefield,
10939         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10940         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10941         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10942         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10943         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10944         order to make the new binding of case-fold-search immediately
10945         visible.
10947 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10949         * textmodes/bibtex.el: Copyright notice is up to date.
10950         Added constant 'bibtex-maintainer-salutation.
10952         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10953         than make-temp-name, use match-string-no-properties and eliminate
10954         a quadratic behavior when building bibtex-strings.
10956         * bibtex.el (bibtex-reference-key): Accept string entries whose
10957         reference key contains upper case letters.
10959 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10961         * bibtex.el (bibtex-reference-head): Allow entries to start with
10962         a new line.
10964 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10966         * bibtex.el: Hiding of entry bodies is not longer provided by
10967         bibtex.el directly.  Instead the hideshow package can be used.
10968         Added a special bibtex entry to hs-special-modes-alist.
10969         (bibtex-hs-forward-sexp): Added for hideshow.el.
10971 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10973         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
10974         proceedings entry type (for cross referencing). Thanks to Wagner
10975         Toledo Correa for the suggestion.
10977         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
10979 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
10981         * international/characters.el: Setup case table for Vietnamese.
10983 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
10985         * uniquify.el (toplevel): Require CL at compile time.
10986         (uniquify-push): Removed.
10988         * shadowfile.el (shadow-when): Removed.
10990         * tempo.el (tempo-dolist, tempo-mapc): Removed.
10991         (tempo-process-and-insert-string): Use dolist instead of
10992         tempo-dolist.
10994         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10995         regexp for paragraph-start.
10997         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10998         commas as well.
11000 2000-02-10  Dave Love  <fx@gnu.org>
11002         * wid-edit.el: (widgets) [defgroup]: Remove url link.
11003         (widget-color-choice-list, widget-color-history, widget-mouse-help):
11004         Deleted.
11005         (widget-specify-field, widget-specify-button): Don't use
11006         widget-mouse-help as help-echo property.
11007         (default): Use #'ignore for :validate and :mouse-down-action.
11008         (checkbox): Add help-echo.
11009         (widget-sexp-validate): Rewritten to clarify error messages.
11010         (character): Use char-valid-p in :match function.
11011         (widget-color-complete): Use facemenu-color-alist.
11012         (widget-color-action): Use facemenu-read-color.
11014         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
11015         set up `caar' &c that we now have.
11017 2000-02-09  Ray Blaak  <blaak@gnu.org>
11019         * delphi.el: Make resourcestring a declaration region, like const
11020         and var.
11022 2000-02-09  Dave Love  <fx@gnu.org>
11024         * bindings.el (mode-line-input-method-map): New variable.
11025         (mode-line-mule-info): Use it; fix last change.
11026         (mode-line-mode-menu): Move definition.
11027         (mode-line-mouse-sensitive-p): Deleted.
11028         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11029         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
11030         level.
11032         * startup.el (command-line-1): Don't call
11033         make-mode-line-mouse-sensitive.
11035 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
11037         * mail/rmail.el (rmail-retry-failure): Use
11038         rmail-beginning-of-message before rmail-toggle-header, because the
11039         former toggles headers.
11041 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
11043         * diff-mode.el (diff-kill-junk): New interactive function.
11044         (diff-reverse-direction): Use delete-and-extract-region.
11045         (diff-post-command-hook): Restrict the area so that the hook also works
11046         outside of any diff hunk.  This is necessary for the minor-mode.
11047         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11048         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11050         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11051         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11052         so that it can be used more easily in <foo>-mode-hook.  Also make sure
11053         to avoid duplicate entries.
11054         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11055         (font-lock-remove-keywords): Just as was done for `add', allow it to
11056         work even if font-lock-mode is nil.  Also make sure we don't modify
11057         any pre-existing list by forcing a copy-sequence.  Finally rename
11058         `major-mode' to `mode'.
11059         (font-lock-fontify-syntactic-anchored-keywords)
11060         (font-lock-fontify-anchored-keywords)
11061         (font-lock-fontify-keywords-region): Use line-end-position.
11062         Don't make `font-lock-multiline' local (it's now done in
11063         font-lock-set-defaults).
11064         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
11065         move the `font-lock-fontified' creation to inside the `unless'.
11067 2000-02-06  Andrew Innes  <andrewi@gnu.org>
11069         * term/w32-win.el (x-handle-args): Comment out call to message,
11070         which occurs before window system is initialized.
11072         * makefile.nt: Add support for recompiling lisp code.
11074 2000-02-04  Dave Love  <fx@gnu.org>
11076         * bindings.el (mode-line-mule-info): Fix/extend last change.
11078         * completion.el: Replace completion-dolist with dolist.
11080         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11081         dotimes.
11083 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11085         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11086         environment names before they go into the section regexp.
11088         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11089         char class in regexp.
11091         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11092         `case-fold-search' to nil.
11094         * progmodes/idlwave.el (idlwave-template): Respect
11095         `idlwave-abbrev-change-case'.
11096         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11097         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11098         idlwave-while): respect `idlwave-reserved-word-upcase'.
11099         (idlwave-rw-case): New function.
11100         (idlwave-statement-match): Fixed problem with assignment regexp.
11101         (idlwave-font-lock-keywords): Improved regexp for keyword
11102         parameters.
11103         (idlwave-surround): New argument LENGTH to support padding of
11104         operators longer than 1 char.
11106         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11107         idlwave-shell-expression-overlay.  Implemented printing of
11108         expressions on higher levels of the calling stack.
11109         (idlwave-shell-display-level-in-calling-stack): Restore stack
11110         level.
11111         (idlwave-retrieve-expression-from-level): New function.
11112         (idlwave-shell-last-calling-stack): Variable removed.
11113         (idlwave-shell-reset): Argument action reversed (`visible' to
11114         `hidden').  Also remove stop-line overlay.
11115         (idlwave-shell-calling-stack-routine): New variable.
11116         (idlwave-shell-parse-stack-and-display): Messages now display
11117         negative level numbers.
11118         (idlwave-shell-mode): Set `modeline-format'.
11119         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11120         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11121         21.
11122         (idlwave-shell-print-expression-function): New option.
11124         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11125         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11126         `tool-bar' instead of `toolbar'.
11128 2000-02-02  Dave Love  <fx@gnu.org>
11130         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11131         emacs-lisp-mode-hook.  Don't check for defalias being defined.
11133         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11134         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
11135         the new builtins directly.
11137         * whitespace.el (whitespace): Add :version to defgroup.
11139         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11140         Doc fix.
11142         * thingatpt.el (sexp-at-point, symbol-at-point)
11143         (number-at-point, list-at-point): Add autoload cookie.
11145         * recentf.el (recentf): Add :version to defgroup.
11147         * quickurl.el (quickurl): Add :version to defgroup.
11149         * elide-head.el (elide-head): Use point-marker more.
11151         * bs.el (bs): Add :version to defgroup.
11153         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11155         * progmodes/delphi.el (delphi): Add :version to defgroup.
11157 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
11159         * ange-ftp.el (ange-ftp-write-region): Handle case that
11160         succeeding process operation sets a different coding system.
11162         * calculator.el: New file.
11164 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
11166         * frame.el (frames-on-display-list, framep-on-display): New
11167         functions.
11168         (display-mouse-p, display-popup-menus-p, display-graphic-p)
11169         (display-selections-p, display-screens, display-pixel-width)
11170         (display-pixel-height, display-mm-width, display-mm-height)
11171         (display-backing-store, display-save-under, display-planes)
11172         (display-color-cells, display-visual-class): New functions.
11174         * term/tty-colors.el (tty-color-gray-shades): New function.
11176         * faces.el (display-color-p): Use framep-on-display.
11177         (display-grayscale-p): New function.
11179 2000-01-31  Dave Love  <fx@gnu.org>
11181         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11182         (create-fontset-from-x-resource): Don't concat integers.
11184 2000-01-31  Inge Frick  <inge@nada.kth.se>
11186         * view.el: Some changes in documentation.  Removed some trailing
11187         whitespace. Changed some parameter names to agree with
11188         documentation.
11189         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11190         window is not deleted.  Modifies change 1998-04-26.
11192 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
11194         * windmove.el: New file.
11196         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11197         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11198         progmodes/ebnf-yac.el: Update copyright and license info.
11200         * jit-lock.el (jit-lock-function): Widen before calculating end
11201         position.
11202         (jit-lock-stealth-chunk-start): Rewritten.
11204         * info.el (Info-title-face-alist): Removed.
11205         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11206         faces.
11207         (Info-fontify-node): Use these faces.
11209 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
11211         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11212         (cl-macro-list1): Recognize `&allow-other-keys' instead of
11213         `&allow-other-keywords'.
11215         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11216         the list of directories scanned heuristically.
11218         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11219         exist.
11221 2000-01-30  Jason Rumney  <jasonr@gnu.org>
11223         * w32-fns.el: Define w32-tty-standard-colors.
11225         * startup.el (command-line): Use w32-tty-standard-colors when in
11226         w32 console mode.
11228 2000-01-30  Dave Love  <fx@gnu.org>
11230         * jka-compr.el (jka-compr-load): Fix up load-history.
11232         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11234         * emacs-lisp/cl-macs.el: Revert previous change.
11236 2000-01-29  Dave Love  <fx@gnu.org>
11238         * facemenu.el: Purecopy various strings.
11240         * timezone.el (timezone-fix-time): Window against 69 for two-digit
11241         years.  Deal with three-digit years.
11243         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11244         defconst, purecopy.
11245         (help-back-label): Purecopy it.
11247 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
11249         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11250         variable. If non-nil, order the buffer list according to the
11251         currently selected frame.
11252         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11253         non-nil, pass the selected frame to function buffer-list.
11255 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11257         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11259 2000-01-28  Dave Love  <fx@gnu.org>
11261         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11263         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11264         Don't use lisp-indent-hook property.
11265         (cl-abs): Remove.
11267         * subr.el: Move out indent and edebug specs for when and unless.
11269         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11270         when, unless.
11272         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11273         unless, when.
11275 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
11277         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11278         `collecting' as synonym for `collect'.
11280         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11281         for the case it contains spaces.
11283         * simple.el (what-cursor-position): Change formatting of
11284         messages.
11286         * frame.el (delete-other-frames): New function.
11287         (toplevel): Bind it to C-x 5 1.
11289         * sort.el (sort-numeric-base): New option.
11290         (sort-numeric-fields): If number starts with `0' or `0[xX[',
11291         interpret it as octal or hexadecimal.  Use sort-numeric-base
11292         as default base.
11294         * progmodes/glasses.el: New file.
11296 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
11298         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11299         userids differently.
11301         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11302         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11303         progmodes/ebnf-yac.el: New files.
11305 2000-01-26  Dave Love  <fx@gnu.org>
11307         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11308         on a function with an empty body.  [From Eric Ludlam.]
11310 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
11312         * vc.el (vc-version-diff): Make sure file name is expanded.
11314 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
11316         * scroll-bar.el (scroll-bar-timer): Variable removed.
11317         (scroll-bar-toolkit-scroll): Don't use a timer.
11319 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
11321         * language/thai-util.el (thai-composition-function): Delete
11322         superfluous `a'.
11324 2000-01-24  Dave Love  <fx@gnu.org>
11326         * fortran.el (fortran-mode): Use beginning-of-defun-function,
11327         end-of-defun-function.
11329         * font-lock.el (turn-on-font-lock): Don't depend on window-system
11330         &c.
11332 2000-01-22  Jason Rumney  <jasonr@gnu.org>
11334         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11335         conflicts with new face support.
11337 2000-01-22  Richard M. Stallman  <rms@gnu.org>
11339         * replace.el (query-replace): Rename last arg to DELIMITED.
11340         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11341         (query-replace-regexp): Likewise.
11343 2000-01-20  Richard M. Stallman  <rms@gnu.org>
11345         * subr.el (with-syntax-table): Use make-symbol, not gensym.
11347         * emacs-lisp/lisp.el (beginning-of-defun-function):
11348         Variable renamed from beginning-of-defun.
11349         Do not call make-variable-buffer-local.
11350         (beginning-of-defun-raw): Use new variable name; doc fix.
11351         (beginning-of-defun): Doc fix.
11352         (end-of-defun-function): Variable renamed from end-of-defun.
11353         Do not call make-variable-buffer-local.
11354         (end-of-defun): Use new variable name; doc fix.
11356         * subr.el (dolist, dotimes): Copied from cl-macs.el
11357         and made to work.
11359         * mail/undigest.el (rmail-digest-end-regexps):
11360         Variable replaces rmail-digest-end-regexp.
11361         Allows multiple regexps for detecting the end line.
11362         (undigestify-rmail-message): Corresponding changes.
11364 2000-01-19  Dave Love  <fx@gnu.org>
11366         * files.el (user-init-file): Don't declare here -- is primitive.
11368         * startup.el (command-line): Check for compiled user-init-file and
11369         set to uncompiled version if necessary.
11371 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
11373         * mail/undigest.el (rmail-digest-end-regexp): New user option.
11374         (undigestify-rmail-message): Use it.
11376         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11378 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
11380         * tmm.el (tmm-goto-completions): Adapt to prompt being part
11381         of mini-buffer.
11383 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
11385         * emacs-lisp/copyright.el (copyright-update): Removed the
11386         requirement for a trailing space from `copyright-regexp', to
11387         support copyrights with owner specified on a separate line..
11389         * align.el: New file.
11391         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11393         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11395 2000-01-13  Dave Love  <fx@gnu.org>
11397         * ph.el: Removed.  (Obsoleted by EUDC.)
11399 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
11401         * net/eudc.el (toplevel): Remove autoloaded code installing
11402         menu with easymenu, because that causes build problems.
11404         * frame.el (frame-notice-user-settings): New variable.
11405         (frame-notice-user-settings): Don't modify frame parameters
11406         if called a second time.
11408 2000-01-13  Richard M. Stallman  <rms@gnu.org>
11410         * frame.el (frame-notice-user-settings):
11411         Notice default-frame-parameters even for non-window frames.
11413 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
11415         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11416         for Emacs.
11417         (eudc-bob-can-display-inline-images): Extend for Emacs.
11418         (eudc-bob-toggle-inline-display): Ditto.
11419         (eudc-bob-display-jpeg): Ditto.
11421 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
11423         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11424         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11425         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
11427         * add-log.el (add-change-log-entry): Fix error trying an `(insert
11428         nil)'.
11430         * subdirs.el: Add `net' directory.
11432         * net: New directory.
11434         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11435         eval-last-sexp.  Don't bind debug-on-error here.
11436         (eval-last-sexp): New function.  Bind debug-on-error if
11437         eval-expression-debug-on-error is non-nil.
11438         (eval-defun-2, eval-defun): Likewise.
11440         * simple.el (eval-expression): Don't bind debug-on-error if
11441         eval-expression-debug-on-error is nil.  Detect changed
11442         debug-on-error, and propagate new value to global binding, if
11443         eval-expression-debug-on-error is non-nil,
11444         (eval-expression-debug-on-error): Change doc string.
11446 2000-01-11  Richard M. Stallman  <rms@gnu.org>
11448         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11450         * emacs-lisp/lisp-mode.el (with-syntax-table):
11451         Set up lisp-indent-function property.
11453         * subr.el (with-syntax-table): Moved from simple.el.
11455         * simple.el (with-syntax-table): Moved to subr.el.
11457 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
11459         * tmm.el (tmm-shortcut): Delete region after prompt instead
11460         of erasing buffer.
11462         * textmodes/fill.el (fill-common-string-prefix): New function.
11463         (fill-context-prefix): Use the longest common prefix of first
11464         and second line fill prefix, if there is one.
11466 2000-01-11  Richard M. Stallman  <rms@gnu.org>
11468         * array.el (array-mode): Don't use make-variable-buffer-local.
11469         Use make-local-variable for `truncate-lines'.
11471 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
11473         * add-log.el (add-log-current-defun): Handle user-defined
11474         add-log-current-function returning nil,
11476         * add-log.el (add-change-log-entry): Insert version number
11477         if having found a current function
11479         * add-log.el (add-log-current-defun): Call
11480         `add-log-current-defun-function'.  Try matches at level 0 and
11481         level 1.  Strip whitespace from defun found.
11483 2000-01-10  John Wiegley  <johnw@gnu.org>
11485         * allout.el (isearch-done/outline-provisions): Added `edit'
11486         argument to correspond with the current definition of
11487         `isearch-done'.
11489 2000-01-10  Dave Love  <fx@gnu.org>
11491         * elide-head.el (elide-head): Use point-marker, not point.
11493 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
11495         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11496         before and after the year 2000.
11498         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11499         Add ispell- prefix.
11501 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
11503         * ispell.el:  Only define dictionaries in menus when they exist.
11504         (version18p): New variable.
11505         (version20p): New variable.
11506         (xemacsp): New variable.
11507         (ispell-choices-win-default-height): Fix for XEmacs visibility.
11508         (ispell-dictionary-alist1): Added Brasileiro dictionary.
11509         (ispell-dictionary-alist6): Russian command lines no longer accept
11510         run-together words.
11511         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11512         (ispell-dictionary-alist): Add koi8-r to customize definition.
11513         (check-ispell-version): Added documentation string.  Returns
11514         library path when called non-interactively.
11515         (ispell-menu-map-needed): Uses new variables.
11516         (ispell-library-path): New variable.
11517         (ispell-decode-string): XEmacs fix for bogus variable bindings.
11518         (ispell-word): Improved documentation string.  Test for valid
11519         character mappings.  Correctly check typed in word changes that can
11520         result in single words split into multiple words.  Returns
11521         replacement word.
11522         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
11523         replace in recursive query replace mode.  Help message for
11524         recursive edit mode.
11525         (ispell-show-choices): Protect against bad framepop bindings.
11526         (ispell-help): Fix to work with XEmacs.
11527         (ispell-highlight-spelling-error): Use new variables.
11528         (ispell-overlay-window): Fix to work with XEmacs.
11529         (ispell-parse-output): Passed and returns location information
11530         tracking spelling corrections.  Doesn't recheck same word on
11531         current line.
11532         (ispell-init-process): Protect against bogus XEmacs variable binding.
11533         Fix call to single argument in sleep-for.  Use new variables.
11534         (ispell-region): Passed and returns location information tracking
11535         spelling corrections.  Doesn't check same word on current line.
11536         Improved documentation string.  Doesn't resend a line already
11537         checked to the ispell process - fixes bug in LaTeX parsing.
11538         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11539         (ispell-skip-region): No longer skips <TT> in SGML.
11540         (ispell-process-line): Tracks location information with spelling
11541         corrections.  Added documentation string.  Accounts for words
11542         already accepted on this line.  Don't allow query-replace on line
11543         starting with math characters.  Doesn't resend a line already sent
11544         to ispell process.  Fixes alignment error bug.
11546 2000-01-10  Richard M. Stallman  <rms@gnu.org>
11548         * dired-x.el (dired-guess-shell-alist-default):
11549         Suggest xloadimage, which is free, not xv, which isn't.
11551         * ange-ftp.el (ange-ftp-file-name-nondirectory):
11552         Don't ever include the host name or user name in the value.
11554 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
11556         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11557         of a real newline.
11559 2000-01-09  Stephen Eglen  <stephen@gnu.org>
11561         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
11562         for .png files.
11564 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
11566         * cus-edit.el (custom-hook-convert-widget): Fix comment.
11568 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
11570         * progmodes/cperl-mode.el: Replace ^F with ^L.
11572         * sendmail.el (toplevel): Provide `sendmail' when compiling
11573         before `require'ing rmail and mailalias to prevent infinite
11574         recursion.
11576 2000-01-08  Dave Love  <fx@gnu.org>
11578         * emacs-lisp/backquote.el: Remove inappropriate customization
11579         (allowing custom.el to use backquote).
11581 2000-01-07  Dave Love  <fx@gnu.org>
11583         * add-log.el (add-log-debugging): Deleted.
11584         (add-change-log-entry): Treat a backup FILE-NAME as its parent
11585         file.  Remove debugging code.
11586         (change-log-get-method-definition, change-log-name): Add doc.
11587         (change-log-sortable-date-at): New function.
11588         (change-log-merge): New command.
11590         * time.el (display-time-string-forms): Make the Mail string active.
11591         (display-time-update): Provide help-echo for load average.
11593         * bindings.el (make-mode-line-mouse2-map): New function.
11594         (mode-line-modified): Use it and simplify.
11595         (mode-line-mule-info): Provide help-echo info.
11596         (minor-mode-alist): Activate the strings.
11597         (make-mode-line-mouse-sensitive): Simplify for
11598         mode-line-buffer-identification.
11600 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
11602         * play/pong.el: New file.
11604 2000-01-06  Dave Love  <fx@gnu.org>
11606         * array.el: Assorted cleanups for compiler warnings, doc strings,
11607         `array-' prefix for symbols.
11609 2000-01-05  Dave Love  <fx@gnu.org>
11611         * textmodes/outline.el (outline-mode-menu-bar-map): Add
11612         outline-headers-as-kill.
11613         (outline-mode): Define imenu-generic-expression.
11614         (outline-headers-as-kill): New command.
11616         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11617         from paragraph-start.
11618         (paragraph-indent-minor-mode): New command.
11620         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11621         M-C-e, M-C-h, C-j, C-xnd, TAB.
11622         (fortran-mode): Set beginning-of-defun, end-of-defun.
11623         (fortran-column-ruler): Simplify.
11624         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11625         (fortran-with-subprogram-narrowing): Likewise.
11626         (fortran-indent-subprogram): Call mark-defun.
11627         (fortran-check-for-matching-do): Change narrowing.
11629         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11630         (cl-lucid-hash-tag): Delete.
11631         (cl-hash-table-p): Correct test for native table.
11632         (cl-hash-table-count): Use hash-table-count.
11634         * browse-url.el (browse-url): Fix case of
11635         browse-url-browser-function being an alist.
11637 2000-01-05  Carsten Dominik  <cd@gnu.org>
11639         * textmodes/reftex-vars.el (reftex-parse-file-extension)
11640         (reftex-index-phrase-file-extension): New options.
11642         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
11643         Use new option `reftex-index-phrase-file-extension'.
11645         * textmodes/reftex.el (reftex-access-parse-file): Use new option
11646         `reftex-parse-file-extension'.
11648 2000-01-05  Dave Love  <fx@gnu.org>
11650         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
11651         (beginning-of-defun-raw): Use it.
11652         (end-of-defun): New variable.
11653         (end-of-defun): Use it.
11654         (check-parens): New command.
11656 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
11658         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11659         (hs-show-block): Don't use `mapcar' when not accumulating.
11661         Fix buglet in local variables initialization.
11663 2000-01-05  Andreas Schwab  <schwab@suse.de>
11665         * hscroll.el (hscroll): Doc fix.
11667 2000-01-05  Carsten Dominik  <cd@gnu.org>
11669         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11670         idlw-toolbar.
11672         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11673         file idlw-rinfo.el.
11674         (idlwave-customize): load must read file idlw-shell.el.
11675         (idlwave-create-customize-menu): load must read file idlw-shell.el.
11677 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
11679         * progmodes/idlw-shell.el: Also provide idlwave-shell
11680         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11681         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11683         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11684         both reftex-dcr and reftex-vcr.
11686         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11688 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11690         * ps-print.el: PostScript code now is in separate files, doc fix.
11691         (ps-print-version): New version number (5.0.3).
11692         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11693         local.
11694         (ps-spool-config): Initialization fix.
11695         (ps-print-prologue-1, ps-print-prologue-2)
11696         (ps-print-duplex-feature): PostScript code moved to separated file.
11697         (ps-background-image): Little code reformating.
11698         (ps-begin-file, ps-begin-job): Fix code.
11699         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
11700         (ps-prologue-file): New fun.
11702 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11704         * ps-vars.el: Eliminated.
11706         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11707         `;;;###autoload'.
11709         * ps-print.el: ps-vars eliminated, doc fix.
11710         (ps-print-version): New version number (5.0.2).
11711         (ps-spool-config): Initialization fix.
11712         (ps-print-customize): New fun.
11714 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
11716         * autorevert.el (auto-revert-mode): Return value of
11717         auto-revert-mode.
11719 2000-01-04  Dave Love  <fx@gnu.org>
11721         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11722         menu items.
11724 2000-01-03  Dave Love  <fx@gnu.org>
11726         * elide-head.el (elide-head) [defgroup]: Add :version.
11728         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
11729         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11730         `cl-hash-table-p', not `hash-table-p'.
11731         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11733 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11735         * faces.el (face-read-integer, read-face-attribute)
11736         (color-defined-p, color-values): unspecified-{f,b}g are now
11737         strings.
11739 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
11741         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11742         at comment end, and re-insert them after filling.
11744 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11746         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
11747         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11748         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
11750 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11752         * term/x-win.el (xw-defined-colors): Call color-supported-p,
11753         the new name of face-color-supported-p.
11755         * term/w32-win.el (xw-defined-colors): Likewise.
11757 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11759         * simple.el (completion-setup-function): Count completion-size
11760         from minibuffer-prompt-end, not from point-min.
11762 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
11764         * faces.el (read-face-attribute, defined-colors, color-defined-p):
11765         Pass the frame to tty-color-* functions.
11766         (display-color-p, frame-set-background-mode): Pass the frame to
11767         tty-display-color-p.
11769         * term/tty-colors.el (tty-defined-color-alist): Renamed from
11770         tty-color-alist.
11771         (tty-color-alist, tty-modify-color-alist): New functions.
11772         (tty-color-define,  tty-color-clear, tty-color-approximate)
11773         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11774         an optional parameter FRAME.
11776 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
11778         * image.el (create-image, defimage): Don't assume image data is a
11779         string.
11781         * image.el (defimage): Handle specifications containing :data
11782         instead of :file.
11783         (image-type-from-data): New function.
11784         (image-type-from-file-header): Use it.
11785         (create-image): Add parameter DATA-P.
11787 See ChangeLog.8 for earlier changes.
11789 ;; Local Variables:
11790 ;; coding: iso-2022-7bit
11791 ;; End: