(elp-unload-hook): New function.
[emacs.git] / lisp / ChangeLog
blob112fdfd6f4fc45bf0dfb717b6b450ab6793b44e9
1 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3         * ps-print.el: Fix bug on selected pages for printing.  Use
4         `color-values' for Emacs 21.  Ensure fontification when jit-lock
5         is on.  Try to avoid warning messages when compiling.  Doc Fix.
6         (ps-print-version): New version number (6.3).
7         (ps-color-device): Use `color-values' to determine if device
8         supports color.
9         (ps-color-values): Try to use `x-color-values' when using XEmacs.
10         (ps-print-page-p): Changed from defsubst to defun.
11         (ps-page-number): Changed from defmacro to defun.
12         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
13         printing.
14         (ps-print-ensure-fontified): Ensure fontification when jit-lock is
15         on.
16         (ps-end-file, ps-dummy-page): Funs eliminated.
17         (ps-print-color-scale): Changed default value.
18         (ps-page-n-up, ps-print-page-p): New internal vars.
19         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
20         (ps-plot-region, ps-generate, ps-end-job): Code fix.
22         * delim-col.el: Little programming improvement.
23         (delimit-columns-str): New macro.
24         (delimit-columns-region, delimit-columns-rectangle): Code fix.
26 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
28         * term/mac-win.el: (decode-mac-roman, encode-mac-roman,
29         mac-roman): Moved to european.el.
30         (ccl-encode-mac-roman-font, fontset-mac): Modified for
31         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
32         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions
33         deleted.
34         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables
35         deleted.
37 2000-10-30  Dave Love  <fx@gnu.org>
39         * progmodes/cc-menus.el (imenu-generic-expression)
40         (imenu-progress-message): Only defvar when compiling.
42         * emacs-lisp/elp.el (elp-unload-hook): New function.
44         * loadhist.el (unload-feature): Call elp-restore-function,
45         checking for symbols; don't use elp-restore-all.
46         (loadhist-hook-functions): Doc fix.
48 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
50         * log-edit.el (log-edit-confirm): Fix the default.
52 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
54         * delim-col.el: Little fix: replace delimit-columns-align-columns by
55         delimit-columns-format.
56         (delimit-columns-region, delimit-columns-rectangle): Code fix.
57         
58 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
60         * comint.el (comint-replace-by-expanded-history): Don't use
61         comint-get-old-input (we're not looking at *old* input).
62         (comint-get-old-input-default): If using fields, signal an error
63         when the point is not in an input field.
65 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
67         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
68         and mule-unicode-e000-ffff.
70         * international/mule.el (decode-char, encode-char): New functions.
71         (make-coding-system): Accept a symbol of translation table as a
72         value of property `safe-chars'.
74         * international/mule-cmds.el (encode-coding-char): Check property
75         safe-chars instead of safe-charsets.
77         * international/fontset.el (fontset-default): Modified for
78         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
79         (x-font-name-charset-alist): Likewise.
80         (ccl-encode-unicode-font): New CCL program.  Record it in
81         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
83         * language/european.el (mac-roman-decoder, mac-roman-encoder):
84         New translation tables.
85         (decode-mac-roman, encode-mac-roman): Definition of these CCL
86         programs are modified and moved from mac-win.el.
87         (mac-roman): Definition of this coding system is modified and
88         moved from mac-win.el.
89         
90 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
91         
92         * ediff-wind.el (ediff-setup-control-frame): Enclose
93         face-attribute in condition-case to avoid errors in older emacsen.
95 2000-10-29  Miles Bader  <miles@gnu.org>
97         * custom.el (custom-add-to-group): Allow multiple entries for a
98         given value OPTION, as long as their widget types are different.
99         * cus-edit.el (custom-face-value-create): If face name doesn't end
100         with "face", add such here (similar to custom group widgets).
102         * comint.el (comint-highlight-prompt): Add :type.
104 2000-10-28  John Wiegley  <johnw@gnu.org>
106         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
107         Changed this function to operate on a temporary buffer instead of
108         the main buffer.  This not only keeps flyspell from marking a
109         buffer as changed that wasn't, but it solves the jumpy cursor
110         problem when attempts are made to edit incorrect words.
111         (flyspell-maybe-correct-doubling): Same change as for
112         `flyspell-maybe-correct-transposition'.
114         * calendar/timeclock.el (timeclock-log): Doc fix.
115         (timeclock-last-event): Doc fix.
116         (timeclock-log): Kill the timelog buffer after appending a new
117         event.
118         (timeclock-find-discrep): Use a temp buffer to read in the
119         timelog, instead of visiting the file.
120         (timeclock-log-data): A new function, along with a host of helper
121         functions, for the purpose of making timelog data accessible to
122         programmers.
124         * eshell/esh-mode.el (window-height test): Make certain that
125         `eshell-stringify-t' is non-nil.
126         (eshell-password-prompt-regexp): Changed to a much simpler
127         password regexp.
128         (eshell-send-input): If `eshell-invoke-directly' returns t,
129         directly invoke the parsed command using `eval'.  This improves
130         turn-around time on simple commands by a factor of three or
131         greater, such as cd, ls, pwd, etc. -- which get used very often.
132         It also conserves thousands of cons cells per call (since
133         `eshell-do-eval' consumes memory like a Cookie Monster set loose
134         in the Pacific Cookie Company).
136         * eshell/esh-test.el (eshell-test): Whitespace fix.
138         * eshell/em-ls.el (eshell-ls-insert-directory): Make
139         `eshell-ls-initial-args' nil when inserting directory contents.
141         * eshell/em-script.el (eshell-script-initialize): Add names to
142         `eshell-complex-commands, since `source' and `.' are complex.
144         * eshell/esh-cmd.el (eshell-rewrite-for-command)
145         (eshell-rewrite-while-command): Use `eshell-protect' instead of
146         `eshell-copy-handles'.
147         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
148         bodies.
149         (eshell-separate-commands): Whitespace fix.
150         (eshell-complex-commands): Added a new list of names, for
151         determining whether a given command is as simple as it looks.
152         (eshell-invoke-directly): New function.  Returns t if a command
153         should be invoked directly (using `eval'), rather than indirectly
154         using `eshell-do-eval'.
155         (eshell-do-eval): Whitespace fix.
157         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
158         which provides an emulation of the DOS shell behavior of assuming
159         that cp/mv/ln should copy/move/link to the current directory.
160         (eshell-remove-entries): Added a doc string.
161         (eshell-shuffle-files): Removed the check for `target' being null.
162         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
163         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
164         it to do a smarter check of whether a destination was provided.
165         (eshell/mv, eshell/cp): Enable `:preserve-args'.
166         (eshell/ln): Enable `:preserve-args', and use
167         `eshell-mvcpln-template' to implement the body of the function.
168         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
169         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
170         list after flattening it.  This makes it possible to cat files
171         with numerical names.
172         (eshell-unix-initialize): Added several names to
173         `eshell-complex-commands.
174         (eshell-unix-command-complex-p): Return t if a given command name
175         may result in external processes being invoked.
177         * eshell/em-glob.el (eshell-glob-show-progress): Make this
178         variable nil by default, since it slows down glob processing by a
179         factor of two or more, and increases memory consumption.
181         * eshell/em-smart.el: Added a note about how memory consumptive
182         smart display mode can be (at least this is true in Emacs 21).
183         (eshell-smart-initialize): Whitespace fix.
184         (eshell-refresh-windows): Use `if' instead of `when'.
185         (eshell-smart-scroll-window): Calling `save-current-buffer' was
186         not necessary.
187         (eshell-currently-handling-window): Added a missing global
188         variable.
190         * eshell/em-ls.el (eshell-do-ls): Code simplification.
191         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
192         Whitespace fix.
193         (eshell-ls-exclude-hidden): Added this variable in addition to
194         `eshell-ls-exclude-regexp'.  This one prevents files beginning
195         with . from even being read, which can improve memory consumption
196         quite a bit.
197         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
198         read file entries beginning with a dot.  In home directories with
199         lots of hidden files, fully two-thirds of the time spent in ls is
200         used to read directory entries that are immediately thrown away.
201         (eshell-ls-initial-args): Added back this configuration variable,
202         for specifying default initial arguments to every call to ls.
203         Much faster than using an alias to do the same thing.
204         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
205         (eshell-ls-dir): Whitespace change.
207         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
209         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
210         available.
211         (eshell-stringify-t): Added a customization variable, to indicate
212         whether `t' should be rendered as a string at all.  If not, one
213         can still determine if the result of an expression is true using
214         "file-exists-p FILE && echo true".
215         (eshell-stringify): If `eshell-stringify-t' is nil, don't
216         stringify t!
218         * eshell/esh-module.el: Whitespace fix.
220         * eshell/em-alias.el (eshell-alias-initialize): Added
221         `eshell-command-aliased-p' to `eshell-complex-commands'.
222         (eshell-command-aliased-p): New function that returns t if a
223         command name names an aliased.
225 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
226         
227         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
228         redrawing the screen when changing cursor color.
229         (viper-insert-state-pre-command-sentinel)
230         (viper-replace-state-pre-command-sentinel)
231         (viper-replace-state-post-command-sentinel):
232         Use viper-preserve-cursor-color.
233         Many functions changed to use viper= instead of = when comparing
234         characters.
235         * viper-util.el (viper-memq-char,viper=): New functions for
236         working with characters.
237         (viper-change-cursor-color): Fixed buglet.
238         Many functions changed to use viper= instead of = when comparing
239         characters.
240         * viper.el (viper-insert-state-mode-list): Added eshell.
241         
242         * ediff-init.el (ediff-before-setup-hook): New hook.
243         Several typos fixed in various docstrings.
244         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
245         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
246         hook.
247         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
248         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
249         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
250         (ediff-get-selected-buffers): New function.
251         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
252         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
253         save-window-excursion.
254         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
255         termination check in while loop.
256         * ediff.el (ediff-get-default-file-name): Better defaults when in
257         dired buffer.
258         (ediff-files,ediff-merge-files,ediff-files3)
259         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
260         
261 2000-10-28  Dave Love  <fx@gnu.org>
263         * info.el (Info-fontify-node): Add help-echo for menu items.
265 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
267         * startup.el (normal-top-level): If the value of $TERM indicates
268         we are running from xterm or one of its work-alikes, default to a
269         light background mode.
271         Support for -fg, -bg, and -rv command-line arguments for TTYs:
272         * faces.el (tty-handle-reverse-video): New function.
273         (tty-create-frame-with-faces): Call it.
275         * frame.el (frame-notice-user-settings): Don't apply
276         default-frame-alist and initial-frame-alist to MS-DOS frames.
277         Call tty-handle-reverse-video, frame-set-background-mode, and
278         face-set-after-frame-default for non-MS-DOS frames.
280         * startup.el (tty-long-option-alist): New variable.
281         (tty-handle-args): New function.
282         (command-line): Call tty-handle-args.
284         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
285         startup.el now does that for all character-terminal frames.
287 2000-10-28  Miles Bader  <miles@gnu.org>
289         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
290         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
291         global.  If :global is followed by a non-nil but non-t value,
292         make the mode buffer-local, but also generate a `global-MODE'
293         version using `easy-mmode-define-global-mode'.  Add
294         :conditional-turn-on keyword argument.
296 2000-10-28  Dave Love  <fx@gnu.org>
298         * international/latin1-disp.el (latin1-char-displayable-p): Don't
299         use window-system.
301 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
303         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
304         Don't call find-buffer-file-type-coding-system.  Instead, just
305         set eol-type to -unix if inhibit-eol-conversion is in effect, or
306         if the file is on an untranslated filesystem.
307         (add-untranslated-filesystem): Use "D" instead of "f" inside
308         interactive.
310 2000-10-27  Dave Love  <fx@gnu.org>
312         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
313         (refill-mode): Use it.
315 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
317         * international/quail.el (quail-activate): Don't make-local-hook.
319 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
321         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for 
322         manual backups and file.~<rev>.~ for automatic ones.
323         (vc-make-version-backup): Don't do it on MS-DOS without long file
324         names.
325         
326         * vc.el (vc-version-other-window): If an automatic backup of the
327         desired version exists, rename it instead of copying it.
329         * vc-cvs.el (vc-cvs-checkin): Check both status and error message 
330         after command.  If there's an unexpected error, signal it instead 
331         of being silent.
332         (vc-cvs-merge-news): Be prepared for no news at all.
333         
334 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
336         * shell.el (shell): Add BUFFER argument.
337         * comint.el (make-comint-in-buffer): New function.
338         (make-comint): Use it.
340         * faces.el (face-spec-choose): Change syntax so that the list of
341         attribute-value pairs is now the cdr of each clause, not the cadr.
342         Detect old-style entries, and handle them.  Use pop.
344 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
346         * cus-edit.el (custom-mode-map): Use a sparse map.
347         (custom-mode): Don't bother with make-local-hook.
349         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
351         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
353 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
355         * ps-print.el: Avoid compilation gripes.
356         (ps-print-version): New version number (6.2.1).
357         
358 2000-10-26  Dave Love  <fx@gnu.org>
360         * menu-bar.el: Modify some menu item help strings.
361         (menu-bar-help-menu): Add link to MORE.STUFF.
363         * cus-edit.el (custom-mode): Add `special' mode-class property.
365         * wid-browse.el (widget-browse-mode): Likewise.
367         * wid-edit.el (widget-specify-field): Revert to using local-map
368         property, not keymap.
370 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
372         * wid-edit.el (widget-field-end): When checking for a `boundary'
373         field, do so in the correct buffer.
375         * simple.el (undo): Correctly distinguish between numeric and
376         non-numeric prefix args in non-transient-mark-mode, as per the doc
377         string.  When in transient-mark-mode, treat all prefix-args as
378         numeric.
380         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
381         Position point on match.  Handle N == 0 correctly.
383         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
384         (comint-mode-map): Reverse order of `comint-write-output' and
385         `comint-append-output-to-file'.
386         (comint-append-output-to-file): Reinstate this function, for the
387         benefit of the menu.
389 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
391         * vc.el (vc-version-other-window): Bind `file'.
393 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
395         * Makefile.in (update-authors): New target for maintenance purposes.
397         * emacs-lisp/authors.el (batch-update-authors): New function.
398         (authors-fixed-entries): New defconst.
399         (authors-add-fixed-entries): New function.
400         (authors): Call it.: Don't process lispref/.
402 2000-10-25  Jason Rumney  <jasonr@gnu.org>
404         * cus-edit.el (custom-button-face, custom-button-pressed-face):
405         Merge x w32 and mac definitions.
407 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
409         * menu-bar.el (menu-bar-options-menu): Add a help string for
410         `uniquify'.
412 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
414         * time-stamp.el (time-stamp-string-preprocess):
415         Fix a wrong type argument error.
417 2000-10-25  Miles Bader  <miles@gnu.org>
419         * recentf.el (recentf-mode): Variable removed.
420         (recentf-mode): Use `define-minor-mode'.
422         * mwheel.el (mouse-wheel-mode): New global minor mode.
423         (mwheel-install): Use `mouse-wheel-mode'.
425 2000-10-25  Dave Love  <fx@gnu.org>
427         * progmodes/cperl-mode.el (cperl-mode):
428         Set normal-auto-fill-function correctly.
430         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
431         inherit from global-map and don't nullify menu-bar and tool-bar
432         bindings.
434 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
436         * wid-edit.el (widget-field-at): New function.
437         (widget-at, widget-field-activate): Use it.
438         (widget-tabable-at): Use `widget-at'.
439         (widget-specify-field): If the terminating character of the widget
440         field (which is read-only) is a newline, put it into a special
441         `boundary' field so that C-n/C-p act more naturally.
442         (widget-field-end): Also don't subtract one if a special
443         `boundary' field has been added after the widget field.
445         * comint.el (comint-output-filter, comint-send-input): Don't
446         bother adding stickiness fields to overlays to fool the field
447         code, since it should notice the overlay insertion-types now.
449         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
450         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
451         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
453 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
455         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
456         (authors): Set file coding system to iso-2022-7bit.  Add
457         file-local variables to output buffer.
459         * files.el (after-find-file): Don't print any warnings if 
460         WARN is nil.
462 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
464         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
466         * delim-col.el: Now there is a column formatting mechanism.
467         Modified to customization mechanisms convention.  Doc fix.
468         (columns): New group for delim-col.
469         (delimit-columns-before, delimit-columns-after)
470         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
471         (delimit-columns-end): New vars.
472         (delimit-columns-customize, delimit-columns-format): New funs.
473         (delimit-columns-region, delimit-columns-rectangle)
474         (delimit-columns-rectangle-line): Modified to support column
475         formatting.
476         
477 2000-10-24  Dave Love  <fx@gnu.org>
479         * log-edit.el (log-edit): Add :version and a :group for vc.
481 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
483         * files.el (after-find-file): Don't print a message ``New file''
484         if WARN is nil.
486         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
487         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
488         get duplicate tool-bar entries because we'll see the global ones
489         on more than one path through keymaps.
491         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
493         * progmodes/cmacexp.el: Change Francesco's email address.
495 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
497         * window.el (fit-window-to-buffer): Adjust point of the window
498         buffer, not that of the current buffer.
500 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
502         * progmodes/cmacexp.el: Update the euthor's email address.
504 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
506         * faces.el (face-spec-set-match-display): Add `graphic' display
507         type (the inverse of `tty').  Use `display-graphic-p' instead of
508         the window-system variable.
510 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
512         * international/isearch-x.el (isearch-with-input-method): Call
513         input-method-function with the first event in
514         unread-command-events.
516 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
518         * faces.el (face-default-spec, face-user-default-spec): Make
519         defsubsts.
521 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
523         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
524         New charsets.
526         * term/mac-win.el: Remove definitions of mac-roman-lower and
527         mac-roman-upper, require dired, and define instead of set
528         mac-ready-for-drag-n-drop to avoid compilation error.
530 2000-10-23  Andrew Innes  <andrewi@gnu.org>
532         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
533         superfluous calls to subst-char-in-string; instead apply
534         expand-file-name after convert-standard-filename to ensure
535         expected directory separators are used.
537 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
539         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
541 2000-10-23  Dave Love  <fx@gnu.org>
543         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
544         (tool-bar-add-item): Set foreground and background for XBM icons.
546         * international/latin1-disp.el (latin1-char-displayable-p): New
547         function (from Handa).
548         (latin1-display-check-font): Use it.
550         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
551         using :key-sequence, making it much more usable.  Use nconc, not
552         append.
553         (imenu--create-keymap-1): Avoid append.
555         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
557 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
559         [the following changes fix a bug where `define-minor-mode' didn't
560         correctly generate :require clauses for defcustoms in compiled files]
561         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
562         (byte-compile-log-file, byte-compile-log-1): Don't set
563         `byte-compile-current-file' to nil.  Instead set
564         `byte-compile-last-logged-file' to it.  Test whether
565         byte-compile-current-file equals byte-compile-last-logged-file
566         instead of whether its nil.
567         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
569 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
571         * textmodes/refill.el: Fix var names in doc.
572         (refill-mode): Don't bother with make-local-hook anymore.
574 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
576         * faces.el (face-user-default-spec, face-default-spec): New functions.
577         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
578         (frame-set-background-mode, face-set-after-frame-default): 
579         Use `face-user-default-spec'.  Simplify code slightly.
581         * woman.el (woman-italic-face, woman-bold-face) 
582         (woman-unknown-face): Add dark-background variants.
583         (woman-default-faces): Renamed from `woman-colour-faces'.
584         Set using the stored defaults, rather than using hard-wired colors.
585         (woman-monochrome-faces): Renamed from `woman-black-faces'.
586         Just make the foreground `unspecified' rather than "black".
587         (woman-menu): Rename menu entries accordingly.
589         * faces.el (header-line): Make more reasonable on mono/grayscale
590         displays.
592 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
594         * cus-edit.el (custom-button-face): Use 3D look for mac.
595         (custom-button-pressed-face): Likewise.
597         * faces.el (set-face-attributes-from-resources): Handle mac frames
598         in the same way as x and w32 frames.
599         (face-valid-attribute-values): Likewise.
600         (read-face-attribute): Likewise.
601         (defined-colors): Likewise.
602         (color-defined-p): Likewise.
603         (color-values): Likewise.
604         (display-grayscale-p): Likewise.
605         (face-set-after-frame-default): Likewise.
606         (mode-line): Same default face as for x and w32.
607         (tool-bar): Likewise.
609         * frame.el: Remove call to frame-notice-user-settings at end of
610         the file.
612         * info.el (Info-fontify-node): make underlines invisible for mac
613         as for x, pc, and w32 frame types.
615         * term/mac-win.el: New file.
617 2000-10-22  Dave Love  <fx@gnu.org>
619         * textmodes/refill.el: New file.
621 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
623         * vc-hooks.el (vc-version-backup-file-name): New optional args 
624         MANUAL and REGEXP.
625         (vc-delete-automatic-version-backups, vc-make-version-backup): 
626         New functions.
627         (vc-before-save): Use the latter.
628         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
629         confusion.
631         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as 
632         expected by vc[-hooks].el.
634         * vc.el (vc-checkout): Added `-p' suffix in call to
635         vc-make-version-backups-p; use vc-make-version-backup to actually
636         make the backup.
637         (vc-version-other-window, vc-version-backup-file): Handle both
638         automatic and manual backups.
639         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
640         of all of them.
642 2000-10-22  Miles Bader  <miles@gnu.org>
644         * comint.el (comint-highlight-input, comint-highlight-prompt):
645         Renamed, `-face' at end removed.
646         (comint-send-input, comint-output-filter): Use renamed faces.
648         * window.el (fit-window-to-buffer): Change defaulting of
649         MAX-HEIGHT slightly.
651         * faces.el (color-values, color-defined-p): Use `member', not
652         `memq', because it works correctly for strings.
653         (frame-set-background-mode): Actually, "unspecified-fg" and
654         "unspecified-bg" *are* strings.  Use `member', not `memq', and
655         `equal', not `eq', when a string value is possible.
657 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
659         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
661 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
663         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
664         sh-electric-rparen, sh-electric-less and sh-electric-hash.
665         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
666         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
667         (sh-font-lock-syntactic-keywords): Use them.
668         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
669         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
670         (sh-mode): Don't override font-lock-unfontify-region-function.
671         Use a copy of sh-font-lock-syntactic-keywords.
672         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
673         Don't call sh-scan-buffer since font-lock does it on the fly.
674         (sh-get-indent-info): Use `face' rather than `syntax-table'
675         text-property to detect here-documents.
676         Replace sh-special-syntax with sh-st-punc.
677         (sh-prev-line): Use `face' rather than `syntax-table'
678         text-property to skip over here-documents.
679         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
680         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
681         (sh-electric-less, sh-set-here-doc-region)
682         (sh-remove-our-text-properties, sh-search-word, sh-scan-case) 
683         (sh-scan-buffer, sh-rescan-buffer): Remove.
685 2000-10-21  Andrew Innes  <andrewi@gnu.org>
687         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
688         remote (ange-ftp) file names.
690 2000-10-21  Miles Bader  <miles@gnu.org>
692         * window.el (fit-window-to-buffer): New function.
693         (shrink-window-if-larger-than-buffer): Use it.
694         (window-text-height): Don't expect minibuffers to have mode-lines.
696         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
697         * international/quail.el (quail-update-guidance): Use
698         `fit-window-to-buffer' instead of `set-window-text-height'.
700         * international/quail.el (quail-show-guidance-buf): Make sure
701         guidance window really has enough room.
702         (quail-update-guidance): If quail-guidance-win is already shown,
703         make sure its height is OK.
705         * window.el (window-text-height, set-window-text-height):
706         New functions.
707         (shrink-window-if-larger-than-buffer): Use `window-text-height'
708         instead of `window-height' & `mode-line-window-height-fudge'.
709         (mode-line-window-height-fudge): Add FACE parameter.
710         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
711         instead of `enlarge-window' & `mode-line-window-height-fudge'.
713 2000-10-20  Miles Bader  <miles@gnu.org>
715         * window.el (height-affecting-face-attributes): Use `defconst'.
717         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
718         New function, conditionally aliased to `mode-line-window-height-fudge'.
719         (ispell-help): Use it.
720         (ispell-choices-win-default-height): Don't include mode-line fudge.
721         (ispell-choices-win-default-height): New function.
722         (ispell-show-choices, ispell-command-loop): Use function
723         `ispell-choices-win-default-height' instead of variable.
725 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
727         * window.el (mode-line-window-height-fudge): New variable.
728         (height-affecting-face-attributes): New variable.
729         (mode-line-window-height-fudge): New function.
730         (shrink-window-if-larger-than-buffer): Use it.
731         * help.el (resize-temp-buffer-window): Likewise.
733         * info.el (Info-fontify-node): Add support for @subsubsection
734         titles, which use `Info-title-4-face'.
735         (Info-title-4-face): New face.
736         (Info-title-3-face): Inherit from Info-title-4-face instead of
737         variable-pitch.
739 2000-10-19  Jason Rumney  <jasonr@gnu.org>
741         * dired.el (dired-insert-directory): Do not let errors signalled by
742         attempt to run dired-free-space-program prevent dired from working.
744 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
746         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
748 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
750         * dirtrack.el (dirtrack): Fix call to run-hooks.
752         * cmuscheme.el (cmuscheme-program-name): Renamed from
753         scheme-program-name because xscheme.el contains a defcustom with
754         the same name.  As a consequence, customizing group `cmuscheme'
755         loaded `xscheme' which redefined run-scheme.
756         (run-scheme): Use cmuscheme-program-name.
758         * ps-print.el (ps-print-emacs-type): Move into the
759         eval-and-compile.
761         * play/doctor.el (doctor-death): Update the Samaritans'
762         anonymous address, and add a website for Befrienders International.
763         
764 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
766         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
767         Avoid compilation gripes.  Doc fix.
768         (ps-print-version): New version number (6.2).
769         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
770         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
771         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
772         (ps-x-extent-priority, ps-x-extent-start-position)
773         (ps-x-face-font-instance, ps-x-find-coding-system)
774         (ps-x-font-instance-properties, ps-x-make-color-instance)
775         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
776         avoid compilation gripes without defining functions.
777         (ps-e-find-composition): Alias for function find-composition, to have a
778         suitable function depending on Emacs version.
779         (ps-color-device, ps-color-values, ps-face-foreground-name)
780         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
781         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
782         (ps-print-ensure-fontified): Function definitions surrounded by
783         `eval-and-compile' to avoid compilation gripes.
784         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
785         by symbol-value to avoid compilation gripes.
786         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
787         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
789 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
791         * startup.el (normal-top-level): Call `frame-set-background-mode'
792         after `frame-notice-user-settings' because the latter doesn't call
793         the former on a tty.
795         * faces.el (frame-set-background-mode): `unspecified' &c are
796         symbols, not strings.
798 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
800         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
801         why some "light*" colors are deliberately absent from the alist.
803         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
804         Change colors for tty's, as suggested by Miles Bader.
806 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
808         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
809         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
810         for ISO10646-1 fonts.
811         (x-font-name-charset-alist): Add an entry for "iso10646-1".
813 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
815         * faces.el (frame-set-background-mode): If a tty frame defines a
816         background color, use that to compute the background mode, instead
817         of always defaulting to "dark".
819 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
821         * comint.el (comint-write-output): New function.
822         (comint-mode-map): Add it to the menu.
823         Bind `C-c C-s' to comint-write-output.
825 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
827         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
828         Use fancy-splash-delay.
830 2000-10-18  Alex Schroeder  <alex@gnu.org>
832         * progmodes/sql.el (sql-sybase-options): New option.
833         (sql-sybase): Use it.  Add sql-database to the list of parameters
834         provided for login.  The options -w 2048 -n are not used any more.
836         * comint.el (comint-read-input-ring): Bugfix such that the first
837         and the last entry of the input ring file are not lost.
839 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
841         * ps-print.el: Internal variable changes to defcustom,
842         make-local-hook changes to defvar.  Doc fix.
843         (ps-print-version): New version number (6.1).
844         (ps-setup, ps-do-despool): Code fix.
845         (ps-printer-name): Customization fix.
846         (ps-printer-name-option): Now is a defcustom instead of an
847         internal variable.
848         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
849         (ps-print-begin-column-hook): Now are defvar instead of
850         make-local-hook.
851         
852 2000-10-18  Miles Bader  <miles@gnu.org>
854         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
855         (comint-kill-output): Changed into an alias for `comint-delete-output',
856         and made obsolete.
857         (comint-mode-map): Rename references to comint-kill-output.
859 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
861         * diff-mode.el (diff-header-face, diff-file-header-face)
862         (diff-changed-face): Add bold and italic attributes to tty faces.
863         (diff-function-face): New face.
864         (diff-font-lock-keywords): Use it.
866 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
868         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
869         Remove commented-out call to force-mode-line-update.
870         (comint-kill-output): Use `forward-line 0' instead of
871         beginning-of-line to make sure we get past the prompt.
873 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
875         * diff-mode.el (diff-header-face, diff-file-header-face):
876         Add specific setting for dark background.
877         (diff-context-face): Renamed from diff-comment-face.
878         Set explicitly rather than inheriting from font-lock-comment-face.
880 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
882         * startup.el (command-line): Move the code which sets the default
883         TTY colors to before before-init-hook.
885 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
887         * jit-lock.el (jit-lock-stealth-time): Doc fix.
889 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
891         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
892         extensions, for MS-DOS.
894         * diff-mode.el (diff-header-face, diff-file-header-face)
895         (diff-changed-face): Define tty-specific colors.
897 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
899         * startup.el (fancy-splash-text): Realign the text.
901 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
903         * font-lock.el (font-lock-comment-face): Define a separate default
904         for dark-background tty's.
906 2000-10-17  Miles Bader  <miles@gnu.org>
908         * help.el (resize-temp-buffer-window): Add hack to avoid last line
909         being obscured by whizzy mode-lines on graphics displays.
911 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
913         * info.el (Info-title-1-face, Info-title-2-face)
914         (Info-title-3-face): Define colors for tty's.
915         (info-header-node): Remove unneeded tty-specific definition.
917 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
919         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
920         reverse from the frame parameters, and don't invert foreground and
921         background colors.
923 2000-10-16  Miles Bader  <miles@gnu.org>
925         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
926         string "*Info*".  Call propertized-buffer-identification to spruce
927         up the result.
929 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
931         * help.el: Provide `help' for the sake of define-minor-mode
932         which generates defcustoms with requires.
934         * jit-lock.el (jit-lock-after-change): If we're in text that
935         matches a multi-line font-lock pattern, make sure the whole text
936         will be redisplayed.
938         * emacs-lisp/authors.el (authors-add): Don't add an entry if
939         author's name is unknown.
941         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
942         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
943         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
944         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
945         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
946         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
947         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
948         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
949         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
950         Add author information.
952 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
954         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
955         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
956         full-color version (using the Gimp) to eliminate dithering artifacts.
958 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
960         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
962         * simple.el (syntax-flag-table, string-to-syntax): Remove.
964 2000-10-15  Dave Love  <fx@gnu.org>
966         * progmodes/sh-script.el: Require skeleton and comint when
967         compiling.
969         * pcomplete.el (pcomplete) <defgroup>: Add :version.
971         * whitespace.el: Doc fixes.
972         (top-level): Don't add hooks here.
973         (whitespace-running-emacs): Deleted.
974         (timer): Don't require.
975         (whitespace): Add back :version conditional on xemacs test.
976         (whitespace-spacetab-regexp, whitespace-indent-regexp)
977         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
978         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
979         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
980         Avoid specific xemacs test.
981         (whitespace-global-mode): New option.
982         (whitespace-global-mode): New command.
983         (whitespace-unload-hook): New function.
985         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
986         (Info-fontify-node, Info-goto-node, Info-mode-menu) 
987         (Info-fontify-node): `Goto' goes to `Go to'.
988         (Info-fontify-node): Add help-echo to xref links.
990 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
992         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
994 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
996         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
997         Use plist-get and allow :inherit.
999         * emacs-lisp/cl-macs.el (cl-do-arglist):
1000         Use plist-get and plist-member instead of memq.
1002         * emacs-lisp/ewoc.el (ewoc-location): New function.
1003         (ewoc-enter-after, ewoc-enter-before): Document return value.
1004         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1005         Don't need make-local-hook any more.
1006         (cvs-addto-collection): Return the new tin.
1007         (cvs-mode-insert): Jump to the new line.
1009         * jit-lock.el (jit-lock-fontify-buffer): Remove.
1011         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1013         * font-lock.el (font-lock-syntactically-fontified): New var.
1014         (font-lock-fontify-syntactic-keywords-region): Use it.
1015         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
1017         * diff-mode.el (diff-find-file-name): Fix regexp.
1019         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1020         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1022         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1023         (sh-mode-syntax-table): Add punctuation syntax for < and >.
1024         (sh-mode): Don't make all vars local here.
1025         (sh-kw): Reformat.
1026         (sh-set-shell): Use dolist.  Don't set indent-region-function.
1027         (sh-mode-syntax-table): Use pop.
1028         (sh-remember-variable): Use push.
1029         (sh-help-string-for-variable): Use memq.
1030         (sh-safe-backward-sexp): Remove.
1031         (sh-safe-forward-sexp): Add ARG.
1032         (sh-get-indent-info, sh-prev-stmt): Use it.
1033         (sh-prev-line): Simplify by using forward-comment.
1034         (sh-this-is-a-continuation): Simplify.
1035         (sh-learn-buffer-indent): Use dolist.
1036         (sh-do-nothing): Remove.
1037         (sh-set-char-syntax, sh-set-here-doc-region):
1038         Use inhibit-modification-hooks.
1039         (sh-name-style): Use mapcar and push.
1040         (sh-load-style): Use dolist.
1041         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1042         (sh-case, sh-while-getopts): Use propertize directly rather
1043         than sh-electric-rparen.
1045 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
1047         * textmodes/tex-mode.el: Require CL when compiling.
1048         (tex-mode-syntax-table): Init immediately.
1049         (tex-mode-map): Bind M-RET to latex-insert-item.
1050         (latex-mode): Set indent-line-function to latex-indent.
1051         (tex-common-initialization): Don't setup the syntax-table any more.
1052         (latex-insert-item): New skeleton.
1053         (tex-next-unmatched-end): Fix copy/paste braino.
1054         (latex-syntax-after, latex-skip-close-parens, latex-down-list) 
1055         (latex-indent, latex-find-indent): New functions.
1056         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table) 
1057         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1058         (tex-compilation-parse-errors): Use with-syntax-table.
1060 2000-10-15  Miles Bader  <miles@gnu.org>
1062         * font-lock.el (font-lock-comment-face): Change dark-background,
1063         color, non-tty, default to `chocolate1'.
1065 2000-10-13  John Wiegley  <johnw@gnu.org>
1067         * eshell/esh-util.el (require): Added a missing `require' form,
1068         needed when compiling (for an ange-ftp macro definition).
1070 2000-10-13  Dave Love  <fx@gnu.org>
1072         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1074 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
1076         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1077         fix.
1079         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace 
1080         transparent -colors 8).
1082 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
1084         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1085         that breaks with old list format timestamps.
1086         (time-stamp-warn-inactive, time-stamp-old-format-warn)
1087         (time-stamp-count, time-stamp-conversion-warn): Improved doc
1088         strings.
1090 2000-10-13  John Wiegley  <johnw@gnu.org>
1092         * align.el, pcomplete.el, calendar/timeclock.el,
1093         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1095         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
1096         faulty math, where holiday hours were being computing as seconds.
1098 2000-10-13  John Wiegley  <johnw@gnu.org>
1100         * desktop.el (desktop-buffer-modes-to-save): Added a global for
1101         specifying what "other" kinds of buffers should be saved.  This
1102         used to be hard-coded.
1103         (desktop-buffer-misc-functions): A global for specifying how
1104         auxiliary data should be determined for special buffer types.
1105         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1106         instead of hard-coding the special buffer types.
1107         (desktop-save): Run `desktop-buffer-misc-functions' to gather
1108         auxiliary data, instead of hard-coding for Info buffers and dired.
1109         (desktop-buffer-info-misc-data): Aux function for determining Info
1110         buffer auxiliary info.
1111         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1112         (desktop-buffer-info): Changed this function to use the info
1113         gathered above.
1114         (desktop-create-buffer): Be a little more careful about what
1115         `minor-mode' means before calling it.  This is important for some
1116         buffer types.
1118 2000-10-13  John Wiegley  <johnw@gnu.org>
1120         * eshell/esh-util.el: Added a global form which declares an
1121         autoload for `parse-time-string', if that function is not already
1122         defined, and if parse-time.el is available on the user's system.
1124         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1125         to be aware of ange-ftp user info.
1126         (eshell-do-ls): Bind `ange-cache'.  Also, use
1127         `eshell-file-attributes'.
1128         (eshell-ls-annotate): Use `eshell-file-attributes'.
1129         (eshell-ls-file): Made the user-id printing code a bit smarter.
1131         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1132         allow identification of alias user ids in remote directories.
1133         It's manual, but there's no other way to know when the current
1134         user on the local machine, is also the owning user on the remote
1135         machine.
1136         (fboundp): Bind `ange-cache'.
1137         (eshell-directory-files-and-attributes): Re-organized the logic a
1138         bit to use `eshell-file-attributes' instead of `file-attributes'.
1139         The former is more sensitive to directories that are read via FTP,
1140         and knows how to use ange-ftp to determine full attribute
1141         information, instead of just the name and last modtime.
1142         (eshell-current-ange-uids): Return the current user id when in a
1143         remote directory.
1144         (eshell-parse-ange-ls): Parse a full directory listing that has
1145         been returned by ange-ftp.
1146         (eshell-file-attributes): This beefed up version of
1147         `file-attributes' is only special if the user is currently in a
1148         remote directory, in which case it does a lot of work to find out
1149         what the real attributes of a file are, as they appear on the
1150         remote machine.  This makes usage of remote directories (i.e.,
1151         ange-ftp pathnames) much more useful.  You can now use Eshell as a
1152         full-fledged FTP client, with much more manipulation ability than
1153         most other clients.
1155         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1156         variable, which means that Eshell's du should always be preferred
1157         in remote directories.
1158         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1159         just `file-attributes'.
1160         (eshell-mvcp-template): Bind `ange-cache', to improve performance
1161         when reading remote directories.  This is an Eshell-specific
1162         variable (not part of ange-ftp).
1163         (eshell/ln): Bind `ange-cache'.
1164         (eshell/du): Added some extra logic for determining when to use
1165         Eshell's du (which is slow), and when to use the external version
1166         (which may or may not exist).
1168         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1169         `eshell-interactive-process', rather than using
1170         `get-buffer-process', since backgrounded processes don't count in
1171         the context of this function's logic.
1173         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1174         `forward-char', so that null strings are parsed correctly.
1176 2000-09-13  John Wiegley  <johnw@gnu.org>
1178         * eshell/em-pred.el (eshell-pred-file-type,
1179         eshell-pred-file-links, eshell-pred-file-size): Use
1180         `eshell-file-attributes'.  This is more correct over ange-ftp.
1182         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1183         that remote file globbing is more efficient.
1185         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1186         gathering the files and attributes within a directory.
1188         * eshell/em-unix.el (eshell/cat): If any of the files passed on
1189         the command line is a special file (not a regular file, directory
1190         or symlink), always attempt to call the external version of cat.
1192 2000-09-13  John Wiegley  <johnw@gnu.org>
1194         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1195         Eshell-friendly version of find-tag.
1197 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
1199         * image-file.el (image-file-name-extensions) 
1200         (image-file-name-regexps): Add autoload cookies.
1202 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
1204         * international/mule-cmds.el (select-safe-coding-system): If FROM
1205         is string, show it in *Warning* buffer.
1207 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
1209         * startup.el (normal-top-level): Use display-popup-menus-p instead
1210         of window-system.
1211         (command-line): Use display-graphic-p instead of window-system.
1212         (command-line-1): Use display-popup-menus-p and display-mouse-p
1213         instead of window-system.
1215 2000-10-12  Sam Steingold  <sds@gnu.org>
1217         * tooltip.el (tooltip-use-echo-area): New user variable.
1218         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1220 2000-10-12  Dave Love  <fx@gnu.org>
1222         * recentf.el: Maintainer's checkdoc fixes.
1224         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1225         character class, not ASCII when matching file names.
1226         (fancy-splash-head): Add trailing slash to URL.
1227         (command-line): Don't require XPM support for toolbar.
1229         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1230         (cperl-invalid-face): Revert last change.
1231         (cperl-init-faces): Quote cperl-invalid-face.
1233 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
1235         * startup.el (fancy-splash-text): Remove superfluous quote.
1237 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
1239         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1240         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1241         (command-line-1): Don't use fancy-splash-pending-command.
1242         (fancy-splash-screens-1): Goto point-min after inserting text.
1244         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1246         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1247         instead of shared-lisp-mode-map.
1249 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
1251         * faces.el (header-line): Change tty-variant to use underlining.
1253         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1254         (isearch-highlight): Restore lazy-isearch face properties at old
1255         position, and suppress them at new position.
1256         (isearch-dehighlight): Restore lazy-isearch face properties.
1257         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1258         over the real isearch overlay, but in that case, don't give it a
1259         face property.  Use `push'.
1261 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
1263         * man.el (Man-getpage-in-background): Fix previous change.
1264         Decode the process output only when we are in multibyte mode.
1266 2000-10-11  Dave Love  <fx@gnu.org>
1268         * info.el (Info-mode-menu): Fix some help.
1269         (info-tool-bar-map): Add entry for Info-last.
1271         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1272         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1273         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1274         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1275         * toolbar/search-replace.xpm, toolbar/exit.xpm:
1276         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1277         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1278         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1279         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1280         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1281         Reduce colour requirements to 25 overall.  (Probably wants
1282         revisiting from the originals to reduce further.)
1284 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
1286         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1287         buffer-file-coding-system, instead of raw-text.
1288         (dehexlify-buffer): Bind coding-system-for-read to
1289         buffer-file-coding-system, instead of raw-text.
1291 2000-10-11  Sam Steingold  <sds@gnu.org>
1293         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1294         `underline' - fixes the bug introduced on 2000-09-21.
1296 2000-10-11  Dave Love  <fx@gnu.org>
1298         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1299         compiler warnings.
1300         (scheme-mode): Doc fix.
1301         (scheme-font-lock-keywords-1): Match `define-syntax'.
1303 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
1305         * faces.el (frame-set-background-mode): Pay attention to saved
1306         face specs as well as default ones.  Only do anything if the
1307         bg-mode or display-type has actually changed.  Use `dolist'.
1308         (region): Make dark-background `region' face less in-your-face.
1310 2000-10-10  Sam Steingold  <sds@gnu.org>
1312         * chistory.el, ielm.el, ledit.el:
1313         * progmodes/inf-lisp.el, progmodes/scheme.el:
1314         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1316 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
1318         * textmodes/texinfo.el: Update copyright and fix typo.
1320         * desktop.el (desktop-modes-not-to-save): New var.
1321         (desktop-save-buffer-p): Use it.
1322         Also, obey desktop-buffers-not-to-save even for non-file buffers.
1323         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1325 2000-10-10  Dave Love  <fx@gnu.org>
1327         * toolbar/tool-bar.el (tool-bar-add-item)
1328         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1329         display.
1331         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1332         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1333         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1334         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1335         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1336         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1337         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1338         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1339         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1340         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1341         the .xpms; probably need retouching.
1343 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
1345         * subr.el (add-to-list): Add optional argument APPEND.
1346         * battery.el (display-battery): Use `add-to-list'.
1348 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
1350         * play/zone.el (zone-timer, zone-wc-tbl): Rework
1351         these vars as symbol properties.
1352         (zone, zone-when-idle, zone-leave-me-alone)
1353         (zone-pgm-whack-chars): Use new symbol properties.
1355         * battery.el (display-battery): Doc spelling fix.
1357         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1358         property.
1360 2000-10-09  Dave Love  <fx@gnu.org>
1362         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1363         has been initialized before calling tool-bar-setup.
1364         (tool-bar-add-item-from-menu): Add autoload cookie.
1366 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
1368         * menu-bar.el (send-mail-item-name): New function.
1369         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1370         of mail-user-agent in the menu.  Don't display the "Send Mail"
1371         item if mail-user-agent is nil or its value is ignore.
1372         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1373         if read-mail-command is nil or its value is ignore.
1375         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1377 2000-10-09  Miles Bader  <miles@gnu.org>
1379         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1380         Correct image size.
1381         * toolbar/left_arrow.xpm: Correct image size.
1383         * jka-compr.el: Don't call `jka-compr-install' when loading (it
1384         will be done by the definition of `auto-compression-mode' if
1385         necessary.  Move code to uninstall existing file-name handler
1386         before definition of `auto-compression-mode'.
1388         * image-file.el (auto-image-file-mode): Move to the end of the
1389         file, because `define-minor-mode' actually calls the mode-function
1390         if the associated variable is non-nil, which requires that all
1391         needed functions be already defined.
1393         * mouse.el (popup-menu): Balance parens.
1395 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
1397         * mouse.el (popup-menu): Move the command call outside the loop
1398         so that popup-menu returns whatever the command returns.
1400         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
1401         (initialize-new-tags-table): Use run-hook-with-args-until-success.
1402         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1403         (tags-table-format-functions): Renamed from tags-table-format-hooks.
1405         * vc.el (vc-version-diff): diff-switches can be a list.
1406         Use relative filenames for prettier output.
1408         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
1409         (vc-post-command-functions): Remove old-VC compatibility code.
1411         * newcomment.el (comment-indent-default): Autoload.
1413         * font-lock.el (font-lock-defaults): Make buffer-local.
1414         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1415         (font-lock-choose-keywords):
1416         Ignore LEVEL unless KEYWORDS is a list of syms.
1417         (c-keywords, c++-keywords, objc-keywords, java-keywords):
1418         Don't wrap regexp-opt things in \(...\) unnecessarily.
1420         * jit-lock.el: Don't require font-lock any more.
1421         (jit-lock-functions): Make buffer-local.
1422         (jit-lock-saved-fontify-buffer-function): Remove.
1423         (jit-lock-mode): Remove autoload cookie.
1424         Remove font-lock specific code.
1425         (jit-lock-unregister): Don't bother handling complex hooks any more.
1426         (jit-lock-refontify): New function.
1427         (jit-lock-fontify-buffer): Use it.
1428         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1429         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1430         Add optional args START and END.
1431         Never call font-lock-fontify-region directly.
1432         (jit-lock-function, jit-lock-stealth-fontify): Use it.
1434         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1436 2000-10-08  Dave Love  <fx@gnu.org>
1438         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1440         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1442         * play/studly.el (studlify-region, studlify-word): Add autoload
1443         cookie.
1445         * play/morse.el (morse-region, unmorse-region): Add autoload
1446         cookie.
1448         * play/spook.el (spook-phrases-file): Use expand-file-name, not
1449         concat.
1451         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1452         insist on symbols starting with word syntax.
1453         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1454         (eval-defun-1): Doc fix.
1455         (indent-sexp): Use nconc to build up indent-stack.
1457         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1458         Gnus with little use.
1459         (mail-setup-hook): Add mail-abbrevs-setup to options.
1461         * recentf.el: Doc fixes.
1463         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1464         Clean up remainder.
1466         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
1467         without timezone and (8) with timezone to enforce some whitespace.
1468         Simplify code somewhat.
1470         * options.el (list-options): Doc that you should use customize.
1472         * iswitchb.el (iswitchb-mode): Add :require.
1474         * info.el (Info-goto-node, Info-menu): Doc fix.
1475         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1476         (info-tool-bar-map): New variable.
1477         (Info-mode): Use it.
1478         (Info-edit-map): Define all in defvar.
1479         (speedbar-attached-frame): Avoid compiler warning.
1481         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1482         (global-map): Bind [tool-bar] to a filtered map.
1483         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
1484         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1485         Allow PBM icons.
1486         (tool-bar-setup): Adjust calls of tool-bar-add-item.
1488         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1489         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1490         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
1491         icons, except up_arrow, which is left-arrow rotated.
1493         * imenu.el (imenu-add-to-menubar): Fix last change.
1495 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
1497         * generic-x.el (rul-generic-mode): Remove eval-when-compile
1498         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
1500 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
1502         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1503         typos in doc strings.
1505         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1506         the doc strings how to customize Font Lock faces.
1508         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1509         computing growth when dragging the header line.
1511 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
1513         * simple.el (kill-line): Doc fix.
1515 2000-10-08  Miles Bader  <miles@gnu.org>
1517         * faces.el (secondary-selection): Make foreground visible on tty.
1519         * jka-compr.el (auto-compression-mode): Move to the end of the
1520         file, because `define-minor-mode' actually calls the mode-function
1521         if the associated variable is non-nil, which requires that all
1522         needed functions be already defined.
1523         (with-auto-compression-mode): Add autoload cookie.
1525 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
1527         * files.el (find-backup-file-name) [ms-dos]: If support for long
1528         file names is not available, behave as if version-control were set
1529         to never.
1531 2000-10-07  Dave Love  <fx@gnu.org>
1533         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1534         (browse-url-gnome-moz): New function.
1535         (browse-url-browser-function): Use it.
1536         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1538 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
1540         * indent.el (tab-always-indent): New var.
1541         (indent-for-tab-command): Use it.
1543         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
1544         raise an error.  This way it can still default to a sane value.
1546 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
1548         * startup.el (fancy-splash-screens): Use local rather than global map.
1549         Don't use `update-menu-bindings' any more.
1550         Get rid of assumptions about keymap representation.
1552 2000-10-06  Dave Love  <fx@gnu.org>
1554         * textmodes/fill.el (sentence-end-double-space)
1555         (sentence-end-without-period):  Doc fix.
1556         (adaptive-fill-regexp): Purecopy.
1557         (unjustify-current-line): Use line-end-position.
1558         (fill-individual-paragraphs-prefix): Use line-beginning-position.
1560         * net/eudc-vars.el (eudc): Add :version, :link.
1562         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
1564         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1565         Fix for define-minor-mode.
1566         (function-at-point): Alias to function-called-at-point.
1568         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1570         * simple.el (backward-word): Doc fix.
1572         * image-file.el (image-file-name-regexp): image-file-regexps ->
1573         image-file-name-regexps.
1574         (image-file-name-extensions): Add pbm.
1576 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
1578         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1579         and add filename to the names so that diff-mode can jump to source.
1581         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
1582         (tex-font-lock-keywords, tex-font-lock-keywords-2)
1583         (tex-font-lock-keywords-1): Remove.
1584         (font-lock-turn-on-thing-lock): Use jit-lock-register.
1585         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
1586         (font-lock-default-fontify-region):
1587         Expand beg..end correctly when just following a multiline region.
1588         (font-lock-fontify-anchored-keywords):
1589         Include the anchor text as part of the multiline.
1591 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
1593         * loadup.el (toplevel): Load `loaddefs' before `help' because the
1594         latter needs the autoloaded define-minor-mode macro during the
1595         bootstrap.
1597         * startup.el (command-line): For now, activate tool-bar-mode only
1598         if XPM images are supported.
1600         * mouse.el (mouse-drag-header-line): Don't allow resizing a
1601         window by dragging a header-line at the top of the frame; that's
1602         confusing because the header-line doesn't move.
1603         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1604         of treating the event as a list.  Some cleanup.
1606 2000-10-06  Miles Bader  <miles@gnu.org>
1608         * simple.el (display-message-or-buffer): New function.
1609         (shell-command-on-region): Use `display-message-or-buffer'.
1611         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1612         docstring parts.
1614         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
1615         (smbclient-prompt-regexp): Add usage note to doc string.
1616         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1617         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1618         Use add-hook for adding the comint filter function, and only do so
1619         if it's not already in the global hook list.
1620         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1621         to `make-local-variable'.
1622         (nslookup-font-lock-keywords): Remove prompt entry.
1623         (nslookup): Don't set the process-filter.
1624         (finger): Exit the loop correctly when the regexps list runs out.
1625         (ftp, smbclient, smbclient-list-shares):
1626         Set the real major mode immediately, not after execing.
1627         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1629         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1631 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
1633         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1635         * which-func.el (which-func-format): Remove spurious space.
1636         (which-func-mode): Don't make it permanent-local.
1637         (which-func-ff-hook): Allow which-func-maxout to be nil.
1638         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
1639         (which-func-mode): Simplify.
1640         Use post-command-idle-hook rather than post-command-hook.
1641         Go through all buffers and update their state.
1642         (which-function): Also try add-log-current-defun-function.
1644         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1645         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1646         Update call to with-vc-properties accordingly.
1647         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1648         (vc-revert-buffer): More careful about window selection and deletion.
1649         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1651         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1652         (cvs-retrieve-revision): Reuse a pre-existing buffer.
1653         (cvs-dired-action): Change the default to quickdir.
1655         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1656         if comment-indent-function returns nil.
1657         (comment-indent-default): New function.
1658         (comment-indent-function): Use it and document the new semantics.
1660         * image-file.el: Docstring fixes.
1662         * help.el (help-xref-on-pp): Use match-string.
1663         (describe-variable): New arg BUFFER.
1664         Store the current buffer in the help-xref-stack.
1665         (temp-buffer-resize-mode): Use define-minor-mode.
1667         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1668         consistently with its docstring.
1669         Set jit-lock-first-unfontify-pos in an idempotent way.
1670         (jit-lock-register): Autoload and add arg CONTEXTUAL.
1672 2000-10-05  Alex Schroeder  <alex@gnu.org>
1674         * sql.el (sql-mysql-options): New variable.
1675         (sql-mysql): Use it.
1677 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
1679         * image.el (image): New group.
1681         * smerge-mode.el (smerge-mine-face, smerge-other-face)
1682         (smerge-base-face, smerge-markers-face): Add dark-background variants.
1684 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
1686         * net/net-utils.el (nslookup-font-lock-keywords)
1687         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
1688         Ignore the value of wqindow-system; always define keywords
1690 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
1692         * startup.el (fancy-splash-screens): Remove the code for
1693         debugging; `(trace-to-stderr "EXITTT\n")'.
1695 2000-10-05  Miles Bader  <miles@gnu.org>
1697         * diff-mode.el (diff-goto-source): Update call to
1698         `diff-hunk-status-msg' to reflect new REV variable.
1700 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
1702         * progmodes/icon.el (icon-mode):
1703         Don't gratuitously override the default for comment-column.
1705         * vc-hooks.el (vc-mode-line): Fix interactive spec.
1707         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
1708         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
1709         (jit-lock-functions): New var.
1710         (jit-lock-function-1): Use it if non-nil.
1711         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
1712         Set the `fontified' property before doing the fontification to avoid
1713         repeatedly going through the same error.
1714         Don't turn errors into messages.
1715         (jit-lock-register, jit-lock-unregister): New functions.
1717         * dired.el (dired-mark-pop-up): Turn comment into docstring.
1718         Use with-current-buffer.
1720         * dired-aux.el (dired-do-create-files, dired-kill-tree):
1721         Turn comment into docstring.
1723         * apropos.el (apropos-mode): Use define-derived-mode.
1725 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
1727         * startup.el (fancy-splash-pending-command): New variable.
1728         (fancy-splash-pre-command): New function.
1729         (fancy-splash-screens): Rewritten.
1730         (command-line-1): If fancy-splash-pending-command is set, call it
1731         interactively.
1733 2000-10-04  Dave Love  <fx@gnu.org>
1735         * toolbar/tool-bar.el (tool-bar-setup): New function.
1736         (tool-bar-mode): Use it.
1738         * subr.el (substitute-key-definition): Doc fix.
1739         (play-sound-file): New command.
1741 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
1743         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
1744         vc-version-backup-file-name): New functions.
1746         * files.el (basic-save-buffer): Call vc-before-save before saving.
1748         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
1749         vc-cvs-stay-local-p.
1751         * vc.el (vc-revert-buffer): Handle empty diff properly.
1752         (vc-version-backup-file): New function.
1753         (vc-checkout): Create a version backup if necessary.
1754         (vc-checkin): If a version backup file exists, delete it.
1755         (vc-version-diff): Diff locally using version backups, if available.
1756         (vc-revert-file): If there's a version backup, revert locally.
1757         (vc-transfer-file): Use version backup for base version, if
1758         available.  If not, ask for confirmation whether to get it from the
1759         server.  Update mode line before check-in.
1761 2000-10-04  Dave Love  <fx@gnu.org>
1763         * toolbar/tool-bar.el (tool-bar-setup): New function.
1764         (tool-bar-mode): Use it.
1766 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
1768         * net/net-utils.el (nslookup-font-lock-keywords)
1769         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
1770         Only set if window-system is non-nil
1771         (net-utils-run-program): Returns buffer.
1772         (network-connection-reconnect): Added this function.
1774         * generic.el:
1775         Incorporates extensive cleanup and docfixes by
1776         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1777         Uses cl compile-time macros.
1778         (generic-mode-name, generic-comment-list)
1779         (generic-keywords-list, generic-font-lock-expressions)
1780         (generic-mode-function-list, generic-mode-syntax-table):
1781         Removed variables.
1782         (generic-mode-alist): Renamed to generic-mode-list.
1783         (generic-find-file-regexp): Default changed to "^#".
1784         (generic-read-type): Uses completing read on generic-mode-list.
1785         (generic-mode-sanity-check): removed this function.
1786         (generic-add-to-auto-mode): Removed this function
1787         (generic-mode-internal): Bind mode-specific definitions
1788         into function instead of putting them in alist.
1789         (generic-mode-set-comments): Reworked extensively.
1790         (generic-mode-find-file-hook): Simplified regexp searching
1791         (generic-make-keywords-list): Omit extra pair of parens
1793         * find-lisp.el (find-lisp-find-files-internal):
1794         Make sure directory name ends with "/".
1796         * generic-x.el (apache-conf-generic-mode):
1797         Regexp now allows leading whitespace.
1798         (rc-generic-mode): Added eval-when-compile
1799         around generic-make-keywords-list.
1800         Deleted duplicate regexp
1801         (rul-generic-mode): Added eval-when-compile
1802         around generic-make-keywords-list.
1803         (etc-fstab-generic-mode): New generic mode.
1804         (rul-generic-mode): Removed one eval-when-compile
1805         which caused a max-specpdl-size exceeded error.
1807 2000-10-04  Miles Bader  <miles@gnu.org>
1809         * simple.el (minibuffer-temporary-goal-position): New variable.
1810         (next-history-element): Try to keep the position of point in the
1811         input string constant.
1813         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
1814         (dired-do-create-files): If there's only one file, pass it in as
1815         the DEFAULT arg to dired-mark-read-file-name.
1817 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
1819         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1820         (diff-goto-source): Be smarter when choosing REVERSE or not.
1822         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
1823         (texinfo-mode-menu): Add an explicit shortcut for update all.
1825 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
1827         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
1828         factorize backend-specific code cleanly (this was essentially
1829         conceived by Stefan Monnier).
1830         (vc-unregister): Function removed.
1831         (vc-revert-file): New function.
1832         (vc-revert-buffer): Delegate some of the work to it.
1834         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
1835         default branch unconditionally.
1836         (vc-rcs-set-default-branch): New function.
1837         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
1838         (vc-rcs-checkin): If an appropriate default branch has been set,
1839         force creation of that branch.
1840         (vc-rcs-receive-file): Rewritten to contain only backend-specific
1841         code (as suggested by Stefan Monnier).
1843 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
1845         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
1846         highlighting overlay with a different face over the overlay
1847         isearch uses to highlight the current match because that can lead
1848         to bad face combinations.
1850         * loadup.el (toplevel): Load faces before isearch.
1852         * isearch.el (isearch-faces): New custom group.
1853         (isearch): New defface; was already tested for in the code.
1854         (isearch-lazy-highlight-face): Changed to defface from defcustom.
1855         (isearch-highlight): Always use face `isearch'.
1857 2000-10-02  Dave Love  <fx@gnu.org>
1859         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
1860         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
1861         comparison of opcode with operand.
1863 2000-10-03  Miles Bader  <miles@gnu.org>
1865         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
1866         buffer, since the echo area will now grow to accommodate them.
1868 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
1870         * vc-hooks.el (vc-registered): If FILE used to be registered under
1871         a certain backend, try that one first.
1873         * vc.el (vc-responsible-backend): Undo the previous change in the
1874         argument list.  Handle multiple backends correctly.
1875         (vc-find-new-backend): Function removed.
1876         (vc-register): Use vc-responsible-backend, as before.
1877         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
1879 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
1881         * startup.el (fancy-splash-head): Change message below the
1882         logo.
1884 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
1886         * diff-mode.el (diff-goto-source): Emit a status message.
1887         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
1888         (diff-test-hunk): Fix doc string.
1889         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
1890         (diff-advance-after-apply-hunk): New variable.
1891         (diff-apply-hunk): Don't return a value.
1893 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
1895         * vc.el (vc-editable-p): Minor optimization.
1896         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
1897         (vc-find-new-backend): New function split from vc-responsible-backend.
1898         (vc-register): Use it.
1899         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1900         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1901         (vc-default-unregister, vc-revert-buffer): Docstring fix.
1902         (vc-clear-headers): Don't use find-file.
1903         (vc-revert-buffer): Use `and' again (must have been a braino).
1904         (vc-switch-backend): Only prompt if requested.
1905         Short circuit if nothing is to be done.
1906         Don't use vc-resynch-buffer which could lose unsaved editing.
1907         (vc-default-receive-file): Update call to vc-unregister.
1908         (with-vc-file, vc-next-action-on-file):
1909         Use vc-backend rather than vc-registered.
1910         (vc-next-action-on-file): Use intern-soft.
1911         Deal with read-only *vc-diff* buffer.
1912         (vc-transfer-file): Docstring fix.
1914         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1915         (vc-rcs-receive-file): Avoid with-vc-properties.
1916         Update call to vc-unregister.
1917         Use constant `RCS' rather than (dynamically bound) var `backend'.
1919 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
1921         * vc.el (vc-next-action-on-file): Update mode line only if file
1922         is visited.
1923         (vc-start-entry): New argument initial-contents.  Don't visit the file
1924         if it isn't already visited.  Brought documentation up-to-date.
1925         (vc-next-action, vc-register): Updated calls to vc-start-entry.
1926         (vc-checkin): New optional arg initial-contents, which is passed to
1927         vc-start-entry.
1928         (vc-finish-logentry): Make sure to bury log buffer only if there
1929         really is one.  Call `vc-resynch-buffer' on log-file, not
1930         buffer-file-name.
1931         (vc-default-comment-history, vc-default-wash-log): New functions.
1932         (vc-index-of): Removed.
1933         (vc-transfer-file): Make do without the above.
1934         (vc-default-receive-file): Call comment-history unconditionally.  Pass
1935         the resulting string to vc-checkin, instead of inserting it into the
1936         comment ring.
1938         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1939         unconditionally.  Use the comments as initial contents of the log
1940         entry buffer.  Document the trick to force branch creation with no
1941         changes.
1943 2000-10-01  Miles Bader  <miles@gnu.org>
1945         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1946         `recenter' with an arg to prevent redrawing the display.
1948 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
1950         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1952         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1954         * progmodes/c-mode.el (c-mode):
1955         Don't gratuitously override the default for comment-column.
1957         * textmodes/tex-mode.el (latex-metasection-list): New var.
1958         (latex-imenu-create-index): Use it.
1959         Move the regexp construction outside loops (and use push).
1960         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
1961         (tex-font-lock-keywords): Moved from font-lock.el.
1962         (tex-comment-indent): Remove.
1963         (tex-common-initialization): Don't set comment-indent-function.
1964         (latex-block-default): New var.
1965         (tex-latex-block): Use it to provide a default choice.
1966         Add any unknown choice to latex-block-names.
1967         Insert [...] after {...}.
1968         (tex-last-unended-begin): Simplify regexp.
1969         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1970         (latex-forward-sexp-1, latex-forward-sexp): New functions.
1971         (latex-mode): Set forward-sexp-function.
1973         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1974         Add regexp for @ignore ... @end ignore.
1975         (texinfo-heading-face): New face.
1976         (texinfo-font-lock-keywords): Use it.
1977         (texinfo-mode-menu): New menu.
1978         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1979         New functions.
1980         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
1981         (texinfo-section-types-regexp, texinfo-section-level-regexp)
1982         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1983         Remove declaration.
1984         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1986         * delsel.el (delete-selection-mode): Use define-minor-mode.
1988         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1990 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
1992         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1994 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
1996         * replace.el (keep-lines-read-args): New function.
1997         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1998         read arguments interactively.  Add parameters RSTART and REND.
1999         Operate on the active region in Transient Mark mode.
2001         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2003         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2004         (authors-obsolete-files-regexps): New variable.
2005         (authors-add): Don't record changes in obsolete files.
2007 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
2009         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2011         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2012         (comment-indent): Make sure there's a space between code and comment.
2013         Shift comments left to avoid going past fill-column.
2015 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
2017         * startup.el (startup-echo-area-message): New function.
2018         (display-startup-echo-area-message): Use it.
2019         (fancy-splash-screens): Rewritten to use keymaps and a timer.
2020         (fancy-splash-default-action): New function.
2021         (fancy-splash-screens-1): New function.
2022         (fancy-splash-head): Put a help-echo and a keymap under the image.
2024 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
2026         * diff-mode.el (diff-add-log-file-name): Remove.
2027         (diff-mode): Use add-log-buffer-file-name-function.
2029         * add-log.el (find-change-log): New arg BUFFER-FILE.
2030         (add-log-file-name): Obey add-log-file-name-function.
2031         (add-log-buffer-file-name-function): New var.
2032         (add-change-log-entry): Use it.
2034 2000-09-29  Miles Bader  <miles@gnu.org>
2036         * image-file.el (image-file-name-extensions): New variable.
2037         (image-file-name-regexps): Renamed from `image-file-regexps'.
2038         New default value is nil.  Call `auto-image-file-mode'.
2039         (image-file-name-regexp): New function.
2040         (auto-image-file-mode): New minor mode.
2041         (insert-image-file): Don't make conditional on the image-file
2042         handler being enabled.
2043         (image-file-handler): Make the call here conditional instead.
2044         (set-image-file-handler-enabled, enable-image-file-handler)
2045         (disable-image-file-handler): Functions removed.
2047         * emacs-lisp/authors.el (authors-print): Rephrase many-files
2048         string.
2050 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
2052         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2053         it's a function from CL.
2054         (latex-imenu-create-index): Replace eval-when-compile with progn
2055         because latex-section-alist is not bound while compiling.
2057 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
2059         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2060         (outline-mode): Use define-derived-mode.
2062         * progmodes/perl-mode.el (perl-mode):
2063         * progmodes/awk-mode.el (awk-mode):
2064         * progmodes/asm-mode.el (asm-mode):
2065         Don't gratuitously override the default for comment-column.
2067         * emacs-lisp/lisp.el (lisp-complete-symbol):
2068         Distinguish the let-binding case from the funcall case.
2069         (forward-sexp-function): New variable.
2070         (forward-sexp): Use it.
2072         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2073         (easy-mmode-defmap): Remove the now useless autoload.
2075         * time.el (display-time-mode): Use define-minor-mode.
2077         * subr.el (add-minor-mode): Don't eval NAME.
2078         Don't depend on the presence of TOGGLE-FUN for any special behavior.
2079         Use if rather than cond.
2081         * simple.el (read-expression-map): Define more properly.
2082         (comment-indent-hook): Remove.
2083         (string-to-syntax): Bug fix.
2085         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2086         (cvs-ediff-diff): Fix typo.
2087         (cvs-revert-if-needed): Don't bother preserving read-only.
2089         * paren.el (show-paren-mode): Use define-minor-mode.
2091         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2092         (toggle-auto-compression): Remove.
2093         (jka-compr-build-file-regexp): Remove useless grouping.
2095         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2096         Avoid user-reserved bindings.
2097         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2098         (diff-header-face): Revert to grey85.
2100         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2102         * complete.el (partial-completion-mode) <defcustom>: Remove.
2103         (partial-completion-mode): Use define-minor-mode.
2104         (PC-do-completion): Understand `completion-auto-help = delay'
2105         to mean to popup the completion buffer only the second time.
2106         (PC-include-file-all-completions, PC-include-file-all-completions)
2107         (PC-include-file-all-completions): Don't quote lambda.
2109         * comint.el (comint-mode-hook): Docstring fix.
2110         (comint-mode): Use define-derived-mode.
2111         (comint-mode-map): Remove obsolete comment.
2112         (make-comint): Minor stylistic change.
2113         (comint-insert-clicked-input): Be more careful to find the overlay.
2114         Use this-command-keys rather than hardcoding mouse-2.
2116         * font-lock.el: Replace confusing (,@ with ,
2117         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2118         Don't use regexp-opt-depth.  Spice up the regexp for args.
2119         Don't distinguish between cmds that can take an opt arg or not.
2120         Use `append' and `prepend' rather than `keep'.
2122         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2123         (latex-outline-regexp): New var.
2124         (latex-outline-level): New fun.
2125         (latex-section-alist): New var.
2126         (latex-imenu-create-index): Use it.  Use `push' as well.
2127         (tex-shell-map): Initialize it properly.
2128         (tex-mode): Minor stylistic change.
2129         (plain-tex-mode): Use define-derived-mode.
2130         (latex-mode): Use define-derived-mode.
2131         Construct the paragraph regexps in a more readable way.
2132         Set the buffer-local outline-{level,regexp} vars.
2133         (slitex-mode): Derive from latex-mode.
2134         (tex-common-initialization): Don't kill-all-vars anymore.
2135         Add setting for comment-add and font-lock-defaults.
2136         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2137         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
2138         (tex-start-tex): New arg DIR (and send a chdir command for it).
2139         Also display the shell buffer and save it in tex-last-buffer-texed.
2140         (tex-region): Use expand-file-name rather than concat.
2141         Remove code made useless by changes in tex-start-tex.
2142         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2144         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2146 2000-09-28  Dave Love  <fx@gnu.org>
2148         * eshell/eshell.el (eshell) <defgroup>: Add :version.
2150 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
2152         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2153         `append'.
2155 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
2157         * info.el (Info-extract-pointer): Undo last change.
2158         Instead, fix the position of the `bound' arg to re-search-backward.
2160 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
2162         * info.el (Info-extract-pointer):
2163         Widen more carefully, to avoid finding pointers in other nodes.
2164         (Info-index): Use push.
2166 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
2168         * frame.el (set-frame-font): Remove call to obsolete function
2169         frame-update-faces.
2170         (set-foreground-color, set-background-color): Likewise for
2171         frame-update-face-colors.
2173 2000-09-27  Miles Bader  <miles@gnu.org>
2175         * image-file.el: New file.
2177 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
2179         * frame.el (frame-notice-user-settings): Don't call
2180         frame-update-faces, which is a no-op now.
2182         * ediff-wind.el (ediff-control-frame-parameters): Add zero
2183         tool-bar-lines.
2185 2000-09-27  Dave Love  <fx@gnu.org>
2187         * mouse.el: Fix last change.
2189 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
2191         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2193 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
2195         * international/quail.el (quail-help): The output message is
2196         improved.
2198 2000-09-26  Dave Love  <fx@gnu.org>
2200         * mouse.el (popup-menu): If POSITION is nil, set it using
2201         mouse-position.
2203 2000-09-25  Sam Steingold  <sds@gnu.org>
2205         * net/browse-url.el (browse-url-file-url): Check for null maps.
2207 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
2209         * frame.el (frame-notice-user-settings): Don't add a
2210         tool-bar-lines frame parameter to default-frame-alist in batch mode.
2212         * frame.el (frame-notice-user-settings):
2213         Make tool-bar-mode and default-frame-alist consistent.
2215         * toolbar/tool-bar.el (tool-bar-help): New function.
2217 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
2219         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2220         current-load-list in top-level forms.  Else this leaks a cons cell
2221         every time a defun is called.
2223         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
2225 2000-09-25  Dave Love  <fx@gnu.org>
2227         * startup.el (fancy-splash-head): Check XPM is available.
2229         * autoinsert.el (auto-insert): Doc fix.
2230         (auto-insert-alist): Following GNU notices, don't say `copyright
2231         _by_'.  Use line-beginning-position.
2232         (auto-insert): Check buffer-file-name is non-nil before use.
2234 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
2236         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2237         starting with `@def' or `@multitable', in addition to ones
2238         specified by the user in auto-fill-inhibit-regexp.
2240 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
2242         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2243         rmail-dont-reply-to-names matches the empty string.
2245 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
2247         * startup.el (command-line-1, fancy-splash-text): Change the
2248         text to sound more friendly.
2250 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
2252         * progmodes/hideshow.el: Update author email address.
2253         Generally, sync w/ maintainer version 5.22.
2254         (hs-hide-all-non-comment-function): New var.
2255         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2256         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2257         (hs-show-region): Delete this command.
2258         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2260 2000-09-22  Dave Love  <fx@gnu.org>
2262         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2263         (hl-line-highlight): Specify buffer when moving overlay.
2265         * progmodes/fortran.el (fortran-mode): Locally set
2266         normal-auto-fill-function.
2267         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2268         (fortran-mode-map): Adjust auto-fill menu entry.
2270 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
2272         * vc-rcs.el (toplevel): Require `vc' when compiling.
2274         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
2276 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
2278         * vc.el (vc-switch-backend): Signal an error if the file is not
2279         registered under the new backend.
2281         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
2282         without explicit revision number.
2284 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
2286         * diff-mode.el (diff-file-header-face): Reset to its previous value.
2287         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2288         (diff-xor): New function.
2289         (diff-find-source-location): Use it.  Fix a stupid name clash.
2290         (diff-hunk-status-msg): New function.
2291         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2292         (diff-test-hunk): Use diff-find-source-location.
2293         (diff-goto-source): Favor the `reverse'.
2294         (diff-hunk-text): Properly handle one-sided context diffs.
2295         (diff-apply-hunk): When done, advance to the next hunk.
2297 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
2299         * startup.el (command-line): If frame was created with a non-zero
2300         tool-bar-lines parameter, switch tool-bar-mode on.
2302         * add-log.el (change-log-date-face, change-log-name-face)
2303         (change-log-email-face, change-log-file-face)
2304         (change-log-list-face, change-log-conditionals-face)
2305         (change-log-function-face, change-log-acknowledgement-face):
2306         New faces, inheriting from font-lock faces.
2307         (change-log-font-lock-keywords): Use them.
2309 2000-09-21  Dave Love  <fx@gnu.org>
2311         * progmodes/cperl-mode.el (top-level): Clean up
2312         `eval-when-compile's and assorted defvars.
2313         (cperl-invalid-face): Don't double-quote value.  Change custom
2314         type.
2315         (cperl-mode): Set normal-auto-fill-function and don't zap
2316         auto-fill-function.
2317         (cperl-imenu--function-name-regexp-perl): Renamed from
2318         imenu-example--function-name-regexp-perl.
2319         (cperl-imenu--create-perl-index): Renamed from
2320         imenu-example--create-perl-index.
2321         (cperl-xsub-scan): Don't require cl.
2323         * msb.el (msb-mode-map): Use substitute-key-definition.
2324         (msb-mode): Use msb-mode-map.
2326 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
2328         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2329         New functions.
2330         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
2331         (vc-switch-backend): New function.
2332         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2333         (vc-register): Fix prompt.
2334         (vc-unregister, vc-default-unregister): New functions.
2335         (vc-version-diff): Handle empty buffer in sentinel.
2337         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2338         (vc-rcs-state-heuristic): Use it to guess the state of files with
2339         non-strict locking.
2340         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2341         been set with -b, but not created yet.
2342         (vc-rcs-fetch-master-state): With non-strict locking, compare file
2343         contents in order to find the state.
2344         (vc-rcs-checkin): Allow creation of branches with no changes.
2345         (vc-rcs-unregister, vc-rcs-receive-file)
2346         (vc-rcs-set-non-strict-locking): New functions.
2348         * vc-hooks.el (vc-name): Force correct computation of the value
2349         in case it is missing.
2351 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
2353         * startup.el (fancy-splash-tail): Use a different foreground
2354         color on a dark frame background.
2356 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
2358         * info.el: Use the correct capitalization when making Info-mode
2359         and Info-edit-mode `special' modes.
2361 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
2363         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2364         (diff-mode): Add support for add-log.el.
2365         (diff-hunk-text): Use char offsets rather than line offsets.
2366         (diff-find-source-location): Replace LINE with line-offset (nil
2367         if not found) and always set POS to a meaningful position.
2368         Adapt to the new char-offsets.
2369         (diff-apply-hunk): Drop support for the unused `select' POPUP.
2370         Adapt to the new diff-find-source-location.
2371         (diff-goto-source): Adapt to the new diff-find-source-location.
2373         * add-log.el (add-log-file-name): New function (split out of
2374         add-change-log-entry).
2375         (add-change-log-entry): Use it.
2376         Call add-log-file-name-function with the changelog file name if
2377         the current buffer is not associated with any file.
2378         Avoid find-file if the selected window is dedicated.
2380         * diff-mode.el (diff-find-source-location):
2381         Move code from diff-apply-hunk.  Return buffer rather than file.
2382         (diff-apply-hunk): Use the new result from  diff-find-source-location.
2383         (diff-goto-source): Use the new diff-find-source-location.
2385 2000-09-20  Dave Love  <fx@gnu.org>
2387         * iswitchb.el: Some doc fixes.
2388         (iswitchb-mode-map): Define completely initially.  Inherit
2389         minibuffer-local-map.
2390         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2391         fundamental-mode.
2392         (iswitchb-global-map): New variable.
2393         (iswitchb-summaries-to-end): Amalgamate regexps.
2394         (iswitchb-mode): New.
2395         (iswitchb-mode-hook): New variable.
2396         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
2397         `extensions'.
2399 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
2401         * ehelp.el (electric-help): New defgroup.
2402         (electric-help-shrink-window): New user-option.
2403         (with-electric-help): Use it.
2405         * window.el (shrink-window-if-larger-than-buffer): If face
2406         `mode-line' has a :box, and we're on a graphical frame, add 1
2407         to the needed window height.
2409         * frame.el (frame-notice-user-settings): Add a last parameter nil
2410         to a call to `append', because the last list passed to `append' is
2411         not copied, and so subsequent calls to assq-delete-all will modify
2412         default-frame-alist.
2414         * startup.el (fancy-splash-image): Change :type.
2415         (fancy-splash-head): Use an XBM image if appropriate.
2416         (command-line-1): Show splash screens in more cases.
2418         * startup.el (fancy-splash-text): Don't quote faces.
2420         * dired.el (dired-font-lock-keywords): Undo last change.
2421         (dired-readin): Bind indent-tabs-mode to nil.
2423         * startup.el (fancy-splash-head): If frame's background mode
2424         is `dark', change the black background of the image to gray.
2425         (fancy-splash-screens): Display startup echo area message.
2426         (display-startup-echo-area-message): New function.
2428 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
2430         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2432         * info.el (info-header-node): Tweak for color ttys.
2434         * faces.el (face-valid-attribute-values): Make sure directories we
2435         search for stipples both exist and are readable before trying to
2436         search them.
2438         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2439         in the dry-run case.
2441         * jka-compr.el (with-auto-compression-mode): New macro.
2443         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2444         (custom-group-tag-face, custom-variable-tag-face): Use relative
2445         :height and inherit from `variable-pitch' face instead of
2446         hardwiring :family.
2447         * hi-lock.el (hi-black-hb): Likewise.
2449         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2450         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2451         toolbar-add-item, if image doesn't have a mask add a `:mask
2452         heuristic'.
2454 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
2456         * diff-mode.el: Docstring fixes.
2457         (diff-header-face, diff-comment-face): New faces.
2458         (diff-font-lock-keywords): Highlight a bit differently.
2459         (diff-find-source-location): Don't return SPAN any more.
2460         (diff-hunk-text): Don't bother erasing the temp buffer.
2461         (diff-find-text): Drop argument LINE.
2462         (diff-apply-hunk): Update calls to diff-find-text.
2463         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2465         * calendar/calendar.el: Docstring fixes.
2466         (calendar-make-alist): Don't quote lambda.
2467         (calendar-star-date): Use make-local-variable.
2469 2000-09-19  Dave Love  <fx@gnu.org>
2471         * toolbar/tool-bar.el: Renamed from toolbar.el.
2472         Change `toolbar' to `tool-bar' generally in symbols.
2473         Make some items invisible in `special' major modes.
2474         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2475         Add arg PROPS.
2477         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2478         Add :version here.
2479         (fancy-splash-delay, fancy-splash-image): Remove :version here.
2481 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2483         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
2485         * files.el (find-file-suppress-same-file-warnings): New user-option.
2486         (find-file-noselect): Use it.
2488         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
2489         (fancy-splash-screen): Defgroup.
2491         * add-log.el (change-log-font-lock-keywords): Match names
2492         more exactly for the case that font-lock-constant-face is
2493         underlined.
2495 2000-09-19  Richard M. Stallman  <rms@gnu.org>
2497         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
2499 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
2501         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2503 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2505         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2506         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2507         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2508         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2509         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2510         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2511         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2512         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2513         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2514         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2515         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
2516         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
2518         * startup.el (fancy-splash-text): New variable.
2519         (fancy-splash-delay, fancy-splash-image): New user-options.
2520         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2521         (fancy-splash-screens): New functions.
2522         (command-line-1): If display has a `display' frame parameter, has
2523         colors, and we have XPM support, show more fancy splash screens.
2525 2000-09-19  Dave Love  <fx@gnu.org>
2527         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
2528         with null `help'.  Use modern backquote syntax.
2530 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2532         * font-lock.el (font-lock-mode): Change message telling the user
2533         that ``the buffer is too big''.
2535         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2536         for instance for the case that tab-width is 2.
2538 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
2540         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2541         toolbar-add-item, if image doesn't have a mask add a `:mask
2542         heuristic'.
2544 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
2546         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2547         and return a cons if it's non-nil.
2548         (diff-apply-hunk): Try to jump to the line in the source text
2549         corresponding to the position of point in the in the hunk.
2551         * info.el (Info-title-3-face, Info-title-2-face)
2552         (Info-title-1-face): Use face inheritance and relative sizes
2553         instead of hard-wiring things.
2555         * faces.el (secondary-selection): Make dark-background variant sane.
2557 2000-09-16  Andrew Innes  <andrewi@gnu.org>
2559         * makefile.w32-in (compile-files-CMD): No need to make .elc files
2560         read-only, since they aren't under VC now.
2562 2000-09-17  Dave Love  <fx@gnu.org>
2564         * tmm.el: Replace mapcar with mapc in several places.
2566         * loadhist.el (unload-feature): Maybe call elp-restore-list and
2567         ad-unadvise.
2569         * international/latin1-disp.el: New file.
2571         * calendar/cal-move.el (scroll-calendar-left)
2572         (scroll-calendar-right): Make arg optional (for active mode line).
2574         * calendar/calendar.el (calendar-mode-line-format): Make fields
2575         mouse-sensitive.
2576         (calendar-read-date, calendar-read-date, calendar-window-list):
2577         Unquote lambda.
2578         (calendar-month-name): Use aref, not sref.
2580         * view.el (minor-mode-alist): Propertize the string.
2582         * international/characters.el (standard-case-table): Add entries
2583         for Greek.
2585 2000-09-18  Miles Bader  <miles@gnu.org>
2587         * info.el (info-node, info-xref): Add dark-background variants.
2589         * faces.el (header-line): Change defaults to be less confusing
2590         when mixed with mode-lines.
2592         * info.el (Info-fontify-node): Make a few cleanups.
2593         Add extra `help-echo' and `local-map' props to node xrefs.
2594         Use header-specific faces for node-names & xrefs.
2595         (Info-use-header-line): New variable.
2596         (info-header-xref, info-header-node): New faces.
2597         (Info-setup-header-line): New function.
2598         (Info-select-node): Call Info-setup-header-line when enabled.
2599         (Info-extract-pointer): Work even if the header line is hidden.
2600         (Info-header-line): New variable.
2602 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
2604         * vms-patch.el (print-region-function): Don't quote lambda.
2606         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2608         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2609         (lm-get-header-re): Allow spaces between the header and the colon.
2610         (lm-header): Allow $ in non-RCS headers.
2611         (lm-header-multiline): Put the strings back into order.
2612         Stop at an empty line.  Don't require two space chars if the
2613         line is clearly not another header line.
2615         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2616         (popup-menu-popup): Remove.
2618 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
2620         * toolbar/toolbar.el (toolbar-add-item): Use the same image
2621         specification if or if not tool-bar item contains an `:enabled'
2622         property.
2624         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2625         current buffer has no file name.
2627 2000-09-15  Dave Love  <fx@gnu.org>
2629         * strokes.el: Sync with maintainer's current version with changes
2630         for Emacs, but avoid runtime cl and levents.
2631         (toplevel):  Change autoloads and compilation requires.
2632         (strokes-version, strokes-bug-address, strokes-lift): Values
2633         changed.
2634         (strokes-xpm-header, strokes-insinuated): New variable.
2635         (strokes): Add :link.
2636         (strokes-mode): Customized.
2637         (strokes-while-inhibiting-garbage-collector): New macro.
2638         (strokes-remassoc): Avoid remove-if.
2639         (strokes-fix-button2-command): Don't use ad-do-it.
2640         (strokes-insinuate): New function.
2641         (strokes-button-press-event-p, strokes-button-release-event-p):
2642         New functions, used instead of non-`strokes-' versions..
2643         (strokes-mouse-event-p): Rewritten.
2644         (strokes-event-closest-point): Avoid event-point.
2645         (strokes-get-grid-position): Avoid cdadr, caadr
2646         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2647         functions.
2648         (strokes-help): Use with-output-to-temp-buffer.
2649         (strokes-window-configuration-changed-p): New function.
2650         (strokes-update-window-configuration): Use buffer-live-p,
2651         strokes-window-configuration-changed-p.
2652         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
2653         (strokes-char-face): New face.
2654         (strokes-char-table, strokes-base64-chars): New variable.
2655         (strokes-xpm-for-stroke, strokes-list-strokes)
2656         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2657         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2658         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2659         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2660         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2661         functions.
2663 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
2665         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2667         * image.el (create-image): Doc fix.
2669         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2670         instead of `:heuristic-mask t'.
2672 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2674         * makefile.w32-in: Revert to Unix line endings.
2676 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2678         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
2679         when installing.
2681         * makefile.nt (DONTCOMPILE): Fix typo.
2683         * shell.el (shell-write-history-on-exit): New function.
2684         (shell-dumb-shell-regexp): New custom variable.
2685         (shell-mode): Make shell-write-history-on-exit the process
2686         sentinel if shell name matches shell-dumb-shell-regexp.
2688         * w32-fns.el: Comment out before-init-hook function which resets
2689         source-directory based; this breaks bootstrap.
2691 2000-09-14  Dave Love  <fx@gnu.org>
2693         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
2694         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
2695         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
2696         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
2697         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
2698         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
2699         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
2700         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
2701         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
2703         * toolbar/toolbar.el: New.
2705         * subdirs.el: Add toolbar.
2707 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
2709         * indent.el (indent-for-tab-command): Doc fix.
2711 2000-09-14  Alex Schroeder  <alex@gnu.org>
2713         * ansi-color.el (ansi-colors): Doc change.
2714         (ansi-color-get-face): Simplified regexp.
2715         (ansi-color-faces-vector): Added more faces, doc change.
2716         (ansi-color-names-vector): Doc change.
2717         (ansi-color-regexp): Simplified regexp.
2718         (ansi-color-parameter-regexp): New regexp.
2719         (ansi-color-filter-apply): Doc change.
2720         (ansi-color-filter-region): Doc change.
2721         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
2722         deal with zero length parameters.
2723         (ansi-color-apply-on-region): Doc change.
2724         (ansi-color-map): Doc change.
2725         (ansi-color-map-update): Removed debugging message.
2726         (ansi-color-get-face-1): Added condition-case to trap
2727         args-out-of-range errors.
2728         (ansi-color-get-face): Doc change.
2729         (ansi-color-make-face): Removed.
2730         (ansi-color-for-shell-mode): New option.
2732 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
2734         * international/quail.el (quail-start-translation): Translate KEY
2735         if necessary even if it doesn't have any mapping in the current
2736         input method.
2737         (quail-start-conversion): Likewise.
2738         (quail-help): The output message is improved.
2740 2000-09-13  Miles Bader  <miles@gnu.org>
2742         * comint.el (comint-output-filter): Revert to using
2743         `insert-before-markers'.  Add bletcherous hack to undo damage
2744         caused by `insert-before-markers'.  Put `front-sticky' property on
2745         overlays created here so that the field code understands how the
2746         overlay works.  Use a let when making comint-last-prompt-overlay,
2747         so that the code is easier to read.
2749 2000-09-13  Dave Love  <fx@gnu.org>
2751         * wid-edit.el (widget-default-format-handler): DTRT when
2752         doc-property is a function.
2754 2000-09-12  Francesco Potorti`  <pot@gnu.org>
2756         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2757         filed name if it's not there.
2759 2000-09-12  Dave Love  <fx@gnu.org>
2761         * simple.el (read-mail-command): Doc fix.
2762         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2764         * vc.el (vc-dired-listing-switches): Fix :version.
2766         * vc-hooks.el: Doc fixes.
2768         * subr.el (add-minor-mode): Use toggle-fun arg.
2770         * speedbar.el: Add :version to several defcustoms.
2772         * imenu.el (imenu--truncate-items, imenu--cleanup)
2773         (imenu--generic-function): Avoid mapcar.
2774         (imenu--replace-spaces): Function removed.
2775         (imenu--completion-buffer): Use subst-char-in-string.
2776         (imenu-add-to-menubar): Use keymap inheritance.
2778 2000-09-12  Miles Bader  <miles@gnu.org>
2780         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2781         (diff-mode-map): Bind `diff-test-hunk'.
2782         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2784 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
2786         * bytecomp.el (byte-compile-defvar): Undo last change
2787         because it breaks '(make-variable-buffer-local (defvar ...)'
2788         which is used at least in dired.
2790 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
2792         * international/quail.el (quail-define-package): Docstring
2793         modified.
2795 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
2797         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2798         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2799         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
2800         docstring of "chinese-py".
2802         * international/quail.el (quail-translation-docstring): New
2803         variable.
2804         (quail-show-keyboard-layout): Docstring modified.
2805         (quail-select-current): Likewise.
2806         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2807         infinite recursive call.
2808         (quail-help): Check quail-translation-docstring.  Format of the
2809         output changed.
2810         (quail-help-insert-keymap-description): Adjusted for the above
2811         change.
2813 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
2815         * bytecomp.el (byte-compile-defvar): Only cons onto
2816         current-load-list in top-level forms.  Else this leaks a cons cell
2817         every time a defun is called.
2819 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
2821         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2822         Now understands non-unified diffs.  Some functionality moved into
2823         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
2824         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
2825         modify anything.  Only reposition point in the patched file if the
2826         patch succeeds.  Only pop up another window if POPUP is true.
2827         Emit a message describing what happened if successful, and at what
2828         line-offset.  Automatically detect reversed hunks and do something
2829         appropriate.
2830         (diff-hunk-text, diff-find-text): New functions.
2831         (diff-filter-lines): Function removed.
2832         (diff-test-hunk): New function.
2833         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
2835 2000-09-10  Dave Love  <fx@gnu.org>
2837         * textmodes/tildify.el: Minor doc/commentary fixes.
2838         (tildify) <defgroup>: Add :version.
2840         * faces.el (face-x-resources): Make custom type more specific.
2841         (frame-background-mode): Use mapc.
2842         (region) <defcustom>: Add :version.
2844 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
2846         * vc-sccs.el (vc-sccs-register):
2847         * vc-rcs.el (vc-rcs-register):
2848         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
2849         * vc.el (vc-register): Clear file's properties.
2851 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
2853         * faces.el (face-spec-set): Only face-spec-reset-face when
2854         ATTRS is non-nil.
2856 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
2858         * help.el (help-insert-xref-button): Fix a typo in doc string.
2860 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
2862         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2863         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
2864         methods.
2866         * menu-bar.el (read-mail-item-name): New function.
2867         (menu-bar-tools-menu): Use it to compute and display the package
2868         used to read email.
2869         (menu-bar-tools-menu): Fix typo in GUD's help string.
2871 2000-09-07  Dave Love  <fx@gnu.org>
2873         * diff-mode.el (diff-mouse-goto-source): New function.
2875         * vc-sccs.el: Doc fixes.
2876         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
2878         * vc-rcs.el: Doc fixes.
2879         (vc-rcs-register-switches, vc-rcs-checkin-switches)
2880         (vc-rcs-checkout-switches, vc-rcs-header)
2881         (vc-rcs-master-templates): Add or change :version.
2883         * vc-cvs.el: Doc fixes.
2884         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
2885         (vc-cvs-stay-local): Add :version.
2887         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
2889 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
2891         * international/quail.el (quail-help): Fix previous change.
2893 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
2895         * faces.el (color-values): Doc fix.
2897         * faces.el (frame-set-background-mode): Use frame-parameter
2898         instead of frame-parameters.
2900         * frame.el (filtered-frame-list): Reduce consing.
2901         (frames-on-display-list): Call frame-parameter instead of
2902         frame-parameters.
2904 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
2906         * language/devan-util.el (devanagari-to-indian-region): In the
2907         loop, change the following char, not preceding char.
2909 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
2911         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2912         instead of frame-parameters.
2914         * faces.el (set-face-attribute): Simplify by calling
2915         internal-set-lisp-face-attribute with FRAME being 0.
2917         * vc.el: Remove `Id' version control keyword.
2919 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
2921         * help.el (help-make-xrefs): Adjusted for the change of
2922         help-xref-mule-regexp.
2923         (help-insert-xref-button): New function.
2925         * international/mule-cmds.el (help-xref-mule-regexp-template):
2926         Include the pattern for character set.
2927         (leim): New group.
2929         * international/quail.el: Don't require face.
2930         (quail): New group.
2931         (quail-other-command): Dummy command to make quail-help work better.
2932         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2933         (quail-keyboard-layout-substitution): New variable.
2934         (quail-update-keyboard-layout): New function.
2935         (quail-keyboard-layout-type): New customizable variable.
2936         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2937         (quail-keyboard-translate): Pay attention to
2938         quail-keyboard-layout-substitution.
2939         (quail-insert-kbd-layout): New function.
2940         (quail-show-keyboard-layout): New function.
2941         (quail-get-translation): If the definition is a vector of length
2942         1, and the element is a string of length 1, return the character
2943         in that string.
2944         (quail-update-current-translations): Fix the case of
2945         relative-index out of range.
2946         (quail-build-decode-map, quail-insert-decode-map): New Functions.
2947         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
2948         Show key sequences for all available characters.
2949         (quail-help-insert-keymap-description): Don't show such verbose
2950         key bindings as quail-self-insert-command.
2952         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2953         Format changed, and each element now have extra documentations.
2954         (tit-process-header): Delete invalid characters from TIT-PROMPT.
2955         Adjusted for the change of quail-cxterm-package-ext-info.
2957 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
2959         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2960         requiring it leads to a recursive loading of vc.el and vc-hooks.el
2961         during bootstrap.
2963 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2965         * vc.el: (toplevel): Don't require `dired' at run-time.
2966         (vc-dired-resynch-file): Remove autoload cookie.
2968 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
2970         * vc.el: Made several backend functions optional.
2971         (vc-default-responsible-p): New function.
2972         (vc-merge): Use RET for first version to trigger merge-news, not
2973         prefix arg.
2974         (vc-annotate): Handle backends that do not support annotation.
2975         (vc-default-merge-news): Removed.  The existence of a merge-news
2976         implementation is now checked on caller sites.
2978         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
2979         case.
2981         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
2982         special case that has been removed from the default in vc-hooks.el.
2984 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2986         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2988 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
2990         * vc-hooks.el: Require vc during compilation.
2991         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2992         macro `with-vc-properties' in vc.el.
2993         (vc-file-getprop): Doc fix.
2994         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
2996         * vc.el: Require dired-aux during compilation.
2997         (vc-name-assoc-file): Moved to vc-sccs.el.
2998         (with-vc-properties): New macro.
2999         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
3000         vc-finish-steal): Use it.
3001         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
3002         to the backend-specific function is now supposed to do the checkout,
3003         too.
3004         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3006         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
3007         set file properties; that gets done in the generic code now.
3009         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3010         Changed parameter list, added code from vc.el that does the
3011         checkout, possibly with a double-take.
3013         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3014         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3015         the above under the new name.
3016         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
3017         parameter list, added checkout command.
3018         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3019         properties; that gets done in the generic code now.
3021 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
3023         * vc.el: Docstring fixes (courtesy of checkdoc).
3025 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
3027         * vc.el (vc-checkout-writable-buffer-hook)
3028         (vc-checkout-writable-buffer): Remove.
3029         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3030         (vc-log-mode): Make it into a clean derived major mode.
3031         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3032         vc-log-mode if log-edit is not available.
3033         (vc-dired-mode-map): Don't set-keymap-parent yet.
3034         (vc-dired-mode): Do set-keymap-parent here.
3035         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3037 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
3039         * faces.el (set-face-attribute, face-spec-reset-face)
3040         (face-spec-set): Avoid consing by removing calls to `apply'.
3042         * frame.el (frame-parameter): Move to C code.
3044 2000-09-05  Dave Love  <fx@gnu.org>
3046         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3047         insert-before-markers-and-inherit.  Now checked systematically!
3049 2000-09-05  Alex Schroeder  <alex@gnu.org>
3051         * sql.el (sql-postgres): Use sql-postgres-options.
3052         (sql-postgres-options): New variable.
3054 2000-09-05  Alex Schroeder  <alex@gnu.org>
3056         * sql.el (sql-mode-menu): Work around missing variable mark-active
3057         in XEmacs.
3058         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3059         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3060         compatibility.
3062 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
3064         * vc.el (vc-dired-resynch-file): Add autoload cookie.
3066         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3068         * Makefile.in (DONTCOMPILE): Fix typo in file name.
3070 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3072         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3073         don't support anything else under SCCS yet.
3075         * vc-hooks.el: Minor doc fixes.
3077 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3079         * vc.el (vc-next-action-on-file): Do not visit the file if it's
3080         not necessary.  If verbose in state `needs-patch', do the same as
3081         under `up-to-date'.  When NOT verbose and `needs-patch', check out
3082         latest version instead of `merge-news'.
3083         (vc-next-action-dired): Don't mess with default-directory here; it
3084         breaks other parts of dired.  It is the job of the
3085         backend-specific functions to adjust it temporarily if they need it.
3086         (vc-next-action): Remove a special CVS case.
3087         (vc-clear-headers): New optional arg FILE.
3088         (vc-checkin, vc-checkout): Set properties vc-state and
3089         vc-checkout-time properly.
3090         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
3091         (vc-print-log): Use new backend function `show-log-entry'.
3092         (vc-cancel-version): Do the checks in a different order.  Added a
3093         FIXME concerning RCS-only code.
3095         * vc-rcs.el (vc-rcs-show-log-entry): New function.
3096         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3098         * vc-cvs.el (vc-cvs-show-log-entry): New function.
3100         * vc-hooks.el (vc-default-mode-line-string): Show state
3101         `needs-patch' as a `-' too.
3103 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3105         * vc.el (vc-responsible-backend): New optional arg REGISTER.
3106         (vc-default-could-register): New function.
3107         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3108         (vc-resynch-buffer): Call vc-dired-resynch-file.
3109         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3110         vc-resynch-buffer instead of vc-resynch-window.
3111         (vc-next-action-dired): Don't redisplay here, that gets done as a
3112         result of the individual file operations.
3113         (vc-retrieve-snapshot): Corrected prompt order.
3115         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
3117         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3118         as well.
3119         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
3120         hostname regexps.  Updated all callers.
3121         (vc-cvs-responsible-p): Handle directories as well.
3122         (vc-cvs-could-register): New function.
3123         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3124         properties up-to-date.
3126         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3127         user whether to create one.
3129 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3131         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3132         check out a non-existing file.
3134         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3135         workfile does not exist.
3137         * vc.el (vc-version-diff): Use `require' to check for existence of
3138         diff-mode.
3140 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3142         * vc-cvs.el (vc-cvs-registered): Use new function
3143         vc-cvs-parse-entry to do the actual work.
3145 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3147         * vc-hooks.el (vc-find-backend-function): If function doesn't
3148         exist, return nil instead of error.
3149         (vc-call-backend): Doc fix.
3151         * vc.el (vc-do-command): Doc fix.
3152         (vc-finish-logentry): When checking in from vc-dired, choose the
3153         right backend for logentry check.
3154         (vc-dired-mode-map): Inherit from dired-mode-map.
3155         (vc-dired-mode): Local value of dired-move-to-filename-regexp
3156         simplified.
3157         (vc-dired-state-info): Removed, updated caller.
3158         (vc-default-dired-state-info): Use parentheses instead of hyphens.
3159         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3160         (vc-dired-listing-switches): New variable.
3161         (vc-directory): Use it, instead of dired-listing-switches.
3163         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3164         (vc-cvs-dir-state): New function.
3165         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
3166         (vc-cvs-parse-entry): New function, also to be used in
3167         vc-cvs-registered.
3169 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3171         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3172         *or* single-window-frames.
3174 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3176         * vc.el (vc-update-changelog): Split into generic part and default
3177         implementation.  Doc string adapted.
3178         (vc-default-update-changelog): New function.  Call the `rcs2log'
3179         script in exec-directory, to fix a long-standing nuisance.
3181         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3182         simply signals an error.
3184 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3186         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3187         control-flow more clear and to avoid running `cvs' twice.
3189         * vc.el (vc-next-action-on-file): Doc fix.
3190         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3191         (vc-print-log): Eval `file' before constructing the continuation.
3193 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3195         * vc.el (vc-next-action-on-file): Corrected several messages.
3196         (vc-merge): Add prefix arg `merge-news'; handle it.
3198         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3199         is not reached.  It is.
3200         (vc-cvs-merge): Set state to 'edited after merge.
3201         (vc-cvs-merge-news): Set workfile version to nil if not known.
3202         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
3204         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3205         via stdout. (Merge from main line.)
3207 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3209         * vc.el (vc-finish-logentry): Thinko in the "same comment"
3210         detection.
3212 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3214         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3215         against kill-all-local-variables.
3216         (vc-log-edit): Don't save vc-parent-buffer any more.
3217         (vc-last-comment-match): Initialize to an empty string.
3218         (vc-post-command-functions): New hook.
3219         (vc-do-command): Run it.
3220         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3221         (vc-finish-logentry): Only add the comment to the ring if it's
3222         different from the last comment entered.
3223         (vc-new-comment-index): New function.
3224         (vc-previous-comment): Use it.  Make the minibuffer message
3225         slightly less terse.
3226         (vc-comment-search-reverse): Make it work forward as well.  Don't
3227         set vc-comment-ring-index if no match is found.  Use
3228         vc-new-comment-index.
3229         (vc-comment-search-forward): Use vc-comment-search-reverse.
3230         (vc-dired-mode-map): Don't inherit from dired-mode-map since
3231         define-derived-mode will do it for us.  Bind `v' to a keymap that
3232         inherits from vc-prefix-map so that we can bind `vt' without
3233         binding C-x v t.
3234         (vc-retrieve-snapshot): Parenthesis typo.
3236         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3237         to 1.  Make sure to switch to *vc* before looking for an error
3238         message.  Use vc-parse-buffer.
3240 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3242         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3243         and NAME.
3244         (vc-retrieve-snapshot): Split into two parts.
3245         (vc-default-retrieve-snapshot): New function.
3247         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3248         (vc-cvs-retrieve-snapshot): New function (untested).
3249         (vc-cvs-stay-local): Default to t.
3250         (vc-cvs-remote-p): New function and property.
3251         (vc-cvs-state): Stay local only if the above is t.
3252         (vc-handle-cvs): Removed.
3253         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3254         done via vc-handled-backends now.
3255         (vc-cvs-header): Escape Id.
3257 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3259         * vc.el (vc-do-command): Remove unused commands.
3260         (vc-version-diff): Make sure default-directory ends with a slash.
3261         Move the window commands into a vc-exec-after.
3262         (vc-print-log): Move more of the code into the `vc-exec-after'.
3264 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3266         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3267         (vc-print-log): Search current revision from beginning of buffer.
3268         (vc-revert-buffer): Clear echo area after the diff is finished.
3269         (vc-prefix-map): Removed definition of "t" for terse display in vc
3270         dired.
3271         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
3272         definition of "vt" for terse display.
3273         (vc-dired-mode): Fix dired-move-to-filename-regexp.
3275 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3277         * vc.el (vc-exec-after): Avoid caddr.
3279 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3281         * vc.el (vc-exec-after): New function.
3282         (vc-do-command): Use it to add a termination message for async
3283         procs.
3284         (vc-checkout): Try to handle a missing-backend situation.
3285         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3286         of a directory with a backend using async diffs.
3287         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3288         present.
3290         * vc-sccs.el (vc-sccs-state-heuristic): Use
3291         file-ownership-preserved-p.
3293         * vc-rcs.el (vc-rcs-state-heuristic): Use
3294         file-ownership-preserved-p.
3295         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3297 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3299         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3300         vc-do-command.
3302         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3303         when there are no changes.
3305 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3307         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3309         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3311 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3313         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3315         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3316         the `fset' outside of the defvar so that it works even if
3317         vc-prefix-map was already defined.
3318         (vc-setup-buffer): New function, split out of vc-do-command.
3319         (vc-do-command): Allow BUFFER to be t to mean `just use the
3320         current buffer without any fuss'.
3321         (vc-version-diff): Change the `diff' backend operation to just put
3322         the diff in the current buffer without erasing it.  Always use
3323         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
3324         shrink-window-if-larger-than-buffer.
3325         (vc-print-log): Change the `print-log' backend operation to just
3326         put the log in the current buffer without erasing it.  Protect
3327         shrink-window-if-larger-than-buffer.
3328         (vc-update-change-log): Fix setd typo.
3330         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3331         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3333         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3334         (vc-rcs-diff): Insert in the current buffer and remove unused arg
3335         CMP.
3337         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3338         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
3339         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3341 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3343         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3344         not possible, use vc-BACKEND-workfile-unchanged-p.
3345         (vc-default-workfile-unchanged-p): New function.  Delegates to a
3346         full vc-BACKEND-diff.
3348         * vc-hooks.el (vc-simple-command): Removed.
3350         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3351         instead of vc-simple-command.
3352         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3353         avoid doing a diff when opening a file.
3354         (vc-rcs-state): Added check for unlocked-changes.
3355         (vc-rcs-header): Escape Id.
3356         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3357         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3358         version.
3360         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3361         (vc-sccs-diff): Remove optional arg CMP.
3362         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3363         SCCS-specific function.
3365         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3366         vc-simple-command.
3368 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3370         * vc.el (vc-editable-p): Renamed from vc-writable-p.
3371         (with-vc-file, vc-merge): Use vc-editable-p.
3372         (vc-do-command): Remove unused var vc-file and fix the
3373         doubly-defined `status' var.  Add a user message when starting an
3374         async command.
3375         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3376         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3377         Use with-current-buffer.
3378         (vc-buffer-sync): Use unless.
3379         (vc-next-action-on-file): If the file is 'edited by read-only,
3380         make it read-write instead of trying to commit.
3381         (vc-version-diff, vc-update-change-log): Use `setq
3382         default-directory' rather than `cd'.
3383         (vc-log-edit): Don't forget to set default-directory in the
3384         buffer.
3386         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3387         (vc-sccs-state-heuristic): Use file-writable-p instead of
3388         comparing userids.
3389         (vc-sccs-checkout): Use `unless'.
3391         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3392         of comparing userids.
3393         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3394         Simplify the logic by eliminating unreachable code.
3395         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3396         just do a recursive call if we need to retry.
3397         (vc-rcs-checkout): Handle the case where rcs is missing by making
3398         the buffer read-write if requested and re-signalling the error.
3400         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3402 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3404         * vc-hooks.el (vc-handled-backends): Docstring change.
3405         (vc-ignore-vc-files): Mark obsolete.
3406         (vc-registered): Check vc-ignore-vc-files.
3407         (vc-find-file-hook, vc-file-not-found-hook): Don't check
3408         vc-ignore-vc-files.
3410         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3412 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3414         * vc.el (vc-checkout): Don't do anything special for ange-ftp
3415         files since ange-ftp already has vc-registered return nil.
3417         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3418         (vc-sccs-workfile-version): Use with-temp-buffer and new
3419         vc-parse-buffer and don't bother setting the property.
3420         (vc-sccs-add-triple): Use with-current-buffer and
3421         find-file-noselect.
3422         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3424         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
3425         derives from the old vc-parse-buffer but uses the revision number
3426         rather than the date (much easier to compare robustly).
3427         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
3428         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
3429         locking-user more directly.  Check strict locking and set
3430         checkout-model appropriately.
3431         (vc-rcs-parse-locks): Remove.
3432         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3433         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3434         (vc-rcs-system-release): Use with-current-buffer and
3435         vc-parse-buffer.
3436         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3438         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3439         (vc-simple-command): Docstring fix.
3440         (vc-registered): Align the way the file-handler is called with the
3441         way the function itself works.
3442         (vc-file-owner): Remove.
3444         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
3445         extraction of fields and call to file-attributes because of a
3446         temporary bug in rcp.el.
3447         (vc-cvs-fetch-status): Use with-current-buffer.
3449 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3451         * vc.el (vc-do-command): Use file-relative-name.
3452         (vc-responsible-backend): Use vc-backend if possible.
3453         (vc-create-snapshot): Improve the `interactive' spec. Add support
3454         for branches and dispatch to backend-specific `create-snapshot'.
3455         (vc-default-create-snapshot): New function, containing the bulk of
3456         the old vc-create-snapshot.
3457         (vc-retrieve-snapshot): Improve the interactive spec.
3459         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3460         (vc-backend-hook-functions): Remove.
3461         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3462         (vc-backend): Reintroduce the test for `file = nil' now that I
3463         know why it was there (and added a comment to better remember).
3465         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3466         code from vc-sccs-hooks.el.
3467         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
3468         'vc anymore.
3469         (vc-sccs-responsible-p): Use expand-file-name instead of concat
3470         and file-directory-p instead of file-exists-p.
3471         (vc-sccs-check-headers): Simplify the regexp.
3473         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3474         from vc-rcs-hooks.el.  Don't require 'vc anymore.
3475         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3476         file-directory-p instead of file-exists-p.
3478         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3479         from vc-cvs-hooks.el.
3480         (proto vc-cvs-registered): Require 'vc-cvs instead of
3481         'vc-cvs-hooks.  Don't require 'vc anymore.
3482         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3483         file-directory-p instead of file-exists-p.
3484         (vc-cvs-create-snapshot): New function, replacing
3485         vc-cvs-assign-name.
3486         (vc-cvs-assign-name): Remove.
3488 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3490         * vc-cvs.el (vc-cvs-header): New var.
3492         * vc-rcs.el (vc-rcs-exists): Remove.
3493         (vc-rcs-header): New var.
3495         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3496         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3497         (vc-sccs-header): New var.
3499         * vc.el (vc-do-command): Get rid of the `last' argument.
3500         (vc-header-alist): Remove, replaced by vc-X-header.
3501         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3502         (vc-dired-hook): Use expand-file-name instead of concat.
3503         (vc-directory): Use file-name-as-directory.
3504         (vc-snapshot-precondition, vc-create-snapshot)
3505         (vc-retrieve-snapshot): Allow the command to operate on any
3506         directory.
3508         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3509         just removing the 'WORKFILE argument or by removing the 'MASTER
3510         argument and replacing `file' with (vc-name file).
3512 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3514         * vc.el: Update Copyright and add a crude list of backend funs.
3515         (vc-writable-p): New function.
3516         (with-vc-file): Use vc-writable-p.
3517         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
3518         (vc-register): Avoid vc-name.
3519         (vc-locking-user): Remove.
3520         (vc-steal-lock): Make the `owner' arg non-optional.
3521         (vc-merge): Use vc-writable-p instead of vc-locking-user and
3522         vc-checkout-model.
3523         (vc-default-dired-state-info): Use vc-state instead of
3524         vc-locking-user and return special strings for special states.
3525         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3526         and get rid of one of the special CVS cases.
3527         (vc-cancel-version): prettify error message with \\[...].
3528         (vc-rename-master): New function.
3529         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3530         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
3531         the CVS special case generic.
3532         (vc-default-record-rename): Remove.
3533         (vc-file-tree-walk-internal): Only call FUNC for files that are
3534         under control of some VC backend and replace `concat' with
3535         expand-file-name.
3536         (vc-file-tree-walk): Update docstring.
3537         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3538         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3540         * vc-sccs.el (vc-sccs-rename-file): Renamed from
3541         vc-sccs-record-rename.  Use `find-file-noselect' rather than
3542         `find-file' and call `vc-rename-master' to do the actual move.
3543         (vc-sccs-diff): Remove unused `backend' variable.
3545         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3546         to delay loading of vc-sccs until it is really used.
3547         (vc-sccs-master-templates): Preload.
3548         (vc-sccs-state): Update call to vc-sccs-parse-locks.
3549         (vc-sccs-project-dir): Remove (merged into
3550         vc-sccs-search-project-dir).
3551         (vc-sccs-search-project-dir): Rewrite using file name handling ops
3552         rather than `concat', make sure it is preloaded and don't bother
3553         to check that the file actually exists.
3554         (vc-sccs-parse-locks): Remove unused `file' argument, remove
3555         `locks' argument (use buffer's content instead) and eliminate n^2
3556         behavior.
3558         * vc-rcs.el: Update Copyright.
3559         (vc-rcs-rename-file): New function.
3560         (vc-rcs-diff): Remove unused `backend' variable.
3562         * vc-hooks.el: Update Copyright.
3563         (vc-backend): Don't accept a nil argument any more.
3564         (vc-up-to-date-p): Turn into a defsubst.
3565         (vc-possible-master): New function.
3566         (vc-check-master-templates): Use `vc-possible-master' and allow
3567         funs in vc-X-master-templates to return a non-existent file.
3569         * vc-cvs.el: Update Copyright.
3570         (vc-cvs-diff): Remove unused `backend' variable.
3571         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
3573         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3575 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3577         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3578         since it can be called from vc-rcs.el.
3579         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3581 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3583         * vc.el (vc-version-diff): Expand file name read from the
3584         minibuffer.  Handle the case when a previous version number can't
3585         be guessed.  Give suitable messages when there were no differences
3586         found.
3587         (vc-clear-headers): Call backend-specific implementation, if one
3588         exists.
3589         (vc-cancel-version): Made error checks generic.  When done, clear
3590         headers generically, too.
3592         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3593         from vc-clear-headers in vc.el.
3595         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3596         correctly.
3597         (vc-rcs-latest-on-branch-p): Made second argument VERSION
3598         optional.  Handle the case when it's not there.
3600 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3602         * vc.el (vc-locking-user): Moved from vc-hooks.el.
3604 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3606         * vc-hooks.el (vc-loadup): Remove.
3607         (vc-find-backend-function): Use `require'.  Also, handle the case
3608         where vc-BACKEND-hooks.el doesn't exist.
3609         (vc-call-backend): Cleanup.
3611 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3613         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3614         vc-rcs-grab-templates)
3615         (vc-rcs-registered): Remove.  The default function works as well.
3616         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3617         vc-sccs-grab-templates)
3618         (vc-sccs-registered): Remove.  The default function works as well.
3620         * vc.el (vc-version-diff): Left out a vc- in call to
3621         vc-call-backend.
3622         (vc-default-dired-state-info, vc-default-record-rename)
3623         (vc-default-merge-news): Update for the new backend argument.
3625         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3626         using the default function.
3627         (vc-call-backend): If calling the default function, pass it the
3628         backend as first argument.  Update the docstring accordingly.
3629         (vc-default-state-heuristic, vc-default-mode-line-string): Update
3630         for the new backend argument.
3631         (vc-make-backend-sym): Renamed from vc-make-backend-function.
3632         (vc-find-backend-function): Use the new name.
3633         (vc-default-registered): New function.
3635 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3637         * vc.el (vc-merge): Use vc-find-backend-function.
3639         * vc-hooks.el (vc-backend-functions): Remove.
3640         (vc-loadup): Don't setup 'vc-functions.
3641         (vc-find-backend-function): New function.
3642         (vc-call-backend): Use above fun and populate 'vc-functions
3643         lazily.
3644         (vc-backend-defines): Remove.
3646 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3648         * vc.el (vc-register): Put a FIXME note for a newly found bug.
3649         Call vc-call-backend without the leading vc-.
3650         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3651         (vc-check-headers): Call vc-call-backend without the leading vc-.
3652         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
3653         (vc-annotate-display): Replace confusing use of `cond' with `or'.
3654         Call vc-call-backend without the leading vc-.
3656         * vc-cvs.el (tail): Provide vc-cvs.
3657         * vc-sccs.el (tail): Provide vc-sccs.
3658         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3660         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3661         (vc-make-backend-function, vc-call): Pass names without leading
3662         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
3663         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3664         (vc-call-backend): Always try to load vc-X-hooks.
3665         (vc-registered): Remove vc- in call to vc-call-backend.
3667 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3669         * vc.el (vc-process-filter): New function.
3670         (vc-do-command): Setup `vc-process-filter' for the async process.
3671         (vc-maybe-resolve-conflicts): New function to reduce
3672         code-duplication.  Additionally, it puts the buffer in
3673         `smerge-mode' if applicable.
3674         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3675         calling `merge-news'.
3676         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
3677         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
3678         interfacing to log-edit.el.
3679         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
3680         log-edit is available.
3681         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
3683 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3685         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
3686         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
3687         defvar and the initialization.
3688         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
3690         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
3691         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
3693         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
3695 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3697         * vc.el (vc-file-clear-masterprops): Removed.
3698         (vc-checkin, vc-revert-buffer): Removed calls to the above.
3699         (vc-version-diff): Use buffer-size without argument.
3700         (vc-register): Heed vc-initial-comment.
3702         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
3703         default branch.
3705         * vc-rcs.el (vc-rcs-register): Parse command output to find master
3706         file name and workfile version.
3707         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
3709         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
3710         vc-file-clear-masterprops.
3712         * vc-sccs.el (vc-sccs-checkout): Removed call to
3713         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
3714         rather than user login name.
3717 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3719         * vc.el (vc-workfile-unchanged-p): Remove unused argument
3720         `want-differences-if-changed' and simplify.
3721         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
3722         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
3723         output (which is invalid for async vc-diff) to decide whether to
3724         do the revert silently or not.
3726 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3728         * vc-hooks.el (vc-loadup): Load files quietly.
3729         (vc-call-backend): Oops, brain fart.
3731 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3733         * vc-cvs.el (vc-cvs-state): Typo.
3734         (vc-cvs-merge-news): Return the status code rather than the error msg.
3736 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3738         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3739         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3740         vc-state or vc-up-to-date-p.
3741         (vc-merge): Use vc-backend-defines to check whether merging is
3742         possible.  Set state to 'edited after successful merge.
3744         * vc-hooks.el (vc-locking-user): If locked by the calling user,
3745         return that name.  Redocumented.
3747 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3749         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
3750         new `vc-state' semantics.
3751         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
3752         'vc-locking-user to the current user.
3753         (vc-merge): Inline vc-backend-merge.  Comment out code that I
3754         don't understand and hence can't adapt to the new `vc-state' and
3755         `vc-locking-user' semantics.
3756         (vc-backend-merge): Remove.
3758         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3759         rather than 'vc-locking-user.
3761         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3763         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3764         (vc-state): Don't use 'reserved any more.  Just use the same
3765         convention as the one used for vc-<backend>-state where the
3766         locking user (as a string) is returned.
3767         (vc-locking-user): Update, based on the above convention. The
3768         'vc-locking-user property has disappeared.
3769         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
3771         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3772         with a heuristic one.
3773         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3774         (vc-cvs-checkin): Do a trivial parse to set the state in case of
3775         error.  That allows us to get to 'needs-merge even in the
3776         stay-local case.  There's still no way to detect 'needs-patch in
3777         such a setup (or to force an update for that matter).
3778         (vc-cvs-logentry-check): Remove, the default works as well.
3780 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3782         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
3784         * vc.el (vc-do-command): kill-all-local-variables, to reset any
3785         major-mode in which the buffer might have been put earlier.  Use
3786         `remove' and `when'.  Allow `okstatus' to be `async' and use
3787         `start-process' in this case.
3788         (vc-version-diff): Handle the case where the diff looks empty
3789         because of the use of an async process.
3791 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3793         * vc.el (vc-next-action-on-file): Removed optional parameter
3794         `simple'.  Recompute state unconditionally.
3795         (vc-default-toggle-read-only): Removed.
3797         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3798         (vc-toggle-read-only): Undid prev change.
3800         * vc-cvs.el (vc-cvs-stay-local): Renamed from
3801         vc-cvs-simple-toggle.  Redocumented.
3802         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3803         (vc-cvs-toggle-read-only): Removed.
3805 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3807         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
3808         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3809         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3810         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
3811         still is. So maybe it should be removed.
3812         (vc-head-version, vc-find-binary): Remove.
3813         (vc-recompute-state): Move from vc-hooks.el.
3814         (vc-next-action-on-file): Add a `simple' argument to allow
3815         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
3816         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3817         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
3818         (vc-dired-mode-map): Properly defvar it.
3819         (vc-print-log): Call log-view-mode if available.
3820         (small-temporary-file-directory): defvar instead of use boundp.
3821         (vc-merge-news): Moved to vc-cvs.el.
3822         (vc-default-merge-news): New function.
3824         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
3825         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
3826         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
3827         unknown `vc-latest-version' function.  It should probably refer to
3828         vc-workfile-version or somesuch, but it's very unclear to me and I
3829         don't have SCCS to test things.
3831         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
3832         (vc-sccs-state-heuristic): Fix typo.
3833         (vc-sccs-workfile-unchanged-p): Add missing argument.
3835         * vc-rcs.el: Require vc and vc-rcs-hooks.
3836         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
3837         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
3838         (vc-release-greater-or-equal-p): Move from vc.
3839         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
3840         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
3841         (vc-rcs-checkout): Add a missing `new-version' argument in the
3842         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
3844         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
3845         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
3846         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
3847         than the apparently unbound `workfile-version'.
3849         * vc-hooks.el (vc-master-templates): Def the obsolete var.
3850         (vc-file-prop-obarray): Use `make-vector'.
3851         (vc-backend-functions): Add new hookable functions
3852         vc-toggle-read-only, vc-record-rename and vc-merge-news.
3853         (vc-loadup): If neither backend nor default functions exist, use
3854         the backend function rather than nil.
3855         (vc-call-backend): If the function if not bound yet, try to load
3856         the non-hook file to see if it provides it.
3857         (vc-call): New macro plus use it wherever possible.
3858         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
3859         nor `vc-find-binary' since it's only called from
3860         vc-mistrust-permission which is only used once the backend is known.
3861         (vc-checkout-model): Fix parenthesis.
3862         (vc-recompute-state, vc-prefix-map): Move to vc.el.
3864         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
3865         (vc-cvs-release, vc-cvs-system-release): Remove.
3866         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
3867         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
3868         status symbols.
3869         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
3870         (vc-cvs-toggle-read-only): First cut at a function to allow a
3871         cvs-status-free vc-toggle-read-only.
3872         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
3873         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
3874         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
3875         (vc-cvs-checkout): Modify access rights directly if the user
3876         requested not to use `cvs edit'.  And refresh the mode line.
3878         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
3879         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
3881 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3883         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
3884         workfile' that got lost when the code was extracted from vc.el.
3885         And merged the tail with the rest of the code (not possible in the
3886         old vc.el where the tail was shared among all backends).  And
3887         explicitly set the state to 'edited if `writable' is set.
3889         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
3890         (vc-cvs-state): Be careful to return the value from
3891         vc-cvs-parse-state.
3892         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
3893         property but return it instead.  Also be careful to handle a nil
3894         or "" `rev' when workfile is non-nil (it was handled properly when
3895         workfile was nil).
3897         * vc.el: Removed those pesky unnecessary `(function' quotes.
3898         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
3899         directly in the defvar.
3900         (vc-do-command): Bind inhibit-read-only so as to properly handle
3901         the case where the destination buffer has been made read-only.
3902         (vc-diff): Delegate to vc-version-diff in all cases.
3903         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
3904         (vc-annotate-mode-variables): Removed (code moved partly to
3905         defvars and partly to vc-annotate-add-menu).
3906         (vc-annotate-mode): Turned into a derived-mode.
3907         (vc-annotate-add-menu): Moved in code in
3908         vc-annotate-mode-variables.
3909         (vc-update-change-log): Use make-temp-file if available.
3911 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
3913         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3914         `vc-checkout-model' updated to `vc-cvs-update-model'.
3916 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3918         * vc.el (vc-next-action-on-file): Added handling of state
3919         `unlocked-changes'.
3920         (vc-checkout-carefully): Is now practically obsolete, unless the
3921         above is too slow to be enabled unconditionally.
3922         (vc-update-change-log): Fixed typo.
3924         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3926         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3927         Now handles state `unlocked-changes'.
3928         (vc-sccs-workfile-unchanged-p): New function, to support the above.
3930         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3932         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3933         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
3934         `unlocked-changes'.
3935         (vc-rcs-workfile-unchanged-p): Renamed from
3936         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
3937         function yet, but supposed to become one soon.
3939         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3940         `vc-steal-lock'.
3941         (vc-call-backend): Changed error message.
3942         (vc-state): Added description of state `unlocked-changes'.
3944 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3946         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3947         always return t in CVS-controlled directories.
3949         * vc.el (vc-responsible-backend): New function.
3950         (vc-register): Largely rewritten.
3951         (vc-admin): Removed (implementation moved into vc-register).
3952         (vc-checkin): Redocumented.
3953         (vc-finish-logentry): If no backend defined yet (because we are in
3954         the process of registering), use the responsible backend.
3956         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3957         Updated function lists.
3958         (vc-call-backend): Fixed typo.
3960         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3961         New functions.
3962         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3963         Removed query option.  Redocumented.
3965 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3967         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3969         * vc.el: Updated callers of `vc-checkout-required' to use
3970         `vc-checkout-model'.
3972 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3974         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
3975         stuff updated to reference this function instead of the old
3976         `vc-backend-release-p'.
3978 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3980         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3981         vc-checkout-model.  Return appropriate values.  Updated callers.
3983 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3985         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
3986         (vc-backend-revert): Function moved into `vc-revert';
3987         `vc-next-action' must be updated to accomodate this change.
3988         (vc-backend-steal): Function moved into `vc-finish-steal'.
3989         (vc-backend-logentry-check): Function moved into
3990         `vc-finish-logentry'.
3991         (vc-backend-printlog): Function moved into `vc-print-log'.
3992         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3993         (vc-backend-assign-name): Function moved into
3994         `vc-create-snapshot'.
3996 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3998         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
3999         Rename to vc-checkout-model.  Return appropriate values.
4000         Update callers.
4002         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
4003         to vc-checkout-model.
4004         (vc-checkout-required): Rename to vc-checkout-model.
4005         Re-implement and re-comment.
4006         (vc-after-save): Use vc-checkout-model.
4008 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4010         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4011         Update to use the vc-BACKEND-diff functions instead.
4012         `vc-diff' is now working.
4014         * vc-rcs.el (vc-rcs-logentry-check): New function.
4016         * vc-cvs.el (vc-cvs-logentry-check): New function.
4018         * vc-sccs.el (vc-sccs-diff): Function changed name from
4019         `vc-backend-diff'.  This makes `vc-diff' work.
4021         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
4022         of functions possibly implemented in a vc-BACKEND library.
4023         (vc-checkout-required): Fix bug that caused an error to be
4024         signaled during `vc-after-save'.
4026         * vc.el: Fix typo.
4027         This checkin is made with our new VC code base for the very first time.
4028         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
4030         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4031         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4033         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4034         updated to `vc-uses-locking'.
4035         (vc-checkout-required): Call to backend function.
4036         `vc-checkout-required' updated to `vc-uses-locking' instead.
4038         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4039         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4041         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
4042         to match the split into various backends.
4043         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
4044         (vc-retrieve-snapshot): Bug fix.
4046 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4048         * vc-sccs.el (vc-sccs-release): Doc fix.
4050 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4052         * vc.el (vc-next-action-on-file): Bug found and fixed.
4053         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4054         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4056         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4057         (vc-rcs-checkout): Name space cleaned up.  No more revision number
4058         crunching function names that are not prefixed with vc-rcs.
4059         (vc-rcs-checkout-model): Function added.  References to
4060         `vc-checkout-model' replaced.
4062 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4064         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4065         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
4066         still need to be split, and implemented for RCS).
4068 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4070         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4072         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4073         required by the vc.el file.
4075         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4076         required by the vc.el file.
4077         (vc-rcs-exists): Function added.
4079         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4080         required by the vc.el file.
4082         * vc.el (vc-admin): Updated to handle selection of appropriate
4083         backend.  Current implementation is crufty and need re-thinking.
4085         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4087 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4089         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4090         beginning of annotate buffers correctly.
4092         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4093         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4094         functionality updated quite a lot to support multiple backends.
4095         Variables `vc-annotate-mode', `vc-annotate-buffers',
4096         `vc-annotate-backend' added.
4098         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4099         `vc-annotate-difference' added to supported backend functions.
4101 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4103         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4104         Use with-temp-file instead of /bin/sh.  Merged from mainline
4106 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4108         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4110         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4112         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4114 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4116         * vc-hooks.el: vc-state-heuristic added to
4117         vc-backend-hook-functions.
4119         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4121         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4123         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4124         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
4125         state to `reserved'.
4127         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4128         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
4130 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4132         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
4133         untouched.
4135         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
4137         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
4138         if defined.  (Merged from main line, slightly adapted.)
4140         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4141         millenium problem (merged from mainline).
4143 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4145         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4146         part and moved the non-BACKEND stuff to vc.el.
4148         * vc.el: Split the annotate feature into a BACKEND specific part
4149         and moved it from the vc-cvs.el file to this one.
4151 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4153         * vc-hooks.el: Implement new state model.
4154         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4155         (vc-locking-user): Simplify.  Now only needed if the file is
4156         locked by somebody else.
4157         (vc-lock-from-permissions): Remove.  Functionality is in
4158         vc-sccs-hooks.el and vc-rcs-hooks.el now.
4159         (vc-mode-line-string): New name for former vc-status.  Adapted.
4160         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
4162         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4163         Various simplifications and adaptations all over the place.
4165         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4166         Simplify and adapt the rest.
4168         * vc.el (vc-resynch-window): Add TODO comment: check for
4169         interaction with view mode according to recent RCS change.
4170         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
4172 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4174         * vc.el: Convert the remaining function comments to docstrings.
4176 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4178         * vc.el (vc-backend-release, vc-release-greater-or-equal)
4179         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4180         (vc-minor-part, vc-previous-version): Functions that operate and
4181         compare revision numbers got proper documentation.  Comments added
4182         about their possible removal.
4184 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4186         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4187         the vc-backend.el files.
4189         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4191         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4192         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4193         (vc-rcs-previous-version): Functions added.
4195         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4197         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4199 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4201         * vc-hooks.el (vc-master-templates): Is really obsolete.
4202         Comment out the definition for now.  What is the right procedure
4203         to get rid of it?
4204         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4205         rewritten.
4206         (vc-default-registered): Remove.
4207         (vc-check-master-templates): New function; does mostly what the
4208         above did before.
4209         (vc-locking-user): Don't rely on the backend to set the property.
4211         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
4212         Rewrite documentation.
4213         (vc-rcs-templates-grabbed): New variable.
4214         (vc-rcs-grab-templates): New function.
4215         (vc-rcs-registered): Rewrite to use above mechanism.
4217         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
4218         Rewrite documentation.
4219         (vc-sccs-templates-grabbed): New variable.
4220         (vc-sccs-grab-templates): New function.
4221         (vc-sccs-registered): Rewrite to use above mechanism.
4222         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4223         Don't throw the result, simply return it.
4225         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4226         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
4227         (vc-cvs-registered): Does the check itself now.  Simplify.
4229         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
4230         from main line.
4232 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4234         * vc-cvs.el (vc-cvs-diff): New function.
4236         * vc-sccs.el (vc-sccs-diff): New function.
4238         * vc-rcs.el (vc-rcs-diff): New function.
4239         (vc-rcs-checkout): Bug (typo) found and fixed.
4240         (vc-rcs-register-switches): New variable.
4242         * vc.el (vc-backend-diff): Function removed and placed in the
4243         backend files.
4245 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4247         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4249         * vc.el (vc-backend-checkout): Function removed and replaced in
4250         the vc-backend.el files.
4252         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4254         * vc.el (vc-backend-admin): Removed and replaced in the
4255         vc-backend.el files.
4257         * vc.el (Martin): Removed all the annotate functionality since it
4258         is CVS backend specific.
4260 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4262         * spec.txt: Added specification of vc-state.
4264         * vc-sccs-hooks.el (vc-sccs-master-properties):
4265         Remove handling of vc-latest-version and
4266         vc-your-latest-version.  What used to be vc-latest-version, is now
4267         returned as vc-workfile-version.
4268         (vc-sccs-workfile-version): Adapt.
4270 2000-09-04  Dave Love  <fx@gnu.org>
4272         * vc.el: [Merged from mainline.]
4273         (vc-dired-mode): Make the dired-move-to-filename-regexp
4274         regexp match the date, to avoid treating date as file size.
4275         Add YYYY S option to WESTERN/
4277 2000-09-04  Dave Love  <fx@gnu.org>
4279         * vc.el: Require `compile' when compiling.
4280         (vc-logentry-check-hook): New option.
4281         (vc-steal-lock): Use compose-mail.
4282         (vc-dired-mode-map): Defvar when compiling.
4283         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4284         vc-sccs.el and renamed.  Callers changed.
4285         (vc-backend-checkout, vc-backend-logentry-check)
4286         (vc-backend-merge-news): Doc fix.
4287         (vc-default-logentry-check): New function.
4288         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4289         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4290         (vc-backend-merge): Doc fix.  Use backend functions.
4291         (vc-check-headers): Use backend functions.
4293         * vc-cvs.el: Require vc when compiling.
4294         (vc-cvs-register-switches): Doc fix.
4295         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4296         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4297         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4298         New functions (code from vc.el).
4299         (vc-annotate-display-default): Fix interactive spec.
4300         (vc-annotate-time-span): Doc fix.
4302         * vc-rcs.el: Require vc when compiling.
4303         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4304         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4305         (vc-rcs-checkin): New functions (code from vc.el).
4306         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4307         Doc fix.
4308         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
4310         * vc-sccs.el: Require vc when compiling.
4311         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4312         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4313         (vc-sccs-revert)
4314         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4315         from vc.el).
4316         (vc-sccs-add-triple, vc-sccs-record-rename)
4317         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4318         (vc-sccs-admin): Doc fix.
4320 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4322         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4323         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4324         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4325         from vc.el.
4327         * vc-sccs.el (vc-admin-sccs): Added from vc.el
4329         * vc-cvs.el: Moved the annotate functionality from vc.el.
4330         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4332 2000-09-04  Dave Love  <fx@gnu.org>
4334         * vc.el (vc-backend-release): Call vc-system-release.
4336         * vc-sccs.el (vc-sccs-system-release):
4337         Renamed from vc-sccs-backend-release.
4339         * vc-rcs.el (vc-rcs-system-release):
4340         Renamed from vc-rcs-backend-release.
4342         * vc-cvs.el (vc-cvs-system-release):
4343         Renamed from vc-cvs-backend-release.
4345 2000-09-04  Dave Love  <fx@gnu.org>
4347         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4348         backend files.
4349         (vc-backend-release): Dispatch to backend functions.
4350         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
4351         probably needs attention.]
4353         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4354         (vc-sccs-backend-release): New function.
4356         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4357         (vc-cvs-backend-release): New function.
4359         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4360         Doc fix.
4361         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4362         (vc-default-dired-state-info): New function.
4363         (vc-dired-state-info): Dispatch to backends.
4364         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
4366         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4367         from vc.el and renamed.
4369 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4371         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4372         (vc-version-other-window, vc-backend-assign-name): Removed
4373         references to vc-latest-version; sometimes changed into
4374         vc-workfile-version.
4376         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4377         vc-rcs-master-workfile-version.
4378         (vc-rcs-workfile-version): Use the above.  Don't call
4379         vc-latest-version (that was unreachable code, anyway).
4380         (vc-rcs-fetch-master-properties): Doc fix.
4382         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4383         (vc-backend-hook-functions): Removed them from this list, too.
4384         (vc-fetch-properties): Removed.
4385         (vc-workfile-version): Doc fix.
4387         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4388         (vc-rcs-workfile-version, vc-rcs-locking-user)
4389         (vc-rcs-uses-locking): Use it.
4391         * vc-hooks.el (vc-consult-rcs-headers):
4392         Moved into vc-rcs-hooks.el, under the name
4393         vc-rcs-consult-headers.
4395         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4396         headers.
4397         (vc-cvs-find-master): Use this name only; correct different
4398         versions of the name.
4400         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4401         New functions.
4402         (vc-sccs-locking-user): Use the latter.
4404         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4405         New functions.
4407         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4408         Moved into both
4409         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
4410         functions are implementation details of those two backends.
4412 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4414         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4415         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4417         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4418         (vc-sccs-parse-locks): SCCS-specific code moved here from
4419         vc-hooks.
4421         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4422         code moved here from vc-hooks.
4424         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4425         into back-end specific parts and removed.  Callers not updated
4426         yet; because I guess these callers will disappear into back-end
4427         specific files anyway.
4429 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4431         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4432         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4433         `vc-uses-locking'.
4435         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4436         Store yes/no in the property, and return t/nil.  Updated all
4437         callers.
4439         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4440         vc-sccs-uses-locking.  Don't set property.
4441         (vc-sccs-locking-user): Don't set property.
4443         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4444         vc-cvs-uses-locking.  Don't set property here; leave that to
4445         vc-hooks.
4446         (vc-cvs-locking-user): Reflect above change.  Streamlined.
4448         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4449         vc-rcs-uses-locking.
4450         (vc-rcs-locking-user): Reflect above change.
4452 2000-09-04  Dave Love  <fx@gnu.org>
4454         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4456         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4458         * vc-hooks.el (vc-checkout-model): Punt to backends.
4460         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4462         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4464         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4465         New functions.
4467         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4468         New functions.
4470         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4471         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4473         * vc-hooks.el (vc-default-locking-user): New function.
4474         (vc-locking-user, vc-workfile-version): Punt to backends.
4476 2000-09-04  Dave Love  <fx@gnu.org>
4478         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4479         (vc-master-workfile-version): Moved from vc-hooks.
4481         * vc-rcs-hooks.el: Fix duplicate code in last change.
4483         * vc-rcs-hooks.el: Require vc-hooks when compiling.
4484         (vc-rcs-master-templates): Improve :type.
4485         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4486         vc-master-workfile-version): Moved from vc-hooks.
4488         * vc-sccs-hooks.el: Require vc-hooks when compiling.
4489         (vc-sccs-master-templates): Improve :type.
4490         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4492         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4494         * vc-cvs-hooks.el: Require vc-hooks when compiling.
4495         (vc-cvs-master-templates): Improve :type.  Use
4496         vc-cvs-find-cvs-master.
4497         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4498         from vc-hooks.
4499         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4501         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4502         Moved to vc-cvs-hooks.
4504         * vc-hooks.el: Add doc strings in various places.  Simplify the
4505         minor mode setup.
4506         (vc-handled-backends): New user variable.
4507         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4508         simplification.
4510 2000-09-04  Dave Love  <fx@gnu.org>
4512         * vc.el: Some doc fixes for autoloaded and interactive functions.
4513         Fix compilation warnings from ediff stuff.
4514         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4516         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4518         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4520         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4522 2000-09-04  Dave Love  <fx@gnu.org>
4524         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4525         New variable.
4526         (vc-make-backend-function, vc-loadup, vc-call-backend)
4527         (vc-backend-defines): New functions.
4529         * vc-hooks.el: Various doc fixes.
4530         (vc-default-back-end, vc-follow-symlinks): Custom fix.
4531         (vc-match-substring): Function removed.  Callers changed to use
4532         match-string.
4533         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4534         Simplify.
4536 2000-09-04  Dave Love  <fx@gnu.org>
4538         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4539         type.
4540         (vc-sccs-project-dir, vc-search-sccs-project-dir)
4541         (vc-sccs-registered): Doc fix.
4543         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4544         (vc-cvs-registered): Doc fix.
4546         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4547         (vc-rcs-registered): Doc fix.
4549 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4551         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4553         * vc-hooks.el: vc-registered has been renamed
4554         vc-default-registered.  Some functions have been moved to the
4555         backend specific files.  they all support the
4556         vc-BACKEND-registered functions.
4558 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4560         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4562         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4564 2000-09-04  Dave Love  <fx@gnu.org>
4566         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4567         menu-bar-update-hook.
4569         * help.el (help-manyarg-func-alist): Add
4570         find-operation-coding-system.
4572         * wid-edit.el (widget-sexp-validate): Fix garbled code.
4574         * custom.el (custom-set-variables): Print message about errors in
4575         setting.
4577 2000-09-03  Andrew Innes  <andrewi@gnu.org>
4579         * makefile.w32-in: Change to DOS line endings.
4581 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4583         * mouse.el (mouse-popup-menubar): Supply the prompt string for
4584         minor-mode keymaps, if they don't have one.
4586 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4588         * eshell/esh-module.el (eval-when-compile): Don't lose if
4589         esh-module.el's file name is truncated to DOS 8+3 limits.
4591 2000-09-01  John Wiegley  <johnw@gnu.org>
4593         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4594         predicate, which caused entries in the completion list to be
4595         doubled.
4597 2000-08-30  John Wiegley  <johnw@gnu.org>
4599         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4600         sending to subprocesses.  Also, hook pre-command-hook if
4601         `eshell-send-direct-to-subprocesses' is non-nil.
4602         (eshell-send-direct-to-subprocesses): New config variable.  If t,
4603         subprocess input is send immediately.
4604         (eshell-toggle-direct-send): New function.
4605         (eshell-self-insert-command): New function.
4606         (eshell-intercept-commands): New function.
4607         (eshell-send-input): If direct subprocess sending is enabled,
4608         don't echo any input to the Eshell buffer.  Let the subprocess
4609         handle that.  This requires "stty echo" in bash, for example.
4611 2000-08-28  John Wiegley  <johnw@gnu.org>
4613         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4614         completion function for Eshell's implementation of `unset'.
4616 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4618         * info.el (Info-directory-list): Doc fix.
4620 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
4622         * filecache.el (file-cache-add-directory-using-find): Don't quote
4623         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4625 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
4627         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4628         coding systems.
4630 2000-08-30  Andrew Innes  <andrewi@gnu.org>
4632         * timer.el (run-with-idle-timer): Undo last change, so that timer
4633         is not activated immediately if Emacs is already idle.  Some
4634         existing code relies on this behaviour.
4636 2000-08-30  Miles Bader  <miles@gnu.org>
4638         * frame.el (set-frame-font): Do completion of font-name for
4639         interactive use.
4641 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
4643         * international/quail.el (quail-start-translation): Bind locally
4644         last-command-event, last-command, and this-command.
4645         (quail-start-conversion): Likewise.
4646         (quail-self-insert-command): Fix docstring.
4648 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
4650         * progmodes/executable.el
4651         (executable-make-buffer-file-executable-if-script-p): Check that
4652         buffer contains at least 2 characters.
4654 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
4656         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4658 2000-08-29  Dave Love  <fx@gnu.org>
4660         * diff-mode.el (diff-mode) <defgroup>: Add :version.
4661         (diff-mode-shared-map): Bind mouse-2.
4662         (diff-imenu-generic-expression): New variable.
4663         (diff-mode): Use it.
4665         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4666         (mouse-popup-menubar): Add minor mode menus.
4667         (popup-menu): Check for lookup-key returning number.
4669 2000-08-29  Miles Bader  <miles@gnu.org>
4671         * comint.el (comint-send-input): Create overlays using the proper
4672         front/read-advance arguments.
4674 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4676         * ps-print.el: Even/odd pages printing.  Doc fix.
4677         (ps-print-version): New version number (6.0).
4678         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
4679         (ps-background, ps-begin-file, ps-begin-job): Code fix.
4680         (ps-print-duplex-feature): Variable eliminated.
4681         (ps-even-or-odd-pages): New variable.
4683         * progmodes/ebnf2ps.el: Doc fix.
4684         (ebnf-version): New version (3.3).
4685         (ebnf-user-arrow): Change variable customization to sexp.
4686         (ebnf-user-arrow): Function eliminated.
4687         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
4689 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
4691         * help.el (help-xref-mule-regexp): New variable.
4692         (help-make-xrefs): Handle help-xref-mule-regexp.
4694         * international/mule-cmds.el (help-xref-mule-regexp-template): New
4695         variable.
4696         (describe-input-method): Temporarily activate the specfied input
4697         method to display the information.
4698         (describe-language-environment): Hyperlinks to mule related items.
4700         * international/mule-diag.el (charset-multibyte-form-string): New
4701         function.
4702         (list-character-sets-1): Use charset-multibyte-form-string.
4703         (describe-character-set): New function.
4704         (describe-coding-system): Hyperlinks to safe character sets.
4706         * international/quail.el (quail-help): New arg PACKAGE.
4707         Hyperlinks to mule related items.
4708         (quail-help-insert-keymap-description): Use
4709         substitute-command-keys instead of describe-bindings.
4710         (quail-translation-help): Hyperlinks to mule related items.
4712 2000-08-28  John Wiegley  <johnw@gnu.org>
4714         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
4715         have a defsubst call itself.  Made `eshell-flatten-list' back into
4716         a function again.
4718         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
4719         catch, in case re-centering point at bottom messes up the display.
4720         This happens frequently in Emacs 21, due I believe to variable
4721         line heights.
4723         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
4724         to call `find-tag-interactive'.
4726         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
4727         the list of remember directories.
4729 2000-08-28  John Wiegley  <johnw@gnu.org>
4731         * align.el: Test align-region-separate to see if it's a symbol.
4733 2000-08-28  John Wiegley  <johnw@gnu.org>
4735         * eshell/esh-util.el (eshell-flatten-list): Made this function
4736         into a defsubst form.  It gets used very frequently, although
4737         calls don't occur all that often.
4739         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4740         examining it.
4742         * eshell/esh-cmd.el (eshell-rewrite-while-command):
4743         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4744         `eshell-protect'.
4745         (eshell-copy-handles): Created a new macro for duplicating the
4746         current set of open handles.  This is needed by the looping
4747         functions.
4748         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
4749         is not incorrectly stomped on.
4751         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
4752         declaration for pcomplete-use-paring.
4753         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
4754         value of eshell-cmpl-use-paring.
4755         * pcomplete.el (pcomplete-use-paring): New config variable, to
4756         indicate whether paring should be used.
4757         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4758         completion alternatives that have already been used.
4760         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4761         bound to C-c C-y, which will repeat the previous N arguments
4762         (based on prefix argument).
4763         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4765         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4766         if there is no *Help* buffer.  This is for XEmacs, which renames
4767         its help buffers uniquely.  TODO: Find out what the current buffer
4768         name to delete is.
4770         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4771         first entry that correlates to a passwd/group number.  Later
4772         entries (used for group/user name aliasing to multiple IDs) are
4773         ignored.
4775         * eshell/em-xtra.el (eshell/expr):
4776         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4777         (eshell-grep, eshell/diff, eshell/locate):
4778         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4779         argument list, before passing it to the system command.
4781         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4782         `find-tag' for use at final position in Eshell buffers (which
4783         otherwise triggers an error on Emacs 21).
4784         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4785         buffer, if it is currently bound to `find-tag'.
4787         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4788         in the list of matched Makefile names.
4789         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4790         directory, prefer its contents to Makefile.
4792         * eshell/em-dirs.el (eshell/cd): cd commands that look up
4793         directory parts (like "cd old new", or "cd =regexp"), are now case
4794         sensitive on non-Windows/DOS platforms.
4796         * eshell/esh-mode.el (eshell-parse-command-input): When a user
4797         types RET after an open delimiter (like "), display a message
4798         indicating that Eshell is waiting for the closing delimiter.
4800         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4801         environment variables.
4803         * eshell/em-unix.el (eshell/diff): Added logic to fail more
4804         gracefully if the user enters incorrect arguments.
4806         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4807         Eshell buffers.
4809         * eshell/esh-var.el (eshell-interpolate-variable):
4810         * eshell/esh-mode.el (eshell-move-argument):
4811         * eshell/em-unix.el (eshell-du-sum-directory):
4812         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4813         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
4814         (not (= ...)).
4816         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4817         to ensure the `preserve' flag gets propagated when doing recursive
4818         directory copies.
4820 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
4822         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
4823         Don't convert \n into \0177 in memory.
4824         (eshell-read-history, eshell-write-history): Convert \n to \0177,
4825         and back again, when reading and writing.
4827 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
4829         * eshell/esh-util.el (eshell-processp): Added to relieve constant
4830         testing of `fboundp' on `processp'.
4832         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
4833         (eshell/jobs): Don't call process-list if it is not bound.
4834         (eshell-gather-process-output): Support systems where async
4835         subprocesses aren't supported.
4836         (eshell-scratch-buffer, eshell-last-sync-output-start): New
4837         variables.
4839         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
4840         eshell-do-eval returns t.
4841         (eshell-do-pipelines-synchronously): New defmacro.
4842         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
4843         when async subprocesses aren't supported.
4844         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
4845         if async subprocesses aren't supported.
4846         (eshell-resume-command): Don't assume STATUS is a string.
4848         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
4850         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
4851         (eshell-close-target, eshell-get-target): Use eshell-processp.
4852         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
4853         fix.
4854         (eshell-get-target, eshell-create-handles): Doc fix.
4856 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
4858         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
4859         criterion to include commands that output something, as long as it
4860         leaves both the command and the end-of-buffer visible when the
4861         command has exited.
4862         (eshell-review-quick-commands): Adjust the help doc string
4863         accordingly.
4865 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
4867         * locate.el (locate): Cleaned up locate command's interactive prompting
4868         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
4870         * filecache.el (file-cache-case-fold-search): New variable
4871         (file-cache-assoc-function): New variable
4872         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
4873         Use file-cache-case-fold-search variable
4874         (file-cache-add-file): Use file-cache-assoc-function
4875         (file-cache-delete-file): likewise
4876         (file-cache-directory-name): likewise
4877         (file-cache-debug-read-from-minibuffer): likewise
4879 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
4881         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
4882         (abbrev-table-name): New function.
4883         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
4884         If non-nil list local abbrev, only.
4886 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
4888         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
4889         from Gnus support code, and use special article copy buffer
4890         `(gnus-original-article-buffer)' instead.  This allows to get rid
4891         of article-hide-headers usage (which breaks in the latest Gnus
4892         version).  Thanks to Detlev Zundel.
4894 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
4896         * international/quail.el (quail-use-package): Hide "... loaded"
4897         message.
4898         (quail-start-translation, quail-start-conversion): Likewise.
4900         * international/kkc.el (kkc-region): Hide "... loaded" message.
4902 2000-08-27  Dave Love  <fx@gnu.org>
4904         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4906 2000-08-27  Miles Bader  <miles@gnu.org>
4908         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4910 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
4912         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4913         'ja-dic-cnv), not (require 'skkdic-cnv).
4915 2000-08-26  Miles Bader  <miles@gnu.org>
4917         * faces.el (face-x-resources): Add entry for :inherit.
4918         * cus-face.el (custom-face-attributes): Add support for :inherit
4919         attribute.  Add support for relative face heights.
4920         (custom-face-attributes-get): Treat `nil' as being a default value
4921         for :inherit (as well as `unspecified').
4923         * faces.el (set-face-attribute): Update doc string.
4924         (face-attribute-name-alist): Add :inherit.
4925         (face-valid-attribute-values): Handle :inherit.
4926         (face-read-string): Rephrase prompt to be less confusing.
4927         Assume that DEFAULT is a string, since we must return a string.
4928         (face-read-integer): Use `format' to turn DEFAULT into an
4929         acceptable default for face-read-string.  Match NEW-VALUE against
4930         the string "unspecified", not the symbol `unspecified', since
4931         that's what face-read-string returns.
4932         (read-face-attribute): Lookup a name for old-value in valid, and
4933         use it as a default if we find one.  Treat all values from
4934         face-read-string as strings.  If the default is used, don't do any
4935         more processing on the value, just use the old value directly.
4936         (read-face-and-attribute, modify-face): Tweak prompt.
4937         (read-face-name): Don't assume prompt ends with a space.
4939         * faces.el (describe-face): Add support for :inherit attribute.
4941 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
4943         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
4944         concat doesn't accept interger.
4946         * international/kkc.el: Remove SKK from Keywords.  Require
4947         ja-dic-utl instead of skkdic-utl.
4949         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4950         Provide ja-dic-cnv instead of skkdic-cnv.
4951         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
4952         (iso-2022-7bit-short): Add safe-charsets property.
4953         (skkdic-convert-postfix): Search Japanese chou-on character in
4954         addition to Hiragana character.
4955         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4956         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4957         (batch-skkdic-convert): Likewise.
4959         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4960         Provide ja-dic-utl instead of skkdic-utl.
4961         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4963 2000-08-24  Dave Love  <fx@gnu.org>
4965         * disp-table.el (standard-display-default): Make the test of `l'
4966         useful.
4968         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4969         mod sample text.
4971         * international/iso-ascii.el: Make pilcrow convenient string
4972         consistent with section.
4973         (iso-ascii-display): Set up multibyte characters as well as
4974         unibyte.
4976 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
4978         * international/mule-cmds.el (reset-language-environment): Set
4979         default-process-coding-system to '(undecided . iso-latin-1), which
4980         makes process I/O almost consistent with file I/O.   Call this
4981         function when mule-cmds.el[c] is loaded.
4983 2000-08-22  Andrew Innes  <andrewi@gnu.org>
4985         * makefile.w32-in: New file.
4987 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
4989         * comint.el (comint-output-filter): Compare end of
4990         comint-last-output-overlay with the start of the newly inserted
4991         text, not the end, when deciding whether to extend it.
4992         Set saved-point's insertion type to advance after insertion.
4994         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4995         since this is now done independently of font-lock mode.
4997 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
4999         * server.el (server-kill-new-buffers): New user option.
5000         (server-existing-buffer): New buffer-local variable.
5001         (server-visit-files): When using an existing buffer, set
5002         server-existing-buffer to t.
5003         (server-buffer-done): If server-kill-new-buffers is t, kill the
5004         buffer, unless it was already present before visiting it with
5005         Emacs server.
5007 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
5009         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5010         even if the display doesn't support colors: some displays will
5011         support bold/underline faces.
5013 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
5015         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5017         * startup.el (command-line): If user's init file had an error,
5018         add explanatory text to *Messages*.
5020 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
5022         * man.el (Man-getpage-in-background): Decode the process output by
5023         the system locale coding system.
5025 2000-08-20  Dave Love  <fx@gnu.org>
5027         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5028         Don't test x-popup-menu.
5029         (function) <complete-function>: Complete only fbound symbols.
5030         <validate, value>: New.
5031         (variable) <complete-function>: Complete only bound symbols.
5032         (coding-system): Add :base-only, :complete-function, :validate,
5033         :value, :prompt-match.
5034         (widget-coding-system-prompt-value): Use read-coding-system and
5035         act on :base-only.
5036         (editable-field): Add :help-echo.
5037         (widget-push-button-gui, widget-push-button-cache)
5038         (widget-gui-action, widget-editable-list-gui): COmment out, along
5039         with uses.
5040         (widget-at): Make arg optional.
5041         (widget-echo-help): Adjust for current help-echo calling sequence.
5042         (widget-specify-field, widget-specify-button)
5043         (widget-specify-insert, widget-get-sibling, widget-image-find)
5044         (widget-convert, widget-insert, widget-leave-text)
5045         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5046         (widget-setup, widget-field-find, widget-before-change)
5047         (widget-after-change, widget-default-complete)
5048         (widget-default-create, widget-default-delete)
5049         (widget-push-button-value-create, editable-field)
5050         (widget-field-prompt-value, widget-field-validate)
5051         (widget-choice-value-create, widget-choice-action)
5052         (widget-choice-validate, widget-checklist-add-item)
5053         (widget-radio-add-item, widget-radio-chosen)
5054         (widget-radio-value-inline, widget-editable-list-value-create)
5055         (widget-editable-list-entry-create)
5056         (widget-documentation-link-add)
5057         (widget-documentation-string-value-create)
5058         (widget-regexp-validate, widget-file-complete)
5059         (widget-sexp-validate, widget-plist-convert-widget)
5060         (widget-plist-convert-widget, widget-alist-convert-widget)
5061         (widget-alist-convert-widget, widget-color-complete): Simplify,
5062         particularly to avoid bindings which aren't optimized out.
5064         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5065         Doc fix.
5066         (down-list, backward-up-list, up-list, kill-sexp)
5067         (backward-kill-sexp, mark-sexp): Make arg optional.
5068         (lisp-complete-symbol): Add optional arg PREDICATE.
5070         * cus-start.el: Add display-buffer-reuse-frames,
5071         file-coding-system-alist.
5073 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
5075         * startup.el (command-line): Clear realized faces after
5076         modifying TTY color mappings.
5078 2000-08-20  Miles Bader  <miles@gnu.org>
5080         * faces.el (face-attr-match-p): Don't return true if ATTRS are
5081         merely a subset of FACE's attributes.
5083 2000-08-19  Miles Bader  <miles@gnu.org>
5085         * comint.el (comint-output-filter): Save the point with a marker,
5086         not just a buffer position.
5088         * international/mule.el (set-buffer-process-coding-system): Make
5089         interactive prompt less confusing.
5091 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
5093         * hilit-chg.el: General cleanup of doc strings, comments and
5094         code formatting.
5096 2000-08-19  Miles Bader  <miles@gnu.org>
5098         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5099         Compiler macro removed; beginning-of-line is no longer always
5100         equivalent to forward-line, in the presence of fields.
5102         * comint.el (comint-output-filter): Remove ad-hoc saving of
5103         restriction, and just use save-restriction, now that it works
5104         correctly.  Don't adjust comint-last-input-start to account for
5105         our insertion; it shouldn't have moved because we don't use
5106         insert-before-markers anymore.  Comment out call to
5107         `force-mode-line-update'; why is it here?
5109         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5110         while checking for prompt to delete.  Use `forward-line 0'
5111         instead of beginning-of-line.
5112         (gud-filter): Temporarily widen gud comint buffer while
5113         examining output.
5115 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
5117         * progmodes/sh-script.el: Big bag of typos.
5119         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5120         check since ispell-process is not bound when ispell is not yet loaded.
5122 2000-08-18  Dave Love  <fx@gnu.org>
5124         * image.el (find-image): Copy `spec' before using plist-put.
5126 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
5128         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5129         `portugues'.
5131         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5132         backward-kill-sexp, analogous to kill-sexp.
5134         * progmodes/icon.el (icon-indent-line)
5135         (icon-is-continuation-line): Handle comments specially.
5137 2000-08-17  Ken Stevens <k.stevens@ieee.org>
5139         * ispell.el: Set to standard author/maintainer/keyword fields.
5140         Fine tuning to menu map appearance and operation, and added help.
5141         Remove `start' and `end' error messages when compiling.
5142         (ispell-choices-win-default-height): Fixed comment string.
5143         (ispell-dictionary-alist-1): Fixed regexp in castellano and
5144         castellano8 dictionaries.
5145         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5146         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5147         dictionary, added italiano dictionary.
5148         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5149         word character
5150         (ispell-tex-skip-alists): Added psfig support.
5151         (ispell-skip-html): Renamed from ispell-skip-sgml.
5152         (ispell-begin-skip-region-regexp, ispell-skip-region)
5153         (ispell-minor-check): Improved html skipping support to skip across
5154         code, and recognize `&' commands without propper `;' syntax;
5155         (ispell-process-line): Fix alignment error when manually
5156         correcting spelling.
5157         (ispell): Fix comment string.
5158         (ispell-add-per-file-word-list): Always put word list on new line.
5160 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
5162         * format.el (format-encode-run-method): Fix error message to say
5163         `encode' instead of `decode'.  Use save-window-excursion around
5164         shell-command-on-region as in format-decode-run-method because
5165         shell-command-on-region can display a buffer with error output.
5166         (format-decode): Don't record undo information for the decoding.
5167         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
5168         that number part of the temporary buffer name so that more than
5169         one decoding using a temporary buffer can happen safely.
5171         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5172         of `A-z' in the regexp.
5174         * hilit-chg.el: Fix typos in commentary.
5176         * help.el (view-emacs-news): Rewritten for new naming scheme
5177         for old NEWS files.
5179         * startup.el (command-line): Pop to *Messages* in case an error
5180         is signaled while loading user-init-file.
5182 2000-08-17  Andreas Schwab  <schwab@suse.de>
5184         * files.el (insert-directory): Don't lose original file name,
5185         undoing an undocumented change.
5187 2000-08-17  Alex Schroeder  <alex@gnu.org>
5189         * sql.el (sql-magic-go): Use comint-bol.
5190         (sql-copy-column): Use comint-line-beginning-position.
5191         (comint-line-beginning-position): Define a replacement for
5192         comint-line-beginning-position if it is not fboundp.
5194 2000-08-17  Alex Schroeder  <alex@gnu.org>
5196         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5197         it didn't have any effect anyway.
5199 2000-08-17  Alex Schroeder  <alex@gnu.org>
5201         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5202         --pset and pager=off instead of sending \\o|cat at the beginning
5203         of the session.
5205 2000-08-17  Miles Bader  <miles@gnu.org>
5207         * progmodes/octave-inf.el: Add compatibility definition of
5208         comint-line-beginning-position.
5210 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
5212         * startup.el (normal-top-level): Look in each dir in load-path for
5213         a leim-list.el file too.  This assures of loading leim-list.el
5214         that is created at Emacs installation time even if a user have his
5215         own leim-list.el.
5217 2000-08-17  Miles Bader  <miles@gnu.org>
5219         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5220         foreground color to black if the background is dark.
5222 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
5224         * loadhist.el (unload-feature): Typo.
5226         * finder.el (finder-compile-keywords):
5227         * cus-dep.el (custom-make-dependencies): Add local-variable settings
5228         to the generated file.
5230         * mail/mh-e.el (mh-make-local-vars):
5231         Replace make-variable-buffer-local with make-local-variable.
5233         * play/landmark.el:
5234         * options.el (Edit-options-{set,toggle,t,nil}):
5235         * mail/mailabbrev.el (mail-abbrevs-mode):
5236         * textmodes/tex-mode.el (tex-expand-files):
5237         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5239         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5241         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5242         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5243         Allow going past the last element.
5244         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
5245         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5246         (cvs-mouse-toggle-mark): Don't move point.
5247         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5249         * progmodes/compile.el (grep): Provide a default set of files.
5250         (next-error): Docstring fix.
5251         (compilation-find-file): Avoid find-file (fails in a dedicated window).
5253         * emacs-lisp/easy-mmode.el (define-minor-mode):
5254         Use `symbol-value' to keep the byte-compiler quiet.
5256         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5257         (diff-find-source-location): New fun, extracted from diff-goto-source.
5258         (diff-goto-source): Use it.
5259         (diff-next-complex-hunk, diff-filter-lines): New function.
5260         (diff-apply-hunk): New command.
5262         * smerge-mode.el (smerge-mode-menu): Doc fix.
5264         * msb.el (msb-mode): Define it in terms of define-minor-mode.
5266 2000-08-16  Dave Love  <fx@gnu.org>
5268         * windmove.el (windmove) <defgroup>: Add :version.
5270         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
5271         (goto-address-fontify-p, goto-address-highlight-p)
5272         (goto-address-url-face, goto-address-url-mouse-face)
5273         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5274         (goto-address-url-regexp): Use thing-at-point-url-regexp.
5275         (goto-address-fontify, goto-address-at-mouse): Simplify,
5276         (goto-address-at-point): browse-url-url-at-point,
5277         goto-address-find-address-at-point can return nil.
5278         (goto-address-find-address-at-point): Return nil on failure.
5280         * align.el (align) <defgroup>: Add :version.
5282         * calculator.el (calculator): Add :version.
5283         (calculator): Use two lines for calculator window if `modeline'
5284         face is boxed.
5286         * play/5x5.el: Doc fixes.
5287         (5x5) <defgroup>: Add :version.
5289         * play/fortune.el (fortune) <defgroup>: Add :version.
5290         (fortune-append): Fix error message.
5291         (fortune-from-region): Doc fix.
5293         * play/pong.el (pong): Doc fix.
5295         * play/morse.el: Keywords, commentary, autoloads.
5297 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
5299         * desktop.el (desktop-save): Don't look at symbol-value of a
5300         member of minor-mode-alist, unless it is boundp.
5302 2000-08-16  Sam Steingold  <sds@gnu.org>
5304         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
5305         `while'; use `with-current-buffer' instead of `save-excursion'.
5306         Removed unnecessary kludges now that "*Buffer List*" is excluded.
5308 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
5310         * international/ccl.el (declare-ccl-program): Docstring modified.
5311         (ccl-execute-with-args): Likewise.
5313 2000-08-16  Miles Bader  <miles@gnu.org>
5315         * progmodes/sql.el: Add compatibility definition of
5316         comint-line-beginning-position.
5318 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
5320         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5321         'buffer-menu' property.
5322         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5323         fails.
5324         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5325         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5326         wasn't killed.
5328         * buff-menu.el (list-buffers-noselect): Don't display the
5329         *Buffer List* buffer.
5331         * font-lock.el: Require jit-lock to prevent a very late
5332         `Loading jit-lock' message.
5334         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
5335         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
5336         mail address.
5338 2000-08-15  Miles Bader  <miles@gnu.org>
5340         * textmodes/ispell.el (ispell-graphic-p): New constant.
5341         (ispell-choices-win-default-height, ispell-help): Use
5342         `ispell-graphic-p' instead of `xemacsp'.
5344 2000-08-15  Dave Love  <fx@gnu.org>
5346         * simple.el: Autoload widget-convert when compiling.
5347         (mail-user-agent): Doc fix.
5349         * help.el (function-called-at-point, variable-at-point): Use
5350         with-syntax-table.
5351         (help-manyarg-func-alist): Add insert-and-inherit.
5353         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5355         * delsel.el (delsel-unload-hook): New function.
5357         * find-file.el: Doc fixes.  Move provide to end.
5358         (ff) <defgroup>: Add :link.
5359         (ff-goto-click): Deleted.
5360         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5361         Use mouse-set-point.
5363         * textmodes/tildify.el: Doc fixes.
5364         (tildify) <defgroup>: Add:version.
5366         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5367         (glasses-custom-set): Use set-default, not set.
5368         (minor-mode-alist): Propertize the lighter.
5369         (glasses-mode): Provide optional arg.
5371         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5372         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
5373         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5374         option.  Provide :type.
5375         (cwarn-configuration): Provide :type.
5376         (cwarn-mode): Doc fix.
5378         * add-log.el (change-log-merge): Doc fix.
5379         (change-log-redate): New command.
5381         * net/browse-url.el (browse-url-filename-alist): Add a clause for
5382         Doze and Dog.
5383         (browse-url): Use dolist, not mapcar.
5384         (browse-url-at-point): Check for null url.
5385         (browse-url-event-buffer, browse-url-event-point): Functions
5386         deleted.
5387         (browse-url-at-mouse, browse-url-netscape): Simplify.
5389         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5390         modes.
5391         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5392         Fix previous change to mapcan.
5393         (msb--init-file-alist, msb--add-separators)
5394         (msb--make-keymap-menu): Simplify.
5395         (msb--choose-file-menu): Use copy-sequence.
5396         (msb-mode-map): Add title to keymap.
5397         (msb-unload-hook): New function.
5399         * bs.el: Fix indentation.
5400         (bs) <defgroup>: Add :links.
5401         (bs-show): Doc fix.
5402         (bs-apply-sort-faces): Don't use window-system.
5403         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
5405 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
5407         * calendar/timeclock.el (timeclock-file): Run .timelog through
5408         convert-standard-filename.
5410 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
5412         * emacs-lisp/authors.el: New file.
5414         * paren.el (show-paren-priority): New user option.
5415         (show-paren-function): Set overlay priorities to
5416         show-paren-priority.
5418 2000-08-14  Miles Bader  <miles@gnu.org>
5420         * comint.el (comint-bol): Use `forward-line 0' instead of calling
5421         beginning-of-line with inhibit-field-text-motion bound.
5423 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
5425         * calendar/timeclock.el: New file.
5427 2000-08-14  David Ponce  <david@dponce.com>
5429         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5430         `widget-button-click'. so that one can use left mouse button to
5431         click on dialog buttons.
5433 2000-08-14  Emmanuel Briot  <briot@gnat.com>
5435         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
5436         identifiers, since XML is case sensitive
5438 2000-08-12  Miles Bader  <miles@gnu.org>
5440         * comint.el (comint-output-filter): Don't bother frobbing
5441         window-start, it doesn't seem to be necessary.
5443         * comint.el (comint-send-string, comint-send-region): Make into
5444         real functions.  Snapshot the prompt before sending.
5446 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
5448         * info.el (Info-find-emacs-command-nodes): Rewrite to use
5449         technique similar to Info-index, instead of relying on specific
5450         names of relevant Index nodes.
5451         (Info-goto-emacs-command-node): Bind Info-history to nil when
5452         going to the first node found by Info-find-emacs-command-nodes.
5454 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
5456         * menu-bar.el (menu-bar-help-menu): Add a :help string.
5458 2000-08-10  Miles Bader  <miles@gnu.org>
5460         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5462 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
5464         * info.el (Info-file-list-for-emacs): More elements for the
5465         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5466         and woman manuals.
5468 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
5470         * comint.el (comint-send-input): Make the newline boundary overlay
5471         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
5472         (comint-output-filter): Use `insert' instead of
5473         `insert-before-markers'.  Extend comint-last-output-overlay when
5474         necessary since we can't rely on insert-before-markers to do it.
5475         * gud.el (gud-filter): Use `with-current-buffer' instead of
5476         save-excursion when inserting the output, so that point gets
5477         updated correctly; the old method relied on a rather dodgy
5478         side-effect of comint-output-filter to avoid the effect of
5479         save-excursion.
5481 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
5483         * files.el (recover-file): Call insert-directory instead of
5484         invoking `ls' directly.
5486 2000-08-10  Miles Bader  <miles@gnu.org>
5488         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5489         (comint-last-prompt-overlay): New variables.
5490         (comint-output-filter): Implement prompt highlighting.
5491         (comint-snapshot-last-prompt): New function.
5492         (comint-send-input): Snapshot the last prompt.
5493         Use comint-highlight-input-face.
5494         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5495         Use defface instead of defcustom.
5496         (send-invisible, comint-send-eof): Snapshot the last prompt.
5497         (comint-delchar-or-maybe-eof): Use comint-send-eof.
5498         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5500 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
5502         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5503         (regexp-opt-group): Use a list of chars for `letters'.
5504         (regexp-opt-charset): `chars' is now a list of chars.
5505         Use a char-table rather than a vector so it works for multibyte chars.
5507         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
5508         Set cvs-minor-current-files to the selected fileinfo.
5509         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5510         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5512 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
5514         * files.el (insert-directory): Don't call access-file on
5515         directories on DOS and Windows.
5517 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
5519         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5520         longer if necessary.
5521         (ccl-embed-code): Call ccl-embed-data to store CODE in
5522         ccl-program-vector.
5524 2000-08-09  Miles Bader  <miles@gnu.org>
5526         * comint.el (comint-output-filter): Properly handle the case where
5527         the text surrounded by comint-last-output-overlay was deleted.
5529 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
5531         * info.el (Info-insert-dir): Use Info-additional-directory-list if
5532         non-nil.
5533         (Info-file-list-for-emacs): Remove "info" from the list because
5534         that leads to trying to use the documentation from file `info'
5535         in various situations where it isn't appropriate, for instance
5536         C-h C-k C-h i.
5538         * ffap.el (ffap-read-file-or-url-internal): Handle case that
5539         DIR and/or STRING are nil.
5541         * progmodes/compile.el (compilation-setup): Make variable
5542         compilation-error-screen-columns buffer-local, as some comment
5543         in the code suggests it should be.
5545         * files.el (auto-mode-interpreter-regexp): New variable.
5546         (set-auto-mode): Use it.
5548         * indent.el (indent-for-tab-command): Doc fix.
5550         * mouse-sel.el (mouse-sel-mode): Doc fix.
5552         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5553         labels.
5555         * help.el (print-help-return-message): When
5556         display-buffer-reuse-frames is set, let the help window been quit,
5557         instead of deleting it, which might delete a reused frame.
5559 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
5561         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5562         rename a directory to a name that differs only by its letter case.
5564 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
5566         * international/quail.el (quail-define-rules): Handle Quail decode
5567         map correctly.  Add code for supporting annotations.
5568         (quail-install-decode-map): New function.
5569         (quail-defrule-internal): New optional arguments decode-map and
5570         props.
5571         (quail-advice): New function.
5573 2000-08-07  Sam Steingold  <sds@gnu.org>
5575         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5576         `defconst', `define-condition', `with-slots'.
5577         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5579 2000-08-03  Miles Bader  <miles@gnu.org>
5581         * comint.el (comint-use-prompt-regexp-instead-of-fields):
5582         New variable.
5583         (comint-prompt-regexp, comint-get-old-input): Document dependence on
5584         comint-use-prompt-regexp-instead-of-fields.
5585         (comint-send-input): Add `input' field property to stuff we send to
5586         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5587         (comint-output-filter): Add `output' field property to process
5588         output, if comint-use-prompt-regexp-instead-of-fields is nil.
5589         (comint-replace-by-expanded-history)
5590         (comint-get-old-input-default, comint-show-output)
5591         (comint-backward-matching-input, comint-forward-matching-input)
5592         (comint-next-prompt, comint-previous-prompt):  Use field
5593         properties if comint-use-prompt-regexp-instead-of-fields is nil.
5594         (comint-line-beginning-position): New function.
5595         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
5596         (comint-replace-by-expanded-history-before-point): Use
5597         comint-line-beginning-position and line-end-position.
5598         (comint-last-output-overlay): New variable.
5599         (comint-mode): Make `comint-last-output-overlay' buffer-local.
5601         * shell.el (shell-prompt-pattern): Doc change.
5602         (shell-backward-command): Use line-beginning-position.
5604         * gud.el (gud-gdb-complete-command): Use
5605         comint-line-beginning-position.
5607         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5608         comint-bol doesn't actually go to the beginning of the line.
5610         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5611         if comint-use-prompt-regexp-instead-of-fields is non-nil.
5612         (try-expand-line-all-buffers): Likewise.
5614         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5615         explicitly matching comint-prompt-regexp.
5616         (sql-copy-column): Use comint-line-beginning-position instead of
5617         explicitly matching comint-prompt-regexp.
5619         * progmodes/octave-inf.el (inferior-octave-complete): Use
5620         comint-line-beginning-position.
5622         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5624         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5625         looking for a prompt, use `forward-line 0' instead of
5626         `beginning-of-line', to avoid getting caught by an input field.
5628 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
5630         * files.el (shell-quote-wildcard-pattern): Make sure to return
5631         PATTERN, in the Unix case.
5633 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
5635         * play/zone.el (zone): Discard any pending input before running
5636         the randomly-chosen pgm.
5638 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
5640         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5641         checking the existence of any multibyte characters.
5643 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
5645         * help.el (describe-mode): Test minor-mode symbol for being
5646         bound before testing its value for being nil.
5648         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5649         `first', `second', and `third'.
5651         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5652         (second): Make it an alias for `cadr'.
5654 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
5656         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5657         types of display support faces now.
5659 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
5661         * pcvs.el (require): Require `cl' during compilation, only.
5663         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5664         (toplevel): Remove `remq' and `remove' from autoloads.
5665         (cl-fake-autoloads): New variable.  If set, arrange for an error
5666         when CL functions etc. are autoloaded.
5668 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
5670         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5672         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5673         popped up, but the user clicks outside the menu, return an empty
5674         regexp (that causes unhighlight-regexp to have no effect).
5676         * menu-bar.el (menu-bar-games-menu): Add Zone.
5678         * hi-lock.el (toplevel): Require font-lock.
5680 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5682         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
5683         (ebnf-8-bit-chars): New var for bug fix.
5684         (ebnf-string): Bug fix.
5686 2000-08-03  Sam Steingold  <sds@gnu.org>
5688         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
5689         instead of `buffer-string'.
5690         (require 'cl): Always, not just when compiling.
5691         `ignore-errors' in `interactive', `list*', `defun*' &c make this
5692         necessary.
5694 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
5696         * international/mule-cmds.el (select-safe-coding-system): Make
5697         the message text about selecting a safe coding system more clear.
5699 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
5701         * hi-lock.el: New file.
5703         * play/zone.el: New file.
5705         * replace.el (occur): Set tab-width in the *Occur* buffer to the
5706         value of tab-width in the original buffer.  Choose a line number
5707         format that's a multiple of the original buffer's tab width, so
5708         that lines appear right.
5710         * textmodes/ispell.el (ispell): New function, replacing an alias.
5711         Spell-check active region if in transient-mark-mode and mark
5712         is active; otherwise spell-check buffer.
5714 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5716         * ps-mule.el: Fix a customization problem on
5717         ps-mule-font-info-database-default.
5719 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
5721         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
5722         display-mouse-p instead of window-system.
5723         (ebrowse-member-mode-map): Ditto.
5725 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5727         * progmodes/ebnf2ps.el: Update ps-print functions call.
5728         Indentation fix.  Doc fix.
5729         (ebnf-version): New version number (3.2).
5730         (ebnf-format-color, ebnf-begin-job): Code fix.
5732 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
5734         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5735         font lock support on window-system.
5736         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5738         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5739         display-color-p, if fboundp, instead of window-system.
5741 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
5743         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5744         instead of window-system.
5746         * wid-edit.el (widget-choose): Use display-mouse-p instead of
5747         window-system.
5748         (widget-choice-mouse-down-action): Use display-popup-menus-p
5749         instead of window-system.
5751         * strokes.el (strokes-file): Run the file name through
5752         convert-standard-filename.
5753         (strokes-mode): Call display-mouse-p instead of looking at
5754         window-system.  Change the error message accordingly.
5756         * progmodes/cpp.el (toplevel): Support faces on tty's.
5758         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5759         (lm-plot-square, lm-init-display): Don't use window-system.
5761         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5762         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5764         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5765         instead of looking at window-system.
5767 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
5769         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5770         of testing if iswitchb-prepost-hooks is bound, because the
5771         latter will always be true when invoking a recursive minibuffer
5772         from an active Iswitchb buffer.
5774 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
5776         * files.el (shell-quote-wildcard-pattern): New function.
5777         (insert-directory): Call it.  Only prepend "\" to command on Unix
5778         and GNU/Linux systems.
5780 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
5782         * eshell/esh-groups.el: Change custom :link file names
5783         from `eshell.info' to `eshell'.
5785 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
5787         * dired.el (dired-build-subdir-alist): Expand subdirectory names
5788         correctly in recursive ange-ftp listings.
5790 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5792         * ps-print.el: Fix bug 1: if ps-font-size-internal,
5793         ps-header-font-size-internal and
5794         ps-header-title-font-size-internal variables are not set,
5795         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
5796         face text property is (foreground-color . COLOR) or
5797         `(background-color . COLOR)', ps-print crashes.  Doc fix.
5798         (ps-print-version): New version number (5.2.4).
5799         (ps-plot-region): Code fix.
5800         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5801         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5802         Bug fix 2.
5804 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
5806         * glasses.el (glasses-make-readable): Fix uncapitalization of
5807         identifiers like `myXMLDocument'.
5809 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
5811         * mail/mail-hist.el (mail-hist-previous-input)
5812         (mail-hist-next-input): Do the obvious code factorization.
5813         (mail-hist-retrieve-and-insert): New func, contains common
5814         code of above two.
5815         If inserting a message body, leave point at top.
5817 2000-07-28  Sam Steingold  <sds@gnu.org>
5819         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
5820         Use `<=', not `<' to compare times!
5821         (ange-ftp-ls): Remove.
5823 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
5825         * play/cookie1.el: Add explanation of how to make cookie.el
5826         compatible with strfile(1) to comment.
5828         * subr.el (remove, remq): New functions.
5830         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
5831         escape `*' in regexps.
5832         (midnight-find): Reverse order of arguments in the funcall of
5833         TEST.
5835         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
5836         and `.class'.
5838         * play/meese.el: Add Commentary section.
5840 2000-07-27  Alex Schroeder  <alex@gnu.org>
5842         * sql.el (sql-ms): Added autoload cookie.
5843         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
5844         (sql-oracle): Ditto.
5845         (sql-help): Doc change.
5847         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
5848         types and exceptions.
5850 2000-07-27  Alex Schroeder  <alex@gnu.org>
5852         * sql.el (sql-placeholder-history): New variable.
5853         (sql-query-placeholders-and-send): New function that will query
5854         the user and replace placeholders with user input.
5855         (sql-oracle): If running on NT, set comint-input-sender to
5856         sql-query-placeholders-and-send.
5858         (sql-stop): If in the SQLi buffer, insert stop notification, else
5859         present it as a message.
5861 2000-07-27  Alex Schroeder  <alex@gnu.org>
5863         * sql.el (sql-input-ring-separator): Doc change.
5864         (sql-input-ring-file-name): Doc change.
5865         (sql-interactive-mode): Use `sql-input-ring-separator' and
5866         `sql-input-ring-file-name' to set the comint-mode equivalents
5867         without making them local variables.
5868         (sql-stop): Don't bind `sql-input-ring-separator' and
5869         `sql-input-ring-file-name' dynamically to their comint-mode
5870         equivalents.
5872 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
5874         * international/mule.el (register-char-codings): New function.
5875         (make-coding-system): Handle `safe-chars' specification in the arg
5876         PROPERTY.
5878         * international/mule-cmds.el
5879         (find-coding-systems-region-subset-p): This function deleted.
5880         (sort-coding-systems-predicate): New variable.
5881         (sort-coding-systems): New function.
5882         (find-coding-systems-region): Use
5883         find-coding-systems-region-internal.
5884         (find-coding-systems-string): Use find-coding-systems-region.
5885         (find-coding-systems-for-charsets): Check
5886         char-coding-system-table.
5887         (select-safe-coding-system-accept-default-p): New variable.
5888         (select-safe-coding-system): Mostly rewritten.  New argument
5889         ACCEPT-DEFAULT-P.
5890         (select-message-coding-system): Call select-safe-coding-system
5891         with ACCEPT-DEFAULT-P arg.
5892         (reset-language-environment): Reset default-sendmail-coding-system
5893         to the default value iso-latin-1.
5894         (set-language-environment): Don't set the obsolete variable
5895         charset-origin-alist.
5897         * international/codepage.el (cp-coding-system-for-codepage-1):
5898         Give `safe-chars' property to make-coding-system.
5900         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5901         calling select-message-coding-system twice.
5903         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5904         instead of `safe-charsets'.
5905         (cyrillic-alternativnyj): Likewise.
5906         (ccl-encode-alternativnyj): Don't check the charset
5907         cyrillic-iso8859-5.
5909 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
5911         * composite.el (compose-chars-after): Preserve match data.
5913 2000-07-26  Sam Steingold  <sds@gnu.org>
5915         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5916         (ange-ftp-real-file-newer-than-file-p): New function.
5917         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5918         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5920         * tooltip.el (tooltip-float-time): Removed (use `float-time').
5921         * midnight.el (midnight-float-time): Ditto.
5923 2000-07-26  Andreas Schwab  <schwab@suse.de>
5925         * files.el (normal-backup-enable-predicate): Correct
5926         interpretation of the return value of compare-strings.
5928 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
5930         * isearch.el (isearch-resume): New function.
5931         (isearch-done): Add something to command-history to resume
5932         the search.
5933         (isearch-yank-line, isearch-yank-word): Use
5934         buffer-substring-no-properties instead of buffer-substring.
5936         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5937         of flyspell-mouse-map.
5939         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5940         duplicate definition.
5941         (makefile-mode): Remove duplicate setting of local-abbrev-table.
5943         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5944         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5946 2000-07-25  Sam Steingold  <sds@gnu.org>
5948         * net/ange-ftp.el: Get modtime over the net.
5949         (ange-ftp-file-modtime): New function.
5950         (ange-ftp-write-region, ange-ftp-insert-file-contents)
5951         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
5952         Use it.
5953         (ange-ftp-dot-to-slash): New function.
5954         (ange-ftp-fix-name-for-vms): Use it.
5956         * midnight.el (midnight-buffer-display-time): Use
5957         `with-current-buffer'.
5959 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
5961         * find-dired.el: Update copyright notice.
5962         (find-dired): Offer to kill a running `find'.
5964         * enriched.el (enriched-face-ans): For a `foreground-color'
5965         property, return '(("x-color" COLOR))' so that COLOR will be
5966         output as a parameter of the x-color annotation.  Likewise for the
5967         `background-color' property.  In the case of normal face
5968         properties, don't return annotations for unspecified foreground
5969         and background face attributes.
5971 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
5973         * language/japan-util.el (japanese-katakana-region): Fix handling
5974         HANKAKU argument.
5976 2000-07-25  Miles Bader  <miles@gnu.org>
5978         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5979         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
5980         constrain-to-field.
5982 2000-07-24  Andrew Innes  <andrewi@gnu.org>
5984         * timer.el (timer-activate-when-idle): Add optional parameter
5985         DONT-WAIT.  Update docstring.
5986         (run-with-idle-timer): Specify extra parameter to
5987         timer-activate-when-idle, so that timer will be activated
5988         immediately if Emacs is already idle.
5990         * w32-fns.el (w32-using-nt): Fix docstring.
5992 2000-07-24  Dave Love  <fx@gnu.org>
5994         * mouse.el (popup-menu): Set last-command-event.
5995         (mouse-major-mode-menu-prefix): Declare.
5997 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
5999         * textmodes/flyspell.el: Update to author's version 1.5d.
6001         * progmodes/hideshow.el: Update copyright notice.
6003         * vcursor.el: Set maintainer to FSF, since author cannot
6004         be reached.
6006 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
6008         * info.el (Info-goto-emacs-key-command-node): Leave a space after
6009         the prompt.
6011         * mouse.el (popup-menu): Run the keymap through indirect-function,
6012         in case it was defined with define-prefix-key.  If the menu is a
6013         list of keymaps, look up the binding of user's choice in each one
6014         of the keymaps.
6015         (mouse-popup-menubar): If the global and local menu-bar keymaps
6016         don't have a prompt string, create one and insert it into the
6017         keymap.  Don't barf if current-local-map returns nil.
6019 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
6021         * dired.el (dired-sort-R-check): Added to allow recursive listing
6022         to be undone.
6023         (dired-sort-other): Use it.
6025 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6027         * Release of cc-mode 5.27
6029 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6031         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6032         c-beginning-of-statement-1 that caused a bad case of recursion
6033         which could consume a lot of CPU in large classes in languages
6034         that have in-expression classes (i.e. Java and Pike).
6036         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6037         statements before top level constructs (i.e. case 6 is moved
6038         before case 5 and is now case 4) to catch in-expression
6039         classes in top level expressions correctly.
6041 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6043         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6044         objc-method-intro. Case 4 removed and case 5I added.
6046         * cc-langs.el (c-append-paragraph-start): New variable used by
6047         c-common-init to get paragraph-start correct.
6048         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6049         initialize paragraph-start to make it correct both with and
6050         without the javadoc special case.
6052         * cc-mode.el (java-mode): Use c-append-paragraph-start to
6053         initialize paragraph-start for javadoc markup.
6055         * cc-vars.el (c-style-variables-are-local-p): Incompatible
6056         change by defaulting this to t.  It's motivated by the
6057         confusing behavior that otherwise arise from the style system
6058         when editing both java and non-java files at the same time
6059         (see the comments about style setting in c-common-init).
6061 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6063         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6064         similar to the one in c-fill-paragraph to check the fill
6065         prefix from the adaptive fill function for sanity.
6067 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6069         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6070         defun block.
6072 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6074         * cc-mode.texi Documented the change of cpp-macro.
6076 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6078         * cc-align.el (c-lineup-multi-inher): Handle lines with
6079         leading comma nicely. Extended to handle member initializers
6080         too.
6082         * cc-engine.el: (c-beginning-of-inheritance-list,
6083         c-guess-basic-syntax): Fixed recognition of inheritance lists
6084         when the lines begins with a comma.
6086         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
6088         * cc-vars.el (c-offsets-alist): Changed default for
6089         member-init-cont to c-lineup-multi-inher since it now handles
6090         member initializers and indents better for leading commas.
6092 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6094         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6095         handling that caused class open lines to be recognized as
6096         statement-conts in some cases.
6098         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6099         guessed by the adaptive fill function unless point is on the
6100         first line of a block comment.
6102         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6103         when the buffer ends with a macro continuation char.
6105         * cc-engine.el (c-guess-basic-syntax): Added support for
6106         function definitions as statements in Pike.  The first
6107         statement in a lambda block is now labeled defun-block-intro
6108         instead of statement-block-intro.
6110         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6111         so that the class surrounding point is selected, not the one
6112         innermost in the state.
6114         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6115         recognition of switch labels having hanging multiline
6116         statements.
6118         * cc-engine.el (c-beginning-of-member-init-list): Broke out
6119         some code in c-guess-basic-syntax to a separate function.
6120         * cc-engine.el (c-just-after-func-arglist-p): Fixed
6121         recognition of member inits with multiple line arglists.
6122         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6123         member-init-cont when the commas are in funny places.
6125 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6127         * cc-defs.el (c-auto-newline): Removed this macro since it's
6128         not used anymore.
6130         * cc-engine.el (c-looking-at-bos): New helper function.
6131         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6132         inexpr and toplevel classes apart in Pike.
6134         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6135         of case 9A.
6137         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6138         constant, since "class" can introduce an in-expression class
6139         in Pike nowadays.
6141 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6143         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6144         indentation on cpp-macro lines.
6146         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6147         a syntax modifier like comment-intro, to make it possible to
6148         get syntactic indentation for preprocessor directives.  It's
6149         incompatible wrt to lineup functions on cpp-macro, but it has
6150         no observable effect in the 99.9% common case where cpp-macro
6151         is set to -1000.
6153 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6155         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6156         member-init-cont when the preceding arglist is several lines.
6158 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6160         * cc-styles.el (c-style-alist): The basic offset for the BSD
6161         style corrected to 8.
6163 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6165         * cc-styles.el (c-style-alist): Adjusted the indentation of
6166         brace list openers in the gnu style.
6168 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6170         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6172         * cc-cmds.el (c-electric-brace, c-electric-slash,
6173         c-electric-star, c-electric-semi&comma, c-electric-colon,
6174         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6175         when c-syntactic-indentation is nil.
6177         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6178         we were left at comments preceding the first statement when
6179         reaching the beginning of the buffer.
6181         * cc-vars.el (c-syntactic-indentation): New variable to turn
6182         off all syntactic indentation.
6184 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6186         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6187         between the text and the block comment ender when it hangs,
6188         depending on how many there are before the fill.
6190 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6192         * cc-engine.el (c-beginning-of-closest-statement): New helper
6193         function to go back to the closest preceding statement start,
6194         which could be inside a conditional statement.
6195         * cc-engine.el (c-guess-basic-syntax): Use
6196         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6198         * cc-engine.el (c-guess-basic-syntax): Better handling of
6199         arglist-intro, arglist-cont-nonempty and arglist-close when
6200         the arglist is nested inside parens.  Cases 7A, 7C and 7F
6201         changed.
6203         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6204         up-to-date with javadoc 1.2.
6206 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6208         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6209         multiline Pike type decls.
6211 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6213         * cc-cmds.el (c-indent-new-comment-line): Always break
6214         multiline comments in multiline mode, regardless of
6215         comment-multi-line.
6217 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6219         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6220         fully::qualified::names in C++ member init lists.  Preamble in
6221         case 5D changed.
6223 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6225         * cc-langs.el (c-common-init): Handling of obsolete variables
6226         moved to c-initialize-cc-mode.  More compatible style override
6227         when using global style variables.
6228         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6229         variables moved here.
6231         * cc-mode.texi: Documented the special behavior of
6232         c-special-indent-hook as a style variable.  Don't talk about
6233         doing (c-make-styles-buffer-local t) in a mode hook, since
6234         that's already too late to work right.
6236         * cc-styles.el (c-make-styles-buffer-local): Flag style
6237         variable localness in c-style-variables-are-local-p to make
6238         the compatibility measure in c-common-init work well.
6240         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6241         longer contain set-from-style.
6242         * cc-styles.el (c-initialize-builtin-style): Don't check for
6243         set-from-style on c-special-indent-hook.
6244         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
6245         copy-alist is sufficient now.
6247         * cc-styles.el (c-set-style, c-set-style-1,
6248         c-get-style-variables): Fixes to variable initialization so
6249         that duplicate entries in styles have the same effect
6250         regardless of DONT-OVERRIDE.
6252         * cc-styles.el (c-set-style-2): Fixed bug where the
6253         initialization of inheriting styles failed when the
6254         dont-override flag is set.
6256         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6257         on this.
6259 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6261         * cc-defs.el (c-forward-comment): Removed the workaround
6262         introduced in 5.38 since it had worse side-effects.  If a line
6263         contains the string "//\"", it regarded the // as a comment
6264         start since the \ temporarily doesn't have escape syntax.
6266 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
6268         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6269         ada-xref.el before ada-prj.el, so that the Project menu is created
6270         when ada-prj tries to add to it.
6271         (ada-activate-keys-for-case): Suppress the characters that are not
6272         part of the Ada syntax. Better compatibility with else-mode
6273         (ada-adjust-case-interactive): When auto-casing is not active,
6274         correctly insert newlines (used to insert only ^M).  Prevent the
6275         syntax table from being changed in case of an error
6276         (or '_' becomes part of a word and some commands are confused).
6277         Do nothing if ada-auto-case is nil.
6278         (ada-after-keyword-p): Ignore keywords that are also attributes
6279         (ada-batch-reformat): Update usage comment
6280         (ada-call-from-contextual-menu): New function
6281         (ada-case-read-exceptions): Reinitialize the casing exception list
6282         first to nil first, so that the casing exception file can be
6283         shared.
6284         (ada-check-defun-name): Handles "configure" keyword for gnatdist
6285         files.
6286         (ada-compile-goto-error): Fix regexp used to detect a file:line
6287         anywhere in the error message
6288         (ada-contextual-menu-last-point): New variable
6289         (ada-create-keymap): If the variable delete-key-deletes-forward is
6290         t on XEmacs, it means that DEL should delete one character
6291         forward.
6292         (ada-create-menu): Use :included instead of :visible for XEmacs.
6293         New submenu "Options".
6294         (ada-end-stmt-re): Correctly indent "select ... then abort"
6295         statements.
6296         (ada-fill-comment-paragraph): Correctly delete all leading '--'
6297         even if they don't match ada-fill-comment-prefix Fix handling of
6298         paragraphs on the first or last line of a file.
6299         (ada-format-paramlist): Fix handling of default parameter values.
6300         (ada-get-body-name): New function.
6301         (ada-get-current-indent): Optimized by searchling directly for an
6302         existing generic part or a statement outside of it.  Handle
6303         ada-indent-align-comments when indenting comments Replaced some
6304         regexps by testing directly the next character. This results in a
6305         huge speedup on some files.  New indentation scheme for renames
6306         statements.  Stop looking for the 'while' or 'for' associated with
6307         a 'loop' at the first semicolon encountered.  A "return" can also
6308         match an anonymous access subprogram declaration.
6309         (ada-get-indent-noindent): Ignore strings and comments when
6310         looking for the keywords "record" and "private".
6311         (ada-goto-matching-decl-start): When matching "if", make sure we
6312         are not in fact seeing "end if".  Ignore "when" statements except
6313         when initial keyword was "begin".  Fix handling of nested
6314         procedures.  Add a recursive call to this function to skip over
6315         other 'end' statmts.  Fix indentation for "when .. => begin"
6316         (ada-in-open-paren-p): Fix indentation for complex boolean
6317         expressions, where 'and then', 'or else' and parenthesis
6318         statements are mixed up.
6319         (ada-in-paramlist-p): Skip comments while searching for the
6320         beginning Fix handling of operator declarations.
6321         (ada-indent-align-comments): New variable
6322         (ada-indent-current): Change the syntax table only in the
6323         protected section, so that we are sure it is restored correctly.
6324         (ada-indent-on-previous-lines): Use ada-use-indent and
6325         ada-with-indent Correctly indent "select ... then"
6326         (ada-indent-region): Slight speedup.
6327         (ada-indent-renames): New variable.
6328         (ada-last-which-function-subprog, ada-last-which-function-line):
6329         New variables
6330         (ada-looking-at-semi-private): Correctly indent the 'private'
6331         keyword when it is the first word in a package declaration.
6332         (ada-loose-case-word): Stop searching if at the end of the buffer.
6333         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6334         even if point is not initially at the end of the word.
6335         (ada-matching-decl-start-re): Add "when".
6336         (ada-mode): Add support for abbrev-mode, outline-mode and
6337         which-func-mode Override the old find-file.el entry in
6338         ff-special-constructs since it is using the obsolete
6339         ada-spec-suffix variable
6340         (ada-no-auto-case): New function
6341         (ada-scan-paramlist): When parsing the argument type, accept
6342         spaces (as in "X 'Class", generated by Rational Rose).
6343         (ada-other-file-name): No longer loads the other file.
6344         (ada-popup-menu): Save and restore the current buffer and cursor
6345         position before and after displaying the menu.
6346         (ada-search-ignore-complex-boolean): New function.
6347         (ada-uncomment-region): Emacs21 already knows how to delete
6348         comments not starting in the first column.
6349         (ada-use-indent): New variable
6350         (ada-which-function): New function.
6351         (ada-with-indent): New variable
6352         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6353         can be batch-compiled from the command line.
6355         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6356         Add to the menu when the file is loaded, not in ada-mode-hook.
6357         Add -toolbar to the default ddd command Switches moved from
6358         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6359         ada-prj-default-comp-opt
6360         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6361         Reference Manual to the menu
6362         (ada-check-current): rewritten as a call to ada-compile-current
6363         (ada-compile): Removed.
6364         (ada-compile-application, ada-compile-current, ada-check-current):
6365         Set the compilation-search-path so that compile.el automatically
6366         finds the sources in src_dir.  Automatic scrollong of the
6367         compilation buffer.  C-uC-cC-c asks for confirmation before
6368         compiling
6369         (ada-compile-current): New parameter, prj-field
6370         (ada-complete-identifier): Load the .ali file before doing
6371         processing
6372         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6373         conform to gnatmake's behavior.
6374         (ada-find-file-in-dir): New function
6375         (ada-find-references): Set the environment variables for gnatfind
6376         (ada-find-src-file-in-dir): New function.
6377         (ada-first-non-nil): Removed
6378         (ada-gdb-application): Add support for jdb, the java debugger.
6379         (ada-get-ada-file-name): Load the original-file first if not done
6380         yet.
6381         (ada-get-all-references): Handles the new ali syntax (parent types
6382         are found between <>).
6383         (ada-initialize-runtime-library): New function
6384         (ada-mode-hook): Always load a project file when a file is opened,
6385         so that the casing exceptions are correctly read.
6386         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6387         (ada-parse-prj-file): Use find-file-noselect instead of find-file
6388         to open the project file, since the latter does not work with
6389         speedbar Get default values before loading the prj file, or the
6390         default executable file name is wrong.  Use the absolute value of
6391         src_dir to initialize ada-search-directories and
6392         compilation-search-path,...  Add the standard runtime library to
6393         the search path for find-file.
6394         (ada-prj-default-debugger): Was missing an opening '{'
6395         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6396         variables.
6397         (ada-prj-default-gnatmake-opt): New variable
6398         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6399         buffers, the project file is the default one Save the windows
6400         configuration before displaying the menu.
6401         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6402         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6403         ...)  regexp-quote identifiers names to support operators +,
6404         -,... in regexps.
6405         (ada-remote): New function.
6406         (ada-run-application): Erase the output buffer before starting the
6407         run Support remote execution of the application.  Use
6408         call-process, or the arguments are incorrectly parsed
6409         (ada-set-default-project-file): Reread the content of the active
6410         project file, not the one from the current buffer When a project
6411         file is set as the default project, all directories are
6412         automatically associated with it.
6413         (ada-set-environment): New function
6414         (ada-treat-cmd-string): New special variable ${current}
6415         (ada-treat-cmd-string): Revised.  The substitution is now done for
6416         any ${...} substring
6417         (ada-xref-current): If no body was found, compiles the spec
6418         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6419         compiler to get rid of command line length limitations.
6420         (ada-xref-get-project-field): New function
6421         (ada-xref-project-files): New variable
6422         (ada-xref-runtime-library-specs-path)
6423         (ada-xref-runtime-library-ali-path): New variables
6424         (ada-xref-set-default-prj-values): Default run command now does a
6425         cd to the build directory.  New field: main_unit Provide a default
6426         file name even if the current buffer has no prj file.
6428         * ada-prj.el:
6429         Rewritten to show a tabbed-dialog.
6430         (ada-prj-add-ada-menu): Remove the map and name parameters.
6431         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6432         New function
6433         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6434         (ada-prj-load-from-file): New function
6435         (ada-prj-save): Always save fields that depend on the current buffer
6436         (ada-prj-show-value): New function
6438         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6439         Ada mode. This will allow us to display the Ada menu in any buffer
6440         we want (for project items).
6441         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6442         number of spaces in the header.
6444 2000-07-24  Dave Love  <fx@gnu.org>
6446         * ediff-init.el (ediff-region-help-echo): Bind face-help.
6448 2000-07-23  Noah Friedman  <friedman@splode.com>
6450         * type-break.el (type-break): perform autosave.
6451         Suggested by Stephen Gildea <gildea@intouchsys.com>.
6452         (type-break-do-query): Cancel query schedule while performing
6453         actual query, to avoid possibility of a second query being made
6454         while first one is already in progress.
6455         (type-break-time-stamp-format): New variable.
6456         (type-break-time-stamp): New function.
6457         (type-break-time-warning): Use it.
6458         (type-break-keystroke-warning): Use it.
6459         (type-break-noninteractive-query): Use it.
6461         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6462         cookie.
6463         Use add-minor-mode to set minor-mode-alist, if available.
6464         (eldoc-echo-area-use-multiline-p): New user option.
6465         (eldoc-echo-area-multiline-supported-p): New variable.
6466         (eldoc-docstring-format-sym-doc): Use them.
6467         (eldoc-mode): If not using idle timers, append to local post and
6468         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
6469         (eldoc-display-message-no-interference-p): Don't interfere with
6470         edebug.
6471         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6472         (eldoc-function-arglist): New function.
6473         (eldoc-function-argstring): Use it.
6475         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6476         auto save directory exists before calling directory-files.
6478 2000-07-23  Dave Love  <fx@gnu.org>
6480         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6481         ^o, ^u.
6483 2000-07-21  Dave Love  <fx@gnu.org>
6485         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6486         now passed to the function.  It now works properly.
6488         * smerge-mode.el (smerge-mode-menu): Fill it out.
6490 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
6492         * info-look.el (info-lookup): If *info* is shown in another frame
6493         on the same display, select that frame, instead of switching to
6494         the Info buffer in another window of the selected frame.
6496         * simple.el (universal-argument-map): Bind numeric keypad keys
6497         kp-0 to kp-9 and kp-subtract.
6498         (digit-argument): Handle these keys.
6500 2000-07-20  Dave Love  <fx@gnu.org>
6502         * net/goto-addr.el (goto-address-fontify): Don't bother with
6503         buffer-modified and read-only stuff -- irrelevant with overlays.
6504         Put an extra property on the overlays and use it to clean up in
6505         case goto-address is re-run.
6507 2000-07-19  Richard M. Stallman  <rms@gnu.org>
6509         * timer.el (run-with-idle-timer): Doc fix.
6511         * mail/mail-utils.el (mail-strip-quoted-names):
6512         Handle case where <...> appears inside "...".
6513         Use replace-match to edit the string more simply.
6514         (rmail-dont-reply-to): Cope with an unmatched ".
6516 2000-07-19  Dave Love  <fx@gnu.org>
6518         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6519         implementation.
6521         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6522         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6523         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6525 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
6527         * textmodes/refer.el: Correct maintainer's email address.
6529         * progmodes/hideif.el: Correct author's email address.
6530         Fix typo in comment.
6532         * xml.el: New file.
6534         * mail/mailheader.el: Correct author's mail address.
6536         * gnus/parse-time.el: Correct author's mail address.
6538 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
6540         * comint.el (comint-highlight-input, comint-highlight-face):
6541         New user options.
6542         (comint-input-ring-file-name): Change custom type.
6543         (comint-mode-map): Bind mouse-2.
6544         (comint-insert-clicked-input): New function.
6545         (comint-send-input): Handle input highlighting.
6547 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
6549         * mouse.el (popup-menu): New function.
6550         (mouse-major-mode-menu): Use it.
6552 2000-07-18  Dave Love  <fx@gnu.org>
6554         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6555         improvements.
6557 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6559         * faces.el (face-font-selection-order)
6560         (face-font-family-alternatives): Add custom type.
6562 2000-07-18  Dave Love  <fx@gnu.org>
6564         * cus-edit.el (custom-variable-reset-saved)
6565         (custom-variable-reset-standard): Remove unused bindings.
6567         * rect.el (open-rectangle-line): Remove unused let.
6569         * hl-line.el (hl-line-highlight): Check hl-line-mode.
6571 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6573         * cdl.el: Fix `Maintainer' keyword.
6575         * play/pong.el: Add author's email address.
6577 2000-07-17  Sam Steingold  <sds@gnu.org>
6579         * files.el (insert-directory): Call `split-string' instead of
6580         re-implementing it.
6582 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6584         * mail/vms-pmail.el: Change maintainer to FSF.
6586         * net/goto-addr.el: Change maintainer to FSF.
6588         * recentf.el: Update from author.
6590         * info.el (Info-title-face-alist): Removed.
6592 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
6594         * eshell/eshell.el (eshell): Replace links to eshell.info with
6595         links to eshell, to avoid problems on systems where the manual is
6596         installed as `eshell'.
6597         * eshell/esh-cmd.el (eshell-cmd): Ditto.
6598         * eshell/em-smart.el (eshell-smart): Ditto.
6599         * eshell/em-banner.el (eshell-banner): Ditto.
6600         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
6602         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6603         same-file check in the MS-DOS version (it does support inodes).
6605         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6607         * eshell/eshell.el (eshell-directory-name):
6608         Run default directory name through convert-standard-filename.
6610 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
6612         * international/mule-cmds.el (select-safe-coding-system):
6613         Fix typo in the comment.
6615         * language/european.el (compound-text):
6616         Force katakana-jisx0201 to be designated to G1.
6618         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6619         Don't translate some national variant characters of latin-jisx0201.
6620         (x-ctext): Force katakana-jisx0201 to be designated to G1.
6622         * international/kkc.el (kkc-after-update-conversion-functions):
6623         New variable.
6624         (kkc-update-conversion): Run functions in it at the tail.
6626 2000-07-16  John Wiegley  <johnw@gnu.org>
6628         * lisp/align.el (align-newline-and-indent):
6629         Adding new function.  for auto-aligning blocks of code on RET.
6630         (align-region): Fixed badly formatted minibuffer message.
6632 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
6634         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
6635         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
6636         the conversion list at first if appropriate.
6637         (kkc-next): Don't update kkc-next-count here.
6638         (kkc-prev): Don't update kkc-prev-count here.
6639         (kkc-show-conversion-list-update): Fix setting up of conversion
6640         list message.
6642 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6644         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
6646 2000-07-16  Dave Love  <fx@gnu.org>
6648         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6649         function to be more specific.
6651         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6652         non-string help-echo.
6653         (widget-types-convert-widget): Defsubst it.
6654         (widget-echo-help): Try to cope with a help-echo function of two
6655         possible sorts.
6657 2000-07-15  Jason Rumney  <jasonr@gnu.org>
6659         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6660         Declare as obsolete.
6662         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6664 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
6666         * hilit-chg.el: Fix typo.
6668 2000-07-14  Dave Love  <fx@gnu.org>
6670         * info.el (Info-mode-menu): Fix use of :help, :enable.
6672 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
6674         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6676 2000-07-13  Dave Love  <fx@gnu.org>
6678         * emacs-lisp/easymenu.el: Doc fixes.
6679         (easy-menu-remove): Defalias to ignore.
6681         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
6682         Call throw correctly.
6684 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
6686         * faces.el (frame-background-mode): Doc fix.
6688         * simple.el (eval-expression-print-length): Change custom type to
6689         allow entering nil as value.
6691 2000-07-13  Dave Love  <fx@gnu.org>
6693         * progmodes/fortran.el (fortran-imenu-generic-expression):
6694         Change definition layout.
6695         (fortran-mode-menu): Reinstate customize entries.
6697         * cus-edit.el (custom-group-menu-create, customize-menu-create):
6698         Use :filter, per old XEmacs code.
6700 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
6702         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
6703         event when deciding what to send to the terminal.
6705 2000-07-12  Dave Love  <fx@gnu.org>
6707         * cus-start.el: Add optional version as 4th element of specs and
6708         use it for several things new in v21.  Remove load-path.  Fix type
6709         of line-number-display-limit.
6711 2000-07-11  Dave Love  <fx@gnu.org>
6713         * progmodes/fortran.el: Don't require easymenu.
6714         Use repeat counts in various regexps.
6715         (fortran-mode-syntax-table): Defvar directly.
6716         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
6717         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
6718         Use defvar, not defconst.
6719         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
6720         (fortran-mode): Set fortran-comment-line-start-skip,
6721         fortran-comment-line-start-skip, dabbrev-case-fold-search.
6722         (fortran-comment-indent): Use defsubst.
6723         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
6724         Use fortran-comment-indent, not fortran-comment-indent-function.
6725         (fortran-comment-region, fortran-electric-line-number): Simplify.
6726         (fortran-auto-fill): New function.
6727         (fortran-do-auto-fill): Deleted.
6728         (fortran-find-comment-start-skip):
6729         Check for non-null comment-start-skip.
6730         (fortran-auto-fill-mode, fortran-fill-statement):
6731         Use fortran-auto-fill.
6732         (fortran-fill): Use fortran-auto-fill.  Check for null
6733         comment-start-skip.  Simplify final clause and use end-of-line finally.
6735         * widget.el (widget-plist-member): New alias.
6737 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
6739         * eshell/esh-module.el (toplevel): Reference
6740         byte-compile-current-file only if it is bound.
6742 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
6744         * dired.el: Don't require `dired-aux'.
6746 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
6748         * dired-aux.el (dired-show-file-type): New function.
6749         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
6750         (dired-show-file-type): Add autoload.
6752 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
6754         * international/mule-diag.el (describe-font): Adjusted for the
6755         change of fontset-info.
6756         (print-fontset): Likewise.
6758 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
6760         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6762 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
6764         * bindings.el: Bind `[delete]' to delete-char.
6766         * dired.el (dired-find-alternate-file): New function.
6767         (dired-mode-map): Bind `a' to dired-find-alternate-file.
6768         (toplevel): Require dired-aux when compiling.
6769         (dired-buffers): Move defvar within file to avoid compiler warning.
6771         * info.el (Info-last-search): Variable removed.
6772         (Info-search-history): New variable.
6773         (Info-search): New Info-search-history.
6775         * battery.el, info-look.el: Change author's mail address.
6777 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
6779         * mail/rmail.el (rmail-clear-headers): Don't throw an error
6780         if rmail-ignored-headers is nil.
6781         (rmail-retry-failure): Bind rmail-ignored-headers and
6782         rmail-displayed-headers to nil.
6784 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
6786         * lpr.el (lpr-page-header-switches): Add `-h' switch.
6787         (print-region-1): Don't hard code `-h' here.
6789         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6791 2000-07-01  Francesco Potorti`  <pot@gnu.org>
6793         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6794         exim can use "your message" instead of "the message".
6796 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
6798         * facemenu.el: Docstrings fixes.
6799         (facemenu-get-face): Don't use internal-find-face.
6800         (facemenu-iterate): Rename arg to match the docstring.
6802         * newcomment.el (uncomment-region): Be more careful when skipping
6803         backwards over `=' not to bump into BOBP.
6805 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
6807         * ediff-diff.el (ediff-wordify): Use syntax table.
6808         * ediff-init.el (ediff-has-face-support-p): Use
6809         ediff-color-display-p.
6810         (ediff-color-display-p): Use display-color-p, changed to defun
6811         from defsubst.
6812         Got rid of special cases for NeXT and OS/2.
6813         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
6814         face.
6816 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
6818         * emacs-lisp/lucid.el: Require CL.
6819         (copy-tree, remprop): Remove, it's provided by CL.
6820         (map-keymap): Define in terms of cl-map-keymap.
6821         (extent-property, set-extent-end-glyph): New functions.
6823         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
6825 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
6827         * Makefile.in (DONTCOMPILE): Add comment that the name may
6828         not be changed without changing the make-dist script.
6830         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
6831         (cl-mapc): Use mapc instead of cl-old-mapc.
6833 2000-07-05  Andrew Innes  <andrewi@gnu.org>
6835         * makefile.nt: Add support for `bootstrap' and related targets.
6837 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
6839         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
6840         (easy-menu-do-define): Use `menu-item' format.
6841         Handle case where easy-menu-create-menu returns a symbol.
6842         Manually call the potential top-level filter in the function binding.
6843         (easy-menu-filter-return): New arg NAME.
6844         Convert to a keymap if MENU is an XEmacs menu.
6845         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
6846         (easy-menu-converted-items-table, easy-menu-convert-item):
6847         New var and fun to memoize easy-menu-convert-item-1.
6848         (easy-menu-do-add-item): Use it.
6849         (easy-menu-create-menu): Use easy-menu-convert-item.
6850         Wrap easy-menu-filter-return around any :filter specification.
6851         Don't convert the menu if a filter was specified.
6852         Tell easy-menu-make-symbol not to check for MENU being an expression.
6853         (easy-menu-make-symbol): New arg NOEXP.
6855 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
6857         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
6858         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
6859         (eval-defun): If called with prefix arg, instrument code for
6860         Edebug.
6862         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
6863         similar to that of eval-defun.
6865 2000-07-04  Dave Love  <fx@gnu.org>
6867         * hl-line.el (hl-line-overlay): Make it permanent-local.
6869         * calendar/todo-mode.el: Replaced with a working version, based on
6870         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
6872 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
6874         * paths.el (prune-directory-list): New function.
6875         (Info-default-directory-list): Rewritten to more methodically
6876         enumerate a big list of possible info directories (based on the
6877         list used by the standalone info reader).
6879         * info.el (info-initialize): Use prune-directory-list to remove
6880         non-existent directories from Info-directory-list.
6882         * paths.el (Info-default-directory-list): Try a list of possible
6883         info-directories instead of a single one.  Add the possible
6884         info directory "/usr/share/info".
6886         * woman.el (woman-man.conf-path): Explicitly include the debian
6887         man-db config file "/etc/manpath.config".
6888         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
6889         are present in `manpath.config'.
6890         (woman-manpath): Include "/usr/share/man".
6892 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
6894         * frame.el (blink-cursor-mode): Don't hide cursor initially.
6896         * startup.el (command-line): Initialize blink-cursor based
6897         on window-system.
6899         * frame.el (blink-cursor): Default to nil if not running under
6900         a window-system.
6902         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6903         (face-x-resources): Remove duplicate entry for :font.
6905         * textmodes/refer.el (refer-find-entry-internal): Use some-window
6906         instead of cycling through windows with next-window.
6908         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6909         of cycling through windows with next-window.
6911         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6912         of cycling through windows with next-window.
6914         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6915         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6916         instead of cycling through windows with next-window.
6918         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6919         instead of cycling through windows with next-window.
6921         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6922         of cycling through windows with next-window.
6924         * terminal.el (te-process-output): Use walk-windows instead of
6925         cycling through windows with next-window.
6927         * server.el (server-switch-buffer): Use some-window instead of
6928         cycling through windows with next-window.
6930         * window.el (some-window): New function.
6931         (walk-windows): Remove reference to walk-windows-start.
6933         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
6935 2000-07-03  Richard Stallman  <rms@gnu.org>
6937         * window.el (walk-windows): Guarantee termination by keeping a list
6938         of all the windows already handled.
6940 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
6942         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6943         window-system.
6945         * man.el (Man-notify-when-ready): Don't use window-system.  If
6946         Man-notify-method is newframe, and the display is not
6947         multi-frame, select the frame created for the man page.
6948         (Man-init-defvars): Doc fix.
6950 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
6952         * faces.el (region): Change background color for light background.
6954         * ediff-wind.el (ediff-setup-control-frame): Remove :box
6955         attribute from mode-line face of Ediff control frame.
6957         * replace.el (query-replace-map): Bind `e' like `E'.
6959 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
6961         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6962         Change name to "Select All".
6964         * dos-fns.el (convert-standard-filename): Fix last change.
6966 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
6968         * help.el (describe-variable): Don't insert a second `'s' in front
6969         of the string `value is shown below'.  Since the syntax-table is
6970         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6971         an existing `'s', so that this won't be deleted.
6973         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6974         * pcmpl-unix.el: New files.
6976 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
6978         * wid-edit.el (widget-member): Use the new plist-member.
6980 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
6982         * replace.el (perform-replace): Undo change of 2000-04-04.
6983         Instead, move backward 1 character at the end of the loop when
6984         necessary.
6986         * faces.el (fringe): Change face for different backgrounds.
6988         * eshell/esh-module.el (toplevel): Load defgroup's differently;
6989         patch from John.
6991         * eshell/*.el: Change spelling of the Free Software Foundation.
6993         * eshell/esh-toggle.el: Removed.
6995         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6997         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6998         interactively.
7000 2000-06-26  Alex Schroeder  <alex@gnu.org>
7002         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7003         `define-key'; instead of checking `(emacs-version)' check for
7004         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
7005         for `;' and `o' which might be electric.
7007         (sql-electric-stuff): New user option.
7008         (sql-magic-go): New function which uses `sql-electric-stuff'.
7009         (sql-magic-semicolon): New function which uses
7010         `sql-electric-stuff'.
7012         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7013         is not fboundp.
7015         (sql-oracle-options): New variable.
7016         (sql-oracle): Use it.
7018         (sql-imenu-generic-expression): Doc change.
7019         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7020         is used.
7022         (sql-informix): Added command line parameter "-" to force
7023         sql-informix-program to use stdout.
7025 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
7027         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
7028         (cp864-decode-table): Doc fix.
7029         (cp720-decode-table): New variable, supports the Arabic OEM
7030         codepage used by Windows.
7031         (cp737-decode-table): New, Greek OEM codepage used by Windows.
7033 2000-06-23  Dave Love  <fx@gnu.org>
7035         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7036         (font-lock-fontify-anchored-keywords): Use
7037         line-beginning-position.
7038         (global-font-lock-mode): Use mapc.
7040 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
7042         * eshell/esh-module.el: Require CL when compiling.
7044 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
7046         * comint.el (comint-substitute-in-file-name): Call replace-match
7047         with second and third arg t.
7049         * cus-edit.el (custom-button-face, custom-button-pressed-face):
7050         Specify foreground color.
7052         * faces.el (tool-bar, mode-line, header-line): Specify foreground
7053         color.
7055         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7057         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7058         cddr instead of cdddr.
7060         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7061         instead of copy-list.
7063         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7064         of copy-list.
7066         * subdirs.el: Add eshell subdirectory.
7068         * eshell: New subdirectory containing the Eshell package.
7070         * pcomplete.el: New file.
7072 2000-06-23  Paul Eggert  <eggert@twinsun.com>
7074         * mail/mailpost.el (post-mail-send-it): Make sure file has
7075         proper permissions from birth.
7077         * files.el (basic-save-buffer-2): When temporarily setting
7078         file modes, set them to current modes plus 0200, not to 0777.
7080         * emerge.el (emerge-make-temp-file): Make sure file has proper
7081         permissions from birth.
7083 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
7085         * files.el (make-backup-file-name-1): On DOS/Windows, run the
7086         backup file name through convert-standard-filename.
7088         * dos-fns.el (convert-standard-filename): Convert leading
7089         directories as well.  When long file names are supported, convert
7090         characters that are invalid in Windows file names.
7092 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7094         * ps-print.el: Fix bug: if ^L is the very first buffer character,
7095         ps-print crashes.  New feature: page selection for printing.  Create
7096         raw-text-unix coding system for XEmacs.  Doc fix.
7097         (ps-print-version): New version number (5.2.3).
7098         (ps-plot-region): Bug fix.
7099         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7100         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7101         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7102         funs.
7103         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7104         (ps-last-page): New vars.
7106 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
7108         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7109         empty option string.
7111 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
7113         * man.el (man): Doc fix.
7115 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
7117         * international/mule-cmds.el (set-language-info-alist): Docstring
7118         fixed.
7120 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
7122         * version.el (emacs-version): Use ISO date format.
7124         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7125         instead of `M-backspace'.
7127         * simple.el (turn-off-auto-fill): New function.
7129 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
7131         * jit-lock.el (with-buffer-prepared-for-jit-lock):
7132         Renamed from with-buffer-prepared-for-font-lock and use
7133         inhibit-modification-hooks rather than setting *-change-functions.
7134         Update all functions to use the new name.
7135         (jit-lock-first-unfontify-pos): New semantics (and doc).
7136         (jit-lock-mode): Make non-interactive.
7137         Don't automatically turn on font-lock.
7138         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7139         Always use jit-lock-after-change.
7140         Remove and restore font-lock-after-change-function.
7141         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7142         (jit-lock-after-unfontify-buffer): Remove.
7143         (jit-lock-stealth-fontify):
7144         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7145         (jit-lock-after-change): Set the `fontified' text-prop to nil.
7147 2000-06-20  Sam Steingold  <sds@gnu.org>
7149         * emacs-lisp/cl-indent.el (toplevel): Indent
7150         `print-unreadable-object' properly.  Untabify.
7152 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
7154         * textmodes/reftex.el (reftex-find-citation-regexp-format):
7155         Support for bibentry.
7156         (reftex-compile-variables): Fixed problem with end of section-re.
7158         * texmodes/reftex-dcr.el (reftex-view-crossref,
7159         reftex-view-crossref-from-bibtex):
7160         Deal with changed `reftex-find-citation-regexp-format'.
7161         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7162         Replaced `remprop' with `put'.
7163         (reftex-view-crossref, reftex-view-crossref-when-idle):
7164         Support for bibentry.
7166         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7167         New entry for bibentry package.
7169         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7170         Regexp also matches "\nobibliography".
7172         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7173         Call `reftex-ensure-write-access' before doing anything.
7174         (reftex-ensure-write-access): New function.
7176 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
7178         * progmodes/idlwave.el: File re-installed (update to version 4.2)
7180         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7182         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7184         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7187 2000-06-20  Dave Love  <fx@gnu.org>
7189         * faces.el (frame-background-mode): Use set-default, not set, in
7190         setter.
7191         (frame-update-faces, frame-update-face-colors): Define with
7192         defalias.
7194         * enriched.el (enriched-decode-foreground)
7195         (enriched-decode-background): Don't use internal-find-face.
7197         * apropos.el: Doc fixes.
7199         * cus-edit.el (customize-changed-options): Check arg.
7200         (customize-version-lessp): Don't require decimal point.
7202         * custom.el (defcustom, defgroup): Doc fix.
7204         * newcomment.el (comment) <defgroup>: Add :version.
7205         (comment-multi-line): Doc fix.
7207         * emulation/mlsupport.el (define-hooked-local-abbrev,
7208         define-hooked-global-abbrev): Fix, using define-abbrev.
7210 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
7212         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7213         the whole buffer.
7215 2000-06-19  Dave Love  <fx@gnu.org>
7217         * menu-bar.el (menu-bar-options-save): New function.
7218         (menu-bar-options-menu): Use it.
7219         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7220         Simplify.
7222 2000-06-19  Andreas Schwab  <schwab@suse.de>
7224         * progmodes/etags.el (tags-query-replace): Put new parameters
7225         START and END at the end, for backward compatibility.
7227 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
7229         * international/codepage.el:
7230         (cp-coding-system-for-codepage-1): Delete special codes for
7231         generating xxx-dos coding system because now a CCL based coding
7232         system can handle EOL conversion by default.
7234         * international/mule.el (make-coding-system): Generate subsidiary
7235         coding systems for EOL handling variants even for a CCL based
7236         coding system.
7238 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
7240         * international/isearch-x.el (isearch-minibuffer-input-method)
7241         (isearch-minibuffer-input-method-function): These variables
7242         deleted.
7243         (isearch-with-input-method): Don't use the above variables.
7244         (isearch-process-search-multibyte-characters): Likewise.  Call
7245         read-string with the arg INHERIT-INPUT-METHOD t.
7247 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
7249         * font-lock.el (font-lock-after-fontify-buffer)
7250         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7252         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7253         Use consistent make-local-variable style for font-lock-fontified.
7254         (jit-lock-fontify-buffer):
7255         Don't bother checking for font-lock-mode and jit-lock-mode.
7257         * time.el: Remove trailing ^M that prevent CVS-merging.
7259 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
7261         * Makefile.in (distclean): New target.
7263 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
7265         * Makefile.in (srcdir): Define for update-subdirs.
7267 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
7269         * find-lisp.el: New file.
7271 2000-06-16  Andrew Innes  <andrewi@gnu.org>
7273         * time.el (display-time-mail-function): New variable, to allow
7274         external packages to indicate when new mail is available.
7275         (display-time-update): Use it.
7277 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
7279         * international/mule.el (mule-version): Change version name to
7280         SAKAKI.  AOI has already been used by Meadow.
7282         * international/quail.el (quail-show-guidance-buf): To find the
7283         bottom window (but minibuffer), pay attention to the height of
7284         minibuffer.
7286 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
7288         * arc-mode.el (archive-mode-map): Use the new menu-item format for
7289         menu-bar menus.  Add help strings.  Don't remove the Edit menu
7290         from the menu bar, as the menu bar has enough space now.
7292         * Makefile.in (SHELL): Make sure /bin/sh is used.
7294         * woman.el (woman-man-buffer): Fix bold and underlined CJK
7295         characters, which use series of two ^H characters instead of one.
7297 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
7299         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
7300         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
7301         functions.
7302         (Info-find-node-2): Try a case-sensitive search first, then
7303         do a case-insensitive search.
7305         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7306         tutorials.
7308         * complete.el (PC-env-vars-alist): New variable.
7309         (PC-complete-as-file-name): New function.
7310         (partial-completion-mode): Initialize PC-env-vars-alist from
7311         process-environment.
7312         (PC-do-completion): Handle completion of env vars.
7314         * info.el (Info-set-mode-line): Show file name in mode line,
7315         use `*Info*' instead of `Info:'.
7317         * startup.el (command-line-1): Change copyright messages to year
7318         2000.
7320 2000-06-15  Dave Love  <fx@gnu.org>
7322         * net/goto-addr.el (goto-address-fontify): Use keymap property,
7323         not local-map.
7325 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
7327         * international/mule.el (set-buffer-file-coding-system): Almost
7328         rewritten to handle `undecided' as no-op.
7330 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
7332         * Makefile.in: New file.
7334         * Makefile: Removed.
7336         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7337         (goto-address-highlight-keymap): Bind C-c RET.
7339 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
7341         * mail/sendmail.el (sendmail-send-it): The temporary buffer
7342         inherits buffer-file-coding-system of the current buffer.
7344         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7345         0.  Give correct argument to set-auto-coding-function.
7346         (tar-expunge): For goto-char, use (point-min), not 0.
7347         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7348         (tar-subfile-save-buffer): Likewize.
7350         * international/mule.el
7351         (after-insert-file-set-buffer-file-coding-system): Call
7352         set-buffer-file-coding-system with the arg FORCE t.
7354 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
7356         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7357         nil.  Contemporary sendmails issue an X-Authentication-Warning if
7358         the sender is set with `-f'.
7360 2000-06-13  Dave Love  <fx@gnu.org>
7362         * help.el (describe-function-1): Kluge around cases of functions
7363         fset to subrs whose doc doesn't match their symbol-name.
7365         * image.el (insert-image): Default STRING to a space.
7367         * info.el Doc fixes.
7368         (Info-build-node-completions): Match Ref tags.
7370 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
7372         * frame.el (display-multi-frame-p, display-multi-font-p): New
7373         defaliases for display-graphic-p.
7375         * hl-line.el: Fixed a typo in commentary.
7377 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
7379         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7380         fixed.
7382 2000-06-12  Dave Love  <fx@gnu.org>
7384         * image.el (insert-image): Save a little consing.
7386 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
7388         * language/tibet-util.el: Convert all tibetan-1-column characters
7389         to the corresponding tibetan characters.
7390         (tibetan-add-components): Delete code for the special treatment of
7391         'a chung.
7393         * language/tibetan.el (tibetan-composable-pattern): Fix previous
7394         change.
7395         (tibetan-vowel-transcription-alist): More rules added.
7396         (tibetan-composite-vowel-alist): New variable.
7397         (tibetan-precomposition-rule-alist): More rules added.
7399 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
7401         * startup.el (command-line): Only call menu-bar-mode if interactive.
7403         * thingatpt.el (toplevel symbol-properties):
7404         * textmodes/makeinfo.el (makeinfo-compile):
7405         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
7406         * progmodes/hideif.el (hif-compress-define-list)
7407         (hide-ifdef-use-define-alist):
7408         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
7409         (ange-ftp-vms-add-file-entry):
7410         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7411         * man.el (Man-build-man-command):
7412         * mail/rnewspost.el (news-reply-header-hook):
7413         * info.el (Info-insert-dir):
7414         * emulation/mlconvert.el (backward-word, forward-word, setq):
7415         * emacs-lisp/gulp.el (gulp-send-requests):
7416         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7417         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
7418         (byte-optimize-apply, end of file):
7419         * emacs-lisp/advice.el (ad-advice-class-completion-table)
7420         (ad-make-freeze-definition):
7421         * startup.el (command-line, command-line-1): Don't quote lambdas.
7423         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7424         (cvs-cleanup-removed): New function.
7425         (cvs-cleanup-functions): New var.
7426         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7427         some flexibility in specifying additional entries to auto-cleanup.
7428         (cvs-quickdir): New function.
7429         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7430         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7431         (cvs-mode-find-file): Check that we are on a filename or dirname
7432         when invoked through a mouse-click.
7433         (cvs-full-path): Remove.
7434         (cvs-dired-action): Re-introduced.
7435         (cvs-dired-noselect): Use it.
7436         (vc-post-command-functions): use this new hook if available.
7438         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7439         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7440         (cvs-filename-map, cvs-dirname-map): Remove.
7441         (cvs-default-action): Remove.
7442         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7443         if the arg is really a keymap.
7444         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7445         Don't hardcode the mapping from state (aka type) to face, but check
7446         the var cvs-fi-<type>-face instead.
7447         (cvs-fileinfo-from-entries): New function.
7449         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7450         Docstring fix.
7451         (cvs-find-file-and-jump): Change default to be safer.
7452         (cvs-mode-diff-map): Define it as a function as well.
7453         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7454         Bind mouse-2 in this global map rather than with text-properties.
7456         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7457         file to resolve the ambiguity between C(conflict) and C(need-merge).
7459 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
7461         * international/mule.el (set-buffer-file-coding-system): If
7462         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7463         unconditionally.
7465 2000-06-12  Dave Love  <fx@gnu.org>
7467         * wid-edit.el (widget-specify-button): Really suppress the face if
7468         required.
7470 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
7472         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7474 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
7476         * imenu.el (imenu-generic-expression): Docstring fix.
7478         * composite.el (composition-function-table): Move the `put'
7479         below the autoload cookie so we can load the file before loaddefs.
7481         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7483         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7484         Handle easy-mmode-define-global-mode.
7485         For complex macros like define-minor-mode that can generate
7486         several autoload entries, try to autoload entries in the
7487         macroexpanded code.
7489         * emacs-lisp/easy-mmode.el (define-minor-mode):
7490         If KEYMAP is a symbol, just use it.
7491         Use byte-compile-current-file and load-file-name to infer the
7492         proper :require to pass to defcustom.
7493         Wrap the hook var into `progn' so as not to autoload it.
7494         Add a :autoload-end cookie.
7495         Be more careful about the evaluation of KEYMAP.
7496         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7497         (define-derived-mode): Move define-abbrev-table outside of defvar.
7499 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
7501         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7502         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7503         (backup-compiled-files): Ignore errors during `tar'.
7504         (bootstrap): Make autoloads before elc files.
7506 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
7508         * international/mule.el (set-buffer-file-coding-system): If one of
7509         undecided-XXX is specified, change only EOL conversion.
7511         * international/mule-conf.el (unix): New alias for the coding
7512         system undecided-unix.
7514 2000-06-09  Dave Love  <fx@gnu.org>
7516         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7518         * progmodes/executable.el: Byte compile dynamic.
7519         (executable-insert): Change custom type.
7520         (executable-find): Add autoload cookie.
7521         (executable-make-buffer-file-executable-if-script-p): New
7522         function.  After Noah Friedman.
7524         * files.el (after-save-hook): Customize, with
7525         executable-make-buffer-file-executable-if-script-p as an option.
7527 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
7529         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7530         "tib24p-mule.bdf" for Tibetan.
7532         * composite.el (decompose-composite-char): Declare it as obsolete.
7534         * man.el (Man-fontify-manpage): Pay attention to underline and
7535         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
7537 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
7539         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7540         Set maintainer to FSF since author isn't reachable.
7542 2000-06-08  Dave Love  <fx@gnu.org>
7544         * international/mule-cmds.el (select-safe-coding-system): If
7545         DEFAULT-CODING-SYSTEM is not specified, also check the most
7546         preferred coding-system if buffer-file-coding-system is
7547         `undecided'.  From Handa.
7549 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
7551         * international/mule.el
7552         (after-insert-file-set-buffer-file-coding-system): If the buffer
7553         size is greater than INSERTED, judget that we are not visiting.
7555 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
7557         * whitespace.el (defgroup whitespace): Comment out `:version'.
7558         XEmacs 20.4 has problems defining the group with this present.
7559         We'll have this commented out till get resolve the problem.
7561 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
7563         * align.el: Update from author.
7565 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
7567         * apropos.el (apropos-mode-hook): New user variable.
7568         (apropos-mode): Run apropos-mode-hook.
7570 2000-06-07  David Ponce  <david@dponce.com>
7572         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7573         commands.  Require `wid-edit' at run-time.
7575 2000-06-07  David Ponce  <david@dponce.com>
7577         * recentf.el: Added some "Commentary".
7578         (recentf-open-more-files, recentf-edit-list): Minor changes to
7579         move the point at the top of the file list.  This behaviour is
7580         consistent with the menu one when the list contains a lot of
7581         files.
7582         (recentf-cleanup): Now displays the number of items removed from
7583         the list.
7584         (recentf-relative-filter) New menu filter to show filenames
7585         relative to `default-directory'.
7587 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7589         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
7590         with/without giving an error if PostScript printer doesn't have this
7591         kind of page size.  Zebra Stripe continues or restarts on next page.
7592         Manual/automatic paper feeding.  Switch or not the header.
7593         (ps-print-version): New version number (5.2.2).
7594         (ps-windows-system): Include emx as a Windows system.
7595         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7596         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7597         (ps-background-text): Code fix.
7598         (ps-error-handler-message, ps-user-defined-prologue)
7599         (ps-print-prologue-header, ps-printer-name)
7600         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7601         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7602         (ps-use-face-background): Customization fix.
7603         (ps-n-up-database): Data fix.
7604         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7605         (ps-switch-header): New vars.
7606         (ps-xemacs-color-name, ps-face-foreground-name)
7607         (ps-face-background-name, ps-boolean-constant): New funs.
7609 2000-06-07  Dave Love  <fx@gnu.org>
7611         * allout.el: New version from Manheimer.
7613 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
7615         * textmodes/fill.el (fill-find-break-point): Check the validity of
7616         charset.
7618 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7620         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7621         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7622         Call display-color-p and display-mouse-p instead of looking at
7623         window-system.
7625 2000-06-06  Dave Love  <fx@gnu.org>
7627         * image.el (find-image): Doc fix.  Return nil if image not found.
7628         (put-image, insert-image): Make STRING arg optional.
7630 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
7632         * language/vietnamese.el: Remove eval-when-compile.
7633         (viet-viscii-nonascii-translation-table): Define it as a
7634         translation table made from viet-viscii-decode-table.
7635         (viet-viscii-encode-table): Define it as a translation table made
7636         from the reverse map of above.
7637         (viet-vscii-nonascii-translation-table): Define it as a
7638         translation table made from viet-vscii-decode-table.
7639         (viet-vscii-encode-table): Define it as a translation table made
7640         from the reverse map of above.
7641         (ccl-decode-viscii): Use translate-character.
7642         (ccl-encode-viscii, ccl-encode-viscii-font)
7643         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7644         Likewize.
7646         * language/cyrillic.el: Remove eval-when-compile.
7647         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7648         translation table made from cyrillic-koi8-r-decode-table.
7649         (cyrillic-koi8-r-encode-table): Define it as a translation table
7650         made from the reverse map of above.
7651         (ccl-decode-koi8): Use translate-character.
7652         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7653         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7654         a translation table made from cyrillic-alternativnyj-decode-table.
7655         (cyrillic-alternativnyj-encode-table): Define it as a translation
7656         table made from the reverse map of above.
7657         (ccl-decode-alternativnyj): Use translate-character.
7658         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7659         Likewize
7661         * international/mule-diag.el (non-iso-charset-alist): Specify
7662         translation table symbol instead of translation table itself.
7663         (list-block-of-chars): CHARSET may be a translation table symbol.
7665         * international/mule.el (make-coding-system): If CODING-SYSTEM
7666         already exists, override it.
7668         * international/fontset.el: Use family `proportional' for Tibetan
7669         fonts.
7671         * international/ccl.el (ccl-compile-translate-character): Don't
7672         check if Rrr has property translation-table.
7673         (ccl-compile-map-multiple): Modified to avoid compiler warning.
7675 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
7677         * info.el: Bind case-fold-search to t when searching in case
7678         a user sets it to nil in a hook.
7680 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
7682         * autoarg.el (autoarg-mode, autoarg-kp-mode):
7683         * hl-line.el (hl-line-mode): Use the new :global key argument.
7685         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7686         (tar-clip-time-string): Prepend a space.
7687         (tar-grind-file-mode): Construct a string rather than modifying one.
7688         (tar-header-block-summarize): Fix docstring.
7689         Use `format' rather than an error-prone set of copy-loops.
7691         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
7692         (diff-goto-source, diff-unified->context, diff-context->unified)
7693         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
7694         understand the format output by the `-p' argument to diff.
7696         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
7697         (sh-re-done): Use defconst.
7698         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
7699         (sh-help-string-for-variable, sh-guess-basic-offset):
7700         Don't quote lambdas.
7701         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
7702         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
7704         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
7705         (mh-letter-mode): Derive from text-mode.
7706         This implicitly means that it now calls kill-all-local-variables.
7707         Also remove the Emacs-18 compatibility code.
7709         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
7710         Make use of symbol-property doc-string-elt.
7711         Use memq rather than a sequence of eq.
7712         (doc-string-elt): Fix the wrong or missing previously unused values.
7713         (autoload-print-form): New function extracted from
7714         generate-file-autoloads to allow recursion when handling progn
7715         so that defvar's and defun's docstrings are properly printed.
7716         (generate-file-autoloads): Use it.
7718         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
7719         Use find-file-hooks in the minor-mode function.
7720         Be careful not to loop indefinitely in the post-command-hook function.
7722 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
7724         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
7725         tty's.
7726         * ediff-diff.el (ediff-exec-process): Use --binary for fine
7727         differences whenever appropriate.
7728         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
7729         * viper.el (find-file, find-file-other-window): Get viper to do
7730         wildcards.
7732 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
7734         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7735         (jit-lock-fontify-buffer): New function for JIT refontification.
7736         (jit-lock-mode): Fix docstring.
7737         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7738         Remove jit-lock-after-change from the _local_ hook.
7739         (jit-lock-function-1): Fix docstring.
7741         * info.el (Info-on-current-buffer): Initialize info.
7743         * newcomment.el (comment-indent): Ignore comment-indent-hook.
7745         * progmodes/tcl.el (tcl-indent-for-comment):
7746         Ignore comment-indent-hook.
7748         * emacs-lisp/easy-mmode.el: Require CL during compilation.
7749         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
7750         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
7751         and improve to use the lighter to guess the capitalization.
7752         (define-minor-mode): Inline code from easy-mmode-define-toggle.
7753         Add keyword arguments to specify global-ness or the custom group.
7754         Add local-map and help-echo properties to the lighter.
7755         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
7756         (easy-mmode-define-global-mode): New macro.
7758 2000-06-02  Dave Love  <fx@gnu.org>
7760         * wid-edit.el: byte-compile-dynamic since we typically don't use
7761         all the widgets.  Don't require cl or widget.  Remove
7762         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
7763         (widget-read-event): Removed.  Callers changed to use read-event.
7764         (widget-button-release-event-p): Renamed from
7765         button-release-event-p.
7766         (widget-field-add-space, widget-field-use-before-change):
7767         Uncustomize.
7768         (widget-specify-field): Use keymap property, not local-map.
7769         (widget-specify-button): Obey :suppress-face.
7770         (widget-specify-insert): Use modern backquote syntax.
7771         (widget-image-directory): Renamed from widget-glyph-directory.
7772         (widget-image-enable): Renamed from widget-glyph-enable.
7773         (widget-image-find): Replaces widget-glyph-find.
7774         (widget-button-pressed-face): Move defvar.
7775         (widget-image-insert): Replaces widget-glyph-insert.
7776         (widget-convert): Use keywordp.
7777         (widget-leave-text, widget-children-value-delete): Use mapc.
7778         (widget-keymap): Remove XEmacs stuff.
7779         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
7780         (widget-button-click): Don't set point at the click, but re-centre
7781         if we scroll out of window.  Rewritten for images v. glyphs &c.
7782         (widget-tabable-at): Use POS arg, not point.
7783         (widget-beginning-of-line, widget-end-of-line)
7784         (widget-item-value-create, widget-sublist, widget-princ-to-string)
7785         (widget-sexp-prompt-value, widget-echo-help): Simplify.
7786         (widget-default-create): Use widget-image-insert; some rewriting.
7787         (widget-visibility-value-create)
7788         (widget-push-button-value-create, widget-toggle-value-create): Use
7789         widget-image-insert.
7790         (checkbox): Create on and off images dynamically.
7791         (documentation-link): Change :help-echo.
7792         (widget-documentation-link-echo-help): Remove.
7794 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
7796         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7798         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7799         (easy-mmode-define-toggle, define-minor-mode): Use it.
7800         (easy-mmode-define-keymap): Docstring fix.
7801         (define-derived-mode): Default PARENT to fundamental-mode.
7802         Add the derived-mode-parent symbol-property.
7803         (easy-mmode-derived-mode-p): New function.
7805 2000-06-02  Dave Love  <fx@gnu.org>
7807         * files.el (convert-standard-filename): Doc fix.
7808         (normal-backup-enable-predicate): New function.
7809         (backup-enable-predicate): Use it to replace the lambda form.
7811         * calendar/todo-mode.el: [This needs more work on the outline
7812         stuff.]  Doc fixes.
7813         (todo) <defgroup>: Add :version.
7814         (todo-add-category): Don't use pushnew.
7815         (todo-cmd-raise): Fix typo.
7816         (todo-top-priorities): Change temp buffer name.
7817         (todo-category-alist): Avoid redundant lambda.
7818         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7819         Use outline-next-heading.
7821         * autoarg.el: Rewritten to use define-minor-mode.
7822         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
7823         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
7825 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
7827         * isearch.el (isearch-other-meta-char): Fix previous change.
7829 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
7831         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
7832         (log-edit-done): Only add the comment to the ring if it's different
7833         from the last comment entered.
7835         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
7837 2000-06-01  Dave Love  <fx@gnu.org>
7839         * hl-line.el: Rewritten using define-minor-mode.
7841         * help.el (describe-function-1): Distinguish special form from
7842         builtin function.  Sanity-check presence of arglist for builtins.
7844 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
7846         * international/characters.el: Fix syntax/category setting of
7847         Tibetan characters.
7849         * language/tibet-util.el (tibetan-add-components): Fixes for new
7850         encoding of Tibetan characters.
7851         (tibetan-decompose-precomposition-alist): New variable.
7852         (tibetan-decompose-region): Convert precomposed characters to
7853         non-precomposed characters.
7854         (tibetan-decompose-string): Likewise.
7855         (tibetan-composition-function): Fix args to
7856         thibetan-compose-string.
7858         * language/tibetan.el (tibetan-composable-pattern): More
7859         characters included.
7860         (tibetan-consonant-transcription-alist): Rule for "R" added.
7861         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
7862         "+R" added.
7863         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
7865         * language/lao-util.el (lao-composition-function): Fix args to
7866         compose-string.
7868         * language/thai-util.el (thai-composition-function): Fix args to
7869         compose-string.
7871         * isearch.el (isearch-update): Set disable-point-adjustment to t
7872         to prevent the point moving to the end of a composition when a
7873         part of a composition is searched.
7874         (isearch-other-meta-char): If the key invoking this command can be
7875         mapped by function-key-map to a printing char, call
7876         isearch-process-search-char directly.
7878 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
7880         * emacs-lisp/bytecomp.el:
7881         * frame.el:
7882         * international/mule-cmds.el:
7883         * international/mule-util.el:
7884         * international/mule.el:
7885         * mouse.el:
7886         * subr.el:
7887         * faces.el: Update calls to make-obsolete with a WHEN argument.
7889         * byte-run.el (make-obsolete, make-obsolete-variable):
7890         Add an optional WHEN argument and change the format of the
7891         symbol-property information.
7892         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
7893         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
7894         new obsolete-symbol-property format and print WHEN if it is provided.
7896 2000-05-31  Dave Love  <fx@gnu.org>
7898         * loadhist.el (loadhist-hook-functions): Remove
7899         before-change-function, after-change-function.
7900         (unload-feature): Deal with symbols which are both bound and
7901         fbound.
7903         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7904         before-change-function, after-change-function.
7906         * simple.el (newline): Don't bind before-change-function,
7907         after-change-function.
7909 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
7911         * whitespace.el (whitespace-rescan-timer-time): Update interval
7912         set to 600 seconds (10 minutes) instead of 60 seconds since
7913         a large number of whitespace buffers causes emacs to `freeze'
7914         for a considerable amount of time.
7916         * whitespace.el: Updated email address
7918 2000-05-31  Dave Love  <fx@gnu.org>
7920         * add-log.el (change-log-font-lock-keywords) <function>: Add
7921         pattern for function of change.
7922         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7923         acknowledgements patterns.
7925 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
7927         * isearch.el (isearch-printing-char): If keyboard coding system is
7928         being used, call isearch-process-search-multibyte-characters.
7930         * international/isearch-x.el: Mostly rewritten.
7932         * international/quail.el (quail-start-conversion): Don't include
7933         unhandled events in the returned events, but set them in
7934         unread-command-events.  Exit if all inputs are deleted.
7936 2000-05-30  Jason Rumney  <jasonr@gnu.org>
7938         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7940         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7941         Reenable code to create initial fontsets.
7942         Use set-fontset-font in place of put-charset-property.
7944 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
7946         * progmodes/perl-mode.el (perl-indent-line): When looking for a
7947         label, ensure that the first colon isn't followed by another.
7949         * paths.el (Info-default-directory-list): Doc fix.
7951         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7952         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7953         send a query containing USER only, not USER@HOST.
7955         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7956         and rmail-msgend to compute the restriction at the end, instead of
7957         computing it.
7959 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
7961         * dabbrev.el (dabbrev-expand): Don't display messages in the
7962         echo area if the minibuffer window is active.
7964         * jit-lock.el (jit-lock-mode): Add after change function to
7965         local hook.
7967 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
7969         * antlr-mode.el: New commands: hide/unhide actions,
7970         upcase/downcase literals.
7971         (antlr-tiny-action-length): New user option.
7972         (antlr-hide-actions): New command.  Suggested by
7973         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7974         (antlr-mode-map): New binding [C-c C-v].
7975         (antlr-mode-menu): New entries.
7976         (antlr-downcase-literals): New command.
7977         (antlr-upcase-literals): Ditto.
7979         * antlr-mode.el: Minor changes: indendation, mode-name.
7980         (antlr-indent-line): Indent cpp directive at column 0.
7981         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7983         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7984         (antlr-font-lock-additional-keywords): Workaround for intentional
7985         bug in XEmacs version of font-lock.
7986         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
7987         be used by a smarter version of `buffers-menu-grouping-function'.
7989 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
7991         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7992         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7994 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
7996         * international/encoded-kb.el
7997         (encoded-kbd-iso2022-designation-map): Pay attention to that
7998         charset-iso-final-char return -1 for eight-bit-control and
7999         eight-bit-graphic.
8001 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
8003         * speedbar.el (speedbar-use-images, speedbar-update-flag)
8004         (speedbar-easymenu-definition-base): Use display-graphic-p where
8005         available, instead of window-system.
8007 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
8009         * international/codepage.el (cp-coding-system-for-codepage-1): Add
8010         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8011         coding systems.
8013 2000-05-26  Dave Love  <fx@gnu.org>
8015         * disp-table.el (standard-display-underline): Don't use
8016         internal-find-face.
8018         * mail/reporter.el: Maintainer change.  Doc fixes.
8019         (reporter-version): Deleted.
8021         * emacs-lisp/elp.el: Maintainer change.
8022         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8024 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
8026         * add-log.el (add-change-log-entry): Merge the current entry with the
8027         previous one if the previous one is empty.
8029 2000-05-26  Dave Love  <fx@gnu.org>
8031         * loadhist.el (unload-feature): Fix interactive spec [from
8032         lijnzaad@ebi.ac.uk].
8034         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8035         subr-arity to check primitives.
8036         (byte-compile-flush-pending, byte-compile-file-form-progn)
8037         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8038         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8039         mapcar.
8041 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
8043         * international/fontset.el: Set family names of non-latin charsets
8044         in default fontset to "*".
8046         * international/mule-diag.el (print-fontset): Combine family part
8047         and registry part of the fontname by "-*-" instead of "-".
8049         * international/mule-cmds.el (encode-coding-char): Make strings
8050         multibyte before calling encode-coding-string.
8052 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
8054         * derived.el: Fix keywords.
8055         (define-derived-mode): Only define if needed.
8057         * simple.el (fill-comment, comment-column, comment-start)
8058         (comment-start-skip, comment-end, comment-indent-function)
8059         (block-comment-start, block-comment-end, indent-for-comment)
8060         (set-comment-column, kill-comment, comment-padding, comment-region)
8061         (comment-multi-line, indent-new-comment-line): Remove.
8063         * bindings.el (esc-map): Change ; to comment-dwim and use the new
8064         function names for comment operations.
8066         * newcomment.el: Add abundant autoload cookies.
8067         (comment-style): Don't depend on runtime data at compile-time.
8068         (comment-indent-hook): Remove.
8069         (comment-indent): Check if comment-indent-hook is bound.
8070         (comment-region): Docstring fix.
8072 2000-05-25  Dave Love  <fx@gnu.org>
8074         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8075         byte-code-function-p.
8077         * mail/rmailsum.el: Add provide.
8079         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8081         * smerge-mode.el (smerge-diff-switches): Don't use list* in
8082         defcustom.
8084 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
8086         * ediff-diff.el (ediff-exec-process): delete --binary option from
8087         non-buffer ediff jobs.
8089 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
8091         * hilit-chg.el (highlight-changes-mode): Ask about color or
8092         grayscale support, not about window-system.
8094         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8095         window-system.
8096         (ffap-highlight): Always default to t.
8098         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8099         display-popup-menus-p instead of looking at window-system.
8101         * disp-table.el (standard-display-g1, standard-display-graphic):
8102         Only refuse to use string glyphs on X and MS-Windows.
8104         * avoid.el: Remove window-system from commentary, suggest to use
8105         display-*-p instead.
8107         * apropos.el (apropos-print): Use display-mouse-p instead of
8108         window-system.
8110 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
8112         * international/codepage.el (cp-decoding-vector-for-codepage):
8113         Fill up unsupported characters with their own codes.  From Kenichi
8114         Handa.
8116 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
8118         * international/mule-diag.el (describe-char-after): Use
8119         display-graphic-p instead of window-system, so that this function
8120         works on MS-DOS.
8122 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
8124         * international/codepage.el (cp-make-coding-systems-for-codepage):
8125         Remove the eight-bit-graphic and eight-bit-control charsets from
8126         the list of charsets which we convert into `?'.
8128 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
8130         * international/mule-conf.el: Specify CHARSET-ID explicitely for
8131         private charsets.
8132         (mule-unicode-0100-24ff, japanese-jisx0213-1,
8133         japanese-jisx0213-2): New charsets.
8135         * international/fontset.el: Setup default fontset for new charsets.
8137 2000-05-24  Dave Love  <fx@gnu.org>
8139         * info.el (Info-find-node-2): Restructure [following "Vadim
8140         S. Solomin" <sovs@uic.nnov.ru>].
8142         * icomplete.el: Fix header for Finder.
8144 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
8146         * rmailout.el (rmail-output-to-rmail-file): Added optional param
8147         STAY.
8149         * rmail.el (rmail-automatic-folder-directives): New user variable.
8150         (rmail-show-message): Add call to `rmail-auto-file' during
8151         display.
8152         (rmail-auto-file): New function.
8154 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
8156         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
8157         account.
8158         (ediff-test-utility,ediff-diff-mandatory-option)
8159         (ediff-reset-diff-options): Utilities for proper initialization of
8160         ediff-diff-options and ediff-diff3-options on Windows.
8162         * ediff-init.el (ediff-merge-filename-prefix): New customizable
8163         variable.
8165         * ediff-mult.el (ediff-filegroup-action): Use
8166         ediff-merge-filename-prefix.
8168 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
8170         * viper-ex.el (ex-write): Set selective display to nil.
8172 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
8174         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8175         aliases for hebrew-iso-8bit.
8177 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
8179         * woman.el: New version from Francis J. Wright
8180         <F.J.Wright@Maths.QMW.ac.uk>.
8181         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8182         names in environment variables regardless of the path separator.
8183         (woman-topic-all-completions-1): Don't call file-name-directory-p
8184         on all files, since woman-file-regexp already filters out any
8185         directories.
8187 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
8189         * international/quail.el (quail-start-translation): Don't change
8190         modified-p of the current buffer.
8191         (quail-start-conversion): Likewise.
8193         * international/kkc.el (kkc-region): Don't change modified-p of
8194         the current buffer.
8196         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8197         conform to RFC1468.
8198         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
8200 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
8202         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8203         (speedbar-insert-button): Invisible text property fix.
8204         (speedbar-directory-plus): Renamed from speedbar-directory-+
8205         (speedbar-directory-minus): Renamed from speedbar-directory--
8206         (speedbar-page-plus): Renamed from speedbar-file-+
8207         (speedbar-page-minus): Renamed from speedbar-file--
8208         (speedbar-page): Renamed from speedbar-file-
8209         (speedbar-tag): Renamed from speedbar-tag-
8210         (speedbar-tag-plus): Renamed from speedbar-tag-+
8211         (speedbar-tag-minus): Renamed from speedbar-tag--
8212         (speedbar-expand-image-button-alist): Use above renames.
8214         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8215         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8216         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8217         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8218         * sb-pg.xpm: Renamed from sb-file.xpm
8219         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8220         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
8222 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
8224         * international/quail.el (quail-show-guidance-buf): Set
8225         current-input-method of the guidance buffer to the name of the
8226         curren input method.
8228 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
8230         * progmodes/compile.el (compile-internal): Style typo.
8232         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8233         quote vars and functions in the docstring.
8235         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8237         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8238         Don't quote lambdas.
8240         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8242 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
8244         * startup.el (command-line): Determine source file of compiled
8245         user init file differently.  Warn if compiled user init file
8246         is older than its source file.
8248         * ffap.el (ffap-url-regexp): Add `https'.
8250 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
8252         * files.el (make-backup-file-name-1): Replace slashes with `!'
8253         rather than `|' (which is not allowed on Windows).  Replace the
8254         drive letters with a string "drive_X".
8256 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
8258         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8260         * files.el (interpreter-mode-alist): Add `bash2'.
8262 2000-05-22  Dave Love  <fx@gnu.org>
8264         * loadhist.el (feature-symbols, file-provides, file-requires): Use
8265         mapc.
8266         (feature-file): Avoid calling symbol-name.  Doc fix.
8267         (file-set-intersect, file-dependents): Use dolist, not mapcar.
8268         (loadhist-hook-functions): Add mouse-position-function.
8269         (unload-feature): Change uses of mapcar.
8271         * files.el (parse-colon-path): Doc fix.
8272         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8273         (set-auto-mode): Use mapc.
8275         * complete.el (PC-look-for-include-file): Use :alnum: character
8276         class.
8277         (partial-completion-mode): Add autoload cookie.
8279 2000-05-22  Sam Steingold  <sds@gnu.org>
8281         * info.el (Info-fontify-node): Fixed the call to
8282         `add-text-properties' (bug introduced on 2000-05-18).
8284 2000-05-22  Dave Love  <fx@gnu.org>
8286         * bindings.el: Remove debug-ignored-errors set in other files.
8288         * progmodes/etags.el: Add to debug-ignored-errors.
8289         (visit-tags-table-buffer): Clear out buffers holding old tables
8290         when making a new list.
8291         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8292         mapc.
8294         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
8295         quote keywords.
8296         (cmpl-string-case-type): Use character classes.
8298         * comint.el:
8299         * textmodes/ispell.el:
8300         * imenu.el:
8301         * mail/mh-e.el:
8302         * progmodes/compile.el: Add to debug-ignored-errors.
8304         * dabbrev.el: Add to debug-ignored-errors.
8305         (dabbrev-completion): Use mapc.
8307 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
8309         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8310         (woman-mapcan, woman-parse-man.conf)
8311         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8312         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8313         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
8314         path syntax better.
8315         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8316         (woman-manpath): Call woman-parse-man.conf.
8317         (woman-emulation): New defcustom, defaults to nroff.
8318         (woman-font-support): New defconst.
8319         (woman-use-symbol-font): New defcustom.
8320         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8321         "Emulation".
8322         Many functions: Doc fix.
8324 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
8326         * international/quail.el (quail-simple-translation-keymap): Map
8327         128..255 to quail-self-insert-command.
8328         (quail-keyboard-layout-alist): Add definition for "pc102-de".
8330 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
8332         * help.el (help-manyarg-func-alist): Typo.
8334         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8335         intervals which makes it heaps simpler.
8337         * newcomment.el (comment-region-internal): Go back to BEG after quoting
8338         the nested comment markers.
8340         * subr.el (remove-hook): Don't turn the hook's value into a list.
8342 2000-05-21  Dave Love  <fx@gnu.org>
8344         * edmacro.el (edmacro-parse-keys): Return vector if any elements
8345         are invalid characters.
8347         * international/mule-util.el (detect-coding-with-priority): Use
8348         mapc.  Remove redundant lambda.
8350         * international/mule-diag.el (list-non-iso-charset-chars)
8351         (describe-fontset): Remove redundant lambda.
8353         * emulation/crisp.el (brief-mode): New alias.
8355         * emacs-lisp/ring.el (ring-elements): New function.
8357         * emacs-lisp/easymenu.el (easy-menu-create-menu)
8358         (easy-menu-do-add-item): Use keywordp.
8360         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8362         * replace.el: Doc and error message fixes.
8363         (replace-highlight): Use facep, not internal-find-face.
8365 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
8367         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8369         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8370         (log-edit-insert-changelog): Drop `:' as well.
8372         * log-view.el: Fix file description.
8373         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8374         available.
8375         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8376         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8378         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8379         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8380         Print a status message if the toggle is called interactively.
8381         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8382         for global minor modes and use `defcustom' for them.
8383         Use add-minor-mode.
8384         (easy-mmode-define-derived-mode): Remove.
8385         (define-derived-mode): Fancier default docstring.
8386         (easy-mmode-define-navigation): Signal an error rather than (ding).
8388         * newcomment.el (comment-styles): New `box-multi'.
8389         (comment-normalize-vars): Better default for comment-continue to
8390         avoid whitespace-only continuations.
8391         (comment-search-forward): Always move even in the no-syntax case.
8392         (comment-padright): Only obey N if it's only obeyed for padleft.
8393         (comment-make-extra-lines): Better handling of empty continuations.
8394         Use `=' for the filler if comment-start has only one character.
8395         (uncomment-region): Try handling the special `=' filler.
8396         (comment-region): Allow LINES even if MULTI is nil.
8397         (comment-box): Choose box style based on comment-style.
8399 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
8401         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
8402         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8404 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
8406         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8407         and insert, not subst-char-in-region.
8409         * international/mule-diag.el (list-character-sets-1): Handle
8410         charsets eight-bit-control and eight-bit-graphic.
8411         (list-iso-charset-chars): Likewise.
8412         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8413         charactes as is.  Use indent-to to align characters.
8415         * international/mule-cmds.el (find-multibyte-characters): Never
8416         exclude charsets eight-bit-control and eight-bit-graphic.
8418 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
8420         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8421         Don't quote lambdas.
8423         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8425 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
8427         * gud.el (gud-jdb-directories): Doc fix.
8429 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
8431         * newcomment.el: New file.
8433 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
8435         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
8437 2000-05-18  Andreas Schwab  <schwab@suse.de>
8439         * dired.el (dired-between-files): Also skip lines beginning with
8440         `used'.
8442 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
8444         * msb.el (msb-menu-cond): Add choice `user'.
8446 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8448         * ps-print.el: Compatibility, customization and doc fix.
8449         (ps-printer-name-option): Replace defconst by defvar.
8450         (ps-postscript-code-directory): XEmacs compatibility.
8451         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8452         fix.
8453         (ps-user-defined-prologue, ps-print-prologue-header)
8454         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8455         compatibility and code fix.
8456         (ps-print-background-image, ps-print-background-text):
8457         Customization fix.
8458         (ps-line-number-start, ps-n-up-on): New vars.
8460 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
8462         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8463         the indent-comment function to just return the appropriate indent.
8465 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
8467         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8468         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8469         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8471 2000-05-18  Dave Love  <fx@gnu.org>
8473         * info.el (Info-fontify-node): Add intangible property as well as
8474         invisible.
8476         * calendar/appt.el (appt-make-list): Match all lines of entry.
8477         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8479 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
8481         * international/mule-diag.el (describe-char-after): Call
8482         internal-char-font, not char-font.  If internal-char-font returns
8483         nil, display "-- none --".
8485 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
8487         * image.el (image-type-available-p): Don't reference image-types
8488         if it isn't bound.
8490 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
8492         * autoarg.el (autoarg-mode): Typo in the :set argument.
8494 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
8496         * startup.el (command-line-1): Don't signal an error if the
8497         directory for auto-save-list files does not yet exist.
8499 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
8501         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8503 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
8505         * subr.el (remove-hook): `setq' hook-value, not `set'.
8507 2000-05-16  Sam Steingold  <sds@gnu.org>
8509         * info.el (debug-ignored-errors): More errors to ignore.
8511 2000-05-16  Dave Love  <fx@gnu.org>
8513         * cus-edit.el: Don't require cl or easymenu.
8514         (custom-variable-prompt): Test standard-value property, not
8515         user-variable-p.
8517 2000-05-16  Sam Steingold  <sds@gnu.org>
8519         * subr.el (add-hook): `setq' hook-value, not `set'.
8521 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
8523         * startup.el (command-line-1): Mention the FAQ in the startup
8524         message.
8526         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8528         * progmodes/compile.el (compilation-parse-errors): Collect
8529         `nomessage' regexps last.
8531         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8533         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8534         to the function name.
8536 2000-05-15  Dave Love  <fx@gnu.org>
8538         * speedbar.el (speedbar-recenter): Typo.
8539         (speedbar-expand-line): Make arg optional.
8540         (speedbar-mode): Avoid a compiler warning.
8542 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
8544         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8545         user-specified option string is empty.
8547         * mouse.el (mouse-yank-at-click): Doc fix.
8549 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
8551         * term/internal.el (IT-character-translations): More updates of
8552         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8553         documents.
8555 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
8557         * env.el (getenv): New function, interactively callable.
8558         (setenv, getenv): Remove autoload cookies.
8560         * loadup.el: Load `env'.
8562         * progmodes/f90.el: Change author's mail address.
8564 2000-05-14  Dave Love  <fx@gnu.org>
8566         * mail/rmail.el (rmail-show-message-hook): Customize and offer
8567         goto-addr as an option.
8569         * help.el (help-xref-stack): Doc fix.
8570         (help-xref-following): New variable.
8571         (help-make-xrefs): Use it.
8572         (help-xref-go-back): Use position information from stack element.
8573         (help-follow): Make position in stack element a pair.  Use
8574         help-xref-following.
8576         * autoarg.el: New file.
8578         * faces.el: Declare more functions obsolete.
8580         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8581         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8582         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8583         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8584         Remove all the setup-...-environment functions.
8586 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
8588         * speedbar.el: Updated the commentary section.  xemacs20p now uses
8589         >= when detecting.  Require `defimage' safely.
8590         (speedbar-easymenu-definition-base): Add toggle for images.
8591         (speedbar-easymenu-definition-special): Add flush cache & expand.
8592         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
8593         (speedbar-reconfigure-keymaps-hook): New variable.
8594         (speedbar-frame-parameters): Updated documentation.
8595         (speedbar-use-imenu-flag): Updated custom tag
8596         (speedbar-dynamic-tags-function-list): New variable.
8597         (speedbar-tag-hierarchy-method): Updated doc & custom.
8598         (speedbar-indentation-width, speedbar-indentation-width) New
8599         variables.
8600         (speedbar-hide-button-brackets-flag): Customizable.
8601         (speedbar-vc-indicator): Doc update.
8602         (speedbar-ignored-path-expressions): Updated default value.
8603         (speedbar-supported-extension-expressions): Updated default value.
8604         (speedbar-syntax-table): Remove {} paren status.
8605         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8606         as "+".  Added overlay aliases.
8607         (speedbar-mode): Use `speedbar-mode-line-update' instead of
8608         `force-mode-line-update'.
8609         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8610         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8611         `mouse-set-point'
8612         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
8613         (speedbar-item-info-tag-helper): Revamped to handle a wider range
8614         of arbitrary text, and new helper functions.
8615         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8616         filename finder.
8617         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8618         (speedbar-directory-buttons): Update path search/expansion.
8619         (speedbar-make-tag-line): Pay attention to
8620         `speedbar-indentation-width'.  Use more care w/ invisible
8621         properties.
8622         (speedbar-change-expand-button-char): Call
8623         `speedbar-insert-image-button-maybe'.
8624         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
8625         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8626         (speedbar-trim-words-tag-hierarchy)
8627         (speedbar-simple-group-tag-hierarchy): New functions
8628         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
8629         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8630         functions.
8631         (speedbar-mouse-set-point): New function
8632         (speedbar-power-click): Updated documentation.
8633         (speedbar-line-token, speedbar-goto-this-file): Handle more types
8634         of tag prefix text.
8635         (speedbar-expand-line, speedbar-contract-line): Make more robust
8636         to strange text.
8637         (speedbar-expand-line): Takes universal argument to flush the
8638         cache.
8639         (speedbar-flush-expand-line): New function.
8640         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8641         Use new generator insertion method.
8642         (speedbar-fetch-dynamic-tags): New function.
8643         (speedbar-fetch-dynamic-imenu): Removed code now handled in
8644         `speedbar-fetch-dynamic-imenu'.
8645         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8646         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8647         "Revert Buffer" menu items.
8648         (speedbar-buffer-buttons-engine): Be smarter when creating a
8649         filename tag (for expansion purposes.).
8650         (speedbar-highlight-one-tag-line,
8651         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8652         (speedbar-recenter): New functions.
8653         (defimage-speedbar): Image loading abstraction.
8654         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8655         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8656         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8657         (speedbar-tag-type, speedbar-tag-mail): New images.
8658         (speedbar-expand-image-button-alist): New variable.
8659         (speedbar-insert-image-button-maybe): Insert an image over some
8660         buttons.
8662 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
8664         * international/mule-cmds.el (encode-coding-char): An ASCII
8665         character is always encodable.
8667         * international/mule-conf.el: Add more information in descriptions
8668         of character sets.
8670         * international/mule-diag.el (describe-char-after): New function.
8671         (describe-font-internal): Adjusted for the change of font-info.
8672         (describe-font): Likewise.
8673         (print-fontset): Rewritten for the new fontset implementation.
8674         (describe-fontset): Include fontset alias names in completion.
8675         (list-fontsets): Adjusted for the change of print-fontset.
8677         * simple.el (what-cursor-position): If DETAIL is non-nil, call
8678         describe-char-after instead of displaying the detail in the echo
8679         area.
8680         (syntax-code-table): Format changed.
8681         (string-to-syntax): Adjusted for the above change.
8683 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
8685         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
8687 2000-05-12  Dave Love  <fx@gnu.org>
8689         * calendar/todo-mode.el: Remove some compatibility stuff and CL
8690         dependence.  Use line-{beginning,end}-position, not
8691         point-at{b,e}ol.  Some doc fixes.
8692         (todo-position): New function.  Fix callers of position to use it.
8693         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
8695 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
8697         * time.el (display-time-mail-icon): Use `:ascent center'.
8699         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
8700         handling FTP security extensions.
8702 2000-05-11  Dave Love  <fx@gnu.org>
8704         * calendar/todo-mode.el: New file.
8706 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
8708         * comint.el (comint-read-input-ring): Move reference to
8709         comint-input-ring-size outside of the save-excursion.  It was
8710         causing the default value to be the only one ever seen.
8712         * font-lock.el: Update copyright.  Remove Simon Marshall's email
8713         address on request from him.
8715         * subr.el (substitute-key-definition): Add comment describing
8716         the meaning of PREFIX.
8718 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
8720         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
8722         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
8723         (add-minor-mode): Don't make the variable buffer-local and add a
8724         reference to define-minor-mode in the docstring.
8726         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
8727         HEADER/FOOTER and fix bug with trailing empty directory.
8728         (cvs-append-to-ignore): Use vc-editable-p if available.
8729         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8730         (vc-do-command): Tweak advice to handle the new VC.
8732         * log-view.el (log-view-goto-rev): New function for the new VC.
8733         (log-view-minor-wrap): Use mark-active.
8735         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8736         (log-edit-changelog-full-paragraphs): New var.
8737         (log-edit-insert-changelog): Remove a lonely leading `* file'.
8738         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8739         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8740         (log-edit-changelog-ours-p, log-edit-changelog-entries)
8741         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8742         Replace the `cvs' prefix with `log-edit'.
8744         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8746         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
8747         (diff-font-lock-defaults): Explicitly turn off multiline.
8748         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
8749         (diff-ediff-patch): Fix call to ediff-patch-file.
8750         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
8751         Handle comments.
8753         * frame.el (automatic-hscrolling): Typo.
8755         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8757 2000-05-09  Sam Steingold  <sds@goems.com>
8759         * apropos.el (apropos-print): use `describe-face' instead of
8760         `customize-face-other-window'.
8762 2000-05-09  Dave Love  <fx@gnu.org>
8764         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8766         * help.el (describe-variable): Have customize button pop the
8767         help-xref stack when invoked.
8768         (help-xref-symbol-regexp): Add `face'.
8769         (help-make-xrefs): Check for quoted face names and adapt regexp
8770         submatch numbers to cope.
8771         (help-xref-interned): Maybe insert face doc too.  Separate
8772         sections with a line of hyphens.
8774         * faces.el:  Some doc fixes.  Declare some functions obsolete.
8775         (describe-face): Add customize button.  Return the help
8776         text.  Fix prompt.
8778 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
8780         * term/internal.el (IT-character-translations): Fix last change.
8782 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8784         * woman.el: New file
8785         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8787 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8789         * term/internal.el (IT-character-translations): Update ASCII
8790         simulations for greek-iso8859-7, add latin-iso8859-14 and
8791         latin-iso8859-15.
8793         * international/mule-cmds.el (set-language-info-alist): Call
8794         define-prefix-command with 3 arguments, to make the map suitable
8795         for a menu.
8797 2000-05-07  Dave Love  <fx@gnu.org>
8799         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
8801 2000-05-05  Dave Love  <fx@gnu.org>
8803         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8804         list in doc string.  Don't quote keyword symbols.
8805         * emacs-lisp/cl.el: Likewise
8806         * emacs-lisp/cl-seq.el: Likewise
8808 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
8810         * abbrev.el (abbrev-mode): Make ARG optional.
8812 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
8814         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
8816         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8818         * subr.el (substitute-key-definition): Clarify documentation.
8820 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
8822         * glasses.el (glasses-convert-to-unreadable): Use
8823         `glasses-separator' instead of the hard-wired "_".
8824         (glasses-mode): Call `glasses-make-unreadable' only in a single
8825         place.
8827 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
8829         * term/internal.el (cjk-codepages-alist): Add associations for
8830         Chinese and Korean codepages.  Remove FIXME comment.
8832 2000-05-03  Dave Love  <fx@gnu.org>
8834         * time.el (display-time-mail-face, display-time-use-mail-icon):
8835         New option.
8836         (display-time-mail-icon): New variable.
8837         (display-time-string-forms): Use the above.  Fix the local-map.
8839 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
8841         * replace.el (query-replace-map): Add binding for `E'.
8842         (query-replace-help): Extend help text.
8843         (perform-replace): Allow editing the replacement string.
8845         * make-mode.el (makefile-mode-abbrev-table): New variable.
8846         (makefile-mode): Set local abbrev table to
8847         makefile-mode-abbrev-table.
8848         (makefile-font-lock-keywords): Fontify includes and conditionals.
8850         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
8851         set TOGGLE's value.
8853         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
8854         mail-interactive-insert-alias.
8855         (mail-abbrev-complete-alias): New command.
8856         (mail-mode-map): Bind it to `M-TAB'.
8858 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
8860         * language/lao-util.el (lao-compose-region): New function.
8862 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
8864         * files.el (recover-session): Make directories as necessary
8865         if they don't exist yet.
8867         * calendar/cal-french.el
8868         (french-calendar-multibyte-special-days-array)
8869         (french-calendar-special-days-array): Change French text.
8870         (calendar-french-date-string): Change output.
8871         (calendar-goto-french-date): Likewise.
8873 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
8875         * wid-edit.el (widget-default-active): Obey `:always-active'.
8876         (widget-documentation-string-value-create): Set `:always-active'.
8878 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
8880         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
8881         default prefix to `~/_emacs.d/auto-save.list/_s'.
8882         (normal-top-level): Create the directory for auto-save files, if
8883         it doesn't already exist (in the ms-dos case only).
8885 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
8887         * international/mule-cmds.el (set-language-environment): Don't
8888         concat an integer (dos-codepage), use format instead.
8890 2000-05-02  Dave Love  <fx@gnu.org>
8892         * help.el (help-xref-on-pp): Check for constant symbols.
8894 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
8896         * startup.el (normal-top-level): Put a condition-case around
8897         the code loading subdirs.el.
8899 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8901         * ps-print.el: Upside-down and face background color printing,
8902         line number step, doc fix.
8903         (ps-print-version): New version number (5.2).
8904         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8905         (ps-face-attribute-list, ps-plot-with-face): Code fix.
8906         (ps-spool-config): Var fix.
8907         (ps-printer-name-option): Const fix.
8908         (ps-print-upside-down, ps-use-face-background)
8909         (ps-line-number-step): New vars.
8910         (ps-window-system, ps-lp-system): New consts.
8911         (ps-face-background): New fun.
8913 2000-04-28  Richard Stallman  <rms@gnu.org>
8915         * files.el (make-auto-save-file-name):
8916         Apply auto-save-file-name-transforms to visited file name
8917         before generating auto save file name.
8918         (auto-save-file-name-transforms): New variable.
8920         * files.el (backup-enable-predicate):
8921         Correctly test for a file under a temporary directory.
8923 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
8925         * subr.el (add-minor-mode): Rewritten.
8927 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
8929         * mail/sendmail.el (sendmail-send-it): Set
8930         buffer-file-coding-system to the selected coding system for MIME
8931         header.
8933 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
8935         * dired.el (dired-move-to-filename-regexp): Allow format where
8936         YYYY is followed by two spaces.
8938         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8939         in the second character class of the regexp.
8941         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8942         mh-etc, too.
8944         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8945         nil.
8947         * subr.el (add-minor-mode): Use `set' instead of `setq'.
8949         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8950         argument.
8952 2000-04-27  Sen Nagata <sen@eccosys.com>
8954         * emacs-lisp/crm.el (crm-completion-table): New variable.
8955         (crm-collection-fn, crm-test-completion)
8956         (completing-read-multiple): Use it.
8958 2000-04-27  Dave Love  <fx@gnu.org>
8960         * help.el (locate-library): Use mapc.
8961         (help-manyarg-func-alist): Add call-process-region.
8963 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
8965         * subr.el (add-minor-mode): Make argument MAP optional.
8967         * desktop.el (desktop-save): Save list of minor modes.
8968         (desktop-create-buffer): Restore minor modes.
8969         (desktop-minor-mode-table): New user-option.
8971         * subr.el (add-minor-mode): New function.
8973         * image.el (find-image): New function.
8974         (defimage): Rewritten to find image at load time.
8976         * startup.el (normal-top-level-add-to-load-path): Handle
8977         case that the default directory is not in load-path.
8979         * help.el: Old patch from Stefan Monnier.
8980         (help-xref-on-pp): New function.
8981         (describe-variable): Use it to display xrefs in a symbol's value.
8983 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
8985         * cus-edit.el (custom-face): Fix parenthesis.
8987 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
8989         * mail/rmail.el (rmail-expunge): When there are no deleted
8990         messages, do nothing.
8992 2000-04-26  Dave Love  <fx@gnu.org>
8994         * international/mule-cmds.el (locale-translation-file-name):
8995         Defvar to nil.
8996         (set-locale-environment): Set it here (at runtime).
8998 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
9000         * replace.el (perform-replace): Add parameters START and END.  Use
9001         them instead of the check for a region in Transient Mark mode.
9002         (query-replace-read-args): Return two more list elements for the
9003         start and end of the region in Transient Mark mode.
9004         (query-replace, query-replace-regexp, query-replace-regexp-eval)
9005         (map-query-replace-regexp, replace-string, replace-regexp): Add
9006         optional last arguments START and END and pass them to
9007         perform-replace.
9009         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9010         form with additional arguments for perform-replace.
9012         * progmodes/etags.el (tags-query-replace): Add parameters START
9013         and END.  Construct a form with additional arguments for
9014         perform-replace.
9016         * simple.el (shell-command): Set default directory for "*Shell
9017         Command Output" buffer.
9019         * language/european.el (iso-latin-4): Fix typo.
9021         * emacs-lisp/crm.el: New file.
9023 2000-04-24  Dave Love  <fx@gnu.org>
9025         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9026         (Custom-reset-saved, Custom-reset-standard)
9027         (custom-group-value-create, custom-group-set, custom-group-save)
9028         (custom-group-reset-current, custom-group-reset-saved)
9029         (custom-group-reset-standard): Use mapc.
9030         (custom-buffer-create-internal): Disable undo when creating items.
9031         Use mapc.
9032         (custom-face): Avoid redundant lambda.
9034 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
9036         * startup.el (auto-save-list-file-prefix): Set default to
9037         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9039 2000-04-24  Sam Steingold  <sds@gnu.org>
9041         * time-stamp.el (time-stamp-string-preprocess): Always convert
9042         `field-result' to a string.
9044 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
9046         * frame.el (scrolling): New group.
9047         (automatic-hscrolling): New user-option.
9049         * startup.el (command-line-x-option-alist): Add `-lsp' and
9050         `--line-spacing'.
9052 2000-04-19  Dave Love  <fx@gnu.org>
9054         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9055         (cl-mapc): Rename from mapc.  Fix the funcall.
9057 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
9059         * simple.el (clone-indirect-buffer-other-window): New command.
9060         (clone-indirect-buffer): Add optional arg NORECROD.
9061         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9063         * help.el (resize-temp-buffer-window): Use count-screen-lines.
9065         * window.el (count-screen-lines): New function.
9066         (shrink-window-if-larger-than-buffer): Use count-screen-lines
9067         instead of window-buffer-height.
9069         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9070         non-existing variable comint-input-sentinel.
9071         (inferior-lisp-args-to-list): Removed.
9072         (inferior-lisp): Use split-string instead of
9073         inferior-lisp-args-to-list.
9075         * hexl.el (hexl-insert-hex-string): New command.
9077         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9078         instead of concat.
9080 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
9082         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9083         at the start of an existing but empty folder.
9085 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9087         * ps-mule.el: Customization fix, doc fix.
9088         (ps-multibyte-buffer): Customization fix.
9090 2000-04-17  Richard M. Stallman  <rms@gnu.org>
9092         * subr.el (read-passwd): Use read-char-exclusive.
9094 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
9096         * textmodes/texinfo.el (texinfo-insert-@email)
9097         (texinfo-insert-@emph, texinfo-insert-@quotation)
9098         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9099         (texinfo-mode-map): Add key bindings for them.
9101         * files.el (basic-save-buffer-2): Use a template with `$'
9102         instead of `#' for VMS.
9104         * simple.el (clone-indirect-buffer): New function.
9106 2000-04-16  Stephen Eglen  <stephen@gnu.org>
9108         * iswitchb.el (iswitchb-case): New function.  If the user input
9109         contains any upper-case characters, the search is made
9110         case-sensitive.
9112 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
9114         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9115         comment-end.
9116         (texinfo-font-lock-syntactic-keywords): New var.
9117         (texinfo-font-lock-keywords): Remove comment regexp.
9118         (texinfo-insert-block): New function.
9119         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
9120         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
9121         and font-lock-defaults.  Use regexp-opt for outline-regexp.
9122         (texinfo-environments): New var.
9123         (texinfo-environment-regexp): Use regexp-opt and
9124         texinfo-environments.
9126         * textmodes/ispell.el (ispell-menu-map-needed): Check that
9127         ispell-process is bound since this might be eval'd before ispell
9128         is loaded.
9129         (ispell-message): Use a tiny bit less magic and a bit more hard
9130         data to figure out what kind of sc-cite-regexp to use.
9132         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9134         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9135         (insert-cyclic-diary-entry): Unquote the lambda.
9137         * gud.el (gud-jdb-build-source-files-list): Fix typo.
9139         * files.el (backup-enable-predicate): Unquote the lambda.
9141         * cus-edit.el (custom-face, face): Unquote the lambda.
9143 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9145         * ps-print.el: Check for line-beginning-position definition.
9147         * ps-print.el: Fix counting lines in a region.
9148         (ps-print-version): New version number (5.1.5).
9149         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9150         (ps-printing-region): Fun code fix.
9152 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
9154         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9155         to file-directory-p.
9157 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
9159         * gud.el (gud-jdb-build-source-files-list): Check that directory
9160         exists before calling directory-files.
9162 2000-04-13  Dave Love  <fx@gnu.org>
9164         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
9165         syntax.
9167         * emacs-lisp/cl-specs.el: Remove when, unless.
9169         * emacs-lisp/cl-extra.el: Don't quote keywords.
9170         (cl-old-mapc): New variable.
9171         (mapc): Use it.
9172         (cl-map-intervals): Use with-current-buffer.  Don't check for
9173         next-property-change.
9174         (cl-map-overlays): Use with-current-buffer.
9175         (cl-expt): Remove.
9176         (copy-tree, remprop): Define unconditionally.
9178         * emacs-lisp/cl-compat.el (keywordp): Remove.
9180         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
9181         to use keywordp.
9182         (edebug-spec): Enable keywordp.
9184         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9185         string-lessp.
9187         * cus-start.el: Use keywordp.
9189 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9191         * diary-lib.el (include-other-diary-files): Fix the fix of
9192         2000-02-18 by doing a save-excursion.
9194 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9196         * ps-print.el: Customization fix, doc fix.
9197         (ps-print-version): New version number (5.1.4).
9198         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9199         (ps-print-preprint): Adjust code.
9200         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9201         (ps-print-prologue-header, ps-print-control-characters)
9202         (ps-spool-config): Customization fix.
9204 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
9206         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9207         converted to the new menu-item format, names silightly changed,
9208         help strings added.
9210         Support for spelling without async subprocesses:
9212         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9213         (ispell-session-buffer): New variables.
9214         (ispell-start-process, ispell-process-status,
9215         ispell-accept-output, ispell-send-string): New functions, for
9216         Ispell invocation when async subprocesses aren't supported.
9217         (ispell-word, ispell-pdict-save, ispell-command-loop,
9218         ispell-process-line, ispell-buffer-local-parsing): Replace calls
9219         to process-send-string with calls to ispell-send-string, and
9220         accept-process-output with ispell-accept-output.
9221         (ispell-init-process): Call ispell-process-status instead of
9222         process-status with.
9223         (ispell-init-process): Call ispell-start-process.  Call
9224         ispell-accept-output and ispell-send-string.  Don't call
9225         process-kill-without-query and kill-process if they are unbound.
9226         (ispell-async-processp): New function.
9228 2000-04-12  Dave Love  <fx@gnu.org>
9230         * info.el: Add debug-ignored-errors.
9231         (Info-mode-menu): Add some items.
9232         (Info-directory): Add autoload cookie.
9234         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9235         Modify `truncate-lines'.  Make `describe-language-environment'
9236         always visible and add help.  Modify `describe-key' help.  Invoke
9237         Info-directory from `info'.  New entry `emacs-manual'.
9239 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
9241         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9242         propertized-buffer-identification.
9243         (ebrowse-update-member-buffer-mode-line): Likewise.
9244         (ebrowse--mode-strings): Removed.
9245         (ebrowse--mode-line-props): Removed.
9247         * files.el (auto-mode-alist): Add `EBROWSE'.
9249         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9250         space before testing for end of buffer.
9251         (ebrowse-load): Removed.
9252         (ebrowse-revert-tree-buffer-from-file): Rewritten.
9253         (ebrowse-create-tree-buffer): Rewritten.
9254         (ebrowse-tree-mode): Read tree from buffer.
9256         * progmodes/ebrowse-ffh.el: Removed.
9258 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
9260         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9262 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
9264         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9265         at the wrong place.
9267 2000-04-09  Dave Love  <fx@gnu.org>
9269         * files.el (backup-enable-predicate): Use
9270         temporary-file-directory, small-temporary-file-directory.
9271         (make-backup-file-name-function, backup-directory-alist): New
9272         variables.
9273         (make-backup-file-name-1): New function.
9274         (make-backup-file-name): Use it.
9275         (find-backup-file-name): Likewise.  Use format for clarity, not
9276         concat.
9277         (file-newest-backup): Use make-backup-file-name.
9279 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
9281         * progmodes/ebrowse-ffh.el: New file.
9283         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9284         to ebrowse-ffh.el.
9285         (ebrowse-load): Add autoload.
9287         * finder.el (finder-commentary): Add autoload cookie.
9289         * mail/rfc2368.el: Correct author's email address.
9291         * progmodes/ebrowse.el: New file.
9293         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9294         item help string.
9295         (easy-menu-do-add-item): Ditto.
9296         (easy-menu-define): Extend doc string.
9298         * jit-lock.el (with-buffer-unmodified): Use
9299         restore-buffer-modified-p.
9300         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9301         (jit-lock-function, jit-lock-stealth-fontify): Don't use
9302         with-buffer-unmodified.
9304 2000-04-08  Dave Love  <fx@gnu.org>
9306         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9307         unless, when.
9309 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
9311         * viper-util.el (viper-put-on-search-overlay): New subroutine.
9312         (viper-flash-search-pattern): No operation when using Emacs
9313         doesn't support face.
9314         Use `viper-put-on-search-overlay'.
9316 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
9318         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9319         like C-r.
9321         * progmodes/make-mode.el: Some doc fixes.
9322         (makefile-mode-abbrev-table): New variable.
9323         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9324         (makefile-font-lock-keywords): Fontify includes and conditionals.
9325         (toplevel): Require `dabbrev' and `add-log' when compiling.
9327         * replace.el (perform-replace): Don't move forward one char
9328         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
9329         to do that because it leaves point 1 position after the last
9330         replacement, after everything has been replaced.
9332         * jit-lock.el (with-buffer-unmodified): New macro.
9333         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9334         modified state.
9335         (jit-lock-function-1): Extracted from jit-lock-function; not
9336         preserving buffer's modified state.
9337         (jit-lock-function, jit-lock-stealth-fontify): Call
9338         jit-lock-function-1.
9340         * mail/rfc2368.el: Remove supernumerary copyright line.
9342 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
9344         * glasses.el: Provide facilities for inserting space before left
9345         parentheses and uncapitalization of identifiers.
9346         (glasses-mode): Try to remove old overlays in all cases.
9348 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
9350         * progmodes/compile.el (compile-internal): Display the compilation
9351         buffer in a different frame, if it's already displayed there.
9353         * mail/rfc2368.el: New file.
9355         * simple.el (sendmail-user-agent-compose): Recognize a `body'
9356         header and insert its value as mail body.
9358         * subr.el (member-ignore-case): New function.
9360         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9361         (dabbrev--find-expansion): Ignore buffers matching a regexp
9362         from dabbrev-ignored-regexps.
9364         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9365         to extensions handled by gzip.
9367 2000-04-03  Richard M. Stallman  <rms@gnu.org>
9369         * files.el (insert-directory): List the total free space
9370         along with the used space.
9372         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9373         line is followed by one that matches CITATION-REGEXP, end the
9374         paragraph.
9376 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
9378         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9379         (rmail-make-basic-summary-line): Use that option.
9381 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
9383         * international/mule-cmds.el (encoded-string-description):
9384         Rewritten.   Try pretty description for ISO 2022 escape sequences
9385         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
9386         for hexadecimal format.
9388 2000-04-01  Dave Love  <fx@gnu.org>
9390         * cpp.el: Change customization group to `c' from `C'.
9392         * vcursor.el (vcursor-move): Use display-color-p.
9394         * international/mule-util.el: Provide mule-utils.
9395         (string-to-sequence): Simplify and speed up.
9397         * international/mule.el (make-coding-system): Purecopy doc-string.
9399         * international/mule-cmds.el: Various menu changes.
9400         (describe-specified-language-support): Handle `Default'.
9401         (set-language-info): Purecopy `info'.
9403 2000-03-31  Andrew Innes  <andrewi@gnu.org>
9405         * vc.el (vc-backend-diff): Return the correct status if we had to
9406         retry the rcsdiff command without the --brief option.
9408 2000-03-31  Dave Love  <fx@gnu.org>
9410         * help.el (help-manyarg-func-alist): Correct several omissions.
9412         * add-log.el: Don't require cl, fortran.
9413         (add-log-current-defun-function): Doc fix.
9414         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
9415         fix.
9416         (change-log-version-rcs): Function deleted.
9417         (change-log-version-number-search): Doc fix.  Use
9418         vc-workfile-version.  Avoid CL dolist.
9419         (add-change-log-entry): Just call add-log-current-defun to get
9420         defun.  Simplify somewhat.
9421         (change-log-get-method-definition-1): Likewise.
9422         (add-log-current-defun): Return nil if calling
9423         add-log-current-defun-function does so.  Move Fortran stuff to
9424         fortran.el.  Return string without properties.
9426         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9427         and :alpha: char classes.
9429         * mail/supercite.el: Defvar curline when compiling.
9430         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9431         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9432         rather than a-zA-Z0-9 to allow non-ASCII characters.
9434 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
9436         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9438         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9439         Re-enable new code.
9441         * lpr.el (print-region-1): Use -d to specify printer name for
9442         systems `usg-unix-v*, `dgux', `hpux', `irix'.
9444 2000-03-31  Dave Love  <fx@gnu.org>
9446         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9447         for function definition in symbol's function value slot first
9448         instead of first consulting byte-compile-function-environment.
9450 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
9452         * language/european.el ("Polish"): New language environment.
9453         (setup-polish-environment): New function.
9455 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
9457         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9458         Disable new code.
9460         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9461         trying to `load' the symbol of an autoload instead of the file
9462         recorded in the autoload.  Fix error messages.
9464 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9466         * ps-print.el: PostScript programming fix for ghostview, doc fix.
9467         (ps-print-version): New version number (5.1.3).
9468         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9469         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9470         (ps-generate-postscript-with-faces): Code fix.
9471         (ps-color-values): XEmacs compatibility.
9472         (ps-print-background-image, ps-print-background-text, ps-printer-name)
9473         (ps-default-fg, ps-default-bg): Adjust customization.
9474         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9475         (ps-color-scale): Renaming old ps-color-value fun.
9476         (ps-print-headers): Replace ps-print-header group to avoid conflict
9477         with ps-print-header variable.
9478         (ps-print-miscellany): New group.
9479         (ps-format-color, ps-rgb-color): New funs.
9480         (ps-default-foreground): New var.
9481         (ps-printer-name-option): New const.
9483 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
9485         * net/net-utils.el:
9486         (network-connection-host, network-connection-service): New variables
9487         (network-connection-mode): New mode, derived from comint-mode
9488         (network-connection-mode-setup): New function, saves host and
9489         service information in local variables.
9491         * lisp/locate.el:
9492         (locate-word-at-point): Added this function
9493         (locate): Default to using locate-word-at-point as input
9494         Run dired-mode-hook
9496 2000-03-29  Dave Love  <fx@gnu.org>
9498         * calendar/appt.el: Doc fixes.
9499         (appt-check): Convert min-to-app to a string before passing to
9500         appt-disp-window-function or concat.
9501         (appt-delete-window): Remove test for frame-root-window.
9502         (appt-select-lowest-window, appt-convert-time): Simplify.
9504         * emacs-lisp/bytecomp.el: Doc fixes.
9505         (byte-compile-file-form-autoload): Update
9506         byte-compile-function-environment.
9508 2000-03-29  Andreas Schwab  <schwab@suse.de>
9510         * emacs-lisp/autoload.el: Also print defsubst doc string
9511         specially.
9513         * dired.el (dired-insert-directory): If dired-free-space-program
9514         failed just delete its output.
9516 2000-03-29  Dave Love  <fx@gnu.org>
9518         * international/iso-cvt.el: Move provide to end.  Doc fixes.
9519         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9520         (iso-iso2sgml, iso-sgml2iso): New functions.
9521         (iso-cvt-define-menu): Fix some entries and use backquote for
9522         clarity.
9524         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9526 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
9528         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9529         ISO-DATE.  If non-nil, return date in ISO 8601 format.
9531 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
9533         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9534         if it ever becomes used.
9535         (log-edit-mode-hook): Default to vc-log-mode-hook.
9536         (log-edit-mode): Fix the docstring.
9538         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9539         the code.
9541 2000-03-26  Dave Love  <fx@gnu.org>
9543         * net/browse-url.el (browse-url): Re-fix case of
9544         browse-url-browser-function being an alist.
9545         (browse-url): Add :link to defgroup.
9547         * files.el: Doc fixes.
9548         (file-truename): Include `[' in wildcard characters.
9549         (automount-dir-prefix): Customize.
9550         (find-file-wildcards): Add :version.
9551         (find-file-noselect): Simplify a mapcar call.
9553         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9554         compatible with inf-lisp version.
9555         (eval-defun-1): Fix custom-declare-variable case.
9557 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
9559         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9561 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
9563         * Makefile (COMPILE_FIRST): New macro.
9564         (compile-files): Compile files from COMPILE_FIRST first.
9566         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9567         code.
9569         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9570         matching open parenthesis in column 0 to defun-prompt-regexp
9571         only if open-paren-in-column-0-is-defun-start is set.
9573         * sun-curs.el: Require CL at compile-time only.
9575         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9576         instead of copy-list which is a function from CL.
9577         (msb--choose-menu, msb--mode-menu-cond)
9578         (msb--create-buffer-menu-2): Use dolist instead of mapc.
9579         (msb--init-file-alist): Use mapcar instead of mapcan.
9580         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
9581         `(' in column 0 in doc string.
9582         (msb--add-separators): Use mapcar instead of mapcan.
9584         * cus-dep.el: Require CL at compile-time only.
9586 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
9588         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9589         (byte-compile-warnings): New warning `noruntime'.
9590         (byte-compile-constants, byte-compile-variables): Fix docstring.
9591         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9592         execute `eval-whenc-compile's body.
9593         (byte-compile-unresolved-functions): Fix docstring.
9594         (byte-compile-eval): New function.
9595         (byte-compile-callargs-warn): Check if the function will be available
9596         at runtime (via property `byte-compile-noruntime').
9597         (byte-compile-print-syms): New function.
9598         (byte-compile-warn-about-unresolved-functions): Also warn about
9599         `noruntime' functions (and use `byte-compile-print-syms').
9600         (byte-compile-file): Capitalize the message.
9602 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
9604         * mail/rmail.el (rmail-confirm-expunge): New user-option.
9605         (rmail-expunge): Ask for confirmation depending on the setting
9606         of rmail-confirm-expunge.
9608 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
9610         * Makefile (bootstrap-clean): If $(emacs) exists, build
9611         loaddefs.el first.  A loaddefs.el that's not up-to-date might
9612         cause a bootstrap failure because things don't autoload as
9613         expected.
9615 2000-03-23  Dave Love  <fx@gnu.org>
9617         * net/browse-url.el: Restore previous use of
9618         browse-url-maybe-new-window.
9620 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9622         * ps-print.el: Skip banner page fix.
9623         (ps-print-version): New version number (5.1.2).
9624         (ps-begin-file, ps-end-file, ps-generate): Code fix.
9626 2000-03-23  Dave Pearson  <davep@davep.org>
9628         * net/quickurl.el Changed the type of parameter passed to the
9629         function defined by `quickurl-format-function'. Before only the
9630         text of the URL was passed. Now the whole URL structure is passed
9631         and the function is responsible for extracting the parts it
9632         requires.  Changed the default of `quickurl-format-function'
9633         accordingly.
9634         (quickurl-insert): Changed the `funcall' of
9635         `quickurl-format-function' to match the above change.
9636         (quickurl-list-insert): Changed the `url' case so that it makes
9637         use of `quickurl-format-function', previous to this the format was
9638         hard wired.
9640 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
9642         * startup.el: Change some spellings for the X Window System.
9644 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
9646         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9647         up the code and the regexp and make sure the cursor is temporarily
9648         moved to the suspicious line while querying the user.
9650 2000-03-22  Jason Rumney  <jasonr@gnu.org>
9652         * w32-fns.el (w32-charset-info-alist): Initialize.
9654 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9656         * ps-print.el: N-up last page fix.
9657         (ps-print-version): New version number (5.1.1).
9658         (ps-end-file, ps-end-job, ps-generate): Code fix.
9660 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
9662         * files.el (find-file-run-dired): Update docstring.
9663         (find-directory-functions): New hook.
9664         (find-file-noselect): Run find-directory-functions rather than
9665         calling dired directly.
9667         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9669         * pcvs.el: Add a minimal leading commentary.
9670         (cvs-make-cvs-buffer): Change the header part by removing the startup
9671         message and adding a `Module' entry.  Also replace the FOOTER and
9672         HEADER special fileinfos with the new support in ewoc for updating
9673         its own footer and header.
9674         (cvs-update-header): Update to use the header/footer of the ewoc.
9675         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9676         (cvs-is-within-p): New function.
9677         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
9678         to only examine some subset of the buffers.
9680         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
9681         `format' instead of our own ad-hoc functions.
9682         Remove HEADER and FOOTER cases, now handled in the EWOC.
9683         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
9685         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
9686         output to avoid scaring the user.
9687         (cvs-parse-table): Catch message for non-up-to-date commits.
9689         * pcvs-defs.el (cvs-startup-message): Remove.
9690         (cvs-global-menu): New autoloaded menu.
9692         * pcvs-util.el (cvs-string-fill): Remove.
9694         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
9695         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
9696         PP part of it and also make it work for footers and headers.
9697         (ewoc-create): Drop POS and BUFFER arguments.
9698         Use the DLL's dummy node to store the end-of-footer position.
9699         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
9700         (ewoc-refresh): Remove unused `header' variable.
9701         (ewoc-(get|set)-hf): New functions.
9703         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
9704         log-view-*-(message|file) and use easy-mmode-define-navigation.
9705         (log-view-message-re): Match SCCS format as well.
9706         And match the revision line rather than the dashed separator line.
9707         (log-view-mode): Use the new define-derived-mode.
9708         (log-view-current-tag): Fill in with an actual implementation.
9710         * cvs-status.el (cvs-status-(prev|next)): Rename from
9711         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
9712         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
9713         to let the output "breathe" a little more (more readable).
9714         (cvs-status-mode): Use the new define-derived-mode.
9716         * smerge-mode.el (smerge-auto-leave): New function and variable.
9717         (smerge-basic-map): Rename from smerge-basic-keymap.
9718         Change the bindings for smerge-diff-*.
9719         (smerge-*-map): Use easy-mmode-defmap.
9720         (smerge-(next|prev)): Use easy-mmode-define-navigation.
9721         (smerge-keep-*): Use smerge-auto-leave.
9723 2000-03-21  Jason Rumney  <jasonr@gnu.org>
9725         * cus-edit.el (custom-button-face): Use 3D look for w32.
9726         (custom-button-pressed-face): Likewise.
9728 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
9730         * progmodes/etags.el (tags-case-fold-search): New user-option.
9731         (tags-loop-eval): New function.  Bind case-fold-search around eval
9732         depending on the value of tags-case-fold-search.
9733         (tags-loop-continue): Use tags-loop-eval.
9734         (find-tag-in-order): Bind case-fold-search depending on the value
9735         of tags-case-fold-search.
9737 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
9739         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9740         (diff-end-of-hunk): Return the end position for use in
9741         `easy-mmode-define-navigation'.
9742         (diff-recenter): Remove.
9743         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9744         of `easy-mmode-define-navigation'.
9745         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
9746         previous renaming) and fix to use new names.
9747         (diff-merge-strings): Use \n as separator: simpler, faster.
9748         (diff-mode): Use `define-derived-mode'.
9750         * derived.el (define-derived-mode): Don't autoload anymore.
9751         Prefer the macro-only version provided by easy-mmode.el.
9753         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
9754         `easy-mmode-define-derived-mode'.
9755         Use `combine-run-hooks'.
9756         (easy-mmode-define-navigation): New macro.
9758         * subr.el (combine-run-hooks): New function.
9760 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
9762         * term/x-win.el: Fontsets related initialization is simplified.
9764         * international/mule-diag.el (describe-font): Don't refer to
9765         global-fontset-alist, instead call font-list.
9766         (describe-fontset, list-fontsets, mule-diag): Likewise.
9767         (print-fontset): Adjusted for the change of fontset
9768         implementation.
9770         * international/fontset.el (x-charset-registries): Variable
9771         removed, instead the corresponding data is stored in the default
9772         fontset.
9773         (register-alternate-fontnames): Function removed.
9774         (resolved-ascii-font): Variable removed.
9775         (x-compose-font-name): Ignore the second argument REDOCE.
9776         (x-complement-fontset-spec): Complement only an ASCII font and
9777         element for those charsets than can use that ASCII font.
9778         (generate-fontset-menu): Don't refer to global-fontset-alist,
9779         instead call fontset-list.
9780         (uninstantiated-fontset-alist): Variable removed.
9781         (x-style-funcs-alist): Likewise.
9782         (fontset-default-styles): Likewise.
9783         (x-modify-font-name): Function removed.
9784         (create-fontset-from-fontset-spec): Ignore the argument
9785         STYLE-VARIANT.
9786         (create-fontset-from-ascii-font): Docsting adjusted for the above
9787         change.
9788         (instantiate-fontset, resolve-fontset-name): Functions removed.
9789         (fontset-list): Now implemented by C code.
9791         * faces.el (read-face-font): Fix TABLE arg to completing-read.
9792         (describe-face): Include `font' attribute in the description.
9794 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
9796         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9798 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
9800         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9801         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9802         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
9804         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9805         about behavior of set-buffer-modified-p wrt redisplay.
9807 2000-03-19  Richard M. Stallman  <rms@gnu.org>
9809         * view.el (view-mode-disable): Kill local binding of view-read-only.
9811 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
9813         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
9814         is a string, convert it to a syntax cell using string-to-syntax.
9816         * simple.el (syntax-code-table, syntax-flag-table): New variables.
9817         (string-to-syntax): New function.
9819         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9820         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
9821         try to use passive ftp mode.
9823 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
9825         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
9827         * simple.el (append-to-buffer): Update point of windows after
9828         insertion.
9830         * abbrev.el (inverse-add-abbrev): Identify word by first moving
9831         forward then moving backward.  Reindent.
9833         * frame.el (other-frame): Call x-focus-frame only if
9834         focus-follows-mouse is off.
9836 2000-03-17  Dave Love  <fx@gnu.org>
9838         * pcvs-util.el (cvs-strings->string): Rename
9839         replace-regexps-in-string.
9841 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
9843         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
9844         regexp for labels cannot span several lines.
9846         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
9847         `(setq :<key> ':<key>)' to the macro expansion.
9849 2000-03-16  Dave Love  <fx@gnu.org>
9851         * progmodes/f90.el (f90): Put custom group under `languages', not
9852         `fortran'.
9853         (f90-mode-hook): Customize.
9854         (f90-mode): Set add-log-current-defun-function.
9855         (f90-current-defun): New function.
9857 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
9859         * cus-edit.el (custom-variable-tag-face): Handle case that
9860         default face's height is not a number.
9861         (custom-face-tag-face, custom-group-tag-face-1)
9862         (custom-group-tag-face): Ditto.
9863         (custom-group-tag-face-1): Add :group.
9865         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
9867 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
9869         * pcvs-defs.el (toplevel): Remove autoload cookie for form
9870         requiring easymenu.
9872 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9874         * ps-print.el: PostScript user-defined prologue, PostScript error
9875         handler, doc fix.
9876         (ps-print-version): New version number (5.1).
9877         (ps-user-defined-prologue, ps-error-handler-message)
9878         (ps-print-prologue-0, ps-error-handler-alist): New vars.
9879         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
9880         (ps-insert-string): New function.
9882 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
9884         * international/ccl.el (ccl-compile-expression): Don't generate
9885         invalid self-assignment code.
9887 2000-03-14  Dave Love  <fx@gnu.org>
9889         * subr.el (replace-regexp-in-string): Renamed from
9890         replace-regexps-in-string.  Doc fix.
9892 2000-03-12  Dave Love  <fx@gnu.org>
9894         * cus-edit.el: Doc fixes.
9895         (customize-set-variable, customize-save-variable): Rename args for
9896         doc.
9897         (custom-variable-tag-face, custom-face-tag-face)
9898         (custom-group-tag-face-1, custom-group-tag-face): Modify from
9899         style which user identify as hyperlink.
9900         (hook): Don't add undefined functions to the hook.
9901         (debug-ignored-errors): Transfer message from bindings.el.
9903 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
9905         * recentf.el (recentf-keep-non-readable-files-p): Remove
9906         double/nested definition.
9908 2000-03-12  Dave Love  <fx@gnu.org>
9910         * facemenu.el (facemenu-get-face): Use display-color-p.
9911         * enriched.el (enriched-decode-foreground): Likewise.
9912         (enriched-decode-background): Likewise.
9913         * isearch.el (isearch-highlight): Likewise.
9914         * info-look.el (info-lookup): Likewise.
9915         * simple.el (completion-setup-function): Likewise.
9917         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9918         :options.
9920         * bindings.el (mode-line-format): Fix line-number and
9921         column-number items.  Add help-echo for the background.
9922         (mode-line-mule-info): Modify help-echo.
9924         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9925         defcustom.
9927         * files.el (load-file): Allow completion to .elc.
9929         * man.el: Doc fixes.
9930         (Man-init-defvars): Use display-color-p to set fontification.
9932         * play/hanoi.el (hanoi-internal): Don't use oddp.
9934 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
9936         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9938         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9940 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9942         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9943         Fix comment.
9945 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
9947         * font-lock.el (font-lock-keywords): Fix the doc now that
9948         regexp-opt-depth is unnecessary.
9949         (save-buffer-state): Set an edebug spec.
9950         (font-lock-fontify-anchored-keywords): Properly handle the case when
9951         the matcher goes past the limit.
9953         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9954         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9956         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
9957         dll.el and cookie.el (from Elib) with heavy renaming and other
9958         massaging.
9960         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9961         Autoload the functions used.
9962         (easy-mmode-define-syntax): Fix CL typo.
9963         (easy-mmode-define-derived-mode): Improve the docstring generation.
9965 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
9967         * textmodes/texinfo.el (texinfo-version): Variable and function
9968         removed.
9970 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
9972         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9973         allow more flexibility.
9974         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9975         fns.
9976         (easy-mmode-defmap, easy-mmode-defsyntax)
9977         (easy-mmode-define-derived-mode): New macros.
9979 2000-03-09  Didier Verna  <didier@xemacs.org>
9981         * rect.el (replace-rectangle): New function.
9983 2000-03-09  Dave Love  <fx@gnu.org>
9985         * progmodes/fortran.el (fortran-comment-line-start): Define as
9986         "C".
9987         (fortran-comment-line-start-skip): Don't match cpp stuff.
9988         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
9989         (fortran-mode-map): Remove over-eager custom-menu-create for now.
9990         (fortran-mode): Don't set fortran-comment-line-start-skip,
9991         fortran-comment-line-start here.  Set comment-start,
9992         add-log-current-defun.
9993         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9994         (fortran-current-defun): New function.
9996 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
9998         * emacs-lisp/re-builder.el: New file.
10000         * mouse.el (mouse-drag-region): Don't run up-event handler
10001         if hscroll has changed.
10003         * octave-mod.el (octave-font-lock-keywords): To font-lock the
10004         builtin operators, use `font-lock-builtin-face' for Emacs and
10005         `font-lock-preprocessor-face' otherwise.
10007         * font-lock.el (lisp-font-lock-keywords-1): Highlight
10008         `(defun (setf foo)' differently.
10010 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
10012         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
10013         (regexp-opt): Update comment and adapt the code the new meaning of
10014         the `paren' argument of regex-opt-group for shy-groups.
10015         (regexp-opt-depth): Handle shy groups as well as backslashed
10016         backslashes.
10017         (regexp-opt-group): Turn the leading comment into a docstring.
10018         Allow `paren' to be a string (the string to use to open a group).
10019         Remove open-presuf and close-presuf.  Instead of checking for `all
10020         one-char' and then later on check for `several one-char', handle
10021         both cases close together.  Also apply a more generic algorithm
10022         for suffixes (the mirror image of the algorithm used for
10023         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
10024         (regexp-opt-try-suffix): Removed.
10026         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
10027         from comint-mode-map, so we can just inherit from it.  Also, move
10028         the initialization into the `defvar' since there's no docstring
10029         anyway and it's fairly short.
10030         (inferior-scheme-mode): Define it as derived-mode: the code is
10031         shorter and this way we inherit from comint-mode-map rather than
10032         copying it.
10034         * subr.el (replace-regexps-in-string): Properly handle the case
10035         where we match an empty string.
10037         * comint.el (comint-exec-1): Add the current-dir to the exec-path
10038         when the command has a directory component (such as "./testml").
10039         Also fix a typo in the comment.
10041 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
10043         * Makefile (compile-files): Compile files one by one because
10044         that's the only way to ensure a clean compilation environment for
10045         each individual file.
10047         * frame.el (other-frame): Call x-focus-frame.
10049 2000-03-07  Dave Love  <fx@gnu.org>
10051         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10052         :require to defcustom.
10054         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10055         lists.
10057         * files.el (auto-mode-alist): Add configure.in.
10059         * progmodes/autoconf.el: New file.
10061 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
10063         * mail/mh-e.el: Change maintainer to `none'.
10065         * recentf.el (recentf-keep-non-readable-files-p): Quote args
10066         to remove-hook and add-hook.
10068 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
10070         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10071         it as the default.
10072         (mail-send): Test mail-send-nonascii also for the new `mime' value.
10073         (sendmail-send-it): Conditionally add MIME headers specifying the
10074         used character set.
10076 2000-03-07  Dave Love  <fx@gnu.org>
10078         * winner.el: Fix keywords, autoload cookies.  Split
10079         eval-when-compile form to avoid compilation failure.
10081 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
10083         * international/mule.el: Modify comment about coding system
10084         property `coding-category'.
10085         (make-coding-system): New argument EOL-TYPE.  Pay attention to
10086         coding-category property of PROPERTIES.
10088         * international/mule-conf.el (coding-category-utf-8,
10089         coding-category-utf-16-be, coding-category-utf-16-le): New coding
10090         categories.  Include them in the argument for set-coding-priority.
10092         * international/mule-cmds.el (reset-language-environment): Include
10093         coding-category-utf-8, coding-category-utf-16-be, and
10094         coding-category-utf-16-le in the argument for set-coding-priority.
10095         (reset-language-environment): Initialize coding-category-utf-8,
10096         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10098 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
10100         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10101         code abstracted out of `bookmark-jump-noselect'.  Now tries info
10102         extensions as well as compression extensions.
10103         (bookmark-jump-noselect): Use above new func.
10105 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
10107         * strokes.el: Change maintainer's mail address.
10109 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
10111         * international/mule-diag.el (list-character-sets): Make help-echo
10112         string by substitute-command-keys.
10113         (list-character-sets): Likewise.
10114         (sort-listed-character-sets): Call help-setup-xref.
10116 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
10118         * time.el (display-time-mail-file): Add `none' to the list of
10119         choices.
10121 2000-03-01  Dave Love  <fx@gnu.org>
10123         * help.el (help-xref-go-back): Don't try to set position.
10125         * international/mule-diag.el (list-character-sets): Call
10126         help-setup-xref.  Add help-echo to xrefs.
10127         (list-character-sets-1): Add help-echo to xrefs.
10129 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
10131         * frame.el (blink-cursor-mode): Switch cursor on when turning
10132         the mode off.
10134         * add-log.el (add-log-current-defun): Add support for
10135         Autoconf mode.
10137         * mail/rmail.el (rmail-quit-hook): New variable.
10139 2000-03-01  Dave Love  <fx@gnu.org>
10141         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10143         * help.el (help-xref-button): Add help-echo arg.
10144         (describe-function-1, describe-variable, help-make-xrefs): Use it.
10146         * faces.el (list-faces-display): Supply help-echo with
10147         help-make-xrefs.
10149         * facemenu.el (list-text-properties-at): Set help-xref-stack to
10150         nil.
10152 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
10154         * image.el (defimage): Look for image files in load-path.
10156         * frame.el (busy-cursor-delay-seconds): Change type to
10157         `number'.
10159 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
10161         * recentf.el (recentf): Added version tag to the defgroup of
10162         recentf.
10164 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
10166         * recentf.el (recentf-cleanup): Changed to remove excluded file
10167         too.
10168         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10169         action to select/unselect a file.
10170         (recentf-edit-list): Code cleanup and improvement.
10171         (recentf-open-more-files-action): `recentf-open-more-files' button
10172         widget action to open a file.
10173         (recentf-open-more-files): No more use standard completion but
10174         widgets.
10175         (recentf-more-collection): Deleted.
10176         (recentf-more-history): Deleted.
10177         (recentf-setup-more-completion): Deleted.
10179 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
10181         * recentf.el (recentf-mode): No more needs that Emacs is running
10182         under a window-system.
10184 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
10186         * recentf.el (recentf-edit-list): New command to edit the recent
10187         list which allow the user to remove files.
10188         (recentf-edit-selected-items): New global variable, used by
10189         `recentf-edit-list' to hold the list of files to be removed from
10190         the recent list.
10191         (recentf-make-menu-items): Updated to display a "Edit list..."
10192         menu item.  Minor code cleanup.
10194 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
10196         * recentf.el (recentf-open-more-files): New command to open files
10197         that are not displayed in the menu.
10198         (recentf-more-collection): New global variable holding the set of
10199         permissible completions used by `recentf-open-more-files'.
10200         (recentf-more-history): New global variable holding the history list
10201         used by `recentf-open-more-files' completion.
10202         (recentf-setup-more-completion): New function to setup completion for
10203         `recentf-open-more-files'.
10204         (recentf-make-menu-items): Updated to display a "More..." menu item.
10206 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
10208         * recentf.el (recentf-menu-action): Doc fixed.
10210 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
10212         * recentf.el (recentf-menu-filter): Doc updated.
10213         (recentf-update-menu-hook): Allow menu filters to force menu update.
10214         (recentf-make-menu-items): New menu filter handling.
10215         (recentf-make-menu-item): New helper function.
10216         (recentf-menu-elements): New menu handling function.
10217         (recentf-sort-ascending): Updated to new menu filter handling.
10218         (recentf-sort-descending): Updated to new menu filter handling.
10219         (recentf-sort-basenames-ascending): New menu filter function.
10220         (recentf-sort-basenames-descending): New menu filter function.
10221         (recentf-show-basenames): New menu filter function.
10222         (recentf-show-basenames-ascending): New menu filter function.
10223         (recentf-show-basenames-descending): New menu filter function.
10225 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10227         * diary-lib.el (list-diary-entries): Don't try to go forward at
10228         the end of the buffer.
10230 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
10232         * international/mule-diag.el (list-character-sets): Completely
10233         rewritten.
10234         (sort-listed-character-sets): New function.
10235         (list-character-sets-1): Completely rewritten.
10236         (list-character-sets-2): New function.
10237         (non-iso-charset-alist): New variable.
10238         (decode-codepage-char): New function.
10239         (charset-history): New variable.
10240         (read-charset) (list-block-of-chars)
10241         (list-iso-charset-chars)
10242         (list-non-iso-charset-chars)
10243         (list-charset-chars): New functions.
10244         (mule-diag): Call list-character-sets-2, not
10245         list-character-sets-2.
10246         (dump-charsets): Likewise.
10248 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
10250         * dired-x.el (dired-filename-at-point): Add `@' to valid
10251         file name characters.
10252         (dired-filename-at-point): Handle ange-ftp file names.
10254         * frame.el (frame-notice-user-settings): Use assq-delete-all
10255         instead of assoc-delete-all.
10256         (frame-notice-user-settings): Ditto.
10258         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10259         Don't copy alist.
10261 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
10263         * calculator.el (calculator-use-menu): New option.
10264         (calculator-initial-bindings): Changed some bindings to work as
10265         macros.
10266         (calculator-forced-input): Removed.
10267         (calculator-restart-other-mode): New variable.
10268         (calculator-mode-map): Set up menu.
10270 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
10272         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10273         tags.
10275 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
10277         * viper-cmd.el (viper-envelop-ESC-key): added the option to
10278         translate all ESC key sequences.
10279         (viper-goto-mark-subr): restore markers for files for which
10280         they were saved.
10281         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10282         * viper-util.el (viper-set-replace-overlay-glyphs,
10283         viper-set-replace-overlay): always check if the replacement
10284         overlay is live.
10285         * viper.el (viper-vi-state-mode-list): added major modes.
10286         * ediff-wind.el: minor comment changes.
10287         * ediff.el: copyright notice date fix.
10289 2000-02-27  Jason Rumney  <jasonr@gnu.org>
10291         * faces.el (face-font-family-alternatives): Add arial to helv.
10292         (mode-line, header-line, tool-bar): Same default as x for w32.
10293         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10294         face-font-family-alternatives from working.
10295         * term/w32-win.el (mouse-set-font): Do not build fontset from
10296         chosen font.
10298 2000-02-25  Sam Steingold  <sds@goems.com>
10300         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
10301         properly.
10303 2000-02-25  Richard M. Stallman  <rms@gnu.org>
10305         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10307 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
10309         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10310         writable.
10312         * frame.el (busy-cursor-delay-seconds): New option.
10314 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
10316         * frame.el (show-cursor-in-non-selected-windows): New option.
10318 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10320         * diary-lib.el (include-other-diary-files): Undo the selective
10321         display in any included file and don't kill it.
10323 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
10325         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10326         bar.  Menu items converted to (menu-item format, help strings
10327         added.
10328         [downcase, upcase]: Don't enable on MS-DOS.
10329         [symlink, symlinks]: Don't show if make-symbolic-link is not
10330         bound.
10331         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10333 2000-02-23  Dave Love  <fx@gnu.org>
10335         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10336         (backward-kill-word): Revert addition of * to interactive spec --
10337         it's a feature.
10339         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10340         (backward-kill-sentence, kill-sentence): Likewise.
10342         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10343         scratch buffer name.
10344         (gud-format-command): Use int-to-string in ?l case.  Simplify
10345         slightly.
10347         * term/w32-win.el (internal-face-interactive): Update prompt for
10348         new read-face-name.
10350         * mail/footnote.el (footnote): Add :version to defgroup.
10351         (footnote-section-tag-regexp): Customize.
10352         (footnote-start-tag, footnote-end-tag): New option.
10353         (footnote-latin-regexp): New variable.
10354         (Footnote-latin): New function.
10355         (footnote-style-alist): Add element for latin style.
10356         (footnote-style): Moved.
10357         (Footnote-goto-footnote): Use eq to test arg.
10359         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10361         * emacs-lisp/byte-opt.el: Change old backquote syntax.
10362         (byte-compile-trueconstp): Include keywords.
10363         (byte-optimize-quote, byte-optimize-lapcode): Use
10364         byte-compile-const-symbol-p.
10365         (byte-optimize-char-before): New optimization.
10367         * emacs-lisp/bytecomp.el: Change old backquote syntax.
10368         (byte-compile-const-symbol-p): New function.
10369         (byte-compile-constp, byte-compile-out-toplevel)
10370         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10371         Use it.
10373         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
10375 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
10377         * international/encoded-kb.el: Be sure to update minor-mode-alist
10378         and minor-mode-map-alist.
10379         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10380         codes SS2 and SS3 correctly.
10381         (encoded-kbd-self-insert-ccl): New function.
10382         (encoded-kbd-setup-keymap): New function.
10383         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
10384         by calling encoded-kbd-setup-keymap.
10386         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10387         characters.
10388         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10389         locally.
10391 2000-02-22  Dave Love  <fx@gnu.org>
10393         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10394         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10395         defvar.
10396         (lisp-mode-syntax-table): Set up for #|...|# comments.
10397         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
10398         classes.  Match `defface'.
10399         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10400         (eval-defun-1): Fix for defcustom.
10401         (lisp-indent-region): Doc fix.
10403         * subr.el (when, unless, split-string): Doc fix.
10404         (read-passwd): Move call of clear-this-command-keys to the right
10405         place.
10406         (replace-regexps-in-string): New function.
10408 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
10410         * help.el (describe-variable): Set syntax table to
10411         emacs-lisp-mode-syntax-table when moving forward over the
10412         symbol's name.
10414 2000-02-22  Dave Love  <fx@gnu.org>
10416         * xt-mouse.el: Doc fixes.
10417         (xterm-mouse-position-function): New function, replacing advice of
10418         mouse-position.
10419         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
10421         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10423 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
10425         * format.el (format-annotate-single-property-change): Handle
10426         properties.with dotted-list values.
10427         (format-proper-list-p): New function.
10429         * enriched.el (enriched-face-ans): Handle '(foreground-color
10430         . COLOR) and (background-color . COLOR).
10432 2000-02-20  Dave Love  <fx@gnu.org>
10434         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10435         and assignments to it.
10436         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10437         current local map.
10438         (make-flyspell-overlay): Use it.
10439         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10441         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10442         (lm-get-header-re): Defun, not defsubst.
10443         (lm-get-package-name): Defun, not defsubst.  Simplify.
10444         (lm-version): Doc fix.  Simplify.
10445         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10446         (lm-crack-address, lm-last-modified-date, lm-commentary)
10447         (lm-verify, lm-synopsis): Simplify.
10448         (lm-report-bug): Require emacsbug.  Use compose-mail.
10450 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
10452         * dired.el (dired-mode): Call propertized-buffer-identification
10453         to set mode-line-buffer-identification to something having
10454         the right text properties.
10456         * bindings.el (propertized-buffer-identification): New function.
10458 2000-02-20  Dave Love  <fx@gnu.org>
10460         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10461         check for t-mouse too.
10463         * cus-start.el: Make echo-keystrokes `number'.
10465 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
10467         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10468         Don't call ring-empty-p unless tags-location-ring is bound.
10469         From Noah Friedman <friedman@splode.com>.
10471 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
10473         * progmodes/hideshow.el (hs-flag-region): No longer use
10474         `intangible' overlay property.
10476         (hs-toggle-hiding): New command.
10477         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10479         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10480         Fix omission bug: Run `hs-minor-mode-hook' for both activation
10481         and deactivation.
10483 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
10485         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10487 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
10489         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10491         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10492         of `*' to handle `(* ... *)' comments.
10494 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
10496         * faces.el (list-faces-display): Use display-mouse-p instead of
10497         window-system.
10499         * menu-bar.el (global-map): Menu-bar items converted to the new
10500         format (menu-item..., rearranged for better CUA compliance, and
10501         their names changed for better clarity.  Help strings added.
10503         * international/mule-cmds.el (mule-menu-keymap)
10504         (describe-language-environment-map, set-coding-system-map)
10505         (setup-language-environment-map): Convert to new (menu-item...
10506         form, add help strings.  Change names of menu items for better
10507         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
10508         submenu).
10510 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
10512         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
10513         within the code.
10515 2000-02-16  Dave Love  <fx@gnu.org>
10517         * faces.el: Don't require custom.  Add more specific :groups to
10518         various deffaces.
10519         (set-face-attribute): Purecopy args.
10520         (read-face-name): Default to name at point and use it in prompt.
10521         Remove colon from arg in all callers.
10522         (list-faces-display): Hyperlink to face descriptions and customize
10523         buffers.
10525 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
10527         * wid-edit.el (widget-match-inline): An atom never matches a
10528         list.
10530 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10532         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10533         at ':' characters by call to split-string.
10535 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10537         * textmodes/bibtex.el: Added RCS version identification.
10539 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10541         * textmodes/bibtex.el: Some temporary comments removed.
10542         (bibtex-field-name, bibtex-entry-type): Made the relationship
10543         explicit.
10544         (bibtex-field-const): Allow capital letters.
10545         (bibtex-start-of-string): Deleted because unused.
10547         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
10548         use the term 'reference' to describe a bibtex entry as a whole.
10549         Further, reference keys are no longer called 'labels'.
10550         (bibtex-keys): Renamed to bibtex-reference-keys.
10551         (bibtex-reformat-previous-labels): Renamed to
10552         bibtex-reformat-previous-reference-keys.
10553         (bibtex-reference-type): Renamed to bibtex-entry-type.
10554         (bibtex-reference-head): Renamed to bibtex-entry-head.
10555         (bibtex-reference-maybe-empty-head): Renamed to
10556         bibtex-entry-maybe-empty-head.
10557         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10558         (bibtex-search-reference): Renamed to bibtex-search-entry.
10559         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10560         bibtex-enclosing-entry-maybe-empty-head.
10561         (bibtex-entry-field-alist, bibtex-entry-head,
10562         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10563         bibtex-map-entries, bibtex-search-entry,
10564         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10565         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10566         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10567         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10568         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10569         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10570         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
10572 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10574         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10575         comment.
10576         (bibtex-format-field-delimiters): New function, functionality
10577         extracted from bibtex-format-entry.
10578         (bibtex-autokey-get-yearfield-digits): New function, functionality
10579         extracted from bibtex-autokey-get-yearfield.
10581         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10582         entries in order to avoid stack overflow in the regexp matcher if
10583         field contents become large.
10584         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10585         bibtex-field-string-part-not-braced,
10586         bibtex-field-string-part-no-inner-braces,
10587         bibtex-field-string-part-1-inner-brace,
10588         bibtex-field-string-part-2-inner-braces,
10589         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10590         bibtex-field-string-quoted, bibtex-field-string,
10591         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10592         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10593         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10594         as parsing is now performed by the following functions.
10595         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10596         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10597         bibtex-parse-field-string, bibtex-search-forward-field-string,
10598         bibtex-parse-association, bibtex-field-name-for-parsing,
10599         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10600         bibtex-search-forward-field, bibtex-search-backward-field,
10601         bibtex-start-of-field, bibtex-end-of-field,
10602         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10603         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10604         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10605         bibtex-parse-string, bibtex-search-forward-string,
10606         bibtex-search-backward-string, bibtex-start-of-string,
10607         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10608         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10609         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10610         entries.  Instead of reporting the results of the parsing by
10611         match-beginning or match-end, these functions return data structures
10612         that hold the corresponding positions.
10613         (bibtex-enclosing-field): Changed to also report field boundaries by
10614         return values rather than by match-beginning or match-end.  The
10615         following functions have been adapted to use the new parsing
10616         functions.
10617         (bibtex-skip-to-valid-entry, bibtex-search-reference,
10618         bibtex-enclosing-field, bibtex-format-entry,
10619         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10620         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10621         bibtex-print-help-message, bibtex-end-of-entry,
10622         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10623         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10624         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10625         method for parsing.
10626         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10627         bibtex-map-entries, bibtex-flash-head,
10628         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10629         bibtex-autokey-change, bibtex-autokey-get-namefield,
10630         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10631         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10632         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10633         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10634         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10635         order to make the new binding of case-fold-search immediately
10636         visible.
10638 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10640         * textmodes/bibtex.el: Copyright notice is up to date.
10641         Added constant 'bibtex-maintainer-salutation.
10643         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10644         than make-temp-name, use match-string-no-properties and eliminate
10645         a quadratic behavior when building bibtex-strings.
10647         * bibtex.el (bibtex-reference-key): Accept string entries whose
10648         reference key contains upper case letters.
10650 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10652         * bibtex.el (bibtex-reference-head): Allow entries to start with
10653         a new line.
10655 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10657         * bibtex.el: Hiding of entry bodies is not longer provided by
10658         bibtex.el directly.  Instead the hideshow package can be used.
10659         Added a special bibtex entry to hs-special-modes-alist.
10660         (bibtex-hs-forward-sexp): Added for hideshow.el.
10662 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10664         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10665         at ':' characters by call to split-string.
10667 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10669         * textmodes/bibtex.el: Added RCS version identification.
10671 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10673         * textmodes/bibtex.el: Some temporary comments removed.
10674         (bibtex-field-name, bibtex-entry-type): Made the relationship
10675         explicit.
10676         (bibtex-field-const): Allow capital letters.
10677         (bibtex-start-of-string): Deleted because unused.
10679         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
10680         use the term 'reference' to describe a bibtex entry as a whole.
10681         Further, reference keys are no longer called 'labels'.
10682         (bibtex-keys): Renamed to bibtex-reference-keys.
10683         (bibtex-reformat-previous-labels): Renamed to
10684         bibtex-reformat-previous-reference-keys.
10685         (bibtex-reference-type): Renamed to bibtex-entry-type.
10686         (bibtex-reference-head): Renamed to bibtex-entry-head.
10687         (bibtex-reference-maybe-empty-head): Renamed to
10688         bibtex-entry-maybe-empty-head.
10689         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10690         (bibtex-search-reference): Renamed to bibtex-search-entry.
10691         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10692         bibtex-enclosing-entry-maybe-empty-head.
10693         (bibtex-entry-field-alist, bibtex-entry-head,
10694         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10695         bibtex-map-entries, bibtex-search-entry,
10696         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10697         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10698         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10699         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10700         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10701         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10702         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
10704 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10706         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10707         comment.
10708         (bibtex-format-field-delimiters): New function, functionality
10709         extracted from bibtex-format-entry.
10710         (bibtex-autokey-get-yearfield-digits): New function, functionality
10711         extracted from bibtex-autokey-get-yearfield.
10713         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10714         entries in order to avoid stack overflow in the regexp matcher if
10715         field contents become large.
10716         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10717         bibtex-field-string-part-not-braced,
10718         bibtex-field-string-part-no-inner-braces,
10719         bibtex-field-string-part-1-inner-brace,
10720         bibtex-field-string-part-2-inner-braces,
10721         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10722         bibtex-field-string-quoted, bibtex-field-string,
10723         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10724         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10725         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10726         as parsing is now performed by the following functions.
10727         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10728         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10729         bibtex-parse-field-string, bibtex-search-forward-field-string,
10730         bibtex-parse-association, bibtex-field-name-for-parsing,
10731         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10732         bibtex-search-forward-field, bibtex-search-backward-field,
10733         bibtex-start-of-field, bibtex-end-of-field,
10734         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10735         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10736         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10737         bibtex-parse-string, bibtex-search-forward-string,
10738         bibtex-search-backward-string, bibtex-start-of-string,
10739         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10740         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10741         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10742         entries.  Instead of reporting the results of the parsing by
10743         match-beginning or match-end, these functions return data structures
10744         that hold the corresponding positions.
10745         (bibtex-enclosing-field): Changed to also report field boundaries by
10746         return values rather than by match-beginning or match-end.  The
10747         following functions have been adapted to use the new parsing
10748         functions.
10749         (bibtex-skip-to-valid-entry, bibtex-search-reference,
10750         bibtex-enclosing-field, bibtex-format-entry,
10751         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10752         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10753         bibtex-print-help-message, bibtex-end-of-entry,
10754         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10755         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10756         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10757         method for parsing.
10758         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10759         bibtex-map-entries, bibtex-flash-head,
10760         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10761         bibtex-autokey-change, bibtex-autokey-get-namefield,
10762         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10763         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10764         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10765         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10766         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10767         order to make the new binding of case-fold-search immediately
10768         visible.
10770 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10772         * textmodes/bibtex.el: Copyright notice is up to date.
10773         Added constant 'bibtex-maintainer-salutation.
10775         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10776         than make-temp-name, use match-string-no-properties and eliminate
10777         a quadratic behavior when building bibtex-strings.
10779         * bibtex.el (bibtex-reference-key): Accept string entries whose
10780         reference key contains upper case letters.
10782 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10784         * bibtex.el (bibtex-reference-head): Allow entries to start with
10785         a new line.
10787 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10789         * bibtex.el: Hiding of entry bodies is not longer provided by
10790         bibtex.el directly.  Instead the hideshow package can be used.
10791         Added a special bibtex entry to hs-special-modes-alist.
10792         (bibtex-hs-forward-sexp): Added for hideshow.el.
10794 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10796         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
10797         proceedings entry type (for cross referencing). Thanks to Wagner
10798         Toledo Correa for the suggestion.
10800         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
10802 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
10804         * international/characters.el: Setup case table for Vietnamese.
10806 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
10808         * uniquify.el (toplevel): Require CL at compile time.
10809         (uniquify-push): Removed.
10811         * shadowfile.el (shadow-when): Removed.
10813         * tempo.el (tempo-dolist, tempo-mapc): Removed.
10814         (tempo-process-and-insert-string): Use dolist instead of
10815         tempo-dolist.
10817         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10818         regexp for paragraph-start.
10820         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10821         commas as well.
10823 2000-02-10  Dave Love  <fx@gnu.org>
10825         * wid-edit.el: (widgets) [defgroup]: Remove url link.
10826         (widget-color-choice-list, widget-color-history, widget-mouse-help):
10827         Deleted.
10828         (widget-specify-field, widget-specify-button): Don't use
10829         widget-mouse-help as help-echo property.
10830         (default): Use #'ignore for :validate and :mouse-down-action.
10831         (checkbox): Add help-echo.
10832         (widget-sexp-validate): Rewritten to clarify error messages.
10833         (character): Use char-valid-p in :match function.
10834         (widget-color-complete): Use facemenu-color-alist.
10835         (widget-color-action): Use facemenu-read-color.
10837         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
10838         set up `caar' &c that we now have.
10840 2000-02-09  Ray Blaak  <blaak@gnu.org>
10842         * delphi.el: Make resourcestring a declaration region, like const
10843         and var.
10845 2000-02-09  Dave Love  <fx@gnu.org>
10847         * bindings.el (mode-line-input-method-map): New variable.
10848         (mode-line-mule-info): Use it; fix last change.
10849         (mode-line-mode-menu): Move definition.
10850         (mode-line-mouse-sensitive-p): Deleted.
10851         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
10852         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
10853         level.
10855         * startup.el (command-line-1): Don't call
10856         make-mode-line-mouse-sensitive.
10858 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
10860         * mail/rmail.el (rmail-retry-failure): Use
10861         rmail-beginning-of-message before rmail-toggle-header, because the
10862         former toggles headers.
10864 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
10866         * diff-mode.el (diff-kill-junk): New interactive function.
10867         (diff-reverse-direction): Use delete-and-extract-region.
10868         (diff-post-command-hook): Restrict the area so that the hook also works
10869         outside of any diff hunk.  This is necessary for the minor-mode.
10870         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
10871         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
10873         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
10874         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
10875         so that it can be used more easily in <foo>-mode-hook.  Also make sure
10876         to avoid duplicate entries.
10877         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
10878         (font-lock-remove-keywords): Just as was done for `add', allow it to
10879         work even if font-lock-mode is nil.  Also make sure we don't modify
10880         any pre-existing list by forcing a copy-sequence.  Finally rename
10881         `major-mode' to `mode'.
10882         (font-lock-fontify-syntactic-anchored-keywords)
10883         (font-lock-fontify-anchored-keywords)
10884         (font-lock-fontify-keywords-region): Use line-end-position.
10885         Don't make `font-lock-multiline' local (it's now done in
10886         font-lock-set-defaults).
10887         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
10888         move the `font-lock-fontified' creation to inside the `unless'.
10890 2000-02-06  Andrew Innes  <andrewi@gnu.org>
10892         * term/w32-win.el (x-handle-args): Comment out call to message,
10893         which occurs before window system is initialized.
10895         * makefile.nt: Add support for recompiling lisp code.
10897 2000-02-04  Dave Love  <fx@gnu.org>
10899         * bindings.el (mode-line-mule-info): Fix/extend last change.
10901         * completion.el: Replace completion-dolist with dolist.
10903         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10904         dotimes.
10906 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10908         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10909         environment names before they go into the section regexp.
10911         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10912         char class in regexp.
10914         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10915         `case-fold-search' to nil.
10917         * progmodes/idlwave.el (idlwave-template): Respect
10918         `idlwave-abbrev-change-case'.
10919         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10920         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10921         idlwave-while): respect `idlwave-reserved-word-upcase'.
10922         (idlwave-rw-case): New function.
10923         (idlwave-statement-match): Fixed problem with assignment regexp.
10924         (idlwave-font-lock-keywords): Improved regexp for keyword
10925         parameters.
10926         (idlwave-surround): New argument LENGTH to support padding of
10927         operators longer than 1 char.
10929         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10930         idlwave-shell-expression-overlay.  Implemented printing of
10931         expressions on higher levels of the calling stack.
10932         (idlwave-shell-display-level-in-calling-stack): Restore stack
10933         level.
10934         (idlwave-retrieve-expression-from-level): New function.
10935         (idlwave-shell-last-calling-stack): Variable removed.
10936         (idlwave-shell-reset): Argument action reversed (`visible' to
10937         `hidden').  Also remove stop-line overlay.
10938         (idlwave-shell-calling-stack-routine): New variable.
10939         (idlwave-shell-parse-stack-and-display): Messages now display
10940         negative level numbers.
10941         (idlwave-shell-mode): Set `modeline-format'.
10942         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10943         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10944         21.
10945         (idlwave-shell-print-expression-function): New option.
10947         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10948         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10949         `tool-bar' instead of `toolbar'.
10951 2000-02-02  Dave Love  <fx@gnu.org>
10953         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10954         emacs-lisp-mode-hook.  Don't check for defalias being defined.
10956         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10957         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
10958         the new builtins directly.
10960         * whitespace.el (whitespace): Add :version to defgroup.
10962         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10963         Doc fix.
10965         * thingatpt.el (sexp-at-point, symbol-at-point)
10966         (number-at-point, list-at-point): Add autoload cookie.
10968         * recentf.el (recentf): Add :version to defgroup.
10970         * quickurl.el (quickurl): Add :version to defgroup.
10972         * elide-head.el (elide-head): Use point-marker more.
10974         * bs.el (bs): Add :version to defgroup.
10976         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10978         * progmodes/delphi.el (delphi): Add :version to defgroup.
10980 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
10982         * ange-ftp.el (ange-ftp-write-region): Handle case that
10983         succeeding process operation sets a different coding system.
10985         * calculator.el: New file.
10987 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
10989         * frame.el (frames-on-display-list, framep-on-display): New
10990         functions.
10991         (display-mouse-p, display-popup-menus-p, display-graphic-p)
10992         (display-selections-p, display-screens, display-pixel-width)
10993         (display-pixel-height, display-mm-width, display-mm-height)
10994         (display-backing-store, display-save-under, display-planes)
10995         (display-color-cells, display-visual-class): New functions.
10997         * term/tty-colors.el (tty-color-gray-shades): New function.
10999         * faces.el (display-color-p): Use framep-on-display.
11000         (display-grayscale-p): New function.
11002 2000-01-31  Dave Love  <fx@gnu.org>
11004         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11005         (create-fontset-from-x-resource): Don't concat integers.
11007 2000-01-31  Inge Frick  <inge@nada.kth.se>
11009         * view.el: Some changes in documentation.  Removed some trailing
11010         whitespace. Changed some parameter names to agree with
11011         documentation.
11012         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11013         window is not deleted.  Modifies change 1998-04-26.
11015 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
11017         * windmove.el: New file.
11019         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11020         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11021         progmodes/ebnf-yac.el: Update copyright and license info.
11023         * jit-lock.el (jit-lock-function): Widen before calculating end
11024         position.
11025         (jit-lock-stealth-chunk-start): Rewritten.
11027         * info.el (Info-title-face-alist): Removed.
11028         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11029         faces.
11030         (Info-fontify-node): Use these faces.
11032 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
11034         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11035         (cl-macro-list1): Recognize `&allow-other-keys' instead of
11036         `&allow-other-keywords'.
11038         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11039         the list of directories scanned heuristically.
11041         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11042         exist.
11044 2000-01-30  Jason Rumney  <jasonr@gnu.org>
11046         * w32-fns.el: Define w32-tty-standard-colors.
11048         * startup.el (command-line): Use w32-tty-standard-colors when in
11049         w32 console mode.
11051 2000-01-30  Dave Love  <fx@gnu.org>
11053         * jka-compr.el (jka-compr-load): Fix up load-history.
11055         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11057         * emacs-lisp/cl-macs.el: Revert previous change.
11059 2000-01-29  Dave Love  <fx@gnu.org>
11061         * facemenu.el: Purecopy various strings.
11063         * timezone.el (timezone-fix-time): Window against 69 for two-digit
11064         years.  Deal with three-digit years.
11066         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11067         defconst, purecopy.
11068         (help-back-label): Purecopy it.
11070 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
11072         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11073         variable. If non-nil, order the buffer list according to the
11074         currently selected frame.
11075         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11076         non-nil, pass the selected frame to function buffer-list.
11078 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11080         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11082 2000-01-28  Dave Love  <fx@gnu.org>
11084         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11086         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11087         Don't use lisp-indent-hook property.
11088         (cl-abs): Remove.
11090         * subr.el: Move out indent and edebug specs for when and unless.
11092         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11093         when, unless.
11095         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11096         unless, when.
11098 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
11100         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11101         `collecting' as synonym for `collect'.
11103         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11104         for the case it contains spaces.
11106         * simple.el (what-cursor-position): Change formatting of
11107         messages.
11109         * frame.el (delete-other-frames): New function.
11110         (toplevel): Bind it to C-x 5 1.
11112         * sort.el (sort-numeric-base): New option.
11113         (sort-numeric-fields): If number starts with `0' or `0[xX[',
11114         interpret it as octal or hexadecimal.  Use sort-numeric-base
11115         as default base.
11117         * progmodes/glasses.el: New file.
11119 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
11121         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11122         userids differently.
11124         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11125         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11126         progmodes/ebnf-yac.el: New files.
11128 2000-01-26  Dave Love  <fx@gnu.org>
11130         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11131         on a function with an empty body.  [From Eric Ludlam.]
11133 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
11135         * vc.el (vc-version-diff): Make sure file name is expanded.
11137 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
11139         * scroll-bar.el (scroll-bar-timer): Variable removed.
11140         (scroll-bar-toolkit-scroll): Don't use a timer.
11142 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
11144         * language/thai-util.el (thai-composition-function): Delete
11145         superfluous `a'.
11147 2000-01-24  Dave Love  <fx@gnu.org>
11149         * fortran.el (fortran-mode): Use beginning-of-defun-function,
11150         end-of-defun-function.
11152         * font-lock.el (turn-on-font-lock): Don't depend on window-system
11153         &c.
11155 2000-01-22  Jason Rumney  <jasonr@gnu.org>
11157         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11158         conflicts with new face support.
11160 2000-01-22  Richard M. Stallman  <rms@gnu.org>
11162         * replace.el (query-replace): Rename last arg to DELIMITED.
11163         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11164         (query-replace-regexp): Likewise.
11166 2000-01-20  Richard M. Stallman  <rms@gnu.org>
11168         * subr.el (with-syntax-table): Use make-symbol, not gensym.
11170         * emacs-lisp/lisp.el (beginning-of-defun-function):
11171         Variable renamed from beginning-of-defun.
11172         Do not call make-variable-buffer-local.
11173         (beginning-of-defun-raw): Use new variable name; doc fix.
11174         (beginning-of-defun): Doc fix.
11175         (end-of-defun-function): Variable renamed from end-of-defun.
11176         Do not call make-variable-buffer-local.
11177         (end-of-defun): Use new variable name; doc fix.
11179         * subr.el (dolist, dotimes): Copied from cl-macs.el
11180         and made to work.
11182         * mail/undigest.el (rmail-digest-end-regexps):
11183         Variable replaces rmail-digest-end-regexp.
11184         Allows multiple regexps for detecting the end line.
11185         (undigestify-rmail-message): Corresponding changes.
11187 2000-01-19  Dave Love  <fx@gnu.org>
11189         * files.el (user-init-file): Don't declare here -- is primitive.
11191         * startup.el (command-line): Check for compiled user-init-file and
11192         set to uncompiled version if necessary.
11194 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
11196         * mail/undigest.el (rmail-digest-end-regexp): New user option.
11197         (undigestify-rmail-message): Use it.
11199         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11201 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
11203         * tmm.el (tmm-goto-completions): Adapt to prompt being part
11204         of mini-buffer.
11206 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
11208         * emacs-lisp/copyright.el (copyright-update): Removed the
11209         requirement for a trailing space from `copyright-regexp', to
11210         support copyrights with owner specified on a separate line..
11212         * align.el: New file.
11214         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11216         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11218 2000-01-13  Dave Love  <fx@gnu.org>
11220         * ph.el: Removed.  (Obsoleted by EUDC.)
11222 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
11224         * net/eudc.el (toplevel): Remove autoloaded code installing
11225         menu with easymenu, because that causes build problems.
11227         * frame.el (frame-notice-user-settings): New variable.
11228         (frame-notice-user-settings): Don't modify frame parameters
11229         if called a second time.
11231 2000-01-13  Richard M. Stallman  <rms@gnu.org>
11233         * frame.el (frame-notice-user-settings):
11234         Notice default-frame-parameters even for non-window frames.
11236 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
11238         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11239         for Emacs.
11240         (eudc-bob-can-display-inline-images): Extend for Emacs.
11241         (eudc-bob-toggle-inline-display): Ditto.
11242         (eudc-bob-display-jpeg): Ditto.
11244 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
11246         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11247         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11248         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
11250         * add-log.el (add-change-log-entry): Fix error trying an `(insert
11251         nil)'.
11253         * subdirs.el: Add `net' directory.
11255         * net: New directory.
11257         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11258         eval-last-sexp.  Don't bind debug-on-error here.
11259         (eval-last-sexp): New function.  Bind debug-on-error if
11260         eval-expression-debug-on-error is non-nil.
11261         (eval-defun-2, eval-defun): Likewise.
11263         * simple.el (eval-expression): Don't bind debug-on-error if
11264         eval-expression-debug-on-error is nil.  Detect changed
11265         debug-on-error, and propagate new value to global binding, if
11266         eval-expression-debug-on-error is non-nil,
11267         (eval-expression-debug-on-error): Change doc string.
11269 2000-01-11  Richard M. Stallman  <rms@gnu.org>
11271         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11273         * emacs-lisp/lisp-mode.el (with-syntax-table):
11274         Set up lisp-indent-function property.
11276         * subr.el (with-syntax-table): Moved from simple.el.
11278         * simple.el (with-syntax-table): Moved to subr.el.
11280 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
11282         * tmm.el (tmm-shortcut): Delete region after prompt instead
11283         of erasing buffer.
11285         * textmodes/fill.el (fill-common-string-prefix): New function.
11286         (fill-context-prefix): Use the longest common prefix of first
11287         and second line fill prefix, if there is one.
11289 2000-01-11  Richard M. Stallman  <rms@gnu.org>
11291         * array.el (array-mode): Don't use make-variable-buffer-local.
11292         Use make-local-variable for `truncate-lines'.
11294 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
11296         * add-log.el (add-log-current-defun): Handle user-defined
11297         add-log-current-function returning nil,
11299         * add-log.el (add-change-log-entry): Insert version number
11300         if having found a current function
11302         * add-log.el (add-log-current-defun): Call
11303         `add-log-current-defun-function'.  Try matches at level 0 and
11304         level 1.  Strip whitespace from defun found.
11306 2000-01-10  John Wiegley  <johnw@gnu.org>
11308         * allout.el (isearch-done/outline-provisions): Added `edit'
11309         argument to correspond with the current definition of
11310         `isearch-done'.
11312 2000-01-10  Dave Love  <fx@gnu.org>
11314         * elide-head.el (elide-head): Use point-marker, not point.
11316 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
11318         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11319         before and after the year 2000.
11321         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11322         Add ispell- prefix.
11324 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
11326         * ispell.el:  Only define dictionaries in menus when they exist.
11327         (version18p): New variable.
11328         (version20p): New variable.
11329         (xemacsp): New variable.
11330         (ispell-choices-win-default-height): Fix for XEmacs visibility.
11331         (ispell-dictionary-alist1): Added Brasileiro dictionary.
11332         (ispell-dictionary-alist6): Russian command lines no longer accept
11333         run-together words.
11334         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11335         (ispell-dictionary-alist): Add koi8-r to customize definition.
11336         (check-ispell-version): Added documentation string.  Returns
11337         library path when called non-interactively.
11338         (ispell-menu-map-needed): Uses new variables.
11339         (ispell-library-path): New variable.
11340         (ispell-decode-string): XEmacs fix for bogus variable bindings.
11341         (ispell-word): Improved documentation string.  Test for valid
11342         character mappings.  Correctly check typed in word changes that can
11343         result in single words split into multiple words.  Returns
11344         replacement word.
11345         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
11346         replace in recursive query replace mode.  Help message for
11347         recursive edit mode.
11348         (ispell-show-choices): Protect against bad framepop bindings.
11349         (ispell-help): Fix to work with XEmacs.
11350         (ispell-highlight-spelling-error): Use new variables.
11351         (ispell-overlay-window): Fix to work with XEmacs.
11352         (ispell-parse-output): Passed and returns location information
11353         tracking spelling corrections.  Doesn't recheck same word on
11354         current line.
11355         (ispell-init-process): Protect against bogus XEmacs variable binding.
11356         Fix call to single argument in sleep-for.  Use new variables.
11357         (ispell-region): Passed and returns location information tracking
11358         spelling corrections.  Doesn't check same word on current line.
11359         Improved documentation string.  Doesn't resend a line already
11360         checked to the ispell process - fixes bug in LaTeX parsing.
11361         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11362         (ispell-skip-region): No longer skips <TT> in SGML.
11363         (ispell-process-line): Tracks location information with spelling
11364         corrections.  Added documentation string.  Accounts for words
11365         already accepted on this line.  Don't allow query-replace on line
11366         starting with math characters.  Doesn't resend a line already sent
11367         to ispell process.  Fixes alignment error bug.
11369 2000-01-10  Richard M. Stallman  <rms@gnu.org>
11371         * dired-x.el (dired-guess-shell-alist-default):
11372         Suggest xloadimage, which is free, not xv, which isn't.
11374         * ange-ftp.el (ange-ftp-file-name-nondirectory):
11375         Don't ever include the host name or user name in the value.
11377 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
11379         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11380         of a real newline.
11382 2000-01-09  Stephen Eglen  <stephen@gnu.org>
11384         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
11385         for .png files.
11387 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
11389         * cus-edit.el (custom-hook-convert-widget): Fix comment.
11391 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
11393         * progmodes/cperl-mode.el: Replace ^F with ^L.
11395         * sendmail.el (toplevel): Provide `sendmail' when compiling
11396         before `require'ing rmail and mailalias to prevent infinite
11397         recursion.
11399 2000-01-08  Dave Love  <fx@gnu.org>
11401         * emacs-lisp/backquote.el: Remove inappropriate customization
11402         (allowing custom.el to use backquote).
11404 2000-01-07  Dave Love  <fx@gnu.org>
11406         * add-log.el (add-log-debugging): Deleted.
11407         (add-change-log-entry): Treat a backup FILE-NAME as its parent
11408         file.  Remove debugging code.
11409         (change-log-get-method-definition, change-log-name): Add doc.
11410         (change-log-sortable-date-at): New function.
11411         (change-log-merge): New command.
11413         * time.el (display-time-string-forms): Make the Mail string active.
11414         (display-time-update): Provide help-echo for load average.
11416         * bindings.el (make-mode-line-mouse2-map): New function.
11417         (mode-line-modified): Use it and simplify.
11418         (mode-line-mule-info): Provide help-echo info.
11419         (minor-mode-alist): Activate the strings.
11420         (make-mode-line-mouse-sensitive): Simplify for
11421         mode-line-buffer-identification.
11423 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
11425         * play/pong.el: New file.
11427 2000-01-06  Dave Love  <fx@gnu.org>
11429         * array.el: Assorted cleanups for compiler warnings, doc strings,
11430         `array-' prefix for symbols.
11432 2000-01-05  Dave Love  <fx@gnu.org>
11434         * textmodes/outline.el (outline-mode-menu-bar-map): Add
11435         outline-headers-as-kill.
11436         (outline-mode): Define imenu-generic-expression.
11437         (outline-headers-as-kill): New command.
11439         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11440         from paragraph-start.
11441         (paragraph-indent-minor-mode): New command.
11443         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11444         M-C-e, M-C-h, C-j, C-xnd, TAB.
11445         (fortran-mode): Set beginning-of-defun, end-of-defun.
11446         (fortran-column-ruler): Simplify.
11447         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11448         (fortran-with-subprogram-narrowing): Likewise.
11449         (fortran-indent-subprogram): Call mark-defun.
11450         (fortran-check-for-matching-do): Change narrowing.
11452         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11453         (cl-lucid-hash-tag): Delete.
11454         (cl-hash-table-p): Correct test for native table.
11455         (cl-hash-table-count): Use hash-table-count.
11457         * browse-url.el (browse-url): Fix case of
11458         browse-url-browser-function being an alist.
11460 2000-01-05  Carsten Dominik  <cd@gnu.org>
11462         * textmodes/reftex-vars.el (reftex-parse-file-extension)
11463         (reftex-index-phrase-file-extension): New options.
11465         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
11466         Use new option `reftex-index-phrase-file-extension'.
11468         * textmodes/reftex.el (reftex-access-parse-file): Use new option
11469         `reftex-parse-file-extension'.
11471 2000-01-05  Dave Love  <fx@gnu.org>
11473         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
11474         (beginning-of-defun-raw): Use it.
11475         (end-of-defun): New variable.
11476         (end-of-defun): Use it.
11477         (check-parens): New command.
11479 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
11481         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11482         (hs-show-block): Don't use `mapcar' when not accumulating.
11484         Fix buglet in local variables initialization.
11486 2000-01-05  Andreas Schwab  <schwab@suse.de>
11488         * hscroll.el (hscroll): Doc fix.
11490 2000-01-05  Carsten Dominik  <cd@gnu.org>
11492         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11493         idlw-toolbar.
11495         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11496         file idlw-rinfo.el.
11497         (idlwave-customize): load must read file idlw-shell.el.
11498         (idlwave-create-customize-menu): load must read file idlw-shell.el.
11500 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
11502         * progmodes/idlw-shell.el: Also provide idlwave-shell
11503         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11504         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11506         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11507         both reftex-dcr and reftex-vcr.
11509         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11511 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11513         * ps-print.el: PostScript code now is in separate files, doc fix.
11514         (ps-print-version): New version number (5.0.3).
11515         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11516         local.
11517         (ps-spool-config): Initialization fix.
11518         (ps-print-prologue-1, ps-print-prologue-2)
11519         (ps-print-duplex-feature): PostScript code moved to separated file.
11520         (ps-background-image): Little code reformating.
11521         (ps-begin-file, ps-begin-job): Fix code.
11522         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
11523         (ps-prologue-file): New fun.
11525 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11527         * ps-vars.el: Eliminated.
11529         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11530         `;;;###autoload'.
11532         * ps-print.el: ps-vars eliminated, doc fix.
11533         (ps-print-version): New version number (5.0.2).
11534         (ps-spool-config): Initialization fix.
11535         (ps-print-customize): New fun.
11537 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
11539         * autorevert.el (auto-revert-mode): Return value of
11540         auto-revert-mode.
11542 2000-01-04  Dave Love  <fx@gnu.org>
11544         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11545         menu items.
11547 2000-01-03  Dave Love  <fx@gnu.org>
11549         * elide-head.el (elide-head) [defgroup]: Add :version.
11551         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
11552         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11553         `cl-hash-table-p', not `hash-table-p'.
11554         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11556 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11558         * faces.el (face-read-integer, read-face-attribute)
11559         (color-defined-p, color-values): unspecified-{f,b}g are now
11560         strings.
11562 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
11564         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11565         at comment end, and re-insert them after filling.
11567 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11569         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
11570         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11571         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
11573 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11575         * term/x-win.el (xw-defined-colors): Call color-supported-p,
11576         the new name of face-color-supported-p.
11578         * term/w32-win.el (xw-defined-colors): Likewise.
11580 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11582         * simple.el (completion-setup-function): Count completion-size
11583         from minibuffer-prompt-end, not from point-min.
11585 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
11587         * faces.el (read-face-attribute, defined-colors, color-defined-p):
11588         Pass the frame to tty-color-* functions.
11589         (display-color-p, frame-set-background-mode): Pass the frame to
11590         tty-display-color-p.
11592         * term/tty-colors.el (tty-defined-color-alist): Renamed from
11593         tty-color-alist.
11594         (tty-color-alist, tty-modify-color-alist): New functions.
11595         (tty-color-define,  tty-color-clear, tty-color-approximate)
11596         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11597         an optional parameter FRAME.
11599 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
11601         * image.el (create-image, defimage): Don't assume image data is a
11602         string.
11604         * image.el (defimage): Handle specifications containing :data
11605         instead of :file.
11606         (image-type-from-data): New function.
11607         (image-type-from-file-header): Use it.
11608         (create-image): Add parameter DATA-P.
11610 See ChangeLog.8 for earlier changes.
11612 ;; Local Variables:
11613 ;; coding: iso-2022-7bit
11614 ;; End: