(define-minor-mode): Generate `turn-on-MODE' and `turn-off-MODE'
[emacs.git] / lisp / ChangeLog
blobd6b2ffcf2fe6326e879252e3e320e08f13ef6440
1 2000-10-28  Miles Bader  <miles@gnu.org>
3         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
5         global.  If :global is followed by a non-nil but non-t value,
6         make the mode buffer-local, but also generate a `global-MODE'
7         version using `easy-mmode-define-global-mode'.  Add
8         :conditional-turn-on keyword argument.
10 2000-10-28  Dave Love  <fx@gnu.org>
12         * international/latin1-disp.el (latin1-char-displayable-p): Don't
13         use window-system.
15 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
17         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
18         Don't call find-buffer-file-type-coding-system.  Instead, just
19         set eol-type to -unix if inhibit-eol-conversion is in effect, or
20         if the file is on an untranslated filesystem.
21         (add-untranslated-filesystem): Use "D" instead of "f" inside
22         interactive.
24 2000-10-27  Dave Love  <fx@gnu.org>
26         * textmodes/refill.el (refill-late-fill-paragraph-function): New
27         variable.
28         (refill-mode): Use it.
30 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
32         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for 
33         manual backups and file.~<rev>.~ for automatic ones.
34         (vc-make-version-backup): Don't do it on MS-DOS without long file
35         names.
36         
37         * vc.el (vc-version-other-window): If an automatic backup of the
38         desired version exists, rename it instead of copying it.
40         * vc-cvs.el (vc-cvs-checkin): Check both status and error message 
41         after command.  If there's an unexpected error, signal it instead 
42         of being silent.
43         (vc-cvs-merge-news): Be prepared for no news at all.
44         
45 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
47         * shell.el (shell): Add BUFFER argument.
48         * comint.el (make-comint-in-buffer): New function.
49         (make-comint): Use it.
51         * faces.el (face-spec-choose): Change syntax so that the list of
52         attribute-value pairs is now the cdr of each clause, not the cadr.
53         Detect old-style entries, and handle them.  Use pop.
55 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
57         * cus-edit.el (custom-mode-map): Use a sparse map.
58         (custom-mode): Don't bother with make-local-hook.
60         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
62         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
64 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
66         * ps-print.el: Avoid compilation gripes.
67         (ps-print-version): New version number (6.2.1).
68         
69 2000-10-26  Dave Love  <fx@gnu.org>
71         * menu-bar.el: Modify some menu item help strings.
72         (menu-bar-help-menu): Add link to MORE.STUFF.
74         * cus-edit.el (custom-mode): Add `special' mode-class property.
76         * wid-browse.el (widget-browse-mode): Likewise.
78         * wid-edit.el (widget-specify-field): Revert to using local-map
79         property, not keymap.
81 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
83         * wid-edit.el (widget-field-end): When checking for a `boundary'
84         field, do so in the correct buffer.
86         * simple.el (undo): Correctly distinguish between numeric and
87         non-numeric prefix args in non-transient-mark-mode, as per the doc
88         string.  When in transient-mark-mode, treat all prefix-args as
89         numeric.
91         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
92         Position point on match.  Handle N == 0 correctly.
94         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
95         (comint-mode-map): Reverse order of `comint-write-output' and
96         `comint-append-output-to-file'.
97         (comint-append-output-to-file): Reinstate this function, for the
98         benefit of the menu.
100 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
102         * vc.el (vc-version-other-window): Bind `file'.
104 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
106         * Makefile.in (update-authors): New target for maintenance purposes.
108         * emacs-lisp/authors.el (batch-update-authors): New function.
109         (authors-fixed-entries): New defconst.
110         (authors-add-fixed-entries): New function.
111         (authors): Call it.: Don't process lispref/.
113 2000-10-25  Jason Rumney  <jasonr@gnu.org>
115         * cus-edit.el (custom-button-face, custom-button-pressed-face):
116         Merge x w32 and mac definitions.
118 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
120         * menu-bar.el (menu-bar-options-menu): Add a help string for
121         `uniquify'.
123 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
125         * time-stamp.el (time-stamp-string-preprocess):
126         Fix a wrong type argument error.
128 2000-10-25  Miles Bader  <miles@gnu.org>
130         * recentf.el (recentf-mode): Variable removed.
131         (recentf-mode): Use `define-minor-mode'.
133         * mwheel.el (mouse-wheel-mode): New global minor mode.
134         (mwheel-install): Use `mouse-wheel-mode'.
136 2000-10-25  Dave Love  <fx@gnu.org>
138         * progmodes/cperl-mode.el (cperl-mode):
139         Set normal-auto-fill-function correctly.
141         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
142         inherit from global-map and don't nullify menu-bar and tool-bar
143         bindings.
145 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
147         * wid-edit.el (widget-field-at): New function.
148         (widget-at, widget-field-activate): Use it.
149         (widget-tabable-at): Use `widget-at'.
150         (widget-specify-field): If the terminating character of the widget
151         field (which is read-only) is a newline, put it into a special
152         `boundary' field so that C-n/C-p act more naturally.
153         (widget-field-end): Also don't subtract one if a special
154         `boundary' field has been added after the widget field.
156         * comint.el (comint-output-filter, comint-send-input): Don't
157         bother adding stickiness fields to overlays to fool the field
158         code, since it should notice the overlay insertion-types now.
160         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
161         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
162         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
164 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
166         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
167         (authors): Set file coding system to iso-2022-7bit.  Add
168         file-local variables to output buffer.
170         * files.el (after-find-file): Don't print any warnings if 
171         WARN is nil.
173 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
175         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
177         * delim-col.el: Now there is a column formatting mechanism.
178         Modified to customization mechanisms convention.  Doc fix.
179         (columns): New group for delim-col.
180         (delimit-columns-before, delimit-columns-after)
181         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
182         (delimit-columns-end): New vars.
183         (delimit-columns-customize, delimit-columns-format): New funs.
184         (delimit-columns-region, delimit-columns-rectangle)
185         (delimit-columns-rectangle-line): Modified to support column
186         formatting.
187         
188 2000-10-24  Dave Love  <fx@gnu.org>
190         * log-edit.el (log-edit): Add :version and a :group for vc.
192 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
194         * files.el (after-find-file): Don't print a message ``New file''
195         if WARN is nil.
197         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
198         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
199         get duplicate tool-bar entries because we'll see the global ones
200         on more than one path through keymaps.
202         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
204         * progmodes/cmacexp.el: Change Francesco's email address.
206 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
208         * window.el (fit-window-to-buffer): Adjust point of the window
209         buffer, not that of the current buffer.
211 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
213         * progmodes/cmacexp.el: Update the euthor's email address.
215 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
217         * faces.el (face-spec-set-match-display): Add `graphic' display
218         type (the inverse of `tty').  Use `display-graphic-p' instead of
219         the window-system variable.
221 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
223         * international/isearch-x.el (isearch-with-input-method): Call
224         input-method-function with the first event in
225         unread-command-events.
227 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
229         * faces.el (face-default-spec, face-user-default-spec): Make
230         defsubsts.
232 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
234         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
235         New charsets.
237         * term/mac-win.el: Remove definitions of mac-roman-lower and
238         mac-roman-upper, require dired, and define instead of set
239         mac-ready-for-drag-n-drop to avoid compilation error.
241 2000-10-23  Andrew Innes  <andrewi@gnu.org>
243         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
244         superfluous calls to subst-char-in-string; instead apply
245         expand-file-name after convert-standard-filename to ensure
246         expected directory separators are used.
248 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
250         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
252 2000-10-23  Dave Love  <fx@gnu.org>
254         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
255         (tool-bar-add-item): Set foreground and background for XBM icons.
257         * international/latin1-disp.el (latin1-char-displayable-p): New
258         function (from Handa).
259         (latin1-display-check-font): Use it.
261         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
262         using :key-sequence, making it much more usable.  Use nconc, not
263         append.
264         (imenu--create-keymap-1): Avoid append.
266         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
268 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
270         [the following changes fix a bug where `define-minor-mode' didn't
271         correctly generate :require clauses for defcustoms in compiled files]
272         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
273         (byte-compile-log-file, byte-compile-log-1): Don't set
274         `byte-compile-current-file' to nil.  Instead set
275         `byte-compile-last-logged-file' to it.  Test whether
276         byte-compile-current-file equals byte-compile-last-logged-file
277         instead of whether its nil.
278         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
280 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
282         * textmodes/refill.el: Fix var names in doc.
283         (refill-mode): Don't bother with make-local-hook anymore.
285 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
287         * faces.el (face-user-default-spec, face-default-spec): New functions.
288         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
289         (frame-set-background-mode, face-set-after-frame-default): 
290         Use `face-user-default-spec'.  Simplify code slightly.
292         * woman.el (woman-italic-face, woman-bold-face) 
293         (woman-unknown-face): Add dark-background variants.
294         (woman-default-faces): Renamed from `woman-colour-faces'.
295         Set using the stored defaults, rather than using hard-wired colors.
296         (woman-monochrome-faces): Renamed from `woman-black-faces'.
297         Just make the foreground `unspecified' rather than "black".
298         (woman-menu): Rename menu entries accordingly.
300         * faces.el (header-line): Make more reasonable on mono/grayscale
301         displays.
303 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
305         * cus-edit.el (custom-button-face): Use 3D look for mac.
306         (custom-button-pressed-face): Likewise.
308         * faces.el (set-face-attributes-from-resources): Handle mac frames
309         in the same way as x and w32 frames.
310         (face-valid-attribute-values): Likewise.
311         (read-face-attribute): Likewise.
312         (defined-colors): Likewise.
313         (color-defined-p): Likewise.
314         (color-values): Likewise.
315         (display-grayscale-p): Likewise.
316         (face-set-after-frame-default): Likewise.
317         (mode-line): Same default face as for x and w32.
318         (tool-bar): Likewise.
320         * frame.el: Remove call to frame-notice-user-settings at end of
321         the file.
323         * info.el (Info-fontify-node): make underlines invisible for mac
324         as for x, pc, and w32 frame types.
326         * term/mac-win.el: New file.
328 2000-10-22  Dave Love  <fx@gnu.org>
330         * textmodes/refill.el: New file.
332 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
334         * vc-hooks.el (vc-version-backup-file-name): New optional args 
335         MANUAL and REGEXP.
336         (vc-delete-automatic-version-backups, vc-make-version-backup): 
337         New functions.
338         (vc-before-save): Use the latter.
339         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
340         confusion.
342         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as 
343         expected by vc[-hooks].el.
345         * vc.el (vc-checkout): Added `-p' suffix in call to
346         vc-make-version-backups-p; use vc-make-version-backup to actually
347         make the backup.
348         (vc-version-other-window, vc-version-backup-file): Handle both
349         automatic and manual backups.
350         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
351         of all of them.
353 2000-10-22  Miles Bader  <miles@gnu.org>
355         * comint.el (comint-highlight-input, comint-highlight-prompt):
356         Renamed, `-face' at end removed.
357         (comint-send-input, comint-output-filter): Use renamed faces.
359         * window.el (fit-window-to-buffer): Change defaulting of
360         MAX-HEIGHT slightly.
362         * faces.el (color-values, color-defined-p): Use `member', not
363         `memq', because it works correctly for strings.
364         (frame-set-background-mode): Actually, "unspecified-fg" and
365         "unspecified-bg" *are* strings.  Use `member', not `memq', and
366         `equal', not `eq', when a string value is possible.
368 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
370         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
372 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
374         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
375         sh-electric-rparen, sh-electric-less and sh-electric-hash.
376         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
377         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
378         (sh-font-lock-syntactic-keywords): Use them.
379         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
380         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
381         (sh-mode): Don't override font-lock-unfontify-region-function.
382         Use a copy of sh-font-lock-syntactic-keywords.
383         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
384         Don't call sh-scan-buffer since font-lock does it on the fly.
385         (sh-get-indent-info): Use `face' rather than `syntax-table'
386         text-property to detect here-documents.
387         Replace sh-special-syntax with sh-st-punc.
388         (sh-prev-line): Use `face' rather than `syntax-table'
389         text-property to skip over here-documents.
390         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
391         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
392         (sh-electric-less, sh-set-here-doc-region)
393         (sh-remove-our-text-properties, sh-search-word, sh-scan-case) 
394         (sh-scan-buffer, sh-rescan-buffer): Remove.
396 2000-10-21  Andrew Innes  <andrewi@gnu.org>
398         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
399         remote (ange-ftp) file names.
401 2000-10-21  Miles Bader  <miles@gnu.org>
403         * window.el (fit-window-to-buffer): New function.
404         (shrink-window-if-larger-than-buffer): Use it.
405         (window-text-height): Don't expect minibuffers to have mode-lines.
407         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
408         * international/quail.el (quail-update-guidance): Use
409         `fit-window-to-buffer' instead of `set-window-text-height'.
411         * international/quail.el (quail-show-guidance-buf): Make sure
412         guidance window really has enough room.
413         (quail-update-guidance): If quail-guidance-win is already shown,
414         make sure its height is OK.
416         * window.el (window-text-height, set-window-text-height):
417         New functions.
418         (shrink-window-if-larger-than-buffer): Use `window-text-height'
419         instead of `window-height' & `mode-line-window-height-fudge'.
420         (mode-line-window-height-fudge): Add FACE parameter.
421         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
422         instead of `enlarge-window' & `mode-line-window-height-fudge'.
424 2000-10-20  Miles Bader  <miles@gnu.org>
426         * window.el (height-affecting-face-attributes): Use `defconst'.
428         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
429         New function, conditionally aliased to `mode-line-window-height-fudge'.
430         (ispell-help): Use it.
431         (ispell-choices-win-default-height): Don't include mode-line fudge.
432         (ispell-choices-win-default-height): New function.
433         (ispell-show-choices, ispell-command-loop): Use function
434         `ispell-choices-win-default-height' instead of variable.
436 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
438         * window.el (mode-line-window-height-fudge): New variable.
439         (height-affecting-face-attributes): New variable.
440         (mode-line-window-height-fudge): New function.
441         (shrink-window-if-larger-than-buffer): Use it.
442         * help.el (resize-temp-buffer-window): Likewise.
444         * info.el (Info-fontify-node): Add support for @subsubsection
445         titles, which use `Info-title-4-face'.
446         (Info-title-4-face): New face.
447         (Info-title-3-face): Inherit from Info-title-4-face instead of
448         variable-pitch.
450 2000-10-19  Jason Rumney  <jasonr@gnu.org>
452         * dired.el (dired-insert-directory): Do not let errors signalled by
453         attempt to run dired-free-space-program prevent dired from working.
455 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
457         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
459 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
461         * dirtrack.el (dirtrack): Fix call to run-hooks.
463         * cmuscheme.el (cmuscheme-program-name): Renamed from
464         scheme-program-name because xscheme.el contains a defcustom with
465         the same name.  As a consequence, customizing group `cmuscheme'
466         loaded `xscheme' which redefined run-scheme.
467         (run-scheme): Use cmuscheme-program-name.
469         * ps-print.el (ps-print-emacs-type): Move into the
470         eval-and-compile.
472         * play/doctor.el (doctor-death): Update the Samaritans'
473         anonymous address, and add a website for Befrienders International.
474         
475 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
477         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
478         Avoid compilation gripes.  Doc fix.
479         (ps-print-version): New version number (6.2).
480         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
481         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
482         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
483         (ps-x-extent-priority, ps-x-extent-start-position)
484         (ps-x-face-font-instance, ps-x-find-coding-system)
485         (ps-x-font-instance-properties, ps-x-make-color-instance)
486         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
487         avoid compilation gripes without defining functions.
488         (ps-e-find-composition): Alias for function find-composition, to have a
489         suitable function depending on Emacs version.
490         (ps-color-device, ps-color-values, ps-face-foreground-name)
491         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
492         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
493         (ps-print-ensure-fontified): Function definitions surrounded by
494         `eval-and-compile' to avoid compilation gripes.
495         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
496         by symbol-value to avoid compilation gripes.
497         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
498         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
500 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
502         * startup.el (normal-top-level): Call `frame-set-background-mode'
503         after `frame-notice-user-settings' because the latter doesn't call
504         the former on a tty.
506         * faces.el (frame-set-background-mode): `unspecified' &c are
507         symbols, not strings.
509 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
511         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
512         why some "light*" colors are deliberately absent from the alist.
514         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
515         Change colors for tty's, as suggested by Miles Bader.
517 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
519         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
520         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
521         for ISO10646-1 fonts.
522         (x-font-name-charset-alist): Add an entry for "iso10646-1".
524 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
526         * faces.el (frame-set-background-mode): If a tty frame defines a
527         background color, use that to compute the background mode, instead
528         of always defaulting to "dark".
530 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
532         * comint.el (comint-write-output): New function.
533         (comint-mode-map): Add it to the menu.
534         Bind `C-c C-s' to comint-write-output.
536 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
538         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
539         Use fancy-splash-delay.
541 2000-10-18  Alex Schroeder  <alex@gnu.org>
543         * progmodes/sql.el (sql-sybase-options): New option.
544         (sql-sybase): Use it.  Add sql-database to the list of parameters
545         provided for login.  The options -w 2048 -n are not used any more.
547         * comint.el (comint-read-input-ring): Bugfix such that the first
548         and the last entry of the input ring file are not lost.
550 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
552         * ps-print.el: Internal variable changes to defcustom,
553         make-local-hook changes to defvar.  Doc fix.
554         (ps-print-version): New version number (6.1).
555         (ps-setup, ps-do-despool): Code fix.
556         (ps-printer-name): Customization fix.
557         (ps-printer-name-option): Now is a defcustom instead of an
558         internal variable.
559         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
560         (ps-print-begin-column-hook): Now are defvar instead of
561         make-local-hook.
562         
563 2000-10-18  Miles Bader  <miles@gnu.org>
565         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
566         (comint-kill-output): Changed into an alias for `comint-delete-output',
567         and made obsolete.
568         (comint-mode-map): Rename references to comint-kill-output.
570 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
572         * diff-mode.el (diff-header-face, diff-file-header-face)
573         (diff-changed-face): Add bold and italic attributes to tty faces.
574         (diff-function-face): New face.
575         (diff-font-lock-keywords): Use it.
577 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
579         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
580         Remove commented-out call to force-mode-line-update.
581         (comint-kill-output): Use `forward-line 0' instead of
582         beginning-of-line to make sure we get past the prompt.
584 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
586         * diff-mode.el (diff-header-face, diff-file-header-face):
587         Add specific setting for dark background.
588         (diff-context-face): Renamed from diff-comment-face.
589         Set explicitly rather than inheriting from font-lock-comment-face.
591 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
593         * startup.el (command-line): Move the code which sets the default
594         TTY colors to before before-init-hook.
596 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
598         * jit-lock.el (jit-lock-stealth-time): Doc fix.
600 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
602         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
603         extensions, for MS-DOS.
605         * diff-mode.el (diff-header-face, diff-file-header-face)
606         (diff-changed-face): Define tty-specific colors.
608 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
610         * startup.el (fancy-splash-text): Realign the text.
612 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
614         * font-lock.el (font-lock-comment-face): Define a separate default
615         for dark-background tty's.
617 2000-10-17  Miles Bader  <miles@gnu.org>
619         * help.el (resize-temp-buffer-window): Add hack to avoid last line
620         being obscured by whizzy mode-lines on graphics displays.
622 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
624         * info.el (Info-title-1-face, Info-title-2-face)
625         (Info-title-3-face): Define colors for tty's.
626         (info-header-node): Remove unneeded tty-specific definition.
628 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
630         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
631         reverse from the frame parameters, and don't invert foreground and
632         background colors.
634 2000-10-16  Miles Bader  <miles@gnu.org>
636         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
637         string "*Info*".  Call propertized-buffer-identification to spruce
638         up the result.
640 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
642         * help.el: Provide `help' for the sake of define-minor-mode
643         which generates defcustoms with requires.
645         * jit-lock.el (jit-lock-after-change): If we're in text that
646         matches a multi-line font-lock pattern, make sure the whole text
647         will be redisplayed.
649         * emacs-lisp/authors.el (authors-add): Don't add an entry if
650         author's name is unknown.
652         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
653         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
654         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
655         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
656         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
657         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
658         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
659         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
660         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
661         Add author information.
663 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
665         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
666         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
667         full-color version (using the Gimp) to eliminate dithering artifacts.
669 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
671         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
673         * simple.el (syntax-flag-table, string-to-syntax): Remove.
675 2000-10-15  Dave Love  <fx@gnu.org>
677         * progmodes/sh-script.el: Require skeleton and comint when
678         compiling.
680         * pcomplete.el (pcomplete) <defgroup>: Add :version.
682         * whitespace.el: Doc fixes.
683         (top-level): Don't add hooks here.
684         (whitespace-running-emacs): Deleted.
685         (timer): Don't require.
686         (whitespace): Add back :version conditional on xemacs test.
687         (whitespace-spacetab-regexp, whitespace-indent-regexp)
688         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
689         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
690         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
691         Avoid specific xemacs test.
692         (whitespace-global-mode): New option.
693         (whitespace-global-mode): New command.
694         (whitespace-unload-hook): New function.
696         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
697         (Info-fontify-node, Info-goto-node, Info-mode-menu) 
698         (Info-fontify-node): `Goto' goes to `Go to'.
699         (Info-fontify-node): Add help-echo to xref links.
701 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
703         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
705 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
707         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
708         Use plist-get and allow :inherit.
710         * emacs-lisp/cl-macs.el (cl-do-arglist):
711         Use plist-get and plist-member instead of memq.
713         * emacs-lisp/ewoc.el (ewoc-location): New function.
714         (ewoc-enter-after, ewoc-enter-before): Document return value.
715         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
716         Don't need make-local-hook any more.
717         (cvs-addto-collection): Return the new tin.
718         (cvs-mode-insert): Jump to the new line.
720         * jit-lock.el (jit-lock-fontify-buffer): Remove.
722         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
724         * font-lock.el (font-lock-syntactically-fontified): New var.
725         (font-lock-fontify-syntactic-keywords-region): Use it.
726         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
728         * diff-mode.el (diff-find-file-name): Fix regexp.
730         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
731         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
733         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
734         (sh-mode-syntax-table): Add punctuation syntax for < and >.
735         (sh-mode): Don't make all vars local here.
736         (sh-kw): Reformat.
737         (sh-set-shell): Use dolist.  Don't set indent-region-function.
738         (sh-mode-syntax-table): Use pop.
739         (sh-remember-variable): Use push.
740         (sh-help-string-for-variable): Use memq.
741         (sh-safe-backward-sexp): Remove.
742         (sh-safe-forward-sexp): Add ARG.
743         (sh-get-indent-info, sh-prev-stmt): Use it.
744         (sh-prev-line): Simplify by using forward-comment.
745         (sh-this-is-a-continuation): Simplify.
746         (sh-learn-buffer-indent): Use dolist.
747         (sh-do-nothing): Remove.
748         (sh-set-char-syntax, sh-set-here-doc-region):
749         Use inhibit-modification-hooks.
750         (sh-name-style): Use mapcar and push.
751         (sh-load-style): Use dolist.
752         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
753         (sh-case, sh-while-getopts): Use propertize directly rather
754         than sh-electric-rparen.
756 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
758         * textmodes/tex-mode.el: Require CL when compiling.
759         (tex-mode-syntax-table): Init immediately.
760         (tex-mode-map): Bind M-RET to latex-insert-item.
761         (latex-mode): Set indent-line-function to latex-indent.
762         (tex-common-initialization): Don't setup the syntax-table any more.
763         (latex-insert-item): New skeleton.
764         (tex-next-unmatched-end): Fix copy/paste braino.
765         (latex-syntax-after, latex-skip-close-parens, latex-down-list) 
766         (latex-indent, latex-find-indent): New functions.
767         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table) 
768         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
769         (tex-compilation-parse-errors): Use with-syntax-table.
771 2000-10-15  Miles Bader  <miles@gnu.org>
773         * font-lock.el (font-lock-comment-face): Change dark-background,
774         color, non-tty, default to `chocolate1'.
776 2000-10-13  John Wiegley  <johnw@gnu.org>
778         * eshell/esh-util.el (require): Added a missing `require' form,
779         needed when compiling (for an ange-ftp macro definition).
781 2000-10-13  Dave Love  <fx@gnu.org>
783         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
785 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
787         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
788         fix.
790         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace 
791         transparent -colors 8).
793 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
795         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
796         that breaks with old list format timestamps.
797         (time-stamp-warn-inactive, time-stamp-old-format-warn)
798         (time-stamp-count, time-stamp-conversion-warn): Improved doc
799         strings.
801 2000-10-13  John Wiegley  <johnw@gnu.org>
803         * align.el, pcomplete.el, calendar/timeclock.el,
804         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
806         * calendar/timeclock.el (timeclock-find-discrep): A fix to same
807         faulty math, where holiday hours were being computing as seconds.
809 2000-10-13  John Wiegley  <johnw@gnu.org>
811         * desktop.el (desktop-buffer-modes-to-save): Added a global for
812         specifying what "other" kinds of buffers should be saved.  This
813         used to be hard-coded.
814         (desktop-buffer-misc-functions): A global for specifying how
815         auxiliary data should be determined for special buffer types.
816         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
817         instead of hard-coding the special buffer types.
818         (desktop-save): Run `desktop-buffer-misc-functions' to gather
819         auxiliary data, instead of hard-coding for Info buffers and dired.
820         (desktop-buffer-info-misc-data): Aux function for determining Info
821         buffer auxiliary info.
822         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
823         (desktop-buffer-info): Changed this function to use the info
824         gathered above.
825         (desktop-create-buffer): Be a little more careful about what
826         `minor-mode' means before calling it.  This is important for some
827         buffer types.
829 2000-10-13  John Wiegley  <johnw@gnu.org>
831         * eshell/esh-util.el: Added a global form which declares an
832         autoload for `parse-time-string', if that function is not already
833         defined, and if parse-time.el is available on the user's system.
835         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
836         to be aware of ange-ftp user info.
837         (eshell-do-ls): Bind `ange-cache'.  Also, use
838         `eshell-file-attributes'.
839         (eshell-ls-annotate): Use `eshell-file-attributes'.
840         (eshell-ls-file): Made the user-id printing code a bit smarter.
842         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
843         allow identification of alias user ids in remote directories.
844         It's manual, but there's no other way to know when the current
845         user on the local machine, is also the owning user on the remote
846         machine.
847         (fboundp): Bind `ange-cache'.
848         (eshell-directory-files-and-attributes): Re-organized the logic a
849         bit to use `eshell-file-attributes' instead of `file-attributes'.
850         The former is more sensitive to directories that are read via FTP,
851         and knows how to use ange-ftp to determine full attribute
852         information, instead of just the name and last modtime.
853         (eshell-current-ange-uids): Return the current user id when in a
854         remote directory.
855         (eshell-parse-ange-ls): Parse a full directory listing that has
856         been returned by ange-ftp.
857         (eshell-file-attributes): This beefed up version of
858         `file-attributes' is only special if the user is currently in a
859         remote directory, in which case it does a lot of work to find out
860         what the real attributes of a file are, as they appear on the
861         remote machine.  This makes usage of remote directories (i.e.,
862         ange-ftp pathnames) much more useful.  You can now use Eshell as a
863         full-fledged FTP client, with much more manipulation ability than
864         most other clients.
866         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
867         variable, which means that Eshell's du should always be preferred
868         in remote directories.
869         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
870         just `file-attributes'.
871         (eshell-mvcp-template): Bind `ange-cache', to improve performance
872         when reading remote directories.  This is an Eshell-specific
873         variable (not part of ange-ftp).
874         (eshell/ln): Bind `ange-cache'.
875         (eshell/du): Added some extra logic for determining when to use
876         Eshell's du (which is slow), and when to use the external version
877         (which may or may not exist).
879         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
880         `eshell-interactive-process', rather than using
881         `get-buffer-process', since backgrounded processes don't count in
882         the context of this function's logic.
884         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
885         `forward-char', so that null strings are parsed correctly.
887 2000-09-13  John Wiegley  <johnw@gnu.org>
889         * eshell/em-pred.el (eshell-pred-file-type,
890         eshell-pred-file-links, eshell-pred-file-size): Use
891         `eshell-file-attributes'.  This is more correct over ange-ftp.
893         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
894         that remote file globbing is more efficient.
896         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
897         gathering the files and attributes within a directory.
899         * eshell/em-unix.el (eshell/cat): If any of the files passed on
900         the command line is a special file (not a regular file, directory
901         or symlink), always attempt to call the external version of cat.
903 2000-09-13  John Wiegley  <johnw@gnu.org>
905         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
906         Eshell-friendly version of find-tag.
908 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
910         * image-file.el (image-file-name-extensions) 
911         (image-file-name-regexps): Add autoload cookies.
913 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
915         * international/mule-cmds.el (select-safe-coding-system): If FROM
916         is string, show it in *Warning* buffer.
918 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
920         * startup.el (normal-top-level): Use display-popup-menus-p instead
921         of window-system.
922         (command-line): Use display-graphic-p instead of window-system.
923         (command-line-1): Use display-popup-menus-p and display-mouse-p
924         instead of window-system.
926 2000-10-12  Sam Steingold  <sds@gnu.org>
928         * tooltip.el (tooltip-use-echo-area): New user variable.
929         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
931 2000-10-12  Dave Love  <fx@gnu.org>
933         * recentf.el: Maintainer's checkdoc fixes.
935         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
936         character class, not ASCII when matching file names.
937         (fancy-splash-head): Add trailing slash to URL.
938         (command-line): Don't require XPM support for toolbar.
940         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
941         (cperl-invalid-face): Revert last change.
942         (cperl-init-faces): Quote cperl-invalid-face.
944 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
946         * startup.el (fancy-splash-text): Remove superfluous quote.
948 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
950         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
951         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
952         (command-line-1): Don't use fancy-splash-pending-command.
953         (fancy-splash-screens-1): Goto point-min after inserting text.
955         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
957         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
958         instead of shared-lisp-mode-map.
960 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
962         * faces.el (header-line): Change tty-variant to use underlining.
964         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
965         (isearch-highlight): Restore lazy-isearch face properties at old
966         position, and suppress them at new position.
967         (isearch-dehighlight): Restore lazy-isearch face properties.
968         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
969         over the real isearch overlay, but in that case, don't give it a
970         face property.  Use `push'.
972 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
974         * man.el (Man-getpage-in-background): Fix previous change.
975         Decode the process output only when we are in multibyte mode.
977 2000-10-11  Dave Love  <fx@gnu.org>
979         * info.el (Info-mode-menu): Fix some help.
980         (info-tool-bar-map): Add entry for Info-last.
982         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
983         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
984         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
985         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
986         * toolbar/search-replace.xpm, toolbar/exit.xpm:
987         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
988         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
989         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
990         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
991         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
992         Reduce colour requirements to 25 overall.  (Probably wants
993         revisiting from the originals to reduce further.)
995 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
997         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
998         buffer-file-coding-system, instead of raw-text.
999         (dehexlify-buffer): Bind coding-system-for-read to
1000         buffer-file-coding-system, instead of raw-text.
1002 2000-10-11  Sam Steingold  <sds@gnu.org>
1004         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1005         `underline' - fixes the bug introduced on 2000-09-21.
1007 2000-10-11  Dave Love  <fx@gnu.org>
1009         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1010         compiler warnings.
1011         (scheme-mode): Doc fix.
1012         (scheme-font-lock-keywords-1): Match `define-syntax'.
1014 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
1016         * faces.el (frame-set-background-mode): Pay attention to saved
1017         face specs as well as default ones.  Only do anything if the
1018         bg-mode or display-type has actually changed.  Use `dolist'.
1019         (region): Make dark-background `region' face less in-your-face.
1021 2000-10-10  Sam Steingold  <sds@gnu.org>
1023         * chistory.el, ielm.el, ledit.el:
1024         * progmodes/inf-lisp.el, progmodes/scheme.el:
1025         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1027 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
1029         * textmodes/texinfo.el: Update copyright and fix typo.
1031         * desktop.el (desktop-modes-not-to-save): New var.
1032         (desktop-save-buffer-p): Use it.
1033         Also, obey desktop-buffers-not-to-save even for non-file buffers.
1034         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1036 2000-10-10  Dave Love  <fx@gnu.org>
1038         * toolbar/tool-bar.el (tool-bar-add-item)
1039         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1040         display.
1042         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1043         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1044         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1045         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1046         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1047         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1048         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1049         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1050         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1051         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1052         the .xpms; probably need retouching.
1054 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
1056         * subr.el (add-to-list): Add optional argument APPEND.
1057         * battery.el (display-battery): Use `add-to-list'.
1059 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
1061         * play/zone.el (zone-timer, zone-wc-tbl): Rework
1062         these vars as symbol properties.
1063         (zone, zone-when-idle, zone-leave-me-alone)
1064         (zone-pgm-whack-chars): Use new symbol properties.
1066         * battery.el (display-battery): Doc spelling fix.
1068         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1069         property.
1071 2000-10-09  Dave Love  <fx@gnu.org>
1073         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1074         has been initialized before calling tool-bar-setup.
1075         (tool-bar-add-item-from-menu): Add autoload cookie.
1077 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
1079         * menu-bar.el (send-mail-item-name): New function.
1080         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1081         of mail-user-agent in the menu.  Don't display the "Send Mail"
1082         item if mail-user-agent is nil or its value is ignore.
1083         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1084         if read-mail-command is nil or its value is ignore.
1086         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1088 2000-10-09  Miles Bader  <miles@gnu.org>
1090         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1091         Correct image size.
1092         * toolbar/left_arrow.xpm: Correct image size.
1094         * jka-compr.el: Don't call `jka-compr-install' when loading (it
1095         will be done by the definition of `auto-compression-mode' if
1096         necessary.  Move code to uninstall existing file-name handler
1097         before definition of `auto-compression-mode'.
1099         * image-file.el (auto-image-file-mode): Move to the end of the
1100         file, because `define-minor-mode' actually calls the mode-function
1101         if the associated variable is non-nil, which requires that all
1102         needed functions be already defined.
1104         * mouse.el (popup-menu): Balance parens.
1106 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
1108         * mouse.el (popup-menu): Move the command call outside the loop
1109         so that popup-menu returns whatever the command returns.
1111         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
1112         (initialize-new-tags-table): Use run-hook-with-args-until-success.
1113         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1114         (tags-table-format-functions): Renamed from tags-table-format-hooks.
1116         * vc.el (vc-version-diff): diff-switches can be a list.
1117         Use relative filenames for prettier output.
1119         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
1120         (vc-post-command-functions): Remove old-VC compatibility code.
1122         * newcomment.el (comment-indent-default): Autoload.
1124         * font-lock.el (font-lock-defaults): Make buffer-local.
1125         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1126         (font-lock-choose-keywords):
1127         Ignore LEVEL unless KEYWORDS is a list of syms.
1128         (c-keywords, c++-keywords, objc-keywords, java-keywords):
1129         Don't wrap regexp-opt things in \(...\) unnecessarily.
1131         * jit-lock.el: Don't require font-lock any more.
1132         (jit-lock-functions): Make buffer-local.
1133         (jit-lock-saved-fontify-buffer-function): Remove.
1134         (jit-lock-mode): Remove autoload cookie.
1135         Remove font-lock specific code.
1136         (jit-lock-unregister): Don't bother handling complex hooks any more.
1137         (jit-lock-refontify): New function.
1138         (jit-lock-fontify-buffer): Use it.
1139         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1140         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1141         Add optional args START and END.
1142         Never call font-lock-fontify-region directly.
1143         (jit-lock-function, jit-lock-stealth-fontify): Use it.
1145         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1147 2000-10-08  Dave Love  <fx@gnu.org>
1149         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1151         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1153         * play/studly.el (studlify-region, studlify-word): Add autoload
1154         cookie.
1156         * play/morse.el (morse-region, unmorse-region): Add autoload
1157         cookie.
1159         * play/spook.el (spook-phrases-file): Use expand-file-name, not
1160         concat.
1162         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1163         insist on symbols starting with word syntax.
1164         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1165         (eval-defun-1): Doc fix.
1166         (indent-sexp): Use nconc to build up indent-stack.
1168         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1169         Gnus with little use.
1170         (mail-setup-hook): Add mail-abbrevs-setup to options.
1172         * recentf.el: Doc fixes.
1174         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1175         Clean up remainder.
1177         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
1178         without timezone and (8) with timezone to enforce some whitespace.
1179         Simplify code somewhat.
1181         * options.el (list-options): Doc that you should use customize.
1183         * iswitchb.el (iswitchb-mode): Add :require.
1185         * info.el (Info-goto-node, Info-menu): Doc fix.
1186         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1187         (info-tool-bar-map): New variable.
1188         (Info-mode): Use it.
1189         (Info-edit-map): Define all in defvar.
1190         (speedbar-attached-frame): Avoid compiler warning.
1192         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1193         (global-map): Bind [tool-bar] to a filtered map.
1194         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
1195         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1196         Allow PBM icons.
1197         (tool-bar-setup): Adjust calls of tool-bar-add-item.
1199         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1200         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1201         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
1202         icons, except up_arrow, which is left-arrow rotated.
1204         * imenu.el (imenu-add-to-menubar): Fix last change.
1206 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
1208         * generic-x.el (rul-generic-mode): Remove eval-when-compile
1209         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
1211 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
1213         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1214         typos in doc strings.
1216         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1217         the doc strings how to customize Font Lock faces.
1219         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1220         computing growth when dragging the header line.
1222 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
1224         * simple.el (kill-line): Doc fix.
1226 2000-10-08  Miles Bader  <miles@gnu.org>
1228         * faces.el (secondary-selection): Make foreground visible on tty.
1230         * jka-compr.el (auto-compression-mode): Move to the end of the
1231         file, because `define-minor-mode' actually calls the mode-function
1232         if the associated variable is non-nil, which requires that all
1233         needed functions be already defined.
1234         (with-auto-compression-mode): Add autoload cookie.
1236 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
1238         * files.el (find-backup-file-name) [ms-dos]: If support for long
1239         file names is not available, behave as if version-control were set
1240         to never.
1242 2000-10-07  Dave Love  <fx@gnu.org>
1244         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1245         (browse-url-gnome-moz): New function.
1246         (browse-url-browser-function): Use it.
1247         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1249 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
1251         * indent.el (tab-always-indent): New var.
1252         (indent-for-tab-command): Use it.
1254         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
1255         raise an error.  This way it can still default to a sane value.
1257 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
1259         * startup.el (fancy-splash-screens): Use local rather than global map.
1260         Don't use `update-menu-bindings' any more.
1261         Get rid of assumptions about keymap representation.
1263 2000-10-06  Dave Love  <fx@gnu.org>
1265         * textmodes/fill.el (sentence-end-double-space)
1266         (sentence-end-without-period):  Doc fix.
1267         (adaptive-fill-regexp): Purecopy.
1268         (unjustify-current-line): Use line-end-position.
1269         (fill-individual-paragraphs-prefix): Use line-beginning-position.
1271         * net/eudc-vars.el (eudc): Add :version, :link.
1273         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
1275         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1276         Fix for define-minor-mode.
1277         (function-at-point): Alias to function-called-at-point.
1279         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1281         * simple.el (backward-word): Doc fix.
1283         * image-file.el (image-file-name-regexp): image-file-regexps ->
1284         image-file-name-regexps.
1285         (image-file-name-extensions): Add pbm.
1287 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
1289         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1290         and add filename to the names so that diff-mode can jump to source.
1292         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
1293         (tex-font-lock-keywords, tex-font-lock-keywords-2)
1294         (tex-font-lock-keywords-1): Remove.
1295         (font-lock-turn-on-thing-lock): Use jit-lock-register.
1296         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
1297         (font-lock-default-fontify-region):
1298         Expand beg..end correctly when just following a multiline region.
1299         (font-lock-fontify-anchored-keywords):
1300         Include the anchor text as part of the multiline.
1302 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
1304         * loadup.el (toplevel): Load `loaddefs' before `help' because the
1305         latter needs the autoloaded define-minor-mode macro during the
1306         bootstrap.
1308         * startup.el (command-line): For now, activate tool-bar-mode only
1309         if XPM images are supported.
1311         * mouse.el (mouse-drag-header-line): Don't allow resizing a
1312         window by dragging a header-line at the top of the frame; that's
1313         confusing because the header-line doesn't move.
1314         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1315         of treating the event as a list.  Some cleanup.
1317 2000-10-06  Miles Bader  <miles@gnu.org>
1319         * simple.el (display-message-or-buffer): New function.
1320         (shell-command-on-region): Use `display-message-or-buffer'.
1322         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1323         docstring parts.
1325         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
1326         (smbclient-prompt-regexp): Add usage note to doc string.
1327         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1328         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1329         Use add-hook for adding the comint filter function, and only do so
1330         if it's not already in the global hook list.
1331         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1332         to `make-local-variable'.
1333         (nslookup-font-lock-keywords): Remove prompt entry.
1334         (nslookup): Don't set the process-filter.
1335         (finger): Exit the loop correctly when the regexps list runs out.
1336         (ftp, smbclient, smbclient-list-shares):
1337         Set the real major mode immediately, not after execing.
1338         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1340         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1342 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
1344         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1346         * which-func.el (which-func-format): Remove spurious space.
1347         (which-func-mode): Don't make it permanent-local.
1348         (which-func-ff-hook): Allow which-func-maxout to be nil.
1349         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
1350         (which-func-mode): Simplify.
1351         Use post-command-idle-hook rather than post-command-hook.
1352         Go through all buffers and update their state.
1353         (which-function): Also try add-log-current-defun-function.
1355         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1356         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1357         Update call to with-vc-properties accordingly.
1358         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1359         (vc-revert-buffer): More careful about window selection and deletion.
1360         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1362         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1363         (cvs-retrieve-revision): Reuse a pre-existing buffer.
1364         (cvs-dired-action): Change the default to quickdir.
1366         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1367         if comment-indent-function returns nil.
1368         (comment-indent-default): New function.
1369         (comment-indent-function): Use it and document the new semantics.
1371         * image-file.el: Docstring fixes.
1373         * help.el (help-xref-on-pp): Use match-string.
1374         (describe-variable): New arg BUFFER.
1375         Store the current buffer in the help-xref-stack.
1376         (temp-buffer-resize-mode): Use define-minor-mode.
1378         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1379         consistently with its docstring.
1380         Set jit-lock-first-unfontify-pos in an idempotent way.
1381         (jit-lock-register): Autoload and add arg CONTEXTUAL.
1383 2000-10-05  Alex Schroeder  <alex@gnu.org>
1385         * sql.el (sql-mysql-options): New variable.
1386         (sql-mysql): Use it.
1388 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
1390         * image.el (image): New group.
1392         * smerge-mode.el (smerge-mine-face, smerge-other-face)
1393         (smerge-base-face, smerge-markers-face): Add dark-background variants.
1395 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
1397         * net/net-utils.el (nslookup-font-lock-keywords)
1398         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
1399         Ignore the value of wqindow-system; always define keywords
1401 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
1403         * startup.el (fancy-splash-screens): Remove the code for
1404         debugging; `(trace-to-stderr "EXITTT\n")'.
1406 2000-10-05  Miles Bader  <miles@gnu.org>
1408         * diff-mode.el (diff-goto-source): Update call to
1409         `diff-hunk-status-msg' to reflect new REV variable.
1411 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
1413         * progmodes/icon.el (icon-mode):
1414         Don't gratuitously override the default for comment-column.
1416         * vc-hooks.el (vc-mode-line): Fix interactive spec.
1418         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
1419         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
1420         (jit-lock-functions): New var.
1421         (jit-lock-function-1): Use it if non-nil.
1422         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
1423         Set the `fontified' property before doing the fontification to avoid
1424         repeatedly going through the same error.
1425         Don't turn errors into messages.
1426         (jit-lock-register, jit-lock-unregister): New functions.
1428         * dired.el (dired-mark-pop-up): Turn comment into docstring.
1429         Use with-current-buffer.
1431         * dired-aux.el (dired-do-create-files, dired-kill-tree):
1432         Turn comment into docstring.
1434         * apropos.el (apropos-mode): Use define-derived-mode.
1436 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
1438         * startup.el (fancy-splash-pending-command): New variable.
1439         (fancy-splash-pre-command): New function.
1440         (fancy-splash-screens): Rewritten.
1441         (command-line-1): If fancy-splash-pending-command is set, call it
1442         interactively.
1444 2000-10-04  Dave Love  <fx@gnu.org>
1446         * toolbar/tool-bar.el (tool-bar-setup): New function.
1447         (tool-bar-mode): Use it.
1449         * subr.el (substitute-key-definition): Doc fix.
1450         (play-sound-file): New command.
1452 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
1454         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
1455         vc-version-backup-file-name): New functions.
1457         * files.el (basic-save-buffer): Call vc-before-save before saving.
1459         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
1460         vc-cvs-stay-local-p.
1462         * vc.el (vc-revert-buffer): Handle empty diff properly.
1463         (vc-version-backup-file): New function.
1464         (vc-checkout): Create a version backup if necessary.
1465         (vc-checkin): If a version backup file exists, delete it.
1466         (vc-version-diff): Diff locally using version backups, if available.
1467         (vc-revert-file): If there's a version backup, revert locally.
1468         (vc-transfer-file): Use version backup for base version, if
1469         available.  If not, ask for confirmation whether to get it from the
1470         server.  Update mode line before check-in.
1472 2000-10-04  Dave Love  <fx@gnu.org>
1474         * toolbar/tool-bar.el (tool-bar-setup): New function.
1475         (tool-bar-mode): Use it.
1477 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
1479         * net/net-utils.el (nslookup-font-lock-keywords)
1480         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
1481         Only set if window-system is non-nil
1482         (net-utils-run-program): Returns buffer.
1483         (network-connection-reconnect): Added this function.
1485         * generic.el:
1486         Incorporates extensive cleanup and docfixes by
1487         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1488         Uses cl compile-time macros.
1489         (generic-mode-name, generic-comment-list)
1490         (generic-keywords-list, generic-font-lock-expressions)
1491         (generic-mode-function-list, generic-mode-syntax-table):
1492         Removed variables.
1493         (generic-mode-alist): Renamed to generic-mode-list.
1494         (generic-find-file-regexp): Default changed to "^#".
1495         (generic-read-type): Uses completing read on generic-mode-list.
1496         (generic-mode-sanity-check): removed this function.
1497         (generic-add-to-auto-mode): Removed this function
1498         (generic-mode-internal): Bind mode-specific definitions
1499         into function instead of putting them in alist.
1500         (generic-mode-set-comments): Reworked extensively.
1501         (generic-mode-find-file-hook): Simplified regexp searching
1502         (generic-make-keywords-list): Omit extra pair of parens
1504         * find-lisp.el (find-lisp-find-files-internal):
1505         Make sure directory name ends with "/".
1507         * generic-x.el (apache-conf-generic-mode):
1508         Regexp now allows leading whitespace.
1509         (rc-generic-mode): Added eval-when-compile
1510         around generic-make-keywords-list.
1511         Deleted duplicate regexp
1512         (rul-generic-mode): Added eval-when-compile
1513         around generic-make-keywords-list.
1514         (etc-fstab-generic-mode): New generic mode.
1515         (rul-generic-mode): Removed one eval-when-compile
1516         which caused a max-specpdl-size exceeded error.
1518 2000-10-04  Miles Bader  <miles@gnu.org>
1520         * simple.el (minibuffer-temporary-goal-position): New variable.
1521         (next-history-element): Try to keep the position of point in the
1522         input string constant.
1524         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
1525         (dired-do-create-files): If there's only one file, pass it in as
1526         the DEFAULT arg to dired-mark-read-file-name.
1528 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
1530         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1531         (diff-goto-source): Be smarter when choosing REVERSE or not.
1533         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
1534         (texinfo-mode-menu): Add an explicit shortcut for update all.
1536 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
1538         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
1539         factorize backend-specific code cleanly (this was essentially
1540         conceived by Stefan Monnier).
1541         (vc-unregister): Function removed.
1542         (vc-revert-file): New function.
1543         (vc-revert-buffer): Delegate some of the work to it.
1545         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
1546         default branch unconditionally.
1547         (vc-rcs-set-default-branch): New function.
1548         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
1549         (vc-rcs-checkin): If an appropriate default branch has been set,
1550         force creation of that branch.
1551         (vc-rcs-receive-file): Rewritten to contain only backend-specific
1552         code (as suggested by Stefan Monnier).
1554 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
1556         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
1557         highlighting overlay with a different face over the overlay
1558         isearch uses to highlight the current match because that can lead
1559         to bad face combinations.
1561         * loadup.el (toplevel): Load faces before isearch.
1563         * isearch.el (isearch-faces): New custom group.
1564         (isearch): New defface; was already tested for in the code.
1565         (isearch-lazy-highlight-face): Changed to defface from defcustom.
1566         (isearch-highlight): Always use face `isearch'.
1568 2000-10-02  Dave Love  <fx@gnu.org>
1570         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
1571         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
1572         comparison of opcode with operand.
1574 2000-10-03  Miles Bader  <miles@gnu.org>
1576         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
1577         buffer, since the echo area will now grow to accommodate them.
1579 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
1581         * vc-hooks.el (vc-registered): If FILE used to be registered under
1582         a certain backend, try that one first.
1584         * vc.el (vc-responsible-backend): Undo the previous change in the
1585         argument list.  Handle multiple backends correctly.
1586         (vc-find-new-backend): Function removed.
1587         (vc-register): Use vc-responsible-backend, as before.
1588         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
1590 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
1592         * startup.el (fancy-splash-head): Change message below the
1593         logo.
1595 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
1597         * diff-mode.el (diff-goto-source): Emit a status message.
1598         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
1599         (diff-test-hunk): Fix doc string.
1600         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
1601         (diff-advance-after-apply-hunk): New variable.
1602         (diff-apply-hunk): Don't return a value.
1604 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
1606         * vc.el (vc-editable-p): Minor optimization.
1607         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
1608         (vc-find-new-backend): New function split from vc-responsible-backend.
1609         (vc-register): Use it.
1610         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1611         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1612         (vc-default-unregister, vc-revert-buffer): Docstring fix.
1613         (vc-clear-headers): Don't use find-file.
1614         (vc-revert-buffer): Use `and' again (must have been a braino).
1615         (vc-switch-backend): Only prompt if requested.
1616         Short circuit if nothing is to be done.
1617         Don't use vc-resynch-buffer which could lose unsaved editing.
1618         (vc-default-receive-file): Update call to vc-unregister.
1619         (with-vc-file, vc-next-action-on-file):
1620         Use vc-backend rather than vc-registered.
1621         (vc-next-action-on-file): Use intern-soft.
1622         Deal with read-only *vc-diff* buffer.
1623         (vc-transfer-file): Docstring fix.
1625         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1626         (vc-rcs-receive-file): Avoid with-vc-properties.
1627         Update call to vc-unregister.
1628         Use constant `RCS' rather than (dynamically bound) var `backend'.
1630 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
1632         * vc.el (vc-next-action-on-file): Update mode line only if file
1633         is visited.
1634         (vc-start-entry): New argument initial-contents.  Don't visit the file
1635         if it isn't already visited.  Brought documentation up-to-date.
1636         (vc-next-action, vc-register): Updated calls to vc-start-entry.
1637         (vc-checkin): New optional arg initial-contents, which is passed to
1638         vc-start-entry.
1639         (vc-finish-logentry): Make sure to bury log buffer only if there
1640         really is one.  Call `vc-resynch-buffer' on log-file, not
1641         buffer-file-name.
1642         (vc-default-comment-history, vc-default-wash-log): New functions.
1643         (vc-index-of): Removed.
1644         (vc-transfer-file): Make do without the above.
1645         (vc-default-receive-file): Call comment-history unconditionally.  Pass
1646         the resulting string to vc-checkin, instead of inserting it into the
1647         comment ring.
1649         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1650         unconditionally.  Use the comments as initial contents of the log
1651         entry buffer.  Document the trick to force branch creation with no
1652         changes.
1654 2000-10-01  Miles Bader  <miles@gnu.org>
1656         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1657         `recenter' with an arg to prevent redrawing the display.
1659 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
1661         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1663         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1665         * progmodes/c-mode.el (c-mode):
1666         Don't gratuitously override the default for comment-column.
1668         * textmodes/tex-mode.el (latex-metasection-list): New var.
1669         (latex-imenu-create-index): Use it.
1670         Move the regexp construction outside loops (and use push).
1671         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
1672         (tex-font-lock-keywords): Moved from font-lock.el.
1673         (tex-comment-indent): Remove.
1674         (tex-common-initialization): Don't set comment-indent-function.
1675         (latex-block-default): New var.
1676         (tex-latex-block): Use it to provide a default choice.
1677         Add any unknown choice to latex-block-names.
1678         Insert [...] after {...}.
1679         (tex-last-unended-begin): Simplify regexp.
1680         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1681         (latex-forward-sexp-1, latex-forward-sexp): New functions.
1682         (latex-mode): Set forward-sexp-function.
1684         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1685         Add regexp for @ignore ... @end ignore.
1686         (texinfo-heading-face): New face.
1687         (texinfo-font-lock-keywords): Use it.
1688         (texinfo-mode-menu): New menu.
1689         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1690         New functions.
1691         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
1692         (texinfo-section-types-regexp, texinfo-section-level-regexp)
1693         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1694         Remove declaration.
1695         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1697         * delsel.el (delete-selection-mode): Use define-minor-mode.
1699         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1701 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
1703         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1705 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
1707         * replace.el (keep-lines-read-args): New function.
1708         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1709         read arguments interactively.  Add parameters RSTART and REND.
1710         Operate on the active region in Transient Mark mode.
1712         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1714         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1715         (authors-obsolete-files-regexps): New variable.
1716         (authors-add): Don't record changes in obsolete files.
1718 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
1720         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
1722         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
1723         (comment-indent): Make sure there's a space between code and comment.
1724         Shift comments left to avoid going past fill-column.
1726 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
1728         * startup.el (startup-echo-area-message): New function.
1729         (display-startup-echo-area-message): Use it.
1730         (fancy-splash-screens): Rewritten to use keymaps and a timer.
1731         (fancy-splash-default-action): New function.
1732         (fancy-splash-screens-1): New function.
1733         (fancy-splash-head): Put a help-echo and a keymap under the image.
1735 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
1737         * diff-mode.el (diff-add-log-file-name): Remove.
1738         (diff-mode): Use add-log-buffer-file-name-function.
1740         * add-log.el (find-change-log): New arg BUFFER-FILE.
1741         (add-log-file-name): Obey add-log-file-name-function.
1742         (add-log-buffer-file-name-function): New var.
1743         (add-change-log-entry): Use it.
1745 2000-09-29  Miles Bader  <miles@gnu.org>
1747         * image-file.el (image-file-name-extensions): New variable.
1748         (image-file-name-regexps): Renamed from `image-file-regexps'.
1749         New default value is nil.  Call `auto-image-file-mode'.
1750         (image-file-name-regexp): New function.
1751         (auto-image-file-mode): New minor mode.
1752         (insert-image-file): Don't make conditional on the image-file
1753         handler being enabled.
1754         (image-file-handler): Make the call here conditional instead.
1755         (set-image-file-handler-enabled, enable-image-file-handler)
1756         (disable-image-file-handler): Functions removed.
1758         * emacs-lisp/authors.el (authors-print): Rephrase many-files
1759         string.
1761 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
1763         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
1764         it's a function from CL.
1765         (latex-imenu-create-index): Replace eval-when-compile with progn
1766         because latex-section-alist is not bound while compiling.
1768 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
1770         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
1771         (outline-mode): Use define-derived-mode.
1773         * progmodes/perl-mode.el (perl-mode):
1774         * progmodes/awk-mode.el (awk-mode):
1775         * progmodes/asm-mode.el (asm-mode):
1776         Don't gratuitously override the default for comment-column.
1778         * emacs-lisp/lisp.el (lisp-complete-symbol):
1779         Distinguish the let-binding case from the funcall case.
1780         (forward-sexp-function): New variable.
1781         (forward-sexp): Use it.
1783         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
1784         (easy-mmode-defmap): Remove the now useless autoload.
1786         * time.el (display-time-mode): Use define-minor-mode.
1788         * subr.el (add-minor-mode): Don't eval NAME.
1789         Don't depend on the presence of TOGGLE-FUN for any special behavior.
1790         Use if rather than cond.
1792         * simple.el (read-expression-map): Define more properly.
1793         (comment-indent-hook): Remove.
1794         (string-to-syntax): Bug fix.
1796         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
1797         (cvs-ediff-diff): Fix typo.
1798         (cvs-revert-if-needed): Don't bother preserving read-only.
1800         * paren.el (show-paren-mode): Use define-minor-mode.
1802         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
1803         (toggle-auto-compression): Remove.
1804         (jka-compr-build-file-regexp): Remove useless grouping.
1806         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
1807         Avoid user-reserved bindings.
1808         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
1809         (diff-header-face): Revert to grey85.
1811         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
1813         * complete.el (partial-completion-mode) <defcustom>: Remove.
1814         (partial-completion-mode): Use define-minor-mode.
1815         (PC-do-completion): Understand `completion-auto-help = delay'
1816         to mean to popup the completion buffer only the second time.
1817         (PC-include-file-all-completions, PC-include-file-all-completions)
1818         (PC-include-file-all-completions): Don't quote lambda.
1820         * comint.el (comint-mode-hook): Docstring fix.
1821         (comint-mode): Use define-derived-mode.
1822         (comint-mode-map): Remove obsolete comment.
1823         (make-comint): Minor stylistic change.
1824         (comint-insert-clicked-input): Be more careful to find the overlay.
1825         Use this-command-keys rather than hardcoding mouse-2.
1827         * font-lock.el: Replace confusing (,@ with ,
1828         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1829         Don't use regexp-opt-depth.  Spice up the regexp for args.
1830         Don't distinguish between cmds that can take an opt arg or not.
1831         Use `append' and `prepend' rather than `keep'.
1833         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
1834         (latex-outline-regexp): New var.
1835         (latex-outline-level): New fun.
1836         (latex-section-alist): New var.
1837         (latex-imenu-create-index): Use it.  Use `push' as well.
1838         (tex-shell-map): Initialize it properly.
1839         (tex-mode): Minor stylistic change.
1840         (plain-tex-mode): Use define-derived-mode.
1841         (latex-mode): Use define-derived-mode.
1842         Construct the paragraph regexps in a more readable way.
1843         Set the buffer-local outline-{level,regexp} vars.
1844         (slitex-mode): Derive from latex-mode.
1845         (tex-common-initialization): Don't kill-all-vars anymore.
1846         Add setting for comment-add and font-lock-defaults.
1847         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
1848         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
1849         (tex-start-tex): New arg DIR (and send a chdir command for it).
1850         Also display the shell buffer and save it in tex-last-buffer-texed.
1851         (tex-region): Use expand-file-name rather than concat.
1852         Remove code made useless by changes in tex-start-tex.
1853         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
1855         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
1857 2000-09-28  Dave Love  <fx@gnu.org>
1859         * eshell/eshell.el (eshell) <defgroup>: Add :version.
1861 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
1863         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
1864         `append'.
1866 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
1868         * info.el (Info-extract-pointer): Undo last change.
1869         Instead, fix the position of the `bound' arg to re-search-backward.
1871 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
1873         * info.el (Info-extract-pointer):
1874         Widen more carefully, to avoid finding pointers in other nodes.
1875         (Info-index): Use push.
1877 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
1879         * frame.el (set-frame-font): Remove call to obsolete function
1880         frame-update-faces.
1881         (set-foreground-color, set-background-color): Likewise for
1882         frame-update-face-colors.
1884 2000-09-27  Miles Bader  <miles@gnu.org>
1886         * image-file.el: New file.
1888 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
1890         * frame.el (frame-notice-user-settings): Don't call
1891         frame-update-faces, which is a no-op now.
1893         * ediff-wind.el (ediff-control-frame-parameters): Add zero
1894         tool-bar-lines.
1896 2000-09-27  Dave Love  <fx@gnu.org>
1898         * mouse.el: Fix last change.
1900 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
1902         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
1904 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
1906         * international/quail.el (quail-help): The output message is
1907         improved.
1909 2000-09-26  Dave Love  <fx@gnu.org>
1911         * mouse.el (popup-menu): If POSITION is nil, set it using
1912         mouse-position.
1914 2000-09-25  Sam Steingold  <sds@gnu.org>
1916         * net/browse-url.el (browse-url-file-url): Check for null maps.
1918 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
1920         * frame.el (frame-notice-user-settings): Don't add a
1921         tool-bar-lines frame parameter to default-frame-alist in batch mode.
1923         * frame.el (frame-notice-user-settings):
1924         Make tool-bar-mode and default-frame-alist consistent.
1926         * toolbar/tool-bar.el (tool-bar-help): New function.
1928 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
1930         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
1931         current-load-list in top-level forms.  Else this leaks a cons cell
1932         every time a defun is called.
1934         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
1936 2000-09-25  Dave Love  <fx@gnu.org>
1938         * startup.el (fancy-splash-head): Check XPM is available.
1940         * autoinsert.el (auto-insert): Doc fix.
1941         (auto-insert-alist): Following GNU notices, don't say `copyright
1942         _by_'.  Use line-beginning-position.
1943         (auto-insert): Check buffer-file-name is non-nil before use.
1945 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
1947         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
1948         starting with `@def' or `@multitable', in addition to ones
1949         specified by the user in auto-fill-inhibit-regexp.
1951 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
1953         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
1954         rmail-dont-reply-to-names matches the empty string.
1956 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
1958         * startup.el (command-line-1, fancy-splash-text): Change the
1959         text to sound more friendly.
1961 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
1963         * progmodes/hideshow.el: Update author email address.
1964         Generally, sync w/ maintainer version 5.22.
1965         (hs-hide-all-non-comment-function): New var.
1966         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
1967         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
1968         (hs-show-region): Delete this command.
1969         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
1971 2000-09-22  Dave Love  <fx@gnu.org>
1973         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
1974         (hl-line-highlight): Specify buffer when moving overlay.
1976         * progmodes/fortran.el (fortran-mode): Locally set
1977         normal-auto-fill-function.
1978         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
1979         (fortran-mode-map): Adjust auto-fill menu entry.
1981 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
1983         * vc-rcs.el (toplevel): Require `vc' when compiling.
1985         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
1987 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
1989         * vc.el (vc-switch-backend): Signal an error if the file is not
1990         registered under the new backend.
1992         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
1993         without explicit revision number.
1995 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
1997         * diff-mode.el (diff-file-header-face): Reset to its previous value.
1998         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
1999         (diff-xor): New function.
2000         (diff-find-source-location): Use it.  Fix a stupid name clash.
2001         (diff-hunk-status-msg): New function.
2002         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2003         (diff-test-hunk): Use diff-find-source-location.
2004         (diff-goto-source): Favor the `reverse'.
2005         (diff-hunk-text): Properly handle one-sided context diffs.
2006         (diff-apply-hunk): When done, advance to the next hunk.
2008 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
2010         * startup.el (command-line): If frame was created with a non-zero
2011         tool-bar-lines parameter, switch tool-bar-mode on.
2013         * add-log.el (change-log-date-face, change-log-name-face)
2014         (change-log-email-face, change-log-file-face)
2015         (change-log-list-face, change-log-conditionals-face)
2016         (change-log-function-face, change-log-acknowledgement-face):
2017         New faces, inheriting from font-lock faces.
2018         (change-log-font-lock-keywords): Use them.
2020 2000-09-21  Dave Love  <fx@gnu.org>
2022         * progmodes/cperl-mode.el (top-level): Clean up
2023         `eval-when-compile's and assorted defvars.
2024         (cperl-invalid-face): Don't double-quote value.  Change custom
2025         type.
2026         (cperl-mode): Set normal-auto-fill-function and don't zap
2027         auto-fill-function.
2028         (cperl-imenu--function-name-regexp-perl): Renamed from
2029         imenu-example--function-name-regexp-perl.
2030         (cperl-imenu--create-perl-index): Renamed from
2031         imenu-example--create-perl-index.
2032         (cperl-xsub-scan): Don't require cl.
2034         * msb.el (msb-mode-map): Use substitute-key-definition.
2035         (msb-mode): Use msb-mode-map.
2037 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
2039         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2040         New functions.
2041         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
2042         (vc-switch-backend): New function.
2043         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2044         (vc-register): Fix prompt.
2045         (vc-unregister, vc-default-unregister): New functions.
2046         (vc-version-diff): Handle empty buffer in sentinel.
2048         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2049         (vc-rcs-state-heuristic): Use it to guess the state of files with
2050         non-strict locking.
2051         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2052         been set with -b, but not created yet.
2053         (vc-rcs-fetch-master-state): With non-strict locking, compare file
2054         contents in order to find the state.
2055         (vc-rcs-checkin): Allow creation of branches with no changes.
2056         (vc-rcs-unregister, vc-rcs-receive-file)
2057         (vc-rcs-set-non-strict-locking): New functions.
2059         * vc-hooks.el (vc-name): Force correct computation of the value
2060         in case it is missing.
2062 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
2064         * startup.el (fancy-splash-tail): Use a different foreground
2065         color on a dark frame background.
2067 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
2069         * info.el: Use the correct capitalization when making Info-mode
2070         and Info-edit-mode `special' modes.
2072 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
2074         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2075         (diff-mode): Add support for add-log.el.
2076         (diff-hunk-text): Use char offsets rather than line offsets.
2077         (diff-find-source-location): Replace LINE with line-offset (nil
2078         if not found) and always set POS to a meaningful position.
2079         Adapt to the new char-offsets.
2080         (diff-apply-hunk): Drop support for the unused `select' POPUP.
2081         Adapt to the new diff-find-source-location.
2082         (diff-goto-source): Adapt to the new diff-find-source-location.
2084         * add-log.el (add-log-file-name): New function (split out of
2085         add-change-log-entry).
2086         (add-change-log-entry): Use it.
2087         Call add-log-file-name-function with the changelog file name if
2088         the current buffer is not associated with any file.
2089         Avoid find-file if the selected window is dedicated.
2091         * diff-mode.el (diff-find-source-location):
2092         Move code from diff-apply-hunk.  Return buffer rather than file.
2093         (diff-apply-hunk): Use the new result from  diff-find-source-location.
2094         (diff-goto-source): Use the new diff-find-source-location.
2096 2000-09-20  Dave Love  <fx@gnu.org>
2098         * iswitchb.el: Some doc fixes.
2099         (iswitchb-mode-map): Define completely initially.  Inherit
2100         minibuffer-local-map.
2101         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2102         fundamental-mode.
2103         (iswitchb-global-map): New variable.
2104         (iswitchb-summaries-to-end): Amalgamate regexps.
2105         (iswitchb-mode): New.
2106         (iswitchb-mode-hook): New variable.
2107         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
2108         `extensions'.
2110 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
2112         * ehelp.el (electric-help): New defgroup.
2113         (electric-help-shrink-window): New user-option.
2114         (with-electric-help): Use it.
2116         * window.el (shrink-window-if-larger-than-buffer): If face
2117         `mode-line' has a :box, and we're on a graphical frame, add 1
2118         to the needed window height.
2120         * frame.el (frame-notice-user-settings): Add a last parameter nil
2121         to a call to `append', because the last list passed to `append' is
2122         not copied, and so subsequent calls to assq-delete-all will modify
2123         default-frame-alist.
2125         * startup.el (fancy-splash-image): Change :type.
2126         (fancy-splash-head): Use an XBM image if appropriate.
2127         (command-line-1): Show splash screens in more cases.
2129         * startup.el (fancy-splash-text): Don't quote faces.
2131         * dired.el (dired-font-lock-keywords): Undo last change.
2132         (dired-readin): Bind indent-tabs-mode to nil.
2134         * startup.el (fancy-splash-head): If frame's background mode
2135         is `dark', change the black background of the image to gray.
2136         (fancy-splash-screens): Display startup echo area message.
2137         (display-startup-echo-area-message): New function.
2139 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
2141         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2143         * info.el (info-header-node): Tweak for color ttys.
2145         * faces.el (face-valid-attribute-values): Make sure directories we
2146         search for stipples both exist and are readable before trying to
2147         search them.
2149         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2150         in the dry-run case.
2152         * jka-compr.el (with-auto-compression-mode): New macro.
2154         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2155         (custom-group-tag-face, custom-variable-tag-face): Use relative
2156         :height and inherit from `variable-pitch' face instead of
2157         hardwiring :family.
2158         * hi-lock.el (hi-black-hb): Likewise.
2160         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2161         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2162         toolbar-add-item, if image doesn't have a mask add a `:mask
2163         heuristic'.
2165 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
2167         * diff-mode.el: Docstring fixes.
2168         (diff-header-face, diff-comment-face): New faces.
2169         (diff-font-lock-keywords): Highlight a bit differently.
2170         (diff-find-source-location): Don't return SPAN any more.
2171         (diff-hunk-text): Don't bother erasing the temp buffer.
2172         (diff-find-text): Drop argument LINE.
2173         (diff-apply-hunk): Update calls to diff-find-text.
2174         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2176         * calendar/calendar.el: Docstring fixes.
2177         (calendar-make-alist): Don't quote lambda.
2178         (calendar-star-date): Use make-local-variable.
2180 2000-09-19  Dave Love  <fx@gnu.org>
2182         * toolbar/tool-bar.el: Renamed from toolbar.el.
2183         Change `toolbar' to `tool-bar' generally in symbols.
2184         Make some items invisible in `special' major modes.
2185         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2186         Add arg PROPS.
2188         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2189         Add :version here.
2190         (fancy-splash-delay, fancy-splash-image): Remove :version here.
2192 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2194         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
2196         * files.el (find-file-suppress-same-file-warnings): New user-option.
2197         (find-file-noselect): Use it.
2199         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
2200         (fancy-splash-screen): Defgroup.
2202         * add-log.el (change-log-font-lock-keywords): Match names
2203         more exactly for the case that font-lock-constant-face is
2204         underlined.
2206 2000-09-19  Richard M. Stallman  <rms@gnu.org>
2208         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
2210 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
2212         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2214 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2216         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2217         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2218         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2219         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2220         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2221         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2222         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2223         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2224         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2225         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2226         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
2227         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
2229         * startup.el (fancy-splash-text): New variable.
2230         (fancy-splash-delay, fancy-splash-image): New user-options.
2231         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2232         (fancy-splash-screens): New functions.
2233         (command-line-1): If display has a `display' frame parameter, has
2234         colors, and we have XPM support, show more fancy splash screens.
2236 2000-09-19  Dave Love  <fx@gnu.org>
2238         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
2239         with null `help'.  Use modern backquote syntax.
2241 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2243         * font-lock.el (font-lock-mode): Change message telling the user
2244         that ``the buffer is too big''.
2246         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2247         for instance for the case that tab-width is 2.
2249 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
2251         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2252         toolbar-add-item, if image doesn't have a mask add a `:mask
2253         heuristic'.
2255 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
2257         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2258         and return a cons if it's non-nil.
2259         (diff-apply-hunk): Try to jump to the line in the source text
2260         corresponding to the position of point in the in the hunk.
2262         * info.el (Info-title-3-face, Info-title-2-face)
2263         (Info-title-1-face): Use face inheritance and relative sizes
2264         instead of hard-wiring things.
2266         * faces.el (secondary-selection): Make dark-background variant sane.
2268 2000-09-16  Andrew Innes  <andrewi@gnu.org>
2270         * makefile.w32-in (compile-files-CMD): No need to make .elc files
2271         read-only, since they aren't under VC now.
2273 2000-09-17  Dave Love  <fx@gnu.org>
2275         * tmm.el: Replace mapcar with mapc in several places.
2277         * loadhist.el (unload-feature): Maybe call elp-restore-list and
2278         ad-unadvise.
2280         * international/latin1-disp.el: New file.
2282         * calendar/cal-move.el (scroll-calendar-left)
2283         (scroll-calendar-right): Make arg optional (for active mode line).
2285         * calendar/calendar.el (calendar-mode-line-format): Make fields
2286         mouse-sensitive.
2287         (calendar-read-date, calendar-read-date, calendar-window-list):
2288         Unquote lambda.
2289         (calendar-month-name): Use aref, not sref.
2291         * view.el (minor-mode-alist): Propertize the string.
2293         * international/characters.el (standard-case-table): Add entries
2294         for Greek.
2296 2000-09-18  Miles Bader  <miles@gnu.org>
2298         * info.el (info-node, info-xref): Add dark-background variants.
2300         * faces.el (header-line): Change defaults to be less confusing
2301         when mixed with mode-lines.
2303         * info.el (Info-fontify-node): Make a few cleanups.
2304         Add extra `help-echo' and `local-map' props to node xrefs.
2305         Use header-specific faces for node-names & xrefs.
2306         (Info-use-header-line): New variable.
2307         (info-header-xref, info-header-node): New faces.
2308         (Info-setup-header-line): New function.
2309         (Info-select-node): Call Info-setup-header-line when enabled.
2310         (Info-extract-pointer): Work even if the header line is hidden.
2311         (Info-header-line): New variable.
2313 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
2315         * vms-patch.el (print-region-function): Don't quote lambda.
2317         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2319         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2320         (lm-get-header-re): Allow spaces between the header and the colon.
2321         (lm-header): Allow $ in non-RCS headers.
2322         (lm-header-multiline): Put the strings back into order.
2323         Stop at an empty line.  Don't require two space chars if the
2324         line is clearly not another header line.
2326         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2327         (popup-menu-popup): Remove.
2329 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
2331         * toolbar/toolbar.el (toolbar-add-item): Use the same image
2332         specification if or if not tool-bar item contains an `:enabled'
2333         property.
2335         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2336         current buffer has no file name.
2338 2000-09-15  Dave Love  <fx@gnu.org>
2340         * strokes.el: Sync with maintainer's current version with changes
2341         for Emacs, but avoid runtime cl and levents.
2342         (toplevel):  Change autoloads and compilation requires.
2343         (strokes-version, strokes-bug-address, strokes-lift): Values
2344         changed.
2345         (strokes-xpm-header, strokes-insinuated): New variable.
2346         (strokes): Add :link.
2347         (strokes-mode): Customized.
2348         (strokes-while-inhibiting-garbage-collector): New macro.
2349         (strokes-remassoc): Avoid remove-if.
2350         (strokes-fix-button2-command): Don't use ad-do-it.
2351         (strokes-insinuate): New function.
2352         (strokes-button-press-event-p, strokes-button-release-event-p):
2353         New functions, used instead of non-`strokes-' versions..
2354         (strokes-mouse-event-p): Rewritten.
2355         (strokes-event-closest-point): Avoid event-point.
2356         (strokes-get-grid-position): Avoid cdadr, caadr
2357         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2358         functions.
2359         (strokes-help): Use with-output-to-temp-buffer.
2360         (strokes-window-configuration-changed-p): New function.
2361         (strokes-update-window-configuration): Use buffer-live-p,
2362         strokes-window-configuration-changed-p.
2363         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
2364         (strokes-char-face): New face.
2365         (strokes-char-table, strokes-base64-chars): New variable.
2366         (strokes-xpm-for-stroke, strokes-list-strokes)
2367         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2368         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2369         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2370         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2371         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2372         functions.
2374 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
2376         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2378         * image.el (create-image): Doc fix.
2380         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2381         instead of `:heuristic-mask t'.
2383 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2385         * makefile.w32-in: Revert to Unix line endings.
2387 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2389         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
2390         when installing.
2392         * makefile.nt (DONTCOMPILE): Fix typo.
2394         * shell.el (shell-write-history-on-exit): New function.
2395         (shell-dumb-shell-regexp): New custom variable.
2396         (shell-mode): Make shell-write-history-on-exit the process
2397         sentinel if shell name matches shell-dumb-shell-regexp.
2399         * w32-fns.el: Comment out before-init-hook function which resets
2400         source-directory based; this breaks bootstrap.
2402 2000-09-14  Dave Love  <fx@gnu.org>
2404         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
2405         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
2406         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
2407         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
2408         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
2409         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
2410         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
2411         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
2412         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
2414         * toolbar/toolbar.el: New.
2416         * subdirs.el: Add toolbar.
2418 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
2420         * indent.el (indent-for-tab-command): Doc fix.
2422 2000-09-14  Alex Schroeder  <alex@gnu.org>
2424         * ansi-color.el (ansi-colors): Doc change.
2425         (ansi-color-get-face): Simplified regexp.
2426         (ansi-color-faces-vector): Added more faces, doc change.
2427         (ansi-color-names-vector): Doc change.
2428         (ansi-color-regexp): Simplified regexp.
2429         (ansi-color-parameter-regexp): New regexp.
2430         (ansi-color-filter-apply): Doc change.
2431         (ansi-color-filter-region): Doc change.
2432         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
2433         deal with zero length parameters.
2434         (ansi-color-apply-on-region): Doc change.
2435         (ansi-color-map): Doc change.
2436         (ansi-color-map-update): Removed debugging message.
2437         (ansi-color-get-face-1): Added condition-case to trap
2438         args-out-of-range errors.
2439         (ansi-color-get-face): Doc change.
2440         (ansi-color-make-face): Removed.
2441         (ansi-color-for-shell-mode): New option.
2443 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
2445         * international/quail.el (quail-start-translation): Translate KEY
2446         if necessary even if it doesn't have any mapping in the current
2447         input method.
2448         (quail-start-conversion): Likewise.
2449         (quail-help): The output message is improved.
2451 2000-09-13  Miles Bader  <miles@gnu.org>
2453         * comint.el (comint-output-filter): Revert to using
2454         `insert-before-markers'.  Add bletcherous hack to undo damage
2455         caused by `insert-before-markers'.  Put `front-sticky' property on
2456         overlays created here so that the field code understands how the
2457         overlay works.  Use a let when making comint-last-prompt-overlay,
2458         so that the code is easier to read.
2460 2000-09-13  Dave Love  <fx@gnu.org>
2462         * wid-edit.el (widget-default-format-handler): DTRT when
2463         doc-property is a function.
2465 2000-09-12  Francesco Potorti`  <pot@gnu.org>
2467         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2468         filed name if it's not there.
2470 2000-09-12  Dave Love  <fx@gnu.org>
2472         * simple.el (read-mail-command): Doc fix.
2473         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2475         * vc.el (vc-dired-listing-switches): Fix :version.
2477         * vc-hooks.el: Doc fixes.
2479         * subr.el (add-minor-mode): Use toggle-fun arg.
2481         * speedbar.el: Add :version to several defcustoms.
2483         * imenu.el (imenu--truncate-items, imenu--cleanup)
2484         (imenu--generic-function): Avoid mapcar.
2485         (imenu--replace-spaces): Function removed.
2486         (imenu--completion-buffer): Use subst-char-in-string.
2487         (imenu-add-to-menubar): Use keymap inheritance.
2489 2000-09-12  Miles Bader  <miles@gnu.org>
2491         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2492         (diff-mode-map): Bind `diff-test-hunk'.
2493         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2495 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
2497         * bytecomp.el (byte-compile-defvar): Undo last change
2498         because it breaks '(make-variable-buffer-local (defvar ...)'
2499         which is used at least in dired.
2501 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
2503         * international/quail.el (quail-define-package): Docstring
2504         modified.
2506 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
2508         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2509         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2510         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
2511         docstring of "chinese-py".
2513         * international/quail.el (quail-translation-docstring): New
2514         variable.
2515         (quail-show-keyboard-layout): Docstring modified.
2516         (quail-select-current): Likewise.
2517         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2518         infinite recursive call.
2519         (quail-help): Check quail-translation-docstring.  Format of the
2520         output changed.
2521         (quail-help-insert-keymap-description): Adjusted for the above
2522         change.
2524 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
2526         * bytecomp.el (byte-compile-defvar): Only cons onto
2527         current-load-list in top-level forms.  Else this leaks a cons cell
2528         every time a defun is called.
2530 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
2532         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2533         Now understands non-unified diffs.  Some functionality moved into
2534         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
2535         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
2536         modify anything.  Only reposition point in the patched file if the
2537         patch succeeds.  Only pop up another window if POPUP is true.
2538         Emit a message describing what happened if successful, and at what
2539         line-offset.  Automatically detect reversed hunks and do something
2540         appropriate.
2541         (diff-hunk-text, diff-find-text): New functions.
2542         (diff-filter-lines): Function removed.
2543         (diff-test-hunk): New function.
2544         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
2546 2000-09-10  Dave Love  <fx@gnu.org>
2548         * textmodes/tildify.el: Minor doc/commentary fixes.
2549         (tildify) <defgroup>: Add :version.
2551         * faces.el (face-x-resources): Make custom type more specific.
2552         (frame-background-mode): Use mapc.
2553         (region) <defcustom>: Add :version.
2555 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
2557         * vc-sccs.el (vc-sccs-register):
2558         * vc-rcs.el (vc-rcs-register):
2559         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
2560         * vc.el (vc-register): Clear file's properties.
2562 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
2564         * faces.el (face-spec-set): Only face-spec-reset-face when
2565         ATTRS is non-nil.
2567 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
2569         * help.el (help-insert-xref-button): Fix a typo in doc string.
2571 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
2573         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2574         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
2575         methods.
2577         * menu-bar.el (read-mail-item-name): New function.
2578         (menu-bar-tools-menu): Use it to compute and display the package
2579         used to read email.
2580         (menu-bar-tools-menu): Fix typo in GUD's help string.
2582 2000-09-07  Dave Love  <fx@gnu.org>
2584         * diff-mode.el (diff-mouse-goto-source): New function.
2586         * vc-sccs.el: Doc fixes.
2587         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
2589         * vc-rcs.el: Doc fixes.
2590         (vc-rcs-register-switches, vc-rcs-checkin-switches)
2591         (vc-rcs-checkout-switches, vc-rcs-header)
2592         (vc-rcs-master-templates): Add or change :version.
2594         * vc-cvs.el: Doc fixes.
2595         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
2596         (vc-cvs-stay-local): Add :version.
2598         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
2600 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
2602         * international/quail.el (quail-help): Fix previous change.
2604 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
2606         * faces.el (color-values): Doc fix.
2608         * faces.el (frame-set-background-mode): Use frame-parameter
2609         instead of frame-parameters.
2611         * frame.el (filtered-frame-list): Reduce consing.
2612         (frames-on-display-list): Call frame-parameter instead of
2613         frame-parameters.
2615 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
2617         * language/devan-util.el (devanagari-to-indian-region): In the
2618         loop, change the following char, not preceding char.
2620 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
2622         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2623         instead of frame-parameters.
2625         * faces.el (set-face-attribute): Simplify by calling
2626         internal-set-lisp-face-attribute with FRAME being 0.
2628         * vc.el: Remove `Id' version control keyword.
2630 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
2632         * help.el (help-make-xrefs): Adjusted for the change of
2633         help-xref-mule-regexp.
2634         (help-insert-xref-button): New function.
2636         * international/mule-cmds.el (help-xref-mule-regexp-template):
2637         Include the pattern for character set.
2638         (leim): New group.
2640         * international/quail.el: Don't require face.
2641         (quail): New group.
2642         (quail-other-command): Dummy command to make quail-help work better.
2643         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2644         (quail-keyboard-layout-substitution): New variable.
2645         (quail-update-keyboard-layout): New function.
2646         (quail-keyboard-layout-type): New customizable variable.
2647         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2648         (quail-keyboard-translate): Pay attention to
2649         quail-keyboard-layout-substitution.
2650         (quail-insert-kbd-layout): New function.
2651         (quail-show-keyboard-layout): New function.
2652         (quail-get-translation): If the definition is a vector of length
2653         1, and the element is a string of length 1, return the character
2654         in that string.
2655         (quail-update-current-translations): Fix the case of
2656         relative-index out of range.
2657         (quail-build-decode-map, quail-insert-decode-map): New Functions.
2658         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
2659         Show key sequences for all available characters.
2660         (quail-help-insert-keymap-description): Don't show such verbose
2661         key bindings as quail-self-insert-command.
2663         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2664         Format changed, and each element now have extra documentations.
2665         (tit-process-header): Delete invalid characters from TIT-PROMPT.
2666         Adjusted for the change of quail-cxterm-package-ext-info.
2668 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
2670         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2671         requiring it leads to a recursive loading of vc.el and vc-hooks.el
2672         during bootstrap.
2674 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2676         * vc.el: (toplevel): Don't require `dired' at run-time.
2677         (vc-dired-resynch-file): Remove autoload cookie.
2679 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
2681         * vc.el: Made several backend functions optional.
2682         (vc-default-responsible-p): New function.
2683         (vc-merge): Use RET for first version to trigger merge-news, not
2684         prefix arg.
2685         (vc-annotate): Handle backends that do not support annotation.
2686         (vc-default-merge-news): Removed.  The existence of a merge-news
2687         implementation is now checked on caller sites.
2689         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
2690         case.
2692         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
2693         special case that has been removed from the default in vc-hooks.el.
2695 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2697         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2699 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
2701         * vc-hooks.el: Require vc during compilation.
2702         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2703         macro `with-vc-properties' in vc.el.
2704         (vc-file-getprop): Doc fix.
2705         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
2707         * vc.el: Require dired-aux during compilation.
2708         (vc-name-assoc-file): Moved to vc-sccs.el.
2709         (with-vc-properties): New macro.
2710         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
2711         vc-finish-steal): Use it.
2712         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
2713         to the backend-specific function is now supposed to do the checkout,
2714         too.
2715         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2717         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
2718         set file properties; that gets done in the generic code now.
2720         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
2721         Changed parameter list, added code from vc.el that does the
2722         checkout, possibly with a double-take.
2724         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
2725         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
2726         the above under the new name.
2727         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
2728         parameter list, added checkout command.
2729         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
2730         properties; that gets done in the generic code now.
2732 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2734         * vc.el: Docstring fixes (courtesy of checkdoc).
2736 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2738         * vc.el (vc-checkout-writable-buffer-hook)
2739         (vc-checkout-writable-buffer): Remove.
2740         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
2741         (vc-log-mode): Make it into a clean derived major mode.
2742         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
2743         vc-log-mode if log-edit is not available.
2744         (vc-dired-mode-map): Don't set-keymap-parent yet.
2745         (vc-dired-mode): Do set-keymap-parent here.
2746         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
2748 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
2750         * faces.el (set-face-attribute, face-spec-reset-face)
2751         (face-spec-set): Avoid consing by removing calls to `apply'.
2753         * frame.el (frame-parameter): Move to C code.
2755 2000-09-05  Dave Love  <fx@gnu.org>
2757         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
2758         insert-before-markers-and-inherit.  Now checked systematically!
2760 2000-09-05  Alex Schroeder  <alex@gnu.org>
2762         * sql.el (sql-postgres): Use sql-postgres-options.
2763         (sql-postgres-options): New variable.
2765 2000-09-05  Alex Schroeder  <alex@gnu.org>
2767         * sql.el (sql-mode-menu): Work around missing variable mark-active
2768         in XEmacs.
2769         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
2770         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
2771         compatibility.
2773 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
2775         * vc.el (vc-dired-resynch-file): Add autoload cookie.
2777         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
2779         * Makefile.in (DONTCOMPILE): Fix typo in file name.
2781 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2783         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
2784         don't support anything else under SCCS yet.
2786         * vc-hooks.el: Minor doc fixes.
2788 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2790         * vc.el (vc-next-action-on-file): Do not visit the file if it's
2791         not necessary.  If verbose in state `needs-patch', do the same as
2792         under `up-to-date'.  When NOT verbose and `needs-patch', check out
2793         latest version instead of `merge-news'.
2794         (vc-next-action-dired): Don't mess with default-directory here; it
2795         breaks other parts of dired.  It is the job of the
2796         backend-specific functions to adjust it temporarily if they need it.
2797         (vc-next-action): Remove a special CVS case.
2798         (vc-clear-headers): New optional arg FILE.
2799         (vc-checkin, vc-checkout): Set properties vc-state and
2800         vc-checkout-time properly.
2801         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
2802         (vc-print-log): Use new backend function `show-log-entry'.
2803         (vc-cancel-version): Do the checks in a different order.  Added a
2804         FIXME concerning RCS-only code.
2806         * vc-rcs.el (vc-rcs-show-log-entry): New function.
2807         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
2809         * vc-cvs.el (vc-cvs-show-log-entry): New function.
2811         * vc-hooks.el (vc-default-mode-line-string): Show state
2812         `needs-patch' as a `-' too.
2814 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2816         * vc.el (vc-responsible-backend): New optional arg REGISTER.
2817         (vc-default-could-register): New function.
2818         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
2819         (vc-resynch-buffer): Call vc-dired-resynch-file.
2820         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
2821         vc-resynch-buffer instead of vc-resynch-window.
2822         (vc-next-action-dired): Don't redisplay here, that gets done as a
2823         result of the individual file operations.
2824         (vc-retrieve-snapshot): Corrected prompt order.
2826         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
2828         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
2829         as well.
2830         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
2831         hostname regexps.  Updated all callers.
2832         (vc-cvs-responsible-p): Handle directories as well.
2833         (vc-cvs-could-register): New function.
2834         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
2835         properties up-to-date.
2837         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
2838         user whether to create one.
2840 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2842         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
2843         check out a non-existing file.
2845         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
2846         workfile does not exist.
2848         * vc.el (vc-version-diff): Use `require' to check for existence of
2849         diff-mode.
2851 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2853         * vc-cvs.el (vc-cvs-registered): Use new function
2854         vc-cvs-parse-entry to do the actual work.
2856 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2858         * vc-hooks.el (vc-find-backend-function): If function doesn't
2859         exist, return nil instead of error.
2860         (vc-call-backend): Doc fix.
2862         * vc.el (vc-do-command): Doc fix.
2863         (vc-finish-logentry): When checking in from vc-dired, choose the
2864         right backend for logentry check.
2865         (vc-dired-mode-map): Inherit from dired-mode-map.
2866         (vc-dired-mode): Local value of dired-move-to-filename-regexp
2867         simplified.
2868         (vc-dired-state-info): Removed, updated caller.
2869         (vc-default-dired-state-info): Use parentheses instead of hyphens.
2870         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
2871         (vc-dired-listing-switches): New variable.
2872         (vc-directory): Use it, instead of dired-listing-switches.
2874         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
2875         (vc-cvs-dir-state): New function.
2876         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
2877         (vc-cvs-parse-entry): New function, also to be used in
2878         vc-cvs-registered.
2880 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2882         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
2883         *or* single-window-frames.
2885 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2887         * vc.el (vc-update-changelog): Split into generic part and default
2888         implementation.  Doc string adapted.
2889         (vc-default-update-changelog): New function.  Call the `rcs2log'
2890         script in exec-directory, to fix a long-standing nuisance.
2892         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
2893         simply signals an error.
2895 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2897         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
2898         control-flow more clear and to avoid running `cvs' twice.
2900         * vc.el (vc-next-action-on-file): Doc fix.
2901         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
2902         (vc-print-log): Eval `file' before constructing the continuation.
2904 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2906         * vc.el (vc-next-action-on-file): Corrected several messages.
2907         (vc-merge): Add prefix arg `merge-news'; handle it.
2909         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
2910         is not reached.  It is.
2911         (vc-cvs-merge): Set state to 'edited after merge.
2912         (vc-cvs-merge-news): Set workfile version to nil if not known.
2913         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
2915         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
2916         via stdout. (Merge from main line.)
2918 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2920         * vc.el (vc-finish-logentry): Thinko in the "same comment"
2921         detection.
2923 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2925         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
2926         against kill-all-local-variables.
2927         (vc-log-edit): Don't save vc-parent-buffer any more.
2928         (vc-last-comment-match): Initialize to an empty string.
2929         (vc-post-command-functions): New hook.
2930         (vc-do-command): Run it.
2931         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
2932         (vc-finish-logentry): Only add the comment to the ring if it's
2933         different from the last comment entered.
2934         (vc-new-comment-index): New function.
2935         (vc-previous-comment): Use it.  Make the minibuffer message
2936         slightly less terse.
2937         (vc-comment-search-reverse): Make it work forward as well.  Don't
2938         set vc-comment-ring-index if no match is found.  Use
2939         vc-new-comment-index.
2940         (vc-comment-search-forward): Use vc-comment-search-reverse.
2941         (vc-dired-mode-map): Don't inherit from dired-mode-map since
2942         define-derived-mode will do it for us.  Bind `v' to a keymap that
2943         inherits from vc-prefix-map so that we can bind `vt' without
2944         binding C-x v t.
2945         (vc-retrieve-snapshot): Parenthesis typo.
2947         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
2948         to 1.  Make sure to switch to *vc* before looking for an error
2949         message.  Use vc-parse-buffer.
2951 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2953         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
2954         and NAME.
2955         (vc-retrieve-snapshot): Split into two parts.
2956         (vc-default-retrieve-snapshot): New function.
2958         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
2959         (vc-cvs-retrieve-snapshot): New function (untested).
2960         (vc-cvs-stay-local): Default to t.
2961         (vc-cvs-remote-p): New function and property.
2962         (vc-cvs-state): Stay local only if the above is t.
2963         (vc-handle-cvs): Removed.
2964         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
2965         done via vc-handled-backends now.
2966         (vc-cvs-header): Escape Id.
2968 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2970         * vc.el (vc-do-command): Remove unused commands.
2971         (vc-version-diff): Make sure default-directory ends with a slash.
2972         Move the window commands into a vc-exec-after.
2973         (vc-print-log): Move more of the code into the `vc-exec-after'.
2975 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2977         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
2978         (vc-print-log): Search current revision from beginning of buffer.
2979         (vc-revert-buffer): Clear echo area after the diff is finished.
2980         (vc-prefix-map): Removed definition of "t" for terse display in vc
2981         dired.
2982         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
2983         definition of "vt" for terse display.
2984         (vc-dired-mode): Fix dired-move-to-filename-regexp.
2986 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2988         * vc.el (vc-exec-after): Avoid caddr.
2990 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2992         * vc.el (vc-exec-after): New function.
2993         (vc-do-command): Use it to add a termination message for async
2994         procs.
2995         (vc-checkout): Try to handle a missing-backend situation.
2996         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
2997         of a directory with a backend using async diffs.
2998         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
2999         present.
3001         * vc-sccs.el (vc-sccs-state-heuristic): Use
3002         file-ownership-preserved-p.
3004         * vc-rcs.el (vc-rcs-state-heuristic): Use
3005         file-ownership-preserved-p.
3006         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3008 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3010         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3011         vc-do-command.
3013         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3014         when there are no changes.
3016 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3018         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3020         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3022 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3024         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3026         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3027         the `fset' outside of the defvar so that it works even if
3028         vc-prefix-map was already defined.
3029         (vc-setup-buffer): New function, split out of vc-do-command.
3030         (vc-do-command): Allow BUFFER to be t to mean `just use the
3031         current buffer without any fuss'.
3032         (vc-version-diff): Change the `diff' backend operation to just put
3033         the diff in the current buffer without erasing it.  Always use
3034         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
3035         shrink-window-if-larger-than-buffer.
3036         (vc-print-log): Change the `print-log' backend operation to just
3037         put the log in the current buffer without erasing it.  Protect
3038         shrink-window-if-larger-than-buffer.
3039         (vc-update-change-log): Fix setd typo.
3041         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3042         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3044         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3045         (vc-rcs-diff): Insert in the current buffer and remove unused arg
3046         CMP.
3048         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3049         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
3050         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3052 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3054         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3055         not possible, use vc-BACKEND-workfile-unchanged-p.
3056         (vc-default-workfile-unchanged-p): New function.  Delegates to a
3057         full vc-BACKEND-diff.
3059         * vc-hooks.el (vc-simple-command): Removed.
3061         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3062         instead of vc-simple-command.
3063         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3064         avoid doing a diff when opening a file.
3065         (vc-rcs-state): Added check for unlocked-changes.
3066         (vc-rcs-header): Escape Id.
3067         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3068         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3069         version.
3071         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3072         (vc-sccs-diff): Remove optional arg CMP.
3073         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3074         SCCS-specific function.
3076         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3077         vc-simple-command.
3079 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3081         * vc.el (vc-editable-p): Renamed from vc-writable-p.
3082         (with-vc-file, vc-merge): Use vc-editable-p.
3083         (vc-do-command): Remove unused var vc-file and fix the
3084         doubly-defined `status' var.  Add a user message when starting an
3085         async command.
3086         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3087         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3088         Use with-current-buffer.
3089         (vc-buffer-sync): Use unless.
3090         (vc-next-action-on-file): If the file is 'edited by read-only,
3091         make it read-write instead of trying to commit.
3092         (vc-version-diff, vc-update-change-log): Use `setq
3093         default-directory' rather than `cd'.
3094         (vc-log-edit): Don't forget to set default-directory in the
3095         buffer.
3097         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3098         (vc-sccs-state-heuristic): Use file-writable-p instead of
3099         comparing userids.
3100         (vc-sccs-checkout): Use `unless'.
3102         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3103         of comparing userids.
3104         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3105         Simplify the logic by eliminating unreachable code.
3106         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3107         just do a recursive call if we need to retry.
3108         (vc-rcs-checkout): Handle the case where rcs is missing by making
3109         the buffer read-write if requested and re-signalling the error.
3111         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3113 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3115         * vc-hooks.el (vc-handled-backends): Docstring change.
3116         (vc-ignore-vc-files): Mark obsolete.
3117         (vc-registered): Check vc-ignore-vc-files.
3118         (vc-find-file-hook, vc-file-not-found-hook): Don't check
3119         vc-ignore-vc-files.
3121         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3123 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3125         * vc.el (vc-checkout): Don't do anything special for ange-ftp
3126         files since ange-ftp already has vc-registered return nil.
3128         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3129         (vc-sccs-workfile-version): Use with-temp-buffer and new
3130         vc-parse-buffer and don't bother setting the property.
3131         (vc-sccs-add-triple): Use with-current-buffer and
3132         find-file-noselect.
3133         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3135         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
3136         derives from the old vc-parse-buffer but uses the revision number
3137         rather than the date (much easier to compare robustly).
3138         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
3139         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
3140         locking-user more directly.  Check strict locking and set
3141         checkout-model appropriately.
3142         (vc-rcs-parse-locks): Remove.
3143         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3144         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3145         (vc-rcs-system-release): Use with-current-buffer and
3146         vc-parse-buffer.
3147         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3149         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3150         (vc-simple-command): Docstring fix.
3151         (vc-registered): Align the way the file-handler is called with the
3152         way the function itself works.
3153         (vc-file-owner): Remove.
3155         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
3156         extraction of fields and call to file-attributes because of a
3157         temporary bug in rcp.el.
3158         (vc-cvs-fetch-status): Use with-current-buffer.
3160 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3162         * vc.el (vc-do-command): Use file-relative-name.
3163         (vc-responsible-backend): Use vc-backend if possible.
3164         (vc-create-snapshot): Improve the `interactive' spec. Add support
3165         for branches and dispatch to backend-specific `create-snapshot'.
3166         (vc-default-create-snapshot): New function, containing the bulk of
3167         the old vc-create-snapshot.
3168         (vc-retrieve-snapshot): Improve the interactive spec.
3170         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3171         (vc-backend-hook-functions): Remove.
3172         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3173         (vc-backend): Reintroduce the test for `file = nil' now that I
3174         know why it was there (and added a comment to better remember).
3176         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3177         code from vc-sccs-hooks.el.
3178         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
3179         'vc anymore.
3180         (vc-sccs-responsible-p): Use expand-file-name instead of concat
3181         and file-directory-p instead of file-exists-p.
3182         (vc-sccs-check-headers): Simplify the regexp.
3184         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3185         from vc-rcs-hooks.el.  Don't require 'vc anymore.
3186         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3187         file-directory-p instead of file-exists-p.
3189         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3190         from vc-cvs-hooks.el.
3191         (proto vc-cvs-registered): Require 'vc-cvs instead of
3192         'vc-cvs-hooks.  Don't require 'vc anymore.
3193         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3194         file-directory-p instead of file-exists-p.
3195         (vc-cvs-create-snapshot): New function, replacing
3196         vc-cvs-assign-name.
3197         (vc-cvs-assign-name): Remove.
3199 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3201         * vc-cvs.el (vc-cvs-header): New var.
3203         * vc-rcs.el (vc-rcs-exists): Remove.
3204         (vc-rcs-header): New var.
3206         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3207         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3208         (vc-sccs-header): New var.
3210         * vc.el (vc-do-command): Get rid of the `last' argument.
3211         (vc-header-alist): Remove, replaced by vc-X-header.
3212         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3213         (vc-dired-hook): Use expand-file-name instead of concat.
3214         (vc-directory): Use file-name-as-directory.
3215         (vc-snapshot-precondition, vc-create-snapshot)
3216         (vc-retrieve-snapshot): Allow the command to operate on any
3217         directory.
3219         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3220         just removing the 'WORKFILE argument or by removing the 'MASTER
3221         argument and replacing `file' with (vc-name file).
3223 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3225         * vc.el: Update Copyright and add a crude list of backend funs.
3226         (vc-writable-p): New function.
3227         (with-vc-file): Use vc-writable-p.
3228         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
3229         (vc-register): Avoid vc-name.
3230         (vc-locking-user): Remove.
3231         (vc-steal-lock): Make the `owner' arg non-optional.
3232         (vc-merge): Use vc-writable-p instead of vc-locking-user and
3233         vc-checkout-model.
3234         (vc-default-dired-state-info): Use vc-state instead of
3235         vc-locking-user and return special strings for special states.
3236         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3237         and get rid of one of the special CVS cases.
3238         (vc-cancel-version): prettify error message with \\[...].
3239         (vc-rename-master): New function.
3240         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3241         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
3242         the CVS special case generic.
3243         (vc-default-record-rename): Remove.
3244         (vc-file-tree-walk-internal): Only call FUNC for files that are
3245         under control of some VC backend and replace `concat' with
3246         expand-file-name.
3247         (vc-file-tree-walk): Update docstring.
3248         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3249         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3251         * vc-sccs.el (vc-sccs-rename-file): Renamed from
3252         vc-sccs-record-rename.  Use `find-file-noselect' rather than
3253         `find-file' and call `vc-rename-master' to do the actual move.
3254         (vc-sccs-diff): Remove unused `backend' variable.
3256         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3257         to delay loading of vc-sccs until it is really used.
3258         (vc-sccs-master-templates): Preload.
3259         (vc-sccs-state): Update call to vc-sccs-parse-locks.
3260         (vc-sccs-project-dir): Remove (merged into
3261         vc-sccs-search-project-dir).
3262         (vc-sccs-search-project-dir): Rewrite using file name handling ops
3263         rather than `concat', make sure it is preloaded and don't bother
3264         to check that the file actually exists.
3265         (vc-sccs-parse-locks): Remove unused `file' argument, remove
3266         `locks' argument (use buffer's content instead) and eliminate n^2
3267         behavior.
3269         * vc-rcs.el: Update Copyright.
3270         (vc-rcs-rename-file): New function.
3271         (vc-rcs-diff): Remove unused `backend' variable.
3273         * vc-hooks.el: Update Copyright.
3274         (vc-backend): Don't accept a nil argument any more.
3275         (vc-up-to-date-p): Turn into a defsubst.
3276         (vc-possible-master): New function.
3277         (vc-check-master-templates): Use `vc-possible-master' and allow
3278         funs in vc-X-master-templates to return a non-existent file.
3280         * vc-cvs.el: Update Copyright.
3281         (vc-cvs-diff): Remove unused `backend' variable.
3282         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
3284         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3286 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3288         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3289         since it can be called from vc-rcs.el.
3290         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3292 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3294         * vc.el (vc-version-diff): Expand file name read from the
3295         minibuffer.  Handle the case when a previous version number can't
3296         be guessed.  Give suitable messages when there were no differences
3297         found.
3298         (vc-clear-headers): Call backend-specific implementation, if one
3299         exists.
3300         (vc-cancel-version): Made error checks generic.  When done, clear
3301         headers generically, too.
3303         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3304         from vc-clear-headers in vc.el.
3306         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3307         correctly.
3308         (vc-rcs-latest-on-branch-p): Made second argument VERSION
3309         optional.  Handle the case when it's not there.
3311 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3313         * vc.el (vc-locking-user): Moved from vc-hooks.el.
3315 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3317         * vc-hooks.el (vc-loadup): Remove.
3318         (vc-find-backend-function): Use `require'.  Also, handle the case
3319         where vc-BACKEND-hooks.el doesn't exist.
3320         (vc-call-backend): Cleanup.
3322 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3324         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3325         vc-rcs-grab-templates)
3326         (vc-rcs-registered): Remove.  The default function works as well.
3327         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3328         vc-sccs-grab-templates)
3329         (vc-sccs-registered): Remove.  The default function works as well.
3331         * vc.el (vc-version-diff): Left out a vc- in call to
3332         vc-call-backend.
3333         (vc-default-dired-state-info, vc-default-record-rename)
3334         (vc-default-merge-news): Update for the new backend argument.
3336         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3337         using the default function.
3338         (vc-call-backend): If calling the default function, pass it the
3339         backend as first argument.  Update the docstring accordingly.
3340         (vc-default-state-heuristic, vc-default-mode-line-string): Update
3341         for the new backend argument.
3342         (vc-make-backend-sym): Renamed from vc-make-backend-function.
3343         (vc-find-backend-function): Use the new name.
3344         (vc-default-registered): New function.
3346 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3348         * vc.el (vc-merge): Use vc-find-backend-function.
3350         * vc-hooks.el (vc-backend-functions): Remove.
3351         (vc-loadup): Don't setup 'vc-functions.
3352         (vc-find-backend-function): New function.
3353         (vc-call-backend): Use above fun and populate 'vc-functions
3354         lazily.
3355         (vc-backend-defines): Remove.
3357 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3359         * vc.el (vc-register): Put a FIXME note for a newly found bug.
3360         Call vc-call-backend without the leading vc-.
3361         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3362         (vc-check-headers): Call vc-call-backend without the leading vc-.
3363         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
3364         (vc-annotate-display): Replace confusing use of `cond' with `or'.
3365         Call vc-call-backend without the leading vc-.
3367         * vc-cvs.el (tail): Provide vc-cvs.
3368         * vc-sccs.el (tail): Provide vc-sccs.
3369         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3371         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3372         (vc-make-backend-function, vc-call): Pass names without leading
3373         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
3374         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3375         (vc-call-backend): Always try to load vc-X-hooks.
3376         (vc-registered): Remove vc- in call to vc-call-backend.
3378 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3380         * vc.el (vc-process-filter): New function.
3381         (vc-do-command): Setup `vc-process-filter' for the async process.
3382         (vc-maybe-resolve-conflicts): New function to reduce
3383         code-duplication.  Additionally, it puts the buffer in
3384         `smerge-mode' if applicable.
3385         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3386         calling `merge-news'.
3387         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
3388         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
3389         interfacing to log-edit.el.
3390         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
3391         log-edit is available.
3392         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
3394 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3396         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
3397         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
3398         defvar and the initialization.
3399         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
3401         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
3402         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
3404         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
3406 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3408         * vc.el (vc-file-clear-masterprops): Removed.
3409         (vc-checkin, vc-revert-buffer): Removed calls to the above.
3410         (vc-version-diff): Use buffer-size without argument.
3411         (vc-register): Heed vc-initial-comment.
3413         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
3414         default branch.
3416         * vc-rcs.el (vc-rcs-register): Parse command output to find master
3417         file name and workfile version.
3418         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
3420         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
3421         vc-file-clear-masterprops.
3423         * vc-sccs.el (vc-sccs-checkout): Removed call to
3424         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
3425         rather than user login name.
3428 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3430         * vc.el (vc-workfile-unchanged-p): Remove unused argument
3431         `want-differences-if-changed' and simplify.
3432         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
3433         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
3434         output (which is invalid for async vc-diff) to decide whether to
3435         do the revert silently or not.
3437 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3439         * vc-hooks.el (vc-loadup): Load files quietly.
3440         (vc-call-backend): Oops, brain fart.
3442 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3444         * vc-cvs.el (vc-cvs-state): Typo.
3445         (vc-cvs-merge-news): Return the status code rather than the error msg.
3447 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3449         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3450         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3451         vc-state or vc-up-to-date-p.
3452         (vc-merge): Use vc-backend-defines to check whether merging is
3453         possible.  Set state to 'edited after successful merge.
3455         * vc-hooks.el (vc-locking-user): If locked by the calling user,
3456         return that name.  Redocumented.
3458 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3460         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
3461         new `vc-state' semantics.
3462         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
3463         'vc-locking-user to the current user.
3464         (vc-merge): Inline vc-backend-merge.  Comment out code that I
3465         don't understand and hence can't adapt to the new `vc-state' and
3466         `vc-locking-user' semantics.
3467         (vc-backend-merge): Remove.
3469         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3470         rather than 'vc-locking-user.
3472         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3474         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3475         (vc-state): Don't use 'reserved any more.  Just use the same
3476         convention as the one used for vc-<backend>-state where the
3477         locking user (as a string) is returned.
3478         (vc-locking-user): Update, based on the above convention. The
3479         'vc-locking-user property has disappeared.
3480         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
3482         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3483         with a heuristic one.
3484         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3485         (vc-cvs-checkin): Do a trivial parse to set the state in case of
3486         error.  That allows us to get to 'needs-merge even in the
3487         stay-local case.  There's still no way to detect 'needs-patch in
3488         such a setup (or to force an update for that matter).
3489         (vc-cvs-logentry-check): Remove, the default works as well.
3491 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3493         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
3495         * vc.el (vc-do-command): kill-all-local-variables, to reset any
3496         major-mode in which the buffer might have been put earlier.  Use
3497         `remove' and `when'.  Allow `okstatus' to be `async' and use
3498         `start-process' in this case.
3499         (vc-version-diff): Handle the case where the diff looks empty
3500         because of the use of an async process.
3502 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3504         * vc.el (vc-next-action-on-file): Removed optional parameter
3505         `simple'.  Recompute state unconditionally.
3506         (vc-default-toggle-read-only): Removed.
3508         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3509         (vc-toggle-read-only): Undid prev change.
3511         * vc-cvs.el (vc-cvs-stay-local): Renamed from
3512         vc-cvs-simple-toggle.  Redocumented.
3513         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3514         (vc-cvs-toggle-read-only): Removed.
3516 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3518         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
3519         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3520         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3521         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
3522         still is. So maybe it should be removed.
3523         (vc-head-version, vc-find-binary): Remove.
3524         (vc-recompute-state): Move from vc-hooks.el.
3525         (vc-next-action-on-file): Add a `simple' argument to allow
3526         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
3527         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3528         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
3529         (vc-dired-mode-map): Properly defvar it.
3530         (vc-print-log): Call log-view-mode if available.
3531         (small-temporary-file-directory): defvar instead of use boundp.
3532         (vc-merge-news): Moved to vc-cvs.el.
3533         (vc-default-merge-news): New function.
3535         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
3536         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
3537         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
3538         unknown `vc-latest-version' function.  It should probably refer to
3539         vc-workfile-version or somesuch, but it's very unclear to me and I
3540         don't have SCCS to test things.
3542         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
3543         (vc-sccs-state-heuristic): Fix typo.
3544         (vc-sccs-workfile-unchanged-p): Add missing argument.
3546         * vc-rcs.el: Require vc and vc-rcs-hooks.
3547         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
3548         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
3549         (vc-release-greater-or-equal-p): Move from vc.
3550         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
3551         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
3552         (vc-rcs-checkout): Add a missing `new-version' argument in the
3553         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
3555         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
3556         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
3557         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
3558         than the apparently unbound `workfile-version'.
3560         * vc-hooks.el (vc-master-templates): Def the obsolete var.
3561         (vc-file-prop-obarray): Use `make-vector'.
3562         (vc-backend-functions): Add new hookable functions
3563         vc-toggle-read-only, vc-record-rename and vc-merge-news.
3564         (vc-loadup): If neither backend nor default functions exist, use
3565         the backend function rather than nil.
3566         (vc-call-backend): If the function if not bound yet, try to load
3567         the non-hook file to see if it provides it.
3568         (vc-call): New macro plus use it wherever possible.
3569         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
3570         nor `vc-find-binary' since it's only called from
3571         vc-mistrust-permission which is only used once the backend is known.
3572         (vc-checkout-model): Fix parenthesis.
3573         (vc-recompute-state, vc-prefix-map): Move to vc.el.
3575         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
3576         (vc-cvs-release, vc-cvs-system-release): Remove.
3577         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
3578         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
3579         status symbols.
3580         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
3581         (vc-cvs-toggle-read-only): First cut at a function to allow a
3582         cvs-status-free vc-toggle-read-only.
3583         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
3584         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
3585         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
3586         (vc-cvs-checkout): Modify access rights directly if the user
3587         requested not to use `cvs edit'.  And refresh the mode line.
3589         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
3590         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
3592 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3594         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
3595         workfile' that got lost when the code was extracted from vc.el.
3596         And merged the tail with the rest of the code (not possible in the
3597         old vc.el where the tail was shared among all backends).  And
3598         explicitly set the state to 'edited if `writable' is set.
3600         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
3601         (vc-cvs-state): Be careful to return the value from
3602         vc-cvs-parse-state.
3603         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
3604         property but return it instead.  Also be careful to handle a nil
3605         or "" `rev' when workfile is non-nil (it was handled properly when
3606         workfile was nil).
3608         * vc.el: Removed those pesky unnecessary `(function' quotes.
3609         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
3610         directly in the defvar.
3611         (vc-do-command): Bind inhibit-read-only so as to properly handle
3612         the case where the destination buffer has been made read-only.
3613         (vc-diff): Delegate to vc-version-diff in all cases.
3614         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
3615         (vc-annotate-mode-variables): Removed (code moved partly to
3616         defvars and partly to vc-annotate-add-menu).
3617         (vc-annotate-mode): Turned into a derived-mode.
3618         (vc-annotate-add-menu): Moved in code in
3619         vc-annotate-mode-variables.
3620         (vc-update-change-log): Use make-temp-file if available.
3622 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
3624         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3625         `vc-checkout-model' updated to `vc-cvs-update-model'.
3627 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3629         * vc.el (vc-next-action-on-file): Added handling of state
3630         `unlocked-changes'.
3631         (vc-checkout-carefully): Is now practically obsolete, unless the
3632         above is too slow to be enabled unconditionally.
3633         (vc-update-change-log): Fixed typo.
3635         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3637         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3638         Now handles state `unlocked-changes'.
3639         (vc-sccs-workfile-unchanged-p): New function, to support the above.
3641         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3643         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3644         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
3645         `unlocked-changes'.
3646         (vc-rcs-workfile-unchanged-p): Renamed from
3647         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
3648         function yet, but supposed to become one soon.
3650         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3651         `vc-steal-lock'.
3652         (vc-call-backend): Changed error message.
3653         (vc-state): Added description of state `unlocked-changes'.
3655 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3657         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3658         always return t in CVS-controlled directories.
3660         * vc.el (vc-responsible-backend): New function.
3661         (vc-register): Largely rewritten.
3662         (vc-admin): Removed (implementation moved into vc-register).
3663         (vc-checkin): Redocumented.
3664         (vc-finish-logentry): If no backend defined yet (because we are in
3665         the process of registering), use the responsible backend.
3667         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3668         Updated function lists.
3669         (vc-call-backend): Fixed typo.
3671         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3672         New functions.
3673         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3674         Removed query option.  Redocumented.
3676 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3678         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3680         * vc.el: Updated callers of `vc-checkout-required' to use
3681         `vc-checkout-model'.
3683 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3685         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
3686         stuff updated to reference this function instead of the old
3687         `vc-backend-release-p'.
3689 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3691         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3692         vc-checkout-model.  Return appropriate values.  Updated callers.
3694 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3696         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
3697         (vc-backend-revert): Function moved into `vc-revert';
3698         `vc-next-action' must be updated to accomodate this change.
3699         (vc-backend-steal): Function moved into `vc-finish-steal'.
3700         (vc-backend-logentry-check): Function moved into
3701         `vc-finish-logentry'.
3702         (vc-backend-printlog): Function moved into `vc-print-log'.
3703         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3704         (vc-backend-assign-name): Function moved into
3705         `vc-create-snapshot'.
3707 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3709         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
3710         Rename to vc-checkout-model.  Return appropriate values.
3711         Update callers.
3713         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
3714         to vc-checkout-model.
3715         (vc-checkout-required): Rename to vc-checkout-model.
3716         Re-implement and re-comment.
3717         (vc-after-save): Use vc-checkout-model.
3719 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3721         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
3722         Update to use the vc-BACKEND-diff functions instead.
3723         `vc-diff' is now working.
3725         * vc-rcs.el (vc-rcs-logentry-check): New function.
3727         * vc-cvs.el (vc-cvs-logentry-check): New function.
3729         * vc-sccs.el (vc-sccs-diff): Function changed name from
3730         `vc-backend-diff'.  This makes `vc-diff' work.
3732         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
3733         of functions possibly implemented in a vc-BACKEND library.
3734         (vc-checkout-required): Fix bug that caused an error to be
3735         signaled during `vc-after-save'.
3737         * vc.el: Fix typo.
3738         This checkin is made with our new VC code base for the very first time.
3739         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
3741         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
3742         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
3744         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
3745         updated to `vc-uses-locking'.
3746         (vc-checkout-required): Call to backend function.
3747         `vc-checkout-required' updated to `vc-uses-locking' instead.
3749         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
3750         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
3752         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
3753         to match the split into various backends.
3754         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
3755         (vc-retrieve-snapshot): Bug fix.
3757 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3759         * vc-sccs.el (vc-sccs-release): Doc fix.
3761 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3763         * vc.el (vc-next-action-on-file): Bug found and fixed.
3764         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
3765         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
3767         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
3768         (vc-rcs-checkout): Name space cleaned up.  No more revision number
3769         crunching function names that are not prefixed with vc-rcs.
3770         (vc-rcs-checkout-model): Function added.  References to
3771         `vc-checkout-model' replaced.
3773 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3775         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
3776         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
3777         still need to be split, and implemented for RCS).
3779 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3781         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
3783         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
3784         required by the vc.el file.
3786         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
3787         required by the vc.el file.
3788         (vc-rcs-exists): Function added.
3790         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
3791         required by the vc.el file.
3793         * vc.el (vc-admin): Updated to handle selection of appropriate
3794         backend.  Current implementation is crufty and need re-thinking.
3796         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
3798 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3800         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
3801         beginning of annotate buffers correctly.
3803         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
3804         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
3805         functionality updated quite a lot to support multiple backends.
3806         Variables `vc-annotate-mode', `vc-annotate-buffers',
3807         `vc-annotate-backend' added.
3809         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
3810         `vc-annotate-difference' added to supported backend functions.
3812 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3814         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
3815         Use with-temp-file instead of /bin/sh.  Merged from mainline
3817 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3819         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
3821         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
3823         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
3825 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3827         * vc-hooks.el: vc-state-heuristic added to
3828         vc-backend-hook-functions.
3830         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
3832         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
3834         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
3835         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
3836         state to `reserved'.
3838         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
3839         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
3841 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3843         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
3844         untouched.
3846         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
3848         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
3849         if defined.  (Merged from main line, slightly adapted.)
3851         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
3852         millenium problem (merged from mainline).
3854 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3856         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
3857         part and moved the non-BACKEND stuff to vc.el.
3859         * vc.el: Split the annotate feature into a BACKEND specific part
3860         and moved it from the vc-cvs.el file to this one.
3862 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3864         * vc-hooks.el: Implement new state model.
3865         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
3866         (vc-locking-user): Simplify.  Now only needed if the file is
3867         locked by somebody else.
3868         (vc-lock-from-permissions): Remove.  Functionality is in
3869         vc-sccs-hooks.el and vc-rcs-hooks.el now.
3870         (vc-mode-line-string): New name for former vc-status.  Adapted.
3871         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
3873         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
3874         Various simplifications and adaptations all over the place.
3876         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
3877         Simplify and adapt the rest.
3879         * vc.el (vc-resynch-window): Add TODO comment: check for
3880         interaction with view mode according to recent RCS change.
3881         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
3883 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3885         * vc.el: Convert the remaining function comments to docstrings.
3887 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3889         * vc.el (vc-backend-release, vc-release-greater-or-equal)
3890         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
3891         (vc-minor-part, vc-previous-version): Functions that operate and
3892         compare revision numbers got proper documentation.  Comments added
3893         about their possible removal.
3895 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3897         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
3898         the vc-backend.el files.
3900         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
3902         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
3903         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
3904         (vc-rcs-previous-version): Functions added.
3906         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
3908         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
3910 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3912         * vc-hooks.el (vc-master-templates): Is really obsolete.
3913         Comment out the definition for now.  What is the right procedure
3914         to get rid of it?
3915         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
3916         rewritten.
3917         (vc-default-registered): Remove.
3918         (vc-check-master-templates): New function; does mostly what the
3919         above did before.
3920         (vc-locking-user): Don't rely on the backend to set the property.
3922         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
3923         Rewrite documentation.
3924         (vc-rcs-templates-grabbed): New variable.
3925         (vc-rcs-grab-templates): New function.
3926         (vc-rcs-registered): Rewrite to use above mechanism.
3928         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
3929         Rewrite documentation.
3930         (vc-sccs-templates-grabbed): New variable.
3931         (vc-sccs-grab-templates): New function.
3932         (vc-sccs-registered): Rewrite to use above mechanism.
3933         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
3934         Don't throw the result, simply return it.
3936         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
3937         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
3938         (vc-cvs-registered): Does the check itself now.  Simplify.
3940         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
3941         from main line.
3943 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3945         * vc-cvs.el (vc-cvs-diff): New function.
3947         * vc-sccs.el (vc-sccs-diff): New function.
3949         * vc-rcs.el (vc-rcs-diff): New function.
3950         (vc-rcs-checkout): Bug (typo) found and fixed.
3951         (vc-rcs-register-switches): New variable.
3953         * vc.el (vc-backend-diff): Function removed and placed in the
3954         backend files.
3956 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3958         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
3960         * vc.el (vc-backend-checkout): Function removed and replaced in
3961         the vc-backend.el files.
3963         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
3965         * vc.el (vc-backend-admin): Removed and replaced in the
3966         vc-backend.el files.
3968         * vc.el (Martin): Removed all the annotate functionality since it
3969         is CVS backend specific.
3971 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3973         * spec.txt: Added specification of vc-state.
3975         * vc-sccs-hooks.el (vc-sccs-master-properties):
3976         Remove handling of vc-latest-version and
3977         vc-your-latest-version.  What used to be vc-latest-version, is now
3978         returned as vc-workfile-version.
3979         (vc-sccs-workfile-version): Adapt.
3981 2000-09-04  Dave Love  <fx@gnu.org>
3983         * vc.el: [Merged from mainline.]
3984         (vc-dired-mode): Make the dired-move-to-filename-regexp
3985         regexp match the date, to avoid treating date as file size.
3986         Add YYYY S option to WESTERN/
3988 2000-09-04  Dave Love  <fx@gnu.org>
3990         * vc.el: Require `compile' when compiling.
3991         (vc-logentry-check-hook): New option.
3992         (vc-steal-lock): Use compose-mail.
3993         (vc-dired-mode-map): Defvar when compiling.
3994         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
3995         vc-sccs.el and renamed.  Callers changed.
3996         (vc-backend-checkout, vc-backend-logentry-check)
3997         (vc-backend-merge-news): Doc fix.
3998         (vc-default-logentry-check): New function.
3999         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4000         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4001         (vc-backend-merge): Doc fix.  Use backend functions.
4002         (vc-check-headers): Use backend functions.
4004         * vc-cvs.el: Require vc when compiling.
4005         (vc-cvs-register-switches): Doc fix.
4006         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4007         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4008         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4009         New functions (code from vc.el).
4010         (vc-annotate-display-default): Fix interactive spec.
4011         (vc-annotate-time-span): Doc fix.
4013         * vc-rcs.el: Require vc when compiling.
4014         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4015         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4016         (vc-rcs-checkin): New functions (code from vc.el).
4017         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4018         Doc fix.
4019         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
4021         * vc-sccs.el: Require vc when compiling.
4022         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4023         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4024         (vc-sccs-revert)
4025         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4026         from vc.el).
4027         (vc-sccs-add-triple, vc-sccs-record-rename)
4028         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4029         (vc-sccs-admin): Doc fix.
4031 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4033         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4034         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4035         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4036         from vc.el.
4038         * vc-sccs.el (vc-admin-sccs): Added from vc.el
4040         * vc-cvs.el: Moved the annotate functionality from vc.el.
4041         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4043 2000-09-04  Dave Love  <fx@gnu.org>
4045         * vc.el (vc-backend-release): Call vc-system-release.
4047         * vc-sccs.el (vc-sccs-system-release):
4048         Renamed from vc-sccs-backend-release.
4050         * vc-rcs.el (vc-rcs-system-release):
4051         Renamed from vc-rcs-backend-release.
4053         * vc-cvs.el (vc-cvs-system-release):
4054         Renamed from vc-cvs-backend-release.
4056 2000-09-04  Dave Love  <fx@gnu.org>
4058         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4059         backend files.
4060         (vc-backend-release): Dispatch to backend functions.
4061         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
4062         probably needs attention.]
4064         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4065         (vc-sccs-backend-release): New function.
4067         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4068         (vc-cvs-backend-release): New function.
4070         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4071         Doc fix.
4072         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4073         (vc-default-dired-state-info): New function.
4074         (vc-dired-state-info): Dispatch to backends.
4075         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
4077         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4078         from vc.el and renamed.
4080 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4082         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4083         (vc-version-other-window, vc-backend-assign-name): Removed
4084         references to vc-latest-version; sometimes changed into
4085         vc-workfile-version.
4087         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4088         vc-rcs-master-workfile-version.
4089         (vc-rcs-workfile-version): Use the above.  Don't call
4090         vc-latest-version (that was unreachable code, anyway).
4091         (vc-rcs-fetch-master-properties): Doc fix.
4093         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4094         (vc-backend-hook-functions): Removed them from this list, too.
4095         (vc-fetch-properties): Removed.
4096         (vc-workfile-version): Doc fix.
4098         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4099         (vc-rcs-workfile-version, vc-rcs-locking-user)
4100         (vc-rcs-uses-locking): Use it.
4102         * vc-hooks.el (vc-consult-rcs-headers):
4103         Moved into vc-rcs-hooks.el, under the name
4104         vc-rcs-consult-headers.
4106         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4107         headers.
4108         (vc-cvs-find-master): Use this name only; correct different
4109         versions of the name.
4111         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4112         New functions.
4113         (vc-sccs-locking-user): Use the latter.
4115         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4116         New functions.
4118         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4119         Moved into both
4120         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
4121         functions are implementation details of those two backends.
4123 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4125         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4126         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4128         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4129         (vc-sccs-parse-locks): SCCS-specific code moved here from
4130         vc-hooks.
4132         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4133         code moved here from vc-hooks.
4135         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4136         into back-end specific parts and removed.  Callers not updated
4137         yet; because I guess these callers will disappear into back-end
4138         specific files anyway.
4140 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4142         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4143         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4144         `vc-uses-locking'.
4146         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4147         Store yes/no in the property, and return t/nil.  Updated all
4148         callers.
4150         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4151         vc-sccs-uses-locking.  Don't set property.
4152         (vc-sccs-locking-user): Don't set property.
4154         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4155         vc-cvs-uses-locking.  Don't set property here; leave that to
4156         vc-hooks.
4157         (vc-cvs-locking-user): Reflect above change.  Streamlined.
4159         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4160         vc-rcs-uses-locking.
4161         (vc-rcs-locking-user): Reflect above change.
4163 2000-09-04  Dave Love  <fx@gnu.org>
4165         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4167         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4169         * vc-hooks.el (vc-checkout-model): Punt to backends.
4171         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4173         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4175         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4176         New functions.
4178         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4179         New functions.
4181         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4182         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4184         * vc-hooks.el (vc-default-locking-user): New function.
4185         (vc-locking-user, vc-workfile-version): Punt to backends.
4187 2000-09-04  Dave Love  <fx@gnu.org>
4189         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4190         (vc-master-workfile-version): Moved from vc-hooks.
4192         * vc-rcs-hooks.el: Fix duplicate code in last change.
4194         * vc-rcs-hooks.el: Require vc-hooks when compiling.
4195         (vc-rcs-master-templates): Improve :type.
4196         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4197         vc-master-workfile-version): Moved from vc-hooks.
4199         * vc-sccs-hooks.el: Require vc-hooks when compiling.
4200         (vc-sccs-master-templates): Improve :type.
4201         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4203         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4205         * vc-cvs-hooks.el: Require vc-hooks when compiling.
4206         (vc-cvs-master-templates): Improve :type.  Use
4207         vc-cvs-find-cvs-master.
4208         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4209         from vc-hooks.
4210         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4212         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4213         Moved to vc-cvs-hooks.
4215         * vc-hooks.el: Add doc strings in various places.  Simplify the
4216         minor mode setup.
4217         (vc-handled-backends): New user variable.
4218         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4219         simplification.
4221 2000-09-04  Dave Love  <fx@gnu.org>
4223         * vc.el: Some doc fixes for autoloaded and interactive functions.
4224         Fix compilation warnings from ediff stuff.
4225         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4227         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4229         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4231         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4233 2000-09-04  Dave Love  <fx@gnu.org>
4235         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4236         New variable.
4237         (vc-make-backend-function, vc-loadup, vc-call-backend)
4238         (vc-backend-defines): New functions.
4240         * vc-hooks.el: Various doc fixes.
4241         (vc-default-back-end, vc-follow-symlinks): Custom fix.
4242         (vc-match-substring): Function removed.  Callers changed to use
4243         match-string.
4244         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4245         Simplify.
4247 2000-09-04  Dave Love  <fx@gnu.org>
4249         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4250         type.
4251         (vc-sccs-project-dir, vc-search-sccs-project-dir)
4252         (vc-sccs-registered): Doc fix.
4254         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4255         (vc-cvs-registered): Doc fix.
4257         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4258         (vc-rcs-registered): Doc fix.
4260 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4262         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4264         * vc-hooks.el: vc-registered has been renamed
4265         vc-default-registered.  Some functions have been moved to the
4266         backend specific files.  they all support the
4267         vc-BACKEND-registered functions.
4269 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4271         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4273         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4275 2000-09-04  Dave Love  <fx@gnu.org>
4277         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4278         menu-bar-update-hook.
4280         * help.el (help-manyarg-func-alist): Add
4281         find-operation-coding-system.
4283         * wid-edit.el (widget-sexp-validate): Fix garbled code.
4285         * custom.el (custom-set-variables): Print message about errors in
4286         setting.
4288 2000-09-03  Andrew Innes  <andrewi@gnu.org>
4290         * makefile.w32-in: Change to DOS line endings.
4292 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4294         * mouse.el (mouse-popup-menubar): Supply the prompt string for
4295         minor-mode keymaps, if they don't have one.
4297 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4299         * eshell/esh-module.el (eval-when-compile): Don't lose if
4300         esh-module.el's file name is truncated to DOS 8+3 limits.
4302 2000-09-01  John Wiegley  <johnw@gnu.org>
4304         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4305         predicate, which caused entries in the completion list to be
4306         doubled.
4308 2000-08-30  John Wiegley  <johnw@gnu.org>
4310         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4311         sending to subprocesses.  Also, hook pre-command-hook if
4312         `eshell-send-direct-to-subprocesses' is non-nil.
4313         (eshell-send-direct-to-subprocesses): New config variable.  If t,
4314         subprocess input is send immediately.
4315         (eshell-toggle-direct-send): New function.
4316         (eshell-self-insert-command): New function.
4317         (eshell-intercept-commands): New function.
4318         (eshell-send-input): If direct subprocess sending is enabled,
4319         don't echo any input to the Eshell buffer.  Let the subprocess
4320         handle that.  This requires "stty echo" in bash, for example.
4322 2000-08-28  John Wiegley  <johnw@gnu.org>
4324         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4325         completion function for Eshell's implementation of `unset'.
4327 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4329         * info.el (Info-directory-list): Doc fix.
4331 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
4333         * filecache.el (file-cache-add-directory-using-find): Don't quote
4334         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4336 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
4338         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4339         coding systems.
4341 2000-08-30  Andrew Innes  <andrewi@gnu.org>
4343         * timer.el (run-with-idle-timer): Undo last change, so that timer
4344         is not activated immediately if Emacs is already idle.  Some
4345         existing code relies on this behaviour.
4347 2000-08-30  Miles Bader  <miles@gnu.org>
4349         * frame.el (set-frame-font): Do completion of font-name for
4350         interactive use.
4352 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
4354         * international/quail.el (quail-start-translation): Bind locally
4355         last-command-event, last-command, and this-command.
4356         (quail-start-conversion): Likewise.
4357         (quail-self-insert-command): Fix docstring.
4359 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
4361         * progmodes/executable.el
4362         (executable-make-buffer-file-executable-if-script-p): Check that
4363         buffer contains at least 2 characters.
4365 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
4367         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4369 2000-08-29  Dave Love  <fx@gnu.org>
4371         * diff-mode.el (diff-mode) <defgroup>: Add :version.
4372         (diff-mode-shared-map): Bind mouse-2.
4373         (diff-imenu-generic-expression): New variable.
4374         (diff-mode): Use it.
4376         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4377         (mouse-popup-menubar): Add minor mode menus.
4378         (popup-menu): Check for lookup-key returning number.
4380 2000-08-29  Miles Bader  <miles@gnu.org>
4382         * comint.el (comint-send-input): Create overlays using the proper
4383         front/read-advance arguments.
4385 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4387         * ps-print.el: Even/odd pages printing.  Doc fix.
4388         (ps-print-version): New version number (6.0).
4389         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
4390         (ps-background, ps-begin-file, ps-begin-job): Code fix.
4391         (ps-print-duplex-feature): Variable eliminated.
4392         (ps-even-or-odd-pages): New variable.
4394         * progmodes/ebnf2ps.el: Doc fix.
4395         (ebnf-version): New version (3.3).
4396         (ebnf-user-arrow): Change variable customization to sexp.
4397         (ebnf-user-arrow): Function eliminated.
4398         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
4400 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
4402         * help.el (help-xref-mule-regexp): New variable.
4403         (help-make-xrefs): Handle help-xref-mule-regexp.
4405         * international/mule-cmds.el (help-xref-mule-regexp-template): New
4406         variable.
4407         (describe-input-method): Temporarily activate the specfied input
4408         method to display the information.
4409         (describe-language-environment): Hyperlinks to mule related items.
4411         * international/mule-diag.el (charset-multibyte-form-string): New
4412         function.
4413         (list-character-sets-1): Use charset-multibyte-form-string.
4414         (describe-character-set): New function.
4415         (describe-coding-system): Hyperlinks to safe character sets.
4417         * international/quail.el (quail-help): New arg PACKAGE.
4418         Hyperlinks to mule related items.
4419         (quail-help-insert-keymap-description): Use
4420         substitute-command-keys instead of describe-bindings.
4421         (quail-translation-help): Hyperlinks to mule related items.
4423 2000-08-28  John Wiegley  <johnw@gnu.org>
4425         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
4426         have a defsubst call itself.  Made `eshell-flatten-list' back into
4427         a function again.
4429         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
4430         catch, in case re-centering point at bottom messes up the display.
4431         This happens frequently in Emacs 21, due I believe to variable
4432         line heights.
4434         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
4435         to call `find-tag-interactive'.
4437         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
4438         the list of remember directories.
4440 2000-08-28  John Wiegley  <johnw@gnu.org>
4442         * align.el: Test align-region-separate to see if it's a symbol.
4444 2000-08-28  John Wiegley  <johnw@gnu.org>
4446         * eshell/esh-util.el (eshell-flatten-list): Made this function
4447         into a defsubst form.  It gets used very frequently, although
4448         calls don't occur all that often.
4450         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4451         examining it.
4453         * eshell/esh-cmd.el (eshell-rewrite-while-command):
4454         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4455         `eshell-protect'.
4456         (eshell-copy-handles): Created a new macro for duplicating the
4457         current set of open handles.  This is needed by the looping
4458         functions.
4459         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
4460         is not incorrectly stomped on.
4462         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
4463         declaration for pcomplete-use-paring.
4464         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
4465         value of eshell-cmpl-use-paring.
4466         * pcomplete.el (pcomplete-use-paring): New config variable, to
4467         indicate whether paring should be used.
4468         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4469         completion alternatives that have already been used.
4471         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4472         bound to C-c C-y, which will repeat the previous N arguments
4473         (based on prefix argument).
4474         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4476         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4477         if there is no *Help* buffer.  This is for XEmacs, which renames
4478         its help buffers uniquely.  TODO: Find out what the current buffer
4479         name to delete is.
4481         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4482         first entry that correlates to a passwd/group number.  Later
4483         entries (used for group/user name aliasing to multiple IDs) are
4484         ignored.
4486         * eshell/em-xtra.el (eshell/expr):
4487         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4488         (eshell-grep, eshell/diff, eshell/locate):
4489         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4490         argument list, before passing it to the system command.
4492         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4493         `find-tag' for use at final position in Eshell buffers (which
4494         otherwise triggers an error on Emacs 21).
4495         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4496         buffer, if it is currently bound to `find-tag'.
4498         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4499         in the list of matched Makefile names.
4500         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4501         directory, prefer its contents to Makefile.
4503         * eshell/em-dirs.el (eshell/cd): cd commands that look up
4504         directory parts (like "cd old new", or "cd =regexp"), are now case
4505         sensitive on non-Windows/DOS platforms.
4507         * eshell/esh-mode.el (eshell-parse-command-input): When a user
4508         types RET after an open delimiter (like "), display a message
4509         indicating that Eshell is waiting for the closing delimiter.
4511         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4512         environment variables.
4514         * eshell/em-unix.el (eshell/diff): Added logic to fail more
4515         gracefully if the user enters incorrect arguments.
4517         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4518         Eshell buffers.
4520         * eshell/esh-var.el (eshell-interpolate-variable):
4521         * eshell/esh-mode.el (eshell-move-argument):
4522         * eshell/em-unix.el (eshell-du-sum-directory):
4523         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4524         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
4525         (not (= ...)).
4527         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4528         to ensure the `preserve' flag gets propagated when doing recursive
4529         directory copies.
4531 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
4533         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
4534         Don't convert \n into \0177 in memory.
4535         (eshell-read-history, eshell-write-history): Convert \n to \0177,
4536         and back again, when reading and writing.
4538 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
4540         * eshell/esh-util.el (eshell-processp): Added to relieve constant
4541         testing of `fboundp' on `processp'.
4543         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
4544         (eshell/jobs): Don't call process-list if it is not bound.
4545         (eshell-gather-process-output): Support systems where async
4546         subprocesses aren't supported.
4547         (eshell-scratch-buffer, eshell-last-sync-output-start): New
4548         variables.
4550         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
4551         eshell-do-eval returns t.
4552         (eshell-do-pipelines-synchronously): New defmacro.
4553         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
4554         when async subprocesses aren't supported.
4555         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
4556         if async subprocesses aren't supported.
4557         (eshell-resume-command): Don't assume STATUS is a string.
4559         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
4561         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
4562         (eshell-close-target, eshell-get-target): Use eshell-processp.
4563         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
4564         fix.
4565         (eshell-get-target, eshell-create-handles): Doc fix.
4567 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
4569         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
4570         criterion to include commands that output something, as long as it
4571         leaves both the command and the end-of-buffer visible when the
4572         command has exited.
4573         (eshell-review-quick-commands): Adjust the help doc string
4574         accordingly.
4576 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
4578         * locate.el (locate): Cleaned up locate command's interactive prompting
4579         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
4581         * filecache.el (file-cache-case-fold-search): New variable
4582         (file-cache-assoc-function): New variable
4583         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
4584         Use file-cache-case-fold-search variable
4585         (file-cache-add-file): Use file-cache-assoc-function
4586         (file-cache-delete-file): likewise
4587         (file-cache-directory-name): likewise
4588         (file-cache-debug-read-from-minibuffer): likewise
4590 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
4592         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
4593         (abbrev-table-name): New function.
4594         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
4595         If non-nil list local abbrev, only.
4597 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
4599         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
4600         from Gnus support code, and use special article copy buffer
4601         `(gnus-original-article-buffer)' instead.  This allows to get rid
4602         of article-hide-headers usage (which breaks in the latest Gnus
4603         version).  Thanks to Detlev Zundel.
4605 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
4607         * international/quail.el (quail-use-package): Hide "... loaded"
4608         message.
4609         (quail-start-translation, quail-start-conversion): Likewise.
4611         * international/kkc.el (kkc-region): Hide "... loaded" message.
4613 2000-08-27  Dave Love  <fx@gnu.org>
4615         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4617 2000-08-27  Miles Bader  <miles@gnu.org>
4619         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4621 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
4623         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4624         'ja-dic-cnv), not (require 'skkdic-cnv).
4626 2000-08-26  Miles Bader  <miles@gnu.org>
4628         * faces.el (face-x-resources): Add entry for :inherit.
4629         * cus-face.el (custom-face-attributes): Add support for :inherit
4630         attribute.  Add support for relative face heights.
4631         (custom-face-attributes-get): Treat `nil' as being a default value
4632         for :inherit (as well as `unspecified').
4634         * faces.el (set-face-attribute): Update doc string.
4635         (face-attribute-name-alist): Add :inherit.
4636         (face-valid-attribute-values): Handle :inherit.
4637         (face-read-string): Rephrase prompt to be less confusing.
4638         Assume that DEFAULT is a string, since we must return a string.
4639         (face-read-integer): Use `format' to turn DEFAULT into an
4640         acceptable default for face-read-string.  Match NEW-VALUE against
4641         the string "unspecified", not the symbol `unspecified', since
4642         that's what face-read-string returns.
4643         (read-face-attribute): Lookup a name for old-value in valid, and
4644         use it as a default if we find one.  Treat all values from
4645         face-read-string as strings.  If the default is used, don't do any
4646         more processing on the value, just use the old value directly.
4647         (read-face-and-attribute, modify-face): Tweak prompt.
4648         (read-face-name): Don't assume prompt ends with a space.
4650         * faces.el (describe-face): Add support for :inherit attribute.
4652 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
4654         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
4655         concat doesn't accept interger.
4657         * international/kkc.el: Remove SKK from Keywords.  Require
4658         ja-dic-utl instead of skkdic-utl.
4660         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4661         Provide ja-dic-cnv instead of skkdic-cnv.
4662         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
4663         (iso-2022-7bit-short): Add safe-charsets property.
4664         (skkdic-convert-postfix): Search Japanese chou-on character in
4665         addition to Hiragana character.
4666         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4667         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4668         (batch-skkdic-convert): Likewise.
4670         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4671         Provide ja-dic-utl instead of skkdic-utl.
4672         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4674 2000-08-24  Dave Love  <fx@gnu.org>
4676         * disp-table.el (standard-display-default): Make the test of `l'
4677         useful.
4679         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4680         mod sample text.
4682         * international/iso-ascii.el: Make pilcrow convenient string
4683         consistent with section.
4684         (iso-ascii-display): Set up multibyte characters as well as
4685         unibyte.
4687 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
4689         * international/mule-cmds.el (reset-language-environment): Set
4690         default-process-coding-system to '(undecided . iso-latin-1), which
4691         makes process I/O almost consistent with file I/O.   Call this
4692         function when mule-cmds.el[c] is loaded.
4694 2000-08-22  Andrew Innes  <andrewi@gnu.org>
4696         * makefile.w32-in: New file.
4698 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
4700         * comint.el (comint-output-filter): Compare end of
4701         comint-last-output-overlay with the start of the newly inserted
4702         text, not the end, when deciding whether to extend it.
4703         Set saved-point's insertion type to advance after insertion.
4705         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4706         since this is now done independently of font-lock mode.
4708 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
4710         * server.el (server-kill-new-buffers): New user option.
4711         (server-existing-buffer): New buffer-local variable.
4712         (server-visit-files): When using an existing buffer, set
4713         server-existing-buffer to t.
4714         (server-buffer-done): If server-kill-new-buffers is t, kill the
4715         buffer, unless it was already present before visiting it with
4716         Emacs server.
4718 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
4720         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
4721         even if the display doesn't support colors: some displays will
4722         support bold/underline faces.
4724 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
4726         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
4728         * startup.el (command-line): If user's init file had an error,
4729         add explanatory text to *Messages*.
4731 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
4733         * man.el (Man-getpage-in-background): Decode the process output by
4734         the system locale coding system.
4736 2000-08-20  Dave Love  <fx@gnu.org>
4738         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
4739         Don't test x-popup-menu.
4740         (function) <complete-function>: Complete only fbound symbols.
4741         <validate, value>: New.
4742         (variable) <complete-function>: Complete only bound symbols.
4743         (coding-system): Add :base-only, :complete-function, :validate,
4744         :value, :prompt-match.
4745         (widget-coding-system-prompt-value): Use read-coding-system and
4746         act on :base-only.
4747         (editable-field): Add :help-echo.
4748         (widget-push-button-gui, widget-push-button-cache)
4749         (widget-gui-action, widget-editable-list-gui): COmment out, along
4750         with uses.
4751         (widget-at): Make arg optional.
4752         (widget-echo-help): Adjust for current help-echo calling sequence.
4753         (widget-specify-field, widget-specify-button)
4754         (widget-specify-insert, widget-get-sibling, widget-image-find)
4755         (widget-convert, widget-insert, widget-leave-text)
4756         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
4757         (widget-setup, widget-field-find, widget-before-change)
4758         (widget-after-change, widget-default-complete)
4759         (widget-default-create, widget-default-delete)
4760         (widget-push-button-value-create, editable-field)
4761         (widget-field-prompt-value, widget-field-validate)
4762         (widget-choice-value-create, widget-choice-action)
4763         (widget-choice-validate, widget-checklist-add-item)
4764         (widget-radio-add-item, widget-radio-chosen)
4765         (widget-radio-value-inline, widget-editable-list-value-create)
4766         (widget-editable-list-entry-create)
4767         (widget-documentation-link-add)
4768         (widget-documentation-string-value-create)
4769         (widget-regexp-validate, widget-file-complete)
4770         (widget-sexp-validate, widget-plist-convert-widget)
4771         (widget-plist-convert-widget, widget-alist-convert-widget)
4772         (widget-alist-convert-widget, widget-color-complete): Simplify,
4773         particularly to avoid bindings which aren't optimized out.
4775         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4776         Doc fix.
4777         (down-list, backward-up-list, up-list, kill-sexp)
4778         (backward-kill-sexp, mark-sexp): Make arg optional.
4779         (lisp-complete-symbol): Add optional arg PREDICATE.
4781         * cus-start.el: Add display-buffer-reuse-frames,
4782         file-coding-system-alist.
4784 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
4786         * startup.el (command-line): Clear realized faces after
4787         modifying TTY color mappings.
4789 2000-08-20  Miles Bader  <miles@gnu.org>
4791         * faces.el (face-attr-match-p): Don't return true if ATTRS are
4792         merely a subset of FACE's attributes.
4794 2000-08-19  Miles Bader  <miles@gnu.org>
4796         * comint.el (comint-output-filter): Save the point with a marker,
4797         not just a buffer position.
4799         * international/mule.el (set-buffer-process-coding-system): Make
4800         interactive prompt less confusing.
4802 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
4804         * hilit-chg.el: General cleanup of doc strings, comments and
4805         code formatting.
4807 2000-08-19  Miles Bader  <miles@gnu.org>
4809         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4810         Compiler macro removed; beginning-of-line is no longer always
4811         equivalent to forward-line, in the presence of fields.
4813         * comint.el (comint-output-filter): Remove ad-hoc saving of
4814         restriction, and just use save-restriction, now that it works
4815         correctly.  Don't adjust comint-last-input-start to account for
4816         our insertion; it shouldn't have moved because we don't use
4817         insert-before-markers anymore.  Comment out call to
4818         `force-mode-line-update'; why is it here?
4820         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
4821         while checking for prompt to delete.  Use `forward-line 0'
4822         instead of beginning-of-line.
4823         (gud-filter): Temporarily widen gud comint buffer while
4824         examining output.
4826 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
4828         * progmodes/sh-script.el: Big bag of typos.
4830         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4831         check since ispell-process is not bound when ispell is not yet loaded.
4833 2000-08-18  Dave Love  <fx@gnu.org>
4835         * image.el (find-image): Copy `spec' before using plist-put.
4837 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
4839         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4840         `portugues'.
4842         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
4843         backward-kill-sexp, analogous to kill-sexp.
4845         * progmodes/icon.el (icon-indent-line)
4846         (icon-is-continuation-line): Handle comments specially.
4848 2000-08-17  Ken Stevens <k.stevens@ieee.org>
4850         * ispell.el: Set to standard author/maintainer/keyword fields.
4851         Fine tuning to menu map appearance and operation, and added help.
4852         Remove `start' and `end' error messages when compiling.
4853         (ispell-choices-win-default-height): Fixed comment string.
4854         (ispell-dictionary-alist-1): Fixed regexp in castellano and
4855         castellano8 dictionaries.
4856         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
4857         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
4858         dictionary, added italiano dictionary.
4859         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
4860         word character
4861         (ispell-tex-skip-alists): Added psfig support.
4862         (ispell-skip-html): Renamed from ispell-skip-sgml.
4863         (ispell-begin-skip-region-regexp, ispell-skip-region)
4864         (ispell-minor-check): Improved html skipping support to skip across
4865         code, and recognize `&' commands without propper `;' syntax;
4866         (ispell-process-line): Fix alignment error when manually
4867         correcting spelling.
4868         (ispell): Fix comment string.
4869         (ispell-add-per-file-word-list): Always put word list on new line.
4871 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
4873         * format.el (format-encode-run-method): Fix error message to say
4874         `encode' instead of `decode'.  Use save-window-excursion around
4875         shell-command-on-region as in format-decode-run-method because
4876         shell-command-on-region can display a buffer with error output.
4877         (format-decode): Don't record undo information for the decoding.
4878         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
4879         that number part of the temporary buffer name so that more than
4880         one decoding using a temporary buffer can happen safely.
4882         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
4883         of `A-z' in the regexp.
4885         * hilit-chg.el: Fix typos in commentary.
4887         * help.el (view-emacs-news): Rewritten for new naming scheme
4888         for old NEWS files.
4890         * startup.el (command-line): Pop to *Messages* in case an error
4891         is signaled while loading user-init-file.
4893 2000-08-17  Andreas Schwab  <schwab@suse.de>
4895         * files.el (insert-directory): Don't lose original file name,
4896         undoing an undocumented change.
4898 2000-08-17  Alex Schroeder  <alex@gnu.org>
4900         * sql.el (sql-magic-go): Use comint-bol.
4901         (sql-copy-column): Use comint-line-beginning-position.
4902         (comint-line-beginning-position): Define a replacement for
4903         comint-line-beginning-position if it is not fboundp.
4905 2000-08-17  Alex Schroeder  <alex@gnu.org>
4907         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
4908         it didn't have any effect anyway.
4910 2000-08-17  Alex Schroeder  <alex@gnu.org>
4912         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
4913         --pset and pager=off instead of sending \\o|cat at the beginning
4914         of the session.
4916 2000-08-17  Miles Bader  <miles@gnu.org>
4918         * progmodes/octave-inf.el: Add compatibility definition of
4919         comint-line-beginning-position.
4921 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
4923         * startup.el (normal-top-level): Look in each dir in load-path for
4924         a leim-list.el file too.  This assures of loading leim-list.el
4925         that is created at Emacs installation time even if a user have his
4926         own leim-list.el.
4928 2000-08-17  Miles Bader  <miles@gnu.org>
4930         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
4931         foreground color to black if the background is dark.
4933 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
4935         * loadhist.el (unload-feature): Typo.
4937         * finder.el (finder-compile-keywords):
4938         * cus-dep.el (custom-make-dependencies): Add local-variable settings
4939         to the generated file.
4941         * mail/mh-e.el (mh-make-local-vars):
4942         Replace make-variable-buffer-local with make-local-variable.
4944         * play/landmark.el:
4945         * options.el (Edit-options-{set,toggle,t,nil}):
4946         * mail/mailabbrev.el (mail-abbrevs-mode):
4947         * textmodes/tex-mode.el (tex-expand-files):
4948         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
4950         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
4952         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
4953         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
4954         Allow going past the last element.
4955         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
4956         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
4957         (cvs-mouse-toggle-mark): Don't move point.
4958         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
4960         * progmodes/compile.el (grep): Provide a default set of files.
4961         (next-error): Docstring fix.
4962         (compilation-find-file): Avoid find-file (fails in a dedicated window).
4964         * emacs-lisp/easy-mmode.el (define-minor-mode):
4965         Use `symbol-value' to keep the byte-compiler quiet.
4967         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
4968         (diff-find-source-location): New fun, extracted from diff-goto-source.
4969         (diff-goto-source): Use it.
4970         (diff-next-complex-hunk, diff-filter-lines): New function.
4971         (diff-apply-hunk): New command.
4973         * smerge-mode.el (smerge-mode-menu): Doc fix.
4975         * msb.el (msb-mode): Define it in terms of define-minor-mode.
4977 2000-08-16  Dave Love  <fx@gnu.org>
4979         * windmove.el (windmove) <defgroup>: Add :version.
4981         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
4982         (goto-address-fontify-p, goto-address-highlight-p)
4983         (goto-address-url-face, goto-address-url-mouse-face)
4984         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
4985         (goto-address-url-regexp): Use thing-at-point-url-regexp.
4986         (goto-address-fontify, goto-address-at-mouse): Simplify,
4987         (goto-address-at-point): browse-url-url-at-point,
4988         goto-address-find-address-at-point can return nil.
4989         (goto-address-find-address-at-point): Return nil on failure.
4991         * align.el (align) <defgroup>: Add :version.
4993         * calculator.el (calculator): Add :version.
4994         (calculator): Use two lines for calculator window if `modeline'
4995         face is boxed.
4997         * play/5x5.el: Doc fixes.
4998         (5x5) <defgroup>: Add :version.
5000         * play/fortune.el (fortune) <defgroup>: Add :version.
5001         (fortune-append): Fix error message.
5002         (fortune-from-region): Doc fix.
5004         * play/pong.el (pong): Doc fix.
5006         * play/morse.el: Keywords, commentary, autoloads.
5008 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
5010         * desktop.el (desktop-save): Don't look at symbol-value of a
5011         member of minor-mode-alist, unless it is boundp.
5013 2000-08-16  Sam Steingold  <sds@gnu.org>
5015         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
5016         `while'; use `with-current-buffer' instead of `save-excursion'.
5017         Removed unnecessary kludges now that "*Buffer List*" is excluded.
5019 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
5021         * international/ccl.el (declare-ccl-program): Docstring modified.
5022         (ccl-execute-with-args): Likewise.
5024 2000-08-16  Miles Bader  <miles@gnu.org>
5026         * progmodes/sql.el: Add compatibility definition of
5027         comint-line-beginning-position.
5029 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
5031         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5032         'buffer-menu' property.
5033         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5034         fails.
5035         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5036         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5037         wasn't killed.
5039         * buff-menu.el (list-buffers-noselect): Don't display the
5040         *Buffer List* buffer.
5042         * font-lock.el: Require jit-lock to prevent a very late
5043         `Loading jit-lock' message.
5045         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
5046         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
5047         mail address.
5049 2000-08-15  Miles Bader  <miles@gnu.org>
5051         * textmodes/ispell.el (ispell-graphic-p): New constant.
5052         (ispell-choices-win-default-height, ispell-help): Use
5053         `ispell-graphic-p' instead of `xemacsp'.
5055 2000-08-15  Dave Love  <fx@gnu.org>
5057         * simple.el: Autoload widget-convert when compiling.
5058         (mail-user-agent): Doc fix.
5060         * help.el (function-called-at-point, variable-at-point): Use
5061         with-syntax-table.
5062         (help-manyarg-func-alist): Add insert-and-inherit.
5064         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5066         * delsel.el (delsel-unload-hook): New function.
5068         * find-file.el: Doc fixes.  Move provide to end.
5069         (ff) <defgroup>: Add :link.
5070         (ff-goto-click): Deleted.
5071         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5072         Use mouse-set-point.
5074         * textmodes/tildify.el: Doc fixes.
5075         (tildify) <defgroup>: Add:version.
5077         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5078         (glasses-custom-set): Use set-default, not set.
5079         (minor-mode-alist): Propertize the lighter.
5080         (glasses-mode): Provide optional arg.
5082         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5083         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
5084         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5085         option.  Provide :type.
5086         (cwarn-configuration): Provide :type.
5087         (cwarn-mode): Doc fix.
5089         * add-log.el (change-log-merge): Doc fix.
5090         (change-log-redate): New command.
5092         * net/browse-url.el (browse-url-filename-alist): Add a clause for
5093         Doze and Dog.
5094         (browse-url): Use dolist, not mapcar.
5095         (browse-url-at-point): Check for null url.
5096         (browse-url-event-buffer, browse-url-event-point): Functions
5097         deleted.
5098         (browse-url-at-mouse, browse-url-netscape): Simplify.
5100         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5101         modes.
5102         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5103         Fix previous change to mapcan.
5104         (msb--init-file-alist, msb--add-separators)
5105         (msb--make-keymap-menu): Simplify.
5106         (msb--choose-file-menu): Use copy-sequence.
5107         (msb-mode-map): Add title to keymap.
5108         (msb-unload-hook): New function.
5110         * bs.el: Fix indentation.
5111         (bs) <defgroup>: Add :links.
5112         (bs-show): Doc fix.
5113         (bs-apply-sort-faces): Don't use window-system.
5114         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
5116 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
5118         * calendar/timeclock.el (timeclock-file): Run .timelog through
5119         convert-standard-filename.
5121 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
5123         * emacs-lisp/authors.el: New file.
5125         * paren.el (show-paren-priority): New user option.
5126         (show-paren-function): Set overlay priorities to
5127         show-paren-priority.
5129 2000-08-14  Miles Bader  <miles@gnu.org>
5131         * comint.el (comint-bol): Use `forward-line 0' instead of calling
5132         beginning-of-line with inhibit-field-text-motion bound.
5134 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
5136         * calendar/timeclock.el: New file.
5138 2000-08-14  David Ponce  <david@dponce.com>
5140         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5141         `widget-button-click'. so that one can use left mouse button to
5142         click on dialog buttons.
5144 2000-08-14  Emmanuel Briot  <briot@gnat.com>
5146         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
5147         identifiers, since XML is case sensitive
5149 2000-08-12  Miles Bader  <miles@gnu.org>
5151         * comint.el (comint-output-filter): Don't bother frobbing
5152         window-start, it doesn't seem to be necessary.
5154         * comint.el (comint-send-string, comint-send-region): Make into
5155         real functions.  Snapshot the prompt before sending.
5157 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
5159         * info.el (Info-find-emacs-command-nodes): Rewrite to use
5160         technique similar to Info-index, instead of relying on specific
5161         names of relevant Index nodes.
5162         (Info-goto-emacs-command-node): Bind Info-history to nil when
5163         going to the first node found by Info-find-emacs-command-nodes.
5165 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
5167         * menu-bar.el (menu-bar-help-menu): Add a :help string.
5169 2000-08-10  Miles Bader  <miles@gnu.org>
5171         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5173 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
5175         * info.el (Info-file-list-for-emacs): More elements for the
5176         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5177         and woman manuals.
5179 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
5181         * comint.el (comint-send-input): Make the newline boundary overlay
5182         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
5183         (comint-output-filter): Use `insert' instead of
5184         `insert-before-markers'.  Extend comint-last-output-overlay when
5185         necessary since we can't rely on insert-before-markers to do it.
5186         * gud.el (gud-filter): Use `with-current-buffer' instead of
5187         save-excursion when inserting the output, so that point gets
5188         updated correctly; the old method relied on a rather dodgy
5189         side-effect of comint-output-filter to avoid the effect of
5190         save-excursion.
5192 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
5194         * files.el (recover-file): Call insert-directory instead of
5195         invoking `ls' directly.
5197 2000-08-10  Miles Bader  <miles@gnu.org>
5199         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5200         (comint-last-prompt-overlay): New variables.
5201         (comint-output-filter): Implement prompt highlighting.
5202         (comint-snapshot-last-prompt): New function.
5203         (comint-send-input): Snapshot the last prompt.
5204         Use comint-highlight-input-face.
5205         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5206         Use defface instead of defcustom.
5207         (send-invisible, comint-send-eof): Snapshot the last prompt.
5208         (comint-delchar-or-maybe-eof): Use comint-send-eof.
5209         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5211 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
5213         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5214         (regexp-opt-group): Use a list of chars for `letters'.
5215         (regexp-opt-charset): `chars' is now a list of chars.
5216         Use a char-table rather than a vector so it works for multibyte chars.
5218         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
5219         Set cvs-minor-current-files to the selected fileinfo.
5220         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5221         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5223 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
5225         * files.el (insert-directory): Don't call access-file on
5226         directories on DOS and Windows.
5228 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
5230         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5231         longer if necessary.
5232         (ccl-embed-code): Call ccl-embed-data to store CODE in
5233         ccl-program-vector.
5235 2000-08-09  Miles Bader  <miles@gnu.org>
5237         * comint.el (comint-output-filter): Properly handle the case where
5238         the text surrounded by comint-last-output-overlay was deleted.
5240 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
5242         * info.el (Info-insert-dir): Use Info-additional-directory-list if
5243         non-nil.
5244         (Info-file-list-for-emacs): Remove "info" from the list because
5245         that leads to trying to use the documentation from file `info'
5246         in various situations where it isn't appropriate, for instance
5247         C-h C-k C-h i.
5249         * ffap.el (ffap-read-file-or-url-internal): Handle case that
5250         DIR and/or STRING are nil.
5252         * progmodes/compile.el (compilation-setup): Make variable
5253         compilation-error-screen-columns buffer-local, as some comment
5254         in the code suggests it should be.
5256         * files.el (auto-mode-interpreter-regexp): New variable.
5257         (set-auto-mode): Use it.
5259         * indent.el (indent-for-tab-command): Doc fix.
5261         * mouse-sel.el (mouse-sel-mode): Doc fix.
5263         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5264         labels.
5266         * help.el (print-help-return-message): When
5267         display-buffer-reuse-frames is set, let the help window been quit,
5268         instead of deleting it, which might delete a reused frame.
5270 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
5272         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5273         rename a directory to a name that differs only by its letter case.
5275 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
5277         * international/quail.el (quail-define-rules): Handle Quail decode
5278         map correctly.  Add code for supporting annotations.
5279         (quail-install-decode-map): New function.
5280         (quail-defrule-internal): New optional arguments decode-map and
5281         props.
5282         (quail-advice): New function.
5284 2000-08-07  Sam Steingold  <sds@gnu.org>
5286         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5287         `defconst', `define-condition', `with-slots'.
5288         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5290 2000-08-03  Miles Bader  <miles@gnu.org>
5292         * comint.el (comint-use-prompt-regexp-instead-of-fields):
5293         New variable.
5294         (comint-prompt-regexp, comint-get-old-input): Document dependence on
5295         comint-use-prompt-regexp-instead-of-fields.
5296         (comint-send-input): Add `input' field property to stuff we send to
5297         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5298         (comint-output-filter): Add `output' field property to process
5299         output, if comint-use-prompt-regexp-instead-of-fields is nil.
5300         (comint-replace-by-expanded-history)
5301         (comint-get-old-input-default, comint-show-output)
5302         (comint-backward-matching-input, comint-forward-matching-input)
5303         (comint-next-prompt, comint-previous-prompt):  Use field
5304         properties if comint-use-prompt-regexp-instead-of-fields is nil.
5305         (comint-line-beginning-position): New function.
5306         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
5307         (comint-replace-by-expanded-history-before-point): Use
5308         comint-line-beginning-position and line-end-position.
5309         (comint-last-output-overlay): New variable.
5310         (comint-mode): Make `comint-last-output-overlay' buffer-local.
5312         * shell.el (shell-prompt-pattern): Doc change.
5313         (shell-backward-command): Use line-beginning-position.
5315         * gud.el (gud-gdb-complete-command): Use
5316         comint-line-beginning-position.
5318         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5319         comint-bol doesn't actually go to the beginning of the line.
5321         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5322         if comint-use-prompt-regexp-instead-of-fields is non-nil.
5323         (try-expand-line-all-buffers): Likewise.
5325         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5326         explicitly matching comint-prompt-regexp.
5327         (sql-copy-column): Use comint-line-beginning-position instead of
5328         explicitly matching comint-prompt-regexp.
5330         * progmodes/octave-inf.el (inferior-octave-complete): Use
5331         comint-line-beginning-position.
5333         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5335         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5336         looking for a prompt, use `forward-line 0' instead of
5337         `beginning-of-line', to avoid getting caught by an input field.
5339 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
5341         * files.el (shell-quote-wildcard-pattern): Make sure to return
5342         PATTERN, in the Unix case.
5344 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
5346         * play/zone.el (zone): Discard any pending input before running
5347         the randomly-chosen pgm.
5349 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
5351         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5352         checking the existence of any multibyte characters.
5354 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
5356         * help.el (describe-mode): Test minor-mode symbol for being
5357         bound before testing its value for being nil.
5359         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5360         `first', `second', and `third'.
5362         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5363         (second): Make it an alias for `cadr'.
5365 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
5367         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5368         types of display support faces now.
5370 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
5372         * pcvs.el (require): Require `cl' during compilation, only.
5374         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5375         (toplevel): Remove `remq' and `remove' from autoloads.
5376         (cl-fake-autoloads): New variable.  If set, arrange for an error
5377         when CL functions etc. are autoloaded.
5379 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
5381         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5383         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5384         popped up, but the user clicks outside the menu, return an empty
5385         regexp (that causes unhighlight-regexp to have no effect).
5387         * menu-bar.el (menu-bar-games-menu): Add Zone.
5389         * hi-lock.el (toplevel): Require font-lock.
5391 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5393         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
5394         (ebnf-8-bit-chars): New var for bug fix.
5395         (ebnf-string): Bug fix.
5397 2000-08-03  Sam Steingold  <sds@gnu.org>
5399         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
5400         instead of `buffer-string'.
5401         (require 'cl): Always, not just when compiling.
5402         `ignore-errors' in `interactive', `list*', `defun*' &c make this
5403         necessary.
5405 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
5407         * international/mule-cmds.el (select-safe-coding-system): Make
5408         the message text about selecting a safe coding system more clear.
5410 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
5412         * hi-lock.el: New file.
5414         * play/zone.el: New file.
5416         * replace.el (occur): Set tab-width in the *Occur* buffer to the
5417         value of tab-width in the original buffer.  Choose a line number
5418         format that's a multiple of the original buffer's tab width, so
5419         that lines appear right.
5421         * textmodes/ispell.el (ispell): New function, replacing an alias.
5422         Spell-check active region if in transient-mark-mode and mark
5423         is active; otherwise spell-check buffer.
5425 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5427         * ps-mule.el: Fix a customization problem on
5428         ps-mule-font-info-database-default.
5430 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
5432         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
5433         display-mouse-p instead of window-system.
5434         (ebrowse-member-mode-map): Ditto.
5436 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5438         * progmodes/ebnf2ps.el: Update ps-print functions call.
5439         Indentation fix.  Doc fix.
5440         (ebnf-version): New version number (3.2).
5441         (ebnf-format-color, ebnf-begin-job): Code fix.
5443 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
5445         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5446         font lock support on window-system.
5447         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5449         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5450         display-color-p, if fboundp, instead of window-system.
5452 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
5454         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5455         instead of window-system.
5457         * wid-edit.el (widget-choose): Use display-mouse-p instead of
5458         window-system.
5459         (widget-choice-mouse-down-action): Use display-popup-menus-p
5460         instead of window-system.
5462         * strokes.el (strokes-file): Run the file name through
5463         convert-standard-filename.
5464         (strokes-mode): Call display-mouse-p instead of looking at
5465         window-system.  Change the error message accordingly.
5467         * progmodes/cpp.el (toplevel): Support faces on tty's.
5469         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5470         (lm-plot-square, lm-init-display): Don't use window-system.
5472         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5473         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5475         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5476         instead of looking at window-system.
5478 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
5480         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5481         of testing if iswitchb-prepost-hooks is bound, because the
5482         latter will always be true when invoking a recursive minibuffer
5483         from an active Iswitchb buffer.
5485 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
5487         * files.el (shell-quote-wildcard-pattern): New function.
5488         (insert-directory): Call it.  Only prepend "\" to command on Unix
5489         and GNU/Linux systems.
5491 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
5493         * eshell/esh-groups.el: Change custom :link file names
5494         from `eshell.info' to `eshell'.
5496 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
5498         * dired.el (dired-build-subdir-alist): Expand subdirectory names
5499         correctly in recursive ange-ftp listings.
5501 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5503         * ps-print.el: Fix bug 1: if ps-font-size-internal,
5504         ps-header-font-size-internal and
5505         ps-header-title-font-size-internal variables are not set,
5506         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
5507         face text property is (foreground-color . COLOR) or
5508         `(background-color . COLOR)', ps-print crashes.  Doc fix.
5509         (ps-print-version): New version number (5.2.4).
5510         (ps-plot-region): Code fix.
5511         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5512         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5513         Bug fix 2.
5515 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
5517         * glasses.el (glasses-make-readable): Fix uncapitalization of
5518         identifiers like `myXMLDocument'.
5520 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
5522         * mail/mail-hist.el (mail-hist-previous-input)
5523         (mail-hist-next-input): Do the obvious code factorization.
5524         (mail-hist-retrieve-and-insert): New func, contains common
5525         code of above two.
5526         If inserting a message body, leave point at top.
5528 2000-07-28  Sam Steingold  <sds@gnu.org>
5530         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
5531         Use `<=', not `<' to compare times!
5532         (ange-ftp-ls): Remove.
5534 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
5536         * play/cookie1.el: Add explanation of how to make cookie.el
5537         compatible with strfile(1) to comment.
5539         * subr.el (remove, remq): New functions.
5541         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
5542         escape `*' in regexps.
5543         (midnight-find): Reverse order of arguments in the funcall of
5544         TEST.
5546         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
5547         and `.class'.
5549         * play/meese.el: Add Commentary section.
5551 2000-07-27  Alex Schroeder  <alex@gnu.org>
5553         * sql.el (sql-ms): Added autoload cookie.
5554         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
5555         (sql-oracle): Ditto.
5556         (sql-help): Doc change.
5558         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
5559         types and exceptions.
5561 2000-07-27  Alex Schroeder  <alex@gnu.org>
5563         * sql.el (sql-placeholder-history): New variable.
5564         (sql-query-placeholders-and-send): New function that will query
5565         the user and replace placeholders with user input.
5566         (sql-oracle): If running on NT, set comint-input-sender to
5567         sql-query-placeholders-and-send.
5569         (sql-stop): If in the SQLi buffer, insert stop notification, else
5570         present it as a message.
5572 2000-07-27  Alex Schroeder  <alex@gnu.org>
5574         * sql.el (sql-input-ring-separator): Doc change.
5575         (sql-input-ring-file-name): Doc change.
5576         (sql-interactive-mode): Use `sql-input-ring-separator' and
5577         `sql-input-ring-file-name' to set the comint-mode equivalents
5578         without making them local variables.
5579         (sql-stop): Don't bind `sql-input-ring-separator' and
5580         `sql-input-ring-file-name' dynamically to their comint-mode
5581         equivalents.
5583 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
5585         * international/mule.el (register-char-codings): New function.
5586         (make-coding-system): Handle `safe-chars' specification in the arg
5587         PROPERTY.
5589         * international/mule-cmds.el
5590         (find-coding-systems-region-subset-p): This function deleted.
5591         (sort-coding-systems-predicate): New variable.
5592         (sort-coding-systems): New function.
5593         (find-coding-systems-region): Use
5594         find-coding-systems-region-internal.
5595         (find-coding-systems-string): Use find-coding-systems-region.
5596         (find-coding-systems-for-charsets): Check
5597         char-coding-system-table.
5598         (select-safe-coding-system-accept-default-p): New variable.
5599         (select-safe-coding-system): Mostly rewritten.  New argument
5600         ACCEPT-DEFAULT-P.
5601         (select-message-coding-system): Call select-safe-coding-system
5602         with ACCEPT-DEFAULT-P arg.
5603         (reset-language-environment): Reset default-sendmail-coding-system
5604         to the default value iso-latin-1.
5605         (set-language-environment): Don't set the obsolete variable
5606         charset-origin-alist.
5608         * international/codepage.el (cp-coding-system-for-codepage-1):
5609         Give `safe-chars' property to make-coding-system.
5611         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5612         calling select-message-coding-system twice.
5614         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5615         instead of `safe-charsets'.
5616         (cyrillic-alternativnyj): Likewise.
5617         (ccl-encode-alternativnyj): Don't check the charset
5618         cyrillic-iso8859-5.
5620 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
5622         * composite.el (compose-chars-after): Preserve match data.
5624 2000-07-26  Sam Steingold  <sds@gnu.org>
5626         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5627         (ange-ftp-real-file-newer-than-file-p): New function.
5628         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5629         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5631         * tooltip.el (tooltip-float-time): Removed (use `float-time').
5632         * midnight.el (midnight-float-time): Ditto.
5634 2000-07-26  Andreas Schwab  <schwab@suse.de>
5636         * files.el (normal-backup-enable-predicate): Correct
5637         interpretation of the return value of compare-strings.
5639 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
5641         * isearch.el (isearch-resume): New function.
5642         (isearch-done): Add something to command-history to resume
5643         the search.
5644         (isearch-yank-line, isearch-yank-word): Use
5645         buffer-substring-no-properties instead of buffer-substring.
5647         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5648         of flyspell-mouse-map.
5650         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5651         duplicate definition.
5652         (makefile-mode): Remove duplicate setting of local-abbrev-table.
5654         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5655         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5657 2000-07-25  Sam Steingold  <sds@gnu.org>
5659         * net/ange-ftp.el: Get modtime over the net.
5660         (ange-ftp-file-modtime): New function.
5661         (ange-ftp-write-region, ange-ftp-insert-file-contents)
5662         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
5663         Use it.
5664         (ange-ftp-dot-to-slash): New function.
5665         (ange-ftp-fix-name-for-vms): Use it.
5667         * midnight.el (midnight-buffer-display-time): Use
5668         `with-current-buffer'.
5670 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
5672         * find-dired.el: Update copyright notice.
5673         (find-dired): Offer to kill a running `find'.
5675         * enriched.el (enriched-face-ans): For a `foreground-color'
5676         property, return '(("x-color" COLOR))' so that COLOR will be
5677         output as a parameter of the x-color annotation.  Likewise for the
5678         `background-color' property.  In the case of normal face
5679         properties, don't return annotations for unspecified foreground
5680         and background face attributes.
5682 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
5684         * language/japan-util.el (japanese-katakana-region): Fix handling
5685         HANKAKU argument.
5687 2000-07-25  Miles Bader  <miles@gnu.org>
5689         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5690         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
5691         constrain-to-field.
5693 2000-07-24  Andrew Innes  <andrewi@gnu.org>
5695         * timer.el (timer-activate-when-idle): Add optional parameter
5696         DONT-WAIT.  Update docstring.
5697         (run-with-idle-timer): Specify extra parameter to
5698         timer-activate-when-idle, so that timer will be activated
5699         immediately if Emacs is already idle.
5701         * w32-fns.el (w32-using-nt): Fix docstring.
5703 2000-07-24  Dave Love  <fx@gnu.org>
5705         * mouse.el (popup-menu): Set last-command-event.
5706         (mouse-major-mode-menu-prefix): Declare.
5708 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
5710         * textmodes/flyspell.el: Update to author's version 1.5d.
5712         * progmodes/hideshow.el: Update copyright notice.
5714         * vcursor.el: Set maintainer to FSF, since author cannot
5715         be reached.
5717 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
5719         * info.el (Info-goto-emacs-key-command-node): Leave a space after
5720         the prompt.
5722         * mouse.el (popup-menu): Run the keymap through indirect-function,
5723         in case it was defined with define-prefix-key.  If the menu is a
5724         list of keymaps, look up the binding of user's choice in each one
5725         of the keymaps.
5726         (mouse-popup-menubar): If the global and local menu-bar keymaps
5727         don't have a prompt string, create one and insert it into the
5728         keymap.  Don't barf if current-local-map returns nil.
5730 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
5732         * dired.el (dired-sort-R-check): Added to allow recursive listing
5733         to be undone.
5734         (dired-sort-other): Use it.
5736 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5738         * Release of cc-mode 5.27
5740 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5742         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
5743         c-beginning-of-statement-1 that caused a bad case of recursion
5744         which could consume a lot of CPU in large classes in languages
5745         that have in-expression classes (i.e. Java and Pike).
5747         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
5748         statements before top level constructs (i.e. case 6 is moved
5749         before case 5 and is now case 4) to catch in-expression
5750         classes in top level expressions correctly.
5752 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5754         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
5755         objc-method-intro. Case 4 removed and case 5I added.
5757         * cc-langs.el (c-append-paragraph-start): New variable used by
5758         c-common-init to get paragraph-start correct.
5759         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
5760         initialize paragraph-start to make it correct both with and
5761         without the javadoc special case.
5763         * cc-mode.el (java-mode): Use c-append-paragraph-start to
5764         initialize paragraph-start for javadoc markup.
5766         * cc-vars.el (c-style-variables-are-local-p): Incompatible
5767         change by defaulting this to t.  It's motivated by the
5768         confusing behavior that otherwise arise from the style system
5769         when editing both java and non-java files at the same time
5770         (see the comments about style setting in c-common-init).
5772 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5774         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
5775         similar to the one in c-fill-paragraph to check the fill
5776         prefix from the adaptive fill function for sanity.
5778 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5780         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
5781         defun block.
5783 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5785         * cc-mode.texi Documented the change of cpp-macro.
5787 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5789         * cc-align.el (c-lineup-multi-inher): Handle lines with
5790         leading comma nicely. Extended to handle member initializers
5791         too.
5793         * cc-engine.el: (c-beginning-of-inheritance-list,
5794         c-guess-basic-syntax): Fixed recognition of inheritance lists
5795         when the lines begins with a comma.
5797         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
5799         * cc-vars.el (c-offsets-alist): Changed default for
5800         member-init-cont to c-lineup-multi-inher since it now handles
5801         member initializers and indents better for leading commas.
5803 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5805         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
5806         handling that caused class open lines to be recognized as
5807         statement-conts in some cases.
5809         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
5810         guessed by the adaptive fill function unless point is on the
5811         first line of a block comment.
5813         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
5814         when the buffer ends with a macro continuation char.
5816         * cc-engine.el (c-guess-basic-syntax): Added support for
5817         function definitions as statements in Pike.  The first
5818         statement in a lambda block is now labeled defun-block-intro
5819         instead of statement-block-intro.
5821         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
5822         so that the class surrounding point is selected, not the one
5823         innermost in the state.
5825         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
5826         recognition of switch labels having hanging multiline
5827         statements.
5829         * cc-engine.el (c-beginning-of-member-init-list): Broke out
5830         some code in c-guess-basic-syntax to a separate function.
5831         * cc-engine.el (c-just-after-func-arglist-p): Fixed
5832         recognition of member inits with multiple line arglists.
5833         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
5834         member-init-cont when the commas are in funny places.
5836 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5838         * cc-defs.el (c-auto-newline): Removed this macro since it's
5839         not used anymore.
5841         * cc-engine.el (c-looking-at-bos): New helper function.
5842         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
5843         inexpr and toplevel classes apart in Pike.
5845         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
5846         of case 9A.
5848         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
5849         constant, since "class" can introduce an in-expression class
5850         in Pike nowadays.
5852 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5854         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
5855         indentation on cpp-macro lines.
5857         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
5858         a syntax modifier like comment-intro, to make it possible to
5859         get syntactic indentation for preprocessor directives.  It's
5860         incompatible wrt to lineup functions on cpp-macro, but it has
5861         no observable effect in the 99.9% common case where cpp-macro
5862         is set to -1000.
5864 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5866         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
5867         member-init-cont when the preceding arglist is several lines.
5869 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5871         * cc-styles.el (c-style-alist): The basic offset for the BSD
5872         style corrected to 8.
5874 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5876         * cc-styles.el (c-style-alist): Adjusted the indentation of
5877         brace list openers in the gnu style.
5879 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5881         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
5883         * cc-cmds.el (c-electric-brace, c-electric-slash,
5884         c-electric-star, c-electric-semi&comma, c-electric-colon,
5885         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
5886         when c-syntactic-indentation is nil.
5888         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
5889         we were left at comments preceding the first statement when
5890         reaching the beginning of the buffer.
5892         * cc-vars.el (c-syntactic-indentation): New variable to turn
5893         off all syntactic indentation.
5895 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5897         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
5898         between the text and the block comment ender when it hangs,
5899         depending on how many there are before the fill.
5901 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5903         * cc-engine.el (c-beginning-of-closest-statement): New helper
5904         function to go back to the closest preceding statement start,
5905         which could be inside a conditional statement.
5906         * cc-engine.el (c-guess-basic-syntax): Use
5907         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
5909         * cc-engine.el (c-guess-basic-syntax): Better handling of
5910         arglist-intro, arglist-cont-nonempty and arglist-close when
5911         the arglist is nested inside parens.  Cases 7A, 7C and 7F
5912         changed.
5914         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
5915         up-to-date with javadoc 1.2.
5917 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5919         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
5920         multiline Pike type decls.
5922 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5924         * cc-cmds.el (c-indent-new-comment-line): Always break
5925         multiline comments in multiline mode, regardless of
5926         comment-multi-line.
5928 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5930         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
5931         fully::qualified::names in C++ member init lists.  Preamble in
5932         case 5D changed.
5934 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5936         * cc-langs.el (c-common-init): Handling of obsolete variables
5937         moved to c-initialize-cc-mode.  More compatible style override
5938         when using global style variables.
5939         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
5940         variables moved here.
5942         * cc-mode.texi: Documented the special behavior of
5943         c-special-indent-hook as a style variable.  Don't talk about
5944         doing (c-make-styles-buffer-local t) in a mode hook, since
5945         that's already too late to work right.
5947         * cc-styles.el (c-make-styles-buffer-local): Flag style
5948         variable localness in c-style-variables-are-local-p to make
5949         the compatibility measure in c-common-init work well.
5951         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
5952         longer contain set-from-style.
5953         * cc-styles.el (c-initialize-builtin-style): Don't check for
5954         set-from-style on c-special-indent-hook.
5955         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
5956         copy-alist is sufficient now.
5958         * cc-styles.el (c-set-style, c-set-style-1,
5959         c-get-style-variables): Fixes to variable initialization so
5960         that duplicate entries in styles have the same effect
5961         regardless of DONT-OVERRIDE.
5963         * cc-styles.el (c-set-style-2): Fixed bug where the
5964         initialization of inheriting styles failed when the
5965         dont-override flag is set.
5967         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
5968         on this.
5970 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5972         * cc-defs.el (c-forward-comment): Removed the workaround
5973         introduced in 5.38 since it had worse side-effects.  If a line
5974         contains the string "//\"", it regarded the // as a comment
5975         start since the \ temporarily doesn't have escape syntax.
5977 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
5979         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
5980         ada-xref.el before ada-prj.el, so that the Project menu is created
5981         when ada-prj tries to add to it.
5982         (ada-activate-keys-for-case): Suppress the characters that are not
5983         part of the Ada syntax. Better compatibility with else-mode
5984         (ada-adjust-case-interactive): When auto-casing is not active,
5985         correctly insert newlines (used to insert only ^M).  Prevent the
5986         syntax table from being changed in case of an error
5987         (or '_' becomes part of a word and some commands are confused).
5988         Do nothing if ada-auto-case is nil.
5989         (ada-after-keyword-p): Ignore keywords that are also attributes
5990         (ada-batch-reformat): Update usage comment
5991         (ada-call-from-contextual-menu): New function
5992         (ada-case-read-exceptions): Reinitialize the casing exception list
5993         first to nil first, so that the casing exception file can be
5994         shared.
5995         (ada-check-defun-name): Handles "configure" keyword for gnatdist
5996         files.
5997         (ada-compile-goto-error): Fix regexp used to detect a file:line
5998         anywhere in the error message
5999         (ada-contextual-menu-last-point): New variable
6000         (ada-create-keymap): If the variable delete-key-deletes-forward is
6001         t on XEmacs, it means that DEL should delete one character
6002         forward.
6003         (ada-create-menu): Use :included instead of :visible for XEmacs.
6004         New submenu "Options".
6005         (ada-end-stmt-re): Correctly indent "select ... then abort"
6006         statements.
6007         (ada-fill-comment-paragraph): Correctly delete all leading '--'
6008         even if they don't match ada-fill-comment-prefix Fix handling of
6009         paragraphs on the first or last line of a file.
6010         (ada-format-paramlist): Fix handling of default parameter values.
6011         (ada-get-body-name): New function.
6012         (ada-get-current-indent): Optimized by searchling directly for an
6013         existing generic part or a statement outside of it.  Handle
6014         ada-indent-align-comments when indenting comments Replaced some
6015         regexps by testing directly the next character. This results in a
6016         huge speedup on some files.  New indentation scheme for renames
6017         statements.  Stop looking for the 'while' or 'for' associated with
6018         a 'loop' at the first semicolon encountered.  A "return" can also
6019         match an anonymous access subprogram declaration.
6020         (ada-get-indent-noindent): Ignore strings and comments when
6021         looking for the keywords "record" and "private".
6022         (ada-goto-matching-decl-start): When matching "if", make sure we
6023         are not in fact seeing "end if".  Ignore "when" statements except
6024         when initial keyword was "begin".  Fix handling of nested
6025         procedures.  Add a recursive call to this function to skip over
6026         other 'end' statmts.  Fix indentation for "when .. => begin"
6027         (ada-in-open-paren-p): Fix indentation for complex boolean
6028         expressions, where 'and then', 'or else' and parenthesis
6029         statements are mixed up.
6030         (ada-in-paramlist-p): Skip comments while searching for the
6031         beginning Fix handling of operator declarations.
6032         (ada-indent-align-comments): New variable
6033         (ada-indent-current): Change the syntax table only in the
6034         protected section, so that we are sure it is restored correctly.
6035         (ada-indent-on-previous-lines): Use ada-use-indent and
6036         ada-with-indent Correctly indent "select ... then"
6037         (ada-indent-region): Slight speedup.
6038         (ada-indent-renames): New variable.
6039         (ada-last-which-function-subprog, ada-last-which-function-line):
6040         New variables
6041         (ada-looking-at-semi-private): Correctly indent the 'private'
6042         keyword when it is the first word in a package declaration.
6043         (ada-loose-case-word): Stop searching if at the end of the buffer.
6044         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6045         even if point is not initially at the end of the word.
6046         (ada-matching-decl-start-re): Add "when".
6047         (ada-mode): Add support for abbrev-mode, outline-mode and
6048         which-func-mode Override the old find-file.el entry in
6049         ff-special-constructs since it is using the obsolete
6050         ada-spec-suffix variable
6051         (ada-no-auto-case): New function
6052         (ada-scan-paramlist): When parsing the argument type, accept
6053         spaces (as in "X 'Class", generated by Rational Rose).
6054         (ada-other-file-name): No longer loads the other file.
6055         (ada-popup-menu): Save and restore the current buffer and cursor
6056         position before and after displaying the menu.
6057         (ada-search-ignore-complex-boolean): New function.
6058         (ada-uncomment-region): Emacs21 already knows how to delete
6059         comments not starting in the first column.
6060         (ada-use-indent): New variable
6061         (ada-which-function): New function.
6062         (ada-with-indent): New variable
6063         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6064         can be batch-compiled from the command line.
6066         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6067         Add to the menu when the file is loaded, not in ada-mode-hook.
6068         Add -toolbar to the default ddd command Switches moved from
6069         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6070         ada-prj-default-comp-opt
6071         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6072         Reference Manual to the menu
6073         (ada-check-current): rewritten as a call to ada-compile-current
6074         (ada-compile): Removed.
6075         (ada-compile-application, ada-compile-current, ada-check-current):
6076         Set the compilation-search-path so that compile.el automatically
6077         finds the sources in src_dir.  Automatic scrollong of the
6078         compilation buffer.  C-uC-cC-c asks for confirmation before
6079         compiling
6080         (ada-compile-current): New parameter, prj-field
6081         (ada-complete-identifier): Load the .ali file before doing
6082         processing
6083         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6084         conform to gnatmake's behavior.
6085         (ada-find-file-in-dir): New function
6086         (ada-find-references): Set the environment variables for gnatfind
6087         (ada-find-src-file-in-dir): New function.
6088         (ada-first-non-nil): Removed
6089         (ada-gdb-application): Add support for jdb, the java debugger.
6090         (ada-get-ada-file-name): Load the original-file first if not done
6091         yet.
6092         (ada-get-all-references): Handles the new ali syntax (parent types
6093         are found between <>).
6094         (ada-initialize-runtime-library): New function
6095         (ada-mode-hook): Always load a project file when a file is opened,
6096         so that the casing exceptions are correctly read.
6097         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6098         (ada-parse-prj-file): Use find-file-noselect instead of find-file
6099         to open the project file, since the latter does not work with
6100         speedbar Get default values before loading the prj file, or the
6101         default executable file name is wrong.  Use the absolute value of
6102         src_dir to initialize ada-search-directories and
6103         compilation-search-path,...  Add the standard runtime library to
6104         the search path for find-file.
6105         (ada-prj-default-debugger): Was missing an opening '{'
6106         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6107         variables.
6108         (ada-prj-default-gnatmake-opt): New variable
6109         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6110         buffers, the project file is the default one Save the windows
6111         configuration before displaying the menu.
6112         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6113         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6114         ...)  regexp-quote identifiers names to support operators +,
6115         -,... in regexps.
6116         (ada-remote): New function.
6117         (ada-run-application): Erase the output buffer before starting the
6118         run Support remote execution of the application.  Use
6119         call-process, or the arguments are incorrectly parsed
6120         (ada-set-default-project-file): Reread the content of the active
6121         project file, not the one from the current buffer When a project
6122         file is set as the default project, all directories are
6123         automatically associated with it.
6124         (ada-set-environment): New function
6125         (ada-treat-cmd-string): New special variable ${current}
6126         (ada-treat-cmd-string): Revised.  The substitution is now done for
6127         any ${...} substring
6128         (ada-xref-current): If no body was found, compiles the spec
6129         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6130         compiler to get rid of command line length limitations.
6131         (ada-xref-get-project-field): New function
6132         (ada-xref-project-files): New variable
6133         (ada-xref-runtime-library-specs-path)
6134         (ada-xref-runtime-library-ali-path): New variables
6135         (ada-xref-set-default-prj-values): Default run command now does a
6136         cd to the build directory.  New field: main_unit Provide a default
6137         file name even if the current buffer has no prj file.
6139         * ada-prj.el:
6140         Rewritten to show a tabbed-dialog.
6141         (ada-prj-add-ada-menu): Remove the map and name parameters.
6142         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6143         New function
6144         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6145         (ada-prj-load-from-file): New function
6146         (ada-prj-save): Always save fields that depend on the current buffer
6147         (ada-prj-show-value): New function
6149         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6150         Ada mode. This will allow us to display the Ada menu in any buffer
6151         we want (for project items).
6152         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6153         number of spaces in the header.
6155 2000-07-24  Dave Love  <fx@gnu.org>
6157         * ediff-init.el (ediff-region-help-echo): Bind face-help.
6159 2000-07-23  Noah Friedman  <friedman@splode.com>
6161         * type-break.el (type-break): perform autosave.
6162         Suggested by Stephen Gildea <gildea@intouchsys.com>.
6163         (type-break-do-query): Cancel query schedule while performing
6164         actual query, to avoid possibility of a second query being made
6165         while first one is already in progress.
6166         (type-break-time-stamp-format): New variable.
6167         (type-break-time-stamp): New function.
6168         (type-break-time-warning): Use it.
6169         (type-break-keystroke-warning): Use it.
6170         (type-break-noninteractive-query): Use it.
6172         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6173         cookie.
6174         Use add-minor-mode to set minor-mode-alist, if available.
6175         (eldoc-echo-area-use-multiline-p): New user option.
6176         (eldoc-echo-area-multiline-supported-p): New variable.
6177         (eldoc-docstring-format-sym-doc): Use them.
6178         (eldoc-mode): If not using idle timers, append to local post and
6179         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
6180         (eldoc-display-message-no-interference-p): Don't interfere with
6181         edebug.
6182         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6183         (eldoc-function-arglist): New function.
6184         (eldoc-function-argstring): Use it.
6186         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6187         auto save directory exists before calling directory-files.
6189 2000-07-23  Dave Love  <fx@gnu.org>
6191         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6192         ^o, ^u.
6194 2000-07-21  Dave Love  <fx@gnu.org>
6196         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6197         now passed to the function.  It now works properly.
6199         * smerge-mode.el (smerge-mode-menu): Fill it out.
6201 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
6203         * info-look.el (info-lookup): If *info* is shown in another frame
6204         on the same display, select that frame, instead of switching to
6205         the Info buffer in another window of the selected frame.
6207         * simple.el (universal-argument-map): Bind numeric keypad keys
6208         kp-0 to kp-9 and kp-subtract.
6209         (digit-argument): Handle these keys.
6211 2000-07-20  Dave Love  <fx@gnu.org>
6213         * net/goto-addr.el (goto-address-fontify): Don't bother with
6214         buffer-modified and read-only stuff -- irrelevant with overlays.
6215         Put an extra property on the overlays and use it to clean up in
6216         case goto-address is re-run.
6218 2000-07-19  Richard M. Stallman  <rms@gnu.org>
6220         * timer.el (run-with-idle-timer): Doc fix.
6222         * mail/mail-utils.el (mail-strip-quoted-names):
6223         Handle case where <...> appears inside "...".
6224         Use replace-match to edit the string more simply.
6225         (rmail-dont-reply-to): Cope with an unmatched ".
6227 2000-07-19  Dave Love  <fx@gnu.org>
6229         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6230         implementation.
6232         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6233         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6234         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6236 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
6238         * textmodes/refer.el: Correct maintainer's email address.
6240         * progmodes/hideif.el: Correct author's email address.
6241         Fix typo in comment.
6243         * xml.el: New file.
6245         * mail/mailheader.el: Correct author's mail address.
6247         * gnus/parse-time.el: Correct author's mail address.
6249 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
6251         * comint.el (comint-highlight-input, comint-highlight-face):
6252         New user options.
6253         (comint-input-ring-file-name): Change custom type.
6254         (comint-mode-map): Bind mouse-2.
6255         (comint-insert-clicked-input): New function.
6256         (comint-send-input): Handle input highlighting.
6258 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
6260         * mouse.el (popup-menu): New function.
6261         (mouse-major-mode-menu): Use it.
6263 2000-07-18  Dave Love  <fx@gnu.org>
6265         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6266         improvements.
6268 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6270         * faces.el (face-font-selection-order)
6271         (face-font-family-alternatives): Add custom type.
6273 2000-07-18  Dave Love  <fx@gnu.org>
6275         * cus-edit.el (custom-variable-reset-saved)
6276         (custom-variable-reset-standard): Remove unused bindings.
6278         * rect.el (open-rectangle-line): Remove unused let.
6280         * hl-line.el (hl-line-highlight): Check hl-line-mode.
6282 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6284         * cdl.el: Fix `Maintainer' keyword.
6286         * play/pong.el: Add author's email address.
6288 2000-07-17  Sam Steingold  <sds@gnu.org>
6290         * files.el (insert-directory): Call `split-string' instead of
6291         re-implementing it.
6293 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6295         * mail/vms-pmail.el: Change maintainer to FSF.
6297         * net/goto-addr.el: Change maintainer to FSF.
6299         * recentf.el: Update from author.
6301         * info.el (Info-title-face-alist): Removed.
6303 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
6305         * eshell/eshell.el (eshell): Replace links to eshell.info with
6306         links to eshell, to avoid problems on systems where the manual is
6307         installed as `eshell'.
6308         * eshell/esh-cmd.el (eshell-cmd): Ditto.
6309         * eshell/em-smart.el (eshell-smart): Ditto.
6310         * eshell/em-banner.el (eshell-banner): Ditto.
6311         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
6313         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6314         same-file check in the MS-DOS version (it does support inodes).
6316         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6318         * eshell/eshell.el (eshell-directory-name):
6319         Run default directory name through convert-standard-filename.
6321 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
6323         * international/mule-cmds.el (select-safe-coding-system):
6324         Fix typo in the comment.
6326         * language/european.el (compound-text):
6327         Force katakana-jisx0201 to be designated to G1.
6329         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6330         Don't translate some national variant characters of latin-jisx0201.
6331         (x-ctext): Force katakana-jisx0201 to be designated to G1.
6333         * international/kkc.el (kkc-after-update-conversion-functions):
6334         New variable.
6335         (kkc-update-conversion): Run functions in it at the tail.
6337 2000-07-16  John Wiegley  <johnw@gnu.org>
6339         * lisp/align.el (align-newline-and-indent):
6340         Adding new function.  for auto-aligning blocks of code on RET.
6341         (align-region): Fixed badly formatted minibuffer message.
6343 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
6345         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
6346         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
6347         the conversion list at first if appropriate.
6348         (kkc-next): Don't update kkc-next-count here.
6349         (kkc-prev): Don't update kkc-prev-count here.
6350         (kkc-show-conversion-list-update): Fix setting up of conversion
6351         list message.
6353 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6355         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
6357 2000-07-16  Dave Love  <fx@gnu.org>
6359         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6360         function to be more specific.
6362         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6363         non-string help-echo.
6364         (widget-types-convert-widget): Defsubst it.
6365         (widget-echo-help): Try to cope with a help-echo function of two
6366         possible sorts.
6368 2000-07-15  Jason Rumney  <jasonr@gnu.org>
6370         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6371         Declare as obsolete.
6373         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6375 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
6377         * hilit-chg.el: Fix typo.
6379 2000-07-14  Dave Love  <fx@gnu.org>
6381         * info.el (Info-mode-menu): Fix use of :help, :enable.
6383 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
6385         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6387 2000-07-13  Dave Love  <fx@gnu.org>
6389         * emacs-lisp/easymenu.el: Doc fixes.
6390         (easy-menu-remove): Defalias to ignore.
6392         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
6393         Call throw correctly.
6395 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
6397         * faces.el (frame-background-mode): Doc fix.
6399         * simple.el (eval-expression-print-length): Change custom type to
6400         allow entering nil as value.
6402 2000-07-13  Dave Love  <fx@gnu.org>
6404         * progmodes/fortran.el (fortran-imenu-generic-expression):
6405         Change definition layout.
6406         (fortran-mode-menu): Reinstate customize entries.
6408         * cus-edit.el (custom-group-menu-create, customize-menu-create):
6409         Use :filter, per old XEmacs code.
6411 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
6413         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
6414         event when deciding what to send to the terminal.
6416 2000-07-12  Dave Love  <fx@gnu.org>
6418         * cus-start.el: Add optional version as 4th element of specs and
6419         use it for several things new in v21.  Remove load-path.  Fix type
6420         of line-number-display-limit.
6422 2000-07-11  Dave Love  <fx@gnu.org>
6424         * progmodes/fortran.el: Don't require easymenu.
6425         Use repeat counts in various regexps.
6426         (fortran-mode-syntax-table): Defvar directly.
6427         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
6428         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
6429         Use defvar, not defconst.
6430         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
6431         (fortran-mode): Set fortran-comment-line-start-skip,
6432         fortran-comment-line-start-skip, dabbrev-case-fold-search.
6433         (fortran-comment-indent): Use defsubst.
6434         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
6435         Use fortran-comment-indent, not fortran-comment-indent-function.
6436         (fortran-comment-region, fortran-electric-line-number): Simplify.
6437         (fortran-auto-fill): New function.
6438         (fortran-do-auto-fill): Deleted.
6439         (fortran-find-comment-start-skip):
6440         Check for non-null comment-start-skip.
6441         (fortran-auto-fill-mode, fortran-fill-statement):
6442         Use fortran-auto-fill.
6443         (fortran-fill): Use fortran-auto-fill.  Check for null
6444         comment-start-skip.  Simplify final clause and use end-of-line finally.
6446         * widget.el (widget-plist-member): New alias.
6448 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
6450         * eshell/esh-module.el (toplevel): Reference
6451         byte-compile-current-file only if it is bound.
6453 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
6455         * dired.el: Don't require `dired-aux'.
6457 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
6459         * dired-aux.el (dired-show-file-type): New function.
6460         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
6461         (dired-show-file-type): Add autoload.
6463 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
6465         * international/mule-diag.el (describe-font): Adjusted for the
6466         change of fontset-info.
6467         (print-fontset): Likewise.
6469 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
6471         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6473 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
6475         * bindings.el: Bind `[delete]' to delete-char.
6477         * dired.el (dired-find-alternate-file): New function.
6478         (dired-mode-map): Bind `a' to dired-find-alternate-file.
6479         (toplevel): Require dired-aux when compiling.
6480         (dired-buffers): Move defvar within file to avoid compiler warning.
6482         * info.el (Info-last-search): Variable removed.
6483         (Info-search-history): New variable.
6484         (Info-search): New Info-search-history.
6486         * battery.el, info-look.el: Change author's mail address.
6488 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
6490         * mail/rmail.el (rmail-clear-headers): Don't throw an error
6491         if rmail-ignored-headers is nil.
6492         (rmail-retry-failure): Bind rmail-ignored-headers and
6493         rmail-displayed-headers to nil.
6495 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
6497         * lpr.el (lpr-page-header-switches): Add `-h' switch.
6498         (print-region-1): Don't hard code `-h' here.
6500         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6502 2000-07-01  Francesco Potorti`  <pot@gnu.org>
6504         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6505         exim can use "your message" instead of "the message".
6507 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
6509         * facemenu.el: Docstrings fixes.
6510         (facemenu-get-face): Don't use internal-find-face.
6511         (facemenu-iterate): Rename arg to match the docstring.
6513         * newcomment.el (uncomment-region): Be more careful when skipping
6514         backwards over `=' not to bump into BOBP.
6516 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
6518         * ediff-diff.el (ediff-wordify): Use syntax table.
6519         * ediff-init.el (ediff-has-face-support-p): Use
6520         ediff-color-display-p.
6521         (ediff-color-display-p): Use display-color-p, changed to defun
6522         from defsubst.
6523         Got rid of special cases for NeXT and OS/2.
6524         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
6525         face.
6527 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
6529         * emacs-lisp/lucid.el: Require CL.
6530         (copy-tree, remprop): Remove, it's provided by CL.
6531         (map-keymap): Define in terms of cl-map-keymap.
6532         (extent-property, set-extent-end-glyph): New functions.
6534         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
6536 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
6538         * Makefile.in (DONTCOMPILE): Add comment that the name may
6539         not be changed without changing the make-dist script.
6541         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
6542         (cl-mapc): Use mapc instead of cl-old-mapc.
6544 2000-07-05  Andrew Innes  <andrewi@gnu.org>
6546         * makefile.nt: Add support for `bootstrap' and related targets.
6548 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
6550         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
6551         (easy-menu-do-define): Use `menu-item' format.
6552         Handle case where easy-menu-create-menu returns a symbol.
6553         Manually call the potential top-level filter in the function binding.
6554         (easy-menu-filter-return): New arg NAME.
6555         Convert to a keymap if MENU is an XEmacs menu.
6556         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
6557         (easy-menu-converted-items-table, easy-menu-convert-item):
6558         New var and fun to memoize easy-menu-convert-item-1.
6559         (easy-menu-do-add-item): Use it.
6560         (easy-menu-create-menu): Use easy-menu-convert-item.
6561         Wrap easy-menu-filter-return around any :filter specification.
6562         Don't convert the menu if a filter was specified.
6563         Tell easy-menu-make-symbol not to check for MENU being an expression.
6564         (easy-menu-make-symbol): New arg NOEXP.
6566 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
6568         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
6569         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
6570         (eval-defun): If called with prefix arg, instrument code for
6571         Edebug.
6573         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
6574         similar to that of eval-defun.
6576 2000-07-04  Dave Love  <fx@gnu.org>
6578         * hl-line.el (hl-line-overlay): Make it permanent-local.
6580         * calendar/todo-mode.el: Replaced with a working version, based on
6581         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
6583 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
6585         * paths.el (prune-directory-list): New function.
6586         (Info-default-directory-list): Rewritten to more methodically
6587         enumerate a big list of possible info directories (based on the
6588         list used by the standalone info reader).
6590         * info.el (info-initialize): Use prune-directory-list to remove
6591         non-existent directories from Info-directory-list.
6593         * paths.el (Info-default-directory-list): Try a list of possible
6594         info-directories instead of a single one.  Add the possible
6595         info directory "/usr/share/info".
6597         * woman.el (woman-man.conf-path): Explicitly include the debian
6598         man-db config file "/etc/manpath.config".
6599         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
6600         are present in `manpath.config'.
6601         (woman-manpath): Include "/usr/share/man".
6603 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
6605         * frame.el (blink-cursor-mode): Don't hide cursor initially.
6607         * startup.el (command-line): Initialize blink-cursor based
6608         on window-system.
6610         * frame.el (blink-cursor): Default to nil if not running under
6611         a window-system.
6613         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6614         (face-x-resources): Remove duplicate entry for :font.
6616         * textmodes/refer.el (refer-find-entry-internal): Use some-window
6617         instead of cycling through windows with next-window.
6619         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6620         of cycling through windows with next-window.
6622         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6623         of cycling through windows with next-window.
6625         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6626         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6627         instead of cycling through windows with next-window.
6629         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6630         instead of cycling through windows with next-window.
6632         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6633         of cycling through windows with next-window.
6635         * terminal.el (te-process-output): Use walk-windows instead of
6636         cycling through windows with next-window.
6638         * server.el (server-switch-buffer): Use some-window instead of
6639         cycling through windows with next-window.
6641         * window.el (some-window): New function.
6642         (walk-windows): Remove reference to walk-windows-start.
6644         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
6646 2000-07-03  Richard Stallman  <rms@gnu.org>
6648         * window.el (walk-windows): Guarantee termination by keeping a list
6649         of all the windows already handled.
6651 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
6653         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6654         window-system.
6656         * man.el (Man-notify-when-ready): Don't use window-system.  If
6657         Man-notify-method is newframe, and the display is not
6658         multi-frame, select the frame created for the man page.
6659         (Man-init-defvars): Doc fix.
6661 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
6663         * faces.el (region): Change background color for light background.
6665         * ediff-wind.el (ediff-setup-control-frame): Remove :box
6666         attribute from mode-line face of Ediff control frame.
6668         * replace.el (query-replace-map): Bind `e' like `E'.
6670 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
6672         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6673         Change name to "Select All".
6675         * dos-fns.el (convert-standard-filename): Fix last change.
6677 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
6679         * help.el (describe-variable): Don't insert a second `'s' in front
6680         of the string `value is shown below'.  Since the syntax-table is
6681         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6682         an existing `'s', so that this won't be deleted.
6684         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6685         * pcmpl-unix.el: New files.
6687 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
6689         * wid-edit.el (widget-member): Use the new plist-member.
6691 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
6693         * replace.el (perform-replace): Undo change of 2000-04-04.
6694         Instead, move backward 1 character at the end of the loop when
6695         necessary.
6697         * faces.el (fringe): Change face for different backgrounds.
6699         * eshell/esh-module.el (toplevel): Load defgroup's differently;
6700         patch from John.
6702         * eshell/*.el: Change spelling of the Free Software Foundation.
6704         * eshell/esh-toggle.el: Removed.
6706         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6708         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6709         interactively.
6711 2000-06-26  Alex Schroeder  <alex@gnu.org>
6713         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6714         `define-key'; instead of checking `(emacs-version)' check for
6715         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
6716         for `;' and `o' which might be electric.
6718         (sql-electric-stuff): New user option.
6719         (sql-magic-go): New function which uses `sql-electric-stuff'.
6720         (sql-magic-semicolon): New function which uses
6721         `sql-electric-stuff'.
6723         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
6724         is not fboundp.
6726         (sql-oracle-options): New variable.
6727         (sql-oracle): Use it.
6729         (sql-imenu-generic-expression): Doc change.
6730         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
6731         is used.
6733         (sql-informix): Added command line parameter "-" to force
6734         sql-informix-program to use stdout.
6736 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
6738         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
6739         (cp864-decode-table): Doc fix.
6740         (cp720-decode-table): New variable, supports the Arabic OEM
6741         codepage used by Windows.
6742         (cp737-decode-table): New, Greek OEM codepage used by Windows.
6744 2000-06-23  Dave Love  <fx@gnu.org>
6746         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
6747         (font-lock-fontify-anchored-keywords): Use
6748         line-beginning-position.
6749         (global-font-lock-mode): Use mapc.
6751 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
6753         * eshell/esh-module.el: Require CL when compiling.
6755 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
6757         * comint.el (comint-substitute-in-file-name): Call replace-match
6758         with second and third arg t.
6760         * cus-edit.el (custom-button-face, custom-button-pressed-face):
6761         Specify foreground color.
6763         * faces.el (tool-bar, mode-line, header-line): Specify foreground
6764         color.
6766         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
6768         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6769         cddr instead of cdddr.
6771         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
6772         instead of copy-list.
6774         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
6775         of copy-list.
6777         * subdirs.el: Add eshell subdirectory.
6779         * eshell: New subdirectory containing the Eshell package.
6781         * pcomplete.el: New file.
6783 2000-06-23  Paul Eggert  <eggert@twinsun.com>
6785         * mail/mailpost.el (post-mail-send-it): Make sure file has
6786         proper permissions from birth.
6788         * files.el (basic-save-buffer-2): When temporarily setting
6789         file modes, set them to current modes plus 0200, not to 0777.
6791         * emerge.el (emerge-make-temp-file): Make sure file has proper
6792         permissions from birth.
6794 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
6796         * files.el (make-backup-file-name-1): On DOS/Windows, run the
6797         backup file name through convert-standard-filename.
6799         * dos-fns.el (convert-standard-filename): Convert leading
6800         directories as well.  When long file names are supported, convert
6801         characters that are invalid in Windows file names.
6803 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6805         * ps-print.el: Fix bug: if ^L is the very first buffer character,
6806         ps-print crashes.  New feature: page selection for printing.  Create
6807         raw-text-unix coding system for XEmacs.  Doc fix.
6808         (ps-print-version): New version number (5.2.3).
6809         (ps-plot-region): Bug fix.
6810         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
6811         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
6812         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
6813         funs.
6814         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
6815         (ps-last-page): New vars.
6817 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
6819         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
6820         empty option string.
6822 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
6824         * man.el (man): Doc fix.
6826 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
6828         * international/mule-cmds.el (set-language-info-alist): Docstring
6829         fixed.
6831 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
6833         * version.el (emacs-version): Use ISO date format.
6835         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
6836         instead of `M-backspace'.
6838         * simple.el (turn-off-auto-fill): New function.
6840 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
6842         * jit-lock.el (with-buffer-prepared-for-jit-lock):
6843         Renamed from with-buffer-prepared-for-font-lock and use
6844         inhibit-modification-hooks rather than setting *-change-functions.
6845         Update all functions to use the new name.
6846         (jit-lock-first-unfontify-pos): New semantics (and doc).
6847         (jit-lock-mode): Make non-interactive.
6848         Don't automatically turn on font-lock.
6849         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
6850         Always use jit-lock-after-change.
6851         Remove and restore font-lock-after-change-function.
6852         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
6853         (jit-lock-after-unfontify-buffer): Remove.
6854         (jit-lock-stealth-fontify):
6855         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
6856         (jit-lock-after-change): Set the `fontified' text-prop to nil.
6858 2000-06-20  Sam Steingold  <sds@gnu.org>
6860         * emacs-lisp/cl-indent.el (toplevel): Indent
6861         `print-unreadable-object' properly.  Untabify.
6863 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6865         * textmodes/reftex.el (reftex-find-citation-regexp-format):
6866         Support for bibentry.
6867         (reftex-compile-variables): Fixed problem with end of section-re.
6869         * texmodes/reftex-dcr.el (reftex-view-crossref,
6870         reftex-view-crossref-from-bibtex):
6871         Deal with changed `reftex-find-citation-regexp-format'.
6872         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
6873         Replaced `remprop' with `put'.
6874         (reftex-view-crossref, reftex-view-crossref-when-idle):
6875         Support for bibentry.
6877         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6878         New entry for bibentry package.
6880         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6881         Regexp also matches "\nobibliography".
6883         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
6884         Call `reftex-ensure-write-access' before doing anything.
6885         (reftex-ensure-write-access): New function.
6887 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6889         * progmodes/idlwave.el: File re-installed (update to version 4.2)
6891         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
6893         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
6895         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
6898 2000-06-20  Dave Love  <fx@gnu.org>
6900         * faces.el (frame-background-mode): Use set-default, not set, in
6901         setter.
6902         (frame-update-faces, frame-update-face-colors): Define with
6903         defalias.
6905         * enriched.el (enriched-decode-foreground)
6906         (enriched-decode-background): Don't use internal-find-face.
6908         * apropos.el: Doc fixes.
6910         * cus-edit.el (customize-changed-options): Check arg.
6911         (customize-version-lessp): Don't require decimal point.
6913         * custom.el (defcustom, defgroup): Doc fix.
6915         * newcomment.el (comment) <defgroup>: Add :version.
6916         (comment-multi-line): Doc fix.
6918         * emulation/mlsupport.el (define-hooked-local-abbrev,
6919         define-hooked-global-abbrev): Fix, using define-abbrev.
6921 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
6923         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
6924         the whole buffer.
6926 2000-06-19  Dave Love  <fx@gnu.org>
6928         * menu-bar.el (menu-bar-options-save): New function.
6929         (menu-bar-options-menu): Use it.
6930         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
6931         Simplify.
6933 2000-06-19  Andreas Schwab  <schwab@suse.de>
6935         * progmodes/etags.el (tags-query-replace): Put new parameters
6936         START and END at the end, for backward compatibility.
6938 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
6940         * international/codepage.el:
6941         (cp-coding-system-for-codepage-1): Delete special codes for
6942         generating xxx-dos coding system because now a CCL based coding
6943         system can handle EOL conversion by default.
6945         * international/mule.el (make-coding-system): Generate subsidiary
6946         coding systems for EOL handling variants even for a CCL based
6947         coding system.
6949 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
6951         * international/isearch-x.el (isearch-minibuffer-input-method)
6952         (isearch-minibuffer-input-method-function): These variables
6953         deleted.
6954         (isearch-with-input-method): Don't use the above variables.
6955         (isearch-process-search-multibyte-characters): Likewise.  Call
6956         read-string with the arg INHERIT-INPUT-METHOD t.
6958 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
6960         * font-lock.el (font-lock-after-fontify-buffer)
6961         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
6963         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
6964         Use consistent make-local-variable style for font-lock-fontified.
6965         (jit-lock-fontify-buffer):
6966         Don't bother checking for font-lock-mode and jit-lock-mode.
6968         * time.el: Remove trailing ^M that prevent CVS-merging.
6970 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
6972         * Makefile.in (distclean): New target.
6974 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
6976         * Makefile.in (srcdir): Define for update-subdirs.
6978 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
6980         * find-lisp.el: New file.
6982 2000-06-16  Andrew Innes  <andrewi@gnu.org>
6984         * time.el (display-time-mail-function): New variable, to allow
6985         external packages to indicate when new mail is available.
6986         (display-time-update): Use it.
6988 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
6990         * international/mule.el (mule-version): Change version name to
6991         SAKAKI.  AOI has already been used by Meadow.
6993         * international/quail.el (quail-show-guidance-buf): To find the
6994         bottom window (but minibuffer), pay attention to the height of
6995         minibuffer.
6997 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
6999         * arc-mode.el (archive-mode-map): Use the new menu-item format for
7000         menu-bar menus.  Add help strings.  Don't remove the Edit menu
7001         from the menu bar, as the menu bar has enough space now.
7003         * Makefile.in (SHELL): Make sure /bin/sh is used.
7005         * woman.el (woman-man-buffer): Fix bold and underlined CJK
7006         characters, which use series of two ^H characters instead of one.
7008 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
7010         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
7011         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
7012         functions.
7013         (Info-find-node-2): Try a case-sensitive search first, then
7014         do a case-insensitive search.
7016         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7017         tutorials.
7019         * complete.el (PC-env-vars-alist): New variable.
7020         (PC-complete-as-file-name): New function.
7021         (partial-completion-mode): Initialize PC-env-vars-alist from
7022         process-environment.
7023         (PC-do-completion): Handle completion of env vars.
7025         * info.el (Info-set-mode-line): Show file name in mode line,
7026         use `*Info*' instead of `Info:'.
7028         * startup.el (command-line-1): Change copyright messages to year
7029         2000.
7031 2000-06-15  Dave Love  <fx@gnu.org>
7033         * net/goto-addr.el (goto-address-fontify): Use keymap property,
7034         not local-map.
7036 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
7038         * international/mule.el (set-buffer-file-coding-system): Almost
7039         rewritten to handle `undecided' as no-op.
7041 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
7043         * Makefile.in: New file.
7045         * Makefile: Removed.
7047         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7048         (goto-address-highlight-keymap): Bind C-c RET.
7050 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
7052         * mail/sendmail.el (sendmail-send-it): The temporary buffer
7053         inherits buffer-file-coding-system of the current buffer.
7055         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7056         0.  Give correct argument to set-auto-coding-function.
7057         (tar-expunge): For goto-char, use (point-min), not 0.
7058         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7059         (tar-subfile-save-buffer): Likewize.
7061         * international/mule.el
7062         (after-insert-file-set-buffer-file-coding-system): Call
7063         set-buffer-file-coding-system with the arg FORCE t.
7065 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
7067         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7068         nil.  Contemporary sendmails issue an X-Authentication-Warning if
7069         the sender is set with `-f'.
7071 2000-06-13  Dave Love  <fx@gnu.org>
7073         * help.el (describe-function-1): Kluge around cases of functions
7074         fset to subrs whose doc doesn't match their symbol-name.
7076         * image.el (insert-image): Default STRING to a space.
7078         * info.el Doc fixes.
7079         (Info-build-node-completions): Match Ref tags.
7081 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
7083         * frame.el (display-multi-frame-p, display-multi-font-p): New
7084         defaliases for display-graphic-p.
7086         * hl-line.el: Fixed a typo in commentary.
7088 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
7090         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7091         fixed.
7093 2000-06-12  Dave Love  <fx@gnu.org>
7095         * image.el (insert-image): Save a little consing.
7097 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
7099         * language/tibet-util.el: Convert all tibetan-1-column characters
7100         to the corresponding tibetan characters.
7101         (tibetan-add-components): Delete code for the special treatment of
7102         'a chung.
7104         * language/tibetan.el (tibetan-composable-pattern): Fix previous
7105         change.
7106         (tibetan-vowel-transcription-alist): More rules added.
7107         (tibetan-composite-vowel-alist): New variable.
7108         (tibetan-precomposition-rule-alist): More rules added.
7110 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
7112         * startup.el (command-line): Only call menu-bar-mode if interactive.
7114         * thingatpt.el (toplevel symbol-properties):
7115         * textmodes/makeinfo.el (makeinfo-compile):
7116         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
7117         * progmodes/hideif.el (hif-compress-define-list)
7118         (hide-ifdef-use-define-alist):
7119         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
7120         (ange-ftp-vms-add-file-entry):
7121         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7122         * man.el (Man-build-man-command):
7123         * mail/rnewspost.el (news-reply-header-hook):
7124         * info.el (Info-insert-dir):
7125         * emulation/mlconvert.el (backward-word, forward-word, setq):
7126         * emacs-lisp/gulp.el (gulp-send-requests):
7127         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7128         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
7129         (byte-optimize-apply, end of file):
7130         * emacs-lisp/advice.el (ad-advice-class-completion-table)
7131         (ad-make-freeze-definition):
7132         * startup.el (command-line, command-line-1): Don't quote lambdas.
7134         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7135         (cvs-cleanup-removed): New function.
7136         (cvs-cleanup-functions): New var.
7137         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7138         some flexibility in specifying additional entries to auto-cleanup.
7139         (cvs-quickdir): New function.
7140         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7141         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7142         (cvs-mode-find-file): Check that we are on a filename or dirname
7143         when invoked through a mouse-click.
7144         (cvs-full-path): Remove.
7145         (cvs-dired-action): Re-introduced.
7146         (cvs-dired-noselect): Use it.
7147         (vc-post-command-functions): use this new hook if available.
7149         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7150         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7151         (cvs-filename-map, cvs-dirname-map): Remove.
7152         (cvs-default-action): Remove.
7153         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7154         if the arg is really a keymap.
7155         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7156         Don't hardcode the mapping from state (aka type) to face, but check
7157         the var cvs-fi-<type>-face instead.
7158         (cvs-fileinfo-from-entries): New function.
7160         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7161         Docstring fix.
7162         (cvs-find-file-and-jump): Change default to be safer.
7163         (cvs-mode-diff-map): Define it as a function as well.
7164         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7165         Bind mouse-2 in this global map rather than with text-properties.
7167         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7168         file to resolve the ambiguity between C(conflict) and C(need-merge).
7170 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
7172         * international/mule.el (set-buffer-file-coding-system): If
7173         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7174         unconditionally.
7176 2000-06-12  Dave Love  <fx@gnu.org>
7178         * wid-edit.el (widget-specify-button): Really suppress the face if
7179         required.
7181 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
7183         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7185 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
7187         * imenu.el (imenu-generic-expression): Docstring fix.
7189         * composite.el (composition-function-table): Move the `put'
7190         below the autoload cookie so we can load the file before loaddefs.
7192         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7194         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7195         Handle easy-mmode-define-global-mode.
7196         For complex macros like define-minor-mode that can generate
7197         several autoload entries, try to autoload entries in the
7198         macroexpanded code.
7200         * emacs-lisp/easy-mmode.el (define-minor-mode):
7201         If KEYMAP is a symbol, just use it.
7202         Use byte-compile-current-file and load-file-name to infer the
7203         proper :require to pass to defcustom.
7204         Wrap the hook var into `progn' so as not to autoload it.
7205         Add a :autoload-end cookie.
7206         Be more careful about the evaluation of KEYMAP.
7207         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7208         (define-derived-mode): Move define-abbrev-table outside of defvar.
7210 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
7212         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7213         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7214         (backup-compiled-files): Ignore errors during `tar'.
7215         (bootstrap): Make autoloads before elc files.
7217 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
7219         * international/mule.el (set-buffer-file-coding-system): If one of
7220         undecided-XXX is specified, change only EOL conversion.
7222         * international/mule-conf.el (unix): New alias for the coding
7223         system undecided-unix.
7225 2000-06-09  Dave Love  <fx@gnu.org>
7227         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7229         * progmodes/executable.el: Byte compile dynamic.
7230         (executable-insert): Change custom type.
7231         (executable-find): Add autoload cookie.
7232         (executable-make-buffer-file-executable-if-script-p): New
7233         function.  After Noah Friedman.
7235         * files.el (after-save-hook): Customize, with
7236         executable-make-buffer-file-executable-if-script-p as an option.
7238 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
7240         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7241         "tib24p-mule.bdf" for Tibetan.
7243         * composite.el (decompose-composite-char): Declare it as obsolete.
7245         * man.el (Man-fontify-manpage): Pay attention to underline and
7246         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
7248 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
7250         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7251         Set maintainer to FSF since author isn't reachable.
7253 2000-06-08  Dave Love  <fx@gnu.org>
7255         * international/mule-cmds.el (select-safe-coding-system): If
7256         DEFAULT-CODING-SYSTEM is not specified, also check the most
7257         preferred coding-system if buffer-file-coding-system is
7258         `undecided'.  From Handa.
7260 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
7262         * international/mule.el
7263         (after-insert-file-set-buffer-file-coding-system): If the buffer
7264         size is greater than INSERTED, judget that we are not visiting.
7266 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
7268         * whitespace.el (defgroup whitespace): Comment out `:version'.
7269         XEmacs 20.4 has problems defining the group with this present.
7270         We'll have this commented out till get resolve the problem.
7272 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
7274         * align.el: Update from author.
7276 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
7278         * apropos.el (apropos-mode-hook): New user variable.
7279         (apropos-mode): Run apropos-mode-hook.
7281 2000-06-07  David Ponce  <david@dponce.com>
7283         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7284         commands.  Require `wid-edit' at run-time.
7286 2000-06-07  David Ponce  <david@dponce.com>
7288         * recentf.el: Added some "Commentary".
7289         (recentf-open-more-files, recentf-edit-list): Minor changes to
7290         move the point at the top of the file list.  This behaviour is
7291         consistent with the menu one when the list contains a lot of
7292         files.
7293         (recentf-cleanup): Now displays the number of items removed from
7294         the list.
7295         (recentf-relative-filter) New menu filter to show filenames
7296         relative to `default-directory'.
7298 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7300         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
7301         with/without giving an error if PostScript printer doesn't have this
7302         kind of page size.  Zebra Stripe continues or restarts on next page.
7303         Manual/automatic paper feeding.  Switch or not the header.
7304         (ps-print-version): New version number (5.2.2).
7305         (ps-windows-system): Include emx as a Windows system.
7306         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7307         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7308         (ps-background-text): Code fix.
7309         (ps-error-handler-message, ps-user-defined-prologue)
7310         (ps-print-prologue-header, ps-printer-name)
7311         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7312         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7313         (ps-use-face-background): Customization fix.
7314         (ps-n-up-database): Data fix.
7315         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7316         (ps-switch-header): New vars.
7317         (ps-xemacs-color-name, ps-face-foreground-name)
7318         (ps-face-background-name, ps-boolean-constant): New funs.
7320 2000-06-07  Dave Love  <fx@gnu.org>
7322         * allout.el: New version from Manheimer.
7324 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
7326         * textmodes/fill.el (fill-find-break-point): Check the validity of
7327         charset.
7329 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7331         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7332         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7333         Call display-color-p and display-mouse-p instead of looking at
7334         window-system.
7336 2000-06-06  Dave Love  <fx@gnu.org>
7338         * image.el (find-image): Doc fix.  Return nil if image not found.
7339         (put-image, insert-image): Make STRING arg optional.
7341 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
7343         * language/vietnamese.el: Remove eval-when-compile.
7344         (viet-viscii-nonascii-translation-table): Define it as a
7345         translation table made from viet-viscii-decode-table.
7346         (viet-viscii-encode-table): Define it as a translation table made
7347         from the reverse map of above.
7348         (viet-vscii-nonascii-translation-table): Define it as a
7349         translation table made from viet-vscii-decode-table.
7350         (viet-vscii-encode-table): Define it as a translation table made
7351         from the reverse map of above.
7352         (ccl-decode-viscii): Use translate-character.
7353         (ccl-encode-viscii, ccl-encode-viscii-font)
7354         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7355         Likewize.
7357         * language/cyrillic.el: Remove eval-when-compile.
7358         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7359         translation table made from cyrillic-koi8-r-decode-table.
7360         (cyrillic-koi8-r-encode-table): Define it as a translation table
7361         made from the reverse map of above.
7362         (ccl-decode-koi8): Use translate-character.
7363         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7364         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7365         a translation table made from cyrillic-alternativnyj-decode-table.
7366         (cyrillic-alternativnyj-encode-table): Define it as a translation
7367         table made from the reverse map of above.
7368         (ccl-decode-alternativnyj): Use translate-character.
7369         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7370         Likewize
7372         * international/mule-diag.el (non-iso-charset-alist): Specify
7373         translation table symbol instead of translation table itself.
7374         (list-block-of-chars): CHARSET may be a translation table symbol.
7376         * international/mule.el (make-coding-system): If CODING-SYSTEM
7377         already exists, override it.
7379         * international/fontset.el: Use family `proportional' for Tibetan
7380         fonts.
7382         * international/ccl.el (ccl-compile-translate-character): Don't
7383         check if Rrr has property translation-table.
7384         (ccl-compile-map-multiple): Modified to avoid compiler warning.
7386 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
7388         * info.el: Bind case-fold-search to t when searching in case
7389         a user sets it to nil in a hook.
7391 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
7393         * autoarg.el (autoarg-mode, autoarg-kp-mode):
7394         * hl-line.el (hl-line-mode): Use the new :global key argument.
7396         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7397         (tar-clip-time-string): Prepend a space.
7398         (tar-grind-file-mode): Construct a string rather than modifying one.
7399         (tar-header-block-summarize): Fix docstring.
7400         Use `format' rather than an error-prone set of copy-loops.
7402         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
7403         (diff-goto-source, diff-unified->context, diff-context->unified)
7404         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
7405         understand the format output by the `-p' argument to diff.
7407         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
7408         (sh-re-done): Use defconst.
7409         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
7410         (sh-help-string-for-variable, sh-guess-basic-offset):
7411         Don't quote lambdas.
7412         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
7413         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
7415         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
7416         (mh-letter-mode): Derive from text-mode.
7417         This implicitly means that it now calls kill-all-local-variables.
7418         Also remove the Emacs-18 compatibility code.
7420         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
7421         Make use of symbol-property doc-string-elt.
7422         Use memq rather than a sequence of eq.
7423         (doc-string-elt): Fix the wrong or missing previously unused values.
7424         (autoload-print-form): New function extracted from
7425         generate-file-autoloads to allow recursion when handling progn
7426         so that defvar's and defun's docstrings are properly printed.
7427         (generate-file-autoloads): Use it.
7429         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
7430         Use find-file-hooks in the minor-mode function.
7431         Be careful not to loop indefinitely in the post-command-hook function.
7433 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
7435         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
7436         tty's.
7437         * ediff-diff.el (ediff-exec-process): Use --binary for fine
7438         differences whenever appropriate.
7439         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
7440         * viper.el (find-file, find-file-other-window): Get viper to do
7441         wildcards.
7443 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
7445         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7446         (jit-lock-fontify-buffer): New function for JIT refontification.
7447         (jit-lock-mode): Fix docstring.
7448         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7449         Remove jit-lock-after-change from the _local_ hook.
7450         (jit-lock-function-1): Fix docstring.
7452         * info.el (Info-on-current-buffer): Initialize info.
7454         * newcomment.el (comment-indent): Ignore comment-indent-hook.
7456         * progmodes/tcl.el (tcl-indent-for-comment):
7457         Ignore comment-indent-hook.
7459         * emacs-lisp/easy-mmode.el: Require CL during compilation.
7460         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
7461         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
7462         and improve to use the lighter to guess the capitalization.
7463         (define-minor-mode): Inline code from easy-mmode-define-toggle.
7464         Add keyword arguments to specify global-ness or the custom group.
7465         Add local-map and help-echo properties to the lighter.
7466         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
7467         (easy-mmode-define-global-mode): New macro.
7469 2000-06-02  Dave Love  <fx@gnu.org>
7471         * wid-edit.el: byte-compile-dynamic since we typically don't use
7472         all the widgets.  Don't require cl or widget.  Remove
7473         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
7474         (widget-read-event): Removed.  Callers changed to use read-event.
7475         (widget-button-release-event-p): Renamed from
7476         button-release-event-p.
7477         (widget-field-add-space, widget-field-use-before-change):
7478         Uncustomize.
7479         (widget-specify-field): Use keymap property, not local-map.
7480         (widget-specify-button): Obey :suppress-face.
7481         (widget-specify-insert): Use modern backquote syntax.
7482         (widget-image-directory): Renamed from widget-glyph-directory.
7483         (widget-image-enable): Renamed from widget-glyph-enable.
7484         (widget-image-find): Replaces widget-glyph-find.
7485         (widget-button-pressed-face): Move defvar.
7486         (widget-image-insert): Replaces widget-glyph-insert.
7487         (widget-convert): Use keywordp.
7488         (widget-leave-text, widget-children-value-delete): Use mapc.
7489         (widget-keymap): Remove XEmacs stuff.
7490         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
7491         (widget-button-click): Don't set point at the click, but re-centre
7492         if we scroll out of window.  Rewritten for images v. glyphs &c.
7493         (widget-tabable-at): Use POS arg, not point.
7494         (widget-beginning-of-line, widget-end-of-line)
7495         (widget-item-value-create, widget-sublist, widget-princ-to-string)
7496         (widget-sexp-prompt-value, widget-echo-help): Simplify.
7497         (widget-default-create): Use widget-image-insert; some rewriting.
7498         (widget-visibility-value-create)
7499         (widget-push-button-value-create, widget-toggle-value-create): Use
7500         widget-image-insert.
7501         (checkbox): Create on and off images dynamically.
7502         (documentation-link): Change :help-echo.
7503         (widget-documentation-link-echo-help): Remove.
7505 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
7507         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7509         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7510         (easy-mmode-define-toggle, define-minor-mode): Use it.
7511         (easy-mmode-define-keymap): Docstring fix.
7512         (define-derived-mode): Default PARENT to fundamental-mode.
7513         Add the derived-mode-parent symbol-property.
7514         (easy-mmode-derived-mode-p): New function.
7516 2000-06-02  Dave Love  <fx@gnu.org>
7518         * files.el (convert-standard-filename): Doc fix.
7519         (normal-backup-enable-predicate): New function.
7520         (backup-enable-predicate): Use it to replace the lambda form.
7522         * calendar/todo-mode.el: [This needs more work on the outline
7523         stuff.]  Doc fixes.
7524         (todo) <defgroup>: Add :version.
7525         (todo-add-category): Don't use pushnew.
7526         (todo-cmd-raise): Fix typo.
7527         (todo-top-priorities): Change temp buffer name.
7528         (todo-category-alist): Avoid redundant lambda.
7529         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7530         Use outline-next-heading.
7532         * autoarg.el: Rewritten to use define-minor-mode.
7533         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
7534         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
7536 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
7538         * isearch.el (isearch-other-meta-char): Fix previous change.
7540 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
7542         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
7543         (log-edit-done): Only add the comment to the ring if it's different
7544         from the last comment entered.
7546         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
7548 2000-06-01  Dave Love  <fx@gnu.org>
7550         * hl-line.el: Rewritten using define-minor-mode.
7552         * help.el (describe-function-1): Distinguish special form from
7553         builtin function.  Sanity-check presence of arglist for builtins.
7555 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
7557         * international/characters.el: Fix syntax/category setting of
7558         Tibetan characters.
7560         * language/tibet-util.el (tibetan-add-components): Fixes for new
7561         encoding of Tibetan characters.
7562         (tibetan-decompose-precomposition-alist): New variable.
7563         (tibetan-decompose-region): Convert precomposed characters to
7564         non-precomposed characters.
7565         (tibetan-decompose-string): Likewise.
7566         (tibetan-composition-function): Fix args to
7567         thibetan-compose-string.
7569         * language/tibetan.el (tibetan-composable-pattern): More
7570         characters included.
7571         (tibetan-consonant-transcription-alist): Rule for "R" added.
7572         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
7573         "+R" added.
7574         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
7576         * language/lao-util.el (lao-composition-function): Fix args to
7577         compose-string.
7579         * language/thai-util.el (thai-composition-function): Fix args to
7580         compose-string.
7582         * isearch.el (isearch-update): Set disable-point-adjustment to t
7583         to prevent the point moving to the end of a composition when a
7584         part of a composition is searched.
7585         (isearch-other-meta-char): If the key invoking this command can be
7586         mapped by function-key-map to a printing char, call
7587         isearch-process-search-char directly.
7589 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
7591         * emacs-lisp/bytecomp.el:
7592         * frame.el:
7593         * international/mule-cmds.el:
7594         * international/mule-util.el:
7595         * international/mule.el:
7596         * mouse.el:
7597         * subr.el:
7598         * faces.el: Update calls to make-obsolete with a WHEN argument.
7600         * byte-run.el (make-obsolete, make-obsolete-variable):
7601         Add an optional WHEN argument and change the format of the
7602         symbol-property information.
7603         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
7604         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
7605         new obsolete-symbol-property format and print WHEN if it is provided.
7607 2000-05-31  Dave Love  <fx@gnu.org>
7609         * loadhist.el (loadhist-hook-functions): Remove
7610         before-change-function, after-change-function.
7611         (unload-feature): Deal with symbols which are both bound and
7612         fbound.
7614         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7615         before-change-function, after-change-function.
7617         * simple.el (newline): Don't bind before-change-function,
7618         after-change-function.
7620 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
7622         * whitespace.el (whitespace-rescan-timer-time): Update interval
7623         set to 600 seconds (10 minutes) instead of 60 seconds since
7624         a large number of whitespace buffers causes emacs to `freeze'
7625         for a considerable amount of time.
7627         * whitespace.el: Updated email address
7629 2000-05-31  Dave Love  <fx@gnu.org>
7631         * add-log.el (change-log-font-lock-keywords) <function>: Add
7632         pattern for function of change.
7633         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7634         acknowledgements patterns.
7636 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
7638         * isearch.el (isearch-printing-char): If keyboard coding system is
7639         being used, call isearch-process-search-multibyte-characters.
7641         * international/isearch-x.el: Mostly rewritten.
7643         * international/quail.el (quail-start-conversion): Don't include
7644         unhandled events in the returned events, but set them in
7645         unread-command-events.  Exit if all inputs are deleted.
7647 2000-05-30  Jason Rumney  <jasonr@gnu.org>
7649         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7651         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7652         Reenable code to create initial fontsets.
7653         Use set-fontset-font in place of put-charset-property.
7655 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
7657         * progmodes/perl-mode.el (perl-indent-line): When looking for a
7658         label, ensure that the first colon isn't followed by another.
7660         * paths.el (Info-default-directory-list): Doc fix.
7662         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7663         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7664         send a query containing USER only, not USER@HOST.
7666         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7667         and rmail-msgend to compute the restriction at the end, instead of
7668         computing it.
7670 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
7672         * dabbrev.el (dabbrev-expand): Don't display messages in the
7673         echo area if the minibuffer window is active.
7675         * jit-lock.el (jit-lock-mode): Add after change function to
7676         local hook.
7678 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
7680         * antlr-mode.el: New commands: hide/unhide actions,
7681         upcase/downcase literals.
7682         (antlr-tiny-action-length): New user option.
7683         (antlr-hide-actions): New command.  Suggested by
7684         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7685         (antlr-mode-map): New binding [C-c C-v].
7686         (antlr-mode-menu): New entries.
7687         (antlr-downcase-literals): New command.
7688         (antlr-upcase-literals): Ditto.
7690         * antlr-mode.el: Minor changes: indendation, mode-name.
7691         (antlr-indent-line): Indent cpp directive at column 0.
7692         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7694         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7695         (antlr-font-lock-additional-keywords): Workaround for intentional
7696         bug in XEmacs version of font-lock.
7697         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
7698         be used by a smarter version of `buffers-menu-grouping-function'.
7700 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
7702         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7703         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7705 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
7707         * international/encoded-kb.el
7708         (encoded-kbd-iso2022-designation-map): Pay attention to that
7709         charset-iso-final-char return -1 for eight-bit-control and
7710         eight-bit-graphic.
7712 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
7714         * speedbar.el (speedbar-use-images, speedbar-update-flag)
7715         (speedbar-easymenu-definition-base): Use display-graphic-p where
7716         available, instead of window-system.
7718 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
7720         * international/codepage.el (cp-coding-system-for-codepage-1): Add
7721         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
7722         coding systems.
7724 2000-05-26  Dave Love  <fx@gnu.org>
7726         * disp-table.el (standard-display-underline): Don't use
7727         internal-find-face.
7729         * mail/reporter.el: Maintainer change.  Doc fixes.
7730         (reporter-version): Deleted.
7732         * emacs-lisp/elp.el: Maintainer change.
7733         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
7735 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
7737         * add-log.el (add-change-log-entry): Merge the current entry with the
7738         previous one if the previous one is empty.
7740 2000-05-26  Dave Love  <fx@gnu.org>
7742         * loadhist.el (unload-feature): Fix interactive spec [from
7743         lijnzaad@ebi.ac.uk].
7745         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
7746         subr-arity to check primitives.
7747         (byte-compile-flush-pending, byte-compile-file-form-progn)
7748         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
7749         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
7750         mapcar.
7752 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
7754         * international/fontset.el: Set family names of non-latin charsets
7755         in default fontset to "*".
7757         * international/mule-diag.el (print-fontset): Combine family part
7758         and registry part of the fontname by "-*-" instead of "-".
7760         * international/mule-cmds.el (encode-coding-char): Make strings
7761         multibyte before calling encode-coding-string.
7763 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
7765         * derived.el: Fix keywords.
7766         (define-derived-mode): Only define if needed.
7768         * simple.el (fill-comment, comment-column, comment-start)
7769         (comment-start-skip, comment-end, comment-indent-function)
7770         (block-comment-start, block-comment-end, indent-for-comment)
7771         (set-comment-column, kill-comment, comment-padding, comment-region)
7772         (comment-multi-line, indent-new-comment-line): Remove.
7774         * bindings.el (esc-map): Change ; to comment-dwim and use the new
7775         function names for comment operations.
7777         * newcomment.el: Add abundant autoload cookies.
7778         (comment-style): Don't depend on runtime data at compile-time.
7779         (comment-indent-hook): Remove.
7780         (comment-indent): Check if comment-indent-hook is bound.
7781         (comment-region): Docstring fix.
7783 2000-05-25  Dave Love  <fx@gnu.org>
7785         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
7786         byte-code-function-p.
7788         * mail/rmailsum.el: Add provide.
7790         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
7792         * smerge-mode.el (smerge-diff-switches): Don't use list* in
7793         defcustom.
7795 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
7797         * ediff-diff.el (ediff-exec-process): delete --binary option from
7798         non-buffer ediff jobs.
7800 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7802         * hilit-chg.el (highlight-changes-mode): Ask about color or
7803         grayscale support, not about window-system.
7805         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7806         window-system.
7807         (ffap-highlight): Always default to t.
7809         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
7810         display-popup-menus-p instead of looking at window-system.
7812         * disp-table.el (standard-display-g1, standard-display-graphic):
7813         Only refuse to use string glyphs on X and MS-Windows.
7815         * avoid.el: Remove window-system from commentary, suggest to use
7816         display-*-p instead.
7818         * apropos.el (apropos-print): Use display-mouse-p instead of
7819         window-system.
7821 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7823         * international/codepage.el (cp-decoding-vector-for-codepage):
7824         Fill up unsupported characters with their own codes.  From Kenichi
7825         Handa.
7827 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7829         * international/mule-diag.el (describe-char-after): Use
7830         display-graphic-p instead of window-system, so that this function
7831         works on MS-DOS.
7833 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7835         * international/codepage.el (cp-make-coding-systems-for-codepage):
7836         Remove the eight-bit-graphic and eight-bit-control charsets from
7837         the list of charsets which we convert into `?'.
7839 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
7841         * international/mule-conf.el: Specify CHARSET-ID explicitely for
7842         private charsets.
7843         (mule-unicode-0100-24ff, japanese-jisx0213-1,
7844         japanese-jisx0213-2): New charsets.
7846         * international/fontset.el: Setup default fontset for new charsets.
7848 2000-05-24  Dave Love  <fx@gnu.org>
7850         * info.el (Info-find-node-2): Restructure [following "Vadim
7851         S. Solomin" <sovs@uic.nnov.ru>].
7853         * icomplete.el: Fix header for Finder.
7855 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
7857         * rmailout.el (rmail-output-to-rmail-file): Added optional param
7858         STAY.
7860         * rmail.el (rmail-automatic-folder-directives): New user variable.
7861         (rmail-show-message): Add call to `rmail-auto-file' during
7862         display.
7863         (rmail-auto-file): New function.
7865 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
7867         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
7868         account.
7869         (ediff-test-utility,ediff-diff-mandatory-option)
7870         (ediff-reset-diff-options): Utilities for proper initialization of
7871         ediff-diff-options and ediff-diff3-options on Windows.
7873         * ediff-init.el (ediff-merge-filename-prefix): New customizable
7874         variable.
7876         * ediff-mult.el (ediff-filegroup-action): Use
7877         ediff-merge-filename-prefix.
7879 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
7881         * viper-ex.el (ex-write): Set selective display to nil.
7883 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
7885         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
7886         aliases for hebrew-iso-8bit.
7888 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
7890         * woman.el: New version from Francis J. Wright
7891         <F.J.Wright@Maths.QMW.ac.uk>.
7892         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
7893         names in environment variables regardless of the path separator.
7894         (woman-topic-all-completions-1): Don't call file-name-directory-p
7895         on all files, since woman-file-regexp already filters out any
7896         directories.
7898 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
7900         * international/quail.el (quail-start-translation): Don't change
7901         modified-p of the current buffer.
7902         (quail-start-conversion): Likewise.
7904         * international/kkc.el (kkc-region): Don't change modified-p of
7905         the current buffer.
7907         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
7908         conform to RFC1468.
7909         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
7911 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
7913         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
7914         (speedbar-insert-button): Invisible text property fix.
7915         (speedbar-directory-plus): Renamed from speedbar-directory-+
7916         (speedbar-directory-minus): Renamed from speedbar-directory--
7917         (speedbar-page-plus): Renamed from speedbar-file-+
7918         (speedbar-page-minus): Renamed from speedbar-file--
7919         (speedbar-page): Renamed from speedbar-file-
7920         (speedbar-tag): Renamed from speedbar-tag-
7921         (speedbar-tag-plus): Renamed from speedbar-tag-+
7922         (speedbar-tag-minus): Renamed from speedbar-tag--
7923         (speedbar-expand-image-button-alist): Use above renames.
7925         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
7926         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
7927         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
7928         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
7929         * sb-pg.xpm: Renamed from sb-file.xpm
7930         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
7931         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7933 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
7935         * international/quail.el (quail-show-guidance-buf): Set
7936         current-input-method of the guidance buffer to the name of the
7937         curren input method.
7939 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
7941         * progmodes/compile.el (compile-internal): Style typo.
7943         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
7944         quote vars and functions in the docstring.
7946         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
7948         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
7949         Don't quote lambdas.
7951         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
7953 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
7955         * startup.el (command-line): Determine source file of compiled
7956         user init file differently.  Warn if compiled user init file
7957         is older than its source file.
7959         * ffap.el (ffap-url-regexp): Add `https'.
7961 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
7963         * files.el (make-backup-file-name-1): Replace slashes with `!'
7964         rather than `|' (which is not allowed on Windows).  Replace the
7965         drive letters with a string "drive_X".
7967 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
7969         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
7971         * files.el (interpreter-mode-alist): Add `bash2'.
7973 2000-05-22  Dave Love  <fx@gnu.org>
7975         * loadhist.el (feature-symbols, file-provides, file-requires): Use
7976         mapc.
7977         (feature-file): Avoid calling symbol-name.  Doc fix.
7978         (file-set-intersect, file-dependents): Use dolist, not mapcar.
7979         (loadhist-hook-functions): Add mouse-position-function.
7980         (unload-feature): Change uses of mapcar.
7982         * files.el (parse-colon-path): Doc fix.
7983         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
7984         (set-auto-mode): Use mapc.
7986         * complete.el (PC-look-for-include-file): Use :alnum: character
7987         class.
7988         (partial-completion-mode): Add autoload cookie.
7990 2000-05-22  Sam Steingold  <sds@gnu.org>
7992         * info.el (Info-fontify-node): Fixed the call to
7993         `add-text-properties' (bug introduced on 2000-05-18).
7995 2000-05-22  Dave Love  <fx@gnu.org>
7997         * bindings.el: Remove debug-ignored-errors set in other files.
7999         * progmodes/etags.el: Add to debug-ignored-errors.
8000         (visit-tags-table-buffer): Clear out buffers holding old tables
8001         when making a new list.
8002         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8003         mapc.
8005         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
8006         quote keywords.
8007         (cmpl-string-case-type): Use character classes.
8009         * comint.el:
8010         * textmodes/ispell.el:
8011         * imenu.el:
8012         * mail/mh-e.el:
8013         * progmodes/compile.el: Add to debug-ignored-errors.
8015         * dabbrev.el: Add to debug-ignored-errors.
8016         (dabbrev-completion): Use mapc.
8018 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
8020         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8021         (woman-mapcan, woman-parse-man.conf)
8022         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8023         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8024         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
8025         path syntax better.
8026         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8027         (woman-manpath): Call woman-parse-man.conf.
8028         (woman-emulation): New defcustom, defaults to nroff.
8029         (woman-font-support): New defconst.
8030         (woman-use-symbol-font): New defcustom.
8031         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8032         "Emulation".
8033         Many functions: Doc fix.
8035 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
8037         * international/quail.el (quail-simple-translation-keymap): Map
8038         128..255 to quail-self-insert-command.
8039         (quail-keyboard-layout-alist): Add definition for "pc102-de".
8041 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
8043         * help.el (help-manyarg-func-alist): Typo.
8045         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8046         intervals which makes it heaps simpler.
8048         * newcomment.el (comment-region-internal): Go back to BEG after quoting
8049         the nested comment markers.
8051         * subr.el (remove-hook): Don't turn the hook's value into a list.
8053 2000-05-21  Dave Love  <fx@gnu.org>
8055         * edmacro.el (edmacro-parse-keys): Return vector if any elements
8056         are invalid characters.
8058         * international/mule-util.el (detect-coding-with-priority): Use
8059         mapc.  Remove redundant lambda.
8061         * international/mule-diag.el (list-non-iso-charset-chars)
8062         (describe-fontset): Remove redundant lambda.
8064         * emulation/crisp.el (brief-mode): New alias.
8066         * emacs-lisp/ring.el (ring-elements): New function.
8068         * emacs-lisp/easymenu.el (easy-menu-create-menu)
8069         (easy-menu-do-add-item): Use keywordp.
8071         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8073         * replace.el: Doc and error message fixes.
8074         (replace-highlight): Use facep, not internal-find-face.
8076 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
8078         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8080         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8081         (log-edit-insert-changelog): Drop `:' as well.
8083         * log-view.el: Fix file description.
8084         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8085         available.
8086         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8087         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8089         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8090         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8091         Print a status message if the toggle is called interactively.
8092         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8093         for global minor modes and use `defcustom' for them.
8094         Use add-minor-mode.
8095         (easy-mmode-define-derived-mode): Remove.
8096         (define-derived-mode): Fancier default docstring.
8097         (easy-mmode-define-navigation): Signal an error rather than (ding).
8099         * newcomment.el (comment-styles): New `box-multi'.
8100         (comment-normalize-vars): Better default for comment-continue to
8101         avoid whitespace-only continuations.
8102         (comment-search-forward): Always move even in the no-syntax case.
8103         (comment-padright): Only obey N if it's only obeyed for padleft.
8104         (comment-make-extra-lines): Better handling of empty continuations.
8105         Use `=' for the filler if comment-start has only one character.
8106         (uncomment-region): Try handling the special `=' filler.
8107         (comment-region): Allow LINES even if MULTI is nil.
8108         (comment-box): Choose box style based on comment-style.
8110 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
8112         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
8113         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8115 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
8117         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8118         and insert, not subst-char-in-region.
8120         * international/mule-diag.el (list-character-sets-1): Handle
8121         charsets eight-bit-control and eight-bit-graphic.
8122         (list-iso-charset-chars): Likewise.
8123         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8124         charactes as is.  Use indent-to to align characters.
8126         * international/mule-cmds.el (find-multibyte-characters): Never
8127         exclude charsets eight-bit-control and eight-bit-graphic.
8129 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
8131         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8132         Don't quote lambdas.
8134         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8136 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
8138         * gud.el (gud-jdb-directories): Doc fix.
8140 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
8142         * newcomment.el: New file.
8144 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
8146         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
8148 2000-05-18  Andreas Schwab  <schwab@suse.de>
8150         * dired.el (dired-between-files): Also skip lines beginning with
8151         `used'.
8153 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
8155         * msb.el (msb-menu-cond): Add choice `user'.
8157 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8159         * ps-print.el: Compatibility, customization and doc fix.
8160         (ps-printer-name-option): Replace defconst by defvar.
8161         (ps-postscript-code-directory): XEmacs compatibility.
8162         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8163         fix.
8164         (ps-user-defined-prologue, ps-print-prologue-header)
8165         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8166         compatibility and code fix.
8167         (ps-print-background-image, ps-print-background-text):
8168         Customization fix.
8169         (ps-line-number-start, ps-n-up-on): New vars.
8171 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
8173         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8174         the indent-comment function to just return the appropriate indent.
8176 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
8178         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8179         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8180         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8182 2000-05-18  Dave Love  <fx@gnu.org>
8184         * info.el (Info-fontify-node): Add intangible property as well as
8185         invisible.
8187         * calendar/appt.el (appt-make-list): Match all lines of entry.
8188         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8190 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
8192         * international/mule-diag.el (describe-char-after): Call
8193         internal-char-font, not char-font.  If internal-char-font returns
8194         nil, display "-- none --".
8196 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
8198         * image.el (image-type-available-p): Don't reference image-types
8199         if it isn't bound.
8201 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
8203         * autoarg.el (autoarg-mode): Typo in the :set argument.
8205 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
8207         * startup.el (command-line-1): Don't signal an error if the
8208         directory for auto-save-list files does not yet exist.
8210 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
8212         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8214 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
8216         * subr.el (remove-hook): `setq' hook-value, not `set'.
8218 2000-05-16  Sam Steingold  <sds@gnu.org>
8220         * info.el (debug-ignored-errors): More errors to ignore.
8222 2000-05-16  Dave Love  <fx@gnu.org>
8224         * cus-edit.el: Don't require cl or easymenu.
8225         (custom-variable-prompt): Test standard-value property, not
8226         user-variable-p.
8228 2000-05-16  Sam Steingold  <sds@gnu.org>
8230         * subr.el (add-hook): `setq' hook-value, not `set'.
8232 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
8234         * startup.el (command-line-1): Mention the FAQ in the startup
8235         message.
8237         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8239         * progmodes/compile.el (compilation-parse-errors): Collect
8240         `nomessage' regexps last.
8242         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8244         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8245         to the function name.
8247 2000-05-15  Dave Love  <fx@gnu.org>
8249         * speedbar.el (speedbar-recenter): Typo.
8250         (speedbar-expand-line): Make arg optional.
8251         (speedbar-mode): Avoid a compiler warning.
8253 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
8255         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8256         user-specified option string is empty.
8258         * mouse.el (mouse-yank-at-click): Doc fix.
8260 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
8262         * term/internal.el (IT-character-translations): More updates of
8263         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8264         documents.
8266 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
8268         * env.el (getenv): New function, interactively callable.
8269         (setenv, getenv): Remove autoload cookies.
8271         * loadup.el: Load `env'.
8273         * progmodes/f90.el: Change author's mail address.
8275 2000-05-14  Dave Love  <fx@gnu.org>
8277         * mail/rmail.el (rmail-show-message-hook): Customize and offer
8278         goto-addr as an option.
8280         * help.el (help-xref-stack): Doc fix.
8281         (help-xref-following): New variable.
8282         (help-make-xrefs): Use it.
8283         (help-xref-go-back): Use position information from stack element.
8284         (help-follow): Make position in stack element a pair.  Use
8285         help-xref-following.
8287         * autoarg.el: New file.
8289         * faces.el: Declare more functions obsolete.
8291         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8292         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8293         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8294         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8295         Remove all the setup-...-environment functions.
8297 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
8299         * speedbar.el: Updated the commentary section.  xemacs20p now uses
8300         >= when detecting.  Require `defimage' safely.
8301         (speedbar-easymenu-definition-base): Add toggle for images.
8302         (speedbar-easymenu-definition-special): Add flush cache & expand.
8303         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
8304         (speedbar-reconfigure-keymaps-hook): New variable.
8305         (speedbar-frame-parameters): Updated documentation.
8306         (speedbar-use-imenu-flag): Updated custom tag
8307         (speedbar-dynamic-tags-function-list): New variable.
8308         (speedbar-tag-hierarchy-method): Updated doc & custom.
8309         (speedbar-indentation-width, speedbar-indentation-width) New
8310         variables.
8311         (speedbar-hide-button-brackets-flag): Customizable.
8312         (speedbar-vc-indicator): Doc update.
8313         (speedbar-ignored-path-expressions): Updated default value.
8314         (speedbar-supported-extension-expressions): Updated default value.
8315         (speedbar-syntax-table): Remove {} paren status.
8316         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8317         as "+".  Added overlay aliases.
8318         (speedbar-mode): Use `speedbar-mode-line-update' instead of
8319         `force-mode-line-update'.
8320         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8321         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8322         `mouse-set-point'
8323         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
8324         (speedbar-item-info-tag-helper): Revamped to handle a wider range
8325         of arbitrary text, and new helper functions.
8326         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8327         filename finder.
8328         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8329         (speedbar-directory-buttons): Update path search/expansion.
8330         (speedbar-make-tag-line): Pay attention to
8331         `speedbar-indentation-width'.  Use more care w/ invisible
8332         properties.
8333         (speedbar-change-expand-button-char): Call
8334         `speedbar-insert-image-button-maybe'.
8335         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
8336         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8337         (speedbar-trim-words-tag-hierarchy)
8338         (speedbar-simple-group-tag-hierarchy): New functions
8339         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
8340         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8341         functions.
8342         (speedbar-mouse-set-point): New function
8343         (speedbar-power-click): Updated documentation.
8344         (speedbar-line-token, speedbar-goto-this-file): Handle more types
8345         of tag prefix text.
8346         (speedbar-expand-line, speedbar-contract-line): Make more robust
8347         to strange text.
8348         (speedbar-expand-line): Takes universal argument to flush the
8349         cache.
8350         (speedbar-flush-expand-line): New function.
8351         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8352         Use new generator insertion method.
8353         (speedbar-fetch-dynamic-tags): New function.
8354         (speedbar-fetch-dynamic-imenu): Removed code now handled in
8355         `speedbar-fetch-dynamic-imenu'.
8356         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8357         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8358         "Revert Buffer" menu items.
8359         (speedbar-buffer-buttons-engine): Be smarter when creating a
8360         filename tag (for expansion purposes.).
8361         (speedbar-highlight-one-tag-line,
8362         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8363         (speedbar-recenter): New functions.
8364         (defimage-speedbar): Image loading abstraction.
8365         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8366         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8367         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8368         (speedbar-tag-type, speedbar-tag-mail): New images.
8369         (speedbar-expand-image-button-alist): New variable.
8370         (speedbar-insert-image-button-maybe): Insert an image over some
8371         buttons.
8373 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
8375         * international/mule-cmds.el (encode-coding-char): An ASCII
8376         character is always encodable.
8378         * international/mule-conf.el: Add more information in descriptions
8379         of character sets.
8381         * international/mule-diag.el (describe-char-after): New function.
8382         (describe-font-internal): Adjusted for the change of font-info.
8383         (describe-font): Likewise.
8384         (print-fontset): Rewritten for the new fontset implementation.
8385         (describe-fontset): Include fontset alias names in completion.
8386         (list-fontsets): Adjusted for the change of print-fontset.
8388         * simple.el (what-cursor-position): If DETAIL is non-nil, call
8389         describe-char-after instead of displaying the detail in the echo
8390         area.
8391         (syntax-code-table): Format changed.
8392         (string-to-syntax): Adjusted for the above change.
8394 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
8396         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
8398 2000-05-12  Dave Love  <fx@gnu.org>
8400         * calendar/todo-mode.el: Remove some compatibility stuff and CL
8401         dependence.  Use line-{beginning,end}-position, not
8402         point-at{b,e}ol.  Some doc fixes.
8403         (todo-position): New function.  Fix callers of position to use it.
8404         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
8406 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
8408         * time.el (display-time-mail-icon): Use `:ascent center'.
8410         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
8411         handling FTP security extensions.
8413 2000-05-11  Dave Love  <fx@gnu.org>
8415         * calendar/todo-mode.el: New file.
8417 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
8419         * comint.el (comint-read-input-ring): Move reference to
8420         comint-input-ring-size outside of the save-excursion.  It was
8421         causing the default value to be the only one ever seen.
8423         * font-lock.el: Update copyright.  Remove Simon Marshall's email
8424         address on request from him.
8426         * subr.el (substitute-key-definition): Add comment describing
8427         the meaning of PREFIX.
8429 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
8431         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
8433         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
8434         (add-minor-mode): Don't make the variable buffer-local and add a
8435         reference to define-minor-mode in the docstring.
8437         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
8438         HEADER/FOOTER and fix bug with trailing empty directory.
8439         (cvs-append-to-ignore): Use vc-editable-p if available.
8440         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8441         (vc-do-command): Tweak advice to handle the new VC.
8443         * log-view.el (log-view-goto-rev): New function for the new VC.
8444         (log-view-minor-wrap): Use mark-active.
8446         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8447         (log-edit-changelog-full-paragraphs): New var.
8448         (log-edit-insert-changelog): Remove a lonely leading `* file'.
8449         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8450         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8451         (log-edit-changelog-ours-p, log-edit-changelog-entries)
8452         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8453         Replace the `cvs' prefix with `log-edit'.
8455         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8457         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
8458         (diff-font-lock-defaults): Explicitly turn off multiline.
8459         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
8460         (diff-ediff-patch): Fix call to ediff-patch-file.
8461         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
8462         Handle comments.
8464         * frame.el (automatic-hscrolling): Typo.
8466         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8468 2000-05-09  Sam Steingold  <sds@goems.com>
8470         * apropos.el (apropos-print): use `describe-face' instead of
8471         `customize-face-other-window'.
8473 2000-05-09  Dave Love  <fx@gnu.org>
8475         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8477         * help.el (describe-variable): Have customize button pop the
8478         help-xref stack when invoked.
8479         (help-xref-symbol-regexp): Add `face'.
8480         (help-make-xrefs): Check for quoted face names and adapt regexp
8481         submatch numbers to cope.
8482         (help-xref-interned): Maybe insert face doc too.  Separate
8483         sections with a line of hyphens.
8485         * faces.el:  Some doc fixes.  Declare some functions obsolete.
8486         (describe-face): Add customize button.  Return the help
8487         text.  Fix prompt.
8489 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
8491         * term/internal.el (IT-character-translations): Fix last change.
8493 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8495         * woman.el: New file
8496         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8498 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8500         * term/internal.el (IT-character-translations): Update ASCII
8501         simulations for greek-iso8859-7, add latin-iso8859-14 and
8502         latin-iso8859-15.
8504         * international/mule-cmds.el (set-language-info-alist): Call
8505         define-prefix-command with 3 arguments, to make the map suitable
8506         for a menu.
8508 2000-05-07  Dave Love  <fx@gnu.org>
8510         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
8512 2000-05-05  Dave Love  <fx@gnu.org>
8514         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8515         list in doc string.  Don't quote keyword symbols.
8516         * emacs-lisp/cl.el: Likewise
8517         * emacs-lisp/cl-seq.el: Likewise
8519 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
8521         * abbrev.el (abbrev-mode): Make ARG optional.
8523 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
8525         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
8527         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8529         * subr.el (substitute-key-definition): Clarify documentation.
8531 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
8533         * glasses.el (glasses-convert-to-unreadable): Use
8534         `glasses-separator' instead of the hard-wired "_".
8535         (glasses-mode): Call `glasses-make-unreadable' only in a single
8536         place.
8538 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
8540         * term/internal.el (cjk-codepages-alist): Add associations for
8541         Chinese and Korean codepages.  Remove FIXME comment.
8543 2000-05-03  Dave Love  <fx@gnu.org>
8545         * time.el (display-time-mail-face, display-time-use-mail-icon):
8546         New option.
8547         (display-time-mail-icon): New variable.
8548         (display-time-string-forms): Use the above.  Fix the local-map.
8550 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
8552         * replace.el (query-replace-map): Add binding for `E'.
8553         (query-replace-help): Extend help text.
8554         (perform-replace): Allow editing the replacement string.
8556         * make-mode.el (makefile-mode-abbrev-table): New variable.
8557         (makefile-mode): Set local abbrev table to
8558         makefile-mode-abbrev-table.
8559         (makefile-font-lock-keywords): Fontify includes and conditionals.
8561         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
8562         set TOGGLE's value.
8564         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
8565         mail-interactive-insert-alias.
8566         (mail-abbrev-complete-alias): New command.
8567         (mail-mode-map): Bind it to `M-TAB'.
8569 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
8571         * language/lao-util.el (lao-compose-region): New function.
8573 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
8575         * files.el (recover-session): Make directories as necessary
8576         if they don't exist yet.
8578         * calendar/cal-french.el
8579         (french-calendar-multibyte-special-days-array)
8580         (french-calendar-special-days-array): Change French text.
8581         (calendar-french-date-string): Change output.
8582         (calendar-goto-french-date): Likewise.
8584 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
8586         * wid-edit.el (widget-default-active): Obey `:always-active'.
8587         (widget-documentation-string-value-create): Set `:always-active'.
8589 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
8591         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
8592         default prefix to `~/_emacs.d/auto-save.list/_s'.
8593         (normal-top-level): Create the directory for auto-save files, if
8594         it doesn't already exist (in the ms-dos case only).
8596 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
8598         * international/mule-cmds.el (set-language-environment): Don't
8599         concat an integer (dos-codepage), use format instead.
8601 2000-05-02  Dave Love  <fx@gnu.org>
8603         * help.el (help-xref-on-pp): Check for constant symbols.
8605 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
8607         * startup.el (normal-top-level): Put a condition-case around
8608         the code loading subdirs.el.
8610 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8612         * ps-print.el: Upside-down and face background color printing,
8613         line number step, doc fix.
8614         (ps-print-version): New version number (5.2).
8615         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8616         (ps-face-attribute-list, ps-plot-with-face): Code fix.
8617         (ps-spool-config): Var fix.
8618         (ps-printer-name-option): Const fix.
8619         (ps-print-upside-down, ps-use-face-background)
8620         (ps-line-number-step): New vars.
8621         (ps-window-system, ps-lp-system): New consts.
8622         (ps-face-background): New fun.
8624 2000-04-28  Richard Stallman  <rms@gnu.org>
8626         * files.el (make-auto-save-file-name):
8627         Apply auto-save-file-name-transforms to visited file name
8628         before generating auto save file name.
8629         (auto-save-file-name-transforms): New variable.
8631         * files.el (backup-enable-predicate):
8632         Correctly test for a file under a temporary directory.
8634 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
8636         * subr.el (add-minor-mode): Rewritten.
8638 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
8640         * mail/sendmail.el (sendmail-send-it): Set
8641         buffer-file-coding-system to the selected coding system for MIME
8642         header.
8644 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
8646         * dired.el (dired-move-to-filename-regexp): Allow format where
8647         YYYY is followed by two spaces.
8649         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8650         in the second character class of the regexp.
8652         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8653         mh-etc, too.
8655         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8656         nil.
8658         * subr.el (add-minor-mode): Use `set' instead of `setq'.
8660         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8661         argument.
8663 2000-04-27  Sen Nagata <sen@eccosys.com>
8665         * emacs-lisp/crm.el (crm-completion-table): New variable.
8666         (crm-collection-fn, crm-test-completion)
8667         (completing-read-multiple): Use it.
8669 2000-04-27  Dave Love  <fx@gnu.org>
8671         * help.el (locate-library): Use mapc.
8672         (help-manyarg-func-alist): Add call-process-region.
8674 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
8676         * subr.el (add-minor-mode): Make argument MAP optional.
8678         * desktop.el (desktop-save): Save list of minor modes.
8679         (desktop-create-buffer): Restore minor modes.
8680         (desktop-minor-mode-table): New user-option.
8682         * subr.el (add-minor-mode): New function.
8684         * image.el (find-image): New function.
8685         (defimage): Rewritten to find image at load time.
8687         * startup.el (normal-top-level-add-to-load-path): Handle
8688         case that the default directory is not in load-path.
8690         * help.el: Old patch from Stefan Monnier.
8691         (help-xref-on-pp): New function.
8692         (describe-variable): Use it to display xrefs in a symbol's value.
8694 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
8696         * cus-edit.el (custom-face): Fix parenthesis.
8698 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
8700         * mail/rmail.el (rmail-expunge): When there are no deleted
8701         messages, do nothing.
8703 2000-04-26  Dave Love  <fx@gnu.org>
8705         * international/mule-cmds.el (locale-translation-file-name):
8706         Defvar to nil.
8707         (set-locale-environment): Set it here (at runtime).
8709 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
8711         * replace.el (perform-replace): Add parameters START and END.  Use
8712         them instead of the check for a region in Transient Mark mode.
8713         (query-replace-read-args): Return two more list elements for the
8714         start and end of the region in Transient Mark mode.
8715         (query-replace, query-replace-regexp, query-replace-regexp-eval)
8716         (map-query-replace-regexp, replace-string, replace-regexp): Add
8717         optional last arguments START and END and pass them to
8718         perform-replace.
8720         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
8721         form with additional arguments for perform-replace.
8723         * progmodes/etags.el (tags-query-replace): Add parameters START
8724         and END.  Construct a form with additional arguments for
8725         perform-replace.
8727         * simple.el (shell-command): Set default directory for "*Shell
8728         Command Output" buffer.
8730         * language/european.el (iso-latin-4): Fix typo.
8732         * emacs-lisp/crm.el: New file.
8734 2000-04-24  Dave Love  <fx@gnu.org>
8736         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8737         (Custom-reset-saved, Custom-reset-standard)
8738         (custom-group-value-create, custom-group-set, custom-group-save)
8739         (custom-group-reset-current, custom-group-reset-saved)
8740         (custom-group-reset-standard): Use mapc.
8741         (custom-buffer-create-internal): Disable undo when creating items.
8742         Use mapc.
8743         (custom-face): Avoid redundant lambda.
8745 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
8747         * startup.el (auto-save-list-file-prefix): Set default to
8748         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
8750 2000-04-24  Sam Steingold  <sds@gnu.org>
8752         * time-stamp.el (time-stamp-string-preprocess): Always convert
8753         `field-result' to a string.
8755 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
8757         * frame.el (scrolling): New group.
8758         (automatic-hscrolling): New user-option.
8760         * startup.el (command-line-x-option-alist): Add `-lsp' and
8761         `--line-spacing'.
8763 2000-04-19  Dave Love  <fx@gnu.org>
8765         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
8766         (cl-mapc): Rename from mapc.  Fix the funcall.
8768 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
8770         * simple.el (clone-indirect-buffer-other-window): New command.
8771         (clone-indirect-buffer): Add optional arg NORECROD.
8772         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
8774         * help.el (resize-temp-buffer-window): Use count-screen-lines.
8776         * window.el (count-screen-lines): New function.
8777         (shrink-window-if-larger-than-buffer): Use count-screen-lines
8778         instead of window-buffer-height.
8780         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
8781         non-existing variable comint-input-sentinel.
8782         (inferior-lisp-args-to-list): Removed.
8783         (inferior-lisp): Use split-string instead of
8784         inferior-lisp-args-to-list.
8786         * hexl.el (hexl-insert-hex-string): New command.
8788         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
8789         instead of concat.
8791 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
8793         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
8794         at the start of an existing but empty folder.
8796 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8798         * ps-mule.el: Customization fix, doc fix.
8799         (ps-multibyte-buffer): Customization fix.
8801 2000-04-17  Richard M. Stallman  <rms@gnu.org>
8803         * subr.el (read-passwd): Use read-char-exclusive.
8805 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
8807         * textmodes/texinfo.el (texinfo-insert-@email)
8808         (texinfo-insert-@emph, texinfo-insert-@quotation)
8809         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
8810         (texinfo-mode-map): Add key bindings for them.
8812         * files.el (basic-save-buffer-2): Use a template with `$'
8813         instead of `#' for VMS.
8815         * simple.el (clone-indirect-buffer): New function.
8817 2000-04-16  Stephen Eglen  <stephen@gnu.org>
8819         * iswitchb.el (iswitchb-case): New function.  If the user input
8820         contains any upper-case characters, the search is made
8821         case-sensitive.
8823 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
8825         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
8826         comment-end.
8827         (texinfo-font-lock-syntactic-keywords): New var.
8828         (texinfo-font-lock-keywords): Remove comment regexp.
8829         (texinfo-insert-block): New function.
8830         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
8831         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
8832         and font-lock-defaults.  Use regexp-opt for outline-regexp.
8833         (texinfo-environments): New var.
8834         (texinfo-environment-regexp): Use regexp-opt and
8835         texinfo-environments.
8837         * textmodes/ispell.el (ispell-menu-map-needed): Check that
8838         ispell-process is bound since this might be eval'd before ispell
8839         is loaded.
8840         (ispell-message): Use a tiny bit less magic and a bit more hard
8841         data to figure out what kind of sc-cite-regexp to use.
8843         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
8845         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
8846         (insert-cyclic-diary-entry): Unquote the lambda.
8848         * gud.el (gud-jdb-build-source-files-list): Fix typo.
8850         * files.el (backup-enable-predicate): Unquote the lambda.
8852         * cus-edit.el (custom-face, face): Unquote the lambda.
8854 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8856         * ps-print.el: Check for line-beginning-position definition.
8858         * ps-print.el: Fix counting lines in a region.
8859         (ps-print-version): New version number (5.1.5).
8860         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8861         (ps-printing-region): Fun code fix.
8863 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
8865         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
8866         to file-directory-p.
8868 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
8870         * gud.el (gud-jdb-build-source-files-list): Check that directory
8871         exists before calling directory-files.
8873 2000-04-13  Dave Love  <fx@gnu.org>
8875         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
8876         syntax.
8878         * emacs-lisp/cl-specs.el: Remove when, unless.
8880         * emacs-lisp/cl-extra.el: Don't quote keywords.
8881         (cl-old-mapc): New variable.
8882         (mapc): Use it.
8883         (cl-map-intervals): Use with-current-buffer.  Don't check for
8884         next-property-change.
8885         (cl-map-overlays): Use with-current-buffer.
8886         (cl-expt): Remove.
8887         (copy-tree, remprop): Define unconditionally.
8889         * emacs-lisp/cl-compat.el (keywordp): Remove.
8891         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
8892         to use keywordp.
8893         (edebug-spec): Enable keywordp.
8895         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
8896         string-lessp.
8898         * cus-start.el: Use keywordp.
8900 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8902         * diary-lib.el (include-other-diary-files): Fix the fix of
8903         2000-02-18 by doing a save-excursion.
8905 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8907         * ps-print.el: Customization fix, doc fix.
8908         (ps-print-version): New version number (5.1.4).
8909         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
8910         (ps-print-preprint): Adjust code.
8911         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
8912         (ps-print-prologue-header, ps-print-control-characters)
8913         (ps-spool-config): Customization fix.
8915 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
8917         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
8918         converted to the new menu-item format, names silightly changed,
8919         help strings added.
8921         Support for spelling without async subprocesses:
8923         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
8924         (ispell-session-buffer): New variables.
8925         (ispell-start-process, ispell-process-status,
8926         ispell-accept-output, ispell-send-string): New functions, for
8927         Ispell invocation when async subprocesses aren't supported.
8928         (ispell-word, ispell-pdict-save, ispell-command-loop,
8929         ispell-process-line, ispell-buffer-local-parsing): Replace calls
8930         to process-send-string with calls to ispell-send-string, and
8931         accept-process-output with ispell-accept-output.
8932         (ispell-init-process): Call ispell-process-status instead of
8933         process-status with.
8934         (ispell-init-process): Call ispell-start-process.  Call
8935         ispell-accept-output and ispell-send-string.  Don't call
8936         process-kill-without-query and kill-process if they are unbound.
8937         (ispell-async-processp): New function.
8939 2000-04-12  Dave Love  <fx@gnu.org>
8941         * info.el: Add debug-ignored-errors.
8942         (Info-mode-menu): Add some items.
8943         (Info-directory): Add autoload cookie.
8945         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
8946         Modify `truncate-lines'.  Make `describe-language-environment'
8947         always visible and add help.  Modify `describe-key' help.  Invoke
8948         Info-directory from `info'.  New entry `emacs-manual'.
8950 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
8952         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
8953         propertized-buffer-identification.
8954         (ebrowse-update-member-buffer-mode-line): Likewise.
8955         (ebrowse--mode-strings): Removed.
8956         (ebrowse--mode-line-props): Removed.
8958         * files.el (auto-mode-alist): Add `EBROWSE'.
8960         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
8961         space before testing for end of buffer.
8962         (ebrowse-load): Removed.
8963         (ebrowse-revert-tree-buffer-from-file): Rewritten.
8964         (ebrowse-create-tree-buffer): Rewritten.
8965         (ebrowse-tree-mode): Read tree from buffer.
8967         * progmodes/ebrowse-ffh.el: Removed.
8969 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
8971         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
8973 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
8975         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8976         at the wrong place.
8978 2000-04-09  Dave Love  <fx@gnu.org>
8980         * files.el (backup-enable-predicate): Use
8981         temporary-file-directory, small-temporary-file-directory.
8982         (make-backup-file-name-function, backup-directory-alist): New
8983         variables.
8984         (make-backup-file-name-1): New function.
8985         (make-backup-file-name): Use it.
8986         (find-backup-file-name): Likewise.  Use format for clarity, not
8987         concat.
8988         (file-newest-backup): Use make-backup-file-name.
8990 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
8992         * progmodes/ebrowse-ffh.el: New file.
8994         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
8995         to ebrowse-ffh.el.
8996         (ebrowse-load): Add autoload.
8998         * finder.el (finder-commentary): Add autoload cookie.
9000         * mail/rfc2368.el: Correct author's email address.
9002         * progmodes/ebrowse.el: New file.
9004         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9005         item help string.
9006         (easy-menu-do-add-item): Ditto.
9007         (easy-menu-define): Extend doc string.
9009         * jit-lock.el (with-buffer-unmodified): Use
9010         restore-buffer-modified-p.
9011         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9012         (jit-lock-function, jit-lock-stealth-fontify): Don't use
9013         with-buffer-unmodified.
9015 2000-04-08  Dave Love  <fx@gnu.org>
9017         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9018         unless, when.
9020 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
9022         * viper-util.el (viper-put-on-search-overlay): New subroutine.
9023         (viper-flash-search-pattern): No operation when using Emacs
9024         doesn't support face.
9025         Use `viper-put-on-search-overlay'.
9027 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
9029         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9030         like C-r.
9032         * progmodes/make-mode.el: Some doc fixes.
9033         (makefile-mode-abbrev-table): New variable.
9034         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9035         (makefile-font-lock-keywords): Fontify includes and conditionals.
9036         (toplevel): Require `dabbrev' and `add-log' when compiling.
9038         * replace.el (perform-replace): Don't move forward one char
9039         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
9040         to do that because it leaves point 1 position after the last
9041         replacement, after everything has been replaced.
9043         * jit-lock.el (with-buffer-unmodified): New macro.
9044         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9045         modified state.
9046         (jit-lock-function-1): Extracted from jit-lock-function; not
9047         preserving buffer's modified state.
9048         (jit-lock-function, jit-lock-stealth-fontify): Call
9049         jit-lock-function-1.
9051         * mail/rfc2368.el: Remove supernumerary copyright line.
9053 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
9055         * glasses.el: Provide facilities for inserting space before left
9056         parentheses and uncapitalization of identifiers.
9057         (glasses-mode): Try to remove old overlays in all cases.
9059 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
9061         * progmodes/compile.el (compile-internal): Display the compilation
9062         buffer in a different frame, if it's already displayed there.
9064         * mail/rfc2368.el: New file.
9066         * simple.el (sendmail-user-agent-compose): Recognize a `body'
9067         header and insert its value as mail body.
9069         * subr.el (member-ignore-case): New function.
9071         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9072         (dabbrev--find-expansion): Ignore buffers matching a regexp
9073         from dabbrev-ignored-regexps.
9075         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9076         to extensions handled by gzip.
9078 2000-04-03  Richard M. Stallman  <rms@gnu.org>
9080         * files.el (insert-directory): List the total free space
9081         along with the used space.
9083         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9084         line is followed by one that matches CITATION-REGEXP, end the
9085         paragraph.
9087 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
9089         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9090         (rmail-make-basic-summary-line): Use that option.
9092 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
9094         * international/mule-cmds.el (encoded-string-description):
9095         Rewritten.   Try pretty description for ISO 2022 escape sequences
9096         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
9097         for hexadecimal format.
9099 2000-04-01  Dave Love  <fx@gnu.org>
9101         * cpp.el: Change customization group to `c' from `C'.
9103         * vcursor.el (vcursor-move): Use display-color-p.
9105         * international/mule-util.el: Provide mule-utils.
9106         (string-to-sequence): Simplify and speed up.
9108         * international/mule.el (make-coding-system): Purecopy doc-string.
9110         * international/mule-cmds.el: Various menu changes.
9111         (describe-specified-language-support): Handle `Default'.
9112         (set-language-info): Purecopy `info'.
9114 2000-03-31  Andrew Innes  <andrewi@gnu.org>
9116         * vc.el (vc-backend-diff): Return the correct status if we had to
9117         retry the rcsdiff command without the --brief option.
9119 2000-03-31  Dave Love  <fx@gnu.org>
9121         * help.el (help-manyarg-func-alist): Correct several omissions.
9123         * add-log.el: Don't require cl, fortran.
9124         (add-log-current-defun-function): Doc fix.
9125         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
9126         fix.
9127         (change-log-version-rcs): Function deleted.
9128         (change-log-version-number-search): Doc fix.  Use
9129         vc-workfile-version.  Avoid CL dolist.
9130         (add-change-log-entry): Just call add-log-current-defun to get
9131         defun.  Simplify somewhat.
9132         (change-log-get-method-definition-1): Likewise.
9133         (add-log-current-defun): Return nil if calling
9134         add-log-current-defun-function does so.  Move Fortran stuff to
9135         fortran.el.  Return string without properties.
9137         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9138         and :alpha: char classes.
9140         * mail/supercite.el: Defvar curline when compiling.
9141         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9142         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9143         rather than a-zA-Z0-9 to allow non-ASCII characters.
9145 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
9147         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9149         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9150         Re-enable new code.
9152         * lpr.el (print-region-1): Use -d to specify printer name for
9153         systems `usg-unix-v*, `dgux', `hpux', `irix'.
9155 2000-03-31  Dave Love  <fx@gnu.org>
9157         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9158         for function definition in symbol's function value slot first
9159         instead of first consulting byte-compile-function-environment.
9161 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
9163         * language/european.el ("Polish"): New language environment.
9164         (setup-polish-environment): New function.
9166 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
9168         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9169         Disable new code.
9171         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9172         trying to `load' the symbol of an autoload instead of the file
9173         recorded in the autoload.  Fix error messages.
9175 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9177         * ps-print.el: PostScript programming fix for ghostview, doc fix.
9178         (ps-print-version): New version number (5.1.3).
9179         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9180         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9181         (ps-generate-postscript-with-faces): Code fix.
9182         (ps-color-values): XEmacs compatibility.
9183         (ps-print-background-image, ps-print-background-text, ps-printer-name)
9184         (ps-default-fg, ps-default-bg): Adjust customization.
9185         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9186         (ps-color-scale): Renaming old ps-color-value fun.
9187         (ps-print-headers): Replace ps-print-header group to avoid conflict
9188         with ps-print-header variable.
9189         (ps-print-miscellany): New group.
9190         (ps-format-color, ps-rgb-color): New funs.
9191         (ps-default-foreground): New var.
9192         (ps-printer-name-option): New const.
9194 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
9196         * net/net-utils.el:
9197         (network-connection-host, network-connection-service): New variables
9198         (network-connection-mode): New mode, derived from comint-mode
9199         (network-connection-mode-setup): New function, saves host and
9200         service information in local variables.
9202         * lisp/locate.el:
9203         (locate-word-at-point): Added this function
9204         (locate): Default to using locate-word-at-point as input
9205         Run dired-mode-hook
9207 2000-03-29  Dave Love  <fx@gnu.org>
9209         * calendar/appt.el: Doc fixes.
9210         (appt-check): Convert min-to-app to a string before passing to
9211         appt-disp-window-function or concat.
9212         (appt-delete-window): Remove test for frame-root-window.
9213         (appt-select-lowest-window, appt-convert-time): Simplify.
9215         * emacs-lisp/bytecomp.el: Doc fixes.
9216         (byte-compile-file-form-autoload): Update
9217         byte-compile-function-environment.
9219 2000-03-29  Andreas Schwab  <schwab@suse.de>
9221         * emacs-lisp/autoload.el: Also print defsubst doc string
9222         specially.
9224         * dired.el (dired-insert-directory): If dired-free-space-program
9225         failed just delete its output.
9227 2000-03-29  Dave Love  <fx@gnu.org>
9229         * international/iso-cvt.el: Move provide to end.  Doc fixes.
9230         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9231         (iso-iso2sgml, iso-sgml2iso): New functions.
9232         (iso-cvt-define-menu): Fix some entries and use backquote for
9233         clarity.
9235         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9237 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
9239         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9240         ISO-DATE.  If non-nil, return date in ISO 8601 format.
9242 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
9244         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9245         if it ever becomes used.
9246         (log-edit-mode-hook): Default to vc-log-mode-hook.
9247         (log-edit-mode): Fix the docstring.
9249         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9250         the code.
9252 2000-03-26  Dave Love  <fx@gnu.org>
9254         * net/browse-url.el (browse-url): Re-fix case of
9255         browse-url-browser-function being an alist.
9256         (browse-url): Add :link to defgroup.
9258         * files.el: Doc fixes.
9259         (file-truename): Include `[' in wildcard characters.
9260         (automount-dir-prefix): Customize.
9261         (find-file-wildcards): Add :version.
9262         (find-file-noselect): Simplify a mapcar call.
9264         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9265         compatible with inf-lisp version.
9266         (eval-defun-1): Fix custom-declare-variable case.
9268 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
9270         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9272 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
9274         * Makefile (COMPILE_FIRST): New macro.
9275         (compile-files): Compile files from COMPILE_FIRST first.
9277         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9278         code.
9280         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9281         matching open parenthesis in column 0 to defun-prompt-regexp
9282         only if open-paren-in-column-0-is-defun-start is set.
9284         * sun-curs.el: Require CL at compile-time only.
9286         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9287         instead of copy-list which is a function from CL.
9288         (msb--choose-menu, msb--mode-menu-cond)
9289         (msb--create-buffer-menu-2): Use dolist instead of mapc.
9290         (msb--init-file-alist): Use mapcar instead of mapcan.
9291         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
9292         `(' in column 0 in doc string.
9293         (msb--add-separators): Use mapcar instead of mapcan.
9295         * cus-dep.el: Require CL at compile-time only.
9297 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
9299         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9300         (byte-compile-warnings): New warning `noruntime'.
9301         (byte-compile-constants, byte-compile-variables): Fix docstring.
9302         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9303         execute `eval-whenc-compile's body.
9304         (byte-compile-unresolved-functions): Fix docstring.
9305         (byte-compile-eval): New function.
9306         (byte-compile-callargs-warn): Check if the function will be available
9307         at runtime (via property `byte-compile-noruntime').
9308         (byte-compile-print-syms): New function.
9309         (byte-compile-warn-about-unresolved-functions): Also warn about
9310         `noruntime' functions (and use `byte-compile-print-syms').
9311         (byte-compile-file): Capitalize the message.
9313 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
9315         * mail/rmail.el (rmail-confirm-expunge): New user-option.
9316         (rmail-expunge): Ask for confirmation depending on the setting
9317         of rmail-confirm-expunge.
9319 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
9321         * Makefile (bootstrap-clean): If $(emacs) exists, build
9322         loaddefs.el first.  A loaddefs.el that's not up-to-date might
9323         cause a bootstrap failure because things don't autoload as
9324         expected.
9326 2000-03-23  Dave Love  <fx@gnu.org>
9328         * net/browse-url.el: Restore previous use of
9329         browse-url-maybe-new-window.
9331 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9333         * ps-print.el: Skip banner page fix.
9334         (ps-print-version): New version number (5.1.2).
9335         (ps-begin-file, ps-end-file, ps-generate): Code fix.
9337 2000-03-23  Dave Pearson  <davep@davep.org>
9339         * net/quickurl.el Changed the type of parameter passed to the
9340         function defined by `quickurl-format-function'. Before only the
9341         text of the URL was passed. Now the whole URL structure is passed
9342         and the function is responsible for extracting the parts it
9343         requires.  Changed the default of `quickurl-format-function'
9344         accordingly.
9345         (quickurl-insert): Changed the `funcall' of
9346         `quickurl-format-function' to match the above change.
9347         (quickurl-list-insert): Changed the `url' case so that it makes
9348         use of `quickurl-format-function', previous to this the format was
9349         hard wired.
9351 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
9353         * startup.el: Change some spellings for the X Window System.
9355 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
9357         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9358         up the code and the regexp and make sure the cursor is temporarily
9359         moved to the suspicious line while querying the user.
9361 2000-03-22  Jason Rumney  <jasonr@gnu.org>
9363         * w32-fns.el (w32-charset-info-alist): Initialize.
9365 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9367         * ps-print.el: N-up last page fix.
9368         (ps-print-version): New version number (5.1.1).
9369         (ps-end-file, ps-end-job, ps-generate): Code fix.
9371 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
9373         * files.el (find-file-run-dired): Update docstring.
9374         (find-directory-functions): New hook.
9375         (find-file-noselect): Run find-directory-functions rather than
9376         calling dired directly.
9378         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9380         * pcvs.el: Add a minimal leading commentary.
9381         (cvs-make-cvs-buffer): Change the header part by removing the startup
9382         message and adding a `Module' entry.  Also replace the FOOTER and
9383         HEADER special fileinfos with the new support in ewoc for updating
9384         its own footer and header.
9385         (cvs-update-header): Update to use the header/footer of the ewoc.
9386         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9387         (cvs-is-within-p): New function.
9388         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
9389         to only examine some subset of the buffers.
9391         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
9392         `format' instead of our own ad-hoc functions.
9393         Remove HEADER and FOOTER cases, now handled in the EWOC.
9394         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
9396         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
9397         output to avoid scaring the user.
9398         (cvs-parse-table): Catch message for non-up-to-date commits.
9400         * pcvs-defs.el (cvs-startup-message): Remove.
9401         (cvs-global-menu): New autoloaded menu.
9403         * pcvs-util.el (cvs-string-fill): Remove.
9405         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
9406         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
9407         PP part of it and also make it work for footers and headers.
9408         (ewoc-create): Drop POS and BUFFER arguments.
9409         Use the DLL's dummy node to store the end-of-footer position.
9410         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
9411         (ewoc-refresh): Remove unused `header' variable.
9412         (ewoc-(get|set)-hf): New functions.
9414         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
9415         log-view-*-(message|file) and use easy-mmode-define-navigation.
9416         (log-view-message-re): Match SCCS format as well.
9417         And match the revision line rather than the dashed separator line.
9418         (log-view-mode): Use the new define-derived-mode.
9419         (log-view-current-tag): Fill in with an actual implementation.
9421         * cvs-status.el (cvs-status-(prev|next)): Rename from
9422         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
9423         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
9424         to let the output "breathe" a little more (more readable).
9425         (cvs-status-mode): Use the new define-derived-mode.
9427         * smerge-mode.el (smerge-auto-leave): New function and variable.
9428         (smerge-basic-map): Rename from smerge-basic-keymap.
9429         Change the bindings for smerge-diff-*.
9430         (smerge-*-map): Use easy-mmode-defmap.
9431         (smerge-(next|prev)): Use easy-mmode-define-navigation.
9432         (smerge-keep-*): Use smerge-auto-leave.
9434 2000-03-21  Jason Rumney  <jasonr@gnu.org>
9436         * cus-edit.el (custom-button-face): Use 3D look for w32.
9437         (custom-button-pressed-face): Likewise.
9439 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
9441         * progmodes/etags.el (tags-case-fold-search): New user-option.
9442         (tags-loop-eval): New function.  Bind case-fold-search around eval
9443         depending on the value of tags-case-fold-search.
9444         (tags-loop-continue): Use tags-loop-eval.
9445         (find-tag-in-order): Bind case-fold-search depending on the value
9446         of tags-case-fold-search.
9448 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
9450         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9451         (diff-end-of-hunk): Return the end position for use in
9452         `easy-mmode-define-navigation'.
9453         (diff-recenter): Remove.
9454         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9455         of `easy-mmode-define-navigation'.
9456         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
9457         previous renaming) and fix to use new names.
9458         (diff-merge-strings): Use \n as separator: simpler, faster.
9459         (diff-mode): Use `define-derived-mode'.
9461         * derived.el (define-derived-mode): Don't autoload anymore.
9462         Prefer the macro-only version provided by easy-mmode.el.
9464         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
9465         `easy-mmode-define-derived-mode'.
9466         Use `combine-run-hooks'.
9467         (easy-mmode-define-navigation): New macro.
9469         * subr.el (combine-run-hooks): New function.
9471 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
9473         * term/x-win.el: Fontsets related initialization is simplified.
9475         * international/mule-diag.el (describe-font): Don't refer to
9476         global-fontset-alist, instead call font-list.
9477         (describe-fontset, list-fontsets, mule-diag): Likewise.
9478         (print-fontset): Adjusted for the change of fontset
9479         implementation.
9481         * international/fontset.el (x-charset-registries): Variable
9482         removed, instead the corresponding data is stored in the default
9483         fontset.
9484         (register-alternate-fontnames): Function removed.
9485         (resolved-ascii-font): Variable removed.
9486         (x-compose-font-name): Ignore the second argument REDOCE.
9487         (x-complement-fontset-spec): Complement only an ASCII font and
9488         element for those charsets than can use that ASCII font.
9489         (generate-fontset-menu): Don't refer to global-fontset-alist,
9490         instead call fontset-list.
9491         (uninstantiated-fontset-alist): Variable removed.
9492         (x-style-funcs-alist): Likewise.
9493         (fontset-default-styles): Likewise.
9494         (x-modify-font-name): Function removed.
9495         (create-fontset-from-fontset-spec): Ignore the argument
9496         STYLE-VARIANT.
9497         (create-fontset-from-ascii-font): Docsting adjusted for the above
9498         change.
9499         (instantiate-fontset, resolve-fontset-name): Functions removed.
9500         (fontset-list): Now implemented by C code.
9502         * faces.el (read-face-font): Fix TABLE arg to completing-read.
9503         (describe-face): Include `font' attribute in the description.
9505 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
9507         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9509 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
9511         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9512         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9513         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
9515         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9516         about behavior of set-buffer-modified-p wrt redisplay.
9518 2000-03-19  Richard M. Stallman  <rms@gnu.org>
9520         * view.el (view-mode-disable): Kill local binding of view-read-only.
9522 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
9524         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
9525         is a string, convert it to a syntax cell using string-to-syntax.
9527         * simple.el (syntax-code-table, syntax-flag-table): New variables.
9528         (string-to-syntax): New function.
9530         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9531         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
9532         try to use passive ftp mode.
9534 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
9536         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
9538         * simple.el (append-to-buffer): Update point of windows after
9539         insertion.
9541         * abbrev.el (inverse-add-abbrev): Identify word by first moving
9542         forward then moving backward.  Reindent.
9544         * frame.el (other-frame): Call x-focus-frame only if
9545         focus-follows-mouse is off.
9547 2000-03-17  Dave Love  <fx@gnu.org>
9549         * pcvs-util.el (cvs-strings->string): Rename
9550         replace-regexps-in-string.
9552 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
9554         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
9555         regexp for labels cannot span several lines.
9557         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
9558         `(setq :<key> ':<key>)' to the macro expansion.
9560 2000-03-16  Dave Love  <fx@gnu.org>
9562         * progmodes/f90.el (f90): Put custom group under `languages', not
9563         `fortran'.
9564         (f90-mode-hook): Customize.
9565         (f90-mode): Set add-log-current-defun-function.
9566         (f90-current-defun): New function.
9568 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
9570         * cus-edit.el (custom-variable-tag-face): Handle case that
9571         default face's height is not a number.
9572         (custom-face-tag-face, custom-group-tag-face-1)
9573         (custom-group-tag-face): Ditto.
9574         (custom-group-tag-face-1): Add :group.
9576         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
9578 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
9580         * pcvs-defs.el (toplevel): Remove autoload cookie for form
9581         requiring easymenu.
9583 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9585         * ps-print.el: PostScript user-defined prologue, PostScript error
9586         handler, doc fix.
9587         (ps-print-version): New version number (5.1).
9588         (ps-user-defined-prologue, ps-error-handler-message)
9589         (ps-print-prologue-0, ps-error-handler-alist): New vars.
9590         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
9591         (ps-insert-string): New function.
9593 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
9595         * international/ccl.el (ccl-compile-expression): Don't generate
9596         invalid self-assignment code.
9598 2000-03-14  Dave Love  <fx@gnu.org>
9600         * subr.el (replace-regexp-in-string): Renamed from
9601         replace-regexps-in-string.  Doc fix.
9603 2000-03-12  Dave Love  <fx@gnu.org>
9605         * cus-edit.el: Doc fixes.
9606         (customize-set-variable, customize-save-variable): Rename args for
9607         doc.
9608         (custom-variable-tag-face, custom-face-tag-face)
9609         (custom-group-tag-face-1, custom-group-tag-face): Modify from
9610         style which user identify as hyperlink.
9611         (hook): Don't add undefined functions to the hook.
9612         (debug-ignored-errors): Transfer message from bindings.el.
9614 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
9616         * recentf.el (recentf-keep-non-readable-files-p): Remove
9617         double/nested definition.
9619 2000-03-12  Dave Love  <fx@gnu.org>
9621         * facemenu.el (facemenu-get-face): Use display-color-p.
9622         * enriched.el (enriched-decode-foreground): Likewise.
9623         (enriched-decode-background): Likewise.
9624         * isearch.el (isearch-highlight): Likewise.
9625         * info-look.el (info-lookup): Likewise.
9626         * simple.el (completion-setup-function): Likewise.
9628         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9629         :options.
9631         * bindings.el (mode-line-format): Fix line-number and
9632         column-number items.  Add help-echo for the background.
9633         (mode-line-mule-info): Modify help-echo.
9635         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9636         defcustom.
9638         * files.el (load-file): Allow completion to .elc.
9640         * man.el: Doc fixes.
9641         (Man-init-defvars): Use display-color-p to set fontification.
9643         * play/hanoi.el (hanoi-internal): Don't use oddp.
9645 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
9647         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9649         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9651 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9653         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9654         Fix comment.
9656 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
9658         * font-lock.el (font-lock-keywords): Fix the doc now that
9659         regexp-opt-depth is unnecessary.
9660         (save-buffer-state): Set an edebug spec.
9661         (font-lock-fontify-anchored-keywords): Properly handle the case when
9662         the matcher goes past the limit.
9664         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9665         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9667         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
9668         dll.el and cookie.el (from Elib) with heavy renaming and other
9669         massaging.
9671         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9672         Autoload the functions used.
9673         (easy-mmode-define-syntax): Fix CL typo.
9674         (easy-mmode-define-derived-mode): Improve the docstring generation.
9676 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
9678         * textmodes/texinfo.el (texinfo-version): Variable and function
9679         removed.
9681 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
9683         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9684         allow more flexibility.
9685         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9686         fns.
9687         (easy-mmode-defmap, easy-mmode-defsyntax)
9688         (easy-mmode-define-derived-mode): New macros.
9690 2000-03-09  Didier Verna  <didier@xemacs.org>
9692         * rect.el (replace-rectangle): New function.
9694 2000-03-09  Dave Love  <fx@gnu.org>
9696         * progmodes/fortran.el (fortran-comment-line-start): Define as
9697         "C".
9698         (fortran-comment-line-start-skip): Don't match cpp stuff.
9699         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
9700         (fortran-mode-map): Remove over-eager custom-menu-create for now.
9701         (fortran-mode): Don't set fortran-comment-line-start-skip,
9702         fortran-comment-line-start here.  Set comment-start,
9703         add-log-current-defun.
9704         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9705         (fortran-current-defun): New function.
9707 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
9709         * emacs-lisp/re-builder.el: New file.
9711         * mouse.el (mouse-drag-region): Don't run up-event handler
9712         if hscroll has changed.
9714         * octave-mod.el (octave-font-lock-keywords): To font-lock the
9715         builtin operators, use `font-lock-builtin-face' for Emacs and
9716         `font-lock-preprocessor-face' otherwise.
9718         * font-lock.el (lisp-font-lock-keywords-1): Highlight
9719         `(defun (setf foo)' differently.
9721 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
9723         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
9724         (regexp-opt): Update comment and adapt the code the new meaning of
9725         the `paren' argument of regex-opt-group for shy-groups.
9726         (regexp-opt-depth): Handle shy groups as well as backslashed
9727         backslashes.
9728         (regexp-opt-group): Turn the leading comment into a docstring.
9729         Allow `paren' to be a string (the string to use to open a group).
9730         Remove open-presuf and close-presuf.  Instead of checking for `all
9731         one-char' and then later on check for `several one-char', handle
9732         both cases close together.  Also apply a more generic algorithm
9733         for suffixes (the mirror image of the algorithm used for
9734         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
9735         (regexp-opt-try-suffix): Removed.
9737         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
9738         from comint-mode-map, so we can just inherit from it.  Also, move
9739         the initialization into the `defvar' since there's no docstring
9740         anyway and it's fairly short.
9741         (inferior-scheme-mode): Define it as derived-mode: the code is
9742         shorter and this way we inherit from comint-mode-map rather than
9743         copying it.
9745         * subr.el (replace-regexps-in-string): Properly handle the case
9746         where we match an empty string.
9748         * comint.el (comint-exec-1): Add the current-dir to the exec-path
9749         when the command has a directory component (such as "./testml").
9750         Also fix a typo in the comment.
9752 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
9754         * Makefile (compile-files): Compile files one by one because
9755         that's the only way to ensure a clean compilation environment for
9756         each individual file.
9758         * frame.el (other-frame): Call x-focus-frame.
9760 2000-03-07  Dave Love  <fx@gnu.org>
9762         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
9763         :require to defcustom.
9765         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
9766         lists.
9768         * files.el (auto-mode-alist): Add configure.in.
9770         * progmodes/autoconf.el: New file.
9772 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
9774         * mail/mh-e.el: Change maintainer to `none'.
9776         * recentf.el (recentf-keep-non-readable-files-p): Quote args
9777         to remove-hook and add-hook.
9779 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9781         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
9782         it as the default.
9783         (mail-send): Test mail-send-nonascii also for the new `mime' value.
9784         (sendmail-send-it): Conditionally add MIME headers specifying the
9785         used character set.
9787 2000-03-07  Dave Love  <fx@gnu.org>
9789         * winner.el: Fix keywords, autoload cookies.  Split
9790         eval-when-compile form to avoid compilation failure.
9792 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
9794         * international/mule.el: Modify comment about coding system
9795         property `coding-category'.
9796         (make-coding-system): New argument EOL-TYPE.  Pay attention to
9797         coding-category property of PROPERTIES.
9799         * international/mule-conf.el (coding-category-utf-8,
9800         coding-category-utf-16-be, coding-category-utf-16-le): New coding
9801         categories.  Include them in the argument for set-coding-priority.
9803         * international/mule-cmds.el (reset-language-environment): Include
9804         coding-category-utf-8, coding-category-utf-16-be, and
9805         coding-category-utf-16-le in the argument for set-coding-priority.
9806         (reset-language-environment): Initialize coding-category-utf-8,
9807         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
9809 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
9811         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
9812         code abstracted out of `bookmark-jump-noselect'.  Now tries info
9813         extensions as well as compression extensions.
9814         (bookmark-jump-noselect): Use above new func.
9816 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
9818         * strokes.el: Change maintainer's mail address.
9820 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
9822         * international/mule-diag.el (list-character-sets): Make help-echo
9823         string by substitute-command-keys.
9824         (list-character-sets): Likewise.
9825         (sort-listed-character-sets): Call help-setup-xref.
9827 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
9829         * time.el (display-time-mail-file): Add `none' to the list of
9830         choices.
9832 2000-03-01  Dave Love  <fx@gnu.org>
9834         * help.el (help-xref-go-back): Don't try to set position.
9836         * international/mule-diag.el (list-character-sets): Call
9837         help-setup-xref.  Add help-echo to xrefs.
9838         (list-character-sets-1): Add help-echo to xrefs.
9840 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
9842         * frame.el (blink-cursor-mode): Switch cursor on when turning
9843         the mode off.
9845         * add-log.el (add-log-current-defun): Add support for
9846         Autoconf mode.
9848         * mail/rmail.el (rmail-quit-hook): New variable.
9850 2000-03-01  Dave Love  <fx@gnu.org>
9852         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
9854         * help.el (help-xref-button): Add help-echo arg.
9855         (describe-function-1, describe-variable, help-make-xrefs): Use it.
9857         * faces.el (list-faces-display): Supply help-echo with
9858         help-make-xrefs.
9860         * facemenu.el (list-text-properties-at): Set help-xref-stack to
9861         nil.
9863 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
9865         * image.el (defimage): Look for image files in load-path.
9867         * frame.el (busy-cursor-delay-seconds): Change type to
9868         `number'.
9870 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
9872         * recentf.el (recentf): Added version tag to the defgroup of
9873         recentf.
9875 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
9877         * recentf.el (recentf-cleanup): Changed to remove excluded file
9878         too.
9879         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
9880         action to select/unselect a file.
9881         (recentf-edit-list): Code cleanup and improvement.
9882         (recentf-open-more-files-action): `recentf-open-more-files' button
9883         widget action to open a file.
9884         (recentf-open-more-files): No more use standard completion but
9885         widgets.
9886         (recentf-more-collection): Deleted.
9887         (recentf-more-history): Deleted.
9888         (recentf-setup-more-completion): Deleted.
9890 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
9892         * recentf.el (recentf-mode): No more needs that Emacs is running
9893         under a window-system.
9895 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9897         * recentf.el (recentf-edit-list): New command to edit the recent
9898         list which allow the user to remove files.
9899         (recentf-edit-selected-items): New global variable, used by
9900         `recentf-edit-list' to hold the list of files to be removed from
9901         the recent list.
9902         (recentf-make-menu-items): Updated to display a "Edit list..."
9903         menu item.  Minor code cleanup.
9905 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9907         * recentf.el (recentf-open-more-files): New command to open files
9908         that are not displayed in the menu.
9909         (recentf-more-collection): New global variable holding the set of
9910         permissible completions used by `recentf-open-more-files'.
9911         (recentf-more-history): New global variable holding the history list
9912         used by `recentf-open-more-files' completion.
9913         (recentf-setup-more-completion): New function to setup completion for
9914         `recentf-open-more-files'.
9915         (recentf-make-menu-items): Updated to display a "More..." menu item.
9917 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9919         * recentf.el (recentf-menu-action): Doc fixed.
9921 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9923         * recentf.el (recentf-menu-filter): Doc updated.
9924         (recentf-update-menu-hook): Allow menu filters to force menu update.
9925         (recentf-make-menu-items): New menu filter handling.
9926         (recentf-make-menu-item): New helper function.
9927         (recentf-menu-elements): New menu handling function.
9928         (recentf-sort-ascending): Updated to new menu filter handling.
9929         (recentf-sort-descending): Updated to new menu filter handling.
9930         (recentf-sort-basenames-ascending): New menu filter function.
9931         (recentf-sort-basenames-descending): New menu filter function.
9932         (recentf-show-basenames): New menu filter function.
9933         (recentf-show-basenames-ascending): New menu filter function.
9934         (recentf-show-basenames-descending): New menu filter function.
9936 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9938         * diary-lib.el (list-diary-entries): Don't try to go forward at
9939         the end of the buffer.
9941 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
9943         * international/mule-diag.el (list-character-sets): Completely
9944         rewritten.
9945         (sort-listed-character-sets): New function.
9946         (list-character-sets-1): Completely rewritten.
9947         (list-character-sets-2): New function.
9948         (non-iso-charset-alist): New variable.
9949         (decode-codepage-char): New function.
9950         (charset-history): New variable.
9951         (read-charset) (list-block-of-chars)
9952         (list-iso-charset-chars)
9953         (list-non-iso-charset-chars)
9954         (list-charset-chars): New functions.
9955         (mule-diag): Call list-character-sets-2, not
9956         list-character-sets-2.
9957         (dump-charsets): Likewise.
9959 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
9961         * dired-x.el (dired-filename-at-point): Add `@' to valid
9962         file name characters.
9963         (dired-filename-at-point): Handle ange-ftp file names.
9965         * frame.el (frame-notice-user-settings): Use assq-delete-all
9966         instead of assoc-delete-all.
9967         (frame-notice-user-settings): Ditto.
9969         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
9970         Don't copy alist.
9972 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
9974         * calculator.el (calculator-use-menu): New option.
9975         (calculator-initial-bindings): Changed some bindings to work as
9976         macros.
9977         (calculator-forced-input): Removed.
9978         (calculator-restart-other-mode): New variable.
9979         (calculator-mode-map): Set up menu.
9981 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
9983         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
9984         tags.
9986 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
9988         * viper-cmd.el (viper-envelop-ESC-key): added the option to
9989         translate all ESC key sequences.
9990         (viper-goto-mark-subr): restore markers for files for which
9991         they were saved.
9992         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
9993         * viper-util.el (viper-set-replace-overlay-glyphs,
9994         viper-set-replace-overlay): always check if the replacement
9995         overlay is live.
9996         * viper.el (viper-vi-state-mode-list): added major modes.
9997         * ediff-wind.el: minor comment changes.
9998         * ediff.el: copyright notice date fix.
10000 2000-02-27  Jason Rumney  <jasonr@gnu.org>
10002         * faces.el (face-font-family-alternatives): Add arial to helv.
10003         (mode-line, header-line, tool-bar): Same default as x for w32.
10004         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10005         face-font-family-alternatives from working.
10006         * term/w32-win.el (mouse-set-font): Do not build fontset from
10007         chosen font.
10009 2000-02-25  Sam Steingold  <sds@goems.com>
10011         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
10012         properly.
10014 2000-02-25  Richard M. Stallman  <rms@gnu.org>
10016         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10018 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
10020         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10021         writable.
10023         * frame.el (busy-cursor-delay-seconds): New option.
10025 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
10027         * frame.el (show-cursor-in-non-selected-windows): New option.
10029 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10031         * diary-lib.el (include-other-diary-files): Undo the selective
10032         display in any included file and don't kill it.
10034 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
10036         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10037         bar.  Menu items converted to (menu-item format, help strings
10038         added.
10039         [downcase, upcase]: Don't enable on MS-DOS.
10040         [symlink, symlinks]: Don't show if make-symbolic-link is not
10041         bound.
10042         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10044 2000-02-23  Dave Love  <fx@gnu.org>
10046         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10047         (backward-kill-word): Revert addition of * to interactive spec --
10048         it's a feature.
10050         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10051         (backward-kill-sentence, kill-sentence): Likewise.
10053         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10054         scratch buffer name.
10055         (gud-format-command): Use int-to-string in ?l case.  Simplify
10056         slightly.
10058         * term/w32-win.el (internal-face-interactive): Update prompt for
10059         new read-face-name.
10061         * mail/footnote.el (footnote): Add :version to defgroup.
10062         (footnote-section-tag-regexp): Customize.
10063         (footnote-start-tag, footnote-end-tag): New option.
10064         (footnote-latin-regexp): New variable.
10065         (Footnote-latin): New function.
10066         (footnote-style-alist): Add element for latin style.
10067         (footnote-style): Moved.
10068         (Footnote-goto-footnote): Use eq to test arg.
10070         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10072         * emacs-lisp/byte-opt.el: Change old backquote syntax.
10073         (byte-compile-trueconstp): Include keywords.
10074         (byte-optimize-quote, byte-optimize-lapcode): Use
10075         byte-compile-const-symbol-p.
10076         (byte-optimize-char-before): New optimization.
10078         * emacs-lisp/bytecomp.el: Change old backquote syntax.
10079         (byte-compile-const-symbol-p): New function.
10080         (byte-compile-constp, byte-compile-out-toplevel)
10081         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10082         Use it.
10084         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
10086 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
10088         * international/encoded-kb.el: Be sure to update minor-mode-alist
10089         and minor-mode-map-alist.
10090         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10091         codes SS2 and SS3 correctly.
10092         (encoded-kbd-self-insert-ccl): New function.
10093         (encoded-kbd-setup-keymap): New function.
10094         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
10095         by calling encoded-kbd-setup-keymap.
10097         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10098         characters.
10099         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10100         locally.
10102 2000-02-22  Dave Love  <fx@gnu.org>
10104         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10105         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10106         defvar.
10107         (lisp-mode-syntax-table): Set up for #|...|# comments.
10108         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
10109         classes.  Match `defface'.
10110         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10111         (eval-defun-1): Fix for defcustom.
10112         (lisp-indent-region): Doc fix.
10114         * subr.el (when, unless, split-string): Doc fix.
10115         (read-passwd): Move call of clear-this-command-keys to the right
10116         place.
10117         (replace-regexps-in-string): New function.
10119 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
10121         * help.el (describe-variable): Set syntax table to
10122         emacs-lisp-mode-syntax-table when moving forward over the
10123         symbol's name.
10125 2000-02-22  Dave Love  <fx@gnu.org>
10127         * xt-mouse.el: Doc fixes.
10128         (xterm-mouse-position-function): New function, replacing advice of
10129         mouse-position.
10130         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
10132         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10134 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
10136         * format.el (format-annotate-single-property-change): Handle
10137         properties.with dotted-list values.
10138         (format-proper-list-p): New function.
10140         * enriched.el (enriched-face-ans): Handle '(foreground-color
10141         . COLOR) and (background-color . COLOR).
10143 2000-02-20  Dave Love  <fx@gnu.org>
10145         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10146         and assignments to it.
10147         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10148         current local map.
10149         (make-flyspell-overlay): Use it.
10150         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10152         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10153         (lm-get-header-re): Defun, not defsubst.
10154         (lm-get-package-name): Defun, not defsubst.  Simplify.
10155         (lm-version): Doc fix.  Simplify.
10156         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10157         (lm-crack-address, lm-last-modified-date, lm-commentary)
10158         (lm-verify, lm-synopsis): Simplify.
10159         (lm-report-bug): Require emacsbug.  Use compose-mail.
10161 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
10163         * dired.el (dired-mode): Call propertized-buffer-identification
10164         to set mode-line-buffer-identification to something having
10165         the right text properties.
10167         * bindings.el (propertized-buffer-identification): New function.
10169 2000-02-20  Dave Love  <fx@gnu.org>
10171         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10172         check for t-mouse too.
10174         * cus-start.el: Make echo-keystrokes `number'.
10176 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
10178         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10179         Don't call ring-empty-p unless tags-location-ring is bound.
10180         From Noah Friedman <friedman@splode.com>.
10182 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
10184         * progmodes/hideshow.el (hs-flag-region): No longer use
10185         `intangible' overlay property.
10187         (hs-toggle-hiding): New command.
10188         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10190         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10191         Fix omission bug: Run `hs-minor-mode-hook' for both activation
10192         and deactivation.
10194 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
10196         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10198 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
10200         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10202         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10203         of `*' to handle `(* ... *)' comments.
10205 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
10207         * faces.el (list-faces-display): Use display-mouse-p instead of
10208         window-system.
10210         * menu-bar.el (global-map): Menu-bar items converted to the new
10211         format (menu-item..., rearranged for better CUA compliance, and
10212         their names changed for better clarity.  Help strings added.
10214         * international/mule-cmds.el (mule-menu-keymap)
10215         (describe-language-environment-map, set-coding-system-map)
10216         (setup-language-environment-map): Convert to new (menu-item...
10217         form, add help strings.  Change names of menu items for better
10218         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
10219         submenu).
10221 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
10223         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
10224         within the code.
10226 2000-02-16  Dave Love  <fx@gnu.org>
10228         * faces.el: Don't require custom.  Add more specific :groups to
10229         various deffaces.
10230         (set-face-attribute): Purecopy args.
10231         (read-face-name): Default to name at point and use it in prompt.
10232         Remove colon from arg in all callers.
10233         (list-faces-display): Hyperlink to face descriptions and customize
10234         buffers.
10236 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
10238         * wid-edit.el (widget-match-inline): An atom never matches a
10239         list.
10241 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10243         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10244         at ':' characters by call to split-string.
10246 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10248         * textmodes/bibtex.el: Added RCS version identification.
10250 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10252         * textmodes/bibtex.el: Some temporary comments removed.
10253         (bibtex-field-name, bibtex-entry-type): Made the relationship
10254         explicit.
10255         (bibtex-field-const): Allow capital letters.
10256         (bibtex-start-of-string): Deleted because unused.
10258         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
10259         use the term 'reference' to describe a bibtex entry as a whole.
10260         Further, reference keys are no longer called 'labels'.
10261         (bibtex-keys): Renamed to bibtex-reference-keys.
10262         (bibtex-reformat-previous-labels): Renamed to
10263         bibtex-reformat-previous-reference-keys.
10264         (bibtex-reference-type): Renamed to bibtex-entry-type.
10265         (bibtex-reference-head): Renamed to bibtex-entry-head.
10266         (bibtex-reference-maybe-empty-head): Renamed to
10267         bibtex-entry-maybe-empty-head.
10268         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10269         (bibtex-search-reference): Renamed to bibtex-search-entry.
10270         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10271         bibtex-enclosing-entry-maybe-empty-head.
10272         (bibtex-entry-field-alist, bibtex-entry-head,
10273         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10274         bibtex-map-entries, bibtex-search-entry,
10275         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10276         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10277         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10278         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10279         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10280         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10281         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
10283 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10285         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10286         comment.
10287         (bibtex-format-field-delimiters): New function, functionality
10288         extracted from bibtex-format-entry.
10289         (bibtex-autokey-get-yearfield-digits): New function, functionality
10290         extracted from bibtex-autokey-get-yearfield.
10292         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10293         entries in order to avoid stack overflow in the regexp matcher if
10294         field contents become large.
10295         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10296         bibtex-field-string-part-not-braced,
10297         bibtex-field-string-part-no-inner-braces,
10298         bibtex-field-string-part-1-inner-brace,
10299         bibtex-field-string-part-2-inner-braces,
10300         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10301         bibtex-field-string-quoted, bibtex-field-string,
10302         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10303         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10304         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10305         as parsing is now performed by the following functions.
10306         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10307         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10308         bibtex-parse-field-string, bibtex-search-forward-field-string,
10309         bibtex-parse-association, bibtex-field-name-for-parsing,
10310         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10311         bibtex-search-forward-field, bibtex-search-backward-field,
10312         bibtex-start-of-field, bibtex-end-of-field,
10313         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10314         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10315         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10316         bibtex-parse-string, bibtex-search-forward-string,
10317         bibtex-search-backward-string, bibtex-start-of-string,
10318         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10319         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10320         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10321         entries.  Instead of reporting the results of the parsing by
10322         match-beginning or match-end, these functions return data structures
10323         that hold the corresponding positions.
10324         (bibtex-enclosing-field): Changed to also report field boundaries by
10325         return values rather than by match-beginning or match-end.  The
10326         following functions have been adapted to use the new parsing
10327         functions.
10328         (bibtex-skip-to-valid-entry, bibtex-search-reference,
10329         bibtex-enclosing-field, bibtex-format-entry,
10330         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10331         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10332         bibtex-print-help-message, bibtex-end-of-entry,
10333         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10334         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10335         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10336         method for parsing.
10337         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10338         bibtex-map-entries, bibtex-flash-head,
10339         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10340         bibtex-autokey-change, bibtex-autokey-get-namefield,
10341         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10342         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10343         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10344         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10345         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10346         order to make the new binding of case-fold-search immediately
10347         visible.
10349 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10351         * textmodes/bibtex.el: Copyright notice is up to date.
10352         Added constant 'bibtex-maintainer-salutation.
10354         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10355         than make-temp-name, use match-string-no-properties and eliminate
10356         a quadratic behavior when building bibtex-strings.
10358         * bibtex.el (bibtex-reference-key): Accept string entries whose
10359         reference key contains upper case letters.
10361 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10363         * bibtex.el (bibtex-reference-head): Allow entries to start with
10364         a new line.
10366 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10368         * bibtex.el: Hiding of entry bodies is not longer provided by
10369         bibtex.el directly.  Instead the hideshow package can be used.
10370         Added a special bibtex entry to hs-special-modes-alist.
10371         (bibtex-hs-forward-sexp): Added for hideshow.el.
10373 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10375         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10376         at ':' characters by call to split-string.
10378 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10380         * textmodes/bibtex.el: Added RCS version identification.
10382 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10384         * textmodes/bibtex.el: Some temporary comments removed.
10385         (bibtex-field-name, bibtex-entry-type): Made the relationship
10386         explicit.
10387         (bibtex-field-const): Allow capital letters.
10388         (bibtex-start-of-string): Deleted because unused.
10390         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
10391         use the term 'reference' to describe a bibtex entry as a whole.
10392         Further, reference keys are no longer called 'labels'.
10393         (bibtex-keys): Renamed to bibtex-reference-keys.
10394         (bibtex-reformat-previous-labels): Renamed to
10395         bibtex-reformat-previous-reference-keys.
10396         (bibtex-reference-type): Renamed to bibtex-entry-type.
10397         (bibtex-reference-head): Renamed to bibtex-entry-head.
10398         (bibtex-reference-maybe-empty-head): Renamed to
10399         bibtex-entry-maybe-empty-head.
10400         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10401         (bibtex-search-reference): Renamed to bibtex-search-entry.
10402         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10403         bibtex-enclosing-entry-maybe-empty-head.
10404         (bibtex-entry-field-alist, bibtex-entry-head,
10405         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10406         bibtex-map-entries, bibtex-search-entry,
10407         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10408         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10409         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10410         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10411         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10412         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10413         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
10415 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10417         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10418         comment.
10419         (bibtex-format-field-delimiters): New function, functionality
10420         extracted from bibtex-format-entry.
10421         (bibtex-autokey-get-yearfield-digits): New function, functionality
10422         extracted from bibtex-autokey-get-yearfield.
10424         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10425         entries in order to avoid stack overflow in the regexp matcher if
10426         field contents become large.
10427         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10428         bibtex-field-string-part-not-braced,
10429         bibtex-field-string-part-no-inner-braces,
10430         bibtex-field-string-part-1-inner-brace,
10431         bibtex-field-string-part-2-inner-braces,
10432         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10433         bibtex-field-string-quoted, bibtex-field-string,
10434         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10435         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10436         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10437         as parsing is now performed by the following functions.
10438         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10439         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10440         bibtex-parse-field-string, bibtex-search-forward-field-string,
10441         bibtex-parse-association, bibtex-field-name-for-parsing,
10442         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10443         bibtex-search-forward-field, bibtex-search-backward-field,
10444         bibtex-start-of-field, bibtex-end-of-field,
10445         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10446         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10447         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10448         bibtex-parse-string, bibtex-search-forward-string,
10449         bibtex-search-backward-string, bibtex-start-of-string,
10450         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10451         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10452         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10453         entries.  Instead of reporting the results of the parsing by
10454         match-beginning or match-end, these functions return data structures
10455         that hold the corresponding positions.
10456         (bibtex-enclosing-field): Changed to also report field boundaries by
10457         return values rather than by match-beginning or match-end.  The
10458         following functions have been adapted to use the new parsing
10459         functions.
10460         (bibtex-skip-to-valid-entry, bibtex-search-reference,
10461         bibtex-enclosing-field, bibtex-format-entry,
10462         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10463         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10464         bibtex-print-help-message, bibtex-end-of-entry,
10465         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10466         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10467         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10468         method for parsing.
10469         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10470         bibtex-map-entries, bibtex-flash-head,
10471         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10472         bibtex-autokey-change, bibtex-autokey-get-namefield,
10473         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10474         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10475         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10476         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10477         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10478         order to make the new binding of case-fold-search immediately
10479         visible.
10481 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10483         * textmodes/bibtex.el: Copyright notice is up to date.
10484         Added constant 'bibtex-maintainer-salutation.
10486         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10487         than make-temp-name, use match-string-no-properties and eliminate
10488         a quadratic behavior when building bibtex-strings.
10490         * bibtex.el (bibtex-reference-key): Accept string entries whose
10491         reference key contains upper case letters.
10493 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10495         * bibtex.el (bibtex-reference-head): Allow entries to start with
10496         a new line.
10498 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10500         * bibtex.el: Hiding of entry bodies is not longer provided by
10501         bibtex.el directly.  Instead the hideshow package can be used.
10502         Added a special bibtex entry to hs-special-modes-alist.
10503         (bibtex-hs-forward-sexp): Added for hideshow.el.
10505 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10507         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
10508         proceedings entry type (for cross referencing). Thanks to Wagner
10509         Toledo Correa for the suggestion.
10511         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
10513 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
10515         * international/characters.el: Setup case table for Vietnamese.
10517 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
10519         * uniquify.el (toplevel): Require CL at compile time.
10520         (uniquify-push): Removed.
10522         * shadowfile.el (shadow-when): Removed.
10524         * tempo.el (tempo-dolist, tempo-mapc): Removed.
10525         (tempo-process-and-insert-string): Use dolist instead of
10526         tempo-dolist.
10528         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10529         regexp for paragraph-start.
10531         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10532         commas as well.
10534 2000-02-10  Dave Love  <fx@gnu.org>
10536         * wid-edit.el: (widgets) [defgroup]: Remove url link.
10537         (widget-color-choice-list, widget-color-history, widget-mouse-help):
10538         Deleted.
10539         (widget-specify-field, widget-specify-button): Don't use
10540         widget-mouse-help as help-echo property.
10541         (default): Use #'ignore for :validate and :mouse-down-action.
10542         (checkbox): Add help-echo.
10543         (widget-sexp-validate): Rewritten to clarify error messages.
10544         (character): Use char-valid-p in :match function.
10545         (widget-color-complete): Use facemenu-color-alist.
10546         (widget-color-action): Use facemenu-read-color.
10548         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
10549         set up `caar' &c that we now have.
10551 2000-02-09  Ray Blaak  <blaak@gnu.org>
10553         * delphi.el: Make resourcestring a declaration region, like const
10554         and var.
10556 2000-02-09  Dave Love  <fx@gnu.org>
10558         * bindings.el (mode-line-input-method-map): New variable.
10559         (mode-line-mule-info): Use it; fix last change.
10560         (mode-line-mode-menu): Move definition.
10561         (mode-line-mouse-sensitive-p): Deleted.
10562         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
10563         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
10564         level.
10566         * startup.el (command-line-1): Don't call
10567         make-mode-line-mouse-sensitive.
10569 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
10571         * mail/rmail.el (rmail-retry-failure): Use
10572         rmail-beginning-of-message before rmail-toggle-header, because the
10573         former toggles headers.
10575 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
10577         * diff-mode.el (diff-kill-junk): New interactive function.
10578         (diff-reverse-direction): Use delete-and-extract-region.
10579         (diff-post-command-hook): Restrict the area so that the hook also works
10580         outside of any diff hunk.  This is necessary for the minor-mode.
10581         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
10582         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
10584         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
10585         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
10586         so that it can be used more easily in <foo>-mode-hook.  Also make sure
10587         to avoid duplicate entries.
10588         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
10589         (font-lock-remove-keywords): Just as was done for `add', allow it to
10590         work even if font-lock-mode is nil.  Also make sure we don't modify
10591         any pre-existing list by forcing a copy-sequence.  Finally rename
10592         `major-mode' to `mode'.
10593         (font-lock-fontify-syntactic-anchored-keywords)
10594         (font-lock-fontify-anchored-keywords)
10595         (font-lock-fontify-keywords-region): Use line-end-position.
10596         Don't make `font-lock-multiline' local (it's now done in
10597         font-lock-set-defaults).
10598         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
10599         move the `font-lock-fontified' creation to inside the `unless'.
10601 2000-02-06  Andrew Innes  <andrewi@gnu.org>
10603         * term/w32-win.el (x-handle-args): Comment out call to message,
10604         which occurs before window system is initialized.
10606         * makefile.nt: Add support for recompiling lisp code.
10608 2000-02-04  Dave Love  <fx@gnu.org>
10610         * bindings.el (mode-line-mule-info): Fix/extend last change.
10612         * completion.el: Replace completion-dolist with dolist.
10614         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10615         dotimes.
10617 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10619         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10620         environment names before they go into the section regexp.
10622         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10623         char class in regexp.
10625         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10626         `case-fold-search' to nil.
10628         * progmodes/idlwave.el (idlwave-template): Respect
10629         `idlwave-abbrev-change-case'.
10630         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10631         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10632         idlwave-while): respect `idlwave-reserved-word-upcase'.
10633         (idlwave-rw-case): New function.
10634         (idlwave-statement-match): Fixed problem with assignment regexp.
10635         (idlwave-font-lock-keywords): Improved regexp for keyword
10636         parameters.
10637         (idlwave-surround): New argument LENGTH to support padding of
10638         operators longer than 1 char.
10640         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10641         idlwave-shell-expression-overlay.  Implemented printing of
10642         expressions on higher levels of the calling stack.
10643         (idlwave-shell-display-level-in-calling-stack): Restore stack
10644         level.
10645         (idlwave-retrieve-expression-from-level): New function.
10646         (idlwave-shell-last-calling-stack): Variable removed.
10647         (idlwave-shell-reset): Argument action reversed (`visible' to
10648         `hidden').  Also remove stop-line overlay.
10649         (idlwave-shell-calling-stack-routine): New variable.
10650         (idlwave-shell-parse-stack-and-display): Messages now display
10651         negative level numbers.
10652         (idlwave-shell-mode): Set `modeline-format'.
10653         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10654         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10655         21.
10656         (idlwave-shell-print-expression-function): New option.
10658         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10659         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10660         `tool-bar' instead of `toolbar'.
10662 2000-02-02  Dave Love  <fx@gnu.org>
10664         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10665         emacs-lisp-mode-hook.  Don't check for defalias being defined.
10667         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10668         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
10669         the new builtins directly.
10671         * whitespace.el (whitespace): Add :version to defgroup.
10673         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10674         Doc fix.
10676         * thingatpt.el (sexp-at-point, symbol-at-point)
10677         (number-at-point, list-at-point): Add autoload cookie.
10679         * recentf.el (recentf): Add :version to defgroup.
10681         * quickurl.el (quickurl): Add :version to defgroup.
10683         * elide-head.el (elide-head): Use point-marker more.
10685         * bs.el (bs): Add :version to defgroup.
10687         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10689         * progmodes/delphi.el (delphi): Add :version to defgroup.
10691 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
10693         * ange-ftp.el (ange-ftp-write-region): Handle case that
10694         succeeding process operation sets a different coding system.
10696         * calculator.el: New file.
10698 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
10700         * frame.el (frames-on-display-list, framep-on-display): New
10701         functions.
10702         (display-mouse-p, display-popup-menus-p, display-graphic-p)
10703         (display-selections-p, display-screens, display-pixel-width)
10704         (display-pixel-height, display-mm-width, display-mm-height)
10705         (display-backing-store, display-save-under, display-planes)
10706         (display-color-cells, display-visual-class): New functions.
10708         * term/tty-colors.el (tty-color-gray-shades): New function.
10710         * faces.el (display-color-p): Use framep-on-display.
10711         (display-grayscale-p): New function.
10713 2000-01-31  Dave Love  <fx@gnu.org>
10715         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10716         (create-fontset-from-x-resource): Don't concat integers.
10718 2000-01-31  Inge Frick  <inge@nada.kth.se>
10720         * view.el: Some changes in documentation.  Removed some trailing
10721         whitespace. Changed some parameter names to agree with
10722         documentation.
10723         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
10724         window is not deleted.  Modifies change 1998-04-26.
10726 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
10728         * windmove.el: New file.
10730         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10731         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10732         progmodes/ebnf-yac.el: Update copyright and license info.
10734         * jit-lock.el (jit-lock-function): Widen before calculating end
10735         position.
10736         (jit-lock-stealth-chunk-start): Rewritten.
10738         * info.el (Info-title-face-alist): Removed.
10739         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
10740         faces.
10741         (Info-fontify-node): Use these faces.
10743 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
10745         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
10746         (cl-macro-list1): Recognize `&allow-other-keys' instead of
10747         `&allow-other-keywords'.
10749         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
10750         the list of directories scanned heuristically.
10752         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
10753         exist.
10755 2000-01-30  Jason Rumney  <jasonr@gnu.org>
10757         * w32-fns.el: Define w32-tty-standard-colors.
10759         * startup.el (command-line): Use w32-tty-standard-colors when in
10760         w32 console mode.
10762 2000-01-30  Dave Love  <fx@gnu.org>
10764         * jka-compr.el (jka-compr-load): Fix up load-history.
10766         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
10768         * emacs-lisp/cl-macs.el: Revert previous change.
10770 2000-01-29  Dave Love  <fx@gnu.org>
10772         * facemenu.el: Purecopy various strings.
10774         * timezone.el (timezone-fix-time): Window against 69 for two-digit
10775         years.  Deal with three-digit years.
10777         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
10778         defconst, purecopy.
10779         (help-back-label): Purecopy it.
10781 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
10783         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
10784         variable. If non-nil, order the buffer list according to the
10785         currently selected frame.
10786         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
10787         non-nil, pass the selected frame to function buffer-list.
10789 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10791         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
10793 2000-01-28  Dave Love  <fx@gnu.org>
10795         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
10797         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
10798         Don't use lisp-indent-hook property.
10799         (cl-abs): Remove.
10801         * subr.el: Move out indent and edebug specs for when and unless.
10803         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10804         when, unless.
10806         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
10807         unless, when.
10809 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
10811         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
10812         `collecting' as synonym for `collect'.
10814         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
10815         for the case it contains spaces.
10817         * simple.el (what-cursor-position): Change formatting of
10818         messages.
10820         * frame.el (delete-other-frames): New function.
10821         (toplevel): Bind it to C-x 5 1.
10823         * sort.el (sort-numeric-base): New option.
10824         (sort-numeric-fields): If number starts with `0' or `0[xX[',
10825         interpret it as octal or hexadecimal.  Use sort-numeric-base
10826         as default base.
10828         * progmodes/glasses.el: New file.
10830 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
10832         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
10833         userids differently.
10835         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10836         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10837         progmodes/ebnf-yac.el: New files.
10839 2000-01-26  Dave Love  <fx@gnu.org>
10841         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10842         on a function with an empty body.  [From Eric Ludlam.]
10844 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
10846         * vc.el (vc-version-diff): Make sure file name is expanded.
10848 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
10850         * scroll-bar.el (scroll-bar-timer): Variable removed.
10851         (scroll-bar-toolkit-scroll): Don't use a timer.
10853 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
10855         * language/thai-util.el (thai-composition-function): Delete
10856         superfluous `a'.
10858 2000-01-24  Dave Love  <fx@gnu.org>
10860         * fortran.el (fortran-mode): Use beginning-of-defun-function,
10861         end-of-defun-function.
10863         * font-lock.el (turn-on-font-lock): Don't depend on window-system
10864         &c.
10866 2000-01-22  Jason Rumney  <jasonr@gnu.org>
10868         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
10869         conflicts with new face support.
10871 2000-01-22  Richard M. Stallman  <rms@gnu.org>
10873         * replace.el (query-replace): Rename last arg to DELIMITED.
10874         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
10875         (query-replace-regexp): Likewise.
10877 2000-01-20  Richard M. Stallman  <rms@gnu.org>
10879         * subr.el (with-syntax-table): Use make-symbol, not gensym.
10881         * emacs-lisp/lisp.el (beginning-of-defun-function):
10882         Variable renamed from beginning-of-defun.
10883         Do not call make-variable-buffer-local.
10884         (beginning-of-defun-raw): Use new variable name; doc fix.
10885         (beginning-of-defun): Doc fix.
10886         (end-of-defun-function): Variable renamed from end-of-defun.
10887         Do not call make-variable-buffer-local.
10888         (end-of-defun): Use new variable name; doc fix.
10890         * subr.el (dolist, dotimes): Copied from cl-macs.el
10891         and made to work.
10893         * mail/undigest.el (rmail-digest-end-regexps):
10894         Variable replaces rmail-digest-end-regexp.
10895         Allows multiple regexps for detecting the end line.
10896         (undigestify-rmail-message): Corresponding changes.
10898 2000-01-19  Dave Love  <fx@gnu.org>
10900         * files.el (user-init-file): Don't declare here -- is primitive.
10902         * startup.el (command-line): Check for compiled user-init-file and
10903         set to uncompiled version if necessary.
10905 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
10907         * mail/undigest.el (rmail-digest-end-regexp): New user option.
10908         (undigestify-rmail-message): Use it.
10910         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
10912 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
10914         * tmm.el (tmm-goto-completions): Adapt to prompt being part
10915         of mini-buffer.
10917 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
10919         * emacs-lisp/copyright.el (copyright-update): Removed the
10920         requirement for a trailing space from `copyright-regexp', to
10921         support copyrights with owner specified on a separate line..
10923         * align.el: New file.
10925         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
10927         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
10929 2000-01-13  Dave Love  <fx@gnu.org>
10931         * ph.el: Removed.  (Obsoleted by EUDC.)
10933 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
10935         * net/eudc.el (toplevel): Remove autoloaded code installing
10936         menu with easymenu, because that causes build problems.
10938         * frame.el (frame-notice-user-settings): New variable.
10939         (frame-notice-user-settings): Don't modify frame parameters
10940         if called a second time.
10942 2000-01-13  Richard M. Stallman  <rms@gnu.org>
10944         * frame.el (frame-notice-user-settings):
10945         Notice default-frame-parameters even for non-window frames.
10947 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
10949         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
10950         for Emacs.
10951         (eudc-bob-can-display-inline-images): Extend for Emacs.
10952         (eudc-bob-toggle-inline-display): Ditto.
10953         (eudc-bob-display-jpeg): Ditto.
10955 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
10957         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
10958         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
10959         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
10961         * add-log.el (add-change-log-entry): Fix error trying an `(insert
10962         nil)'.
10964         * subdirs.el: Add `net' directory.
10966         * net: New directory.
10968         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
10969         eval-last-sexp.  Don't bind debug-on-error here.
10970         (eval-last-sexp): New function.  Bind debug-on-error if
10971         eval-expression-debug-on-error is non-nil.
10972         (eval-defun-2, eval-defun): Likewise.
10974         * simple.el (eval-expression): Don't bind debug-on-error if
10975         eval-expression-debug-on-error is nil.  Detect changed
10976         debug-on-error, and propagate new value to global binding, if
10977         eval-expression-debug-on-error is non-nil,
10978         (eval-expression-debug-on-error): Change doc string.
10980 2000-01-11  Richard M. Stallman  <rms@gnu.org>
10982         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
10984         * emacs-lisp/lisp-mode.el (with-syntax-table):
10985         Set up lisp-indent-function property.
10987         * subr.el (with-syntax-table): Moved from simple.el.
10989         * simple.el (with-syntax-table): Moved to subr.el.
10991 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
10993         * tmm.el (tmm-shortcut): Delete region after prompt instead
10994         of erasing buffer.
10996         * textmodes/fill.el (fill-common-string-prefix): New function.
10997         (fill-context-prefix): Use the longest common prefix of first
10998         and second line fill prefix, if there is one.
11000 2000-01-11  Richard M. Stallman  <rms@gnu.org>
11002         * array.el (array-mode): Don't use make-variable-buffer-local.
11003         Use make-local-variable for `truncate-lines'.
11005 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
11007         * add-log.el (add-log-current-defun): Handle user-defined
11008         add-log-current-function returning nil,
11010         * add-log.el (add-change-log-entry): Insert version number
11011         if having found a current function
11013         * add-log.el (add-log-current-defun): Call
11014         `add-log-current-defun-function'.  Try matches at level 0 and
11015         level 1.  Strip whitespace from defun found.
11017 2000-01-10  John Wiegley  <johnw@gnu.org>
11019         * allout.el (isearch-done/outline-provisions): Added `edit'
11020         argument to correspond with the current definition of
11021         `isearch-done'.
11023 2000-01-10  Dave Love  <fx@gnu.org>
11025         * elide-head.el (elide-head): Use point-marker, not point.
11027 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
11029         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11030         before and after the year 2000.
11032         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11033         Add ispell- prefix.
11035 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
11037         * ispell.el:  Only define dictionaries in menus when they exist.
11038         (version18p): New variable.
11039         (version20p): New variable.
11040         (xemacsp): New variable.
11041         (ispell-choices-win-default-height): Fix for XEmacs visibility.
11042         (ispell-dictionary-alist1): Added Brasileiro dictionary.
11043         (ispell-dictionary-alist6): Russian command lines no longer accept
11044         run-together words.
11045         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11046         (ispell-dictionary-alist): Add koi8-r to customize definition.
11047         (check-ispell-version): Added documentation string.  Returns
11048         library path when called non-interactively.
11049         (ispell-menu-map-needed): Uses new variables.
11050         (ispell-library-path): New variable.
11051         (ispell-decode-string): XEmacs fix for bogus variable bindings.
11052         (ispell-word): Improved documentation string.  Test for valid
11053         character mappings.  Correctly check typed in word changes that can
11054         result in single words split into multiple words.  Returns
11055         replacement word.
11056         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
11057         replace in recursive query replace mode.  Help message for
11058         recursive edit mode.
11059         (ispell-show-choices): Protect against bad framepop bindings.
11060         (ispell-help): Fix to work with XEmacs.
11061         (ispell-highlight-spelling-error): Use new variables.
11062         (ispell-overlay-window): Fix to work with XEmacs.
11063         (ispell-parse-output): Passed and returns location information
11064         tracking spelling corrections.  Doesn't recheck same word on
11065         current line.
11066         (ispell-init-process): Protect against bogus XEmacs variable binding.
11067         Fix call to single argument in sleep-for.  Use new variables.
11068         (ispell-region): Passed and returns location information tracking
11069         spelling corrections.  Doesn't check same word on current line.
11070         Improved documentation string.  Doesn't resend a line already
11071         checked to the ispell process - fixes bug in LaTeX parsing.
11072         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11073         (ispell-skip-region): No longer skips <TT> in SGML.
11074         (ispell-process-line): Tracks location information with spelling
11075         corrections.  Added documentation string.  Accounts for words
11076         already accepted on this line.  Don't allow query-replace on line
11077         starting with math characters.  Doesn't resend a line already sent
11078         to ispell process.  Fixes alignment error bug.
11080 2000-01-10  Richard M. Stallman  <rms@gnu.org>
11082         * dired-x.el (dired-guess-shell-alist-default):
11083         Suggest xloadimage, which is free, not xv, which isn't.
11085         * ange-ftp.el (ange-ftp-file-name-nondirectory):
11086         Don't ever include the host name or user name in the value.
11088 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
11090         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11091         of a real newline.
11093 2000-01-09  Stephen Eglen  <stephen@gnu.org>
11095         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
11096         for .png files.
11098 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
11100         * cus-edit.el (custom-hook-convert-widget): Fix comment.
11102 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
11104         * progmodes/cperl-mode.el: Replace ^F with ^L.
11106         * sendmail.el (toplevel): Provide `sendmail' when compiling
11107         before `require'ing rmail and mailalias to prevent infinite
11108         recursion.
11110 2000-01-08  Dave Love  <fx@gnu.org>
11112         * emacs-lisp/backquote.el: Remove inappropriate customization
11113         (allowing custom.el to use backquote).
11115 2000-01-07  Dave Love  <fx@gnu.org>
11117         * add-log.el (add-log-debugging): Deleted.
11118         (add-change-log-entry): Treat a backup FILE-NAME as its parent
11119         file.  Remove debugging code.
11120         (change-log-get-method-definition, change-log-name): Add doc.
11121         (change-log-sortable-date-at): New function.
11122         (change-log-merge): New command.
11124         * time.el (display-time-string-forms): Make the Mail string active.
11125         (display-time-update): Provide help-echo for load average.
11127         * bindings.el (make-mode-line-mouse2-map): New function.
11128         (mode-line-modified): Use it and simplify.
11129         (mode-line-mule-info): Provide help-echo info.
11130         (minor-mode-alist): Activate the strings.
11131         (make-mode-line-mouse-sensitive): Simplify for
11132         mode-line-buffer-identification.
11134 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
11136         * play/pong.el: New file.
11138 2000-01-06  Dave Love  <fx@gnu.org>
11140         * array.el: Assorted cleanups for compiler warnings, doc strings,
11141         `array-' prefix for symbols.
11143 2000-01-05  Dave Love  <fx@gnu.org>
11145         * textmodes/outline.el (outline-mode-menu-bar-map): Add
11146         outline-headers-as-kill.
11147         (outline-mode): Define imenu-generic-expression.
11148         (outline-headers-as-kill): New command.
11150         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11151         from paragraph-start.
11152         (paragraph-indent-minor-mode): New command.
11154         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11155         M-C-e, M-C-h, C-j, C-xnd, TAB.
11156         (fortran-mode): Set beginning-of-defun, end-of-defun.
11157         (fortran-column-ruler): Simplify.
11158         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11159         (fortran-with-subprogram-narrowing): Likewise.
11160         (fortran-indent-subprogram): Call mark-defun.
11161         (fortran-check-for-matching-do): Change narrowing.
11163         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11164         (cl-lucid-hash-tag): Delete.
11165         (cl-hash-table-p): Correct test for native table.
11166         (cl-hash-table-count): Use hash-table-count.
11168         * browse-url.el (browse-url): Fix case of
11169         browse-url-browser-function being an alist.
11171 2000-01-05  Carsten Dominik  <cd@gnu.org>
11173         * textmodes/reftex-vars.el (reftex-parse-file-extension)
11174         (reftex-index-phrase-file-extension): New options.
11176         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
11177         Use new option `reftex-index-phrase-file-extension'.
11179         * textmodes/reftex.el (reftex-access-parse-file): Use new option
11180         `reftex-parse-file-extension'.
11182 2000-01-05  Dave Love  <fx@gnu.org>
11184         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
11185         (beginning-of-defun-raw): Use it.
11186         (end-of-defun): New variable.
11187         (end-of-defun): Use it.
11188         (check-parens): New command.
11190 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
11192         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11193         (hs-show-block): Don't use `mapcar' when not accumulating.
11195         Fix buglet in local variables initialization.
11197 2000-01-05  Andreas Schwab  <schwab@suse.de>
11199         * hscroll.el (hscroll): Doc fix.
11201 2000-01-05  Carsten Dominik  <cd@gnu.org>
11203         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11204         idlw-toolbar.
11206         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11207         file idlw-rinfo.el.
11208         (idlwave-customize): load must read file idlw-shell.el.
11209         (idlwave-create-customize-menu): load must read file idlw-shell.el.
11211 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
11213         * progmodes/idlw-shell.el: Also provide idlwave-shell
11214         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11215         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11217         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11218         both reftex-dcr and reftex-vcr.
11220         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11222 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11224         * ps-print.el: PostScript code now is in separate files, doc fix.
11225         (ps-print-version): New version number (5.0.3).
11226         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11227         local.
11228         (ps-spool-config): Initialization fix.
11229         (ps-print-prologue-1, ps-print-prologue-2)
11230         (ps-print-duplex-feature): PostScript code moved to separated file.
11231         (ps-background-image): Little code reformating.
11232         (ps-begin-file, ps-begin-job): Fix code.
11233         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
11234         (ps-prologue-file): New fun.
11236 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11238         * ps-vars.el: Eliminated.
11240         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11241         `;;;###autoload'.
11243         * ps-print.el: ps-vars eliminated, doc fix.
11244         (ps-print-version): New version number (5.0.2).
11245         (ps-spool-config): Initialization fix.
11246         (ps-print-customize): New fun.
11248 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
11250         * autorevert.el (auto-revert-mode): Return value of
11251         auto-revert-mode.
11253 2000-01-04  Dave Love  <fx@gnu.org>
11255         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11256         menu items.
11258 2000-01-03  Dave Love  <fx@gnu.org>
11260         * elide-head.el (elide-head) [defgroup]: Add :version.
11262         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
11263         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11264         `cl-hash-table-p', not `hash-table-p'.
11265         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11267 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11269         * faces.el (face-read-integer, read-face-attribute)
11270         (color-defined-p, color-values): unspecified-{f,b}g are now
11271         strings.
11273 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
11275         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11276         at comment end, and re-insert them after filling.
11278 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11280         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
11281         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11282         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
11284 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11286         * term/x-win.el (xw-defined-colors): Call color-supported-p,
11287         the new name of face-color-supported-p.
11289         * term/w32-win.el (xw-defined-colors): Likewise.
11291 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11293         * simple.el (completion-setup-function): Count completion-size
11294         from minibuffer-prompt-end, not from point-min.
11296 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
11298         * faces.el (read-face-attribute, defined-colors, color-defined-p):
11299         Pass the frame to tty-color-* functions.
11300         (display-color-p, frame-set-background-mode): Pass the frame to
11301         tty-display-color-p.
11303         * term/tty-colors.el (tty-defined-color-alist): Renamed from
11304         tty-color-alist.
11305         (tty-color-alist, tty-modify-color-alist): New functions.
11306         (tty-color-define,  tty-color-clear, tty-color-approximate)
11307         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11308         an optional parameter FRAME.
11310 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
11312         * image.el (create-image, defimage): Don't assume image data is a
11313         string.
11315         * image.el (defimage): Handle specifications containing :data
11316         instead of :file.
11317         (image-type-from-data): New function.
11318         (image-type-from-file-header): Use it.
11319         (create-image): Add parameter DATA-P.
11321 See ChangeLog.8 for earlier changes.
11323 ;; Local Variables:
11324 ;; coding: iso-2022-7bit
11325 ;; End: