More `unsigned char' -> `re_char' changes.
[emacs.git] / lisp / ChangeLog
blob0d56fe54f16f7658888a336277396fa7c4d7d70e
1 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
3         * vc.el (vc-version-other-window): Bind `file'.
5 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
7         * Makefile.in (update-authors): New target for maintenance
8         purposes.
10         * emacs-lisp/authors.el (batch-update-authors): New function.
11         (authors-fixed-entries): New defconst.
12         (authors-add-fixed-entries): New function.
13         (authors): Call it.: Don't process lispref/.
15 2000-10-25  Jason Rumney  <jasonr@gnu.org>
17         * cus-edit.el (custom-button-face, custom-button-pressed-face):
18         Merge x w32 and mac definitions.
20 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
22         * menu-bar.el (menu-bar-options-menu): Add a help string for
23         `uniquify'.
25 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
27         * time-stamp.el (time-stamp-string-preprocess): Fix a wrong
28         type argument error.
30 2000-10-25  Miles Bader  <miles@gnu.org>
32         * recentf.el (recentf-mode): Variable removed.
33         (recentf-mode): Use `define-minor-mode'.
35         * mwheel.el (mouse-wheel-mode): New global minor mode.
36         (mwheel-install): Use `mouse-wheel-mode'.
38 2000-10-25  Dave Love  <fx@gnu.org>
40         * progmodes/cperl-mode.el (cperl-mode): Set
41         normal-auto-fill-function correctly.
43         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
44         inherit from global-map and don't nullify menu-bar and tool-bar
45         bindings since keymap properties DTRT.
47 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
49         * wid-edit.el (widget-field-at): New function.
50         (widget-at, widget-field-activate): Use it.
51         (widget-tabable-at): Use `widget-at'.
52         (widget-specify-field): If the terminating character of the widget
53         field (which is read-only) is a newline, put it into a special
54         `boundary' field so that C-n/C-p act more naturally.
55         (widget-field-end): Also don't subtract one if a special
56         `boundary' field has been added after the widget field.
58         * comint.el (comint-output-filter, comint-send-input): Don't
59         bother adding stickiness fields to overlays to fool the field
60         code, since it should notice the overlay insertion-types now.
62         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
63         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
64         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
66 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
68         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
69         (authors): Set file coding system to iso-2022-7bit.  Add
70         file-local variables to output buffer.
72         * files.el (after-find-file): Don't print any warnings if 
73         WARN is nil.
75 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
77         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
79         * delim-col.el: Now there is a column formatting mechanism.
80         Modified to customization mechanisms convention.  Doc fix.
81         (columns): New group for delim-col.
82         (delimit-columns-before, delimit-columns-after)
83         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
84         (delimit-columns-end): New vars.
85         (delimit-columns-customize, delimit-columns-format): New funs.
86         (delimit-columns-region, delimit-columns-rectangle)
87         (delimit-columns-rectangle-line): Modified to support column
88         formatting.
89         
90 2000-10-24  Dave Love  <fx@gnu.org>
92         * log-edit.el (log-edit): Add :version and a :group for vc.
94 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
96         * files.el (after-find-file): Don't print a message ``New file''
97         if WARN is nil.
99         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
100         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
101         get duplicate tool-bar entries because we'll see the global ones
102         on more than one path through keymaps.
104         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
106         * progmodes/cmacexp.el: Change Francesco's email address.
108 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
110         * window.el (fit-window-to-buffer): Adjust point of the window
111         buffer, not that of the current buffer.
113 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
115         * progmodes/cmacexp.el: Update the euthor's email address.
117 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
119         * faces.el (face-spec-set-match-display): Add `graphic' display
120         type (the inverse of `tty').  Use `display-graphic-p' instead of
121         the window-system variable.
123 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
125         * international/isearch-x.el (isearch-with-input-method): Call
126         input-method-function with the first event in
127         unread-command-events.
129 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
131         * faces.el (face-default-spec, face-user-default-spec): Make
132         defsubsts.
134 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
136         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
137         New charsets.
139         * term/mac-win.el: Remove definitions of mac-roman-lower and
140         mac-roman-upper, require dired, and define instead of set
141         mac-ready-for-drag-n-drop to avoid compilation error.
143 2000-10-23  Andrew Innes  <andrewi@gnu.org>
145         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
146         superfluous calls to subst-char-in-string; instead apply
147         expand-file-name after convert-standard-filename to ensure
148         expected directory separators are used.
150 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
152         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
154 2000-10-23  Dave Love  <fx@gnu.org>
156         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
157         (tool-bar-add-item): Set foreground and background for XBM icons.
159         * international/latin1-disp.el (latin1-char-displayable-p): New
160         function (from Handa).
161         (latin1-display-check-font): Use it.
163         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
164         using :key-sequence, making it much more usable.  Use nconc, not
165         append.
166         (imenu--create-keymap-1): Avoid append.
168         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
170 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
172         [the following changes fix a bug where `define-minor-mode' didn't
173         correctly generate :require clauses for defcustoms in compiled files]
174         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
175         (byte-compile-log-file, byte-compile-log-1): Don't set
176         `byte-compile-current-file' to nil.  Instead set
177         `byte-compile-last-logged-file' to it.  Test whether
178         byte-compile-current-file equals byte-compile-last-logged-file
179         instead of whether its nil.
180         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
182 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
184         * textmodes/refill.el: Fix var names in doc.
185         (refill-mode): Don't bother with make-local-hook anymore.
187 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
189         * faces.el (face-user-default-spec, face-default-spec): New functions.
190         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
191         (frame-set-background-mode, face-set-after-frame-default): 
192         Use `face-user-default-spec'.  Simplify code slightly.
194         * woman.el (woman-italic-face, woman-bold-face) 
195         (woman-unknown-face): Add dark-background variants.
196         (woman-default-faces): Renamed from `woman-colour-faces'.
197         Set using the stored defaults, rather than using hard-wired colors.
198         (woman-monochrome-faces): Renamed from `woman-black-faces'.
199         Just make the foreground `unspecified' rather than "black".
200         (woman-menu): Rename menu entries accordingly.
202         * faces.el (header-line): Make more reasonable on mono/grayscale
203         displays.
205 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
207         * cus-edit.el (custom-button-face): Use 3D look for mac.
208         (custom-button-pressed-face): Likewise.
210         * faces.el (set-face-attributes-from-resources): Handle mac frames
211         in the same way as x and w32 frames.
212         (face-valid-attribute-values): Likewise.
213         (read-face-attribute): Likewise.
214         (defined-colors): Likewise.
215         (color-defined-p): Likewise.
216         (color-values): Likewise.
217         (display-grayscale-p): Likewise.
218         (face-set-after-frame-default): Likewise.
219         (mode-line): Same default face as for x and w32.
220         (tool-bar): Likewise.
222         * frame.el: Remove call to frame-notice-user-settings at end of
223         the file.
225         * info.el (Info-fontify-node): make underlines invisible for mac
226         as for x, pc, and w32 frame types.
228         * term/mac-win.el: New file.
230 2000-10-22  Dave Love  <fx@gnu.org>
232         * textmodes/refill.el: New file.
234 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
236         * vc-hooks.el (vc-version-backup-file-name): New optional args 
237         MANUAL and REGEXP.
238         (vc-delete-automatic-version-backups, vc-make-version-backup): 
239         New functions.
240         (vc-before-save): Use the latter.
241         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
242         confusion.
244         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as 
245         expected by vc[-hooks].el.
247         * vc.el (vc-checkout): Added `-p' suffix in call to
248         vc-make-version-backups-p; use vc-make-version-backup to actually
249         make the backup.
250         (vc-version-other-window, vc-version-backup-file): Handle both
251         automatic and manual backups.
252         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
253         of all of them.
255 2000-10-22  Miles Bader  <miles@gnu.org>
257         * comint.el (comint-highlight-input, comint-highlight-prompt):
258         Renamed, `-face' at end removed.
259         (comint-send-input, comint-output-filter): Use renamed faces.
261         * window.el (fit-window-to-buffer): Change defaulting of
262         MAX-HEIGHT slightly.
264         * faces.el (color-values, color-defined-p): Use `member', not
265         `memq', because it works correctly for strings.
266         (frame-set-background-mode): Actually, "unspecified-fg" and
267         "unspecified-bg" *are* strings.  Use `member', not `memq', and
268         `equal', not `eq', when a string value is possible.
270 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
272         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
274 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
276         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
277         sh-electric-rparen, sh-electric-less and sh-electric-hash.
278         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
279         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
280         (sh-font-lock-syntactic-keywords): Use them.
281         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
282         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
283         (sh-mode): Don't override font-lock-unfontify-region-function.
284         Use a copy of sh-font-lock-syntactic-keywords.
285         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
286         Don't call sh-scan-buffer since font-lock does it on the fly.
287         (sh-get-indent-info): Use `face' rather than `syntax-table'
288         text-property to detect here-documents.
289         Replace sh-special-syntax with sh-st-punc.
290         (sh-prev-line): Use `face' rather than `syntax-table'
291         text-property to skip over here-documents.
292         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
293         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
294         (sh-electric-less, sh-set-here-doc-region)
295         (sh-remove-our-text-properties, sh-search-word, sh-scan-case) 
296         (sh-scan-buffer, sh-rescan-buffer): Remove.
298 2000-10-21  Andrew Innes  <andrewi@gnu.org>
300         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
301         remote (ange-ftp) file names.
303 2000-10-21  Miles Bader  <miles@gnu.org>
305         * window.el (fit-window-to-buffer): New function.
306         (shrink-window-if-larger-than-buffer): Use it.
307         (window-text-height): Don't expect minibuffers to have mode-lines.
309         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
310         * international/quail.el (quail-update-guidance): Use
311         `fit-window-to-buffer' instead of `set-window-text-height'.
313         * international/quail.el (quail-show-guidance-buf): Make sure
314         guidance window really has enough room.
315         (quail-update-guidance): If quail-guidance-win is already shown,
316         make sure its height is OK.
318         * window.el (window-text-height, set-window-text-height):
319         New functions.
320         (shrink-window-if-larger-than-buffer): Use `window-text-height'
321         instead of `window-height' & `mode-line-window-height-fudge'.
322         (mode-line-window-height-fudge): Add FACE parameter.
323         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
324         instead of `enlarge-window' & `mode-line-window-height-fudge'.
326 2000-10-20  Miles Bader  <miles@gnu.org>
328         * window.el (height-affecting-face-attributes): Use `defconst'.
330         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
331         New function, conditionally aliased to `mode-line-window-height-fudge'.
332         (ispell-help): Use it.
333         (ispell-choices-win-default-height): Don't include mode-line fudge.
334         (ispell-choices-win-default-height): New function.
335         (ispell-show-choices, ispell-command-loop): Use function
336         `ispell-choices-win-default-height' instead of variable.
338 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
340         * window.el (mode-line-window-height-fudge): New variable.
341         (height-affecting-face-attributes): New variable.
342         (mode-line-window-height-fudge): New function.
343         (shrink-window-if-larger-than-buffer): Use it.
344         * help.el (resize-temp-buffer-window): Likewise.
346         * info.el (Info-fontify-node): Add support for @subsubsection
347         titles, which use `Info-title-4-face'.
348         (Info-title-4-face): New face.
349         (Info-title-3-face): Inherit from Info-title-4-face instead of
350         variable-pitch.
352 2000-10-19  Jason Rumney  <jasonr@gnu.org>
354         * dired.el (dired-insert-directory): Do not let errors signalled by
355         attempt to run dired-free-space-program prevent dired from working.
357 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
359         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
361 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
363         * dirtrack.el (dirtrack): Fix call to run-hooks.
365         * cmuscheme.el (cmuscheme-program-name): Renamed from
366         scheme-program-name because xscheme.el contains a defcustom with
367         the same name.  As a consequence, customizing group `cmuscheme'
368         loaded `xscheme' which redefined run-scheme.
369         (run-scheme): Use cmuscheme-program-name.
371         * ps-print.el (ps-print-emacs-type): Move into the
372         eval-and-compile.
374         * play/doctor.el (doctor-death): Update the Samaritans'
375         anonymous address, and add a website for Befrienders International.
376         
377 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
379         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
380         Avoid compilation gripes.  Doc fix.
381         (ps-print-version): New version number (6.2).
382         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
383         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
384         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
385         (ps-x-extent-priority, ps-x-extent-start-position)
386         (ps-x-face-font-instance, ps-x-find-coding-system)
387         (ps-x-font-instance-properties, ps-x-make-color-instance)
388         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
389         avoid compilation gripes without defining functions.
390         (ps-e-find-composition): Alias for function find-composition, to have a
391         suitable function depending on Emacs version.
392         (ps-color-device, ps-color-values, ps-face-foreground-name)
393         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
394         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
395         (ps-print-ensure-fontified): Function definitions surrounded by
396         `eval-and-compile' to avoid compilation gripes.
397         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
398         by symbol-value to avoid compilation gripes.
399         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
400         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
402 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
404         * startup.el (normal-top-level): Call `frame-set-background-mode'
405         after `frame-notice-user-settings' because the latter doesn't call
406         the former on a tty.
408         * faces.el (frame-set-background-mode): `unspecified' &c are
409         symbols, not strings.
411 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
413         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
414         why some "light*" colors are deliberately absent from the alist.
416         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
417         Change colors for tty's, as suggested by Miles Bader.
419 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
421         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
422         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
423         for ISO10646-1 fonts.
424         (x-font-name-charset-alist): Add an entry for "iso10646-1".
426 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
428         * faces.el (frame-set-background-mode): If a tty frame defines a
429         background color, use that to compute the background mode, instead
430         of always defaulting to "dark".
432 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
434         * comint.el (comint-write-output): New function.
435         (comint-mode-map): Add it to the menu.
436         Bind `C-c C-s' to comint-write-output.
438 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
440         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
441         Use fancy-splash-delay.
443 2000-10-18  Alex Schroeder  <alex@gnu.org>
445         * progmodes/sql.el (sql-sybase-options): New option.
446         (sql-sybase): Use it.  Add sql-database to the list of parameters
447         provided for login.  The options -w 2048 -n are not used any more.
449         * comint.el (comint-read-input-ring): Bugfix such that the first
450         and the last entry of the input ring file are not lost.
452 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
454         * ps-print.el: Internal variable changes to defcustom,
455         make-local-hook changes to defvar.  Doc fix.
456         (ps-print-version): New version number (6.1).
457         (ps-setup, ps-do-despool): Code fix.
458         (ps-printer-name): Customization fix.
459         (ps-printer-name-option): Now is a defcustom instead of an
460         internal variable.
461         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
462         (ps-print-begin-column-hook): Now are defvar instead of
463         make-local-hook.
464         
465 2000-10-18  Miles Bader  <miles@gnu.org>
467         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
468         (comint-kill-output): Changed into an alias for `comint-delete-output',
469         and made obsolete.
470         (comint-mode-map): Rename references to comint-kill-output.
472 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
474         * diff-mode.el (diff-header-face, diff-file-header-face)
475         (diff-changed-face): Add bold and italic attributes to tty faces.
476         (diff-function-face): New face.
477         (diff-font-lock-keywords): Use it.
479 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
481         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
482         Remove commented-out call to force-mode-line-update.
483         (comint-kill-output): Use `forward-line 0' instead of
484         beginning-of-line to make sure we get past the prompt.
486 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
488         * diff-mode.el (diff-header-face, diff-file-header-face):
489         Add specific setting for dark background.
490         (diff-context-face): Renamed from diff-comment-face.
491         Set explicitly rather than inheriting from font-lock-comment-face.
493 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
495         * startup.el (command-line): Move the code which sets the default
496         TTY colors to before before-init-hook.
498 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
500         * jit-lock.el (jit-lock-stealth-time): Doc fix.
502 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
504         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
505         extensions, for MS-DOS.
507         * diff-mode.el (diff-header-face, diff-file-header-face)
508         (diff-changed-face): Define tty-specific colors.
510 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
512         * startup.el (fancy-splash-text): Realign the text.
514 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
516         * font-lock.el (font-lock-comment-face): Define a separate default
517         for dark-background tty's.
519 2000-10-17  Miles Bader  <miles@gnu.org>
521         * help.el (resize-temp-buffer-window): Add hack to avoid last line
522         being obscured by whizzy mode-lines on graphics displays.
524 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
526         * info.el (Info-title-1-face, Info-title-2-face)
527         (Info-title-3-face): Define colors for tty's.
528         (info-header-node): Remove unneeded tty-specific definition.
530 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
532         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
533         reverse from the frame parameters, and don't invert foreground and
534         background colors.
536 2000-10-16  Miles Bader  <miles@gnu.org>
538         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
539         string "*Info*".  Call propertized-buffer-identification to spruce
540         up the result.
542 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
544         * help.el: Provide `help' for the sake of define-minor-mode
545         which generates defcustoms with requires.
547         * jit-lock.el (jit-lock-after-change): If we're in text that
548         matches a multi-line font-lock pattern, make sure the whole text
549         will be redisplayed.
551         * emacs-lisp/authors.el (authors-add): Don't add an entry if
552         author's name is unknown.
554         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
555         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
556         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
557         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
558         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
559         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
560         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
561         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
562         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
563         Add author information.
565 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
567         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
568         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
569         full-color version (using the Gimp) to eliminate dithering artifacts.
571 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
573         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
575         * simple.el (syntax-flag-table, string-to-syntax): Remove.
577 2000-10-15  Dave Love  <fx@gnu.org>
579         * progmodes/sh-script.el: Require skeleton and comint when
580         compiling.
582         * pcomplete.el (pcomplete) <defgroup>: Add :version.
584         * whitespace.el: Doc fixes.
585         (top-level): Don't add hooks here.
586         (whitespace-running-emacs): Deleted.
587         (timer): Don't require.
588         (whitespace): Add back :version conditional on xemacs test.
589         (whitespace-spacetab-regexp, whitespace-indent-regexp)
590         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
591         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
592         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
593         Avoid specific xemacs test.
594         (whitespace-global-mode): New option.
595         (whitespace-global-mode): New command.
596         (whitespace-unload-hook): New function.
598         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
599         (Info-fontify-node, Info-goto-node, Info-mode-menu) 
600         (Info-fontify-node): `Goto' goes to `Go to'.
601         (Info-fontify-node): Add help-echo to xref links.
603 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
605         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
607 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
609         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
610         Use plist-get and allow :inherit.
612         * emacs-lisp/cl-macs.el (cl-do-arglist):
613         Use plist-get and plist-member instead of memq.
615         * emacs-lisp/ewoc.el (ewoc-location): New function.
616         (ewoc-enter-after, ewoc-enter-before): Document return value.
617         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
618         Don't need make-local-hook any more.
619         (cvs-addto-collection): Return the new tin.
620         (cvs-mode-insert): Jump to the new line.
622         * jit-lock.el (jit-lock-fontify-buffer): Remove.
624         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
626         * font-lock.el (font-lock-syntactically-fontified): New var.
627         (font-lock-fontify-syntactic-keywords-region): Use it.
628         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
630         * diff-mode.el (diff-find-file-name): Fix regexp.
632         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
633         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
635         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
636         (sh-mode-syntax-table): Add punctuation syntax for < and >.
637         (sh-mode): Don't make all vars local here.
638         (sh-kw): Reformat.
639         (sh-set-shell): Use dolist.  Don't set indent-region-function.
640         (sh-mode-syntax-table): Use pop.
641         (sh-remember-variable): Use push.
642         (sh-help-string-for-variable): Use memq.
643         (sh-safe-backward-sexp): Remove.
644         (sh-safe-forward-sexp): Add ARG.
645         (sh-get-indent-info, sh-prev-stmt): Use it.
646         (sh-prev-line): Simplify by using forward-comment.
647         (sh-this-is-a-continuation): Simplify.
648         (sh-learn-buffer-indent): Use dolist.
649         (sh-do-nothing): Remove.
650         (sh-set-char-syntax, sh-set-here-doc-region):
651         Use inhibit-modification-hooks.
652         (sh-name-style): Use mapcar and push.
653         (sh-load-style): Use dolist.
654         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
655         (sh-case, sh-while-getopts): Use propertize directly rather
656         than sh-electric-rparen.
658 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
660         * textmodes/tex-mode.el: Require CL when compiling.
661         (tex-mode-syntax-table): Init immediately.
662         (tex-mode-map): Bind M-RET to latex-insert-item.
663         (latex-mode): Set indent-line-function to latex-indent.
664         (tex-common-initialization): Don't setup the syntax-table any more.
665         (latex-insert-item): New skeleton.
666         (tex-next-unmatched-end): Fix copy/paste braino.
667         (latex-syntax-after, latex-skip-close-parens, latex-down-list) 
668         (latex-indent, latex-find-indent): New functions.
669         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table) 
670         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
671         (tex-compilation-parse-errors): Use with-syntax-table.
673 2000-10-15  Miles Bader  <miles@gnu.org>
675         * font-lock.el (font-lock-comment-face): Change dark-background,
676         color, non-tty, default to `chocolate1'.
678 2000-10-13  John Wiegley  <johnw@gnu.org>
680         * eshell/esh-util.el (require): Added a missing `require' form,
681         needed when compiling (for an ange-ftp macro definition).
683 2000-10-13  Dave Love  <fx@gnu.org>
685         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
687 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
689         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
690         fix.
692         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace 
693         transparent -colors 8).
695 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
697         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
698         that breaks with old list format timestamps.
699         (time-stamp-warn-inactive, time-stamp-old-format-warn)
700         (time-stamp-count, time-stamp-conversion-warn): Improved doc
701         strings.
703 2000-10-13  John Wiegley  <johnw@gnu.org>
705         * align.el, pcomplete.el, calendar/timeclock.el,
706         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
708         * calendar/timeclock.el (timeclock-find-discrep): A fix to same
709         faulty math, where holiday hours were being computing as seconds.
711 2000-10-13  John Wiegley  <johnw@gnu.org>
713         * desktop.el (desktop-buffer-modes-to-save): Added a global for
714         specifying what "other" kinds of buffers should be saved.  This
715         used to be hard-coded.
716         (desktop-buffer-misc-functions): A global for specifying how
717         auxiliary data should be determined for special buffer types.
718         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
719         instead of hard-coding the special buffer types.
720         (desktop-save): Run `desktop-buffer-misc-functions' to gather
721         auxiliary data, instead of hard-coding for Info buffers and dired.
722         (desktop-buffer-info-misc-data): Aux function for determining Info
723         buffer auxiliary info.
724         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
725         (desktop-buffer-info): Changed this function to use the info
726         gathered above.
727         (desktop-create-buffer): Be a little more careful about what
728         `minor-mode' means before calling it.  This is important for some
729         buffer types.
731 2000-10-13  John Wiegley  <johnw@gnu.org>
733         * eshell/esh-util.el: Added a global form which declares an
734         autoload for `parse-time-string', if that function is not already
735         defined, and if parse-time.el is available on the user's system.
737         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
738         to be aware of ange-ftp user info.
739         (eshell-do-ls): Bind `ange-cache'.  Also, use
740         `eshell-file-attributes'.
741         (eshell-ls-annotate): Use `eshell-file-attributes'.
742         (eshell-ls-file): Made the user-id printing code a bit smarter.
744         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
745         allow identification of alias user ids in remote directories.
746         It's manual, but there's no other way to know when the current
747         user on the local machine, is also the owning user on the remote
748         machine.
749         (fboundp): Bind `ange-cache'.
750         (eshell-directory-files-and-attributes): Re-organized the logic a
751         bit to use `eshell-file-attributes' instead of `file-attributes'.
752         The former is more sensitive to directories that are read via FTP,
753         and knows how to use ange-ftp to determine full attribute
754         information, instead of just the name and last modtime.
755         (eshell-current-ange-uids): Return the current user id when in a
756         remote directory.
757         (eshell-parse-ange-ls): Parse a full directory listing that has
758         been returned by ange-ftp.
759         (eshell-file-attributes): This beefed up version of
760         `file-attributes' is only special if the user is currently in a
761         remote directory, in which case it does a lot of work to find out
762         what the real attributes of a file are, as they appear on the
763         remote machine.  This makes usage of remote directories (i.e.,
764         ange-ftp pathnames) much more useful.  You can now use Eshell as a
765         full-fledged FTP client, with much more manipulation ability than
766         most other clients.
768         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
769         variable, which means that Eshell's du should always be preferred
770         in remote directories.
771         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
772         just `file-attributes'.
773         (eshell-mvcp-template): Bind `ange-cache', to improve performance
774         when reading remote directories.  This is an Eshell-specific
775         variable (not part of ange-ftp).
776         (eshell/ln): Bind `ange-cache'.
777         (eshell/du): Added some extra logic for determining when to use
778         Eshell's du (which is slow), and when to use the external version
779         (which may or may not exist).
781         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
782         `eshell-interactive-process', rather than using
783         `get-buffer-process', since backgrounded processes don't count in
784         the context of this function's logic.
786         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
787         `forward-char', so that null strings are parsed correctly.
789 2000-09-13  John Wiegley  <johnw@gnu.org>
791         * eshell/em-pred.el (eshell-pred-file-type,
792         eshell-pred-file-links, eshell-pred-file-size): Use
793         `eshell-file-attributes'.  This is more correct over ange-ftp.
795         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
796         that remote file globbing is more efficient.
798         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
799         gathering the files and attributes within a directory.
801         * eshell/em-unix.el (eshell/cat): If any of the files passed on
802         the command line is a special file (not a regular file, directory
803         or symlink), always attempt to call the external version of cat.
805 2000-09-13  John Wiegley  <johnw@gnu.org>
807         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
808         Eshell-friendly version of find-tag.
810 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
812         * image-file.el (image-file-name-extensions) 
813         (image-file-name-regexps): Add autoload cookies.
815 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
817         * international/mule-cmds.el (select-safe-coding-system): If FROM
818         is string, show it in *Warning* buffer.
820 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
822         * startup.el (normal-top-level): Use display-popup-menus-p instead
823         of window-system.
824         (command-line): Use display-graphic-p instead of window-system.
825         (command-line-1): Use display-popup-menus-p and display-mouse-p
826         instead of window-system.
828 2000-10-12  Sam Steingold  <sds@gnu.org>
830         * tooltip.el (tooltip-use-echo-area): New user variable.
831         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
833 2000-10-12  Dave Love  <fx@gnu.org>
835         * recentf.el: Maintainer's checkdoc fixes.
837         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
838         character class, not ASCII when matching file names.
839         (fancy-splash-head): Add trailing slash to URL.
840         (command-line): Don't require XPM support for toolbar.
842         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
843         (cperl-invalid-face): Revert last change.
844         (cperl-init-faces): Quote cperl-invalid-face.
846 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
848         * startup.el (fancy-splash-text): Remove superfluous quote.
850 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
852         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
853         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
854         (command-line-1): Don't use fancy-splash-pending-command.
855         (fancy-splash-screens-1): Goto point-min after inserting text.
857         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
859         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
860         instead of shared-lisp-mode-map.
862 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
864         * faces.el (header-line): Change tty-variant to use underlining.
866         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
867         (isearch-highlight): Restore lazy-isearch face properties at old
868         position, and suppress them at new position.
869         (isearch-dehighlight): Restore lazy-isearch face properties.
870         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
871         over the real isearch overlay, but in that case, don't give it a
872         face property.  Use `push'.
874 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
876         * man.el (Man-getpage-in-background): Fix previous change.
877         Decode the process output only when we are in multibyte mode.
879 2000-10-11  Dave Love  <fx@gnu.org>
881         * info.el (Info-mode-menu): Fix some help.
882         (info-tool-bar-map): Add entry for Info-last.
884         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
885         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
886         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
887         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
888         * toolbar/search-replace.xpm, toolbar/exit.xpm:
889         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
890         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
891         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
892         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
893         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
894         Reduce colour requirements to 25 overall.  (Probably wants
895         revisiting from the originals to reduce further.)
897 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
899         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
900         buffer-file-coding-system, instead of raw-text.
901         (dehexlify-buffer): Bind coding-system-for-read to
902         buffer-file-coding-system, instead of raw-text.
904 2000-10-11  Sam Steingold  <sds@gnu.org>
906         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
907         `underline' - fixes the bug introduced on 2000-09-21.
909 2000-10-11  Dave Love  <fx@gnu.org>
911         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
912         compiler warnings.
913         (scheme-mode): Doc fix.
914         (scheme-font-lock-keywords-1): Match `define-syntax'.
916 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
918         * faces.el (frame-set-background-mode): Pay attention to saved
919         face specs as well as default ones.  Only do anything if the
920         bg-mode or display-type has actually changed.  Use `dolist'.
921         (region): Make dark-background `region' face less in-your-face.
923 2000-10-10  Sam Steingold  <sds@gnu.org>
925         * chistory.el, ielm.el, ledit.el:
926         * progmodes/inf-lisp.el, progmodes/scheme.el:
927         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
929 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
931         * textmodes/texinfo.el: Update copyright and fix typo.
933         * desktop.el (desktop-modes-not-to-save): New var.
934         (desktop-save-buffer-p): Use it.
935         Also, obey desktop-buffers-not-to-save even for non-file buffers.
936         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
938 2000-10-10  Dave Love  <fx@gnu.org>
940         * toolbar/tool-bar.el (tool-bar-add-item)
941         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
942         display.
944         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
945         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
946         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
947         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
948         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
949         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
950         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
951         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
952         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
953         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
954         the .xpms; probably need retouching.
956 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
958         * subr.el (add-to-list): Add optional argument APPEND.
959         * battery.el (display-battery): Use `add-to-list'.
961 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
963         * play/zone.el (zone-timer, zone-wc-tbl): Rework
964         these vars as symbol properties.
965         (zone, zone-when-idle, zone-leave-me-alone)
966         (zone-pgm-whack-chars): Use new symbol properties.
968         * battery.el (display-battery): Doc spelling fix.
970         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
971         property.
973 2000-10-09  Dave Love  <fx@gnu.org>
975         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
976         has been initialized before calling tool-bar-setup.
977         (tool-bar-add-item-from-menu): Add autoload cookie.
979 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
981         * menu-bar.el (send-mail-item-name): New function.
982         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
983         of mail-user-agent in the menu.  Don't display the "Send Mail"
984         item if mail-user-agent is nil or its value is ignore.
985         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
986         if read-mail-command is nil or its value is ignore.
988         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
990 2000-10-09  Miles Bader  <miles@gnu.org>
992         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
993         Correct image size.
994         * toolbar/left_arrow.xpm: Correct image size.
996         * jka-compr.el: Don't call `jka-compr-install' when loading (it
997         will be done by the definition of `auto-compression-mode' if
998         necessary.  Move code to uninstall existing file-name handler
999         before definition of `auto-compression-mode'.
1001         * image-file.el (auto-image-file-mode): Move to the end of the
1002         file, because `define-minor-mode' actually calls the mode-function
1003         if the associated variable is non-nil, which requires that all
1004         needed functions be already defined.
1006         * mouse.el (popup-menu): Balance parens.
1008 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
1010         * mouse.el (popup-menu): Move the command call outside the loop
1011         so that popup-menu returns whatever the command returns.
1013         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
1014         (initialize-new-tags-table): Use run-hook-with-args-until-success.
1015         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1016         (tags-table-format-functions): Renamed from tags-table-format-hooks.
1018         * vc.el (vc-version-diff): diff-switches can be a list.
1019         Use relative filenames for prettier output.
1021         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
1022         (vc-post-command-functions): Remove old-VC compatibility code.
1024         * newcomment.el (comment-indent-default): Autoload.
1026         * font-lock.el (font-lock-defaults): Make buffer-local.
1027         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1028         (font-lock-choose-keywords):
1029         Ignore LEVEL unless KEYWORDS is a list of syms.
1030         (c-keywords, c++-keywords, objc-keywords, java-keywords):
1031         Don't wrap regexp-opt things in \(...\) unnecessarily.
1033         * jit-lock.el: Don't require font-lock any more.
1034         (jit-lock-functions): Make buffer-local.
1035         (jit-lock-saved-fontify-buffer-function): Remove.
1036         (jit-lock-mode): Remove autoload cookie.
1037         Remove font-lock specific code.
1038         (jit-lock-unregister): Don't bother handling complex hooks any more.
1039         (jit-lock-refontify): New function.
1040         (jit-lock-fontify-buffer): Use it.
1041         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1042         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1043         Add optional args START and END.
1044         Never call font-lock-fontify-region directly.
1045         (jit-lock-function, jit-lock-stealth-fontify): Use it.
1047         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1049 2000-10-08  Dave Love  <fx@gnu.org>
1051         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1053         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1055         * play/studly.el (studlify-region, studlify-word): Add autoload
1056         cookie.
1058         * play/morse.el (morse-region, unmorse-region): Add autoload
1059         cookie.
1061         * play/spook.el (spook-phrases-file): Use expand-file-name, not
1062         concat.
1064         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1065         insist on symbols starting with word syntax.
1066         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1067         (eval-defun-1): Doc fix.
1068         (indent-sexp): Use nconc to build up indent-stack.
1070         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1071         Gnus with little use.
1072         (mail-setup-hook): Add mail-abbrevs-setup to options.
1074         * recentf.el: Doc fixes.
1076         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1077         Clean up remainder.
1079         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
1080         without timezone and (8) with timezone to enforce some whitespace.
1081         Simplify code somewhat.
1083         * options.el (list-options): Doc that you should use customize.
1085         * iswitchb.el (iswitchb-mode): Add :require.
1087         * info.el (Info-goto-node, Info-menu): Doc fix.
1088         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1089         (info-tool-bar-map): New variable.
1090         (Info-mode): Use it.
1091         (Info-edit-map): Define all in defvar.
1092         (speedbar-attached-frame): Avoid compiler warning.
1094         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1095         (global-map): Bind [tool-bar] to a filtered map.
1096         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
1097         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1098         Allow PBM icons.
1099         (tool-bar-setup): Adjust calls of tool-bar-add-item.
1101         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1102         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1103         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
1104         icons, except up_arrow, which is left-arrow rotated.
1106         * imenu.el (imenu-add-to-menubar): Fix last change.
1108 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
1110         * generic-x.el (rul-generic-mode): Remove eval-when-compile
1111         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
1113 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
1115         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1116         typos in doc strings.
1118         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1119         the doc strings how to customize Font Lock faces.
1121         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1122         computing growth when dragging the header line.
1124 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
1126         * simple.el (kill-line): Doc fix.
1128 2000-10-08  Miles Bader  <miles@gnu.org>
1130         * faces.el (secondary-selection): Make foreground visible on tty.
1132         * jka-compr.el (auto-compression-mode): Move to the end of the
1133         file, because `define-minor-mode' actually calls the mode-function
1134         if the associated variable is non-nil, which requires that all
1135         needed functions be already defined.
1136         (with-auto-compression-mode): Add autoload cookie.
1138 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
1140         * files.el (find-backup-file-name) [ms-dos]: If support for long
1141         file names is not available, behave as if version-control were set
1142         to never.
1144 2000-10-07  Dave Love  <fx@gnu.org>
1146         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1147         (browse-url-gnome-moz): New function.
1148         (browse-url-browser-function): Use it.
1149         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1151 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
1153         * indent.el (tab-always-indent): New var.
1154         (indent-for-tab-command): Use it.
1156         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
1157         raise an error.  This way it can still default to a sane value.
1159 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
1161         * startup.el (fancy-splash-screens): Use local rather than global map.
1162         Don't use `update-menu-bindings' any more.
1163         Get rid of assumptions about keymap representation.
1165 2000-10-06  Dave Love  <fx@gnu.org>
1167         * textmodes/fill.el (sentence-end-double-space)
1168         (sentence-end-without-period):  Doc fix.
1169         (adaptive-fill-regexp): Purecopy.
1170         (unjustify-current-line): Use line-end-position.
1171         (fill-individual-paragraphs-prefix): Use line-beginning-position.
1173         * net/eudc-vars.el (eudc): Add :version, :link.
1175         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
1177         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1178         Fix for define-minor-mode.
1179         (function-at-point): Alias to function-called-at-point.
1181         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1183         * simple.el (backward-word): Doc fix.
1185         * image-file.el (image-file-name-regexp): image-file-regexps ->
1186         image-file-name-regexps.
1187         (image-file-name-extensions): Add pbm.
1189 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
1191         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1192         and add filename to the names so that diff-mode can jump to source.
1194         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
1195         (tex-font-lock-keywords, tex-font-lock-keywords-2)
1196         (tex-font-lock-keywords-1): Remove.
1197         (font-lock-turn-on-thing-lock): Use jit-lock-register.
1198         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
1199         (font-lock-default-fontify-region):
1200         Expand beg..end correctly when just following a multiline region.
1201         (font-lock-fontify-anchored-keywords):
1202         Include the anchor text as part of the multiline.
1204 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
1206         * loadup.el (toplevel): Load `loaddefs' before `help' because the
1207         latter needs the autoloaded define-minor-mode macro during the
1208         bootstrap.
1210         * startup.el (command-line): For now, activate tool-bar-mode only
1211         if XPM images are supported.
1213         * mouse.el (mouse-drag-header-line): Don't allow resizing a
1214         window by dragging a header-line at the top of the frame; that's
1215         confusing because the header-line doesn't move.
1216         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1217         of treating the event as a list.  Some cleanup.
1219 2000-10-06  Miles Bader  <miles@gnu.org>
1221         * simple.el (display-message-or-buffer): New function.
1222         (shell-command-on-region): Use `display-message-or-buffer'.
1224         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1225         docstring parts.
1227         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
1228         (smbclient-prompt-regexp): Add usage note to doc string.
1229         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1230         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1231         Use add-hook for adding the comint filter function, and only do so
1232         if it's not already in the global hook list.
1233         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1234         to `make-local-variable'.
1235         (nslookup-font-lock-keywords): Remove prompt entry.
1236         (nslookup): Don't set the process-filter.
1237         (finger): Exit the loop correctly when the regexps list runs out.
1238         (ftp, smbclient, smbclient-list-shares):
1239         Set the real major mode immediately, not after execing.
1240         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1242         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1244 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
1246         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1248         * which-func.el (which-func-format): Remove spurious space.
1249         (which-func-mode): Don't make it permanent-local.
1250         (which-func-ff-hook): Allow which-func-maxout to be nil.
1251         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
1252         (which-func-mode): Simplify.
1253         Use post-command-idle-hook rather than post-command-hook.
1254         Go through all buffers and update their state.
1255         (which-function): Also try add-log-current-defun-function.
1257         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1258         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1259         Update call to with-vc-properties accordingly.
1260         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1261         (vc-revert-buffer): More careful about window selection and deletion.
1262         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1264         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1265         (cvs-retrieve-revision): Reuse a pre-existing buffer.
1266         (cvs-dired-action): Change the default to quickdir.
1268         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1269         if comment-indent-function returns nil.
1270         (comment-indent-default): New function.
1271         (comment-indent-function): Use it and document the new semantics.
1273         * image-file.el: Docstring fixes.
1275         * help.el (help-xref-on-pp): Use match-string.
1276         (describe-variable): New arg BUFFER.
1277         Store the current buffer in the help-xref-stack.
1278         (temp-buffer-resize-mode): Use define-minor-mode.
1280         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1281         consistently with its docstring.
1282         Set jit-lock-first-unfontify-pos in an idempotent way.
1283         (jit-lock-register): Autoload and add arg CONTEXTUAL.
1285 2000-10-05  Alex Schroeder  <alex@gnu.org>
1287         * sql.el (sql-mysql-options): New variable.
1288         (sql-mysql): Use it.
1290 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
1292         * image.el (image): New group.
1294         * smerge-mode.el (smerge-mine-face, smerge-other-face)
1295         (smerge-base-face, smerge-markers-face): Add dark-background variants.
1297 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
1299         * net/net-utils.el (nslookup-font-lock-keywords)
1300         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
1301         Ignore the value of wqindow-system; always define keywords
1303 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
1305         * startup.el (fancy-splash-screens): Remove the code for
1306         debugging; `(trace-to-stderr "EXITTT\n")'.
1308 2000-10-05  Miles Bader  <miles@gnu.org>
1310         * diff-mode.el (diff-goto-source): Update call to
1311         `diff-hunk-status-msg' to reflect new REV variable.
1313 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
1315         * progmodes/icon.el (icon-mode):
1316         Don't gratuitously override the default for comment-column.
1318         * vc-hooks.el (vc-mode-line): Fix interactive spec.
1320         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
1321         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
1322         (jit-lock-functions): New var.
1323         (jit-lock-function-1): Use it if non-nil.
1324         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
1325         Set the `fontified' property before doing the fontification to avoid
1326         repeatedly going through the same error.
1327         Don't turn errors into messages.
1328         (jit-lock-register, jit-lock-unregister): New functions.
1330         * dired.el (dired-mark-pop-up): Turn comment into docstring.
1331         Use with-current-buffer.
1333         * dired-aux.el (dired-do-create-files, dired-kill-tree):
1334         Turn comment into docstring.
1336         * apropos.el (apropos-mode): Use define-derived-mode.
1338 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
1340         * startup.el (fancy-splash-pending-command): New variable.
1341         (fancy-splash-pre-command): New function.
1342         (fancy-splash-screens): Rewritten.
1343         (command-line-1): If fancy-splash-pending-command is set, call it
1344         interactively.
1346 2000-10-04  Dave Love  <fx@gnu.org>
1348         * toolbar/tool-bar.el (tool-bar-setup): New function.
1349         (tool-bar-mode): Use it.
1351         * subr.el (substitute-key-definition): Doc fix.
1352         (play-sound-file): New command.
1354 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
1356         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
1357         vc-version-backup-file-name): New functions.
1359         * files.el (basic-save-buffer): Call vc-before-save before saving.
1361         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
1362         vc-cvs-stay-local-p.
1364         * vc.el (vc-revert-buffer): Handle empty diff properly.
1365         (vc-version-backup-file): New function.
1366         (vc-checkout): Create a version backup if necessary.
1367         (vc-checkin): If a version backup file exists, delete it.
1368         (vc-version-diff): Diff locally using version backups, if available.
1369         (vc-revert-file): If there's a version backup, revert locally.
1370         (vc-transfer-file): Use version backup for base version, if
1371         available.  If not, ask for confirmation whether to get it from the
1372         server.  Update mode line before check-in.
1374 2000-10-04  Dave Love  <fx@gnu.org>
1376         * toolbar/tool-bar.el (tool-bar-setup): New function.
1377         (tool-bar-mode): Use it.
1379 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
1381         * net/net-utils.el (nslookup-font-lock-keywords)
1382         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
1383         Only set if window-system is non-nil
1384         (net-utils-run-program): Returns buffer.
1385         (network-connection-reconnect): Added this function.
1387         * generic.el:
1388         Incorporates extensive cleanup and docfixes by
1389         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1390         Uses cl compile-time macros.
1391         (generic-mode-name, generic-comment-list)
1392         (generic-keywords-list, generic-font-lock-expressions)
1393         (generic-mode-function-list, generic-mode-syntax-table):
1394         Removed variables.
1395         (generic-mode-alist): Renamed to generic-mode-list.
1396         (generic-find-file-regexp): Default changed to "^#".
1397         (generic-read-type): Uses completing read on generic-mode-list.
1398         (generic-mode-sanity-check): removed this function.
1399         (generic-add-to-auto-mode): Removed this function
1400         (generic-mode-internal): Bind mode-specific definitions
1401         into function instead of putting them in alist.
1402         (generic-mode-set-comments): Reworked extensively.
1403         (generic-mode-find-file-hook): Simplified regexp searching
1404         (generic-make-keywords-list): Omit extra pair of parens
1406         * find-lisp.el (find-lisp-find-files-internal):
1407         Make sure directory name ends with "/".
1409         * generic-x.el (apache-conf-generic-mode):
1410         Regexp now allows leading whitespace.
1411         (rc-generic-mode): Added eval-when-compile
1412         around generic-make-keywords-list.
1413         Deleted duplicate regexp
1414         (rul-generic-mode): Added eval-when-compile
1415         around generic-make-keywords-list.
1416         (etc-fstab-generic-mode): New generic mode.
1417         (rul-generic-mode): Removed one eval-when-compile
1418         which caused a max-specpdl-size exceeded error.
1420 2000-10-04  Miles Bader  <miles@gnu.org>
1422         * simple.el (minibuffer-temporary-goal-position): New variable.
1423         (next-history-element): Try to keep the position of point in the
1424         input string constant.
1426         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
1427         (dired-do-create-files): If there's only one file, pass it in as
1428         the DEFAULT arg to dired-mark-read-file-name.
1430 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
1432         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1433         (diff-goto-source): Be smarter when choosing REVERSE or not.
1435         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
1436         (texinfo-mode-menu): Add an explicit shortcut for update all.
1438 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
1440         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
1441         factorize backend-specific code cleanly (this was essentially
1442         conceived by Stefan Monnier).
1443         (vc-unregister): Function removed.
1444         (vc-revert-file): New function.
1445         (vc-revert-buffer): Delegate some of the work to it.
1447         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
1448         default branch unconditionally.
1449         (vc-rcs-set-default-branch): New function.
1450         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
1451         (vc-rcs-checkin): If an appropriate default branch has been set,
1452         force creation of that branch.
1453         (vc-rcs-receive-file): Rewritten to contain only backend-specific
1454         code (as suggested by Stefan Monnier).
1456 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
1458         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
1459         highlighting overlay with a different face over the overlay
1460         isearch uses to highlight the current match because that can lead
1461         to bad face combinations.
1463         * loadup.el (toplevel): Load faces before isearch.
1465         * isearch.el (isearch-faces): New custom group.
1466         (isearch): New defface; was already tested for in the code.
1467         (isearch-lazy-highlight-face): Changed to defface from defcustom.
1468         (isearch-highlight): Always use face `isearch'.
1470 2000-10-02  Dave Love  <fx@gnu.org>
1472         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
1473         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
1474         comparison of opcode with operand.
1476 2000-10-03  Miles Bader  <miles@gnu.org>
1478         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
1479         buffer, since the echo area will now grow to accommodate them.
1481 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
1483         * vc-hooks.el (vc-registered): If FILE used to be registered under
1484         a certain backend, try that one first.
1486         * vc.el (vc-responsible-backend): Undo the previous change in the
1487         argument list.  Handle multiple backends correctly.
1488         (vc-find-new-backend): Function removed.
1489         (vc-register): Use vc-responsible-backend, as before.
1490         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
1492 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
1494         * startup.el (fancy-splash-head): Change message below the
1495         logo.
1497 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
1499         * diff-mode.el (diff-goto-source): Emit a status message.
1500         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
1501         (diff-test-hunk): Fix doc string.
1502         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
1503         (diff-advance-after-apply-hunk): New variable.
1504         (diff-apply-hunk): Don't return a value.
1506 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
1508         * vc.el (vc-editable-p): Minor optimization.
1509         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
1510         (vc-find-new-backend): New function split from vc-responsible-backend.
1511         (vc-register): Use it.
1512         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1513         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1514         (vc-default-unregister, vc-revert-buffer): Docstring fix.
1515         (vc-clear-headers): Don't use find-file.
1516         (vc-revert-buffer): Use `and' again (must have been a braino).
1517         (vc-switch-backend): Only prompt if requested.
1518         Short circuit if nothing is to be done.
1519         Don't use vc-resynch-buffer which could lose unsaved editing.
1520         (vc-default-receive-file): Update call to vc-unregister.
1521         (with-vc-file, vc-next-action-on-file):
1522         Use vc-backend rather than vc-registered.
1523         (vc-next-action-on-file): Use intern-soft.
1524         Deal with read-only *vc-diff* buffer.
1525         (vc-transfer-file): Docstring fix.
1527         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1528         (vc-rcs-receive-file): Avoid with-vc-properties.
1529         Update call to vc-unregister.
1530         Use constant `RCS' rather than (dynamically bound) var `backend'.
1532 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
1534         * vc.el (vc-next-action-on-file): Update mode line only if file
1535         is visited.
1536         (vc-start-entry): New argument initial-contents.  Don't visit the file
1537         if it isn't already visited.  Brought documentation up-to-date.
1538         (vc-next-action, vc-register): Updated calls to vc-start-entry.
1539         (vc-checkin): New optional arg initial-contents, which is passed to
1540         vc-start-entry.
1541         (vc-finish-logentry): Make sure to bury log buffer only if there
1542         really is one.  Call `vc-resynch-buffer' on log-file, not
1543         buffer-file-name.
1544         (vc-default-comment-history, vc-default-wash-log): New functions.
1545         (vc-index-of): Removed.
1546         (vc-transfer-file): Make do without the above.
1547         (vc-default-receive-file): Call comment-history unconditionally.  Pass
1548         the resulting string to vc-checkin, instead of inserting it into the
1549         comment ring.
1551         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1552         unconditionally.  Use the comments as initial contents of the log
1553         entry buffer.  Document the trick to force branch creation with no
1554         changes.
1556 2000-10-01  Miles Bader  <miles@gnu.org>
1558         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1559         `recenter' with an arg to prevent redrawing the display.
1561 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
1563         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1565         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1567         * progmodes/c-mode.el (c-mode):
1568         Don't gratuitously override the default for comment-column.
1570         * textmodes/tex-mode.el (latex-metasection-list): New var.
1571         (latex-imenu-create-index): Use it.
1572         Move the regexp construction outside loops (and use push).
1573         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
1574         (tex-font-lock-keywords): Moved from font-lock.el.
1575         (tex-comment-indent): Remove.
1576         (tex-common-initialization): Don't set comment-indent-function.
1577         (latex-block-default): New var.
1578         (tex-latex-block): Use it to provide a default choice.
1579         Add any unknown choice to latex-block-names.
1580         Insert [...] after {...}.
1581         (tex-last-unended-begin): Simplify regexp.
1582         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1583         (latex-forward-sexp-1, latex-forward-sexp): New functions.
1584         (latex-mode): Set forward-sexp-function.
1586         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1587         Add regexp for @ignore ... @end ignore.
1588         (texinfo-heading-face): New face.
1589         (texinfo-font-lock-keywords): Use it.
1590         (texinfo-mode-menu): New menu.
1591         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1592         New functions.
1593         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
1594         (texinfo-section-types-regexp, texinfo-section-level-regexp)
1595         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1596         Remove declaration.
1597         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1599         * delsel.el (delete-selection-mode): Use define-minor-mode.
1601         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1603 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
1605         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1607 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
1609         * replace.el (keep-lines-read-args): New function.
1610         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1611         read arguments interactively.  Add parameters RSTART and REND.
1612         Operate on the active region in Transient Mark mode.
1614         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1616         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1617         (authors-obsolete-files-regexps): New variable.
1618         (authors-add): Don't record changes in obsolete files.
1620 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
1622         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
1624         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
1625         (comment-indent): Make sure there's a space between code and comment.
1626         Shift comments left to avoid going past fill-column.
1628 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
1630         * startup.el (startup-echo-area-message): New function.
1631         (display-startup-echo-area-message): Use it.
1632         (fancy-splash-screens): Rewritten to use keymaps and a timer.
1633         (fancy-splash-default-action): New function.
1634         (fancy-splash-screens-1): New function.
1635         (fancy-splash-head): Put a help-echo and a keymap under the image.
1637 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
1639         * diff-mode.el (diff-add-log-file-name): Remove.
1640         (diff-mode): Use add-log-buffer-file-name-function.
1642         * add-log.el (find-change-log): New arg BUFFER-FILE.
1643         (add-log-file-name): Obey add-log-file-name-function.
1644         (add-log-buffer-file-name-function): New var.
1645         (add-change-log-entry): Use it.
1647 2000-09-29  Miles Bader  <miles@gnu.org>
1649         * image-file.el (image-file-name-extensions): New variable.
1650         (image-file-name-regexps): Renamed from `image-file-regexps'.
1651         New default value is nil.  Call `auto-image-file-mode'.
1652         (image-file-name-regexp): New function.
1653         (auto-image-file-mode): New minor mode.
1654         (insert-image-file): Don't make conditional on the image-file
1655         handler being enabled.
1656         (image-file-handler): Make the call here conditional instead.
1657         (set-image-file-handler-enabled, enable-image-file-handler)
1658         (disable-image-file-handler): Functions removed.
1660         * emacs-lisp/authors.el (authors-print): Rephrase many-files
1661         string.
1663 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
1665         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
1666         it's a function from CL.
1667         (latex-imenu-create-index): Replace eval-when-compile with progn
1668         because latex-section-alist is not bound while compiling.
1670 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
1672         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
1673         (outline-mode): Use define-derived-mode.
1675         * progmodes/perl-mode.el (perl-mode):
1676         * progmodes/awk-mode.el (awk-mode):
1677         * progmodes/asm-mode.el (asm-mode):
1678         Don't gratuitously override the default for comment-column.
1680         * emacs-lisp/lisp.el (lisp-complete-symbol):
1681         Distinguish the let-binding case from the funcall case.
1682         (forward-sexp-function): New variable.
1683         (forward-sexp): Use it.
1685         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
1686         (easy-mmode-defmap): Remove the now useless autoload.
1688         * time.el (display-time-mode): Use define-minor-mode.
1690         * subr.el (add-minor-mode): Don't eval NAME.
1691         Don't depend on the presence of TOGGLE-FUN for any special behavior.
1692         Use if rather than cond.
1694         * simple.el (read-expression-map): Define more properly.
1695         (comment-indent-hook): Remove.
1696         (string-to-syntax): Bug fix.
1698         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
1699         (cvs-ediff-diff): Fix typo.
1700         (cvs-revert-if-needed): Don't bother preserving read-only.
1702         * paren.el (show-paren-mode): Use define-minor-mode.
1704         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
1705         (toggle-auto-compression): Remove.
1706         (jka-compr-build-file-regexp): Remove useless grouping.
1708         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
1709         Avoid user-reserved bindings.
1710         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
1711         (diff-header-face): Revert to grey85.
1713         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
1715         * complete.el (partial-completion-mode) <defcustom>: Remove.
1716         (partial-completion-mode): Use define-minor-mode.
1717         (PC-do-completion): Understand `completion-auto-help = delay'
1718         to mean to popup the completion buffer only the second time.
1719         (PC-include-file-all-completions, PC-include-file-all-completions)
1720         (PC-include-file-all-completions): Don't quote lambda.
1722         * comint.el (comint-mode-hook): Docstring fix.
1723         (comint-mode): Use define-derived-mode.
1724         (comint-mode-map): Remove obsolete comment.
1725         (make-comint): Minor stylistic change.
1726         (comint-insert-clicked-input): Be more careful to find the overlay.
1727         Use this-command-keys rather than hardcoding mouse-2.
1729         * font-lock.el: Replace confusing (,@ with ,
1730         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1731         Don't use regexp-opt-depth.  Spice up the regexp for args.
1732         Don't distinguish between cmds that can take an opt arg or not.
1733         Use `append' and `prepend' rather than `keep'.
1735         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
1736         (latex-outline-regexp): New var.
1737         (latex-outline-level): New fun.
1738         (latex-section-alist): New var.
1739         (latex-imenu-create-index): Use it.  Use `push' as well.
1740         (tex-shell-map): Initialize it properly.
1741         (tex-mode): Minor stylistic change.
1742         (plain-tex-mode): Use define-derived-mode.
1743         (latex-mode): Use define-derived-mode.
1744         Construct the paragraph regexps in a more readable way.
1745         Set the buffer-local outline-{level,regexp} vars.
1746         (slitex-mode): Derive from latex-mode.
1747         (tex-common-initialization): Don't kill-all-vars anymore.
1748         Add setting for comment-add and font-lock-defaults.
1749         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
1750         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
1751         (tex-start-tex): New arg DIR (and send a chdir command for it).
1752         Also display the shell buffer and save it in tex-last-buffer-texed.
1753         (tex-region): Use expand-file-name rather than concat.
1754         Remove code made useless by changes in tex-start-tex.
1755         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
1757         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
1759 2000-09-28  Dave Love  <fx@gnu.org>
1761         * eshell/eshell.el (eshell) <defgroup>: Add :version.
1763 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
1765         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
1766         `append'.
1768 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
1770         * info.el (Info-extract-pointer): Undo last change.
1771         Instead, fix the position of the `bound' arg to re-search-backward.
1773 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
1775         * info.el (Info-extract-pointer):
1776         Widen more carefully, to avoid finding pointers in other nodes.
1777         (Info-index): Use push.
1779 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
1781         * frame.el (set-frame-font): Remove call to obsolete function
1782         frame-update-faces.
1783         (set-foreground-color, set-background-color): Likewise for
1784         frame-update-face-colors.
1786 2000-09-27  Miles Bader  <miles@gnu.org>
1788         * image-file.el: New file.
1790 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
1792         * frame.el (frame-notice-user-settings): Don't call
1793         frame-update-faces, which is a no-op now.
1795         * ediff-wind.el (ediff-control-frame-parameters): Add zero
1796         tool-bar-lines.
1798 2000-09-27  Dave Love  <fx@gnu.org>
1800         * mouse.el: Fix last change.
1802 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
1804         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
1806 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
1808         * international/quail.el (quail-help): The output message is
1809         improved.
1811 2000-09-26  Dave Love  <fx@gnu.org>
1813         * mouse.el (popup-menu): If POSITION is nil, set it using
1814         mouse-position.
1816 2000-09-25  Sam Steingold  <sds@gnu.org>
1818         * net/browse-url.el (browse-url-file-url): Check for null maps.
1820 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
1822         * frame.el (frame-notice-user-settings): Don't add a
1823         tool-bar-lines frame parameter to default-frame-alist in batch mode.
1825         * frame.el (frame-notice-user-settings):
1826         Make tool-bar-mode and default-frame-alist consistent.
1828         * toolbar/tool-bar.el (tool-bar-help): New function.
1830 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
1832         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
1833         current-load-list in top-level forms.  Else this leaks a cons cell
1834         every time a defun is called.
1836         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
1838 2000-09-25  Dave Love  <fx@gnu.org>
1840         * startup.el (fancy-splash-head): Check XPM is available.
1842         * autoinsert.el (auto-insert): Doc fix.
1843         (auto-insert-alist): Following GNU notices, don't say `copyright
1844         _by_'.  Use line-beginning-position.
1845         (auto-insert): Check buffer-file-name is non-nil before use.
1847 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
1849         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
1850         starting with `@def' or `@multitable', in addition to ones
1851         specified by the user in auto-fill-inhibit-regexp.
1853 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
1855         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
1856         rmail-dont-reply-to-names matches the empty string.
1858 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
1860         * startup.el (command-line-1, fancy-splash-text): Change the
1861         text to sound more friendly.
1863 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
1865         * progmodes/hideshow.el: Update author email address.
1866         Generally, sync w/ maintainer version 5.22.
1867         (hs-hide-all-non-comment-function): New var.
1868         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
1869         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
1870         (hs-show-region): Delete this command.
1871         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
1873 2000-09-22  Dave Love  <fx@gnu.org>
1875         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
1876         (hl-line-highlight): Specify buffer when moving overlay.
1878         * progmodes/fortran.el (fortran-mode): Locally set
1879         normal-auto-fill-function.
1880         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
1881         (fortran-mode-map): Adjust auto-fill menu entry.
1883 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
1885         * vc-rcs.el (toplevel): Require `vc' when compiling.
1887         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
1889 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
1891         * vc.el (vc-switch-backend): Signal an error if the file is not
1892         registered under the new backend.
1894         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
1895         without explicit revision number.
1897 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
1899         * diff-mode.el (diff-file-header-face): Reset to its previous value.
1900         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
1901         (diff-xor): New function.
1902         (diff-find-source-location): Use it.  Fix a stupid name clash.
1903         (diff-hunk-status-msg): New function.
1904         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
1905         (diff-test-hunk): Use diff-find-source-location.
1906         (diff-goto-source): Favor the `reverse'.
1907         (diff-hunk-text): Properly handle one-sided context diffs.
1908         (diff-apply-hunk): When done, advance to the next hunk.
1910 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
1912         * startup.el (command-line): If frame was created with a non-zero
1913         tool-bar-lines parameter, switch tool-bar-mode on.
1915         * add-log.el (change-log-date-face, change-log-name-face)
1916         (change-log-email-face, change-log-file-face)
1917         (change-log-list-face, change-log-conditionals-face)
1918         (change-log-function-face, change-log-acknowledgement-face):
1919         New faces, inheriting from font-lock faces.
1920         (change-log-font-lock-keywords): Use them.
1922 2000-09-21  Dave Love  <fx@gnu.org>
1924         * progmodes/cperl-mode.el (top-level): Clean up
1925         `eval-when-compile's and assorted defvars.
1926         (cperl-invalid-face): Don't double-quote value.  Change custom
1927         type.
1928         (cperl-mode): Set normal-auto-fill-function and don't zap
1929         auto-fill-function.
1930         (cperl-imenu--function-name-regexp-perl): Renamed from
1931         imenu-example--function-name-regexp-perl.
1932         (cperl-imenu--create-perl-index): Renamed from
1933         imenu-example--create-perl-index.
1934         (cperl-xsub-scan): Don't require cl.
1936         * msb.el (msb-mode-map): Use substitute-key-definition.
1937         (msb-mode): Use msb-mode-map.
1939 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
1941         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
1942         New functions.
1943         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
1944         (vc-switch-backend): New function.
1945         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
1946         (vc-register): Fix prompt.
1947         (vc-unregister, vc-default-unregister): New functions.
1948         (vc-version-diff): Handle empty buffer in sentinel.
1950         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
1951         (vc-rcs-state-heuristic): Use it to guess the state of files with
1952         non-strict locking.
1953         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
1954         been set with -b, but not created yet.
1955         (vc-rcs-fetch-master-state): With non-strict locking, compare file
1956         contents in order to find the state.
1957         (vc-rcs-checkin): Allow creation of branches with no changes.
1958         (vc-rcs-unregister, vc-rcs-receive-file)
1959         (vc-rcs-set-non-strict-locking): New functions.
1961         * vc-hooks.el (vc-name): Force correct computation of the value
1962         in case it is missing.
1964 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
1966         * startup.el (fancy-splash-tail): Use a different foreground
1967         color on a dark frame background.
1969 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
1971         * info.el: Use the correct capitalization when making Info-mode
1972         and Info-edit-mode `special' modes.
1974 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
1976         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1977         (diff-mode): Add support for add-log.el.
1978         (diff-hunk-text): Use char offsets rather than line offsets.
1979         (diff-find-source-location): Replace LINE with line-offset (nil
1980         if not found) and always set POS to a meaningful position.
1981         Adapt to the new char-offsets.
1982         (diff-apply-hunk): Drop support for the unused `select' POPUP.
1983         Adapt to the new diff-find-source-location.
1984         (diff-goto-source): Adapt to the new diff-find-source-location.
1986         * add-log.el (add-log-file-name): New function (split out of
1987         add-change-log-entry).
1988         (add-change-log-entry): Use it.
1989         Call add-log-file-name-function with the changelog file name if
1990         the current buffer is not associated with any file.
1991         Avoid find-file if the selected window is dedicated.
1993         * diff-mode.el (diff-find-source-location):
1994         Move code from diff-apply-hunk.  Return buffer rather than file.
1995         (diff-apply-hunk): Use the new result from  diff-find-source-location.
1996         (diff-goto-source): Use the new diff-find-source-location.
1998 2000-09-20  Dave Love  <fx@gnu.org>
2000         * iswitchb.el: Some doc fixes.
2001         (iswitchb-mode-map): Define completely initially.  Inherit
2002         minibuffer-local-map.
2003         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2004         fundamental-mode.
2005         (iswitchb-global-map): New variable.
2006         (iswitchb-summaries-to-end): Amalgamate regexps.
2007         (iswitchb-mode): New.
2008         (iswitchb-mode-hook): New variable.
2009         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
2010         `extensions'.
2012 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
2014         * ehelp.el (electric-help): New defgroup.
2015         (electric-help-shrink-window): New user-option.
2016         (with-electric-help): Use it.
2018         * window.el (shrink-window-if-larger-than-buffer): If face
2019         `mode-line' has a :box, and we're on a graphical frame, add 1
2020         to the needed window height.
2022         * frame.el (frame-notice-user-settings): Add a last parameter nil
2023         to a call to `append', because the last list passed to `append' is
2024         not copied, and so subsequent calls to assq-delete-all will modify
2025         default-frame-alist.
2027         * startup.el (fancy-splash-image): Change :type.
2028         (fancy-splash-head): Use an XBM image if appropriate.
2029         (command-line-1): Show splash screens in more cases.
2031         * startup.el (fancy-splash-text): Don't quote faces.
2033         * dired.el (dired-font-lock-keywords): Undo last change.
2034         (dired-readin): Bind indent-tabs-mode to nil.
2036         * startup.el (fancy-splash-head): If frame's background mode
2037         is `dark', change the black background of the image to gray.
2038         (fancy-splash-screens): Display startup echo area message.
2039         (display-startup-echo-area-message): New function.
2041 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
2043         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2045         * info.el (info-header-node): Tweak for color ttys.
2047         * faces.el (face-valid-attribute-values): Make sure directories we
2048         search for stipples both exist and are readable before trying to
2049         search them.
2051         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2052         in the dry-run case.
2054         * jka-compr.el (with-auto-compression-mode): New macro.
2056         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2057         (custom-group-tag-face, custom-variable-tag-face): Use relative
2058         :height and inherit from `variable-pitch' face instead of
2059         hardwiring :family.
2060         * hi-lock.el (hi-black-hb): Likewise.
2062         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2063         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2064         toolbar-add-item, if image doesn't have a mask add a `:mask
2065         heuristic'.
2067 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
2069         * diff-mode.el: Docstring fixes.
2070         (diff-header-face, diff-comment-face): New faces.
2071         (diff-font-lock-keywords): Highlight a bit differently.
2072         (diff-find-source-location): Don't return SPAN any more.
2073         (diff-hunk-text): Don't bother erasing the temp buffer.
2074         (diff-find-text): Drop argument LINE.
2075         (diff-apply-hunk): Update calls to diff-find-text.
2076         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2078         * calendar/calendar.el: Docstring fixes.
2079         (calendar-make-alist): Don't quote lambda.
2080         (calendar-star-date): Use make-local-variable.
2082 2000-09-19  Dave Love  <fx@gnu.org>
2084         * toolbar/tool-bar.el: Renamed from toolbar.el.
2085         Change `toolbar' to `tool-bar' generally in symbols.
2086         Make some items invisible in `special' major modes.
2087         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2088         Add arg PROPS.
2090         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2091         Add :version here.
2092         (fancy-splash-delay, fancy-splash-image): Remove :version here.
2094 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2096         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
2098         * files.el (find-file-suppress-same-file-warnings): New user-option.
2099         (find-file-noselect): Use it.
2101         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
2102         (fancy-splash-screen): Defgroup.
2104         * add-log.el (change-log-font-lock-keywords): Match names
2105         more exactly for the case that font-lock-constant-face is
2106         underlined.
2108 2000-09-19  Richard M. Stallman  <rms@gnu.org>
2110         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
2112 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
2114         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2116 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2118         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2119         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2120         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2121         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2122         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2123         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2124         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2125         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2126         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2127         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2128         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
2129         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
2131         * startup.el (fancy-splash-text): New variable.
2132         (fancy-splash-delay, fancy-splash-image): New user-options.
2133         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2134         (fancy-splash-screens): New functions.
2135         (command-line-1): If display has a `display' frame parameter, has
2136         colors, and we have XPM support, show more fancy splash screens.
2138 2000-09-19  Dave Love  <fx@gnu.org>
2140         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
2141         with null `help'.  Use modern backquote syntax.
2143 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2145         * font-lock.el (font-lock-mode): Change message telling the user
2146         that ``the buffer is too big''.
2148         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2149         for instance for the case that tab-width is 2.
2151 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
2153         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2154         toolbar-add-item, if image doesn't have a mask add a `:mask
2155         heuristic'.
2157 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
2159         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2160         and return a cons if it's non-nil.
2161         (diff-apply-hunk): Try to jump to the line in the source text
2162         corresponding to the position of point in the in the hunk.
2164         * info.el (Info-title-3-face, Info-title-2-face)
2165         (Info-title-1-face): Use face inheritance and relative sizes
2166         instead of hard-wiring things.
2168         * faces.el (secondary-selection): Make dark-background variant sane.
2170 2000-09-16  Andrew Innes  <andrewi@gnu.org>
2172         * makefile.w32-in (compile-files-CMD): No need to make .elc files
2173         read-only, since they aren't under VC now.
2175 2000-09-17  Dave Love  <fx@gnu.org>
2177         * tmm.el: Replace mapcar with mapc in several places.
2179         * loadhist.el (unload-feature): Maybe call elp-restore-list and
2180         ad-unadvise.
2182         * international/latin1-disp.el: New file.
2184         * calendar/cal-move.el (scroll-calendar-left)
2185         (scroll-calendar-right): Make arg optional (for active mode line).
2187         * calendar/calendar.el (calendar-mode-line-format): Make fields
2188         mouse-sensitive.
2189         (calendar-read-date, calendar-read-date, calendar-window-list):
2190         Unquote lambda.
2191         (calendar-month-name): Use aref, not sref.
2193         * view.el (minor-mode-alist): Propertize the string.
2195         * international/characters.el (standard-case-table): Add entries
2196         for Greek.
2198 2000-09-18  Miles Bader  <miles@gnu.org>
2200         * info.el (info-node, info-xref): Add dark-background variants.
2202         * faces.el (header-line): Change defaults to be less confusing
2203         when mixed with mode-lines.
2205         * info.el (Info-fontify-node): Make a few cleanups.
2206         Add extra `help-echo' and `local-map' props to node xrefs.
2207         Use header-specific faces for node-names & xrefs.
2208         (Info-use-header-line): New variable.
2209         (info-header-xref, info-header-node): New faces.
2210         (Info-setup-header-line): New function.
2211         (Info-select-node): Call Info-setup-header-line when enabled.
2212         (Info-extract-pointer): Work even if the header line is hidden.
2213         (Info-header-line): New variable.
2215 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
2217         * vms-patch.el (print-region-function): Don't quote lambda.
2219         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2221         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2222         (lm-get-header-re): Allow spaces between the header and the colon.
2223         (lm-header): Allow $ in non-RCS headers.
2224         (lm-header-multiline): Put the strings back into order.
2225         Stop at an empty line.  Don't require two space chars if the
2226         line is clearly not another header line.
2228         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2229         (popup-menu-popup): Remove.
2231 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
2233         * toolbar/toolbar.el (toolbar-add-item): Use the same image
2234         specification if or if not tool-bar item contains an `:enabled'
2235         property.
2237         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2238         current buffer has no file name.
2240 2000-09-15  Dave Love  <fx@gnu.org>
2242         * strokes.el: Sync with maintainer's current version with changes
2243         for Emacs, but avoid runtime cl and levents.
2244         (toplevel):  Change autoloads and compilation requires.
2245         (strokes-version, strokes-bug-address, strokes-lift): Values
2246         changed.
2247         (strokes-xpm-header, strokes-insinuated): New variable.
2248         (strokes): Add :link.
2249         (strokes-mode): Customized.
2250         (strokes-while-inhibiting-garbage-collector): New macro.
2251         (strokes-remassoc): Avoid remove-if.
2252         (strokes-fix-button2-command): Don't use ad-do-it.
2253         (strokes-insinuate): New function.
2254         (strokes-button-press-event-p, strokes-button-release-event-p):
2255         New functions, used instead of non-`strokes-' versions..
2256         (strokes-mouse-event-p): Rewritten.
2257         (strokes-event-closest-point): Avoid event-point.
2258         (strokes-get-grid-position): Avoid cdadr, caadr
2259         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2260         functions.
2261         (strokes-help): Use with-output-to-temp-buffer.
2262         (strokes-window-configuration-changed-p): New function.
2263         (strokes-update-window-configuration): Use buffer-live-p,
2264         strokes-window-configuration-changed-p.
2265         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
2266         (strokes-char-face): New face.
2267         (strokes-char-table, strokes-base64-chars): New variable.
2268         (strokes-xpm-for-stroke, strokes-list-strokes)
2269         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2270         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2271         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2272         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2273         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2274         functions.
2276 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
2278         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2280         * image.el (create-image): Doc fix.
2282         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2283         instead of `:heuristic-mask t'.
2285 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2287         * makefile.w32-in: Revert to Unix line endings.
2289 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2291         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
2292         when installing.
2294         * makefile.nt (DONTCOMPILE): Fix typo.
2296         * shell.el (shell-write-history-on-exit): New function.
2297         (shell-dumb-shell-regexp): New custom variable.
2298         (shell-mode): Make shell-write-history-on-exit the process
2299         sentinel if shell name matches shell-dumb-shell-regexp.
2301         * w32-fns.el: Comment out before-init-hook function which resets
2302         source-directory based; this breaks bootstrap.
2304 2000-09-14  Dave Love  <fx@gnu.org>
2306         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
2307         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
2308         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
2309         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
2310         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
2311         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
2312         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
2313         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
2314         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
2316         * toolbar/toolbar.el: New.
2318         * subdirs.el: Add toolbar.
2320 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
2322         * indent.el (indent-for-tab-command): Doc fix.
2324 2000-09-14  Alex Schroeder  <alex@gnu.org>
2326         * ansi-color.el (ansi-colors): Doc change.
2327         (ansi-color-get-face): Simplified regexp.
2328         (ansi-color-faces-vector): Added more faces, doc change.
2329         (ansi-color-names-vector): Doc change.
2330         (ansi-color-regexp): Simplified regexp.
2331         (ansi-color-parameter-regexp): New regexp.
2332         (ansi-color-filter-apply): Doc change.
2333         (ansi-color-filter-region): Doc change.
2334         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
2335         deal with zero length parameters.
2336         (ansi-color-apply-on-region): Doc change.
2337         (ansi-color-map): Doc change.
2338         (ansi-color-map-update): Removed debugging message.
2339         (ansi-color-get-face-1): Added condition-case to trap
2340         args-out-of-range errors.
2341         (ansi-color-get-face): Doc change.
2342         (ansi-color-make-face): Removed.
2343         (ansi-color-for-shell-mode): New option.
2345 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
2347         * international/quail.el (quail-start-translation): Translate KEY
2348         if necessary even if it doesn't have any mapping in the current
2349         input method.
2350         (quail-start-conversion): Likewise.
2351         (quail-help): The output message is improved.
2353 2000-09-13  Miles Bader  <miles@gnu.org>
2355         * comint.el (comint-output-filter): Revert to using
2356         `insert-before-markers'.  Add bletcherous hack to undo damage
2357         caused by `insert-before-markers'.  Put `front-sticky' property on
2358         overlays created here so that the field code understands how the
2359         overlay works.  Use a let when making comint-last-prompt-overlay,
2360         so that the code is easier to read.
2362 2000-09-13  Dave Love  <fx@gnu.org>
2364         * wid-edit.el (widget-default-format-handler): DTRT when
2365         doc-property is a function.
2367 2000-09-12  Francesco Potorti`  <pot@gnu.org>
2369         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2370         filed name if it's not there.
2372 2000-09-12  Dave Love  <fx@gnu.org>
2374         * simple.el (read-mail-command): Doc fix.
2375         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2377         * vc.el (vc-dired-listing-switches): Fix :version.
2379         * vc-hooks.el: Doc fixes.
2381         * subr.el (add-minor-mode): Use toggle-fun arg.
2383         * speedbar.el: Add :version to several defcustoms.
2385         * imenu.el (imenu--truncate-items, imenu--cleanup)
2386         (imenu--generic-function): Avoid mapcar.
2387         (imenu--replace-spaces): Function removed.
2388         (imenu--completion-buffer): Use subst-char-in-string.
2389         (imenu-add-to-menubar): Use keymap inheritance.
2391 2000-09-12  Miles Bader  <miles@gnu.org>
2393         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2394         (diff-mode-map): Bind `diff-test-hunk'.
2395         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2397 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
2399         * bytecomp.el (byte-compile-defvar): Undo last change
2400         because it breaks '(make-variable-buffer-local (defvar ...)'
2401         which is used at least in dired.
2403 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
2405         * international/quail.el (quail-define-package): Docstring
2406         modified.
2408 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
2410         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2411         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2412         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
2413         docstring of "chinese-py".
2415         * international/quail.el (quail-translation-docstring): New
2416         variable.
2417         (quail-show-keyboard-layout): Docstring modified.
2418         (quail-select-current): Likewise.
2419         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2420         infinite recursive call.
2421         (quail-help): Check quail-translation-docstring.  Format of the
2422         output changed.
2423         (quail-help-insert-keymap-description): Adjusted for the above
2424         change.
2426 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
2428         * bytecomp.el (byte-compile-defvar): Only cons onto
2429         current-load-list in top-level forms.  Else this leaks a cons cell
2430         every time a defun is called.
2432 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
2434         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2435         Now understands non-unified diffs.  Some functionality moved into
2436         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
2437         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
2438         modify anything.  Only reposition point in the patched file if the
2439         patch succeeds.  Only pop up another window if POPUP is true.
2440         Emit a message describing what happened if successful, and at what
2441         line-offset.  Automatically detect reversed hunks and do something
2442         appropriate.
2443         (diff-hunk-text, diff-find-text): New functions.
2444         (diff-filter-lines): Function removed.
2445         (diff-test-hunk): New function.
2446         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
2448 2000-09-10  Dave Love  <fx@gnu.org>
2450         * textmodes/tildify.el: Minor doc/commentary fixes.
2451         (tildify) <defgroup>: Add :version.
2453         * faces.el (face-x-resources): Make custom type more specific.
2454         (frame-background-mode): Use mapc.
2455         (region) <defcustom>: Add :version.
2457 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
2459         * vc-sccs.el (vc-sccs-register):
2460         * vc-rcs.el (vc-rcs-register):
2461         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
2462         * vc.el (vc-register): Clear file's properties.
2464 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
2466         * faces.el (face-spec-set): Only face-spec-reset-face when
2467         ATTRS is non-nil.
2469 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
2471         * help.el (help-insert-xref-button): Fix a typo in doc string.
2473 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
2475         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2476         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
2477         methods.
2479         * menu-bar.el (read-mail-item-name): New function.
2480         (menu-bar-tools-menu): Use it to compute and display the package
2481         used to read email.
2482         (menu-bar-tools-menu): Fix typo in GUD's help string.
2484 2000-09-07  Dave Love  <fx@gnu.org>
2486         * diff-mode.el (diff-mouse-goto-source): New function.
2488         * vc-sccs.el: Doc fixes.
2489         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
2491         * vc-rcs.el: Doc fixes.
2492         (vc-rcs-register-switches, vc-rcs-checkin-switches)
2493         (vc-rcs-checkout-switches, vc-rcs-header)
2494         (vc-rcs-master-templates): Add or change :version.
2496         * vc-cvs.el: Doc fixes.
2497         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
2498         (vc-cvs-stay-local): Add :version.
2500         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
2502 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
2504         * international/quail.el (quail-help): Fix previous change.
2506 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
2508         * faces.el (color-values): Doc fix.
2510         * faces.el (frame-set-background-mode): Use frame-parameter
2511         instead of frame-parameters.
2513         * frame.el (filtered-frame-list): Reduce consing.
2514         (frames-on-display-list): Call frame-parameter instead of
2515         frame-parameters.
2517 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
2519         * language/devan-util.el (devanagari-to-indian-region): In the
2520         loop, change the following char, not preceding char.
2522 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
2524         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2525         instead of frame-parameters.
2527         * faces.el (set-face-attribute): Simplify by calling
2528         internal-set-lisp-face-attribute with FRAME being 0.
2530         * vc.el: Remove `Id' version control keyword.
2532 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
2534         * help.el (help-make-xrefs): Adjusted for the change of
2535         help-xref-mule-regexp.
2536         (help-insert-xref-button): New function.
2538         * international/mule-cmds.el (help-xref-mule-regexp-template):
2539         Include the pattern for character set.
2540         (leim): New group.
2542         * international/quail.el: Don't require face.
2543         (quail): New group.
2544         (quail-other-command): Dummy command to make quail-help work better.
2545         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2546         (quail-keyboard-layout-substitution): New variable.
2547         (quail-update-keyboard-layout): New function.
2548         (quail-keyboard-layout-type): New customizable variable.
2549         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2550         (quail-keyboard-translate): Pay attention to
2551         quail-keyboard-layout-substitution.
2552         (quail-insert-kbd-layout): New function.
2553         (quail-show-keyboard-layout): New function.
2554         (quail-get-translation): If the definition is a vector of length
2555         1, and the element is a string of length 1, return the character
2556         in that string.
2557         (quail-update-current-translations): Fix the case of
2558         relative-index out of range.
2559         (quail-build-decode-map, quail-insert-decode-map): New Functions.
2560         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
2561         Show key sequences for all available characters.
2562         (quail-help-insert-keymap-description): Don't show such verbose
2563         key bindings as quail-self-insert-command.
2565         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2566         Format changed, and each element now have extra documentations.
2567         (tit-process-header): Delete invalid characters from TIT-PROMPT.
2568         Adjusted for the change of quail-cxterm-package-ext-info.
2570 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
2572         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2573         requiring it leads to a recursive loading of vc.el and vc-hooks.el
2574         during bootstrap.
2576 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2578         * vc.el: (toplevel): Don't require `dired' at run-time.
2579         (vc-dired-resynch-file): Remove autoload cookie.
2581 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
2583         * vc.el: Made several backend functions optional.
2584         (vc-default-responsible-p): New function.
2585         (vc-merge): Use RET for first version to trigger merge-news, not
2586         prefix arg.
2587         (vc-annotate): Handle backends that do not support annotation.
2588         (vc-default-merge-news): Removed.  The existence of a merge-news
2589         implementation is now checked on caller sites.
2591         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
2592         case.
2594         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
2595         special case that has been removed from the default in vc-hooks.el.
2597 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2599         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2601 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
2603         * vc-hooks.el: Require vc during compilation.
2604         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2605         macro `with-vc-properties' in vc.el.
2606         (vc-file-getprop): Doc fix.
2607         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
2609         * vc.el: Require dired-aux during compilation.
2610         (vc-name-assoc-file): Moved to vc-sccs.el.
2611         (with-vc-properties): New macro.
2612         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
2613         vc-finish-steal): Use it.
2614         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
2615         to the backend-specific function is now supposed to do the checkout,
2616         too.
2617         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2619         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
2620         set file properties; that gets done in the generic code now.
2622         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
2623         Changed parameter list, added code from vc.el that does the
2624         checkout, possibly with a double-take.
2626         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
2627         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
2628         the above under the new name.
2629         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
2630         parameter list, added checkout command.
2631         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
2632         properties; that gets done in the generic code now.
2634 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2636         * vc.el: Docstring fixes (courtesy of checkdoc).
2638 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2640         * vc.el (vc-checkout-writable-buffer-hook)
2641         (vc-checkout-writable-buffer): Remove.
2642         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
2643         (vc-log-mode): Make it into a clean derived major mode.
2644         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
2645         vc-log-mode if log-edit is not available.
2646         (vc-dired-mode-map): Don't set-keymap-parent yet.
2647         (vc-dired-mode): Do set-keymap-parent here.
2648         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
2650 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
2652         * faces.el (set-face-attribute, face-spec-reset-face)
2653         (face-spec-set): Avoid consing by removing calls to `apply'.
2655         * frame.el (frame-parameter): Move to C code.
2657 2000-09-05  Dave Love  <fx@gnu.org>
2659         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
2660         insert-before-markers-and-inherit.  Now checked systematically!
2662 2000-09-05  Alex Schroeder  <alex@gnu.org>
2664         * sql.el (sql-postgres): Use sql-postgres-options.
2665         (sql-postgres-options): New variable.
2667 2000-09-05  Alex Schroeder  <alex@gnu.org>
2669         * sql.el (sql-mode-menu): Work around missing variable mark-active
2670         in XEmacs.
2671         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
2672         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
2673         compatibility.
2675 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
2677         * vc.el (vc-dired-resynch-file): Add autoload cookie.
2679         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
2681         * Makefile.in (DONTCOMPILE): Fix typo in file name.
2683 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2685         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
2686         don't support anything else under SCCS yet.
2688         * vc-hooks.el: Minor doc fixes.
2690 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2692         * vc.el (vc-next-action-on-file): Do not visit the file if it's
2693         not necessary.  If verbose in state `needs-patch', do the same as
2694         under `up-to-date'.  When NOT verbose and `needs-patch', check out
2695         latest version instead of `merge-news'.
2696         (vc-next-action-dired): Don't mess with default-directory here; it
2697         breaks other parts of dired.  It is the job of the
2698         backend-specific functions to adjust it temporarily if they need it.
2699         (vc-next-action): Remove a special CVS case.
2700         (vc-clear-headers): New optional arg FILE.
2701         (vc-checkin, vc-checkout): Set properties vc-state and
2702         vc-checkout-time properly.
2703         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
2704         (vc-print-log): Use new backend function `show-log-entry'.
2705         (vc-cancel-version): Do the checks in a different order.  Added a
2706         FIXME concerning RCS-only code.
2708         * vc-rcs.el (vc-rcs-show-log-entry): New function.
2709         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
2711         * vc-cvs.el (vc-cvs-show-log-entry): New function.
2713         * vc-hooks.el (vc-default-mode-line-string): Show state
2714         `needs-patch' as a `-' too.
2716 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2718         * vc.el (vc-responsible-backend): New optional arg REGISTER.
2719         (vc-default-could-register): New function.
2720         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
2721         (vc-resynch-buffer): Call vc-dired-resynch-file.
2722         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
2723         vc-resynch-buffer instead of vc-resynch-window.
2724         (vc-next-action-dired): Don't redisplay here, that gets done as a
2725         result of the individual file operations.
2726         (vc-retrieve-snapshot): Corrected prompt order.
2728         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
2730         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
2731         as well.
2732         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
2733         hostname regexps.  Updated all callers.
2734         (vc-cvs-responsible-p): Handle directories as well.
2735         (vc-cvs-could-register): New function.
2736         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
2737         properties up-to-date.
2739         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
2740         user whether to create one.
2742 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2744         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
2745         check out a non-existing file.
2747         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
2748         workfile does not exist.
2750         * vc.el (vc-version-diff): Use `require' to check for existence of
2751         diff-mode.
2753 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2755         * vc-cvs.el (vc-cvs-registered): Use new function
2756         vc-cvs-parse-entry to do the actual work.
2758 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2760         * vc-hooks.el (vc-find-backend-function): If function doesn't
2761         exist, return nil instead of error.
2762         (vc-call-backend): Doc fix.
2764         * vc.el (vc-do-command): Doc fix.
2765         (vc-finish-logentry): When checking in from vc-dired, choose the
2766         right backend for logentry check.
2767         (vc-dired-mode-map): Inherit from dired-mode-map.
2768         (vc-dired-mode): Local value of dired-move-to-filename-regexp
2769         simplified.
2770         (vc-dired-state-info): Removed, updated caller.
2771         (vc-default-dired-state-info): Use parentheses instead of hyphens.
2772         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
2773         (vc-dired-listing-switches): New variable.
2774         (vc-directory): Use it, instead of dired-listing-switches.
2776         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
2777         (vc-cvs-dir-state): New function.
2778         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
2779         (vc-cvs-parse-entry): New function, also to be used in
2780         vc-cvs-registered.
2782 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2784         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
2785         *or* single-window-frames.
2787 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2789         * vc.el (vc-update-changelog): Split into generic part and default
2790         implementation.  Doc string adapted.
2791         (vc-default-update-changelog): New function.  Call the `rcs2log'
2792         script in exec-directory, to fix a long-standing nuisance.
2794         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
2795         simply signals an error.
2797 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2799         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
2800         control-flow more clear and to avoid running `cvs' twice.
2802         * vc.el (vc-next-action-on-file): Doc fix.
2803         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
2804         (vc-print-log): Eval `file' before constructing the continuation.
2806 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2808         * vc.el (vc-next-action-on-file): Corrected several messages.
2809         (vc-merge): Add prefix arg `merge-news'; handle it.
2811         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
2812         is not reached.  It is.
2813         (vc-cvs-merge): Set state to 'edited after merge.
2814         (vc-cvs-merge-news): Set workfile version to nil if not known.
2815         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
2817         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
2818         via stdout. (Merge from main line.)
2820 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2822         * vc.el (vc-finish-logentry): Thinko in the "same comment"
2823         detection.
2825 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2827         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
2828         against kill-all-local-variables.
2829         (vc-log-edit): Don't save vc-parent-buffer any more.
2830         (vc-last-comment-match): Initialize to an empty string.
2831         (vc-post-command-functions): New hook.
2832         (vc-do-command): Run it.
2833         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
2834         (vc-finish-logentry): Only add the comment to the ring if it's
2835         different from the last comment entered.
2836         (vc-new-comment-index): New function.
2837         (vc-previous-comment): Use it.  Make the minibuffer message
2838         slightly less terse.
2839         (vc-comment-search-reverse): Make it work forward as well.  Don't
2840         set vc-comment-ring-index if no match is found.  Use
2841         vc-new-comment-index.
2842         (vc-comment-search-forward): Use vc-comment-search-reverse.
2843         (vc-dired-mode-map): Don't inherit from dired-mode-map since
2844         define-derived-mode will do it for us.  Bind `v' to a keymap that
2845         inherits from vc-prefix-map so that we can bind `vt' without
2846         binding C-x v t.
2847         (vc-retrieve-snapshot): Parenthesis typo.
2849         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
2850         to 1.  Make sure to switch to *vc* before looking for an error
2851         message.  Use vc-parse-buffer.
2853 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2855         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
2856         and NAME.
2857         (vc-retrieve-snapshot): Split into two parts.
2858         (vc-default-retrieve-snapshot): New function.
2860         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
2861         (vc-cvs-retrieve-snapshot): New function (untested).
2862         (vc-cvs-stay-local): Default to t.
2863         (vc-cvs-remote-p): New function and property.
2864         (vc-cvs-state): Stay local only if the above is t.
2865         (vc-handle-cvs): Removed.
2866         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
2867         done via vc-handled-backends now.
2868         (vc-cvs-header): Escape Id.
2870 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2872         * vc.el (vc-do-command): Remove unused commands.
2873         (vc-version-diff): Make sure default-directory ends with a slash.
2874         Move the window commands into a vc-exec-after.
2875         (vc-print-log): Move more of the code into the `vc-exec-after'.
2877 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2879         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
2880         (vc-print-log): Search current revision from beginning of buffer.
2881         (vc-revert-buffer): Clear echo area after the diff is finished.
2882         (vc-prefix-map): Removed definition of "t" for terse display in vc
2883         dired.
2884         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
2885         definition of "vt" for terse display.
2886         (vc-dired-mode): Fix dired-move-to-filename-regexp.
2888 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2890         * vc.el (vc-exec-after): Avoid caddr.
2892 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2894         * vc.el (vc-exec-after): New function.
2895         (vc-do-command): Use it to add a termination message for async
2896         procs.
2897         (vc-checkout): Try to handle a missing-backend situation.
2898         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
2899         of a directory with a backend using async diffs.
2900         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
2901         present.
2903         * vc-sccs.el (vc-sccs-state-heuristic): Use
2904         file-ownership-preserved-p.
2906         * vc-rcs.el (vc-rcs-state-heuristic): Use
2907         file-ownership-preserved-p.
2908         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
2910 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2912         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
2913         vc-do-command.
2915         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
2916         when there are no changes.
2918 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2920         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
2922         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
2924 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2926         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
2928         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
2929         the `fset' outside of the defvar so that it works even if
2930         vc-prefix-map was already defined.
2931         (vc-setup-buffer): New function, split out of vc-do-command.
2932         (vc-do-command): Allow BUFFER to be t to mean `just use the
2933         current buffer without any fuss'.
2934         (vc-version-diff): Change the `diff' backend operation to just put
2935         the diff in the current buffer without erasing it.  Always use
2936         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
2937         shrink-window-if-larger-than-buffer.
2938         (vc-print-log): Change the `print-log' backend operation to just
2939         put the log in the current buffer without erasing it.  Protect
2940         shrink-window-if-larger-than-buffer.
2941         (vc-update-change-log): Fix setd typo.
2943         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
2944         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
2946         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
2947         (vc-rcs-diff): Insert in the current buffer and remove unused arg
2948         CMP.
2950         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
2951         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
2952         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
2954 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2956         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2957         not possible, use vc-BACKEND-workfile-unchanged-p.
2958         (vc-default-workfile-unchanged-p): New function.  Delegates to a
2959         full vc-BACKEND-diff.
2961         * vc-hooks.el (vc-simple-command): Removed.
2963         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2964         instead of vc-simple-command.
2965         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2966         avoid doing a diff when opening a file.
2967         (vc-rcs-state): Added check for unlocked-changes.
2968         (vc-rcs-header): Escape Id.
2969         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2970         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2971         version.
2973         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2974         (vc-sccs-diff): Remove optional arg CMP.
2975         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2976         SCCS-specific function.
2978         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2979         vc-simple-command.
2981 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2983         * vc.el (vc-editable-p): Renamed from vc-writable-p.
2984         (with-vc-file, vc-merge): Use vc-editable-p.
2985         (vc-do-command): Remove unused var vc-file and fix the
2986         doubly-defined `status' var.  Add a user message when starting an
2987         async command.
2988         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
2989         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
2990         Use with-current-buffer.
2991         (vc-buffer-sync): Use unless.
2992         (vc-next-action-on-file): If the file is 'edited by read-only,
2993         make it read-write instead of trying to commit.
2994         (vc-version-diff, vc-update-change-log): Use `setq
2995         default-directory' rather than `cd'.
2996         (vc-log-edit): Don't forget to set default-directory in the
2997         buffer.
2999         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3000         (vc-sccs-state-heuristic): Use file-writable-p instead of
3001         comparing userids.
3002         (vc-sccs-checkout): Use `unless'.
3004         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3005         of comparing userids.
3006         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3007         Simplify the logic by eliminating unreachable code.
3008         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3009         just do a recursive call if we need to retry.
3010         (vc-rcs-checkout): Handle the case where rcs is missing by making
3011         the buffer read-write if requested and re-signalling the error.
3013         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3015 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3017         * vc-hooks.el (vc-handled-backends): Docstring change.
3018         (vc-ignore-vc-files): Mark obsolete.
3019         (vc-registered): Check vc-ignore-vc-files.
3020         (vc-find-file-hook, vc-file-not-found-hook): Don't check
3021         vc-ignore-vc-files.
3023         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3025 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3027         * vc.el (vc-checkout): Don't do anything special for ange-ftp
3028         files since ange-ftp already has vc-registered return nil.
3030         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3031         (vc-sccs-workfile-version): Use with-temp-buffer and new
3032         vc-parse-buffer and don't bother setting the property.
3033         (vc-sccs-add-triple): Use with-current-buffer and
3034         find-file-noselect.
3035         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3037         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
3038         derives from the old vc-parse-buffer but uses the revision number
3039         rather than the date (much easier to compare robustly).
3040         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
3041         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
3042         locking-user more directly.  Check strict locking and set
3043         checkout-model appropriately.
3044         (vc-rcs-parse-locks): Remove.
3045         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3046         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3047         (vc-rcs-system-release): Use with-current-buffer and
3048         vc-parse-buffer.
3049         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3051         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3052         (vc-simple-command): Docstring fix.
3053         (vc-registered): Align the way the file-handler is called with the
3054         way the function itself works.
3055         (vc-file-owner): Remove.
3057         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
3058         extraction of fields and call to file-attributes because of a
3059         temporary bug in rcp.el.
3060         (vc-cvs-fetch-status): Use with-current-buffer.
3062 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3064         * vc.el (vc-do-command): Use file-relative-name.
3065         (vc-responsible-backend): Use vc-backend if possible.
3066         (vc-create-snapshot): Improve the `interactive' spec. Add support
3067         for branches and dispatch to backend-specific `create-snapshot'.
3068         (vc-default-create-snapshot): New function, containing the bulk of
3069         the old vc-create-snapshot.
3070         (vc-retrieve-snapshot): Improve the interactive spec.
3072         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3073         (vc-backend-hook-functions): Remove.
3074         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3075         (vc-backend): Reintroduce the test for `file = nil' now that I
3076         know why it was there (and added a comment to better remember).
3078         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3079         code from vc-sccs-hooks.el.
3080         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
3081         'vc anymore.
3082         (vc-sccs-responsible-p): Use expand-file-name instead of concat
3083         and file-directory-p instead of file-exists-p.
3084         (vc-sccs-check-headers): Simplify the regexp.
3086         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3087         from vc-rcs-hooks.el.  Don't require 'vc anymore.
3088         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3089         file-directory-p instead of file-exists-p.
3091         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3092         from vc-cvs-hooks.el.
3093         (proto vc-cvs-registered): Require 'vc-cvs instead of
3094         'vc-cvs-hooks.  Don't require 'vc anymore.
3095         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3096         file-directory-p instead of file-exists-p.
3097         (vc-cvs-create-snapshot): New function, replacing
3098         vc-cvs-assign-name.
3099         (vc-cvs-assign-name): Remove.
3101 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3103         * vc-cvs.el (vc-cvs-header): New var.
3105         * vc-rcs.el (vc-rcs-exists): Remove.
3106         (vc-rcs-header): New var.
3108         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3109         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3110         (vc-sccs-header): New var.
3112         * vc.el (vc-do-command): Get rid of the `last' argument.
3113         (vc-header-alist): Remove, replaced by vc-X-header.
3114         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3115         (vc-dired-hook): Use expand-file-name instead of concat.
3116         (vc-directory): Use file-name-as-directory.
3117         (vc-snapshot-precondition, vc-create-snapshot)
3118         (vc-retrieve-snapshot): Allow the command to operate on any
3119         directory.
3121         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3122         just removing the 'WORKFILE argument or by removing the 'MASTER
3123         argument and replacing `file' with (vc-name file).
3125 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3127         * vc.el: Update Copyright and add a crude list of backend funs.
3128         (vc-writable-p): New function.
3129         (with-vc-file): Use vc-writable-p.
3130         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
3131         (vc-register): Avoid vc-name.
3132         (vc-locking-user): Remove.
3133         (vc-steal-lock): Make the `owner' arg non-optional.
3134         (vc-merge): Use vc-writable-p instead of vc-locking-user and
3135         vc-checkout-model.
3136         (vc-default-dired-state-info): Use vc-state instead of
3137         vc-locking-user and return special strings for special states.
3138         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3139         and get rid of one of the special CVS cases.
3140         (vc-cancel-version): prettify error message with \\[...].
3141         (vc-rename-master): New function.
3142         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3143         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
3144         the CVS special case generic.
3145         (vc-default-record-rename): Remove.
3146         (vc-file-tree-walk-internal): Only call FUNC for files that are
3147         under control of some VC backend and replace `concat' with
3148         expand-file-name.
3149         (vc-file-tree-walk): Update docstring.
3150         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3151         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3153         * vc-sccs.el (vc-sccs-rename-file): Renamed from
3154         vc-sccs-record-rename.  Use `find-file-noselect' rather than
3155         `find-file' and call `vc-rename-master' to do the actual move.
3156         (vc-sccs-diff): Remove unused `backend' variable.
3158         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3159         to delay loading of vc-sccs until it is really used.
3160         (vc-sccs-master-templates): Preload.
3161         (vc-sccs-state): Update call to vc-sccs-parse-locks.
3162         (vc-sccs-project-dir): Remove (merged into
3163         vc-sccs-search-project-dir).
3164         (vc-sccs-search-project-dir): Rewrite using file name handling ops
3165         rather than `concat', make sure it is preloaded and don't bother
3166         to check that the file actually exists.
3167         (vc-sccs-parse-locks): Remove unused `file' argument, remove
3168         `locks' argument (use buffer's content instead) and eliminate n^2
3169         behavior.
3171         * vc-rcs.el: Update Copyright.
3172         (vc-rcs-rename-file): New function.
3173         (vc-rcs-diff): Remove unused `backend' variable.
3175         * vc-hooks.el: Update Copyright.
3176         (vc-backend): Don't accept a nil argument any more.
3177         (vc-up-to-date-p): Turn into a defsubst.
3178         (vc-possible-master): New function.
3179         (vc-check-master-templates): Use `vc-possible-master' and allow
3180         funs in vc-X-master-templates to return a non-existent file.
3182         * vc-cvs.el: Update Copyright.
3183         (vc-cvs-diff): Remove unused `backend' variable.
3184         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
3186         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3188 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3190         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3191         since it can be called from vc-rcs.el.
3192         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3194 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3196         * vc.el (vc-version-diff): Expand file name read from the
3197         minibuffer.  Handle the case when a previous version number can't
3198         be guessed.  Give suitable messages when there were no differences
3199         found.
3200         (vc-clear-headers): Call backend-specific implementation, if one
3201         exists.
3202         (vc-cancel-version): Made error checks generic.  When done, clear
3203         headers generically, too.
3205         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3206         from vc-clear-headers in vc.el.
3208         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3209         correctly.
3210         (vc-rcs-latest-on-branch-p): Made second argument VERSION
3211         optional.  Handle the case when it's not there.
3213 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3215         * vc.el (vc-locking-user): Moved from vc-hooks.el.
3217 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3219         * vc-hooks.el (vc-loadup): Remove.
3220         (vc-find-backend-function): Use `require'.  Also, handle the case
3221         where vc-BACKEND-hooks.el doesn't exist.
3222         (vc-call-backend): Cleanup.
3224 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3226         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3227         vc-rcs-grab-templates)
3228         (vc-rcs-registered): Remove.  The default function works as well.
3229         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3230         vc-sccs-grab-templates)
3231         (vc-sccs-registered): Remove.  The default function works as well.
3233         * vc.el (vc-version-diff): Left out a vc- in call to
3234         vc-call-backend.
3235         (vc-default-dired-state-info, vc-default-record-rename)
3236         (vc-default-merge-news): Update for the new backend argument.
3238         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3239         using the default function.
3240         (vc-call-backend): If calling the default function, pass it the
3241         backend as first argument.  Update the docstring accordingly.
3242         (vc-default-state-heuristic, vc-default-mode-line-string): Update
3243         for the new backend argument.
3244         (vc-make-backend-sym): Renamed from vc-make-backend-function.
3245         (vc-find-backend-function): Use the new name.
3246         (vc-default-registered): New function.
3248 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3250         * vc.el (vc-merge): Use vc-find-backend-function.
3252         * vc-hooks.el (vc-backend-functions): Remove.
3253         (vc-loadup): Don't setup 'vc-functions.
3254         (vc-find-backend-function): New function.
3255         (vc-call-backend): Use above fun and populate 'vc-functions
3256         lazily.
3257         (vc-backend-defines): Remove.
3259 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3261         * vc.el (vc-register): Put a FIXME note for a newly found bug.
3262         Call vc-call-backend without the leading vc-.
3263         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3264         (vc-check-headers): Call vc-call-backend without the leading vc-.
3265         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
3266         (vc-annotate-display): Replace confusing use of `cond' with `or'.
3267         Call vc-call-backend without the leading vc-.
3269         * vc-cvs.el (tail): Provide vc-cvs.
3270         * vc-sccs.el (tail): Provide vc-sccs.
3271         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3273         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3274         (vc-make-backend-function, vc-call): Pass names without leading
3275         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
3276         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3277         (vc-call-backend): Always try to load vc-X-hooks.
3278         (vc-registered): Remove vc- in call to vc-call-backend.
3280 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3282         * vc.el (vc-process-filter): New function.
3283         (vc-do-command): Setup `vc-process-filter' for the async process.
3284         (vc-maybe-resolve-conflicts): New function to reduce
3285         code-duplication.  Additionally, it puts the buffer in
3286         `smerge-mode' if applicable.
3287         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3288         calling `merge-news'.
3289         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
3290         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
3291         interfacing to log-edit.el.
3292         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
3293         log-edit is available.
3294         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
3296 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3298         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
3299         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
3300         defvar and the initialization.
3301         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
3303         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
3304         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
3306         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
3308 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3310         * vc.el (vc-file-clear-masterprops): Removed.
3311         (vc-checkin, vc-revert-buffer): Removed calls to the above.
3312         (vc-version-diff): Use buffer-size without argument.
3313         (vc-register): Heed vc-initial-comment.
3315         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
3316         default branch.
3318         * vc-rcs.el (vc-rcs-register): Parse command output to find master
3319         file name and workfile version.
3320         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
3322         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
3323         vc-file-clear-masterprops.
3325         * vc-sccs.el (vc-sccs-checkout): Removed call to
3326         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
3327         rather than user login name.
3330 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3332         * vc.el (vc-workfile-unchanged-p): Remove unused argument
3333         `want-differences-if-changed' and simplify.
3334         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
3335         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
3336         output (which is invalid for async vc-diff) to decide whether to
3337         do the revert silently or not.
3339 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3341         * vc-hooks.el (vc-loadup): Load files quietly.
3342         (vc-call-backend): Oops, brain fart.
3344 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3346         * vc-cvs.el (vc-cvs-state): Typo.
3347         (vc-cvs-merge-news): Return the status code rather than the error msg.
3349 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3351         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3352         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3353         vc-state or vc-up-to-date-p.
3354         (vc-merge): Use vc-backend-defines to check whether merging is
3355         possible.  Set state to 'edited after successful merge.
3357         * vc-hooks.el (vc-locking-user): If locked by the calling user,
3358         return that name.  Redocumented.
3360 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3362         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
3363         new `vc-state' semantics.
3364         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
3365         'vc-locking-user to the current user.
3366         (vc-merge): Inline vc-backend-merge.  Comment out code that I
3367         don't understand and hence can't adapt to the new `vc-state' and
3368         `vc-locking-user' semantics.
3369         (vc-backend-merge): Remove.
3371         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3372         rather than 'vc-locking-user.
3374         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3376         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3377         (vc-state): Don't use 'reserved any more.  Just use the same
3378         convention as the one used for vc-<backend>-state where the
3379         locking user (as a string) is returned.
3380         (vc-locking-user): Update, based on the above convention. The
3381         'vc-locking-user property has disappeared.
3382         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
3384         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3385         with a heuristic one.
3386         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3387         (vc-cvs-checkin): Do a trivial parse to set the state in case of
3388         error.  That allows us to get to 'needs-merge even in the
3389         stay-local case.  There's still no way to detect 'needs-patch in
3390         such a setup (or to force an update for that matter).
3391         (vc-cvs-logentry-check): Remove, the default works as well.
3393 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3395         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
3397         * vc.el (vc-do-command): kill-all-local-variables, to reset any
3398         major-mode in which the buffer might have been put earlier.  Use
3399         `remove' and `when'.  Allow `okstatus' to be `async' and use
3400         `start-process' in this case.
3401         (vc-version-diff): Handle the case where the diff looks empty
3402         because of the use of an async process.
3404 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3406         * vc.el (vc-next-action-on-file): Removed optional parameter
3407         `simple'.  Recompute state unconditionally.
3408         (vc-default-toggle-read-only): Removed.
3410         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3411         (vc-toggle-read-only): Undid prev change.
3413         * vc-cvs.el (vc-cvs-stay-local): Renamed from
3414         vc-cvs-simple-toggle.  Redocumented.
3415         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3416         (vc-cvs-toggle-read-only): Removed.
3418 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3420         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
3421         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3422         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3423         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
3424         still is. So maybe it should be removed.
3425         (vc-head-version, vc-find-binary): Remove.
3426         (vc-recompute-state): Move from vc-hooks.el.
3427         (vc-next-action-on-file): Add a `simple' argument to allow
3428         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
3429         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3430         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
3431         (vc-dired-mode-map): Properly defvar it.
3432         (vc-print-log): Call log-view-mode if available.
3433         (small-temporary-file-directory): defvar instead of use boundp.
3434         (vc-merge-news): Moved to vc-cvs.el.
3435         (vc-default-merge-news): New function.
3437         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
3438         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
3439         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
3440         unknown `vc-latest-version' function.  It should probably refer to
3441         vc-workfile-version or somesuch, but it's very unclear to me and I
3442         don't have SCCS to test things.
3444         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
3445         (vc-sccs-state-heuristic): Fix typo.
3446         (vc-sccs-workfile-unchanged-p): Add missing argument.
3448         * vc-rcs.el: Require vc and vc-rcs-hooks.
3449         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
3450         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
3451         (vc-release-greater-or-equal-p): Move from vc.
3452         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
3453         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
3454         (vc-rcs-checkout): Add a missing `new-version' argument in the
3455         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
3457         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
3458         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
3459         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
3460         than the apparently unbound `workfile-version'.
3462         * vc-hooks.el (vc-master-templates): Def the obsolete var.
3463         (vc-file-prop-obarray): Use `make-vector'.
3464         (vc-backend-functions): Add new hookable functions
3465         vc-toggle-read-only, vc-record-rename and vc-merge-news.
3466         (vc-loadup): If neither backend nor default functions exist, use
3467         the backend function rather than nil.
3468         (vc-call-backend): If the function if not bound yet, try to load
3469         the non-hook file to see if it provides it.
3470         (vc-call): New macro plus use it wherever possible.
3471         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
3472         nor `vc-find-binary' since it's only called from
3473         vc-mistrust-permission which is only used once the backend is known.
3474         (vc-checkout-model): Fix parenthesis.
3475         (vc-recompute-state, vc-prefix-map): Move to vc.el.
3477         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
3478         (vc-cvs-release, vc-cvs-system-release): Remove.
3479         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
3480         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
3481         status symbols.
3482         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
3483         (vc-cvs-toggle-read-only): First cut at a function to allow a
3484         cvs-status-free vc-toggle-read-only.
3485         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
3486         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
3487         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
3488         (vc-cvs-checkout): Modify access rights directly if the user
3489         requested not to use `cvs edit'.  And refresh the mode line.
3491         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
3492         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
3494 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3496         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
3497         workfile' that got lost when the code was extracted from vc.el.
3498         And merged the tail with the rest of the code (not possible in the
3499         old vc.el where the tail was shared among all backends).  And
3500         explicitly set the state to 'edited if `writable' is set.
3502         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
3503         (vc-cvs-state): Be careful to return the value from
3504         vc-cvs-parse-state.
3505         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
3506         property but return it instead.  Also be careful to handle a nil
3507         or "" `rev' when workfile is non-nil (it was handled properly when
3508         workfile was nil).
3510         * vc.el: Removed those pesky unnecessary `(function' quotes.
3511         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
3512         directly in the defvar.
3513         (vc-do-command): Bind inhibit-read-only so as to properly handle
3514         the case where the destination buffer has been made read-only.
3515         (vc-diff): Delegate to vc-version-diff in all cases.
3516         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
3517         (vc-annotate-mode-variables): Removed (code moved partly to
3518         defvars and partly to vc-annotate-add-menu).
3519         (vc-annotate-mode): Turned into a derived-mode.
3520         (vc-annotate-add-menu): Moved in code in
3521         vc-annotate-mode-variables.
3522         (vc-update-change-log): Use make-temp-file if available.
3524 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
3526         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3527         `vc-checkout-model' updated to `vc-cvs-update-model'.
3529 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3531         * vc.el (vc-next-action-on-file): Added handling of state
3532         `unlocked-changes'.
3533         (vc-checkout-carefully): Is now practically obsolete, unless the
3534         above is too slow to be enabled unconditionally.
3535         (vc-update-change-log): Fixed typo.
3537         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3539         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3540         Now handles state `unlocked-changes'.
3541         (vc-sccs-workfile-unchanged-p): New function, to support the above.
3543         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3545         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3546         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
3547         `unlocked-changes'.
3548         (vc-rcs-workfile-unchanged-p): Renamed from
3549         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
3550         function yet, but supposed to become one soon.
3552         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3553         `vc-steal-lock'.
3554         (vc-call-backend): Changed error message.
3555         (vc-state): Added description of state `unlocked-changes'.
3557 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3559         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3560         always return t in CVS-controlled directories.
3562         * vc.el (vc-responsible-backend): New function.
3563         (vc-register): Largely rewritten.
3564         (vc-admin): Removed (implementation moved into vc-register).
3565         (vc-checkin): Redocumented.
3566         (vc-finish-logentry): If no backend defined yet (because we are in
3567         the process of registering), use the responsible backend.
3569         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3570         Updated function lists.
3571         (vc-call-backend): Fixed typo.
3573         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3574         New functions.
3575         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3576         Removed query option.  Redocumented.
3578 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3580         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3582         * vc.el: Updated callers of `vc-checkout-required' to use
3583         `vc-checkout-model'.
3585 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3587         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
3588         stuff updated to reference this function instead of the old
3589         `vc-backend-release-p'.
3591 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3593         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3594         vc-checkout-model.  Return appropriate values.  Updated callers.
3596 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3598         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
3599         (vc-backend-revert): Function moved into `vc-revert';
3600         `vc-next-action' must be updated to accomodate this change.
3601         (vc-backend-steal): Function moved into `vc-finish-steal'.
3602         (vc-backend-logentry-check): Function moved into
3603         `vc-finish-logentry'.
3604         (vc-backend-printlog): Function moved into `vc-print-log'.
3605         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3606         (vc-backend-assign-name): Function moved into
3607         `vc-create-snapshot'.
3609 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3611         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
3612         Rename to vc-checkout-model.  Return appropriate values.
3613         Update callers.
3615         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
3616         to vc-checkout-model.
3617         (vc-checkout-required): Rename to vc-checkout-model.
3618         Re-implement and re-comment.
3619         (vc-after-save): Use vc-checkout-model.
3621 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3623         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
3624         Update to use the vc-BACKEND-diff functions instead.
3625         `vc-diff' is now working.
3627         * vc-rcs.el (vc-rcs-logentry-check): New function.
3629         * vc-cvs.el (vc-cvs-logentry-check): New function.
3631         * vc-sccs.el (vc-sccs-diff): Function changed name from
3632         `vc-backend-diff'.  This makes `vc-diff' work.
3634         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
3635         of functions possibly implemented in a vc-BACKEND library.
3636         (vc-checkout-required): Fix bug that caused an error to be
3637         signaled during `vc-after-save'.
3639         * vc.el: Fix typo.
3640         This checkin is made with our new VC code base for the very first time.
3641         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
3643         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
3644         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
3646         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
3647         updated to `vc-uses-locking'.
3648         (vc-checkout-required): Call to backend function.
3649         `vc-checkout-required' updated to `vc-uses-locking' instead.
3651         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
3652         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
3654         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
3655         to match the split into various backends.
3656         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
3657         (vc-retrieve-snapshot): Bug fix.
3659 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3661         * vc-sccs.el (vc-sccs-release): Doc fix.
3663 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3665         * vc.el (vc-next-action-on-file): Bug found and fixed.
3666         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
3667         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
3669         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
3670         (vc-rcs-checkout): Name space cleaned up.  No more revision number
3671         crunching function names that are not prefixed with vc-rcs.
3672         (vc-rcs-checkout-model): Function added.  References to
3673         `vc-checkout-model' replaced.
3675 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3677         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
3678         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
3679         still need to be split, and implemented for RCS).
3681 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3683         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
3685         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
3686         required by the vc.el file.
3688         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
3689         required by the vc.el file.
3690         (vc-rcs-exists): Function added.
3692         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
3693         required by the vc.el file.
3695         * vc.el (vc-admin): Updated to handle selection of appropriate
3696         backend.  Current implementation is crufty and need re-thinking.
3698         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
3700 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3702         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
3703         beginning of annotate buffers correctly.
3705         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
3706         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
3707         functionality updated quite a lot to support multiple backends.
3708         Variables `vc-annotate-mode', `vc-annotate-buffers',
3709         `vc-annotate-backend' added.
3711         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
3712         `vc-annotate-difference' added to supported backend functions.
3714 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3716         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
3717         Use with-temp-file instead of /bin/sh.  Merged from mainline
3719 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3721         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
3723         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
3725         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
3727 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3729         * vc-hooks.el: vc-state-heuristic added to
3730         vc-backend-hook-functions.
3732         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
3734         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
3736         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
3737         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
3738         state to `reserved'.
3740         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
3741         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
3743 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3745         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
3746         untouched.
3748         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
3750         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
3751         if defined.  (Merged from main line, slightly adapted.)
3753         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
3754         millenium problem (merged from mainline).
3756 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3758         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
3759         part and moved the non-BACKEND stuff to vc.el.
3761         * vc.el: Split the annotate feature into a BACKEND specific part
3762         and moved it from the vc-cvs.el file to this one.
3764 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3766         * vc-hooks.el: Implement new state model.
3767         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
3768         (vc-locking-user): Simplify.  Now only needed if the file is
3769         locked by somebody else.
3770         (vc-lock-from-permissions): Remove.  Functionality is in
3771         vc-sccs-hooks.el and vc-rcs-hooks.el now.
3772         (vc-mode-line-string): New name for former vc-status.  Adapted.
3773         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
3775         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
3776         Various simplifications and adaptations all over the place.
3778         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
3779         Simplify and adapt the rest.
3781         * vc.el (vc-resynch-window): Add TODO comment: check for
3782         interaction with view mode according to recent RCS change.
3783         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
3785 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3787         * vc.el: Convert the remaining function comments to docstrings.
3789 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3791         * vc.el (vc-backend-release, vc-release-greater-or-equal)
3792         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
3793         (vc-minor-part, vc-previous-version): Functions that operate and
3794         compare revision numbers got proper documentation.  Comments added
3795         about their possible removal.
3797 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3799         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
3800         the vc-backend.el files.
3802         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
3804         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
3805         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
3806         (vc-rcs-previous-version): Functions added.
3808         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
3810         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
3812 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3814         * vc-hooks.el (vc-master-templates): Is really obsolete.
3815         Comment out the definition for now.  What is the right procedure
3816         to get rid of it?
3817         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
3818         rewritten.
3819         (vc-default-registered): Remove.
3820         (vc-check-master-templates): New function; does mostly what the
3821         above did before.
3822         (vc-locking-user): Don't rely on the backend to set the property.
3824         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
3825         Rewrite documentation.
3826         (vc-rcs-templates-grabbed): New variable.
3827         (vc-rcs-grab-templates): New function.
3828         (vc-rcs-registered): Rewrite to use above mechanism.
3830         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
3831         Rewrite documentation.
3832         (vc-sccs-templates-grabbed): New variable.
3833         (vc-sccs-grab-templates): New function.
3834         (vc-sccs-registered): Rewrite to use above mechanism.
3835         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
3836         Don't throw the result, simply return it.
3838         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
3839         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
3840         (vc-cvs-registered): Does the check itself now.  Simplify.
3842         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
3843         from main line.
3845 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3847         * vc-cvs.el (vc-cvs-diff): New function.
3849         * vc-sccs.el (vc-sccs-diff): New function.
3851         * vc-rcs.el (vc-rcs-diff): New function.
3852         (vc-rcs-checkout): Bug (typo) found and fixed.
3853         (vc-rcs-register-switches): New variable.
3855         * vc.el (vc-backend-diff): Function removed and placed in the
3856         backend files.
3858 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3860         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
3862         * vc.el (vc-backend-checkout): Function removed and replaced in
3863         the vc-backend.el files.
3865         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
3867         * vc.el (vc-backend-admin): Removed and replaced in the
3868         vc-backend.el files.
3870         * vc.el (Martin): Removed all the annotate functionality since it
3871         is CVS backend specific.
3873 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3875         * spec.txt: Added specification of vc-state.
3877         * vc-sccs-hooks.el (vc-sccs-master-properties):
3878         Remove handling of vc-latest-version and
3879         vc-your-latest-version.  What used to be vc-latest-version, is now
3880         returned as vc-workfile-version.
3881         (vc-sccs-workfile-version): Adapt.
3883 2000-09-04  Dave Love  <fx@gnu.org>
3885         * vc.el: [Merged from mainline.]
3886         (vc-dired-mode): Make the dired-move-to-filename-regexp
3887         regexp match the date, to avoid treating date as file size.
3888         Add YYYY S option to WESTERN/
3890 2000-09-04  Dave Love  <fx@gnu.org>
3892         * vc.el: Require `compile' when compiling.
3893         (vc-logentry-check-hook): New option.
3894         (vc-steal-lock): Use compose-mail.
3895         (vc-dired-mode-map): Defvar when compiling.
3896         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
3897         vc-sccs.el and renamed.  Callers changed.
3898         (vc-backend-checkout, vc-backend-logentry-check)
3899         (vc-backend-merge-news): Doc fix.
3900         (vc-default-logentry-check): New function.
3901         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
3902         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
3903         (vc-backend-merge): Doc fix.  Use backend functions.
3904         (vc-check-headers): Use backend functions.
3906         * vc-cvs.el: Require vc when compiling.
3907         (vc-cvs-register-switches): Doc fix.
3908         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
3909         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
3910         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
3911         New functions (code from vc.el).
3912         (vc-annotate-display-default): Fix interactive spec.
3913         (vc-annotate-time-span): Doc fix.
3915         * vc-rcs.el: Require vc when compiling.
3916         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
3917         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
3918         (vc-rcs-checkin): New functions (code from vc.el).
3919         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
3920         Doc fix.
3921         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
3923         * vc-sccs.el: Require vc when compiling.
3924         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
3925         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
3926         (vc-sccs-revert)
3927         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
3928         from vc.el).
3929         (vc-sccs-add-triple, vc-sccs-record-rename)
3930         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
3931         (vc-sccs-admin): Doc fix.
3933 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3935         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
3936         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
3937         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
3938         from vc.el.
3940         * vc-sccs.el (vc-admin-sccs): Added from vc.el
3942         * vc-cvs.el: Moved the annotate functionality from vc.el.
3943         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
3945 2000-09-04  Dave Love  <fx@gnu.org>
3947         * vc.el (vc-backend-release): Call vc-system-release.
3949         * vc-sccs.el (vc-sccs-system-release):
3950         Renamed from vc-sccs-backend-release.
3952         * vc-rcs.el (vc-rcs-system-release):
3953         Renamed from vc-rcs-backend-release.
3955         * vc-cvs.el (vc-cvs-system-release):
3956         Renamed from vc-cvs-backend-release.
3958 2000-09-04  Dave Love  <fx@gnu.org>
3960         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3961         backend files.
3962         (vc-backend-release): Dispatch to backend functions.
3963         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
3964         probably needs attention.]
3966         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3967         (vc-sccs-backend-release): New function.
3969         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3970         (vc-cvs-backend-release): New function.
3972         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3973         Doc fix.
3974         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3975         (vc-default-dired-state-info): New function.
3976         (vc-dired-state-info): Dispatch to backends.
3977         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
3979         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3980         from vc.el and renamed.
3982 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3984         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
3985         (vc-version-other-window, vc-backend-assign-name): Removed
3986         references to vc-latest-version; sometimes changed into
3987         vc-workfile-version.
3989         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
3990         vc-rcs-master-workfile-version.
3991         (vc-rcs-workfile-version): Use the above.  Don't call
3992         vc-latest-version (that was unreachable code, anyway).
3993         (vc-rcs-fetch-master-properties): Doc fix.
3995         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
3996         (vc-backend-hook-functions): Removed them from this list, too.
3997         (vc-fetch-properties): Removed.
3998         (vc-workfile-version): Doc fix.
4000         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4001         (vc-rcs-workfile-version, vc-rcs-locking-user)
4002         (vc-rcs-uses-locking): Use it.
4004         * vc-hooks.el (vc-consult-rcs-headers):
4005         Moved into vc-rcs-hooks.el, under the name
4006         vc-rcs-consult-headers.
4008         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4009         headers.
4010         (vc-cvs-find-master): Use this name only; correct different
4011         versions of the name.
4013         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4014         New functions.
4015         (vc-sccs-locking-user): Use the latter.
4017         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4018         New functions.
4020         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4021         Moved into both
4022         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
4023         functions are implementation details of those two backends.
4025 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4027         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4028         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4030         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4031         (vc-sccs-parse-locks): SCCS-specific code moved here from
4032         vc-hooks.
4034         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4035         code moved here from vc-hooks.
4037         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4038         into back-end specific parts and removed.  Callers not updated
4039         yet; because I guess these callers will disappear into back-end
4040         specific files anyway.
4042 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4044         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4045         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4046         `vc-uses-locking'.
4048         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4049         Store yes/no in the property, and return t/nil.  Updated all
4050         callers.
4052         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4053         vc-sccs-uses-locking.  Don't set property.
4054         (vc-sccs-locking-user): Don't set property.
4056         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4057         vc-cvs-uses-locking.  Don't set property here; leave that to
4058         vc-hooks.
4059         (vc-cvs-locking-user): Reflect above change.  Streamlined.
4061         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4062         vc-rcs-uses-locking.
4063         (vc-rcs-locking-user): Reflect above change.
4065 2000-09-04  Dave Love  <fx@gnu.org>
4067         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4069         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4071         * vc-hooks.el (vc-checkout-model): Punt to backends.
4073         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4075         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4077         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4078         New functions.
4080         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4081         New functions.
4083         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4084         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4086         * vc-hooks.el (vc-default-locking-user): New function.
4087         (vc-locking-user, vc-workfile-version): Punt to backends.
4089 2000-09-04  Dave Love  <fx@gnu.org>
4091         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4092         (vc-master-workfile-version): Moved from vc-hooks.
4094         * vc-rcs-hooks.el: Fix duplicate code in last change.
4096         * vc-rcs-hooks.el: Require vc-hooks when compiling.
4097         (vc-rcs-master-templates): Improve :type.
4098         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4099         vc-master-workfile-version): Moved from vc-hooks.
4101         * vc-sccs-hooks.el: Require vc-hooks when compiling.
4102         (vc-sccs-master-templates): Improve :type.
4103         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4105         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4107         * vc-cvs-hooks.el: Require vc-hooks when compiling.
4108         (vc-cvs-master-templates): Improve :type.  Use
4109         vc-cvs-find-cvs-master.
4110         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4111         from vc-hooks.
4112         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4114         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4115         Moved to vc-cvs-hooks.
4117         * vc-hooks.el: Add doc strings in various places.  Simplify the
4118         minor mode setup.
4119         (vc-handled-backends): New user variable.
4120         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4121         simplification.
4123 2000-09-04  Dave Love  <fx@gnu.org>
4125         * vc.el: Some doc fixes for autoloaded and interactive functions.
4126         Fix compilation warnings from ediff stuff.
4127         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4129         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4131         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4133         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4135 2000-09-04  Dave Love  <fx@gnu.org>
4137         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4138         New variable.
4139         (vc-make-backend-function, vc-loadup, vc-call-backend)
4140         (vc-backend-defines): New functions.
4142         * vc-hooks.el: Various doc fixes.
4143         (vc-default-back-end, vc-follow-symlinks): Custom fix.
4144         (vc-match-substring): Function removed.  Callers changed to use
4145         match-string.
4146         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4147         Simplify.
4149 2000-09-04  Dave Love  <fx@gnu.org>
4151         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4152         type.
4153         (vc-sccs-project-dir, vc-search-sccs-project-dir)
4154         (vc-sccs-registered): Doc fix.
4156         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4157         (vc-cvs-registered): Doc fix.
4159         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4160         (vc-rcs-registered): Doc fix.
4162 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4164         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4166         * vc-hooks.el: vc-registered has been renamed
4167         vc-default-registered.  Some functions have been moved to the
4168         backend specific files.  they all support the
4169         vc-BACKEND-registered functions.
4171 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4173         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4175         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4177 2000-09-04  Dave Love  <fx@gnu.org>
4179         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4180         menu-bar-update-hook.
4182         * help.el (help-manyarg-func-alist): Add
4183         find-operation-coding-system.
4185         * wid-edit.el (widget-sexp-validate): Fix garbled code.
4187         * custom.el (custom-set-variables): Print message about errors in
4188         setting.
4190 2000-09-03  Andrew Innes  <andrewi@gnu.org>
4192         * makefile.w32-in: Change to DOS line endings.
4194 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4196         * mouse.el (mouse-popup-menubar): Supply the prompt string for
4197         minor-mode keymaps, if they don't have one.
4199 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4201         * eshell/esh-module.el (eval-when-compile): Don't lose if
4202         esh-module.el's file name is truncated to DOS 8+3 limits.
4204 2000-09-01  John Wiegley  <johnw@gnu.org>
4206         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4207         predicate, which caused entries in the completion list to be
4208         doubled.
4210 2000-08-30  John Wiegley  <johnw@gnu.org>
4212         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4213         sending to subprocesses.  Also, hook pre-command-hook if
4214         `eshell-send-direct-to-subprocesses' is non-nil.
4215         (eshell-send-direct-to-subprocesses): New config variable.  If t,
4216         subprocess input is send immediately.
4217         (eshell-toggle-direct-send): New function.
4218         (eshell-self-insert-command): New function.
4219         (eshell-intercept-commands): New function.
4220         (eshell-send-input): If direct subprocess sending is enabled,
4221         don't echo any input to the Eshell buffer.  Let the subprocess
4222         handle that.  This requires "stty echo" in bash, for example.
4224 2000-08-28  John Wiegley  <johnw@gnu.org>
4226         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4227         completion function for Eshell's implementation of `unset'.
4229 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4231         * info.el (Info-directory-list): Doc fix.
4233 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
4235         * filecache.el (file-cache-add-directory-using-find): Don't quote
4236         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4238 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
4240         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4241         coding systems.
4243 2000-08-30  Andrew Innes  <andrewi@gnu.org>
4245         * timer.el (run-with-idle-timer): Undo last change, so that timer
4246         is not activated immediately if Emacs is already idle.  Some
4247         existing code relies on this behaviour.
4249 2000-08-30  Miles Bader  <miles@gnu.org>
4251         * frame.el (set-frame-font): Do completion of font-name for
4252         interactive use.
4254 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
4256         * international/quail.el (quail-start-translation): Bind locally
4257         last-command-event, last-command, and this-command.
4258         (quail-start-conversion): Likewise.
4259         (quail-self-insert-command): Fix docstring.
4261 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
4263         * progmodes/executable.el
4264         (executable-make-buffer-file-executable-if-script-p): Check that
4265         buffer contains at least 2 characters.
4267 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
4269         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4271 2000-08-29  Dave Love  <fx@gnu.org>
4273         * diff-mode.el (diff-mode) <defgroup>: Add :version.
4274         (diff-mode-shared-map): Bind mouse-2.
4275         (diff-imenu-generic-expression): New variable.
4276         (diff-mode): Use it.
4278         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4279         (mouse-popup-menubar): Add minor mode menus.
4280         (popup-menu): Check for lookup-key returning number.
4282 2000-08-29  Miles Bader  <miles@gnu.org>
4284         * comint.el (comint-send-input): Create overlays using the proper
4285         front/read-advance arguments.
4287 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4289         * ps-print.el: Even/odd pages printing.  Doc fix.
4290         (ps-print-version): New version number (6.0).
4291         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
4292         (ps-background, ps-begin-file, ps-begin-job): Code fix.
4293         (ps-print-duplex-feature): Variable eliminated.
4294         (ps-even-or-odd-pages): New variable.
4296         * progmodes/ebnf2ps.el: Doc fix.
4297         (ebnf-version): New version (3.3).
4298         (ebnf-user-arrow): Change variable customization to sexp.
4299         (ebnf-user-arrow): Function eliminated.
4300         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
4302 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
4304         * help.el (help-xref-mule-regexp): New variable.
4305         (help-make-xrefs): Handle help-xref-mule-regexp.
4307         * international/mule-cmds.el (help-xref-mule-regexp-template): New
4308         variable.
4309         (describe-input-method): Temporarily activate the specfied input
4310         method to display the information.
4311         (describe-language-environment): Hyperlinks to mule related items.
4313         * international/mule-diag.el (charset-multibyte-form-string): New
4314         function.
4315         (list-character-sets-1): Use charset-multibyte-form-string.
4316         (describe-character-set): New function.
4317         (describe-coding-system): Hyperlinks to safe character sets.
4319         * international/quail.el (quail-help): New arg PACKAGE.
4320         Hyperlinks to mule related items.
4321         (quail-help-insert-keymap-description): Use
4322         substitute-command-keys instead of describe-bindings.
4323         (quail-translation-help): Hyperlinks to mule related items.
4325 2000-08-28  John Wiegley  <johnw@gnu.org>
4327         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
4328         have a defsubst call itself.  Made `eshell-flatten-list' back into
4329         a function again.
4331         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
4332         catch, in case re-centering point at bottom messes up the display.
4333         This happens frequently in Emacs 21, due I believe to variable
4334         line heights.
4336         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
4337         to call `find-tag-interactive'.
4339         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
4340         the list of remember directories.
4342 2000-08-28  John Wiegley  <johnw@gnu.org>
4344         * align.el: Test align-region-separate to see if it's a symbol.
4346 2000-08-28  John Wiegley  <johnw@gnu.org>
4348         * eshell/esh-util.el (eshell-flatten-list): Made this function
4349         into a defsubst form.  It gets used very frequently, although
4350         calls don't occur all that often.
4352         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4353         examining it.
4355         * eshell/esh-cmd.el (eshell-rewrite-while-command):
4356         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4357         `eshell-protect'.
4358         (eshell-copy-handles): Created a new macro for duplicating the
4359         current set of open handles.  This is needed by the looping
4360         functions.
4361         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
4362         is not incorrectly stomped on.
4364         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
4365         declaration for pcomplete-use-paring.
4366         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
4367         value of eshell-cmpl-use-paring.
4368         * pcomplete.el (pcomplete-use-paring): New config variable, to
4369         indicate whether paring should be used.
4370         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4371         completion alternatives that have already been used.
4373         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4374         bound to C-c C-y, which will repeat the previous N arguments
4375         (based on prefix argument).
4376         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4378         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4379         if there is no *Help* buffer.  This is for XEmacs, which renames
4380         its help buffers uniquely.  TODO: Find out what the current buffer
4381         name to delete is.
4383         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4384         first entry that correlates to a passwd/group number.  Later
4385         entries (used for group/user name aliasing to multiple IDs) are
4386         ignored.
4388         * eshell/em-xtra.el (eshell/expr):
4389         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4390         (eshell-grep, eshell/diff, eshell/locate):
4391         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4392         argument list, before passing it to the system command.
4394         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4395         `find-tag' for use at final position in Eshell buffers (which
4396         otherwise triggers an error on Emacs 21).
4397         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4398         buffer, if it is currently bound to `find-tag'.
4400         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4401         in the list of matched Makefile names.
4402         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4403         directory, prefer its contents to Makefile.
4405         * eshell/em-dirs.el (eshell/cd): cd commands that look up
4406         directory parts (like "cd old new", or "cd =regexp"), are now case
4407         sensitive on non-Windows/DOS platforms.
4409         * eshell/esh-mode.el (eshell-parse-command-input): When a user
4410         types RET after an open delimiter (like "), display a message
4411         indicating that Eshell is waiting for the closing delimiter.
4413         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4414         environment variables.
4416         * eshell/em-unix.el (eshell/diff): Added logic to fail more
4417         gracefully if the user enters incorrect arguments.
4419         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4420         Eshell buffers.
4422         * eshell/esh-var.el (eshell-interpolate-variable):
4423         * eshell/esh-mode.el (eshell-move-argument):
4424         * eshell/em-unix.el (eshell-du-sum-directory):
4425         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4426         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
4427         (not (= ...)).
4429         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4430         to ensure the `preserve' flag gets propagated when doing recursive
4431         directory copies.
4433 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
4435         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
4436         Don't convert \n into \0177 in memory.
4437         (eshell-read-history, eshell-write-history): Convert \n to \0177,
4438         and back again, when reading and writing.
4440 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
4442         * eshell/esh-util.el (eshell-processp): Added to relieve constant
4443         testing of `fboundp' on `processp'.
4445         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
4446         (eshell/jobs): Don't call process-list if it is not bound.
4447         (eshell-gather-process-output): Support systems where async
4448         subprocesses aren't supported.
4449         (eshell-scratch-buffer, eshell-last-sync-output-start): New
4450         variables.
4452         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
4453         eshell-do-eval returns t.
4454         (eshell-do-pipelines-synchronously): New defmacro.
4455         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
4456         when async subprocesses aren't supported.
4457         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
4458         if async subprocesses aren't supported.
4459         (eshell-resume-command): Don't assume STATUS is a string.
4461         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
4463         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
4464         (eshell-close-target, eshell-get-target): Use eshell-processp.
4465         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
4466         fix.
4467         (eshell-get-target, eshell-create-handles): Doc fix.
4469 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
4471         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
4472         criterion to include commands that output something, as long as it
4473         leaves both the command and the end-of-buffer visible when the
4474         command has exited.
4475         (eshell-review-quick-commands): Adjust the help doc string
4476         accordingly.
4478 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
4480         * locate.el (locate): Cleaned up locate command's interactive prompting
4481         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
4483         * filecache.el (file-cache-case-fold-search): New variable
4484         (file-cache-assoc-function): New variable
4485         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
4486         Use file-cache-case-fold-search variable
4487         (file-cache-add-file): Use file-cache-assoc-function
4488         (file-cache-delete-file): likewise
4489         (file-cache-directory-name): likewise
4490         (file-cache-debug-read-from-minibuffer): likewise
4492 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
4494         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
4495         (abbrev-table-name): New function.
4496         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
4497         If non-nil list local abbrev, only.
4499 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
4501         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
4502         from Gnus support code, and use special article copy buffer
4503         `(gnus-original-article-buffer)' instead.  This allows to get rid
4504         of article-hide-headers usage (which breaks in the latest Gnus
4505         version).  Thanks to Detlev Zundel.
4507 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
4509         * international/quail.el (quail-use-package): Hide "... loaded"
4510         message.
4511         (quail-start-translation, quail-start-conversion): Likewise.
4513         * international/kkc.el (kkc-region): Hide "... loaded" message.
4515 2000-08-27  Dave Love  <fx@gnu.org>
4517         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4519 2000-08-27  Miles Bader  <miles@gnu.org>
4521         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4523 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
4525         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4526         'ja-dic-cnv), not (require 'skkdic-cnv).
4528 2000-08-26  Miles Bader  <miles@gnu.org>
4530         * faces.el (face-x-resources): Add entry for :inherit.
4531         * cus-face.el (custom-face-attributes): Add support for :inherit
4532         attribute.  Add support for relative face heights.
4533         (custom-face-attributes-get): Treat `nil' as being a default value
4534         for :inherit (as well as `unspecified').
4536         * faces.el (set-face-attribute): Update doc string.
4537         (face-attribute-name-alist): Add :inherit.
4538         (face-valid-attribute-values): Handle :inherit.
4539         (face-read-string): Rephrase prompt to be less confusing.
4540         Assume that DEFAULT is a string, since we must return a string.
4541         (face-read-integer): Use `format' to turn DEFAULT into an
4542         acceptable default for face-read-string.  Match NEW-VALUE against
4543         the string "unspecified", not the symbol `unspecified', since
4544         that's what face-read-string returns.
4545         (read-face-attribute): Lookup a name for old-value in valid, and
4546         use it as a default if we find one.  Treat all values from
4547         face-read-string as strings.  If the default is used, don't do any
4548         more processing on the value, just use the old value directly.
4549         (read-face-and-attribute, modify-face): Tweak prompt.
4550         (read-face-name): Don't assume prompt ends with a space.
4552         * faces.el (describe-face): Add support for :inherit attribute.
4554 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
4556         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
4557         concat doesn't accept interger.
4559         * international/kkc.el: Remove SKK from Keywords.  Require
4560         ja-dic-utl instead of skkdic-utl.
4562         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4563         Provide ja-dic-cnv instead of skkdic-cnv.
4564         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
4565         (iso-2022-7bit-short): Add safe-charsets property.
4566         (skkdic-convert-postfix): Search Japanese chou-on character in
4567         addition to Hiragana character.
4568         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4569         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4570         (batch-skkdic-convert): Likewise.
4572         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4573         Provide ja-dic-utl instead of skkdic-utl.
4574         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4576 2000-08-24  Dave Love  <fx@gnu.org>
4578         * disp-table.el (standard-display-default): Make the test of `l'
4579         useful.
4581         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4582         mod sample text.
4584         * international/iso-ascii.el: Make pilcrow convenient string
4585         consistent with section.
4586         (iso-ascii-display): Set up multibyte characters as well as
4587         unibyte.
4589 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
4591         * international/mule-cmds.el (reset-language-environment): Set
4592         default-process-coding-system to '(undecided . iso-latin-1), which
4593         makes process I/O almost consistent with file I/O.   Call this
4594         function when mule-cmds.el[c] is loaded.
4596 2000-08-22  Andrew Innes  <andrewi@gnu.org>
4598         * makefile.w32-in: New file.
4600 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
4602         * comint.el (comint-output-filter): Compare end of
4603         comint-last-output-overlay with the start of the newly inserted
4604         text, not the end, when deciding whether to extend it.
4605         Set saved-point's insertion type to advance after insertion.
4607         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4608         since this is now done independently of font-lock mode.
4610 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
4612         * server.el (server-kill-new-buffers): New user option.
4613         (server-existing-buffer): New buffer-local variable.
4614         (server-visit-files): When using an existing buffer, set
4615         server-existing-buffer to t.
4616         (server-buffer-done): If server-kill-new-buffers is t, kill the
4617         buffer, unless it was already present before visiting it with
4618         Emacs server.
4620 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
4622         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
4623         even if the display doesn't support colors: some displays will
4624         support bold/underline faces.
4626 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
4628         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
4630         * startup.el (command-line): If user's init file had an error,
4631         add explanatory text to *Messages*.
4633 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
4635         * man.el (Man-getpage-in-background): Decode the process output by
4636         the system locale coding system.
4638 2000-08-20  Dave Love  <fx@gnu.org>
4640         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
4641         Don't test x-popup-menu.
4642         (function) <complete-function>: Complete only fbound symbols.
4643         <validate, value>: New.
4644         (variable) <complete-function>: Complete only bound symbols.
4645         (coding-system): Add :base-only, :complete-function, :validate,
4646         :value, :prompt-match.
4647         (widget-coding-system-prompt-value): Use read-coding-system and
4648         act on :base-only.
4649         (editable-field): Add :help-echo.
4650         (widget-push-button-gui, widget-push-button-cache)
4651         (widget-gui-action, widget-editable-list-gui): COmment out, along
4652         with uses.
4653         (widget-at): Make arg optional.
4654         (widget-echo-help): Adjust for current help-echo calling sequence.
4655         (widget-specify-field, widget-specify-button)
4656         (widget-specify-insert, widget-get-sibling, widget-image-find)
4657         (widget-convert, widget-insert, widget-leave-text)
4658         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
4659         (widget-setup, widget-field-find, widget-before-change)
4660         (widget-after-change, widget-default-complete)
4661         (widget-default-create, widget-default-delete)
4662         (widget-push-button-value-create, editable-field)
4663         (widget-field-prompt-value, widget-field-validate)
4664         (widget-choice-value-create, widget-choice-action)
4665         (widget-choice-validate, widget-checklist-add-item)
4666         (widget-radio-add-item, widget-radio-chosen)
4667         (widget-radio-value-inline, widget-editable-list-value-create)
4668         (widget-editable-list-entry-create)
4669         (widget-documentation-link-add)
4670         (widget-documentation-string-value-create)
4671         (widget-regexp-validate, widget-file-complete)
4672         (widget-sexp-validate, widget-plist-convert-widget)
4673         (widget-plist-convert-widget, widget-alist-convert-widget)
4674         (widget-alist-convert-widget, widget-color-complete): Simplify,
4675         particularly to avoid bindings which aren't optimized out.
4677         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4678         Doc fix.
4679         (down-list, backward-up-list, up-list, kill-sexp)
4680         (backward-kill-sexp, mark-sexp): Make arg optional.
4681         (lisp-complete-symbol): Add optional arg PREDICATE.
4683         * cus-start.el: Add display-buffer-reuse-frames,
4684         file-coding-system-alist.
4686 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
4688         * startup.el (command-line): Clear realized faces after
4689         modifying TTY color mappings.
4691 2000-08-20  Miles Bader  <miles@gnu.org>
4693         * faces.el (face-attr-match-p): Don't return true if ATTRS are
4694         merely a subset of FACE's attributes.
4696 2000-08-19  Miles Bader  <miles@gnu.org>
4698         * comint.el (comint-output-filter): Save the point with a marker,
4699         not just a buffer position.
4701         * international/mule.el (set-buffer-process-coding-system): Make
4702         interactive prompt less confusing.
4704 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
4706         * hilit-chg.el: General cleanup of doc strings, comments and
4707         code formatting.
4709 2000-08-19  Miles Bader  <miles@gnu.org>
4711         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4712         Compiler macro removed; beginning-of-line is no longer always
4713         equivalent to forward-line, in the presence of fields.
4715         * comint.el (comint-output-filter): Remove ad-hoc saving of
4716         restriction, and just use save-restriction, now that it works
4717         correctly.  Don't adjust comint-last-input-start to account for
4718         our insertion; it shouldn't have moved because we don't use
4719         insert-before-markers anymore.  Comment out call to
4720         `force-mode-line-update'; why is it here?
4722         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
4723         while checking for prompt to delete.  Use `forward-line 0'
4724         instead of beginning-of-line.
4725         (gud-filter): Temporarily widen gud comint buffer while
4726         examining output.
4728 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
4730         * progmodes/sh-script.el: Big bag of typos.
4732         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4733         check since ispell-process is not bound when ispell is not yet loaded.
4735 2000-08-18  Dave Love  <fx@gnu.org>
4737         * image.el (find-image): Copy `spec' before using plist-put.
4739 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
4741         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4742         `portugues'.
4744         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
4745         backward-kill-sexp, analogous to kill-sexp.
4747         * progmodes/icon.el (icon-indent-line)
4748         (icon-is-continuation-line): Handle comments specially.
4750 2000-08-17  Ken Stevens <k.stevens@ieee.org>
4752         * ispell.el: Set to standard author/maintainer/keyword fields.
4753         Fine tuning to menu map appearance and operation, and added help.
4754         Remove `start' and `end' error messages when compiling.
4755         (ispell-choices-win-default-height): Fixed comment string.
4756         (ispell-dictionary-alist-1): Fixed regexp in castellano and
4757         castellano8 dictionaries.
4758         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
4759         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
4760         dictionary, added italiano dictionary.
4761         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
4762         word character
4763         (ispell-tex-skip-alists): Added psfig support.
4764         (ispell-skip-html): Renamed from ispell-skip-sgml.
4765         (ispell-begin-skip-region-regexp, ispell-skip-region)
4766         (ispell-minor-check): Improved html skipping support to skip across
4767         code, and recognize `&' commands without propper `;' syntax;
4768         (ispell-process-line): Fix alignment error when manually
4769         correcting spelling.
4770         (ispell): Fix comment string.
4771         (ispell-add-per-file-word-list): Always put word list on new line.
4773 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
4775         * format.el (format-encode-run-method): Fix error message to say
4776         `encode' instead of `decode'.  Use save-window-excursion around
4777         shell-command-on-region as in format-decode-run-method because
4778         shell-command-on-region can display a buffer with error output.
4779         (format-decode): Don't record undo information for the decoding.
4780         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
4781         that number part of the temporary buffer name so that more than
4782         one decoding using a temporary buffer can happen safely.
4784         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
4785         of `A-z' in the regexp.
4787         * hilit-chg.el: Fix typos in commentary.
4789         * help.el (view-emacs-news): Rewritten for new naming scheme
4790         for old NEWS files.
4792         * startup.el (command-line): Pop to *Messages* in case an error
4793         is signaled while loading user-init-file.
4795 2000-08-17  Andreas Schwab  <schwab@suse.de>
4797         * files.el (insert-directory): Don't lose original file name,
4798         undoing an undocumented change.
4800 2000-08-17  Alex Schroeder  <alex@gnu.org>
4802         * sql.el (sql-magic-go): Use comint-bol.
4803         (sql-copy-column): Use comint-line-beginning-position.
4804         (comint-line-beginning-position): Define a replacement for
4805         comint-line-beginning-position if it is not fboundp.
4807 2000-08-17  Alex Schroeder  <alex@gnu.org>
4809         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
4810         it didn't have any effect anyway.
4812 2000-08-17  Alex Schroeder  <alex@gnu.org>
4814         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
4815         --pset and pager=off instead of sending \\o|cat at the beginning
4816         of the session.
4818 2000-08-17  Miles Bader  <miles@gnu.org>
4820         * progmodes/octave-inf.el: Add compatibility definition of
4821         comint-line-beginning-position.
4823 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
4825         * startup.el (normal-top-level): Look in each dir in load-path for
4826         a leim-list.el file too.  This assures of loading leim-list.el
4827         that is created at Emacs installation time even if a user have his
4828         own leim-list.el.
4830 2000-08-17  Miles Bader  <miles@gnu.org>
4832         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
4833         foreground color to black if the background is dark.
4835 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
4837         * loadhist.el (unload-feature): Typo.
4839         * finder.el (finder-compile-keywords):
4840         * cus-dep.el (custom-make-dependencies): Add local-variable settings
4841         to the generated file.
4843         * mail/mh-e.el (mh-make-local-vars):
4844         Replace make-variable-buffer-local with make-local-variable.
4846         * play/landmark.el:
4847         * options.el (Edit-options-{set,toggle,t,nil}):
4848         * mail/mailabbrev.el (mail-abbrevs-mode):
4849         * textmodes/tex-mode.el (tex-expand-files):
4850         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
4852         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
4854         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
4855         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
4856         Allow going past the last element.
4857         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
4858         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
4859         (cvs-mouse-toggle-mark): Don't move point.
4860         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
4862         * progmodes/compile.el (grep): Provide a default set of files.
4863         (next-error): Docstring fix.
4864         (compilation-find-file): Avoid find-file (fails in a dedicated window).
4866         * emacs-lisp/easy-mmode.el (define-minor-mode):
4867         Use `symbol-value' to keep the byte-compiler quiet.
4869         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
4870         (diff-find-source-location): New fun, extracted from diff-goto-source.
4871         (diff-goto-source): Use it.
4872         (diff-next-complex-hunk, diff-filter-lines): New function.
4873         (diff-apply-hunk): New command.
4875         * smerge-mode.el (smerge-mode-menu): Doc fix.
4877         * msb.el (msb-mode): Define it in terms of define-minor-mode.
4879 2000-08-16  Dave Love  <fx@gnu.org>
4881         * windmove.el (windmove) <defgroup>: Add :version.
4883         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
4884         (goto-address-fontify-p, goto-address-highlight-p)
4885         (goto-address-url-face, goto-address-url-mouse-face)
4886         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
4887         (goto-address-url-regexp): Use thing-at-point-url-regexp.
4888         (goto-address-fontify, goto-address-at-mouse): Simplify,
4889         (goto-address-at-point): browse-url-url-at-point,
4890         goto-address-find-address-at-point can return nil.
4891         (goto-address-find-address-at-point): Return nil on failure.
4893         * align.el (align) <defgroup>: Add :version.
4895         * calculator.el (calculator): Add :version.
4896         (calculator): Use two lines for calculator window if `modeline'
4897         face is boxed.
4899         * play/5x5.el: Doc fixes.
4900         (5x5) <defgroup>: Add :version.
4902         * play/fortune.el (fortune) <defgroup>: Add :version.
4903         (fortune-append): Fix error message.
4904         (fortune-from-region): Doc fix.
4906         * play/pong.el (pong): Doc fix.
4908         * play/morse.el: Keywords, commentary, autoloads.
4910 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
4912         * desktop.el (desktop-save): Don't look at symbol-value of a
4913         member of minor-mode-alist, unless it is boundp.
4915 2000-08-16  Sam Steingold  <sds@gnu.org>
4917         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
4918         `while'; use `with-current-buffer' instead of `save-excursion'.
4919         Removed unnecessary kludges now that "*Buffer List*" is excluded.
4921 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
4923         * international/ccl.el (declare-ccl-program): Docstring modified.
4924         (ccl-execute-with-args): Likewise.
4926 2000-08-16  Miles Bader  <miles@gnu.org>
4928         * progmodes/sql.el: Add compatibility definition of
4929         comint-line-beginning-position.
4931 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
4933         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4934         'buffer-menu' property.
4935         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
4936         fails.
4937         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
4938         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
4939         wasn't killed.
4941         * buff-menu.el (list-buffers-noselect): Don't display the
4942         *Buffer List* buffer.
4944         * font-lock.el: Require jit-lock to prevent a very late
4945         `Loading jit-lock' message.
4947         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
4948         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
4949         mail address.
4951 2000-08-15  Miles Bader  <miles@gnu.org>
4953         * textmodes/ispell.el (ispell-graphic-p): New constant.
4954         (ispell-choices-win-default-height, ispell-help): Use
4955         `ispell-graphic-p' instead of `xemacsp'.
4957 2000-08-15  Dave Love  <fx@gnu.org>
4959         * simple.el: Autoload widget-convert when compiling.
4960         (mail-user-agent): Doc fix.
4962         * help.el (function-called-at-point, variable-at-point): Use
4963         with-syntax-table.
4964         (help-manyarg-func-alist): Add insert-and-inherit.
4966         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4968         * delsel.el (delsel-unload-hook): New function.
4970         * find-file.el: Doc fixes.  Move provide to end.
4971         (ff) <defgroup>: Add :link.
4972         (ff-goto-click): Deleted.
4973         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4974         Use mouse-set-point.
4976         * textmodes/tildify.el: Doc fixes.
4977         (tildify) <defgroup>: Add:version.
4979         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4980         (glasses-custom-set): Use set-default, not set.
4981         (minor-mode-alist): Propertize the lighter.
4982         (glasses-mode): Provide optional arg.
4984         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
4985         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
4986         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
4987         option.  Provide :type.
4988         (cwarn-configuration): Provide :type.
4989         (cwarn-mode): Doc fix.
4991         * add-log.el (change-log-merge): Doc fix.
4992         (change-log-redate): New command.
4994         * net/browse-url.el (browse-url-filename-alist): Add a clause for
4995         Doze and Dog.
4996         (browse-url): Use dolist, not mapcar.
4997         (browse-url-at-point): Check for null url.
4998         (browse-url-event-buffer, browse-url-event-point): Functions
4999         deleted.
5000         (browse-url-at-mouse, browse-url-netscape): Simplify.
5002         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5003         modes.
5004         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5005         Fix previous change to mapcan.
5006         (msb--init-file-alist, msb--add-separators)
5007         (msb--make-keymap-menu): Simplify.
5008         (msb--choose-file-menu): Use copy-sequence.
5009         (msb-mode-map): Add title to keymap.
5010         (msb-unload-hook): New function.
5012         * bs.el: Fix indentation.
5013         (bs) <defgroup>: Add :links.
5014         (bs-show): Doc fix.
5015         (bs-apply-sort-faces): Don't use window-system.
5016         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
5018 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
5020         * calendar/timeclock.el (timeclock-file): Run .timelog through
5021         convert-standard-filename.
5023 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
5025         * emacs-lisp/authors.el: New file.
5027         * paren.el (show-paren-priority): New user option.
5028         (show-paren-function): Set overlay priorities to
5029         show-paren-priority.
5031 2000-08-14  Miles Bader  <miles@gnu.org>
5033         * comint.el (comint-bol): Use `forward-line 0' instead of calling
5034         beginning-of-line with inhibit-field-text-motion bound.
5036 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
5038         * calendar/timeclock.el: New file.
5040 2000-08-14  David Ponce  <david@dponce.com>
5042         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5043         `widget-button-click'. so that one can use left mouse button to
5044         click on dialog buttons.
5046 2000-08-14  Emmanuel Briot  <briot@gnat.com>
5048         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
5049         identifiers, since XML is case sensitive
5051 2000-08-12  Miles Bader  <miles@gnu.org>
5053         * comint.el (comint-output-filter): Don't bother frobbing
5054         window-start, it doesn't seem to be necessary.
5056         * comint.el (comint-send-string, comint-send-region): Make into
5057         real functions.  Snapshot the prompt before sending.
5059 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
5061         * info.el (Info-find-emacs-command-nodes): Rewrite to use
5062         technique similar to Info-index, instead of relying on specific
5063         names of relevant Index nodes.
5064         (Info-goto-emacs-command-node): Bind Info-history to nil when
5065         going to the first node found by Info-find-emacs-command-nodes.
5067 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
5069         * menu-bar.el (menu-bar-help-menu): Add a :help string.
5071 2000-08-10  Miles Bader  <miles@gnu.org>
5073         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5075 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
5077         * info.el (Info-file-list-for-emacs): More elements for the
5078         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5079         and woman manuals.
5081 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
5083         * comint.el (comint-send-input): Make the newline boundary overlay
5084         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
5085         (comint-output-filter): Use `insert' instead of
5086         `insert-before-markers'.  Extend comint-last-output-overlay when
5087         necessary since we can't rely on insert-before-markers to do it.
5088         * gud.el (gud-filter): Use `with-current-buffer' instead of
5089         save-excursion when inserting the output, so that point gets
5090         updated correctly; the old method relied on a rather dodgy
5091         side-effect of comint-output-filter to avoid the effect of
5092         save-excursion.
5094 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
5096         * files.el (recover-file): Call insert-directory instead of
5097         invoking `ls' directly.
5099 2000-08-10  Miles Bader  <miles@gnu.org>
5101         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5102         (comint-last-prompt-overlay): New variables.
5103         (comint-output-filter): Implement prompt highlighting.
5104         (comint-snapshot-last-prompt): New function.
5105         (comint-send-input): Snapshot the last prompt.
5106         Use comint-highlight-input-face.
5107         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5108         Use defface instead of defcustom.
5109         (send-invisible, comint-send-eof): Snapshot the last prompt.
5110         (comint-delchar-or-maybe-eof): Use comint-send-eof.
5111         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5113 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
5115         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5116         (regexp-opt-group): Use a list of chars for `letters'.
5117         (regexp-opt-charset): `chars' is now a list of chars.
5118         Use a char-table rather than a vector so it works for multibyte chars.
5120         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
5121         Set cvs-minor-current-files to the selected fileinfo.
5122         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5123         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5125 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
5127         * files.el (insert-directory): Don't call access-file on
5128         directories on DOS and Windows.
5130 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
5132         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5133         longer if necessary.
5134         (ccl-embed-code): Call ccl-embed-data to store CODE in
5135         ccl-program-vector.
5137 2000-08-09  Miles Bader  <miles@gnu.org>
5139         * comint.el (comint-output-filter): Properly handle the case where
5140         the text surrounded by comint-last-output-overlay was deleted.
5142 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
5144         * info.el (Info-insert-dir): Use Info-additional-directory-list if
5145         non-nil.
5146         (Info-file-list-for-emacs): Remove "info" from the list because
5147         that leads to trying to use the documentation from file `info'
5148         in various situations where it isn't appropriate, for instance
5149         C-h C-k C-h i.
5151         * ffap.el (ffap-read-file-or-url-internal): Handle case that
5152         DIR and/or STRING are nil.
5154         * progmodes/compile.el (compilation-setup): Make variable
5155         compilation-error-screen-columns buffer-local, as some comment
5156         in the code suggests it should be.
5158         * files.el (auto-mode-interpreter-regexp): New variable.
5159         (set-auto-mode): Use it.
5161         * indent.el (indent-for-tab-command): Doc fix.
5163         * mouse-sel.el (mouse-sel-mode): Doc fix.
5165         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5166         labels.
5168         * help.el (print-help-return-message): When
5169         display-buffer-reuse-frames is set, let the help window been quit,
5170         instead of deleting it, which might delete a reused frame.
5172 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
5174         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5175         rename a directory to a name that differs only by its letter case.
5177 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
5179         * international/quail.el (quail-define-rules): Handle Quail decode
5180         map correctly.  Add code for supporting annotations.
5181         (quail-install-decode-map): New function.
5182         (quail-defrule-internal): New optional arguments decode-map and
5183         props.
5184         (quail-advice): New function.
5186 2000-08-07  Sam Steingold  <sds@gnu.org>
5188         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5189         `defconst', `define-condition', `with-slots'.
5190         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5192 2000-08-03  Miles Bader  <miles@gnu.org>
5194         * comint.el (comint-use-prompt-regexp-instead-of-fields):
5195         New variable.
5196         (comint-prompt-regexp, comint-get-old-input): Document dependence on
5197         comint-use-prompt-regexp-instead-of-fields.
5198         (comint-send-input): Add `input' field property to stuff we send to
5199         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5200         (comint-output-filter): Add `output' field property to process
5201         output, if comint-use-prompt-regexp-instead-of-fields is nil.
5202         (comint-replace-by-expanded-history)
5203         (comint-get-old-input-default, comint-show-output)
5204         (comint-backward-matching-input, comint-forward-matching-input)
5205         (comint-next-prompt, comint-previous-prompt):  Use field
5206         properties if comint-use-prompt-regexp-instead-of-fields is nil.
5207         (comint-line-beginning-position): New function.
5208         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
5209         (comint-replace-by-expanded-history-before-point): Use
5210         comint-line-beginning-position and line-end-position.
5211         (comint-last-output-overlay): New variable.
5212         (comint-mode): Make `comint-last-output-overlay' buffer-local.
5214         * shell.el (shell-prompt-pattern): Doc change.
5215         (shell-backward-command): Use line-beginning-position.
5217         * gud.el (gud-gdb-complete-command): Use
5218         comint-line-beginning-position.
5220         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5221         comint-bol doesn't actually go to the beginning of the line.
5223         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5224         if comint-use-prompt-regexp-instead-of-fields is non-nil.
5225         (try-expand-line-all-buffers): Likewise.
5227         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5228         explicitly matching comint-prompt-regexp.
5229         (sql-copy-column): Use comint-line-beginning-position instead of
5230         explicitly matching comint-prompt-regexp.
5232         * progmodes/octave-inf.el (inferior-octave-complete): Use
5233         comint-line-beginning-position.
5235         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5237         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5238         looking for a prompt, use `forward-line 0' instead of
5239         `beginning-of-line', to avoid getting caught by an input field.
5241 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
5243         * files.el (shell-quote-wildcard-pattern): Make sure to return
5244         PATTERN, in the Unix case.
5246 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
5248         * play/zone.el (zone): Discard any pending input before running
5249         the randomly-chosen pgm.
5251 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
5253         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5254         checking the existence of any multibyte characters.
5256 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
5258         * help.el (describe-mode): Test minor-mode symbol for being
5259         bound before testing its value for being nil.
5261         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5262         `first', `second', and `third'.
5264         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5265         (second): Make it an alias for `cadr'.
5267 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
5269         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5270         types of display support faces now.
5272 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
5274         * pcvs.el (require): Require `cl' during compilation, only.
5276         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5277         (toplevel): Remove `remq' and `remove' from autoloads.
5278         (cl-fake-autoloads): New variable.  If set, arrange for an error
5279         when CL functions etc. are autoloaded.
5281 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
5283         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5285         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5286         popped up, but the user clicks outside the menu, return an empty
5287         regexp (that causes unhighlight-regexp to have no effect).
5289         * menu-bar.el (menu-bar-games-menu): Add Zone.
5291         * hi-lock.el (toplevel): Require font-lock.
5293 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5295         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
5296         (ebnf-8-bit-chars): New var for bug fix.
5297         (ebnf-string): Bug fix.
5299 2000-08-03  Sam Steingold  <sds@gnu.org>
5301         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
5302         instead of `buffer-string'.
5303         (require 'cl): Always, not just when compiling.
5304         `ignore-errors' in `interactive', `list*', `defun*' &c make this
5305         necessary.
5307 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
5309         * international/mule-cmds.el (select-safe-coding-system): Make
5310         the message text about selecting a safe coding system more clear.
5312 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
5314         * hi-lock.el: New file.
5316         * play/zone.el: New file.
5318         * replace.el (occur): Set tab-width in the *Occur* buffer to the
5319         value of tab-width in the original buffer.  Choose a line number
5320         format that's a multiple of the original buffer's tab width, so
5321         that lines appear right.
5323         * textmodes/ispell.el (ispell): New function, replacing an alias.
5324         Spell-check active region if in transient-mark-mode and mark
5325         is active; otherwise spell-check buffer.
5327 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5329         * ps-mule.el: Fix a customization problem on
5330         ps-mule-font-info-database-default.
5332 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
5334         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
5335         display-mouse-p instead of window-system.
5336         (ebrowse-member-mode-map): Ditto.
5338 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5340         * progmodes/ebnf2ps.el: Update ps-print functions call.
5341         Indentation fix.  Doc fix.
5342         (ebnf-version): New version number (3.2).
5343         (ebnf-format-color, ebnf-begin-job): Code fix.
5345 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
5347         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5348         font lock support on window-system.
5349         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5351         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5352         display-color-p, if fboundp, instead of window-system.
5354 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
5356         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5357         instead of window-system.
5359         * wid-edit.el (widget-choose): Use display-mouse-p instead of
5360         window-system.
5361         (widget-choice-mouse-down-action): Use display-popup-menus-p
5362         instead of window-system.
5364         * strokes.el (strokes-file): Run the file name through
5365         convert-standard-filename.
5366         (strokes-mode): Call display-mouse-p instead of looking at
5367         window-system.  Change the error message accordingly.
5369         * progmodes/cpp.el (toplevel): Support faces on tty's.
5371         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5372         (lm-plot-square, lm-init-display): Don't use window-system.
5374         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5375         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5377         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5378         instead of looking at window-system.
5380 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
5382         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5383         of testing if iswitchb-prepost-hooks is bound, because the
5384         latter will always be true when invoking a recursive minibuffer
5385         from an active Iswitchb buffer.
5387 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
5389         * files.el (shell-quote-wildcard-pattern): New function.
5390         (insert-directory): Call it.  Only prepend "\" to command on Unix
5391         and GNU/Linux systems.
5393 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
5395         * eshell/esh-groups.el: Change custom :link file names
5396         from `eshell.info' to `eshell'.
5398 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
5400         * dired.el (dired-build-subdir-alist): Expand subdirectory names
5401         correctly in recursive ange-ftp listings.
5403 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5405         * ps-print.el: Fix bug 1: if ps-font-size-internal,
5406         ps-header-font-size-internal and
5407         ps-header-title-font-size-internal variables are not set,
5408         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
5409         face text property is (foreground-color . COLOR) or
5410         `(background-color . COLOR)', ps-print crashes.  Doc fix.
5411         (ps-print-version): New version number (5.2.4).
5412         (ps-plot-region): Code fix.
5413         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5414         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5415         Bug fix 2.
5417 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
5419         * glasses.el (glasses-make-readable): Fix uncapitalization of
5420         identifiers like `myXMLDocument'.
5422 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
5424         * mail/mail-hist.el (mail-hist-previous-input)
5425         (mail-hist-next-input): Do the obvious code factorization.
5426         (mail-hist-retrieve-and-insert): New func, contains common
5427         code of above two.
5428         If inserting a message body, leave point at top.
5430 2000-07-28  Sam Steingold  <sds@gnu.org>
5432         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
5433         Use `<=', not `<' to compare times!
5434         (ange-ftp-ls): Remove.
5436 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
5438         * play/cookie1.el: Add explanation of how to make cookie.el
5439         compatible with strfile(1) to comment.
5441         * subr.el (remove, remq): New functions.
5443         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
5444         escape `*' in regexps.
5445         (midnight-find): Reverse order of arguments in the funcall of
5446         TEST.
5448         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
5449         and `.class'.
5451         * play/meese.el: Add Commentary section.
5453 2000-07-27  Alex Schroeder  <alex@gnu.org>
5455         * sql.el (sql-ms): Added autoload cookie.
5456         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
5457         (sql-oracle): Ditto.
5458         (sql-help): Doc change.
5460         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
5461         types and exceptions.
5463 2000-07-27  Alex Schroeder  <alex@gnu.org>
5465         * sql.el (sql-placeholder-history): New variable.
5466         (sql-query-placeholders-and-send): New function that will query
5467         the user and replace placeholders with user input.
5468         (sql-oracle): If running on NT, set comint-input-sender to
5469         sql-query-placeholders-and-send.
5471         (sql-stop): If in the SQLi buffer, insert stop notification, else
5472         present it as a message.
5474 2000-07-27  Alex Schroeder  <alex@gnu.org>
5476         * sql.el (sql-input-ring-separator): Doc change.
5477         (sql-input-ring-file-name): Doc change.
5478         (sql-interactive-mode): Use `sql-input-ring-separator' and
5479         `sql-input-ring-file-name' to set the comint-mode equivalents
5480         without making them local variables.
5481         (sql-stop): Don't bind `sql-input-ring-separator' and
5482         `sql-input-ring-file-name' dynamically to their comint-mode
5483         equivalents.
5485 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
5487         * international/mule.el (register-char-codings): New function.
5488         (make-coding-system): Handle `safe-chars' specification in the arg
5489         PROPERTY.
5491         * international/mule-cmds.el
5492         (find-coding-systems-region-subset-p): This function deleted.
5493         (sort-coding-systems-predicate): New variable.
5494         (sort-coding-systems): New function.
5495         (find-coding-systems-region): Use
5496         find-coding-systems-region-internal.
5497         (find-coding-systems-string): Use find-coding-systems-region.
5498         (find-coding-systems-for-charsets): Check
5499         char-coding-system-table.
5500         (select-safe-coding-system-accept-default-p): New variable.
5501         (select-safe-coding-system): Mostly rewritten.  New argument
5502         ACCEPT-DEFAULT-P.
5503         (select-message-coding-system): Call select-safe-coding-system
5504         with ACCEPT-DEFAULT-P arg.
5505         (reset-language-environment): Reset default-sendmail-coding-system
5506         to the default value iso-latin-1.
5507         (set-language-environment): Don't set the obsolete variable
5508         charset-origin-alist.
5510         * international/codepage.el (cp-coding-system-for-codepage-1):
5511         Give `safe-chars' property to make-coding-system.
5513         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5514         calling select-message-coding-system twice.
5516         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5517         instead of `safe-charsets'.
5518         (cyrillic-alternativnyj): Likewise.
5519         (ccl-encode-alternativnyj): Don't check the charset
5520         cyrillic-iso8859-5.
5522 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
5524         * composite.el (compose-chars-after): Preserve match data.
5526 2000-07-26  Sam Steingold  <sds@gnu.org>
5528         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5529         (ange-ftp-real-file-newer-than-file-p): New function.
5530         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5531         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5533         * tooltip.el (tooltip-float-time): Removed (use `float-time').
5534         * midnight.el (midnight-float-time): Ditto.
5536 2000-07-26  Andreas Schwab  <schwab@suse.de>
5538         * files.el (normal-backup-enable-predicate): Correct
5539         interpretation of the return value of compare-strings.
5541 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
5543         * isearch.el (isearch-resume): New function.
5544         (isearch-done): Add something to command-history to resume
5545         the search.
5546         (isearch-yank-line, isearch-yank-word): Use
5547         buffer-substring-no-properties instead of buffer-substring.
5549         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5550         of flyspell-mouse-map.
5552         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5553         duplicate definition.
5554         (makefile-mode): Remove duplicate setting of local-abbrev-table.
5556         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5557         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5559 2000-07-25  Sam Steingold  <sds@gnu.org>
5561         * net/ange-ftp.el: Get modtime over the net.
5562         (ange-ftp-file-modtime): New function.
5563         (ange-ftp-write-region, ange-ftp-insert-file-contents)
5564         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
5565         Use it.
5566         (ange-ftp-dot-to-slash): New function.
5567         (ange-ftp-fix-name-for-vms): Use it.
5569         * midnight.el (midnight-buffer-display-time): Use
5570         `with-current-buffer'.
5572 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
5574         * find-dired.el: Update copyright notice.
5575         (find-dired): Offer to kill a running `find'.
5577         * enriched.el (enriched-face-ans): For a `foreground-color'
5578         property, return '(("x-color" COLOR))' so that COLOR will be
5579         output as a parameter of the x-color annotation.  Likewise for the
5580         `background-color' property.  In the case of normal face
5581         properties, don't return annotations for unspecified foreground
5582         and background face attributes.
5584 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
5586         * language/japan-util.el (japanese-katakana-region): Fix handling
5587         HANKAKU argument.
5589 2000-07-25  Miles Bader  <miles@gnu.org>
5591         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5592         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
5593         constrain-to-field.
5595 2000-07-24  Andrew Innes  <andrewi@gnu.org>
5597         * timer.el (timer-activate-when-idle): Add optional parameter
5598         DONT-WAIT.  Update docstring.
5599         (run-with-idle-timer): Specify extra parameter to
5600         timer-activate-when-idle, so that timer will be activated
5601         immediately if Emacs is already idle.
5603         * w32-fns.el (w32-using-nt): Fix docstring.
5605 2000-07-24  Dave Love  <fx@gnu.org>
5607         * mouse.el (popup-menu): Set last-command-event.
5608         (mouse-major-mode-menu-prefix): Declare.
5610 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
5612         * textmodes/flyspell.el: Update to author's version 1.5d.
5614         * progmodes/hideshow.el: Update copyright notice.
5616         * vcursor.el: Set maintainer to FSF, since author cannot
5617         be reached.
5619 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
5621         * info.el (Info-goto-emacs-key-command-node): Leave a space after
5622         the prompt.
5624         * mouse.el (popup-menu): Run the keymap through indirect-function,
5625         in case it was defined with define-prefix-key.  If the menu is a
5626         list of keymaps, look up the binding of user's choice in each one
5627         of the keymaps.
5628         (mouse-popup-menubar): If the global and local menu-bar keymaps
5629         don't have a prompt string, create one and insert it into the
5630         keymap.  Don't barf if current-local-map returns nil.
5632 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
5634         * dired.el (dired-sort-R-check): Added to allow recursive listing
5635         to be undone.
5636         (dired-sort-other): Use it.
5638 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5640         * Release of cc-mode 5.27
5642 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5644         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
5645         c-beginning-of-statement-1 that caused a bad case of recursion
5646         which could consume a lot of CPU in large classes in languages
5647         that have in-expression classes (i.e. Java and Pike).
5649         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
5650         statements before top level constructs (i.e. case 6 is moved
5651         before case 5 and is now case 4) to catch in-expression
5652         classes in top level expressions correctly.
5654 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5656         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
5657         objc-method-intro. Case 4 removed and case 5I added.
5659         * cc-langs.el (c-append-paragraph-start): New variable used by
5660         c-common-init to get paragraph-start correct.
5661         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
5662         initialize paragraph-start to make it correct both with and
5663         without the javadoc special case.
5665         * cc-mode.el (java-mode): Use c-append-paragraph-start to
5666         initialize paragraph-start for javadoc markup.
5668         * cc-vars.el (c-style-variables-are-local-p): Incompatible
5669         change by defaulting this to t.  It's motivated by the
5670         confusing behavior that otherwise arise from the style system
5671         when editing both java and non-java files at the same time
5672         (see the comments about style setting in c-common-init).
5674 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5676         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
5677         similar to the one in c-fill-paragraph to check the fill
5678         prefix from the adaptive fill function for sanity.
5680 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5682         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
5683         defun block.
5685 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5687         * cc-mode.texi Documented the change of cpp-macro.
5689 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5691         * cc-align.el (c-lineup-multi-inher): Handle lines with
5692         leading comma nicely. Extended to handle member initializers
5693         too.
5695         * cc-engine.el: (c-beginning-of-inheritance-list,
5696         c-guess-basic-syntax): Fixed recognition of inheritance lists
5697         when the lines begins with a comma.
5699         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
5701         * cc-vars.el (c-offsets-alist): Changed default for
5702         member-init-cont to c-lineup-multi-inher since it now handles
5703         member initializers and indents better for leading commas.
5705 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5707         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
5708         handling that caused class open lines to be recognized as
5709         statement-conts in some cases.
5711         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
5712         guessed by the adaptive fill function unless point is on the
5713         first line of a block comment.
5715         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
5716         when the buffer ends with a macro continuation char.
5718         * cc-engine.el (c-guess-basic-syntax): Added support for
5719         function definitions as statements in Pike.  The first
5720         statement in a lambda block is now labeled defun-block-intro
5721         instead of statement-block-intro.
5723         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
5724         so that the class surrounding point is selected, not the one
5725         innermost in the state.
5727         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
5728         recognition of switch labels having hanging multiline
5729         statements.
5731         * cc-engine.el (c-beginning-of-member-init-list): Broke out
5732         some code in c-guess-basic-syntax to a separate function.
5733         * cc-engine.el (c-just-after-func-arglist-p): Fixed
5734         recognition of member inits with multiple line arglists.
5735         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
5736         member-init-cont when the commas are in funny places.
5738 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5740         * cc-defs.el (c-auto-newline): Removed this macro since it's
5741         not used anymore.
5743         * cc-engine.el (c-looking-at-bos): New helper function.
5744         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
5745         inexpr and toplevel classes apart in Pike.
5747         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
5748         of case 9A.
5750         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
5751         constant, since "class" can introduce an in-expression class
5752         in Pike nowadays.
5754 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5756         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
5757         indentation on cpp-macro lines.
5759         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
5760         a syntax modifier like comment-intro, to make it possible to
5761         get syntactic indentation for preprocessor directives.  It's
5762         incompatible wrt to lineup functions on cpp-macro, but it has
5763         no observable effect in the 99.9% common case where cpp-macro
5764         is set to -1000.
5766 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5768         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
5769         member-init-cont when the preceding arglist is several lines.
5771 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5773         * cc-styles.el (c-style-alist): The basic offset for the BSD
5774         style corrected to 8.
5776 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5778         * cc-styles.el (c-style-alist): Adjusted the indentation of
5779         brace list openers in the gnu style.
5781 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5783         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
5785         * cc-cmds.el (c-electric-brace, c-electric-slash,
5786         c-electric-star, c-electric-semi&comma, c-electric-colon,
5787         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
5788         when c-syntactic-indentation is nil.
5790         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
5791         we were left at comments preceding the first statement when
5792         reaching the beginning of the buffer.
5794         * cc-vars.el (c-syntactic-indentation): New variable to turn
5795         off all syntactic indentation.
5797 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5799         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
5800         between the text and the block comment ender when it hangs,
5801         depending on how many there are before the fill.
5803 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5805         * cc-engine.el (c-beginning-of-closest-statement): New helper
5806         function to go back to the closest preceding statement start,
5807         which could be inside a conditional statement.
5808         * cc-engine.el (c-guess-basic-syntax): Use
5809         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
5811         * cc-engine.el (c-guess-basic-syntax): Better handling of
5812         arglist-intro, arglist-cont-nonempty and arglist-close when
5813         the arglist is nested inside parens.  Cases 7A, 7C and 7F
5814         changed.
5816         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
5817         up-to-date with javadoc 1.2.
5819 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5821         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
5822         multiline Pike type decls.
5824 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5826         * cc-cmds.el (c-indent-new-comment-line): Always break
5827         multiline comments in multiline mode, regardless of
5828         comment-multi-line.
5830 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5832         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
5833         fully::qualified::names in C++ member init lists.  Preamble in
5834         case 5D changed.
5836 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5838         * cc-langs.el (c-common-init): Handling of obsolete variables
5839         moved to c-initialize-cc-mode.  More compatible style override
5840         when using global style variables.
5841         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
5842         variables moved here.
5844         * cc-mode.texi: Documented the special behavior of
5845         c-special-indent-hook as a style variable.  Don't talk about
5846         doing (c-make-styles-buffer-local t) in a mode hook, since
5847         that's already too late to work right.
5849         * cc-styles.el (c-make-styles-buffer-local): Flag style
5850         variable localness in c-style-variables-are-local-p to make
5851         the compatibility measure in c-common-init work well.
5853         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
5854         longer contain set-from-style.
5855         * cc-styles.el (c-initialize-builtin-style): Don't check for
5856         set-from-style on c-special-indent-hook.
5857         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
5858         copy-alist is sufficient now.
5860         * cc-styles.el (c-set-style, c-set-style-1,
5861         c-get-style-variables): Fixes to variable initialization so
5862         that duplicate entries in styles have the same effect
5863         regardless of DONT-OVERRIDE.
5865         * cc-styles.el (c-set-style-2): Fixed bug where the
5866         initialization of inheriting styles failed when the
5867         dont-override flag is set.
5869         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
5870         on this.
5872 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5874         * cc-defs.el (c-forward-comment): Removed the workaround
5875         introduced in 5.38 since it had worse side-effects.  If a line
5876         contains the string "//\"", it regarded the // as a comment
5877         start since the \ temporarily doesn't have escape syntax.
5879 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
5881         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
5882         ada-xref.el before ada-prj.el, so that the Project menu is created
5883         when ada-prj tries to add to it.
5884         (ada-activate-keys-for-case): Suppress the characters that are not
5885         part of the Ada syntax. Better compatibility with else-mode
5886         (ada-adjust-case-interactive): When auto-casing is not active,
5887         correctly insert newlines (used to insert only ^M).  Prevent the
5888         syntax table from being changed in case of an error
5889         (or '_' becomes part of a word and some commands are confused).
5890         Do nothing if ada-auto-case is nil.
5891         (ada-after-keyword-p): Ignore keywords that are also attributes
5892         (ada-batch-reformat): Update usage comment
5893         (ada-call-from-contextual-menu): New function
5894         (ada-case-read-exceptions): Reinitialize the casing exception list
5895         first to nil first, so that the casing exception file can be
5896         shared.
5897         (ada-check-defun-name): Handles "configure" keyword for gnatdist
5898         files.
5899         (ada-compile-goto-error): Fix regexp used to detect a file:line
5900         anywhere in the error message
5901         (ada-contextual-menu-last-point): New variable
5902         (ada-create-keymap): If the variable delete-key-deletes-forward is
5903         t on XEmacs, it means that DEL should delete one character
5904         forward.
5905         (ada-create-menu): Use :included instead of :visible for XEmacs.
5906         New submenu "Options".
5907         (ada-end-stmt-re): Correctly indent "select ... then abort"
5908         statements.
5909         (ada-fill-comment-paragraph): Correctly delete all leading '--'
5910         even if they don't match ada-fill-comment-prefix Fix handling of
5911         paragraphs on the first or last line of a file.
5912         (ada-format-paramlist): Fix handling of default parameter values.
5913         (ada-get-body-name): New function.
5914         (ada-get-current-indent): Optimized by searchling directly for an
5915         existing generic part or a statement outside of it.  Handle
5916         ada-indent-align-comments when indenting comments Replaced some
5917         regexps by testing directly the next character. This results in a
5918         huge speedup on some files.  New indentation scheme for renames
5919         statements.  Stop looking for the 'while' or 'for' associated with
5920         a 'loop' at the first semicolon encountered.  A "return" can also
5921         match an anonymous access subprogram declaration.
5922         (ada-get-indent-noindent): Ignore strings and comments when
5923         looking for the keywords "record" and "private".
5924         (ada-goto-matching-decl-start): When matching "if", make sure we
5925         are not in fact seeing "end if".  Ignore "when" statements except
5926         when initial keyword was "begin".  Fix handling of nested
5927         procedures.  Add a recursive call to this function to skip over
5928         other 'end' statmts.  Fix indentation for "when .. => begin"
5929         (ada-in-open-paren-p): Fix indentation for complex boolean
5930         expressions, where 'and then', 'or else' and parenthesis
5931         statements are mixed up.
5932         (ada-in-paramlist-p): Skip comments while searching for the
5933         beginning Fix handling of operator declarations.
5934         (ada-indent-align-comments): New variable
5935         (ada-indent-current): Change the syntax table only in the
5936         protected section, so that we are sure it is restored correctly.
5937         (ada-indent-on-previous-lines): Use ada-use-indent and
5938         ada-with-indent Correctly indent "select ... then"
5939         (ada-indent-region): Slight speedup.
5940         (ada-indent-renames): New variable.
5941         (ada-last-which-function-subprog, ada-last-which-function-line):
5942         New variables
5943         (ada-looking-at-semi-private): Correctly indent the 'private'
5944         keyword when it is the first word in a package declaration.
5945         (ada-loose-case-word): Stop searching if at the end of the buffer.
5946         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
5947         even if point is not initially at the end of the word.
5948         (ada-matching-decl-start-re): Add "when".
5949         (ada-mode): Add support for abbrev-mode, outline-mode and
5950         which-func-mode Override the old find-file.el entry in
5951         ff-special-constructs since it is using the obsolete
5952         ada-spec-suffix variable
5953         (ada-no-auto-case): New function
5954         (ada-scan-paramlist): When parsing the argument type, accept
5955         spaces (as in "X 'Class", generated by Rational Rose).
5956         (ada-other-file-name): No longer loads the other file.
5957         (ada-popup-menu): Save and restore the current buffer and cursor
5958         position before and after displaying the menu.
5959         (ada-search-ignore-complex-boolean): New function.
5960         (ada-uncomment-region): Emacs21 already knows how to delete
5961         comments not starting in the first column.
5962         (ada-use-indent): New variable
5963         (ada-which-function): New function.
5964         (ada-with-indent): New variable
5965         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5966         can be batch-compiled from the command line.
5968         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5969         Add to the menu when the file is loaded, not in ada-mode-hook.
5970         Add -toolbar to the default ddd command Switches moved from
5971         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5972         ada-prj-default-comp-opt
5973         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5974         Reference Manual to the menu
5975         (ada-check-current): rewritten as a call to ada-compile-current
5976         (ada-compile): Removed.
5977         (ada-compile-application, ada-compile-current, ada-check-current):
5978         Set the compilation-search-path so that compile.el automatically
5979         finds the sources in src_dir.  Automatic scrollong of the
5980         compilation buffer.  C-uC-cC-c asks for confirmation before
5981         compiling
5982         (ada-compile-current): New parameter, prj-field
5983         (ada-complete-identifier): Load the .ali file before doing
5984         processing
5985         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
5986         conform to gnatmake's behavior.
5987         (ada-find-file-in-dir): New function
5988         (ada-find-references): Set the environment variables for gnatfind
5989         (ada-find-src-file-in-dir): New function.
5990         (ada-first-non-nil): Removed
5991         (ada-gdb-application): Add support for jdb, the java debugger.
5992         (ada-get-ada-file-name): Load the original-file first if not done
5993         yet.
5994         (ada-get-all-references): Handles the new ali syntax (parent types
5995         are found between <>).
5996         (ada-initialize-runtime-library): New function
5997         (ada-mode-hook): Always load a project file when a file is opened,
5998         so that the casing exceptions are correctly read.
5999         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6000         (ada-parse-prj-file): Use find-file-noselect instead of find-file
6001         to open the project file, since the latter does not work with
6002         speedbar Get default values before loading the prj file, or the
6003         default executable file name is wrong.  Use the absolute value of
6004         src_dir to initialize ada-search-directories and
6005         compilation-search-path,...  Add the standard runtime library to
6006         the search path for find-file.
6007         (ada-prj-default-debugger): Was missing an opening '{'
6008         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6009         variables.
6010         (ada-prj-default-gnatmake-opt): New variable
6011         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6012         buffers, the project file is the default one Save the windows
6013         configuration before displaying the menu.
6014         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6015         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6016         ...)  regexp-quote identifiers names to support operators +,
6017         -,... in regexps.
6018         (ada-remote): New function.
6019         (ada-run-application): Erase the output buffer before starting the
6020         run Support remote execution of the application.  Use
6021         call-process, or the arguments are incorrectly parsed
6022         (ada-set-default-project-file): Reread the content of the active
6023         project file, not the one from the current buffer When a project
6024         file is set as the default project, all directories are
6025         automatically associated with it.
6026         (ada-set-environment): New function
6027         (ada-treat-cmd-string): New special variable ${current}
6028         (ada-treat-cmd-string): Revised.  The substitution is now done for
6029         any ${...} substring
6030         (ada-xref-current): If no body was found, compiles the spec
6031         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6032         compiler to get rid of command line length limitations.
6033         (ada-xref-get-project-field): New function
6034         (ada-xref-project-files): New variable
6035         (ada-xref-runtime-library-specs-path)
6036         (ada-xref-runtime-library-ali-path): New variables
6037         (ada-xref-set-default-prj-values): Default run command now does a
6038         cd to the build directory.  New field: main_unit Provide a default
6039         file name even if the current buffer has no prj file.
6041         * ada-prj.el:
6042         Rewritten to show a tabbed-dialog.
6043         (ada-prj-add-ada-menu): Remove the map and name parameters.
6044         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6045         New function
6046         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6047         (ada-prj-load-from-file): New function
6048         (ada-prj-save): Always save fields that depend on the current buffer
6049         (ada-prj-show-value): New function
6051         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6052         Ada mode. This will allow us to display the Ada menu in any buffer
6053         we want (for project items).
6054         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6055         number of spaces in the header.
6057 2000-07-24  Dave Love  <fx@gnu.org>
6059         * ediff-init.el (ediff-region-help-echo): Bind face-help.
6061 2000-07-23  Noah Friedman  <friedman@splode.com>
6063         * type-break.el (type-break): perform autosave.
6064         Suggested by Stephen Gildea <gildea@intouchsys.com>.
6065         (type-break-do-query): Cancel query schedule while performing
6066         actual query, to avoid possibility of a second query being made
6067         while first one is already in progress.
6068         (type-break-time-stamp-format): New variable.
6069         (type-break-time-stamp): New function.
6070         (type-break-time-warning): Use it.
6071         (type-break-keystroke-warning): Use it.
6072         (type-break-noninteractive-query): Use it.
6074         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6075         cookie.
6076         Use add-minor-mode to set minor-mode-alist, if available.
6077         (eldoc-echo-area-use-multiline-p): New user option.
6078         (eldoc-echo-area-multiline-supported-p): New variable.
6079         (eldoc-docstring-format-sym-doc): Use them.
6080         (eldoc-mode): If not using idle timers, append to local post and
6081         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
6082         (eldoc-display-message-no-interference-p): Don't interfere with
6083         edebug.
6084         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6085         (eldoc-function-arglist): New function.
6086         (eldoc-function-argstring): Use it.
6088         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6089         auto save directory exists before calling directory-files.
6091 2000-07-23  Dave Love  <fx@gnu.org>
6093         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6094         ^o, ^u.
6096 2000-07-21  Dave Love  <fx@gnu.org>
6098         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6099         now passed to the function.  It now works properly.
6101         * smerge-mode.el (smerge-mode-menu): Fill it out.
6103 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
6105         * info-look.el (info-lookup): If *info* is shown in another frame
6106         on the same display, select that frame, instead of switching to
6107         the Info buffer in another window of the selected frame.
6109         * simple.el (universal-argument-map): Bind numeric keypad keys
6110         kp-0 to kp-9 and kp-subtract.
6111         (digit-argument): Handle these keys.
6113 2000-07-20  Dave Love  <fx@gnu.org>
6115         * net/goto-addr.el (goto-address-fontify): Don't bother with
6116         buffer-modified and read-only stuff -- irrelevant with overlays.
6117         Put an extra property on the overlays and use it to clean up in
6118         case goto-address is re-run.
6120 2000-07-19  Richard M. Stallman  <rms@gnu.org>
6122         * timer.el (run-with-idle-timer): Doc fix.
6124         * mail/mail-utils.el (mail-strip-quoted-names):
6125         Handle case where <...> appears inside "...".
6126         Use replace-match to edit the string more simply.
6127         (rmail-dont-reply-to): Cope with an unmatched ".
6129 2000-07-19  Dave Love  <fx@gnu.org>
6131         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6132         implementation.
6134         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6135         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6136         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6138 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
6140         * textmodes/refer.el: Correct maintainer's email address.
6142         * progmodes/hideif.el: Correct author's email address.
6143         Fix typo in comment.
6145         * xml.el: New file.
6147         * mail/mailheader.el: Correct author's mail address.
6149         * gnus/parse-time.el: Correct author's mail address.
6151 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
6153         * comint.el (comint-highlight-input, comint-highlight-face):
6154         New user options.
6155         (comint-input-ring-file-name): Change custom type.
6156         (comint-mode-map): Bind mouse-2.
6157         (comint-insert-clicked-input): New function.
6158         (comint-send-input): Handle input highlighting.
6160 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
6162         * mouse.el (popup-menu): New function.
6163         (mouse-major-mode-menu): Use it.
6165 2000-07-18  Dave Love  <fx@gnu.org>
6167         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6168         improvements.
6170 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6172         * faces.el (face-font-selection-order)
6173         (face-font-family-alternatives): Add custom type.
6175 2000-07-18  Dave Love  <fx@gnu.org>
6177         * cus-edit.el (custom-variable-reset-saved)
6178         (custom-variable-reset-standard): Remove unused bindings.
6180         * rect.el (open-rectangle-line): Remove unused let.
6182         * hl-line.el (hl-line-highlight): Check hl-line-mode.
6184 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6186         * cdl.el: Fix `Maintainer' keyword.
6188         * play/pong.el: Add author's email address.
6190 2000-07-17  Sam Steingold  <sds@gnu.org>
6192         * files.el (insert-directory): Call `split-string' instead of
6193         re-implementing it.
6195 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6197         * mail/vms-pmail.el: Change maintainer to FSF.
6199         * net/goto-addr.el: Change maintainer to FSF.
6201         * recentf.el: Update from author.
6203         * info.el (Info-title-face-alist): Removed.
6205 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
6207         * eshell/eshell.el (eshell): Replace links to eshell.info with
6208         links to eshell, to avoid problems on systems where the manual is
6209         installed as `eshell'.
6210         * eshell/esh-cmd.el (eshell-cmd): Ditto.
6211         * eshell/em-smart.el (eshell-smart): Ditto.
6212         * eshell/em-banner.el (eshell-banner): Ditto.
6213         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
6215         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6216         same-file check in the MS-DOS version (it does support inodes).
6218         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6220         * eshell/eshell.el (eshell-directory-name):
6221         Run default directory name through convert-standard-filename.
6223 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
6225         * international/mule-cmds.el (select-safe-coding-system):
6226         Fix typo in the comment.
6228         * language/european.el (compound-text):
6229         Force katakana-jisx0201 to be designated to G1.
6231         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6232         Don't translate some national variant characters of latin-jisx0201.
6233         (x-ctext): Force katakana-jisx0201 to be designated to G1.
6235         * international/kkc.el (kkc-after-update-conversion-functions):
6236         New variable.
6237         (kkc-update-conversion): Run functions in it at the tail.
6239 2000-07-16  John Wiegley  <johnw@gnu.org>
6241         * lisp/align.el (align-newline-and-indent):
6242         Adding new function.  for auto-aligning blocks of code on RET.
6243         (align-region): Fixed badly formatted minibuffer message.
6245 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
6247         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
6248         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
6249         the conversion list at first if appropriate.
6250         (kkc-next): Don't update kkc-next-count here.
6251         (kkc-prev): Don't update kkc-prev-count here.
6252         (kkc-show-conversion-list-update): Fix setting up of conversion
6253         list message.
6255 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6257         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
6259 2000-07-16  Dave Love  <fx@gnu.org>
6261         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6262         function to be more specific.
6264         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6265         non-string help-echo.
6266         (widget-types-convert-widget): Defsubst it.
6267         (widget-echo-help): Try to cope with a help-echo function of two
6268         possible sorts.
6270 2000-07-15  Jason Rumney  <jasonr@gnu.org>
6272         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6273         Declare as obsolete.
6275         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6277 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
6279         * hilit-chg.el: Fix typo.
6281 2000-07-14  Dave Love  <fx@gnu.org>
6283         * info.el (Info-mode-menu): Fix use of :help, :enable.
6285 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
6287         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6289 2000-07-13  Dave Love  <fx@gnu.org>
6291         * emacs-lisp/easymenu.el: Doc fixes.
6292         (easy-menu-remove): Defalias to ignore.
6294         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
6295         Call throw correctly.
6297 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
6299         * faces.el (frame-background-mode): Doc fix.
6301         * simple.el (eval-expression-print-length): Change custom type to
6302         allow entering nil as value.
6304 2000-07-13  Dave Love  <fx@gnu.org>
6306         * progmodes/fortran.el (fortran-imenu-generic-expression):
6307         Change definition layout.
6308         (fortran-mode-menu): Reinstate customize entries.
6310         * cus-edit.el (custom-group-menu-create, customize-menu-create):
6311         Use :filter, per old XEmacs code.
6313 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
6315         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
6316         event when deciding what to send to the terminal.
6318 2000-07-12  Dave Love  <fx@gnu.org>
6320         * cus-start.el: Add optional version as 4th element of specs and
6321         use it for several things new in v21.  Remove load-path.  Fix type
6322         of line-number-display-limit.
6324 2000-07-11  Dave Love  <fx@gnu.org>
6326         * progmodes/fortran.el: Don't require easymenu.
6327         Use repeat counts in various regexps.
6328         (fortran-mode-syntax-table): Defvar directly.
6329         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
6330         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
6331         Use defvar, not defconst.
6332         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
6333         (fortran-mode): Set fortran-comment-line-start-skip,
6334         fortran-comment-line-start-skip, dabbrev-case-fold-search.
6335         (fortran-comment-indent): Use defsubst.
6336         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
6337         Use fortran-comment-indent, not fortran-comment-indent-function.
6338         (fortran-comment-region, fortran-electric-line-number): Simplify.
6339         (fortran-auto-fill): New function.
6340         (fortran-do-auto-fill): Deleted.
6341         (fortran-find-comment-start-skip):
6342         Check for non-null comment-start-skip.
6343         (fortran-auto-fill-mode, fortran-fill-statement):
6344         Use fortran-auto-fill.
6345         (fortran-fill): Use fortran-auto-fill.  Check for null
6346         comment-start-skip.  Simplify final clause and use end-of-line finally.
6348         * widget.el (widget-plist-member): New alias.
6350 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
6352         * eshell/esh-module.el (toplevel): Reference
6353         byte-compile-current-file only if it is bound.
6355 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
6357         * dired.el: Don't require `dired-aux'.
6359 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
6361         * dired-aux.el (dired-show-file-type): New function.
6362         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
6363         (dired-show-file-type): Add autoload.
6365 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
6367         * international/mule-diag.el (describe-font): Adjusted for the
6368         change of fontset-info.
6369         (print-fontset): Likewise.
6371 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
6373         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6375 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
6377         * bindings.el: Bind `[delete]' to delete-char.
6379         * dired.el (dired-find-alternate-file): New function.
6380         (dired-mode-map): Bind `a' to dired-find-alternate-file.
6381         (toplevel): Require dired-aux when compiling.
6382         (dired-buffers): Move defvar within file to avoid compiler warning.
6384         * info.el (Info-last-search): Variable removed.
6385         (Info-search-history): New variable.
6386         (Info-search): New Info-search-history.
6388         * battery.el, info-look.el: Change author's mail address.
6390 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
6392         * mail/rmail.el (rmail-clear-headers): Don't throw an error
6393         if rmail-ignored-headers is nil.
6394         (rmail-retry-failure): Bind rmail-ignored-headers and
6395         rmail-displayed-headers to nil.
6397 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
6399         * lpr.el (lpr-page-header-switches): Add `-h' switch.
6400         (print-region-1): Don't hard code `-h' here.
6402         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6404 2000-07-01  Francesco Potorti`  <pot@gnu.org>
6406         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6407         exim can use "your message" instead of "the message".
6409 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
6411         * facemenu.el: Docstrings fixes.
6412         (facemenu-get-face): Don't use internal-find-face.
6413         (facemenu-iterate): Rename arg to match the docstring.
6415         * newcomment.el (uncomment-region): Be more careful when skipping
6416         backwards over `=' not to bump into BOBP.
6418 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
6420         * ediff-diff.el (ediff-wordify): Use syntax table.
6421         * ediff-init.el (ediff-has-face-support-p): Use
6422         ediff-color-display-p.
6423         (ediff-color-display-p): Use display-color-p, changed to defun
6424         from defsubst.
6425         Got rid of special cases for NeXT and OS/2.
6426         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
6427         face.
6429 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
6431         * emacs-lisp/lucid.el: Require CL.
6432         (copy-tree, remprop): Remove, it's provided by CL.
6433         (map-keymap): Define in terms of cl-map-keymap.
6434         (extent-property, set-extent-end-glyph): New functions.
6436         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
6438 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
6440         * Makefile.in (DONTCOMPILE): Add comment that the name may
6441         not be changed without changing the make-dist script.
6443         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
6444         (cl-mapc): Use mapc instead of cl-old-mapc.
6446 2000-07-05  Andrew Innes  <andrewi@gnu.org>
6448         * makefile.nt: Add support for `bootstrap' and related targets.
6450 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
6452         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
6453         (easy-menu-do-define): Use `menu-item' format.
6454         Handle case where easy-menu-create-menu returns a symbol.
6455         Manually call the potential top-level filter in the function binding.
6456         (easy-menu-filter-return): New arg NAME.
6457         Convert to a keymap if MENU is an XEmacs menu.
6458         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
6459         (easy-menu-converted-items-table, easy-menu-convert-item):
6460         New var and fun to memoize easy-menu-convert-item-1.
6461         (easy-menu-do-add-item): Use it.
6462         (easy-menu-create-menu): Use easy-menu-convert-item.
6463         Wrap easy-menu-filter-return around any :filter specification.
6464         Don't convert the menu if a filter was specified.
6465         Tell easy-menu-make-symbol not to check for MENU being an expression.
6466         (easy-menu-make-symbol): New arg NOEXP.
6468 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
6470         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
6471         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
6472         (eval-defun): If called with prefix arg, instrument code for
6473         Edebug.
6475         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
6476         similar to that of eval-defun.
6478 2000-07-04  Dave Love  <fx@gnu.org>
6480         * hl-line.el (hl-line-overlay): Make it permanent-local.
6482         * calendar/todo-mode.el: Replaced with a working version, based on
6483         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
6485 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
6487         * paths.el (prune-directory-list): New function.
6488         (Info-default-directory-list): Rewritten to more methodically
6489         enumerate a big list of possible info directories (based on the
6490         list used by the standalone info reader).
6492         * info.el (info-initialize): Use prune-directory-list to remove
6493         non-existent directories from Info-directory-list.
6495         * paths.el (Info-default-directory-list): Try a list of possible
6496         info-directories instead of a single one.  Add the possible
6497         info directory "/usr/share/info".
6499         * woman.el (woman-man.conf-path): Explicitly include the debian
6500         man-db config file "/etc/manpath.config".
6501         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
6502         are present in `manpath.config'.
6503         (woman-manpath): Include "/usr/share/man".
6505 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
6507         * frame.el (blink-cursor-mode): Don't hide cursor initially.
6509         * startup.el (command-line): Initialize blink-cursor based
6510         on window-system.
6512         * frame.el (blink-cursor): Default to nil if not running under
6513         a window-system.
6515         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6516         (face-x-resources): Remove duplicate entry for :font.
6518         * textmodes/refer.el (refer-find-entry-internal): Use some-window
6519         instead of cycling through windows with next-window.
6521         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6522         of cycling through windows with next-window.
6524         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6525         of cycling through windows with next-window.
6527         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6528         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6529         instead of cycling through windows with next-window.
6531         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6532         instead of cycling through windows with next-window.
6534         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6535         of cycling through windows with next-window.
6537         * terminal.el (te-process-output): Use walk-windows instead of
6538         cycling through windows with next-window.
6540         * server.el (server-switch-buffer): Use some-window instead of
6541         cycling through windows with next-window.
6543         * window.el (some-window): New function.
6544         (walk-windows): Remove reference to walk-windows-start.
6546         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
6548 2000-07-03  Richard Stallman  <rms@gnu.org>
6550         * window.el (walk-windows): Guarantee termination by keeping a list
6551         of all the windows already handled.
6553 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
6555         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6556         window-system.
6558         * man.el (Man-notify-when-ready): Don't use window-system.  If
6559         Man-notify-method is newframe, and the display is not
6560         multi-frame, select the frame created for the man page.
6561         (Man-init-defvars): Doc fix.
6563 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
6565         * faces.el (region): Change background color for light background.
6567         * ediff-wind.el (ediff-setup-control-frame): Remove :box
6568         attribute from mode-line face of Ediff control frame.
6570         * replace.el (query-replace-map): Bind `e' like `E'.
6572 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
6574         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6575         Change name to "Select All".
6577         * dos-fns.el (convert-standard-filename): Fix last change.
6579 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
6581         * help.el (describe-variable): Don't insert a second `'s' in front
6582         of the string `value is shown below'.  Since the syntax-table is
6583         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6584         an existing `'s', so that this won't be deleted.
6586         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6587         * pcmpl-unix.el: New files.
6589 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
6591         * wid-edit.el (widget-member): Use the new plist-member.
6593 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
6595         * replace.el (perform-replace): Undo change of 2000-04-04.
6596         Instead, move backward 1 character at the end of the loop when
6597         necessary.
6599         * faces.el (fringe): Change face for different backgrounds.
6601         * eshell/esh-module.el (toplevel): Load defgroup's differently;
6602         patch from John.
6604         * eshell/*.el: Change spelling of the Free Software Foundation.
6606         * eshell/esh-toggle.el: Removed.
6608         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6610         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6611         interactively.
6613 2000-06-26  Alex Schroeder  <alex@gnu.org>
6615         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6616         `define-key'; instead of checking `(emacs-version)' check for
6617         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
6618         for `;' and `o' which might be electric.
6620         (sql-electric-stuff): New user option.
6621         (sql-magic-go): New function which uses `sql-electric-stuff'.
6622         (sql-magic-semicolon): New function which uses
6623         `sql-electric-stuff'.
6625         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
6626         is not fboundp.
6628         (sql-oracle-options): New variable.
6629         (sql-oracle): Use it.
6631         (sql-imenu-generic-expression): Doc change.
6632         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
6633         is used.
6635         (sql-informix): Added command line parameter "-" to force
6636         sql-informix-program to use stdout.
6638 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
6640         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
6641         (cp864-decode-table): Doc fix.
6642         (cp720-decode-table): New variable, supports the Arabic OEM
6643         codepage used by Windows.
6644         (cp737-decode-table): New, Greek OEM codepage used by Windows.
6646 2000-06-23  Dave Love  <fx@gnu.org>
6648         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
6649         (font-lock-fontify-anchored-keywords): Use
6650         line-beginning-position.
6651         (global-font-lock-mode): Use mapc.
6653 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
6655         * eshell/esh-module.el: Require CL when compiling.
6657 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
6659         * comint.el (comint-substitute-in-file-name): Call replace-match
6660         with second and third arg t.
6662         * cus-edit.el (custom-button-face, custom-button-pressed-face):
6663         Specify foreground color.
6665         * faces.el (tool-bar, mode-line, header-line): Specify foreground
6666         color.
6668         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
6670         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6671         cddr instead of cdddr.
6673         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
6674         instead of copy-list.
6676         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
6677         of copy-list.
6679         * subdirs.el: Add eshell subdirectory.
6681         * eshell: New subdirectory containing the Eshell package.
6683         * pcomplete.el: New file.
6685 2000-06-23  Paul Eggert  <eggert@twinsun.com>
6687         * mail/mailpost.el (post-mail-send-it): Make sure file has
6688         proper permissions from birth.
6690         * files.el (basic-save-buffer-2): When temporarily setting
6691         file modes, set them to current modes plus 0200, not to 0777.
6693         * emerge.el (emerge-make-temp-file): Make sure file has proper
6694         permissions from birth.
6696 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
6698         * files.el (make-backup-file-name-1): On DOS/Windows, run the
6699         backup file name through convert-standard-filename.
6701         * dos-fns.el (convert-standard-filename): Convert leading
6702         directories as well.  When long file names are supported, convert
6703         characters that are invalid in Windows file names.
6705 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6707         * ps-print.el: Fix bug: if ^L is the very first buffer character,
6708         ps-print crashes.  New feature: page selection for printing.  Create
6709         raw-text-unix coding system for XEmacs.  Doc fix.
6710         (ps-print-version): New version number (5.2.3).
6711         (ps-plot-region): Bug fix.
6712         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
6713         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
6714         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
6715         funs.
6716         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
6717         (ps-last-page): New vars.
6719 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
6721         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
6722         empty option string.
6724 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
6726         * man.el (man): Doc fix.
6728 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
6730         * international/mule-cmds.el (set-language-info-alist): Docstring
6731         fixed.
6733 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
6735         * version.el (emacs-version): Use ISO date format.
6737         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
6738         instead of `M-backspace'.
6740         * simple.el (turn-off-auto-fill): New function.
6742 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
6744         * jit-lock.el (with-buffer-prepared-for-jit-lock):
6745         Renamed from with-buffer-prepared-for-font-lock and use
6746         inhibit-modification-hooks rather than setting *-change-functions.
6747         Update all functions to use the new name.
6748         (jit-lock-first-unfontify-pos): New semantics (and doc).
6749         (jit-lock-mode): Make non-interactive.
6750         Don't automatically turn on font-lock.
6751         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
6752         Always use jit-lock-after-change.
6753         Remove and restore font-lock-after-change-function.
6754         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
6755         (jit-lock-after-unfontify-buffer): Remove.
6756         (jit-lock-stealth-fontify):
6757         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
6758         (jit-lock-after-change): Set the `fontified' text-prop to nil.
6760 2000-06-20  Sam Steingold  <sds@gnu.org>
6762         * emacs-lisp/cl-indent.el (toplevel): Indent
6763         `print-unreadable-object' properly.  Untabify.
6765 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6767         * textmodes/reftex.el (reftex-find-citation-regexp-format):
6768         Support for bibentry.
6769         (reftex-compile-variables): Fixed problem with end of section-re.
6771         * texmodes/reftex-dcr.el (reftex-view-crossref,
6772         reftex-view-crossref-from-bibtex):
6773         Deal with changed `reftex-find-citation-regexp-format'.
6774         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
6775         Replaced `remprop' with `put'.
6776         (reftex-view-crossref, reftex-view-crossref-when-idle):
6777         Support for bibentry.
6779         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6780         New entry for bibentry package.
6782         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6783         Regexp also matches "\nobibliography".
6785         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
6786         Call `reftex-ensure-write-access' before doing anything.
6787         (reftex-ensure-write-access): New function.
6789 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6791         * progmodes/idlwave.el: File re-installed (update to version 4.2)
6793         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
6795         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
6797         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
6800 2000-06-20  Dave Love  <fx@gnu.org>
6802         * faces.el (frame-background-mode): Use set-default, not set, in
6803         setter.
6804         (frame-update-faces, frame-update-face-colors): Define with
6805         defalias.
6807         * enriched.el (enriched-decode-foreground)
6808         (enriched-decode-background): Don't use internal-find-face.
6810         * apropos.el: Doc fixes.
6812         * cus-edit.el (customize-changed-options): Check arg.
6813         (customize-version-lessp): Don't require decimal point.
6815         * custom.el (defcustom, defgroup): Doc fix.
6817         * newcomment.el (comment) <defgroup>: Add :version.
6818         (comment-multi-line): Doc fix.
6820         * emulation/mlsupport.el (define-hooked-local-abbrev,
6821         define-hooked-global-abbrev): Fix, using define-abbrev.
6823 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
6825         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
6826         the whole buffer.
6828 2000-06-19  Dave Love  <fx@gnu.org>
6830         * menu-bar.el (menu-bar-options-save): New function.
6831         (menu-bar-options-menu): Use it.
6832         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
6833         Simplify.
6835 2000-06-19  Andreas Schwab  <schwab@suse.de>
6837         * progmodes/etags.el (tags-query-replace): Put new parameters
6838         START and END at the end, for backward compatibility.
6840 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
6842         * international/codepage.el:
6843         (cp-coding-system-for-codepage-1): Delete special codes for
6844         generating xxx-dos coding system because now a CCL based coding
6845         system can handle EOL conversion by default.
6847         * international/mule.el (make-coding-system): Generate subsidiary
6848         coding systems for EOL handling variants even for a CCL based
6849         coding system.
6851 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
6853         * international/isearch-x.el (isearch-minibuffer-input-method)
6854         (isearch-minibuffer-input-method-function): These variables
6855         deleted.
6856         (isearch-with-input-method): Don't use the above variables.
6857         (isearch-process-search-multibyte-characters): Likewise.  Call
6858         read-string with the arg INHERIT-INPUT-METHOD t.
6860 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
6862         * font-lock.el (font-lock-after-fontify-buffer)
6863         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
6865         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
6866         Use consistent make-local-variable style for font-lock-fontified.
6867         (jit-lock-fontify-buffer):
6868         Don't bother checking for font-lock-mode and jit-lock-mode.
6870         * time.el: Remove trailing ^M that prevent CVS-merging.
6872 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
6874         * Makefile.in (distclean): New target.
6876 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
6878         * Makefile.in (srcdir): Define for update-subdirs.
6880 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
6882         * find-lisp.el: New file.
6884 2000-06-16  Andrew Innes  <andrewi@gnu.org>
6886         * time.el (display-time-mail-function): New variable, to allow
6887         external packages to indicate when new mail is available.
6888         (display-time-update): Use it.
6890 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
6892         * international/mule.el (mule-version): Change version name to
6893         SAKAKI.  AOI has already been used by Meadow.
6895         * international/quail.el (quail-show-guidance-buf): To find the
6896         bottom window (but minibuffer), pay attention to the height of
6897         minibuffer.
6899 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
6901         * arc-mode.el (archive-mode-map): Use the new menu-item format for
6902         menu-bar menus.  Add help strings.  Don't remove the Edit menu
6903         from the menu bar, as the menu bar has enough space now.
6905         * Makefile.in (SHELL): Make sure /bin/sh is used.
6907         * woman.el (woman-man-buffer): Fix bold and underlined CJK
6908         characters, which use series of two ^H characters instead of one.
6910 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
6912         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
6913         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
6914         functions.
6915         (Info-find-node-2): Try a case-sensitive search first, then
6916         do a case-insensitive search.
6918         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
6919         tutorials.
6921         * complete.el (PC-env-vars-alist): New variable.
6922         (PC-complete-as-file-name): New function.
6923         (partial-completion-mode): Initialize PC-env-vars-alist from
6924         process-environment.
6925         (PC-do-completion): Handle completion of env vars.
6927         * info.el (Info-set-mode-line): Show file name in mode line,
6928         use `*Info*' instead of `Info:'.
6930         * startup.el (command-line-1): Change copyright messages to year
6931         2000.
6933 2000-06-15  Dave Love  <fx@gnu.org>
6935         * net/goto-addr.el (goto-address-fontify): Use keymap property,
6936         not local-map.
6938 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
6940         * international/mule.el (set-buffer-file-coding-system): Almost
6941         rewritten to handle `undecided' as no-op.
6943 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
6945         * Makefile.in: New file.
6947         * Makefile: Removed.
6949         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
6950         (goto-address-highlight-keymap): Bind C-c RET.
6952 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
6954         * mail/sendmail.el (sendmail-send-it): The temporary buffer
6955         inherits buffer-file-coding-system of the current buffer.
6957         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6958         0.  Give correct argument to set-auto-coding-function.
6959         (tar-expunge): For goto-char, use (point-min), not 0.
6960         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6961         (tar-subfile-save-buffer): Likewize.
6963         * international/mule.el
6964         (after-insert-file-set-buffer-file-coding-system): Call
6965         set-buffer-file-coding-system with the arg FORCE t.
6967 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
6969         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6970         nil.  Contemporary sendmails issue an X-Authentication-Warning if
6971         the sender is set with `-f'.
6973 2000-06-13  Dave Love  <fx@gnu.org>
6975         * help.el (describe-function-1): Kluge around cases of functions
6976         fset to subrs whose doc doesn't match their symbol-name.
6978         * image.el (insert-image): Default STRING to a space.
6980         * info.el Doc fixes.
6981         (Info-build-node-completions): Match Ref tags.
6983 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
6985         * frame.el (display-multi-frame-p, display-multi-font-p): New
6986         defaliases for display-graphic-p.
6988         * hl-line.el: Fixed a typo in commentary.
6990 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
6992         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
6993         fixed.
6995 2000-06-12  Dave Love  <fx@gnu.org>
6997         * image.el (insert-image): Save a little consing.
6999 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
7001         * language/tibet-util.el: Convert all tibetan-1-column characters
7002         to the corresponding tibetan characters.
7003         (tibetan-add-components): Delete code for the special treatment of
7004         'a chung.
7006         * language/tibetan.el (tibetan-composable-pattern): Fix previous
7007         change.
7008         (tibetan-vowel-transcription-alist): More rules added.
7009         (tibetan-composite-vowel-alist): New variable.
7010         (tibetan-precomposition-rule-alist): More rules added.
7012 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
7014         * startup.el (command-line): Only call menu-bar-mode if interactive.
7016         * thingatpt.el (toplevel symbol-properties):
7017         * textmodes/makeinfo.el (makeinfo-compile):
7018         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
7019         * progmodes/hideif.el (hif-compress-define-list)
7020         (hide-ifdef-use-define-alist):
7021         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
7022         (ange-ftp-vms-add-file-entry):
7023         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7024         * man.el (Man-build-man-command):
7025         * mail/rnewspost.el (news-reply-header-hook):
7026         * info.el (Info-insert-dir):
7027         * emulation/mlconvert.el (backward-word, forward-word, setq):
7028         * emacs-lisp/gulp.el (gulp-send-requests):
7029         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7030         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
7031         (byte-optimize-apply, end of file):
7032         * emacs-lisp/advice.el (ad-advice-class-completion-table)
7033         (ad-make-freeze-definition):
7034         * startup.el (command-line, command-line-1): Don't quote lambdas.
7036         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7037         (cvs-cleanup-removed): New function.
7038         (cvs-cleanup-functions): New var.
7039         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7040         some flexibility in specifying additional entries to auto-cleanup.
7041         (cvs-quickdir): New function.
7042         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7043         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7044         (cvs-mode-find-file): Check that we are on a filename or dirname
7045         when invoked through a mouse-click.
7046         (cvs-full-path): Remove.
7047         (cvs-dired-action): Re-introduced.
7048         (cvs-dired-noselect): Use it.
7049         (vc-post-command-functions): use this new hook if available.
7051         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7052         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7053         (cvs-filename-map, cvs-dirname-map): Remove.
7054         (cvs-default-action): Remove.
7055         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7056         if the arg is really a keymap.
7057         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7058         Don't hardcode the mapping from state (aka type) to face, but check
7059         the var cvs-fi-<type>-face instead.
7060         (cvs-fileinfo-from-entries): New function.
7062         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7063         Docstring fix.
7064         (cvs-find-file-and-jump): Change default to be safer.
7065         (cvs-mode-diff-map): Define it as a function as well.
7066         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7067         Bind mouse-2 in this global map rather than with text-properties.
7069         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7070         file to resolve the ambiguity between C(conflict) and C(need-merge).
7072 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
7074         * international/mule.el (set-buffer-file-coding-system): If
7075         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7076         unconditionally.
7078 2000-06-12  Dave Love  <fx@gnu.org>
7080         * wid-edit.el (widget-specify-button): Really suppress the face if
7081         required.
7083 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
7085         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7087 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
7089         * imenu.el (imenu-generic-expression): Docstring fix.
7091         * composite.el (composition-function-table): Move the `put'
7092         below the autoload cookie so we can load the file before loaddefs.
7094         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7096         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7097         Handle easy-mmode-define-global-mode.
7098         For complex macros like define-minor-mode that can generate
7099         several autoload entries, try to autoload entries in the
7100         macroexpanded code.
7102         * emacs-lisp/easy-mmode.el (define-minor-mode):
7103         If KEYMAP is a symbol, just use it.
7104         Use byte-compile-current-file and load-file-name to infer the
7105         proper :require to pass to defcustom.
7106         Wrap the hook var into `progn' so as not to autoload it.
7107         Add a :autoload-end cookie.
7108         Be more careful about the evaluation of KEYMAP.
7109         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7110         (define-derived-mode): Move define-abbrev-table outside of defvar.
7112 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
7114         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7115         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7116         (backup-compiled-files): Ignore errors during `tar'.
7117         (bootstrap): Make autoloads before elc files.
7119 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
7121         * international/mule.el (set-buffer-file-coding-system): If one of
7122         undecided-XXX is specified, change only EOL conversion.
7124         * international/mule-conf.el (unix): New alias for the coding
7125         system undecided-unix.
7127 2000-06-09  Dave Love  <fx@gnu.org>
7129         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7131         * progmodes/executable.el: Byte compile dynamic.
7132         (executable-insert): Change custom type.
7133         (executable-find): Add autoload cookie.
7134         (executable-make-buffer-file-executable-if-script-p): New
7135         function.  After Noah Friedman.
7137         * files.el (after-save-hook): Customize, with
7138         executable-make-buffer-file-executable-if-script-p as an option.
7140 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
7142         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7143         "tib24p-mule.bdf" for Tibetan.
7145         * composite.el (decompose-composite-char): Declare it as obsolete.
7147         * man.el (Man-fontify-manpage): Pay attention to underline and
7148         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
7150 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
7152         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7153         Set maintainer to FSF since author isn't reachable.
7155 2000-06-08  Dave Love  <fx@gnu.org>
7157         * international/mule-cmds.el (select-safe-coding-system): If
7158         DEFAULT-CODING-SYSTEM is not specified, also check the most
7159         preferred coding-system if buffer-file-coding-system is
7160         `undecided'.  From Handa.
7162 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
7164         * international/mule.el
7165         (after-insert-file-set-buffer-file-coding-system): If the buffer
7166         size is greater than INSERTED, judget that we are not visiting.
7168 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
7170         * whitespace.el (defgroup whitespace): Comment out `:version'.
7171         XEmacs 20.4 has problems defining the group with this present.
7172         We'll have this commented out till get resolve the problem.
7174 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
7176         * align.el: Update from author.
7178 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
7180         * apropos.el (apropos-mode-hook): New user variable.
7181         (apropos-mode): Run apropos-mode-hook.
7183 2000-06-07  David Ponce  <david@dponce.com>
7185         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7186         commands.  Require `wid-edit' at run-time.
7188 2000-06-07  David Ponce  <david@dponce.com>
7190         * recentf.el: Added some "Commentary".
7191         (recentf-open-more-files, recentf-edit-list): Minor changes to
7192         move the point at the top of the file list.  This behaviour is
7193         consistent with the menu one when the list contains a lot of
7194         files.
7195         (recentf-cleanup): Now displays the number of items removed from
7196         the list.
7197         (recentf-relative-filter) New menu filter to show filenames
7198         relative to `default-directory'.
7200 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7202         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
7203         with/without giving an error if PostScript printer doesn't have this
7204         kind of page size.  Zebra Stripe continues or restarts on next page.
7205         Manual/automatic paper feeding.  Switch or not the header.
7206         (ps-print-version): New version number (5.2.2).
7207         (ps-windows-system): Include emx as a Windows system.
7208         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7209         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7210         (ps-background-text): Code fix.
7211         (ps-error-handler-message, ps-user-defined-prologue)
7212         (ps-print-prologue-header, ps-printer-name)
7213         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7214         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7215         (ps-use-face-background): Customization fix.
7216         (ps-n-up-database): Data fix.
7217         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7218         (ps-switch-header): New vars.
7219         (ps-xemacs-color-name, ps-face-foreground-name)
7220         (ps-face-background-name, ps-boolean-constant): New funs.
7222 2000-06-07  Dave Love  <fx@gnu.org>
7224         * allout.el: New version from Manheimer.
7226 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
7228         * textmodes/fill.el (fill-find-break-point): Check the validity of
7229         charset.
7231 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7233         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7234         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7235         Call display-color-p and display-mouse-p instead of looking at
7236         window-system.
7238 2000-06-06  Dave Love  <fx@gnu.org>
7240         * image.el (find-image): Doc fix.  Return nil if image not found.
7241         (put-image, insert-image): Make STRING arg optional.
7243 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
7245         * language/vietnamese.el: Remove eval-when-compile.
7246         (viet-viscii-nonascii-translation-table): Define it as a
7247         translation table made from viet-viscii-decode-table.
7248         (viet-viscii-encode-table): Define it as a translation table made
7249         from the reverse map of above.
7250         (viet-vscii-nonascii-translation-table): Define it as a
7251         translation table made from viet-vscii-decode-table.
7252         (viet-vscii-encode-table): Define it as a translation table made
7253         from the reverse map of above.
7254         (ccl-decode-viscii): Use translate-character.
7255         (ccl-encode-viscii, ccl-encode-viscii-font)
7256         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7257         Likewize.
7259         * language/cyrillic.el: Remove eval-when-compile.
7260         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7261         translation table made from cyrillic-koi8-r-decode-table.
7262         (cyrillic-koi8-r-encode-table): Define it as a translation table
7263         made from the reverse map of above.
7264         (ccl-decode-koi8): Use translate-character.
7265         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7266         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7267         a translation table made from cyrillic-alternativnyj-decode-table.
7268         (cyrillic-alternativnyj-encode-table): Define it as a translation
7269         table made from the reverse map of above.
7270         (ccl-decode-alternativnyj): Use translate-character.
7271         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7272         Likewize
7274         * international/mule-diag.el (non-iso-charset-alist): Specify
7275         translation table symbol instead of translation table itself.
7276         (list-block-of-chars): CHARSET may be a translation table symbol.
7278         * international/mule.el (make-coding-system): If CODING-SYSTEM
7279         already exists, override it.
7281         * international/fontset.el: Use family `proportional' for Tibetan
7282         fonts.
7284         * international/ccl.el (ccl-compile-translate-character): Don't
7285         check if Rrr has property translation-table.
7286         (ccl-compile-map-multiple): Modified to avoid compiler warning.
7288 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
7290         * info.el: Bind case-fold-search to t when searching in case
7291         a user sets it to nil in a hook.
7293 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
7295         * autoarg.el (autoarg-mode, autoarg-kp-mode):
7296         * hl-line.el (hl-line-mode): Use the new :global key argument.
7298         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7299         (tar-clip-time-string): Prepend a space.
7300         (tar-grind-file-mode): Construct a string rather than modifying one.
7301         (tar-header-block-summarize): Fix docstring.
7302         Use `format' rather than an error-prone set of copy-loops.
7304         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
7305         (diff-goto-source, diff-unified->context, diff-context->unified)
7306         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
7307         understand the format output by the `-p' argument to diff.
7309         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
7310         (sh-re-done): Use defconst.
7311         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
7312         (sh-help-string-for-variable, sh-guess-basic-offset):
7313         Don't quote lambdas.
7314         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
7315         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
7317         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
7318         (mh-letter-mode): Derive from text-mode.
7319         This implicitly means that it now calls kill-all-local-variables.
7320         Also remove the Emacs-18 compatibility code.
7322         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
7323         Make use of symbol-property doc-string-elt.
7324         Use memq rather than a sequence of eq.
7325         (doc-string-elt): Fix the wrong or missing previously unused values.
7326         (autoload-print-form): New function extracted from
7327         generate-file-autoloads to allow recursion when handling progn
7328         so that defvar's and defun's docstrings are properly printed.
7329         (generate-file-autoloads): Use it.
7331         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
7332         Use find-file-hooks in the minor-mode function.
7333         Be careful not to loop indefinitely in the post-command-hook function.
7335 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
7337         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
7338         tty's.
7339         * ediff-diff.el (ediff-exec-process): Use --binary for fine
7340         differences whenever appropriate.
7341         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
7342         * viper.el (find-file, find-file-other-window): Get viper to do
7343         wildcards.
7345 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
7347         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7348         (jit-lock-fontify-buffer): New function for JIT refontification.
7349         (jit-lock-mode): Fix docstring.
7350         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7351         Remove jit-lock-after-change from the _local_ hook.
7352         (jit-lock-function-1): Fix docstring.
7354         * info.el (Info-on-current-buffer): Initialize info.
7356         * newcomment.el (comment-indent): Ignore comment-indent-hook.
7358         * progmodes/tcl.el (tcl-indent-for-comment):
7359         Ignore comment-indent-hook.
7361         * emacs-lisp/easy-mmode.el: Require CL during compilation.
7362         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
7363         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
7364         and improve to use the lighter to guess the capitalization.
7365         (define-minor-mode): Inline code from easy-mmode-define-toggle.
7366         Add keyword arguments to specify global-ness or the custom group.
7367         Add local-map and help-echo properties to the lighter.
7368         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
7369         (easy-mmode-define-global-mode): New macro.
7371 2000-06-02  Dave Love  <fx@gnu.org>
7373         * wid-edit.el: byte-compile-dynamic since we typically don't use
7374         all the widgets.  Don't require cl or widget.  Remove
7375         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
7376         (widget-read-event): Removed.  Callers changed to use read-event.
7377         (widget-button-release-event-p): Renamed from
7378         button-release-event-p.
7379         (widget-field-add-space, widget-field-use-before-change):
7380         Uncustomize.
7381         (widget-specify-field): Use keymap property, not local-map.
7382         (widget-specify-button): Obey :suppress-face.
7383         (widget-specify-insert): Use modern backquote syntax.
7384         (widget-image-directory): Renamed from widget-glyph-directory.
7385         (widget-image-enable): Renamed from widget-glyph-enable.
7386         (widget-image-find): Replaces widget-glyph-find.
7387         (widget-button-pressed-face): Move defvar.
7388         (widget-image-insert): Replaces widget-glyph-insert.
7389         (widget-convert): Use keywordp.
7390         (widget-leave-text, widget-children-value-delete): Use mapc.
7391         (widget-keymap): Remove XEmacs stuff.
7392         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
7393         (widget-button-click): Don't set point at the click, but re-centre
7394         if we scroll out of window.  Rewritten for images v. glyphs &c.
7395         (widget-tabable-at): Use POS arg, not point.
7396         (widget-beginning-of-line, widget-end-of-line)
7397         (widget-item-value-create, widget-sublist, widget-princ-to-string)
7398         (widget-sexp-prompt-value, widget-echo-help): Simplify.
7399         (widget-default-create): Use widget-image-insert; some rewriting.
7400         (widget-visibility-value-create)
7401         (widget-push-button-value-create, widget-toggle-value-create): Use
7402         widget-image-insert.
7403         (checkbox): Create on and off images dynamically.
7404         (documentation-link): Change :help-echo.
7405         (widget-documentation-link-echo-help): Remove.
7407 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
7409         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7411         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7412         (easy-mmode-define-toggle, define-minor-mode): Use it.
7413         (easy-mmode-define-keymap): Docstring fix.
7414         (define-derived-mode): Default PARENT to fundamental-mode.
7415         Add the derived-mode-parent symbol-property.
7416         (easy-mmode-derived-mode-p): New function.
7418 2000-06-02  Dave Love  <fx@gnu.org>
7420         * files.el (convert-standard-filename): Doc fix.
7421         (normal-backup-enable-predicate): New function.
7422         (backup-enable-predicate): Use it to replace the lambda form.
7424         * calendar/todo-mode.el: [This needs more work on the outline
7425         stuff.]  Doc fixes.
7426         (todo) <defgroup>: Add :version.
7427         (todo-add-category): Don't use pushnew.
7428         (todo-cmd-raise): Fix typo.
7429         (todo-top-priorities): Change temp buffer name.
7430         (todo-category-alist): Avoid redundant lambda.
7431         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7432         Use outline-next-heading.
7434         * autoarg.el: Rewritten to use define-minor-mode.
7435         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
7436         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
7438 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
7440         * isearch.el (isearch-other-meta-char): Fix previous change.
7442 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
7444         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
7445         (log-edit-done): Only add the comment to the ring if it's different
7446         from the last comment entered.
7448         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
7450 2000-06-01  Dave Love  <fx@gnu.org>
7452         * hl-line.el: Rewritten using define-minor-mode.
7454         * help.el (describe-function-1): Distinguish special form from
7455         builtin function.  Sanity-check presence of arglist for builtins.
7457 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
7459         * international/characters.el: Fix syntax/category setting of
7460         Tibetan characters.
7462         * language/tibet-util.el (tibetan-add-components): Fixes for new
7463         encoding of Tibetan characters.
7464         (tibetan-decompose-precomposition-alist): New variable.
7465         (tibetan-decompose-region): Convert precomposed characters to
7466         non-precomposed characters.
7467         (tibetan-decompose-string): Likewise.
7468         (tibetan-composition-function): Fix args to
7469         thibetan-compose-string.
7471         * language/tibetan.el (tibetan-composable-pattern): More
7472         characters included.
7473         (tibetan-consonant-transcription-alist): Rule for "R" added.
7474         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
7475         "+R" added.
7476         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
7478         * language/lao-util.el (lao-composition-function): Fix args to
7479         compose-string.
7481         * language/thai-util.el (thai-composition-function): Fix args to
7482         compose-string.
7484         * isearch.el (isearch-update): Set disable-point-adjustment to t
7485         to prevent the point moving to the end of a composition when a
7486         part of a composition is searched.
7487         (isearch-other-meta-char): If the key invoking this command can be
7488         mapped by function-key-map to a printing char, call
7489         isearch-process-search-char directly.
7491 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
7493         * emacs-lisp/bytecomp.el:
7494         * frame.el:
7495         * international/mule-cmds.el:
7496         * international/mule-util.el:
7497         * international/mule.el:
7498         * mouse.el:
7499         * subr.el:
7500         * faces.el: Update calls to make-obsolete with a WHEN argument.
7502         * byte-run.el (make-obsolete, make-obsolete-variable):
7503         Add an optional WHEN argument and change the format of the
7504         symbol-property information.
7505         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
7506         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
7507         new obsolete-symbol-property format and print WHEN if it is provided.
7509 2000-05-31  Dave Love  <fx@gnu.org>
7511         * loadhist.el (loadhist-hook-functions): Remove
7512         before-change-function, after-change-function.
7513         (unload-feature): Deal with symbols which are both bound and
7514         fbound.
7516         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7517         before-change-function, after-change-function.
7519         * simple.el (newline): Don't bind before-change-function,
7520         after-change-function.
7522 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
7524         * whitespace.el (whitespace-rescan-timer-time): Update interval
7525         set to 600 seconds (10 minutes) instead of 60 seconds since
7526         a large number of whitespace buffers causes emacs to `freeze'
7527         for a considerable amount of time.
7529         * whitespace.el: Updated email address
7531 2000-05-31  Dave Love  <fx@gnu.org>
7533         * add-log.el (change-log-font-lock-keywords) <function>: Add
7534         pattern for function of change.
7535         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7536         acknowledgements patterns.
7538 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
7540         * isearch.el (isearch-printing-char): If keyboard coding system is
7541         being used, call isearch-process-search-multibyte-characters.
7543         * international/isearch-x.el: Mostly rewritten.
7545         * international/quail.el (quail-start-conversion): Don't include
7546         unhandled events in the returned events, but set them in
7547         unread-command-events.  Exit if all inputs are deleted.
7549 2000-05-30  Jason Rumney  <jasonr@gnu.org>
7551         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7553         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7554         Reenable code to create initial fontsets.
7555         Use set-fontset-font in place of put-charset-property.
7557 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
7559         * progmodes/perl-mode.el (perl-indent-line): When looking for a
7560         label, ensure that the first colon isn't followed by another.
7562         * paths.el (Info-default-directory-list): Doc fix.
7564         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7565         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7566         send a query containing USER only, not USER@HOST.
7568         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7569         and rmail-msgend to compute the restriction at the end, instead of
7570         computing it.
7572 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
7574         * dabbrev.el (dabbrev-expand): Don't display messages in the
7575         echo area if the minibuffer window is active.
7577         * jit-lock.el (jit-lock-mode): Add after change function to
7578         local hook.
7580 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
7582         * antlr-mode.el: New commands: hide/unhide actions,
7583         upcase/downcase literals.
7584         (antlr-tiny-action-length): New user option.
7585         (antlr-hide-actions): New command.  Suggested by
7586         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7587         (antlr-mode-map): New binding [C-c C-v].
7588         (antlr-mode-menu): New entries.
7589         (antlr-downcase-literals): New command.
7590         (antlr-upcase-literals): Ditto.
7592         * antlr-mode.el: Minor changes: indendation, mode-name.
7593         (antlr-indent-line): Indent cpp directive at column 0.
7594         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7596         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7597         (antlr-font-lock-additional-keywords): Workaround for intentional
7598         bug in XEmacs version of font-lock.
7599         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
7600         be used by a smarter version of `buffers-menu-grouping-function'.
7602 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
7604         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7605         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7607 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
7609         * international/encoded-kb.el
7610         (encoded-kbd-iso2022-designation-map): Pay attention to that
7611         charset-iso-final-char return -1 for eight-bit-control and
7612         eight-bit-graphic.
7614 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
7616         * speedbar.el (speedbar-use-images, speedbar-update-flag)
7617         (speedbar-easymenu-definition-base): Use display-graphic-p where
7618         available, instead of window-system.
7620 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
7622         * international/codepage.el (cp-coding-system-for-codepage-1): Add
7623         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
7624         coding systems.
7626 2000-05-26  Dave Love  <fx@gnu.org>
7628         * disp-table.el (standard-display-underline): Don't use
7629         internal-find-face.
7631         * mail/reporter.el: Maintainer change.  Doc fixes.
7632         (reporter-version): Deleted.
7634         * emacs-lisp/elp.el: Maintainer change.
7635         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
7637 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
7639         * add-log.el (add-change-log-entry): Merge the current entry with the
7640         previous one if the previous one is empty.
7642 2000-05-26  Dave Love  <fx@gnu.org>
7644         * loadhist.el (unload-feature): Fix interactive spec [from
7645         lijnzaad@ebi.ac.uk].
7647         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
7648         subr-arity to check primitives.
7649         (byte-compile-flush-pending, byte-compile-file-form-progn)
7650         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
7651         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
7652         mapcar.
7654 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
7656         * international/fontset.el: Set family names of non-latin charsets
7657         in default fontset to "*".
7659         * international/mule-diag.el (print-fontset): Combine family part
7660         and registry part of the fontname by "-*-" instead of "-".
7662         * international/mule-cmds.el (encode-coding-char): Make strings
7663         multibyte before calling encode-coding-string.
7665 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
7667         * derived.el: Fix keywords.
7668         (define-derived-mode): Only define if needed.
7670         * simple.el (fill-comment, comment-column, comment-start)
7671         (comment-start-skip, comment-end, comment-indent-function)
7672         (block-comment-start, block-comment-end, indent-for-comment)
7673         (set-comment-column, kill-comment, comment-padding, comment-region)
7674         (comment-multi-line, indent-new-comment-line): Remove.
7676         * bindings.el (esc-map): Change ; to comment-dwim and use the new
7677         function names for comment operations.
7679         * newcomment.el: Add abundant autoload cookies.
7680         (comment-style): Don't depend on runtime data at compile-time.
7681         (comment-indent-hook): Remove.
7682         (comment-indent): Check if comment-indent-hook is bound.
7683         (comment-region): Docstring fix.
7685 2000-05-25  Dave Love  <fx@gnu.org>
7687         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
7688         byte-code-function-p.
7690         * mail/rmailsum.el: Add provide.
7692         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
7694         * smerge-mode.el (smerge-diff-switches): Don't use list* in
7695         defcustom.
7697 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
7699         * ediff-diff.el (ediff-exec-process): delete --binary option from
7700         non-buffer ediff jobs.
7702 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7704         * hilit-chg.el (highlight-changes-mode): Ask about color or
7705         grayscale support, not about window-system.
7707         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7708         window-system.
7709         (ffap-highlight): Always default to t.
7711         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
7712         display-popup-menus-p instead of looking at window-system.
7714         * disp-table.el (standard-display-g1, standard-display-graphic):
7715         Only refuse to use string glyphs on X and MS-Windows.
7717         * avoid.el: Remove window-system from commentary, suggest to use
7718         display-*-p instead.
7720         * apropos.el (apropos-print): Use display-mouse-p instead of
7721         window-system.
7723 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7725         * international/codepage.el (cp-decoding-vector-for-codepage):
7726         Fill up unsupported characters with their own codes.  From Kenichi
7727         Handa.
7729 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7731         * international/mule-diag.el (describe-char-after): Use
7732         display-graphic-p instead of window-system, so that this function
7733         works on MS-DOS.
7735 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7737         * international/codepage.el (cp-make-coding-systems-for-codepage):
7738         Remove the eight-bit-graphic and eight-bit-control charsets from
7739         the list of charsets which we convert into `?'.
7741 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
7743         * international/mule-conf.el: Specify CHARSET-ID explicitely for
7744         private charsets.
7745         (mule-unicode-0100-24ff, japanese-jisx0213-1,
7746         japanese-jisx0213-2): New charsets.
7748         * international/fontset.el: Setup default fontset for new charsets.
7750 2000-05-24  Dave Love  <fx@gnu.org>
7752         * info.el (Info-find-node-2): Restructure [following "Vadim
7753         S. Solomin" <sovs@uic.nnov.ru>].
7755         * icomplete.el: Fix header for Finder.
7757 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
7759         * rmailout.el (rmail-output-to-rmail-file): Added optional param
7760         STAY.
7762         * rmail.el (rmail-automatic-folder-directives): New user variable.
7763         (rmail-show-message): Add call to `rmail-auto-file' during
7764         display.
7765         (rmail-auto-file): New function.
7767 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
7769         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
7770         account.
7771         (ediff-test-utility,ediff-diff-mandatory-option)
7772         (ediff-reset-diff-options): Utilities for proper initialization of
7773         ediff-diff-options and ediff-diff3-options on Windows.
7775         * ediff-init.el (ediff-merge-filename-prefix): New customizable
7776         variable.
7778         * ediff-mult.el (ediff-filegroup-action): Use
7779         ediff-merge-filename-prefix.
7781 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
7783         * viper-ex.el (ex-write): Set selective display to nil.
7785 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
7787         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
7788         aliases for hebrew-iso-8bit.
7790 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
7792         * woman.el: New version from Francis J. Wright
7793         <F.J.Wright@Maths.QMW.ac.uk>.
7794         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
7795         names in environment variables regardless of the path separator.
7796         (woman-topic-all-completions-1): Don't call file-name-directory-p
7797         on all files, since woman-file-regexp already filters out any
7798         directories.
7800 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
7802         * international/quail.el (quail-start-translation): Don't change
7803         modified-p of the current buffer.
7804         (quail-start-conversion): Likewise.
7806         * international/kkc.el (kkc-region): Don't change modified-p of
7807         the current buffer.
7809         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
7810         conform to RFC1468.
7811         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
7813 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
7815         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
7816         (speedbar-insert-button): Invisible text property fix.
7817         (speedbar-directory-plus): Renamed from speedbar-directory-+
7818         (speedbar-directory-minus): Renamed from speedbar-directory--
7819         (speedbar-page-plus): Renamed from speedbar-file-+
7820         (speedbar-page-minus): Renamed from speedbar-file--
7821         (speedbar-page): Renamed from speedbar-file-
7822         (speedbar-tag): Renamed from speedbar-tag-
7823         (speedbar-tag-plus): Renamed from speedbar-tag-+
7824         (speedbar-tag-minus): Renamed from speedbar-tag--
7825         (speedbar-expand-image-button-alist): Use above renames.
7827         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
7828         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
7829         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
7830         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
7831         * sb-pg.xpm: Renamed from sb-file.xpm
7832         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
7833         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7835 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
7837         * international/quail.el (quail-show-guidance-buf): Set
7838         current-input-method of the guidance buffer to the name of the
7839         curren input method.
7841 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
7843         * progmodes/compile.el (compile-internal): Style typo.
7845         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
7846         quote vars and functions in the docstring.
7848         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
7850         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
7851         Don't quote lambdas.
7853         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
7855 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
7857         * startup.el (command-line): Determine source file of compiled
7858         user init file differently.  Warn if compiled user init file
7859         is older than its source file.
7861         * ffap.el (ffap-url-regexp): Add `https'.
7863 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
7865         * files.el (make-backup-file-name-1): Replace slashes with `!'
7866         rather than `|' (which is not allowed on Windows).  Replace the
7867         drive letters with a string "drive_X".
7869 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
7871         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
7873         * files.el (interpreter-mode-alist): Add `bash2'.
7875 2000-05-22  Dave Love  <fx@gnu.org>
7877         * loadhist.el (feature-symbols, file-provides, file-requires): Use
7878         mapc.
7879         (feature-file): Avoid calling symbol-name.  Doc fix.
7880         (file-set-intersect, file-dependents): Use dolist, not mapcar.
7881         (loadhist-hook-functions): Add mouse-position-function.
7882         (unload-feature): Change uses of mapcar.
7884         * files.el (parse-colon-path): Doc fix.
7885         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
7886         (set-auto-mode): Use mapc.
7888         * complete.el (PC-look-for-include-file): Use :alnum: character
7889         class.
7890         (partial-completion-mode): Add autoload cookie.
7892 2000-05-22  Sam Steingold  <sds@gnu.org>
7894         * info.el (Info-fontify-node): Fixed the call to
7895         `add-text-properties' (bug introduced on 2000-05-18).
7897 2000-05-22  Dave Love  <fx@gnu.org>
7899         * bindings.el: Remove debug-ignored-errors set in other files.
7901         * progmodes/etags.el: Add to debug-ignored-errors.
7902         (visit-tags-table-buffer): Clear out buffers holding old tables
7903         when making a new list.
7904         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
7905         mapc.
7907         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
7908         quote keywords.
7909         (cmpl-string-case-type): Use character classes.
7911         * comint.el:
7912         * textmodes/ispell.el:
7913         * imenu.el:
7914         * mail/mh-e.el:
7915         * progmodes/compile.el: Add to debug-ignored-errors.
7917         * dabbrev.el: Add to debug-ignored-errors.
7918         (dabbrev-completion): Use mapc.
7920 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
7922         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
7923         (woman-mapcan, woman-parse-man.conf)
7924         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
7925         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7926         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
7927         path syntax better.
7928         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
7929         (woman-manpath): Call woman-parse-man.conf.
7930         (woman-emulation): New defcustom, defaults to nroff.
7931         (woman-font-support): New defconst.
7932         (woman-use-symbol-font): New defcustom.
7933         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
7934         "Emulation".
7935         Many functions: Doc fix.
7937 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
7939         * international/quail.el (quail-simple-translation-keymap): Map
7940         128..255 to quail-self-insert-command.
7941         (quail-keyboard-layout-alist): Add definition for "pc102-de".
7943 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
7945         * help.el (help-manyarg-func-alist): Typo.
7947         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
7948         intervals which makes it heaps simpler.
7950         * newcomment.el (comment-region-internal): Go back to BEG after quoting
7951         the nested comment markers.
7953         * subr.el (remove-hook): Don't turn the hook's value into a list.
7955 2000-05-21  Dave Love  <fx@gnu.org>
7957         * edmacro.el (edmacro-parse-keys): Return vector if any elements
7958         are invalid characters.
7960         * international/mule-util.el (detect-coding-with-priority): Use
7961         mapc.  Remove redundant lambda.
7963         * international/mule-diag.el (list-non-iso-charset-chars)
7964         (describe-fontset): Remove redundant lambda.
7966         * emulation/crisp.el (brief-mode): New alias.
7968         * emacs-lisp/ring.el (ring-elements): New function.
7970         * emacs-lisp/easymenu.el (easy-menu-create-menu)
7971         (easy-menu-do-add-item): Use keywordp.
7973         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7975         * replace.el: Doc and error message fixes.
7976         (replace-highlight): Use facep, not internal-find-face.
7978 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
7980         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
7982         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
7983         (log-edit-insert-changelog): Drop `:' as well.
7985         * log-view.el: Fix file description.
7986         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
7987         available.
7988         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
7989         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
7991         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
7992         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
7993         Print a status message if the toggle is called interactively.
7994         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7995         for global minor modes and use `defcustom' for them.
7996         Use add-minor-mode.
7997         (easy-mmode-define-derived-mode): Remove.
7998         (define-derived-mode): Fancier default docstring.
7999         (easy-mmode-define-navigation): Signal an error rather than (ding).
8001         * newcomment.el (comment-styles): New `box-multi'.
8002         (comment-normalize-vars): Better default for comment-continue to
8003         avoid whitespace-only continuations.
8004         (comment-search-forward): Always move even in the no-syntax case.
8005         (comment-padright): Only obey N if it's only obeyed for padleft.
8006         (comment-make-extra-lines): Better handling of empty continuations.
8007         Use `=' for the filler if comment-start has only one character.
8008         (uncomment-region): Try handling the special `=' filler.
8009         (comment-region): Allow LINES even if MULTI is nil.
8010         (comment-box): Choose box style based on comment-style.
8012 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
8014         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
8015         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8017 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
8019         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8020         and insert, not subst-char-in-region.
8022         * international/mule-diag.el (list-character-sets-1): Handle
8023         charsets eight-bit-control and eight-bit-graphic.
8024         (list-iso-charset-chars): Likewise.
8025         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8026         charactes as is.  Use indent-to to align characters.
8028         * international/mule-cmds.el (find-multibyte-characters): Never
8029         exclude charsets eight-bit-control and eight-bit-graphic.
8031 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
8033         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8034         Don't quote lambdas.
8036         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8038 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
8040         * gud.el (gud-jdb-directories): Doc fix.
8042 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
8044         * newcomment.el: New file.
8046 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
8048         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
8050 2000-05-18  Andreas Schwab  <schwab@suse.de>
8052         * dired.el (dired-between-files): Also skip lines beginning with
8053         `used'.
8055 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
8057         * msb.el (msb-menu-cond): Add choice `user'.
8059 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8061         * ps-print.el: Compatibility, customization and doc fix.
8062         (ps-printer-name-option): Replace defconst by defvar.
8063         (ps-postscript-code-directory): XEmacs compatibility.
8064         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8065         fix.
8066         (ps-user-defined-prologue, ps-print-prologue-header)
8067         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8068         compatibility and code fix.
8069         (ps-print-background-image, ps-print-background-text):
8070         Customization fix.
8071         (ps-line-number-start, ps-n-up-on): New vars.
8073 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
8075         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8076         the indent-comment function to just return the appropriate indent.
8078 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
8080         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8081         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8082         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8084 2000-05-18  Dave Love  <fx@gnu.org>
8086         * info.el (Info-fontify-node): Add intangible property as well as
8087         invisible.
8089         * calendar/appt.el (appt-make-list): Match all lines of entry.
8090         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8092 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
8094         * international/mule-diag.el (describe-char-after): Call
8095         internal-char-font, not char-font.  If internal-char-font returns
8096         nil, display "-- none --".
8098 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
8100         * image.el (image-type-available-p): Don't reference image-types
8101         if it isn't bound.
8103 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
8105         * autoarg.el (autoarg-mode): Typo in the :set argument.
8107 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
8109         * startup.el (command-line-1): Don't signal an error if the
8110         directory for auto-save-list files does not yet exist.
8112 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
8114         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8116 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
8118         * subr.el (remove-hook): `setq' hook-value, not `set'.
8120 2000-05-16  Sam Steingold  <sds@gnu.org>
8122         * info.el (debug-ignored-errors): More errors to ignore.
8124 2000-05-16  Dave Love  <fx@gnu.org>
8126         * cus-edit.el: Don't require cl or easymenu.
8127         (custom-variable-prompt): Test standard-value property, not
8128         user-variable-p.
8130 2000-05-16  Sam Steingold  <sds@gnu.org>
8132         * subr.el (add-hook): `setq' hook-value, not `set'.
8134 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
8136         * startup.el (command-line-1): Mention the FAQ in the startup
8137         message.
8139         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8141         * progmodes/compile.el (compilation-parse-errors): Collect
8142         `nomessage' regexps last.
8144         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8146         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8147         to the function name.
8149 2000-05-15  Dave Love  <fx@gnu.org>
8151         * speedbar.el (speedbar-recenter): Typo.
8152         (speedbar-expand-line): Make arg optional.
8153         (speedbar-mode): Avoid a compiler warning.
8155 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
8157         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8158         user-specified option string is empty.
8160         * mouse.el (mouse-yank-at-click): Doc fix.
8162 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
8164         * term/internal.el (IT-character-translations): More updates of
8165         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8166         documents.
8168 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
8170         * env.el (getenv): New function, interactively callable.
8171         (setenv, getenv): Remove autoload cookies.
8173         * loadup.el: Load `env'.
8175         * progmodes/f90.el: Change author's mail address.
8177 2000-05-14  Dave Love  <fx@gnu.org>
8179         * mail/rmail.el (rmail-show-message-hook): Customize and offer
8180         goto-addr as an option.
8182         * help.el (help-xref-stack): Doc fix.
8183         (help-xref-following): New variable.
8184         (help-make-xrefs): Use it.
8185         (help-xref-go-back): Use position information from stack element.
8186         (help-follow): Make position in stack element a pair.  Use
8187         help-xref-following.
8189         * autoarg.el: New file.
8191         * faces.el: Declare more functions obsolete.
8193         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8194         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8195         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8196         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8197         Remove all the setup-...-environment functions.
8199 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
8201         * speedbar.el: Updated the commentary section.  xemacs20p now uses
8202         >= when detecting.  Require `defimage' safely.
8203         (speedbar-easymenu-definition-base): Add toggle for images.
8204         (speedbar-easymenu-definition-special): Add flush cache & expand.
8205         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
8206         (speedbar-reconfigure-keymaps-hook): New variable.
8207         (speedbar-frame-parameters): Updated documentation.
8208         (speedbar-use-imenu-flag): Updated custom tag
8209         (speedbar-dynamic-tags-function-list): New variable.
8210         (speedbar-tag-hierarchy-method): Updated doc & custom.
8211         (speedbar-indentation-width, speedbar-indentation-width) New
8212         variables.
8213         (speedbar-hide-button-brackets-flag): Customizable.
8214         (speedbar-vc-indicator): Doc update.
8215         (speedbar-ignored-path-expressions): Updated default value.
8216         (speedbar-supported-extension-expressions): Updated default value.
8217         (speedbar-syntax-table): Remove {} paren status.
8218         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8219         as "+".  Added overlay aliases.
8220         (speedbar-mode): Use `speedbar-mode-line-update' instead of
8221         `force-mode-line-update'.
8222         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8223         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8224         `mouse-set-point'
8225         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
8226         (speedbar-item-info-tag-helper): Revamped to handle a wider range
8227         of arbitrary text, and new helper functions.
8228         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8229         filename finder.
8230         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8231         (speedbar-directory-buttons): Update path search/expansion.
8232         (speedbar-make-tag-line): Pay attention to
8233         `speedbar-indentation-width'.  Use more care w/ invisible
8234         properties.
8235         (speedbar-change-expand-button-char): Call
8236         `speedbar-insert-image-button-maybe'.
8237         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
8238         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8239         (speedbar-trim-words-tag-hierarchy)
8240         (speedbar-simple-group-tag-hierarchy): New functions
8241         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
8242         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8243         functions.
8244         (speedbar-mouse-set-point): New function
8245         (speedbar-power-click): Updated documentation.
8246         (speedbar-line-token, speedbar-goto-this-file): Handle more types
8247         of tag prefix text.
8248         (speedbar-expand-line, speedbar-contract-line): Make more robust
8249         to strange text.
8250         (speedbar-expand-line): Takes universal argument to flush the
8251         cache.
8252         (speedbar-flush-expand-line): New function.
8253         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8254         Use new generator insertion method.
8255         (speedbar-fetch-dynamic-tags): New function.
8256         (speedbar-fetch-dynamic-imenu): Removed code now handled in
8257         `speedbar-fetch-dynamic-imenu'.
8258         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8259         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8260         "Revert Buffer" menu items.
8261         (speedbar-buffer-buttons-engine): Be smarter when creating a
8262         filename tag (for expansion purposes.).
8263         (speedbar-highlight-one-tag-line,
8264         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8265         (speedbar-recenter): New functions.
8266         (defimage-speedbar): Image loading abstraction.
8267         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8268         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8269         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8270         (speedbar-tag-type, speedbar-tag-mail): New images.
8271         (speedbar-expand-image-button-alist): New variable.
8272         (speedbar-insert-image-button-maybe): Insert an image over some
8273         buttons.
8275 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
8277         * international/mule-cmds.el (encode-coding-char): An ASCII
8278         character is always encodable.
8280         * international/mule-conf.el: Add more information in descriptions
8281         of character sets.
8283         * international/mule-diag.el (describe-char-after): New function.
8284         (describe-font-internal): Adjusted for the change of font-info.
8285         (describe-font): Likewise.
8286         (print-fontset): Rewritten for the new fontset implementation.
8287         (describe-fontset): Include fontset alias names in completion.
8288         (list-fontsets): Adjusted for the change of print-fontset.
8290         * simple.el (what-cursor-position): If DETAIL is non-nil, call
8291         describe-char-after instead of displaying the detail in the echo
8292         area.
8293         (syntax-code-table): Format changed.
8294         (string-to-syntax): Adjusted for the above change.
8296 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
8298         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
8300 2000-05-12  Dave Love  <fx@gnu.org>
8302         * calendar/todo-mode.el: Remove some compatibility stuff and CL
8303         dependence.  Use line-{beginning,end}-position, not
8304         point-at{b,e}ol.  Some doc fixes.
8305         (todo-position): New function.  Fix callers of position to use it.
8306         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
8308 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
8310         * time.el (display-time-mail-icon): Use `:ascent center'.
8312         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
8313         handling FTP security extensions.
8315 2000-05-11  Dave Love  <fx@gnu.org>
8317         * calendar/todo-mode.el: New file.
8319 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
8321         * comint.el (comint-read-input-ring): Move reference to
8322         comint-input-ring-size outside of the save-excursion.  It was
8323         causing the default value to be the only one ever seen.
8325         * font-lock.el: Update copyright.  Remove Simon Marshall's email
8326         address on request from him.
8328         * subr.el (substitute-key-definition): Add comment describing
8329         the meaning of PREFIX.
8331 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
8333         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
8335         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
8336         (add-minor-mode): Don't make the variable buffer-local and add a
8337         reference to define-minor-mode in the docstring.
8339         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
8340         HEADER/FOOTER and fix bug with trailing empty directory.
8341         (cvs-append-to-ignore): Use vc-editable-p if available.
8342         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8343         (vc-do-command): Tweak advice to handle the new VC.
8345         * log-view.el (log-view-goto-rev): New function for the new VC.
8346         (log-view-minor-wrap): Use mark-active.
8348         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8349         (log-edit-changelog-full-paragraphs): New var.
8350         (log-edit-insert-changelog): Remove a lonely leading `* file'.
8351         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8352         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8353         (log-edit-changelog-ours-p, log-edit-changelog-entries)
8354         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8355         Replace the `cvs' prefix with `log-edit'.
8357         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8359         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
8360         (diff-font-lock-defaults): Explicitly turn off multiline.
8361         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
8362         (diff-ediff-patch): Fix call to ediff-patch-file.
8363         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
8364         Handle comments.
8366         * frame.el (automatic-hscrolling): Typo.
8368         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8370 2000-05-09  Sam Steingold  <sds@goems.com>
8372         * apropos.el (apropos-print): use `describe-face' instead of
8373         `customize-face-other-window'.
8375 2000-05-09  Dave Love  <fx@gnu.org>
8377         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8379         * help.el (describe-variable): Have customize button pop the
8380         help-xref stack when invoked.
8381         (help-xref-symbol-regexp): Add `face'.
8382         (help-make-xrefs): Check for quoted face names and adapt regexp
8383         submatch numbers to cope.
8384         (help-xref-interned): Maybe insert face doc too.  Separate
8385         sections with a line of hyphens.
8387         * faces.el:  Some doc fixes.  Declare some functions obsolete.
8388         (describe-face): Add customize button.  Return the help
8389         text.  Fix prompt.
8391 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
8393         * term/internal.el (IT-character-translations): Fix last change.
8395 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8397         * woman.el: New file
8398         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8400 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8402         * term/internal.el (IT-character-translations): Update ASCII
8403         simulations for greek-iso8859-7, add latin-iso8859-14 and
8404         latin-iso8859-15.
8406         * international/mule-cmds.el (set-language-info-alist): Call
8407         define-prefix-command with 3 arguments, to make the map suitable
8408         for a menu.
8410 2000-05-07  Dave Love  <fx@gnu.org>
8412         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
8414 2000-05-05  Dave Love  <fx@gnu.org>
8416         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8417         list in doc string.  Don't quote keyword symbols.
8418         * emacs-lisp/cl.el: Likewise
8419         * emacs-lisp/cl-seq.el: Likewise
8421 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
8423         * abbrev.el (abbrev-mode): Make ARG optional.
8425 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
8427         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
8429         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8431         * subr.el (substitute-key-definition): Clarify documentation.
8433 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
8435         * glasses.el (glasses-convert-to-unreadable): Use
8436         `glasses-separator' instead of the hard-wired "_".
8437         (glasses-mode): Call `glasses-make-unreadable' only in a single
8438         place.
8440 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
8442         * term/internal.el (cjk-codepages-alist): Add associations for
8443         Chinese and Korean codepages.  Remove FIXME comment.
8445 2000-05-03  Dave Love  <fx@gnu.org>
8447         * time.el (display-time-mail-face, display-time-use-mail-icon):
8448         New option.
8449         (display-time-mail-icon): New variable.
8450         (display-time-string-forms): Use the above.  Fix the local-map.
8452 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
8454         * replace.el (query-replace-map): Add binding for `E'.
8455         (query-replace-help): Extend help text.
8456         (perform-replace): Allow editing the replacement string.
8458         * make-mode.el (makefile-mode-abbrev-table): New variable.
8459         (makefile-mode): Set local abbrev table to
8460         makefile-mode-abbrev-table.
8461         (makefile-font-lock-keywords): Fontify includes and conditionals.
8463         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
8464         set TOGGLE's value.
8466         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
8467         mail-interactive-insert-alias.
8468         (mail-abbrev-complete-alias): New command.
8469         (mail-mode-map): Bind it to `M-TAB'.
8471 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
8473         * language/lao-util.el (lao-compose-region): New function.
8475 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
8477         * files.el (recover-session): Make directories as necessary
8478         if they don't exist yet.
8480         * calendar/cal-french.el
8481         (french-calendar-multibyte-special-days-array)
8482         (french-calendar-special-days-array): Change French text.
8483         (calendar-french-date-string): Change output.
8484         (calendar-goto-french-date): Likewise.
8486 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
8488         * wid-edit.el (widget-default-active): Obey `:always-active'.
8489         (widget-documentation-string-value-create): Set `:always-active'.
8491 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
8493         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
8494         default prefix to `~/_emacs.d/auto-save.list/_s'.
8495         (normal-top-level): Create the directory for auto-save files, if
8496         it doesn't already exist (in the ms-dos case only).
8498 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
8500         * international/mule-cmds.el (set-language-environment): Don't
8501         concat an integer (dos-codepage), use format instead.
8503 2000-05-02  Dave Love  <fx@gnu.org>
8505         * help.el (help-xref-on-pp): Check for constant symbols.
8507 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
8509         * startup.el (normal-top-level): Put a condition-case around
8510         the code loading subdirs.el.
8512 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8514         * ps-print.el: Upside-down and face background color printing,
8515         line number step, doc fix.
8516         (ps-print-version): New version number (5.2).
8517         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8518         (ps-face-attribute-list, ps-plot-with-face): Code fix.
8519         (ps-spool-config): Var fix.
8520         (ps-printer-name-option): Const fix.
8521         (ps-print-upside-down, ps-use-face-background)
8522         (ps-line-number-step): New vars.
8523         (ps-window-system, ps-lp-system): New consts.
8524         (ps-face-background): New fun.
8526 2000-04-28  Richard Stallman  <rms@gnu.org>
8528         * files.el (make-auto-save-file-name):
8529         Apply auto-save-file-name-transforms to visited file name
8530         before generating auto save file name.
8531         (auto-save-file-name-transforms): New variable.
8533         * files.el (backup-enable-predicate):
8534         Correctly test for a file under a temporary directory.
8536 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
8538         * subr.el (add-minor-mode): Rewritten.
8540 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
8542         * mail/sendmail.el (sendmail-send-it): Set
8543         buffer-file-coding-system to the selected coding system for MIME
8544         header.
8546 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
8548         * dired.el (dired-move-to-filename-regexp): Allow format where
8549         YYYY is followed by two spaces.
8551         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8552         in the second character class of the regexp.
8554         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8555         mh-etc, too.
8557         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8558         nil.
8560         * subr.el (add-minor-mode): Use `set' instead of `setq'.
8562         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8563         argument.
8565 2000-04-27  Sen Nagata <sen@eccosys.com>
8567         * emacs-lisp/crm.el (crm-completion-table): New variable.
8568         (crm-collection-fn, crm-test-completion)
8569         (completing-read-multiple): Use it.
8571 2000-04-27  Dave Love  <fx@gnu.org>
8573         * help.el (locate-library): Use mapc.
8574         (help-manyarg-func-alist): Add call-process-region.
8576 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
8578         * subr.el (add-minor-mode): Make argument MAP optional.
8580         * desktop.el (desktop-save): Save list of minor modes.
8581         (desktop-create-buffer): Restore minor modes.
8582         (desktop-minor-mode-table): New user-option.
8584         * subr.el (add-minor-mode): New function.
8586         * image.el (find-image): New function.
8587         (defimage): Rewritten to find image at load time.
8589         * startup.el (normal-top-level-add-to-load-path): Handle
8590         case that the default directory is not in load-path.
8592         * help.el: Old patch from Stefan Monnier.
8593         (help-xref-on-pp): New function.
8594         (describe-variable): Use it to display xrefs in a symbol's value.
8596 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
8598         * cus-edit.el (custom-face): Fix parenthesis.
8600 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
8602         * mail/rmail.el (rmail-expunge): When there are no deleted
8603         messages, do nothing.
8605 2000-04-26  Dave Love  <fx@gnu.org>
8607         * international/mule-cmds.el (locale-translation-file-name):
8608         Defvar to nil.
8609         (set-locale-environment): Set it here (at runtime).
8611 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
8613         * replace.el (perform-replace): Add parameters START and END.  Use
8614         them instead of the check for a region in Transient Mark mode.
8615         (query-replace-read-args): Return two more list elements for the
8616         start and end of the region in Transient Mark mode.
8617         (query-replace, query-replace-regexp, query-replace-regexp-eval)
8618         (map-query-replace-regexp, replace-string, replace-regexp): Add
8619         optional last arguments START and END and pass them to
8620         perform-replace.
8622         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
8623         form with additional arguments for perform-replace.
8625         * progmodes/etags.el (tags-query-replace): Add parameters START
8626         and END.  Construct a form with additional arguments for
8627         perform-replace.
8629         * simple.el (shell-command): Set default directory for "*Shell
8630         Command Output" buffer.
8632         * language/european.el (iso-latin-4): Fix typo.
8634         * emacs-lisp/crm.el: New file.
8636 2000-04-24  Dave Love  <fx@gnu.org>
8638         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8639         (Custom-reset-saved, Custom-reset-standard)
8640         (custom-group-value-create, custom-group-set, custom-group-save)
8641         (custom-group-reset-current, custom-group-reset-saved)
8642         (custom-group-reset-standard): Use mapc.
8643         (custom-buffer-create-internal): Disable undo when creating items.
8644         Use mapc.
8645         (custom-face): Avoid redundant lambda.
8647 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
8649         * startup.el (auto-save-list-file-prefix): Set default to
8650         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
8652 2000-04-24  Sam Steingold  <sds@gnu.org>
8654         * time-stamp.el (time-stamp-string-preprocess): Always convert
8655         `field-result' to a string.
8657 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
8659         * frame.el (scrolling): New group.
8660         (automatic-hscrolling): New user-option.
8662         * startup.el (command-line-x-option-alist): Add `-lsp' and
8663         `--line-spacing'.
8665 2000-04-19  Dave Love  <fx@gnu.org>
8667         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
8668         (cl-mapc): Rename from mapc.  Fix the funcall.
8670 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
8672         * simple.el (clone-indirect-buffer-other-window): New command.
8673         (clone-indirect-buffer): Add optional arg NORECROD.
8674         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
8676         * help.el (resize-temp-buffer-window): Use count-screen-lines.
8678         * window.el (count-screen-lines): New function.
8679         (shrink-window-if-larger-than-buffer): Use count-screen-lines
8680         instead of window-buffer-height.
8682         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
8683         non-existing variable comint-input-sentinel.
8684         (inferior-lisp-args-to-list): Removed.
8685         (inferior-lisp): Use split-string instead of
8686         inferior-lisp-args-to-list.
8688         * hexl.el (hexl-insert-hex-string): New command.
8690         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
8691         instead of concat.
8693 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
8695         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
8696         at the start of an existing but empty folder.
8698 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8700         * ps-mule.el: Customization fix, doc fix.
8701         (ps-multibyte-buffer): Customization fix.
8703 2000-04-17  Richard M. Stallman  <rms@gnu.org>
8705         * subr.el (read-passwd): Use read-char-exclusive.
8707 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
8709         * textmodes/texinfo.el (texinfo-insert-@email)
8710         (texinfo-insert-@emph, texinfo-insert-@quotation)
8711         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
8712         (texinfo-mode-map): Add key bindings for them.
8714         * files.el (basic-save-buffer-2): Use a template with `$'
8715         instead of `#' for VMS.
8717         * simple.el (clone-indirect-buffer): New function.
8719 2000-04-16  Stephen Eglen  <stephen@gnu.org>
8721         * iswitchb.el (iswitchb-case): New function.  If the user input
8722         contains any upper-case characters, the search is made
8723         case-sensitive.
8725 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
8727         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
8728         comment-end.
8729         (texinfo-font-lock-syntactic-keywords): New var.
8730         (texinfo-font-lock-keywords): Remove comment regexp.
8731         (texinfo-insert-block): New function.
8732         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
8733         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
8734         and font-lock-defaults.  Use regexp-opt for outline-regexp.
8735         (texinfo-environments): New var.
8736         (texinfo-environment-regexp): Use regexp-opt and
8737         texinfo-environments.
8739         * textmodes/ispell.el (ispell-menu-map-needed): Check that
8740         ispell-process is bound since this might be eval'd before ispell
8741         is loaded.
8742         (ispell-message): Use a tiny bit less magic and a bit more hard
8743         data to figure out what kind of sc-cite-regexp to use.
8745         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
8747         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
8748         (insert-cyclic-diary-entry): Unquote the lambda.
8750         * gud.el (gud-jdb-build-source-files-list): Fix typo.
8752         * files.el (backup-enable-predicate): Unquote the lambda.
8754         * cus-edit.el (custom-face, face): Unquote the lambda.
8756 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8758         * ps-print.el: Check for line-beginning-position definition.
8760         * ps-print.el: Fix counting lines in a region.
8761         (ps-print-version): New version number (5.1.5).
8762         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8763         (ps-printing-region): Fun code fix.
8765 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
8767         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
8768         to file-directory-p.
8770 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
8772         * gud.el (gud-jdb-build-source-files-list): Check that directory
8773         exists before calling directory-files.
8775 2000-04-13  Dave Love  <fx@gnu.org>
8777         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
8778         syntax.
8780         * emacs-lisp/cl-specs.el: Remove when, unless.
8782         * emacs-lisp/cl-extra.el: Don't quote keywords.
8783         (cl-old-mapc): New variable.
8784         (mapc): Use it.
8785         (cl-map-intervals): Use with-current-buffer.  Don't check for
8786         next-property-change.
8787         (cl-map-overlays): Use with-current-buffer.
8788         (cl-expt): Remove.
8789         (copy-tree, remprop): Define unconditionally.
8791         * emacs-lisp/cl-compat.el (keywordp): Remove.
8793         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
8794         to use keywordp.
8795         (edebug-spec): Enable keywordp.
8797         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
8798         string-lessp.
8800         * cus-start.el: Use keywordp.
8802 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8804         * diary-lib.el (include-other-diary-files): Fix the fix of
8805         2000-02-18 by doing a save-excursion.
8807 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8809         * ps-print.el: Customization fix, doc fix.
8810         (ps-print-version): New version number (5.1.4).
8811         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
8812         (ps-print-preprint): Adjust code.
8813         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
8814         (ps-print-prologue-header, ps-print-control-characters)
8815         (ps-spool-config): Customization fix.
8817 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
8819         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
8820         converted to the new menu-item format, names silightly changed,
8821         help strings added.
8823         Support for spelling without async subprocesses:
8825         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
8826         (ispell-session-buffer): New variables.
8827         (ispell-start-process, ispell-process-status,
8828         ispell-accept-output, ispell-send-string): New functions, for
8829         Ispell invocation when async subprocesses aren't supported.
8830         (ispell-word, ispell-pdict-save, ispell-command-loop,
8831         ispell-process-line, ispell-buffer-local-parsing): Replace calls
8832         to process-send-string with calls to ispell-send-string, and
8833         accept-process-output with ispell-accept-output.
8834         (ispell-init-process): Call ispell-process-status instead of
8835         process-status with.
8836         (ispell-init-process): Call ispell-start-process.  Call
8837         ispell-accept-output and ispell-send-string.  Don't call
8838         process-kill-without-query and kill-process if they are unbound.
8839         (ispell-async-processp): New function.
8841 2000-04-12  Dave Love  <fx@gnu.org>
8843         * info.el: Add debug-ignored-errors.
8844         (Info-mode-menu): Add some items.
8845         (Info-directory): Add autoload cookie.
8847         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
8848         Modify `truncate-lines'.  Make `describe-language-environment'
8849         always visible and add help.  Modify `describe-key' help.  Invoke
8850         Info-directory from `info'.  New entry `emacs-manual'.
8852 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
8854         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
8855         propertized-buffer-identification.
8856         (ebrowse-update-member-buffer-mode-line): Likewise.
8857         (ebrowse--mode-strings): Removed.
8858         (ebrowse--mode-line-props): Removed.
8860         * files.el (auto-mode-alist): Add `EBROWSE'.
8862         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
8863         space before testing for end of buffer.
8864         (ebrowse-load): Removed.
8865         (ebrowse-revert-tree-buffer-from-file): Rewritten.
8866         (ebrowse-create-tree-buffer): Rewritten.
8867         (ebrowse-tree-mode): Read tree from buffer.
8869         * progmodes/ebrowse-ffh.el: Removed.
8871 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
8873         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
8875 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
8877         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8878         at the wrong place.
8880 2000-04-09  Dave Love  <fx@gnu.org>
8882         * files.el (backup-enable-predicate): Use
8883         temporary-file-directory, small-temporary-file-directory.
8884         (make-backup-file-name-function, backup-directory-alist): New
8885         variables.
8886         (make-backup-file-name-1): New function.
8887         (make-backup-file-name): Use it.
8888         (find-backup-file-name): Likewise.  Use format for clarity, not
8889         concat.
8890         (file-newest-backup): Use make-backup-file-name.
8892 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
8894         * progmodes/ebrowse-ffh.el: New file.
8896         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
8897         to ebrowse-ffh.el.
8898         (ebrowse-load): Add autoload.
8900         * finder.el (finder-commentary): Add autoload cookie.
8902         * mail/rfc2368.el: Correct author's email address.
8904         * progmodes/ebrowse.el: New file.
8906         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
8907         item help string.
8908         (easy-menu-do-add-item): Ditto.
8909         (easy-menu-define): Extend doc string.
8911         * jit-lock.el (with-buffer-unmodified): Use
8912         restore-buffer-modified-p.
8913         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
8914         (jit-lock-function, jit-lock-stealth-fontify): Don't use
8915         with-buffer-unmodified.
8917 2000-04-08  Dave Love  <fx@gnu.org>
8919         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
8920         unless, when.
8922 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
8924         * viper-util.el (viper-put-on-search-overlay): New subroutine.
8925         (viper-flash-search-pattern): No operation when using Emacs
8926         doesn't support face.
8927         Use `viper-put-on-search-overlay'.
8929 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
8931         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
8932         like C-r.
8934         * progmodes/make-mode.el: Some doc fixes.
8935         (makefile-mode-abbrev-table): New variable.
8936         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
8937         (makefile-font-lock-keywords): Fontify includes and conditionals.
8938         (toplevel): Require `dabbrev' and `add-log' when compiling.
8940         * replace.el (perform-replace): Don't move forward one char
8941         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
8942         to do that because it leaves point 1 position after the last
8943         replacement, after everything has been replaced.
8945         * jit-lock.el (with-buffer-unmodified): New macro.
8946         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
8947         modified state.
8948         (jit-lock-function-1): Extracted from jit-lock-function; not
8949         preserving buffer's modified state.
8950         (jit-lock-function, jit-lock-stealth-fontify): Call
8951         jit-lock-function-1.
8953         * mail/rfc2368.el: Remove supernumerary copyright line.
8955 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
8957         * glasses.el: Provide facilities for inserting space before left
8958         parentheses and uncapitalization of identifiers.
8959         (glasses-mode): Try to remove old overlays in all cases.
8961 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
8963         * progmodes/compile.el (compile-internal): Display the compilation
8964         buffer in a different frame, if it's already displayed there.
8966         * mail/rfc2368.el: New file.
8968         * simple.el (sendmail-user-agent-compose): Recognize a `body'
8969         header and insert its value as mail body.
8971         * subr.el (member-ignore-case): New function.
8973         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8974         (dabbrev--find-expansion): Ignore buffers matching a regexp
8975         from dabbrev-ignored-regexps.
8977         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8978         to extensions handled by gzip.
8980 2000-04-03  Richard M. Stallman  <rms@gnu.org>
8982         * files.el (insert-directory): List the total free space
8983         along with the used space.
8985         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
8986         line is followed by one that matches CITATION-REGEXP, end the
8987         paragraph.
8989 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
8991         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
8992         (rmail-make-basic-summary-line): Use that option.
8994 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
8996         * international/mule-cmds.el (encoded-string-description):
8997         Rewritten.   Try pretty description for ISO 2022 escape sequences
8998         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
8999         for hexadecimal format.
9001 2000-04-01  Dave Love  <fx@gnu.org>
9003         * cpp.el: Change customization group to `c' from `C'.
9005         * vcursor.el (vcursor-move): Use display-color-p.
9007         * international/mule-util.el: Provide mule-utils.
9008         (string-to-sequence): Simplify and speed up.
9010         * international/mule.el (make-coding-system): Purecopy doc-string.
9012         * international/mule-cmds.el: Various menu changes.
9013         (describe-specified-language-support): Handle `Default'.
9014         (set-language-info): Purecopy `info'.
9016 2000-03-31  Andrew Innes  <andrewi@gnu.org>
9018         * vc.el (vc-backend-diff): Return the correct status if we had to
9019         retry the rcsdiff command without the --brief option.
9021 2000-03-31  Dave Love  <fx@gnu.org>
9023         * help.el (help-manyarg-func-alist): Correct several omissions.
9025         * add-log.el: Don't require cl, fortran.
9026         (add-log-current-defun-function): Doc fix.
9027         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
9028         fix.
9029         (change-log-version-rcs): Function deleted.
9030         (change-log-version-number-search): Doc fix.  Use
9031         vc-workfile-version.  Avoid CL dolist.
9032         (add-change-log-entry): Just call add-log-current-defun to get
9033         defun.  Simplify somewhat.
9034         (change-log-get-method-definition-1): Likewise.
9035         (add-log-current-defun): Return nil if calling
9036         add-log-current-defun-function does so.  Move Fortran stuff to
9037         fortran.el.  Return string without properties.
9039         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9040         and :alpha: char classes.
9042         * mail/supercite.el: Defvar curline when compiling.
9043         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9044         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9045         rather than a-zA-Z0-9 to allow non-ASCII characters.
9047 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
9049         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9051         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9052         Re-enable new code.
9054         * lpr.el (print-region-1): Use -d to specify printer name for
9055         systems `usg-unix-v*, `dgux', `hpux', `irix'.
9057 2000-03-31  Dave Love  <fx@gnu.org>
9059         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9060         for function definition in symbol's function value slot first
9061         instead of first consulting byte-compile-function-environment.
9063 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
9065         * language/european.el ("Polish"): New language environment.
9066         (setup-polish-environment): New function.
9068 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
9070         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9071         Disable new code.
9073         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9074         trying to `load' the symbol of an autoload instead of the file
9075         recorded in the autoload.  Fix error messages.
9077 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9079         * ps-print.el: PostScript programming fix for ghostview, doc fix.
9080         (ps-print-version): New version number (5.1.3).
9081         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9082         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9083         (ps-generate-postscript-with-faces): Code fix.
9084         (ps-color-values): XEmacs compatibility.
9085         (ps-print-background-image, ps-print-background-text, ps-printer-name)
9086         (ps-default-fg, ps-default-bg): Adjust customization.
9087         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9088         (ps-color-scale): Renaming old ps-color-value fun.
9089         (ps-print-headers): Replace ps-print-header group to avoid conflict
9090         with ps-print-header variable.
9091         (ps-print-miscellany): New group.
9092         (ps-format-color, ps-rgb-color): New funs.
9093         (ps-default-foreground): New var.
9094         (ps-printer-name-option): New const.
9096 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
9098         * net/net-utils.el:
9099         (network-connection-host, network-connection-service): New variables
9100         (network-connection-mode): New mode, derived from comint-mode
9101         (network-connection-mode-setup): New function, saves host and
9102         service information in local variables.
9104         * lisp/locate.el:
9105         (locate-word-at-point): Added this function
9106         (locate): Default to using locate-word-at-point as input
9107         Run dired-mode-hook
9109 2000-03-29  Dave Love  <fx@gnu.org>
9111         * calendar/appt.el: Doc fixes.
9112         (appt-check): Convert min-to-app to a string before passing to
9113         appt-disp-window-function or concat.
9114         (appt-delete-window): Remove test for frame-root-window.
9115         (appt-select-lowest-window, appt-convert-time): Simplify.
9117         * emacs-lisp/bytecomp.el: Doc fixes.
9118         (byte-compile-file-form-autoload): Update
9119         byte-compile-function-environment.
9121 2000-03-29  Andreas Schwab  <schwab@suse.de>
9123         * emacs-lisp/autoload.el: Also print defsubst doc string
9124         specially.
9126         * dired.el (dired-insert-directory): If dired-free-space-program
9127         failed just delete its output.
9129 2000-03-29  Dave Love  <fx@gnu.org>
9131         * international/iso-cvt.el: Move provide to end.  Doc fixes.
9132         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9133         (iso-iso2sgml, iso-sgml2iso): New functions.
9134         (iso-cvt-define-menu): Fix some entries and use backquote for
9135         clarity.
9137         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9139 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
9141         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9142         ISO-DATE.  If non-nil, return date in ISO 8601 format.
9144 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
9146         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9147         if it ever becomes used.
9148         (log-edit-mode-hook): Default to vc-log-mode-hook.
9149         (log-edit-mode): Fix the docstring.
9151         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9152         the code.
9154 2000-03-26  Dave Love  <fx@gnu.org>
9156         * net/browse-url.el (browse-url): Re-fix case of
9157         browse-url-browser-function being an alist.
9158         (browse-url): Add :link to defgroup.
9160         * files.el: Doc fixes.
9161         (file-truename): Include `[' in wildcard characters.
9162         (automount-dir-prefix): Customize.
9163         (find-file-wildcards): Add :version.
9164         (find-file-noselect): Simplify a mapcar call.
9166         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9167         compatible with inf-lisp version.
9168         (eval-defun-1): Fix custom-declare-variable case.
9170 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
9172         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9174 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
9176         * Makefile (COMPILE_FIRST): New macro.
9177         (compile-files): Compile files from COMPILE_FIRST first.
9179         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9180         code.
9182         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9183         matching open parenthesis in column 0 to defun-prompt-regexp
9184         only if open-paren-in-column-0-is-defun-start is set.
9186         * sun-curs.el: Require CL at compile-time only.
9188         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9189         instead of copy-list which is a function from CL.
9190         (msb--choose-menu, msb--mode-menu-cond)
9191         (msb--create-buffer-menu-2): Use dolist instead of mapc.
9192         (msb--init-file-alist): Use mapcar instead of mapcan.
9193         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
9194         `(' in column 0 in doc string.
9195         (msb--add-separators): Use mapcar instead of mapcan.
9197         * cus-dep.el: Require CL at compile-time only.
9199 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
9201         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9202         (byte-compile-warnings): New warning `noruntime'.
9203         (byte-compile-constants, byte-compile-variables): Fix docstring.
9204         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9205         execute `eval-whenc-compile's body.
9206         (byte-compile-unresolved-functions): Fix docstring.
9207         (byte-compile-eval): New function.
9208         (byte-compile-callargs-warn): Check if the function will be available
9209         at runtime (via property `byte-compile-noruntime').
9210         (byte-compile-print-syms): New function.
9211         (byte-compile-warn-about-unresolved-functions): Also warn about
9212         `noruntime' functions (and use `byte-compile-print-syms').
9213         (byte-compile-file): Capitalize the message.
9215 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
9217         * mail/rmail.el (rmail-confirm-expunge): New user-option.
9218         (rmail-expunge): Ask for confirmation depending on the setting
9219         of rmail-confirm-expunge.
9221 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
9223         * Makefile (bootstrap-clean): If $(emacs) exists, build
9224         loaddefs.el first.  A loaddefs.el that's not up-to-date might
9225         cause a bootstrap failure because things don't autoload as
9226         expected.
9228 2000-03-23  Dave Love  <fx@gnu.org>
9230         * net/browse-url.el: Restore previous use of
9231         browse-url-maybe-new-window.
9233 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9235         * ps-print.el: Skip banner page fix.
9236         (ps-print-version): New version number (5.1.2).
9237         (ps-begin-file, ps-end-file, ps-generate): Code fix.
9239 2000-03-23  Dave Pearson  <davep@davep.org>
9241         * net/quickurl.el Changed the type of parameter passed to the
9242         function defined by `quickurl-format-function'. Before only the
9243         text of the URL was passed. Now the whole URL structure is passed
9244         and the function is responsible for extracting the parts it
9245         requires.  Changed the default of `quickurl-format-function'
9246         accordingly.
9247         (quickurl-insert): Changed the `funcall' of
9248         `quickurl-format-function' to match the above change.
9249         (quickurl-list-insert): Changed the `url' case so that it makes
9250         use of `quickurl-format-function', previous to this the format was
9251         hard wired.
9253 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
9255         * startup.el: Change some spellings for the X Window System.
9257 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
9259         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9260         up the code and the regexp and make sure the cursor is temporarily
9261         moved to the suspicious line while querying the user.
9263 2000-03-22  Jason Rumney  <jasonr@gnu.org>
9265         * w32-fns.el (w32-charset-info-alist): Initialize.
9267 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9269         * ps-print.el: N-up last page fix.
9270         (ps-print-version): New version number (5.1.1).
9271         (ps-end-file, ps-end-job, ps-generate): Code fix.
9273 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
9275         * files.el (find-file-run-dired): Update docstring.
9276         (find-directory-functions): New hook.
9277         (find-file-noselect): Run find-directory-functions rather than
9278         calling dired directly.
9280         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9282         * pcvs.el: Add a minimal leading commentary.
9283         (cvs-make-cvs-buffer): Change the header part by removing the startup
9284         message and adding a `Module' entry.  Also replace the FOOTER and
9285         HEADER special fileinfos with the new support in ewoc for updating
9286         its own footer and header.
9287         (cvs-update-header): Update to use the header/footer of the ewoc.
9288         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9289         (cvs-is-within-p): New function.
9290         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
9291         to only examine some subset of the buffers.
9293         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
9294         `format' instead of our own ad-hoc functions.
9295         Remove HEADER and FOOTER cases, now handled in the EWOC.
9296         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
9298         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
9299         output to avoid scaring the user.
9300         (cvs-parse-table): Catch message for non-up-to-date commits.
9302         * pcvs-defs.el (cvs-startup-message): Remove.
9303         (cvs-global-menu): New autoloaded menu.
9305         * pcvs-util.el (cvs-string-fill): Remove.
9307         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
9308         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
9309         PP part of it and also make it work for footers and headers.
9310         (ewoc-create): Drop POS and BUFFER arguments.
9311         Use the DLL's dummy node to store the end-of-footer position.
9312         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
9313         (ewoc-refresh): Remove unused `header' variable.
9314         (ewoc-(get|set)-hf): New functions.
9316         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
9317         log-view-*-(message|file) and use easy-mmode-define-navigation.
9318         (log-view-message-re): Match SCCS format as well.
9319         And match the revision line rather than the dashed separator line.
9320         (log-view-mode): Use the new define-derived-mode.
9321         (log-view-current-tag): Fill in with an actual implementation.
9323         * cvs-status.el (cvs-status-(prev|next)): Rename from
9324         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
9325         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
9326         to let the output "breathe" a little more (more readable).
9327         (cvs-status-mode): Use the new define-derived-mode.
9329         * smerge-mode.el (smerge-auto-leave): New function and variable.
9330         (smerge-basic-map): Rename from smerge-basic-keymap.
9331         Change the bindings for smerge-diff-*.
9332         (smerge-*-map): Use easy-mmode-defmap.
9333         (smerge-(next|prev)): Use easy-mmode-define-navigation.
9334         (smerge-keep-*): Use smerge-auto-leave.
9336 2000-03-21  Jason Rumney  <jasonr@gnu.org>
9338         * cus-edit.el (custom-button-face): Use 3D look for w32.
9339         (custom-button-pressed-face): Likewise.
9341 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
9343         * progmodes/etags.el (tags-case-fold-search): New user-option.
9344         (tags-loop-eval): New function.  Bind case-fold-search around eval
9345         depending on the value of tags-case-fold-search.
9346         (tags-loop-continue): Use tags-loop-eval.
9347         (find-tag-in-order): Bind case-fold-search depending on the value
9348         of tags-case-fold-search.
9350 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
9352         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9353         (diff-end-of-hunk): Return the end position for use in
9354         `easy-mmode-define-navigation'.
9355         (diff-recenter): Remove.
9356         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9357         of `easy-mmode-define-navigation'.
9358         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
9359         previous renaming) and fix to use new names.
9360         (diff-merge-strings): Use \n as separator: simpler, faster.
9361         (diff-mode): Use `define-derived-mode'.
9363         * derived.el (define-derived-mode): Don't autoload anymore.
9364         Prefer the macro-only version provided by easy-mmode.el.
9366         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
9367         `easy-mmode-define-derived-mode'.
9368         Use `combine-run-hooks'.
9369         (easy-mmode-define-navigation): New macro.
9371         * subr.el (combine-run-hooks): New function.
9373 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
9375         * term/x-win.el: Fontsets related initialization is simplified.
9377         * international/mule-diag.el (describe-font): Don't refer to
9378         global-fontset-alist, instead call font-list.
9379         (describe-fontset, list-fontsets, mule-diag): Likewise.
9380         (print-fontset): Adjusted for the change of fontset
9381         implementation.
9383         * international/fontset.el (x-charset-registries): Variable
9384         removed, instead the corresponding data is stored in the default
9385         fontset.
9386         (register-alternate-fontnames): Function removed.
9387         (resolved-ascii-font): Variable removed.
9388         (x-compose-font-name): Ignore the second argument REDOCE.
9389         (x-complement-fontset-spec): Complement only an ASCII font and
9390         element for those charsets than can use that ASCII font.
9391         (generate-fontset-menu): Don't refer to global-fontset-alist,
9392         instead call fontset-list.
9393         (uninstantiated-fontset-alist): Variable removed.
9394         (x-style-funcs-alist): Likewise.
9395         (fontset-default-styles): Likewise.
9396         (x-modify-font-name): Function removed.
9397         (create-fontset-from-fontset-spec): Ignore the argument
9398         STYLE-VARIANT.
9399         (create-fontset-from-ascii-font): Docsting adjusted for the above
9400         change.
9401         (instantiate-fontset, resolve-fontset-name): Functions removed.
9402         (fontset-list): Now implemented by C code.
9404         * faces.el (read-face-font): Fix TABLE arg to completing-read.
9405         (describe-face): Include `font' attribute in the description.
9407 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
9409         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9411 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
9413         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9414         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9415         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
9417         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9418         about behavior of set-buffer-modified-p wrt redisplay.
9420 2000-03-19  Richard M. Stallman  <rms@gnu.org>
9422         * view.el (view-mode-disable): Kill local binding of view-read-only.
9424 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
9426         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
9427         is a string, convert it to a syntax cell using string-to-syntax.
9429         * simple.el (syntax-code-table, syntax-flag-table): New variables.
9430         (string-to-syntax): New function.
9432         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9433         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
9434         try to use passive ftp mode.
9436 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
9438         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
9440         * simple.el (append-to-buffer): Update point of windows after
9441         insertion.
9443         * abbrev.el (inverse-add-abbrev): Identify word by first moving
9444         forward then moving backward.  Reindent.
9446         * frame.el (other-frame): Call x-focus-frame only if
9447         focus-follows-mouse is off.
9449 2000-03-17  Dave Love  <fx@gnu.org>
9451         * pcvs-util.el (cvs-strings->string): Rename
9452         replace-regexps-in-string.
9454 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
9456         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
9457         regexp for labels cannot span several lines.
9459         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
9460         `(setq :<key> ':<key>)' to the macro expansion.
9462 2000-03-16  Dave Love  <fx@gnu.org>
9464         * progmodes/f90.el (f90): Put custom group under `languages', not
9465         `fortran'.
9466         (f90-mode-hook): Customize.
9467         (f90-mode): Set add-log-current-defun-function.
9468         (f90-current-defun): New function.
9470 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
9472         * cus-edit.el (custom-variable-tag-face): Handle case that
9473         default face's height is not a number.
9474         (custom-face-tag-face, custom-group-tag-face-1)
9475         (custom-group-tag-face): Ditto.
9476         (custom-group-tag-face-1): Add :group.
9478         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
9480 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
9482         * pcvs-defs.el (toplevel): Remove autoload cookie for form
9483         requiring easymenu.
9485 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9487         * ps-print.el: PostScript user-defined prologue, PostScript error
9488         handler, doc fix.
9489         (ps-print-version): New version number (5.1).
9490         (ps-user-defined-prologue, ps-error-handler-message)
9491         (ps-print-prologue-0, ps-error-handler-alist): New vars.
9492         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
9493         (ps-insert-string): New function.
9495 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
9497         * international/ccl.el (ccl-compile-expression): Don't generate
9498         invalid self-assignment code.
9500 2000-03-14  Dave Love  <fx@gnu.org>
9502         * subr.el (replace-regexp-in-string): Renamed from
9503         replace-regexps-in-string.  Doc fix.
9505 2000-03-12  Dave Love  <fx@gnu.org>
9507         * cus-edit.el: Doc fixes.
9508         (customize-set-variable, customize-save-variable): Rename args for
9509         doc.
9510         (custom-variable-tag-face, custom-face-tag-face)
9511         (custom-group-tag-face-1, custom-group-tag-face): Modify from
9512         style which user identify as hyperlink.
9513         (hook): Don't add undefined functions to the hook.
9514         (debug-ignored-errors): Transfer message from bindings.el.
9516 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
9518         * recentf.el (recentf-keep-non-readable-files-p): Remove
9519         double/nested definition.
9521 2000-03-12  Dave Love  <fx@gnu.org>
9523         * facemenu.el (facemenu-get-face): Use display-color-p.
9524         * enriched.el (enriched-decode-foreground): Likewise.
9525         (enriched-decode-background): Likewise.
9526         * isearch.el (isearch-highlight): Likewise.
9527         * info-look.el (info-lookup): Likewise.
9528         * simple.el (completion-setup-function): Likewise.
9530         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9531         :options.
9533         * bindings.el (mode-line-format): Fix line-number and
9534         column-number items.  Add help-echo for the background.
9535         (mode-line-mule-info): Modify help-echo.
9537         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9538         defcustom.
9540         * files.el (load-file): Allow completion to .elc.
9542         * man.el: Doc fixes.
9543         (Man-init-defvars): Use display-color-p to set fontification.
9545         * play/hanoi.el (hanoi-internal): Don't use oddp.
9547 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
9549         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9551         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9553 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9555         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9556         Fix comment.
9558 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
9560         * font-lock.el (font-lock-keywords): Fix the doc now that
9561         regexp-opt-depth is unnecessary.
9562         (save-buffer-state): Set an edebug spec.
9563         (font-lock-fontify-anchored-keywords): Properly handle the case when
9564         the matcher goes past the limit.
9566         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9567         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9569         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
9570         dll.el and cookie.el (from Elib) with heavy renaming and other
9571         massaging.
9573         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9574         Autoload the functions used.
9575         (easy-mmode-define-syntax): Fix CL typo.
9576         (easy-mmode-define-derived-mode): Improve the docstring generation.
9578 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
9580         * textmodes/texinfo.el (texinfo-version): Variable and function
9581         removed.
9583 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
9585         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9586         allow more flexibility.
9587         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9588         fns.
9589         (easy-mmode-defmap, easy-mmode-defsyntax)
9590         (easy-mmode-define-derived-mode): New macros.
9592 2000-03-09  Didier Verna  <didier@xemacs.org>
9594         * rect.el (replace-rectangle): New function.
9596 2000-03-09  Dave Love  <fx@gnu.org>
9598         * progmodes/fortran.el (fortran-comment-line-start): Define as
9599         "C".
9600         (fortran-comment-line-start-skip): Don't match cpp stuff.
9601         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
9602         (fortran-mode-map): Remove over-eager custom-menu-create for now.
9603         (fortran-mode): Don't set fortran-comment-line-start-skip,
9604         fortran-comment-line-start here.  Set comment-start,
9605         add-log-current-defun.
9606         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9607         (fortran-current-defun): New function.
9609 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
9611         * emacs-lisp/re-builder.el: New file.
9613         * mouse.el (mouse-drag-region): Don't run up-event handler
9614         if hscroll has changed.
9616         * octave-mod.el (octave-font-lock-keywords): To font-lock the
9617         builtin operators, use `font-lock-builtin-face' for Emacs and
9618         `font-lock-preprocessor-face' otherwise.
9620         * font-lock.el (lisp-font-lock-keywords-1): Highlight
9621         `(defun (setf foo)' differently.
9623 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
9625         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
9626         (regexp-opt): Update comment and adapt the code the new meaning of
9627         the `paren' argument of regex-opt-group for shy-groups.
9628         (regexp-opt-depth): Handle shy groups as well as backslashed
9629         backslashes.
9630         (regexp-opt-group): Turn the leading comment into a docstring.
9631         Allow `paren' to be a string (the string to use to open a group).
9632         Remove open-presuf and close-presuf.  Instead of checking for `all
9633         one-char' and then later on check for `several one-char', handle
9634         both cases close together.  Also apply a more generic algorithm
9635         for suffixes (the mirror image of the algorithm used for
9636         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
9637         (regexp-opt-try-suffix): Removed.
9639         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
9640         from comint-mode-map, so we can just inherit from it.  Also, move
9641         the initialization into the `defvar' since there's no docstring
9642         anyway and it's fairly short.
9643         (inferior-scheme-mode): Define it as derived-mode: the code is
9644         shorter and this way we inherit from comint-mode-map rather than
9645         copying it.
9647         * subr.el (replace-regexps-in-string): Properly handle the case
9648         where we match an empty string.
9650         * comint.el (comint-exec-1): Add the current-dir to the exec-path
9651         when the command has a directory component (such as "./testml").
9652         Also fix a typo in the comment.
9654 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
9656         * Makefile (compile-files): Compile files one by one because
9657         that's the only way to ensure a clean compilation environment for
9658         each individual file.
9660         * frame.el (other-frame): Call x-focus-frame.
9662 2000-03-07  Dave Love  <fx@gnu.org>
9664         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
9665         :require to defcustom.
9667         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
9668         lists.
9670         * files.el (auto-mode-alist): Add configure.in.
9672         * progmodes/autoconf.el: New file.
9674 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
9676         * mail/mh-e.el: Change maintainer to `none'.
9678         * recentf.el (recentf-keep-non-readable-files-p): Quote args
9679         to remove-hook and add-hook.
9681 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9683         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
9684         it as the default.
9685         (mail-send): Test mail-send-nonascii also for the new `mime' value.
9686         (sendmail-send-it): Conditionally add MIME headers specifying the
9687         used character set.
9689 2000-03-07  Dave Love  <fx@gnu.org>
9691         * winner.el: Fix keywords, autoload cookies.  Split
9692         eval-when-compile form to avoid compilation failure.
9694 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
9696         * international/mule.el: Modify comment about coding system
9697         property `coding-category'.
9698         (make-coding-system): New argument EOL-TYPE.  Pay attention to
9699         coding-category property of PROPERTIES.
9701         * international/mule-conf.el (coding-category-utf-8,
9702         coding-category-utf-16-be, coding-category-utf-16-le): New coding
9703         categories.  Include them in the argument for set-coding-priority.
9705         * international/mule-cmds.el (reset-language-environment): Include
9706         coding-category-utf-8, coding-category-utf-16-be, and
9707         coding-category-utf-16-le in the argument for set-coding-priority.
9708         (reset-language-environment): Initialize coding-category-utf-8,
9709         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
9711 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
9713         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
9714         code abstracted out of `bookmark-jump-noselect'.  Now tries info
9715         extensions as well as compression extensions.
9716         (bookmark-jump-noselect): Use above new func.
9718 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
9720         * strokes.el: Change maintainer's mail address.
9722 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
9724         * international/mule-diag.el (list-character-sets): Make help-echo
9725         string by substitute-command-keys.
9726         (list-character-sets): Likewise.
9727         (sort-listed-character-sets): Call help-setup-xref.
9729 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
9731         * time.el (display-time-mail-file): Add `none' to the list of
9732         choices.
9734 2000-03-01  Dave Love  <fx@gnu.org>
9736         * help.el (help-xref-go-back): Don't try to set position.
9738         * international/mule-diag.el (list-character-sets): Call
9739         help-setup-xref.  Add help-echo to xrefs.
9740         (list-character-sets-1): Add help-echo to xrefs.
9742 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
9744         * frame.el (blink-cursor-mode): Switch cursor on when turning
9745         the mode off.
9747         * add-log.el (add-log-current-defun): Add support for
9748         Autoconf mode.
9750         * mail/rmail.el (rmail-quit-hook): New variable.
9752 2000-03-01  Dave Love  <fx@gnu.org>
9754         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
9756         * help.el (help-xref-button): Add help-echo arg.
9757         (describe-function-1, describe-variable, help-make-xrefs): Use it.
9759         * faces.el (list-faces-display): Supply help-echo with
9760         help-make-xrefs.
9762         * facemenu.el (list-text-properties-at): Set help-xref-stack to
9763         nil.
9765 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
9767         * image.el (defimage): Look for image files in load-path.
9769         * frame.el (busy-cursor-delay-seconds): Change type to
9770         `number'.
9772 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
9774         * recentf.el (recentf): Added version tag to the defgroup of
9775         recentf.
9777 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
9779         * recentf.el (recentf-cleanup): Changed to remove excluded file
9780         too.
9781         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
9782         action to select/unselect a file.
9783         (recentf-edit-list): Code cleanup and improvement.
9784         (recentf-open-more-files-action): `recentf-open-more-files' button
9785         widget action to open a file.
9786         (recentf-open-more-files): No more use standard completion but
9787         widgets.
9788         (recentf-more-collection): Deleted.
9789         (recentf-more-history): Deleted.
9790         (recentf-setup-more-completion): Deleted.
9792 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
9794         * recentf.el (recentf-mode): No more needs that Emacs is running
9795         under a window-system.
9797 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9799         * recentf.el (recentf-edit-list): New command to edit the recent
9800         list which allow the user to remove files.
9801         (recentf-edit-selected-items): New global variable, used by
9802         `recentf-edit-list' to hold the list of files to be removed from
9803         the recent list.
9804         (recentf-make-menu-items): Updated to display a "Edit list..."
9805         menu item.  Minor code cleanup.
9807 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9809         * recentf.el (recentf-open-more-files): New command to open files
9810         that are not displayed in the menu.
9811         (recentf-more-collection): New global variable holding the set of
9812         permissible completions used by `recentf-open-more-files'.
9813         (recentf-more-history): New global variable holding the history list
9814         used by `recentf-open-more-files' completion.
9815         (recentf-setup-more-completion): New function to setup completion for
9816         `recentf-open-more-files'.
9817         (recentf-make-menu-items): Updated to display a "More..." menu item.
9819 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9821         * recentf.el (recentf-menu-action): Doc fixed.
9823 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9825         * recentf.el (recentf-menu-filter): Doc updated.
9826         (recentf-update-menu-hook): Allow menu filters to force menu update.
9827         (recentf-make-menu-items): New menu filter handling.
9828         (recentf-make-menu-item): New helper function.
9829         (recentf-menu-elements): New menu handling function.
9830         (recentf-sort-ascending): Updated to new menu filter handling.
9831         (recentf-sort-descending): Updated to new menu filter handling.
9832         (recentf-sort-basenames-ascending): New menu filter function.
9833         (recentf-sort-basenames-descending): New menu filter function.
9834         (recentf-show-basenames): New menu filter function.
9835         (recentf-show-basenames-ascending): New menu filter function.
9836         (recentf-show-basenames-descending): New menu filter function.
9838 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9840         * diary-lib.el (list-diary-entries): Don't try to go forward at
9841         the end of the buffer.
9843 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
9845         * international/mule-diag.el (list-character-sets): Completely
9846         rewritten.
9847         (sort-listed-character-sets): New function.
9848         (list-character-sets-1): Completely rewritten.
9849         (list-character-sets-2): New function.
9850         (non-iso-charset-alist): New variable.
9851         (decode-codepage-char): New function.
9852         (charset-history): New variable.
9853         (read-charset) (list-block-of-chars)
9854         (list-iso-charset-chars)
9855         (list-non-iso-charset-chars)
9856         (list-charset-chars): New functions.
9857         (mule-diag): Call list-character-sets-2, not
9858         list-character-sets-2.
9859         (dump-charsets): Likewise.
9861 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
9863         * dired-x.el (dired-filename-at-point): Add `@' to valid
9864         file name characters.
9865         (dired-filename-at-point): Handle ange-ftp file names.
9867         * frame.el (frame-notice-user-settings): Use assq-delete-all
9868         instead of assoc-delete-all.
9869         (frame-notice-user-settings): Ditto.
9871         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
9872         Don't copy alist.
9874 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
9876         * calculator.el (calculator-use-menu): New option.
9877         (calculator-initial-bindings): Changed some bindings to work as
9878         macros.
9879         (calculator-forced-input): Removed.
9880         (calculator-restart-other-mode): New variable.
9881         (calculator-mode-map): Set up menu.
9883 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
9885         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
9886         tags.
9888 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
9890         * viper-cmd.el (viper-envelop-ESC-key): added the option to
9891         translate all ESC key sequences.
9892         (viper-goto-mark-subr): restore markers for files for which
9893         they were saved.
9894         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
9895         * viper-util.el (viper-set-replace-overlay-glyphs,
9896         viper-set-replace-overlay): always check if the replacement
9897         overlay is live.
9898         * viper.el (viper-vi-state-mode-list): added major modes.
9899         * ediff-wind.el: minor comment changes.
9900         * ediff.el: copyright notice date fix.
9902 2000-02-27  Jason Rumney  <jasonr@gnu.org>
9904         * faces.el (face-font-family-alternatives): Add arial to helv.
9905         (mode-line, header-line, tool-bar): Same default as x for w32.
9906         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
9907         face-font-family-alternatives from working.
9908         * term/w32-win.el (mouse-set-font): Do not build fontset from
9909         chosen font.
9911 2000-02-25  Sam Steingold  <sds@goems.com>
9913         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
9914         properly.
9916 2000-02-25  Richard M. Stallman  <rms@gnu.org>
9918         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
9920 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
9922         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
9923         writable.
9925         * frame.el (busy-cursor-delay-seconds): New option.
9927 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
9929         * frame.el (show-cursor-in-non-selected-windows): New option.
9931 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9933         * diary-lib.el (include-other-diary-files): Undo the selective
9934         display in any included file and don't kill it.
9936 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
9938         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
9939         bar.  Menu items converted to (menu-item format, help strings
9940         added.
9941         [downcase, upcase]: Don't enable on MS-DOS.
9942         [symlink, symlinks]: Don't show if make-symbolic-link is not
9943         bound.
9944         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
9946 2000-02-23  Dave Love  <fx@gnu.org>
9948         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
9949         (backward-kill-word): Revert addition of * to interactive spec --
9950         it's a feature.
9952         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9953         (backward-kill-sentence, kill-sentence): Likewise.
9955         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9956         scratch buffer name.
9957         (gud-format-command): Use int-to-string in ?l case.  Simplify
9958         slightly.
9960         * term/w32-win.el (internal-face-interactive): Update prompt for
9961         new read-face-name.
9963         * mail/footnote.el (footnote): Add :version to defgroup.
9964         (footnote-section-tag-regexp): Customize.
9965         (footnote-start-tag, footnote-end-tag): New option.
9966         (footnote-latin-regexp): New variable.
9967         (Footnote-latin): New function.
9968         (footnote-style-alist): Add element for latin style.
9969         (footnote-style): Moved.
9970         (Footnote-goto-footnote): Use eq to test arg.
9972         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9974         * emacs-lisp/byte-opt.el: Change old backquote syntax.
9975         (byte-compile-trueconstp): Include keywords.
9976         (byte-optimize-quote, byte-optimize-lapcode): Use
9977         byte-compile-const-symbol-p.
9978         (byte-optimize-char-before): New optimization.
9980         * emacs-lisp/bytecomp.el: Change old backquote syntax.
9981         (byte-compile-const-symbol-p): New function.
9982         (byte-compile-constp, byte-compile-out-toplevel)
9983         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
9984         Use it.
9986         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
9988 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
9990         * international/encoded-kb.el: Be sure to update minor-mode-alist
9991         and minor-mode-map-alist.
9992         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
9993         codes SS2 and SS3 correctly.
9994         (encoded-kbd-self-insert-ccl): New function.
9995         (encoded-kbd-setup-keymap): New function.
9996         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
9997         by calling encoded-kbd-setup-keymap.
9999         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10000         characters.
10001         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10002         locally.
10004 2000-02-22  Dave Love  <fx@gnu.org>
10006         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10007         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10008         defvar.
10009         (lisp-mode-syntax-table): Set up for #|...|# comments.
10010         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
10011         classes.  Match `defface'.
10012         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10013         (eval-defun-1): Fix for defcustom.
10014         (lisp-indent-region): Doc fix.
10016         * subr.el (when, unless, split-string): Doc fix.
10017         (read-passwd): Move call of clear-this-command-keys to the right
10018         place.
10019         (replace-regexps-in-string): New function.
10021 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
10023         * help.el (describe-variable): Set syntax table to
10024         emacs-lisp-mode-syntax-table when moving forward over the
10025         symbol's name.
10027 2000-02-22  Dave Love  <fx@gnu.org>
10029         * xt-mouse.el: Doc fixes.
10030         (xterm-mouse-position-function): New function, replacing advice of
10031         mouse-position.
10032         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
10034         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10036 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
10038         * format.el (format-annotate-single-property-change): Handle
10039         properties.with dotted-list values.
10040         (format-proper-list-p): New function.
10042         * enriched.el (enriched-face-ans): Handle '(foreground-color
10043         . COLOR) and (background-color . COLOR).
10045 2000-02-20  Dave Love  <fx@gnu.org>
10047         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10048         and assignments to it.
10049         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10050         current local map.
10051         (make-flyspell-overlay): Use it.
10052         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10054         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10055         (lm-get-header-re): Defun, not defsubst.
10056         (lm-get-package-name): Defun, not defsubst.  Simplify.
10057         (lm-version): Doc fix.  Simplify.
10058         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10059         (lm-crack-address, lm-last-modified-date, lm-commentary)
10060         (lm-verify, lm-synopsis): Simplify.
10061         (lm-report-bug): Require emacsbug.  Use compose-mail.
10063 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
10065         * dired.el (dired-mode): Call propertized-buffer-identification
10066         to set mode-line-buffer-identification to something having
10067         the right text properties.
10069         * bindings.el (propertized-buffer-identification): New function.
10071 2000-02-20  Dave Love  <fx@gnu.org>
10073         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10074         check for t-mouse too.
10076         * cus-start.el: Make echo-keystrokes `number'.
10078 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
10080         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10081         Don't call ring-empty-p unless tags-location-ring is bound.
10082         From Noah Friedman <friedman@splode.com>.
10084 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
10086         * progmodes/hideshow.el (hs-flag-region): No longer use
10087         `intangible' overlay property.
10089         (hs-toggle-hiding): New command.
10090         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10092         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10093         Fix omission bug: Run `hs-minor-mode-hook' for both activation
10094         and deactivation.
10096 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
10098         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10100 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
10102         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10104         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10105         of `*' to handle `(* ... *)' comments.
10107 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
10109         * faces.el (list-faces-display): Use display-mouse-p instead of
10110         window-system.
10112         * menu-bar.el (global-map): Menu-bar items converted to the new
10113         format (menu-item..., rearranged for better CUA compliance, and
10114         their names changed for better clarity.  Help strings added.
10116         * international/mule-cmds.el (mule-menu-keymap)
10117         (describe-language-environment-map, set-coding-system-map)
10118         (setup-language-environment-map): Convert to new (menu-item...
10119         form, add help strings.  Change names of menu items for better
10120         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
10121         submenu).
10123 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
10125         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
10126         within the code.
10128 2000-02-16  Dave Love  <fx@gnu.org>
10130         * faces.el: Don't require custom.  Add more specific :groups to
10131         various deffaces.
10132         (set-face-attribute): Purecopy args.
10133         (read-face-name): Default to name at point and use it in prompt.
10134         Remove colon from arg in all callers.
10135         (list-faces-display): Hyperlink to face descriptions and customize
10136         buffers.
10138 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
10140         * wid-edit.el (widget-match-inline): An atom never matches a
10141         list.
10143 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10145         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10146         at ':' characters by call to split-string.
10148 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10150         * textmodes/bibtex.el: Added RCS version identification.
10152 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10154         * textmodes/bibtex.el: Some temporary comments removed.
10155         (bibtex-field-name, bibtex-entry-type): Made the relationship
10156         explicit.
10157         (bibtex-field-const): Allow capital letters.
10158         (bibtex-start-of-string): Deleted because unused.
10160         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
10161         use the term 'reference' to describe a bibtex entry as a whole.
10162         Further, reference keys are no longer called 'labels'.
10163         (bibtex-keys): Renamed to bibtex-reference-keys.
10164         (bibtex-reformat-previous-labels): Renamed to
10165         bibtex-reformat-previous-reference-keys.
10166         (bibtex-reference-type): Renamed to bibtex-entry-type.
10167         (bibtex-reference-head): Renamed to bibtex-entry-head.
10168         (bibtex-reference-maybe-empty-head): Renamed to
10169         bibtex-entry-maybe-empty-head.
10170         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10171         (bibtex-search-reference): Renamed to bibtex-search-entry.
10172         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10173         bibtex-enclosing-entry-maybe-empty-head.
10174         (bibtex-entry-field-alist, bibtex-entry-head,
10175         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10176         bibtex-map-entries, bibtex-search-entry,
10177         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10178         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10179         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10180         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10181         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10182         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10183         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
10185 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10187         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10188         comment.
10189         (bibtex-format-field-delimiters): New function, functionality
10190         extracted from bibtex-format-entry.
10191         (bibtex-autokey-get-yearfield-digits): New function, functionality
10192         extracted from bibtex-autokey-get-yearfield.
10194         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10195         entries in order to avoid stack overflow in the regexp matcher if
10196         field contents become large.
10197         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10198         bibtex-field-string-part-not-braced,
10199         bibtex-field-string-part-no-inner-braces,
10200         bibtex-field-string-part-1-inner-brace,
10201         bibtex-field-string-part-2-inner-braces,
10202         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10203         bibtex-field-string-quoted, bibtex-field-string,
10204         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10205         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10206         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10207         as parsing is now performed by the following functions.
10208         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10209         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10210         bibtex-parse-field-string, bibtex-search-forward-field-string,
10211         bibtex-parse-association, bibtex-field-name-for-parsing,
10212         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10213         bibtex-search-forward-field, bibtex-search-backward-field,
10214         bibtex-start-of-field, bibtex-end-of-field,
10215         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10216         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10217         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10218         bibtex-parse-string, bibtex-search-forward-string,
10219         bibtex-search-backward-string, bibtex-start-of-string,
10220         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10221         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10222         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10223         entries.  Instead of reporting the results of the parsing by
10224         match-beginning or match-end, these functions return data structures
10225         that hold the corresponding positions.
10226         (bibtex-enclosing-field): Changed to also report field boundaries by
10227         return values rather than by match-beginning or match-end.  The
10228         following functions have been adapted to use the new parsing
10229         functions.
10230         (bibtex-skip-to-valid-entry, bibtex-search-reference,
10231         bibtex-enclosing-field, bibtex-format-entry,
10232         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10233         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10234         bibtex-print-help-message, bibtex-end-of-entry,
10235         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10236         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10237         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10238         method for parsing.
10239         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10240         bibtex-map-entries, bibtex-flash-head,
10241         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10242         bibtex-autokey-change, bibtex-autokey-get-namefield,
10243         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10244         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10245         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10246         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10247         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10248         order to make the new binding of case-fold-search immediately
10249         visible.
10251 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10253         * textmodes/bibtex.el: Copyright notice is up to date.
10254         Added constant 'bibtex-maintainer-salutation.
10256         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10257         than make-temp-name, use match-string-no-properties and eliminate
10258         a quadratic behavior when building bibtex-strings.
10260         * bibtex.el (bibtex-reference-key): Accept string entries whose
10261         reference key contains upper case letters.
10263 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10265         * bibtex.el (bibtex-reference-head): Allow entries to start with
10266         a new line.
10268 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10270         * bibtex.el: Hiding of entry bodies is not longer provided by
10271         bibtex.el directly.  Instead the hideshow package can be used.
10272         Added a special bibtex entry to hs-special-modes-alist.
10273         (bibtex-hs-forward-sexp): Added for hideshow.el.
10275 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10277         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10278         at ':' characters by call to split-string.
10280 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10282         * textmodes/bibtex.el: Added RCS version identification.
10284 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10286         * textmodes/bibtex.el: Some temporary comments removed.
10287         (bibtex-field-name, bibtex-entry-type): Made the relationship
10288         explicit.
10289         (bibtex-field-const): Allow capital letters.
10290         (bibtex-start-of-string): Deleted because unused.
10292         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
10293         use the term 'reference' to describe a bibtex entry as a whole.
10294         Further, reference keys are no longer called 'labels'.
10295         (bibtex-keys): Renamed to bibtex-reference-keys.
10296         (bibtex-reformat-previous-labels): Renamed to
10297         bibtex-reformat-previous-reference-keys.
10298         (bibtex-reference-type): Renamed to bibtex-entry-type.
10299         (bibtex-reference-head): Renamed to bibtex-entry-head.
10300         (bibtex-reference-maybe-empty-head): Renamed to
10301         bibtex-entry-maybe-empty-head.
10302         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10303         (bibtex-search-reference): Renamed to bibtex-search-entry.
10304         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10305         bibtex-enclosing-entry-maybe-empty-head.
10306         (bibtex-entry-field-alist, bibtex-entry-head,
10307         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10308         bibtex-map-entries, bibtex-search-entry,
10309         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10310         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10311         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10312         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10313         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10314         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10315         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
10317 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10319         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10320         comment.
10321         (bibtex-format-field-delimiters): New function, functionality
10322         extracted from bibtex-format-entry.
10323         (bibtex-autokey-get-yearfield-digits): New function, functionality
10324         extracted from bibtex-autokey-get-yearfield.
10326         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10327         entries in order to avoid stack overflow in the regexp matcher if
10328         field contents become large.
10329         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10330         bibtex-field-string-part-not-braced,
10331         bibtex-field-string-part-no-inner-braces,
10332         bibtex-field-string-part-1-inner-brace,
10333         bibtex-field-string-part-2-inner-braces,
10334         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10335         bibtex-field-string-quoted, bibtex-field-string,
10336         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10337         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10338         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10339         as parsing is now performed by the following functions.
10340         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10341         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10342         bibtex-parse-field-string, bibtex-search-forward-field-string,
10343         bibtex-parse-association, bibtex-field-name-for-parsing,
10344         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10345         bibtex-search-forward-field, bibtex-search-backward-field,
10346         bibtex-start-of-field, bibtex-end-of-field,
10347         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10348         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10349         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10350         bibtex-parse-string, bibtex-search-forward-string,
10351         bibtex-search-backward-string, bibtex-start-of-string,
10352         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10353         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10354         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10355         entries.  Instead of reporting the results of the parsing by
10356         match-beginning or match-end, these functions return data structures
10357         that hold the corresponding positions.
10358         (bibtex-enclosing-field): Changed to also report field boundaries by
10359         return values rather than by match-beginning or match-end.  The
10360         following functions have been adapted to use the new parsing
10361         functions.
10362         (bibtex-skip-to-valid-entry, bibtex-search-reference,
10363         bibtex-enclosing-field, bibtex-format-entry,
10364         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10365         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10366         bibtex-print-help-message, bibtex-end-of-entry,
10367         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10368         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10369         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10370         method for parsing.
10371         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10372         bibtex-map-entries, bibtex-flash-head,
10373         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10374         bibtex-autokey-change, bibtex-autokey-get-namefield,
10375         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10376         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10377         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10378         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10379         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10380         order to make the new binding of case-fold-search immediately
10381         visible.
10383 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10385         * textmodes/bibtex.el: Copyright notice is up to date.
10386         Added constant 'bibtex-maintainer-salutation.
10388         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10389         than make-temp-name, use match-string-no-properties and eliminate
10390         a quadratic behavior when building bibtex-strings.
10392         * bibtex.el (bibtex-reference-key): Accept string entries whose
10393         reference key contains upper case letters.
10395 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10397         * bibtex.el (bibtex-reference-head): Allow entries to start with
10398         a new line.
10400 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10402         * bibtex.el: Hiding of entry bodies is not longer provided by
10403         bibtex.el directly.  Instead the hideshow package can be used.
10404         Added a special bibtex entry to hs-special-modes-alist.
10405         (bibtex-hs-forward-sexp): Added for hideshow.el.
10407 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10409         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
10410         proceedings entry type (for cross referencing). Thanks to Wagner
10411         Toledo Correa for the suggestion.
10413         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
10415 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
10417         * international/characters.el: Setup case table for Vietnamese.
10419 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
10421         * uniquify.el (toplevel): Require CL at compile time.
10422         (uniquify-push): Removed.
10424         * shadowfile.el (shadow-when): Removed.
10426         * tempo.el (tempo-dolist, tempo-mapc): Removed.
10427         (tempo-process-and-insert-string): Use dolist instead of
10428         tempo-dolist.
10430         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10431         regexp for paragraph-start.
10433         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10434         commas as well.
10436 2000-02-10  Dave Love  <fx@gnu.org>
10438         * wid-edit.el: (widgets) [defgroup]: Remove url link.
10439         (widget-color-choice-list, widget-color-history, widget-mouse-help):
10440         Deleted.
10441         (widget-specify-field, widget-specify-button): Don't use
10442         widget-mouse-help as help-echo property.
10443         (default): Use #'ignore for :validate and :mouse-down-action.
10444         (checkbox): Add help-echo.
10445         (widget-sexp-validate): Rewritten to clarify error messages.
10446         (character): Use char-valid-p in :match function.
10447         (widget-color-complete): Use facemenu-color-alist.
10448         (widget-color-action): Use facemenu-read-color.
10450         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
10451         set up `caar' &c that we now have.
10453 2000-02-09  Ray Blaak  <blaak@gnu.org>
10455         * delphi.el: Make resourcestring a declaration region, like const
10456         and var.
10458 2000-02-09  Dave Love  <fx@gnu.org>
10460         * bindings.el (mode-line-input-method-map): New variable.
10461         (mode-line-mule-info): Use it; fix last change.
10462         (mode-line-mode-menu): Move definition.
10463         (mode-line-mouse-sensitive-p): Deleted.
10464         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
10465         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
10466         level.
10468         * startup.el (command-line-1): Don't call
10469         make-mode-line-mouse-sensitive.
10471 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
10473         * mail/rmail.el (rmail-retry-failure): Use
10474         rmail-beginning-of-message before rmail-toggle-header, because the
10475         former toggles headers.
10477 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
10479         * diff-mode.el (diff-kill-junk): New interactive function.
10480         (diff-reverse-direction): Use delete-and-extract-region.
10481         (diff-post-command-hook): Restrict the area so that the hook also works
10482         outside of any diff hunk.  This is necessary for the minor-mode.
10483         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
10484         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
10486         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
10487         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
10488         so that it can be used more easily in <foo>-mode-hook.  Also make sure
10489         to avoid duplicate entries.
10490         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
10491         (font-lock-remove-keywords): Just as was done for `add', allow it to
10492         work even if font-lock-mode is nil.  Also make sure we don't modify
10493         any pre-existing list by forcing a copy-sequence.  Finally rename
10494         `major-mode' to `mode'.
10495         (font-lock-fontify-syntactic-anchored-keywords)
10496         (font-lock-fontify-anchored-keywords)
10497         (font-lock-fontify-keywords-region): Use line-end-position.
10498         Don't make `font-lock-multiline' local (it's now done in
10499         font-lock-set-defaults).
10500         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
10501         move the `font-lock-fontified' creation to inside the `unless'.
10503 2000-02-06  Andrew Innes  <andrewi@gnu.org>
10505         * term/w32-win.el (x-handle-args): Comment out call to message,
10506         which occurs before window system is initialized.
10508         * makefile.nt: Add support for recompiling lisp code.
10510 2000-02-04  Dave Love  <fx@gnu.org>
10512         * bindings.el (mode-line-mule-info): Fix/extend last change.
10514         * completion.el: Replace completion-dolist with dolist.
10516         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10517         dotimes.
10519 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10521         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10522         environment names before they go into the section regexp.
10524         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10525         char class in regexp.
10527         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10528         `case-fold-search' to nil.
10530         * progmodes/idlwave.el (idlwave-template): Respect
10531         `idlwave-abbrev-change-case'.
10532         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10533         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10534         idlwave-while): respect `idlwave-reserved-word-upcase'.
10535         (idlwave-rw-case): New function.
10536         (idlwave-statement-match): Fixed problem with assignment regexp.
10537         (idlwave-font-lock-keywords): Improved regexp for keyword
10538         parameters.
10539         (idlwave-surround): New argument LENGTH to support padding of
10540         operators longer than 1 char.
10542         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10543         idlwave-shell-expression-overlay.  Implemented printing of
10544         expressions on higher levels of the calling stack.
10545         (idlwave-shell-display-level-in-calling-stack): Restore stack
10546         level.
10547         (idlwave-retrieve-expression-from-level): New function.
10548         (idlwave-shell-last-calling-stack): Variable removed.
10549         (idlwave-shell-reset): Argument action reversed (`visible' to
10550         `hidden').  Also remove stop-line overlay.
10551         (idlwave-shell-calling-stack-routine): New variable.
10552         (idlwave-shell-parse-stack-and-display): Messages now display
10553         negative level numbers.
10554         (idlwave-shell-mode): Set `modeline-format'.
10555         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10556         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10557         21.
10558         (idlwave-shell-print-expression-function): New option.
10560         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10561         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10562         `tool-bar' instead of `toolbar'.
10564 2000-02-02  Dave Love  <fx@gnu.org>
10566         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10567         emacs-lisp-mode-hook.  Don't check for defalias being defined.
10569         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10570         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
10571         the new builtins directly.
10573         * whitespace.el (whitespace): Add :version to defgroup.
10575         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10576         Doc fix.
10578         * thingatpt.el (sexp-at-point, symbol-at-point)
10579         (number-at-point, list-at-point): Add autoload cookie.
10581         * recentf.el (recentf): Add :version to defgroup.
10583         * quickurl.el (quickurl): Add :version to defgroup.
10585         * elide-head.el (elide-head): Use point-marker more.
10587         * bs.el (bs): Add :version to defgroup.
10589         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10591         * progmodes/delphi.el (delphi): Add :version to defgroup.
10593 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
10595         * ange-ftp.el (ange-ftp-write-region): Handle case that
10596         succeeding process operation sets a different coding system.
10598         * calculator.el: New file.
10600 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
10602         * frame.el (frames-on-display-list, framep-on-display): New
10603         functions.
10604         (display-mouse-p, display-popup-menus-p, display-graphic-p)
10605         (display-selections-p, display-screens, display-pixel-width)
10606         (display-pixel-height, display-mm-width, display-mm-height)
10607         (display-backing-store, display-save-under, display-planes)
10608         (display-color-cells, display-visual-class): New functions.
10610         * term/tty-colors.el (tty-color-gray-shades): New function.
10612         * faces.el (display-color-p): Use framep-on-display.
10613         (display-grayscale-p): New function.
10615 2000-01-31  Dave Love  <fx@gnu.org>
10617         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10618         (create-fontset-from-x-resource): Don't concat integers.
10620 2000-01-31  Inge Frick  <inge@nada.kth.se>
10622         * view.el: Some changes in documentation.  Removed some trailing
10623         whitespace. Changed some parameter names to agree with
10624         documentation.
10625         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
10626         window is not deleted.  Modifies change 1998-04-26.
10628 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
10630         * windmove.el: New file.
10632         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10633         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10634         progmodes/ebnf-yac.el: Update copyright and license info.
10636         * jit-lock.el (jit-lock-function): Widen before calculating end
10637         position.
10638         (jit-lock-stealth-chunk-start): Rewritten.
10640         * info.el (Info-title-face-alist): Removed.
10641         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
10642         faces.
10643         (Info-fontify-node): Use these faces.
10645 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
10647         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
10648         (cl-macro-list1): Recognize `&allow-other-keys' instead of
10649         `&allow-other-keywords'.
10651         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
10652         the list of directories scanned heuristically.
10654         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
10655         exist.
10657 2000-01-30  Jason Rumney  <jasonr@gnu.org>
10659         * w32-fns.el: Define w32-tty-standard-colors.
10661         * startup.el (command-line): Use w32-tty-standard-colors when in
10662         w32 console mode.
10664 2000-01-30  Dave Love  <fx@gnu.org>
10666         * jka-compr.el (jka-compr-load): Fix up load-history.
10668         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
10670         * emacs-lisp/cl-macs.el: Revert previous change.
10672 2000-01-29  Dave Love  <fx@gnu.org>
10674         * facemenu.el: Purecopy various strings.
10676         * timezone.el (timezone-fix-time): Window against 69 for two-digit
10677         years.  Deal with three-digit years.
10679         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
10680         defconst, purecopy.
10681         (help-back-label): Purecopy it.
10683 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
10685         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
10686         variable. If non-nil, order the buffer list according to the
10687         currently selected frame.
10688         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
10689         non-nil, pass the selected frame to function buffer-list.
10691 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10693         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
10695 2000-01-28  Dave Love  <fx@gnu.org>
10697         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
10699         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
10700         Don't use lisp-indent-hook property.
10701         (cl-abs): Remove.
10703         * subr.el: Move out indent and edebug specs for when and unless.
10705         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10706         when, unless.
10708         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
10709         unless, when.
10711 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
10713         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
10714         `collecting' as synonym for `collect'.
10716         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
10717         for the case it contains spaces.
10719         * simple.el (what-cursor-position): Change formatting of
10720         messages.
10722         * frame.el (delete-other-frames): New function.
10723         (toplevel): Bind it to C-x 5 1.
10725         * sort.el (sort-numeric-base): New option.
10726         (sort-numeric-fields): If number starts with `0' or `0[xX[',
10727         interpret it as octal or hexadecimal.  Use sort-numeric-base
10728         as default base.
10730         * progmodes/glasses.el: New file.
10732 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
10734         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
10735         userids differently.
10737         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10738         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10739         progmodes/ebnf-yac.el: New files.
10741 2000-01-26  Dave Love  <fx@gnu.org>
10743         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10744         on a function with an empty body.  [From Eric Ludlam.]
10746 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
10748         * vc.el (vc-version-diff): Make sure file name is expanded.
10750 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
10752         * scroll-bar.el (scroll-bar-timer): Variable removed.
10753         (scroll-bar-toolkit-scroll): Don't use a timer.
10755 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
10757         * language/thai-util.el (thai-composition-function): Delete
10758         superfluous `a'.
10760 2000-01-24  Dave Love  <fx@gnu.org>
10762         * fortran.el (fortran-mode): Use beginning-of-defun-function,
10763         end-of-defun-function.
10765         * font-lock.el (turn-on-font-lock): Don't depend on window-system
10766         &c.
10768 2000-01-22  Jason Rumney  <jasonr@gnu.org>
10770         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
10771         conflicts with new face support.
10773 2000-01-22  Richard M. Stallman  <rms@gnu.org>
10775         * replace.el (query-replace): Rename last arg to DELIMITED.
10776         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
10777         (query-replace-regexp): Likewise.
10779 2000-01-20  Richard M. Stallman  <rms@gnu.org>
10781         * subr.el (with-syntax-table): Use make-symbol, not gensym.
10783         * emacs-lisp/lisp.el (beginning-of-defun-function):
10784         Variable renamed from beginning-of-defun.
10785         Do not call make-variable-buffer-local.
10786         (beginning-of-defun-raw): Use new variable name; doc fix.
10787         (beginning-of-defun): Doc fix.
10788         (end-of-defun-function): Variable renamed from end-of-defun.
10789         Do not call make-variable-buffer-local.
10790         (end-of-defun): Use new variable name; doc fix.
10792         * subr.el (dolist, dotimes): Copied from cl-macs.el
10793         and made to work.
10795         * mail/undigest.el (rmail-digest-end-regexps):
10796         Variable replaces rmail-digest-end-regexp.
10797         Allows multiple regexps for detecting the end line.
10798         (undigestify-rmail-message): Corresponding changes.
10800 2000-01-19  Dave Love  <fx@gnu.org>
10802         * files.el (user-init-file): Don't declare here -- is primitive.
10804         * startup.el (command-line): Check for compiled user-init-file and
10805         set to uncompiled version if necessary.
10807 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
10809         * mail/undigest.el (rmail-digest-end-regexp): New user option.
10810         (undigestify-rmail-message): Use it.
10812         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
10814 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
10816         * tmm.el (tmm-goto-completions): Adapt to prompt being part
10817         of mini-buffer.
10819 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
10821         * emacs-lisp/copyright.el (copyright-update): Removed the
10822         requirement for a trailing space from `copyright-regexp', to
10823         support copyrights with owner specified on a separate line..
10825         * align.el: New file.
10827         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
10829         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
10831 2000-01-13  Dave Love  <fx@gnu.org>
10833         * ph.el: Removed.  (Obsoleted by EUDC.)
10835 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
10837         * net/eudc.el (toplevel): Remove autoloaded code installing
10838         menu with easymenu, because that causes build problems.
10840         * frame.el (frame-notice-user-settings): New variable.
10841         (frame-notice-user-settings): Don't modify frame parameters
10842         if called a second time.
10844 2000-01-13  Richard M. Stallman  <rms@gnu.org>
10846         * frame.el (frame-notice-user-settings):
10847         Notice default-frame-parameters even for non-window frames.
10849 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
10851         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
10852         for Emacs.
10853         (eudc-bob-can-display-inline-images): Extend for Emacs.
10854         (eudc-bob-toggle-inline-display): Ditto.
10855         (eudc-bob-display-jpeg): Ditto.
10857 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
10859         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
10860         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
10861         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
10863         * add-log.el (add-change-log-entry): Fix error trying an `(insert
10864         nil)'.
10866         * subdirs.el: Add `net' directory.
10868         * net: New directory.
10870         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
10871         eval-last-sexp.  Don't bind debug-on-error here.
10872         (eval-last-sexp): New function.  Bind debug-on-error if
10873         eval-expression-debug-on-error is non-nil.
10874         (eval-defun-2, eval-defun): Likewise.
10876         * simple.el (eval-expression): Don't bind debug-on-error if
10877         eval-expression-debug-on-error is nil.  Detect changed
10878         debug-on-error, and propagate new value to global binding, if
10879         eval-expression-debug-on-error is non-nil,
10880         (eval-expression-debug-on-error): Change doc string.
10882 2000-01-11  Richard M. Stallman  <rms@gnu.org>
10884         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
10886         * emacs-lisp/lisp-mode.el (with-syntax-table):
10887         Set up lisp-indent-function property.
10889         * subr.el (with-syntax-table): Moved from simple.el.
10891         * simple.el (with-syntax-table): Moved to subr.el.
10893 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
10895         * tmm.el (tmm-shortcut): Delete region after prompt instead
10896         of erasing buffer.
10898         * textmodes/fill.el (fill-common-string-prefix): New function.
10899         (fill-context-prefix): Use the longest common prefix of first
10900         and second line fill prefix, if there is one.
10902 2000-01-11  Richard M. Stallman  <rms@gnu.org>
10904         * array.el (array-mode): Don't use make-variable-buffer-local.
10905         Use make-local-variable for `truncate-lines'.
10907 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
10909         * add-log.el (add-log-current-defun): Handle user-defined
10910         add-log-current-function returning nil,
10912         * add-log.el (add-change-log-entry): Insert version number
10913         if having found a current function
10915         * add-log.el (add-log-current-defun): Call
10916         `add-log-current-defun-function'.  Try matches at level 0 and
10917         level 1.  Strip whitespace from defun found.
10919 2000-01-10  John Wiegley  <johnw@gnu.org>
10921         * allout.el (isearch-done/outline-provisions): Added `edit'
10922         argument to correspond with the current definition of
10923         `isearch-done'.
10925 2000-01-10  Dave Love  <fx@gnu.org>
10927         * elide-head.el (elide-head): Use point-marker, not point.
10929 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
10931         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
10932         before and after the year 2000.
10934         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
10935         Add ispell- prefix.
10937 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
10939         * ispell.el:  Only define dictionaries in menus when they exist.
10940         (version18p): New variable.
10941         (version20p): New variable.
10942         (xemacsp): New variable.
10943         (ispell-choices-win-default-height): Fix for XEmacs visibility.
10944         (ispell-dictionary-alist1): Added Brasileiro dictionary.
10945         (ispell-dictionary-alist6): Russian command lines no longer accept
10946         run-together words.
10947         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
10948         (ispell-dictionary-alist): Add koi8-r to customize definition.
10949         (check-ispell-version): Added documentation string.  Returns
10950         library path when called non-interactively.
10951         (ispell-menu-map-needed): Uses new variables.
10952         (ispell-library-path): New variable.
10953         (ispell-decode-string): XEmacs fix for bogus variable bindings.
10954         (ispell-word): Improved documentation string.  Test for valid
10955         character mappings.  Correctly check typed in word changes that can
10956         result in single words split into multiple words.  Returns
10957         replacement word.
10958         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
10959         replace in recursive query replace mode.  Help message for
10960         recursive edit mode.
10961         (ispell-show-choices): Protect against bad framepop bindings.
10962         (ispell-help): Fix to work with XEmacs.
10963         (ispell-highlight-spelling-error): Use new variables.
10964         (ispell-overlay-window): Fix to work with XEmacs.
10965         (ispell-parse-output): Passed and returns location information
10966         tracking spelling corrections.  Doesn't recheck same word on
10967         current line.
10968         (ispell-init-process): Protect against bogus XEmacs variable binding.
10969         Fix call to single argument in sleep-for.  Use new variables.
10970         (ispell-region): Passed and returns location information tracking
10971         spelling corrections.  Doesn't check same word on current line.
10972         Improved documentation string.  Doesn't resend a line already
10973         checked to the ispell process - fixes bug in LaTeX parsing.
10974         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10975         (ispell-skip-region): No longer skips <TT> in SGML.
10976         (ispell-process-line): Tracks location information with spelling
10977         corrections.  Added documentation string.  Accounts for words
10978         already accepted on this line.  Don't allow query-replace on line
10979         starting with math characters.  Doesn't resend a line already sent
10980         to ispell process.  Fixes alignment error bug.
10982 2000-01-10  Richard M. Stallman  <rms@gnu.org>
10984         * dired-x.el (dired-guess-shell-alist-default):
10985         Suggest xloadimage, which is free, not xv, which isn't.
10987         * ange-ftp.el (ange-ftp-file-name-nondirectory):
10988         Don't ever include the host name or user name in the value.
10990 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
10992         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
10993         of a real newline.
10995 2000-01-09  Stephen Eglen  <stephen@gnu.org>
10997         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
10998         for .png files.
11000 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
11002         * cus-edit.el (custom-hook-convert-widget): Fix comment.
11004 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
11006         * progmodes/cperl-mode.el: Replace ^F with ^L.
11008         * sendmail.el (toplevel): Provide `sendmail' when compiling
11009         before `require'ing rmail and mailalias to prevent infinite
11010         recursion.
11012 2000-01-08  Dave Love  <fx@gnu.org>
11014         * emacs-lisp/backquote.el: Remove inappropriate customization
11015         (allowing custom.el to use backquote).
11017 2000-01-07  Dave Love  <fx@gnu.org>
11019         * add-log.el (add-log-debugging): Deleted.
11020         (add-change-log-entry): Treat a backup FILE-NAME as its parent
11021         file.  Remove debugging code.
11022         (change-log-get-method-definition, change-log-name): Add doc.
11023         (change-log-sortable-date-at): New function.
11024         (change-log-merge): New command.
11026         * time.el (display-time-string-forms): Make the Mail string active.
11027         (display-time-update): Provide help-echo for load average.
11029         * bindings.el (make-mode-line-mouse2-map): New function.
11030         (mode-line-modified): Use it and simplify.
11031         (mode-line-mule-info): Provide help-echo info.
11032         (minor-mode-alist): Activate the strings.
11033         (make-mode-line-mouse-sensitive): Simplify for
11034         mode-line-buffer-identification.
11036 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
11038         * play/pong.el: New file.
11040 2000-01-06  Dave Love  <fx@gnu.org>
11042         * array.el: Assorted cleanups for compiler warnings, doc strings,
11043         `array-' prefix for symbols.
11045 2000-01-05  Dave Love  <fx@gnu.org>
11047         * textmodes/outline.el (outline-mode-menu-bar-map): Add
11048         outline-headers-as-kill.
11049         (outline-mode): Define imenu-generic-expression.
11050         (outline-headers-as-kill): New command.
11052         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11053         from paragraph-start.
11054         (paragraph-indent-minor-mode): New command.
11056         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11057         M-C-e, M-C-h, C-j, C-xnd, TAB.
11058         (fortran-mode): Set beginning-of-defun, end-of-defun.
11059         (fortran-column-ruler): Simplify.
11060         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11061         (fortran-with-subprogram-narrowing): Likewise.
11062         (fortran-indent-subprogram): Call mark-defun.
11063         (fortran-check-for-matching-do): Change narrowing.
11065         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11066         (cl-lucid-hash-tag): Delete.
11067         (cl-hash-table-p): Correct test for native table.
11068         (cl-hash-table-count): Use hash-table-count.
11070         * browse-url.el (browse-url): Fix case of
11071         browse-url-browser-function being an alist.
11073 2000-01-05  Carsten Dominik  <cd@gnu.org>
11075         * textmodes/reftex-vars.el (reftex-parse-file-extension)
11076         (reftex-index-phrase-file-extension): New options.
11078         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
11079         Use new option `reftex-index-phrase-file-extension'.
11081         * textmodes/reftex.el (reftex-access-parse-file): Use new option
11082         `reftex-parse-file-extension'.
11084 2000-01-05  Dave Love  <fx@gnu.org>
11086         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
11087         (beginning-of-defun-raw): Use it.
11088         (end-of-defun): New variable.
11089         (end-of-defun): Use it.
11090         (check-parens): New command.
11092 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
11094         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11095         (hs-show-block): Don't use `mapcar' when not accumulating.
11097         Fix buglet in local variables initialization.
11099 2000-01-05  Andreas Schwab  <schwab@suse.de>
11101         * hscroll.el (hscroll): Doc fix.
11103 2000-01-05  Carsten Dominik  <cd@gnu.org>
11105         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11106         idlw-toolbar.
11108         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11109         file idlw-rinfo.el.
11110         (idlwave-customize): load must read file idlw-shell.el.
11111         (idlwave-create-customize-menu): load must read file idlw-shell.el.
11113 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
11115         * progmodes/idlw-shell.el: Also provide idlwave-shell
11116         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11117         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11119         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11120         both reftex-dcr and reftex-vcr.
11122         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11124 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11126         * ps-print.el: PostScript code now is in separate files, doc fix.
11127         (ps-print-version): New version number (5.0.3).
11128         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11129         local.
11130         (ps-spool-config): Initialization fix.
11131         (ps-print-prologue-1, ps-print-prologue-2)
11132         (ps-print-duplex-feature): PostScript code moved to separated file.
11133         (ps-background-image): Little code reformating.
11134         (ps-begin-file, ps-begin-job): Fix code.
11135         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
11136         (ps-prologue-file): New fun.
11138 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11140         * ps-vars.el: Eliminated.
11142         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11143         `;;;###autoload'.
11145         * ps-print.el: ps-vars eliminated, doc fix.
11146         (ps-print-version): New version number (5.0.2).
11147         (ps-spool-config): Initialization fix.
11148         (ps-print-customize): New fun.
11150 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
11152         * autorevert.el (auto-revert-mode): Return value of
11153         auto-revert-mode.
11155 2000-01-04  Dave Love  <fx@gnu.org>
11157         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11158         menu items.
11160 2000-01-03  Dave Love  <fx@gnu.org>
11162         * elide-head.el (elide-head) [defgroup]: Add :version.
11164         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
11165         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11166         `cl-hash-table-p', not `hash-table-p'.
11167         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11169 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11171         * faces.el (face-read-integer, read-face-attribute)
11172         (color-defined-p, color-values): unspecified-{f,b}g are now
11173         strings.
11175 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
11177         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11178         at comment end, and re-insert them after filling.
11180 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11182         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
11183         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11184         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
11186 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11188         * term/x-win.el (xw-defined-colors): Call color-supported-p,
11189         the new name of face-color-supported-p.
11191         * term/w32-win.el (xw-defined-colors): Likewise.
11193 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11195         * simple.el (completion-setup-function): Count completion-size
11196         from minibuffer-prompt-end, not from point-min.
11198 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
11200         * faces.el (read-face-attribute, defined-colors, color-defined-p):
11201         Pass the frame to tty-color-* functions.
11202         (display-color-p, frame-set-background-mode): Pass the frame to
11203         tty-display-color-p.
11205         * term/tty-colors.el (tty-defined-color-alist): Renamed from
11206         tty-color-alist.
11207         (tty-color-alist, tty-modify-color-alist): New functions.
11208         (tty-color-define,  tty-color-clear, tty-color-approximate)
11209         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11210         an optional parameter FRAME.
11212 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
11214         * image.el (create-image, defimage): Don't assume image data is a
11215         string.
11217         * image.el (defimage): Handle specifications containing :data
11218         instead of :file.
11219         (image-type-from-data): New function.
11220         (image-type-from-file-header): Use it.
11221         (create-image): Add parameter DATA-P.
11223 See ChangeLog.8 for earlier changes.
11225 ;; Local Variables:
11226 ;; coding: iso-2022-7bit
11227 ;; End: