Fix var names in doc.
[emacs.git] / lisp / ChangeLog
blob78d8901ccc3dfe51da3f7846d3edcba876e14748
1 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
3         * faces.el (face-user-default-spec, face-default-spec): New functions.
4         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
5         (frame-set-background-mode, face-set-after-frame-default): 
6         Use `face-user-default-spec'.  Simplify code slightly.
8         * woman.el (woman-italic-face, woman-bold-face) 
9         (woman-unknown-face): Add dark-background variants.
10         (woman-default-faces): Renamed from `woman-colour-faces'.
11         Set using the stored defaults, rather than using hard-wired colors.
12         (woman-monochrome-faces): Renamed from `woman-black-faces'.
13         Just make the foreground `unspecified' rather than "black".
14         (woman-menu): Rename menu entries accordingly.
16         * faces.el (header-line): Make more reasonable on mono/grayscale
17         displays.
19 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
21         * cus-edit.el (custom-button-face): Use 3D look for mac.
22         (custom-button-pressed-face): Likewise.
24         * faces.el (set-face-attributes-from-resources): Handle mac frames
25         in the same way as x and w32 frames.
26         (face-valid-attribute-values): Likewise.
27         (read-face-attribute): Likewise.
28         (defined-colors): Likewise.
29         (color-defined-p): Likewise.
30         (color-values): Likewise.
31         (display-grayscale-p): Likewise.
32         (face-set-after-frame-default): Likewise.
33         (mode-line): Same default face as for x and w32.
34         (tool-bar): Likewise.
36         * frame.el: Remove call to frame-notice-user-settings at end of
37         the file.
39         * info.el (Info-fontify-node): make underlines invisible for mac
40         as for x, pc, and w32 frame types.
42         * term/mac-win.el: New file.
44 2000-10-22  Dave Love  <fx@gnu.org>
46         * textmodes/refill.el: New file.
48 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
50         * vc-hooks.el (vc-version-backup-file-name): New optional args 
51         MANUAL and REGEXP.
52         (vc-delete-automatic-version-backups, vc-make-version-backup): 
53         New functions.
54         (vc-before-save): Use the latter.
55         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
56         confusion.
58         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as 
59         expected by vc[-hooks].el.
61         * vc.el (vc-checkout): Added `-p' suffix in call to
62         vc-make-version-backups-p; use vc-make-version-backup to actually
63         make the backup.
64         (vc-version-other-window, vc-version-backup-file): Handle both
65         automatic and manual backups.
66         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
67         of all of them.
69 2000-10-22  Miles Bader  <miles@gnu.org>
71         * comint.el (comint-highlight-input, comint-highlight-prompt):
72         Renamed, `-face' at end removed.
73         (comint-send-input, comint-output-filter): Use renamed faces.
75         * window.el (fit-window-to-buffer): Change defaulting of
76         MAX-HEIGHT slightly.
78         * faces.el (color-values, color-defined-p): Use `member', not
79         `memq', because it works correctly for strings.
80         (frame-set-background-mode): Actually, "unspecified-fg" and
81         "unspecified-bg" *are* strings.  Use `member', not `memq', and
82         `equal', not `eq', when a string value is possible.
84 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
86         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
88 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
90         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
91         sh-electric-rparen, sh-electric-less and sh-electric-hash.
92         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
93         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
94         (sh-font-lock-syntactic-keywords): Use them.
95         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
96         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
97         (sh-mode): Don't override font-lock-unfontify-region-function.
98         Use a copy of sh-font-lock-syntactic-keywords.
99         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
100         Don't call sh-scan-buffer since font-lock does it on the fly.
101         (sh-get-indent-info): Use `face' rather than `syntax-table'
102         text-property to detect here-documents.
103         Replace sh-special-syntax with sh-st-punc.
104         (sh-prev-line): Use `face' rather than `syntax-table'
105         text-property to skip over here-documents.
106         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
107         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
108         (sh-electric-less, sh-set-here-doc-region)
109         (sh-remove-our-text-properties, sh-search-word, sh-scan-case) 
110         (sh-scan-buffer, sh-rescan-buffer): Remove.
112 2000-10-21  Andrew Innes  <andrewi@gnu.org>
114         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
115         remote (ange-ftp) file names.
117 2000-10-21  Miles Bader  <miles@gnu.org>
119         * window.el (fit-window-to-buffer): New function.
120         (shrink-window-if-larger-than-buffer): Use it.
121         (window-text-height): Don't expect minibuffers to have mode-lines.
123         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
124         * international/quail.el (quail-update-guidance): Use
125         `fit-window-to-buffer' instead of `set-window-text-height'.
127         * international/quail.el (quail-show-guidance-buf): Make sure
128         guidance window really has enough room.
129         (quail-update-guidance): If quail-guidance-win is already shown,
130         make sure its height is OK.
132         * window.el (window-text-height, set-window-text-height):
133         New functions.
134         (shrink-window-if-larger-than-buffer): Use `window-text-height'
135         instead of `window-height' & `mode-line-window-height-fudge'.
136         (mode-line-window-height-fudge): Add FACE parameter.
137         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
138         instead of `enlarge-window' & `mode-line-window-height-fudge'.
140 2000-10-20  Miles Bader  <miles@gnu.org>
142         * window.el (height-affecting-face-attributes): Use `defconst'.
144         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
145         New function, conditionally aliased to `mode-line-window-height-fudge'.
146         (ispell-help): Use it.
147         (ispell-choices-win-default-height): Don't include mode-line fudge.
148         (ispell-choices-win-default-height): New function.
149         (ispell-show-choices, ispell-command-loop): Use function
150         `ispell-choices-win-default-height' instead of variable.
152 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
154         * window.el (mode-line-window-height-fudge): New variable.
155         (height-affecting-face-attributes): New variable.
156         (mode-line-window-height-fudge): New function.
157         (shrink-window-if-larger-than-buffer): Use it.
158         * help.el (resize-temp-buffer-window): Likewise.
160         * info.el (Info-fontify-node): Add support for @subsubsection
161         titles, which use `Info-title-4-face'.
162         (Info-title-4-face): New face.
163         (Info-title-3-face): Inherit from Info-title-4-face instead of
164         variable-pitch.
166 2000-10-19  Jason Rumney  <jasonr@gnu.org>
168         * dired.el (dired-insert-directory): Do not let errors signalled by
169         attempt to run dired-free-space-program prevent dired from working.
171 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
173         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
175 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
177         * dirtrack.el (dirtrack): Fix call to run-hooks.
179         * cmuscheme.el (cmuscheme-program-name): Renamed from
180         scheme-program-name because xscheme.el contains a defcustom with
181         the same name.  As a consequence, customizing group `cmuscheme'
182         loaded `xscheme' which redefined run-scheme.
183         (run-scheme): Use cmuscheme-program-name.
185         * ps-print.el (ps-print-emacs-type): Move into the
186         eval-and-compile.
188         * play/doctor.el (doctor-death): Update the Samaritans'
189         anonymous address, and add a website for Befrienders International.
190         
191 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
193         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
194         Avoid compilation gripes.  Doc fix.
195         (ps-print-version): New version number (6.2).
196         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
197         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
198         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
199         (ps-x-extent-priority, ps-x-extent-start-position)
200         (ps-x-face-font-instance, ps-x-find-coding-system)
201         (ps-x-font-instance-properties, ps-x-make-color-instance)
202         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
203         avoid compilation gripes without defining functions.
204         (ps-e-find-composition): Alias for function find-composition, to have a
205         suitable function depending on Emacs version.
206         (ps-color-device, ps-color-values, ps-face-foreground-name)
207         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
208         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
209         (ps-print-ensure-fontified): Function definitions surrounded by
210         `eval-and-compile' to avoid compilation gripes.
211         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
212         by symbol-value to avoid compilation gripes.
213         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
214         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
216 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
218         * startup.el (normal-top-level): Call `frame-set-background-mode'
219         after `frame-notice-user-settings' because the latter doesn't call
220         the former on a tty.
222         * faces.el (frame-set-background-mode): `unspecified' &c are
223         symbols, not strings.
225 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
227         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
228         why some "light*" colors are deliberately absent from the alist.
230         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
231         Change colors for tty's, as suggested by Miles Bader.
233 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
235         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
236         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
237         for ISO10646-1 fonts.
238         (x-font-name-charset-alist): Add an entry for "iso10646-1".
240 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
242         * faces.el (frame-set-background-mode): If a tty frame defines a
243         background color, use that to compute the background mode, instead
244         of always defaulting to "dark".
246 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
248         * comint.el (comint-write-output): New function.
249         (comint-mode-map): Add it to the menu.
250         Bind `C-c C-s' to comint-write-output.
252 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
254         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
255         Use fancy-splash-delay.
257 2000-10-18  Alex Schroeder  <alex@gnu.org>
259         * progmodes/sql.el (sql-sybase-options): New option.
260         (sql-sybase): Use it.  Add sql-database to the list of parameters
261         provided for login.  The options -w 2048 -n are not used any more.
263         * comint.el (comint-read-input-ring): Bugfix such that the first
264         and the last entry of the input ring file are not lost.
266 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
268         * ps-print.el: Internal variable changes to defcustom,
269         make-local-hook changes to defvar.  Doc fix.
270         (ps-print-version): New version number (6.1).
271         (ps-setup, ps-do-despool): Code fix.
272         (ps-printer-name): Customization fix.
273         (ps-printer-name-option): Now is a defcustom instead of an
274         internal variable.
275         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
276         (ps-print-begin-column-hook): Now are defvar instead of
277         make-local-hook.
278         
279 2000-10-18  Miles Bader  <miles@gnu.org>
281         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
282         (comint-kill-output): Changed into an alias for `comint-delete-output',
283         and made obsolete.
284         (comint-mode-map): Rename references to comint-kill-output.
286 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
288         * diff-mode.el (diff-header-face, diff-file-header-face)
289         (diff-changed-face): Add bold and italic attributes to tty faces.
290         (diff-function-face): New face.
291         (diff-font-lock-keywords): Use it.
293 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
295         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
296         Remove commented-out call to force-mode-line-update.
297         (comint-kill-output): Use `forward-line 0' instead of
298         beginning-of-line to make sure we get past the prompt.
300 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
302         * diff-mode.el (diff-header-face, diff-file-header-face):
303         Add specific setting for dark background.
304         (diff-context-face): Renamed from diff-comment-face.
305         Set explicitly rather than inheriting from font-lock-comment-face.
307 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
309         * startup.el (command-line): Move the code which sets the default
310         TTY colors to before before-init-hook.
312 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
314         * jit-lock.el (jit-lock-stealth-time): Doc fix.
316 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
318         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
319         extensions, for MS-DOS.
321         * diff-mode.el (diff-header-face, diff-file-header-face)
322         (diff-changed-face): Define tty-specific colors.
324 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
326         * startup.el (fancy-splash-text): Realign the text.
328 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
330         * font-lock.el (font-lock-comment-face): Define a separate default
331         for dark-background tty's.
333 2000-10-17  Miles Bader  <miles@gnu.org>
335         * help.el (resize-temp-buffer-window): Add hack to avoid last line
336         being obscured by whizzy mode-lines on graphics displays.
338 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
340         * info.el (Info-title-1-face, Info-title-2-face)
341         (Info-title-3-face): Define colors for tty's.
342         (info-header-node): Remove unneeded tty-specific definition.
344 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
346         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
347         reverse from the frame parameters, and don't invert foreground and
348         background colors.
350 2000-10-16  Miles Bader  <miles@gnu.org>
352         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
353         string "*Info*".  Call propertized-buffer-identification to spruce
354         up the result.
356 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
358         * help.el: Provide `help' for the sake of define-minor-mode
359         which generates defcustoms with requires.
361         * jit-lock.el (jit-lock-after-change): If we're in text that
362         matches a multi-line font-lock pattern, make sure the whole text
363         will be redisplayed.
365         * emacs-lisp/authors.el (authors-add): Don't add an entry if
366         author's name is unknown.
368         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
369         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
370         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
371         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
372         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
373         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
374         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
375         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
376         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
377         Add author information.
379 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
381         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
382         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
383         full-color version (using the Gimp) to eliminate dithering artifacts.
385 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
387         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
389         * simple.el (syntax-flag-table, string-to-syntax): Remove.
391 2000-10-15  Dave Love  <fx@gnu.org>
393         * progmodes/sh-script.el: Require skeleton and comint when
394         compiling.
396         * pcomplete.el (pcomplete) <defgroup>: Add :version.
398         * whitespace.el: Doc fixes.
399         (top-level): Don't add hooks here.
400         (whitespace-running-emacs): Deleted.
401         (timer): Don't require.
402         (whitespace): Add back :version conditional on xemacs test.
403         (whitespace-spacetab-regexp, whitespace-indent-regexp)
404         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
405         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
406         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
407         Avoid specific xemacs test.
408         (whitespace-global-mode): New option.
409         (whitespace-global-mode): New command.
410         (whitespace-unload-hook): New function.
412         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
413         (Info-fontify-node, Info-goto-node, Info-mode-menu) 
414         (Info-fontify-node): `Goto' goes to `Go to'.
415         (Info-fontify-node): Add help-echo to xref links.
417 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
419         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
421 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
423         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
424         Use plist-get and allow :inherit.
426         * emacs-lisp/cl-macs.el (cl-do-arglist):
427         Use plist-get and plist-member instead of memq.
429         * emacs-lisp/ewoc.el (ewoc-location): New function.
430         (ewoc-enter-after, ewoc-enter-before): Document return value.
431         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
432         Don't need make-local-hook any more.
433         (cvs-addto-collection): Return the new tin.
434         (cvs-mode-insert): Jump to the new line.
436         * jit-lock.el (jit-lock-fontify-buffer): Remove.
438         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
440         * font-lock.el (font-lock-syntactically-fontified): New var.
441         (font-lock-fontify-syntactic-keywords-region): Use it.
442         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
444         * diff-mode.el (diff-find-file-name): Fix regexp.
446         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
447         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
449         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
450         (sh-mode-syntax-table): Add punctuation syntax for < and >.
451         (sh-mode): Don't make all vars local here.
452         (sh-kw): Reformat.
453         (sh-set-shell): Use dolist.  Don't set indent-region-function.
454         (sh-mode-syntax-table): Use pop.
455         (sh-remember-variable): Use push.
456         (sh-help-string-for-variable): Use memq.
457         (sh-safe-backward-sexp): Remove.
458         (sh-safe-forward-sexp): Add ARG.
459         (sh-get-indent-info, sh-prev-stmt): Use it.
460         (sh-prev-line): Simplify by using forward-comment.
461         (sh-this-is-a-continuation): Simplify.
462         (sh-learn-buffer-indent): Use dolist.
463         (sh-do-nothing): Remove.
464         (sh-set-char-syntax, sh-set-here-doc-region):
465         Use inhibit-modification-hooks.
466         (sh-name-style): Use mapcar and push.
467         (sh-load-style): Use dolist.
468         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
469         (sh-case, sh-while-getopts): Use propertize directly rather
470         than sh-electric-rparen.
472 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
474         * textmodes/tex-mode.el: Require CL when compiling.
475         (tex-mode-syntax-table): Init immediately.
476         (tex-mode-map): Bind M-RET to latex-insert-item.
477         (latex-mode): Set indent-line-function to latex-indent.
478         (tex-common-initialization): Don't setup the syntax-table any more.
479         (latex-insert-item): New skeleton.
480         (tex-next-unmatched-end): Fix copy/paste braino.
481         (latex-syntax-after, latex-skip-close-parens, latex-down-list) 
482         (latex-indent, latex-find-indent): New functions.
483         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table) 
484         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
485         (tex-compilation-parse-errors): Use with-syntax-table.
487 2000-10-15  Miles Bader  <miles@gnu.org>
489         * font-lock.el (font-lock-comment-face): Change dark-background,
490         color, non-tty, default to `chocolate1'.
492 2000-10-13  John Wiegley  <johnw@gnu.org>
494         * eshell/esh-util.el (require): Added a missing `require' form,
495         needed when compiling (for an ange-ftp macro definition).
497 2000-10-13  Dave Love  <fx@gnu.org>
499         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
501 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
503         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
504         fix.
506         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace 
507         transparent -colors 8).
509 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
511         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
512         that breaks with old list format timestamps.
513         (time-stamp-warn-inactive, time-stamp-old-format-warn)
514         (time-stamp-count, time-stamp-conversion-warn): Improved doc
515         strings.
517 2000-10-13  John Wiegley  <johnw@gnu.org>
519         * align.el, pcomplete.el, calendar/timeclock.el,
520         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
522         * calendar/timeclock.el (timeclock-find-discrep): A fix to same
523         faulty math, where holiday hours were being computing as seconds.
525 2000-10-13  John Wiegley  <johnw@gnu.org>
527         * desktop.el (desktop-buffer-modes-to-save): Added a global for
528         specifying what "other" kinds of buffers should be saved.  This
529         used to be hard-coded.
530         (desktop-buffer-misc-functions): A global for specifying how
531         auxiliary data should be determined for special buffer types.
532         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
533         instead of hard-coding the special buffer types.
534         (desktop-save): Run `desktop-buffer-misc-functions' to gather
535         auxiliary data, instead of hard-coding for Info buffers and dired.
536         (desktop-buffer-info-misc-data): Aux function for determining Info
537         buffer auxiliary info.
538         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
539         (desktop-buffer-info): Changed this function to use the info
540         gathered above.
541         (desktop-create-buffer): Be a little more careful about what
542         `minor-mode' means before calling it.  This is important for some
543         buffer types.
545 2000-10-13  John Wiegley  <johnw@gnu.org>
547         * eshell/esh-util.el: Added a global form which declares an
548         autoload for `parse-time-string', if that function is not already
549         defined, and if parse-time.el is available on the user's system.
551         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
552         to be aware of ange-ftp user info.
553         (eshell-do-ls): Bind `ange-cache'.  Also, use
554         `eshell-file-attributes'.
555         (eshell-ls-annotate): Use `eshell-file-attributes'.
556         (eshell-ls-file): Made the user-id printing code a bit smarter.
558         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
559         allow identification of alias user ids in remote directories.
560         It's manual, but there's no other way to know when the current
561         user on the local machine, is also the owning user on the remote
562         machine.
563         (fboundp): Bind `ange-cache'.
564         (eshell-directory-files-and-attributes): Re-organized the logic a
565         bit to use `eshell-file-attributes' instead of `file-attributes'.
566         The former is more sensitive to directories that are read via FTP,
567         and knows how to use ange-ftp to determine full attribute
568         information, instead of just the name and last modtime.
569         (eshell-current-ange-uids): Return the current user id when in a
570         remote directory.
571         (eshell-parse-ange-ls): Parse a full directory listing that has
572         been returned by ange-ftp.
573         (eshell-file-attributes): This beefed up version of
574         `file-attributes' is only special if the user is currently in a
575         remote directory, in which case it does a lot of work to find out
576         what the real attributes of a file are, as they appear on the
577         remote machine.  This makes usage of remote directories (i.e.,
578         ange-ftp pathnames) much more useful.  You can now use Eshell as a
579         full-fledged FTP client, with much more manipulation ability than
580         most other clients.
582         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
583         variable, which means that Eshell's du should always be preferred
584         in remote directories.
585         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
586         just `file-attributes'.
587         (eshell-mvcp-template): Bind `ange-cache', to improve performance
588         when reading remote directories.  This is an Eshell-specific
589         variable (not part of ange-ftp).
590         (eshell/ln): Bind `ange-cache'.
591         (eshell/du): Added some extra logic for determining when to use
592         Eshell's du (which is slow), and when to use the external version
593         (which may or may not exist).
595         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
596         `eshell-interactive-process', rather than using
597         `get-buffer-process', since backgrounded processes don't count in
598         the context of this function's logic.
600         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
601         `forward-char', so that null strings are parsed correctly.
603 2000-09-13  John Wiegley  <johnw@gnu.org>
605         * eshell/em-pred.el (eshell-pred-file-type,
606         eshell-pred-file-links, eshell-pred-file-size): Use
607         `eshell-file-attributes'.  This is more correct over ange-ftp.
609         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
610         that remote file globbing is more efficient.
612         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
613         gathering the files and attributes within a directory.
615         * eshell/em-unix.el (eshell/cat): If any of the files passed on
616         the command line is a special file (not a regular file, directory
617         or symlink), always attempt to call the external version of cat.
619 2000-09-13  John Wiegley  <johnw@gnu.org>
621         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
622         Eshell-friendly version of find-tag.
624 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
626         * image-file.el (image-file-name-extensions) 
627         (image-file-name-regexps): Add autoload cookies.
629 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
631         * international/mule-cmds.el (select-safe-coding-system): If FROM
632         is string, show it in *Warning* buffer.
634 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
636         * startup.el (normal-top-level): Use display-popup-menus-p instead
637         of window-system.
638         (command-line): Use display-graphic-p instead of window-system.
639         (command-line-1): Use display-popup-menus-p and display-mouse-p
640         instead of window-system.
642 2000-10-12  Sam Steingold  <sds@gnu.org>
644         * tooltip.el (tooltip-use-echo-area): New user variable.
645         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
647 2000-10-12  Dave Love  <fx@gnu.org>
649         * recentf.el: Maintainer's checkdoc fixes.
651         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
652         character class, not ASCII when matching file names.
653         (fancy-splash-head): Add trailing slash to URL.
654         (command-line): Don't require XPM support for toolbar.
656         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
657         (cperl-invalid-face): Revert last change.
658         (cperl-init-faces): Quote cperl-invalid-face.
660 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
662         * startup.el (fancy-splash-text): Remove superfluous quote.
664 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
666         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
667         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
668         (command-line-1): Don't use fancy-splash-pending-command.
669         (fancy-splash-screens-1): Goto point-min after inserting text.
671         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
673         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
674         instead of shared-lisp-mode-map.
676 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
678         * faces.el (header-line): Change tty-variant to use underlining.
680         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
681         (isearch-highlight): Restore lazy-isearch face properties at old
682         position, and suppress them at new position.
683         (isearch-dehighlight): Restore lazy-isearch face properties.
684         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
685         over the real isearch overlay, but in that case, don't give it a
686         face property.  Use `push'.
688 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
690         * man.el (Man-getpage-in-background): Fix previous change.
691         Decode the process output only when we are in multibyte mode.
693 2000-10-11  Dave Love  <fx@gnu.org>
695         * info.el (Info-mode-menu): Fix some help.
696         (info-tool-bar-map): Add entry for Info-last.
698         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
699         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
700         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
701         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
702         * toolbar/search-replace.xpm, toolbar/exit.xpm:
703         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
704         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
705         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
706         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
707         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
708         Reduce colour requirements to 25 overall.  (Probably wants
709         revisiting from the originals to reduce further.)
711 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
713         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
714         buffer-file-coding-system, instead of raw-text.
715         (dehexlify-buffer): Bind coding-system-for-read to
716         buffer-file-coding-system, instead of raw-text.
718 2000-10-11  Sam Steingold  <sds@gnu.org>
720         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
721         `underline' - fixes the bug introduced on 2000-09-21.
723 2000-10-11  Dave Love  <fx@gnu.org>
725         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
726         compiler warnings.
727         (scheme-mode): Doc fix.
728         (scheme-font-lock-keywords-1): Match `define-syntax'.
730 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
732         * faces.el (frame-set-background-mode): Pay attention to saved
733         face specs as well as default ones.  Only do anything if the
734         bg-mode or display-type has actually changed.  Use `dolist'.
735         (region): Make dark-background `region' face less in-your-face.
737 2000-10-10  Sam Steingold  <sds@gnu.org>
739         * chistory.el, ielm.el, ledit.el:
740         * progmodes/inf-lisp.el, progmodes/scheme.el:
741         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
743 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
745         * textmodes/texinfo.el: Update copyright and fix typo.
747         * desktop.el (desktop-modes-not-to-save): New var.
748         (desktop-save-buffer-p): Use it.
749         Also, obey desktop-buffers-not-to-save even for non-file buffers.
750         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
752 2000-10-10  Dave Love  <fx@gnu.org>
754         * toolbar/tool-bar.el (tool-bar-add-item)
755         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
756         display.
758         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
759         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
760         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
761         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
762         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
763         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
764         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
765         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
766         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
767         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
768         the .xpms; probably need retouching.
770 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
772         * subr.el (add-to-list): Add optional argument APPEND.
773         * battery.el (display-battery): Use `add-to-list'.
775 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
777         * play/zone.el (zone-timer, zone-wc-tbl): Rework
778         these vars as symbol properties.
779         (zone, zone-when-idle, zone-leave-me-alone)
780         (zone-pgm-whack-chars): Use new symbol properties.
782         * battery.el (display-battery): Doc spelling fix.
784         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
785         property.
787 2000-10-09  Dave Love  <fx@gnu.org>
789         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
790         has been initialized before calling tool-bar-setup.
791         (tool-bar-add-item-from-menu): Add autoload cookie.
793 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
795         * menu-bar.el (send-mail-item-name): New function.
796         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
797         of mail-user-agent in the menu.  Don't display the "Send Mail"
798         item if mail-user-agent is nil or its value is ignore.
799         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
800         if read-mail-command is nil or its value is ignore.
802         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
804 2000-10-09  Miles Bader  <miles@gnu.org>
806         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
807         Correct image size.
808         * toolbar/left_arrow.xpm: Correct image size.
810         * jka-compr.el: Don't call `jka-compr-install' when loading (it
811         will be done by the definition of `auto-compression-mode' if
812         necessary.  Move code to uninstall existing file-name handler
813         before definition of `auto-compression-mode'.
815         * image-file.el (auto-image-file-mode): Move to the end of the
816         file, because `define-minor-mode' actually calls the mode-function
817         if the associated variable is non-nil, which requires that all
818         needed functions be already defined.
820         * mouse.el (popup-menu): Balance parens.
822 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
824         * mouse.el (popup-menu): Move the command call outside the loop
825         so that popup-menu returns whatever the command returns.
827         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
828         (initialize-new-tags-table): Use run-hook-with-args-until-success.
829         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
830         (tags-table-format-functions): Renamed from tags-table-format-hooks.
832         * vc.el (vc-version-diff): diff-switches can be a list.
833         Use relative filenames for prettier output.
835         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
836         (vc-post-command-functions): Remove old-VC compatibility code.
838         * newcomment.el (comment-indent-default): Autoload.
840         * font-lock.el (font-lock-defaults): Make buffer-local.
841         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
842         (font-lock-choose-keywords):
843         Ignore LEVEL unless KEYWORDS is a list of syms.
844         (c-keywords, c++-keywords, objc-keywords, java-keywords):
845         Don't wrap regexp-opt things in \(...\) unnecessarily.
847         * jit-lock.el: Don't require font-lock any more.
848         (jit-lock-functions): Make buffer-local.
849         (jit-lock-saved-fontify-buffer-function): Remove.
850         (jit-lock-mode): Remove autoload cookie.
851         Remove font-lock specific code.
852         (jit-lock-unregister): Don't bother handling complex hooks any more.
853         (jit-lock-refontify): New function.
854         (jit-lock-fontify-buffer): Use it.
855         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
856         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
857         Add optional args START and END.
858         Never call font-lock-fontify-region directly.
859         (jit-lock-function, jit-lock-stealth-fontify): Use it.
861         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
863 2000-10-08  Dave Love  <fx@gnu.org>
865         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
867         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
869         * play/studly.el (studlify-region, studlify-word): Add autoload
870         cookie.
872         * play/morse.el (morse-region, unmorse-region): Add autoload
873         cookie.
875         * play/spook.el (spook-phrases-file): Use expand-file-name, not
876         concat.
878         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
879         insist on symbols starting with word syntax.
880         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
881         (eval-defun-1): Doc fix.
882         (indent-sexp): Use nconc to build up indent-stack.
884         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
885         Gnus with little use.
886         (mail-setup-hook): Add mail-abbrevs-setup to options.
888         * recentf.el: Doc fixes.
890         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
891         Clean up remainder.
893         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
894         without timezone and (8) with timezone to enforce some whitespace.
895         Simplify code somewhat.
897         * options.el (list-options): Doc that you should use customize.
899         * iswitchb.el (iswitchb-mode): Add :require.
901         * info.el (Info-goto-node, Info-menu): Doc fix.
902         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
903         (info-tool-bar-map): New variable.
904         (Info-mode): Use it.
905         (Info-edit-map): Define all in defvar.
906         (speedbar-attached-frame): Avoid compiler warning.
908         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
909         (global-map): Bind [tool-bar] to a filtered map.
910         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
911         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
912         Allow PBM icons.
913         (tool-bar-setup): Adjust calls of tool-bar-add-item.
915         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
916         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
917         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
918         icons, except up_arrow, which is left-arrow rotated.
920         * imenu.el (imenu-add-to-menubar): Fix last change.
922 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
924         * generic-x.el (rul-generic-mode): Remove eval-when-compile
925         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
927 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
929         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
930         typos in doc strings.
932         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
933         the doc strings how to customize Font Lock faces.
935         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
936         computing growth when dragging the header line.
938 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
940         * simple.el (kill-line): Doc fix.
942 2000-10-08  Miles Bader  <miles@gnu.org>
944         * faces.el (secondary-selection): Make foreground visible on tty.
946         * jka-compr.el (auto-compression-mode): Move to the end of the
947         file, because `define-minor-mode' actually calls the mode-function
948         if the associated variable is non-nil, which requires that all
949         needed functions be already defined.
950         (with-auto-compression-mode): Add autoload cookie.
952 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
954         * files.el (find-backup-file-name) [ms-dos]: If support for long
955         file names is not available, behave as if version-control were set
956         to never.
958 2000-10-07  Dave Love  <fx@gnu.org>
960         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
961         (browse-url-gnome-moz): New function.
962         (browse-url-browser-function): Use it.
963         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
965 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
967         * indent.el (tab-always-indent): New var.
968         (indent-for-tab-command): Use it.
970         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
971         raise an error.  This way it can still default to a sane value.
973 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
975         * startup.el (fancy-splash-screens): Use local rather than global map.
976         Don't use `update-menu-bindings' any more.
977         Get rid of assumptions about keymap representation.
979 2000-10-06  Dave Love  <fx@gnu.org>
981         * textmodes/fill.el (sentence-end-double-space)
982         (sentence-end-without-period):  Doc fix.
983         (adaptive-fill-regexp): Purecopy.
984         (unjustify-current-line): Use line-end-position.
985         (fill-individual-paragraphs-prefix): Use line-beginning-position.
987         * net/eudc-vars.el (eudc): Add :version, :link.
989         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
991         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
992         Fix for define-minor-mode.
993         (function-at-point): Alias to function-called-at-point.
995         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
997         * simple.el (backward-word): Doc fix.
999         * image-file.el (image-file-name-regexp): image-file-regexps ->
1000         image-file-name-regexps.
1001         (image-file-name-extensions): Add pbm.
1003 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
1005         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1006         and add filename to the names so that diff-mode can jump to source.
1008         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
1009         (tex-font-lock-keywords, tex-font-lock-keywords-2)
1010         (tex-font-lock-keywords-1): Remove.
1011         (font-lock-turn-on-thing-lock): Use jit-lock-register.
1012         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
1013         (font-lock-default-fontify-region):
1014         Expand beg..end correctly when just following a multiline region.
1015         (font-lock-fontify-anchored-keywords):
1016         Include the anchor text as part of the multiline.
1018 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
1020         * loadup.el (toplevel): Load `loaddefs' before `help' because the
1021         latter needs the autoloaded define-minor-mode macro during the
1022         bootstrap.
1024         * startup.el (command-line): For now, activate tool-bar-mode only
1025         if XPM images are supported.
1027         * mouse.el (mouse-drag-header-line): Don't allow resizing a
1028         window by dragging a header-line at the top of the frame; that's
1029         confusing because the header-line doesn't move.
1030         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1031         of treating the event as a list.  Some cleanup.
1033 2000-10-06  Miles Bader  <miles@gnu.org>
1035         * simple.el (display-message-or-buffer): New function.
1036         (shell-command-on-region): Use `display-message-or-buffer'.
1038         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1039         docstring parts.
1041         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
1042         (smbclient-prompt-regexp): Add usage note to doc string.
1043         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1044         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1045         Use add-hook for adding the comint filter function, and only do so
1046         if it's not already in the global hook list.
1047         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1048         to `make-local-variable'.
1049         (nslookup-font-lock-keywords): Remove prompt entry.
1050         (nslookup): Don't set the process-filter.
1051         (finger): Exit the loop correctly when the regexps list runs out.
1052         (ftp, smbclient, smbclient-list-shares):
1053         Set the real major mode immediately, not after execing.
1054         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1056         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1058 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
1060         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1062         * which-func.el (which-func-format): Remove spurious space.
1063         (which-func-mode): Don't make it permanent-local.
1064         (which-func-ff-hook): Allow which-func-maxout to be nil.
1065         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
1066         (which-func-mode): Simplify.
1067         Use post-command-idle-hook rather than post-command-hook.
1068         Go through all buffers and update their state.
1069         (which-function): Also try add-log-current-defun-function.
1071         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1072         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1073         Update call to with-vc-properties accordingly.
1074         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1075         (vc-revert-buffer): More careful about window selection and deletion.
1076         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1078         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1079         (cvs-retrieve-revision): Reuse a pre-existing buffer.
1080         (cvs-dired-action): Change the default to quickdir.
1082         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1083         if comment-indent-function returns nil.
1084         (comment-indent-default): New function.
1085         (comment-indent-function): Use it and document the new semantics.
1087         * image-file.el: Docstring fixes.
1089         * help.el (help-xref-on-pp): Use match-string.
1090         (describe-variable): New arg BUFFER.
1091         Store the current buffer in the help-xref-stack.
1092         (temp-buffer-resize-mode): Use define-minor-mode.
1094         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1095         consistently with its docstring.
1096         Set jit-lock-first-unfontify-pos in an idempotent way.
1097         (jit-lock-register): Autoload and add arg CONTEXTUAL.
1099 2000-10-05  Alex Schroeder  <alex@gnu.org>
1101         * sql.el (sql-mysql-options): New variable.
1102         (sql-mysql): Use it.
1104 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
1106         * image.el (image): New group.
1108         * smerge-mode.el (smerge-mine-face, smerge-other-face)
1109         (smerge-base-face, smerge-markers-face): Add dark-background variants.
1111 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
1113         * net/net-utils.el (nslookup-font-lock-keywords)
1114         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
1115         Ignore the value of wqindow-system; always define keywords
1117 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
1119         * startup.el (fancy-splash-screens): Remove the code for
1120         debugging; `(trace-to-stderr "EXITTT\n")'.
1122 2000-10-05  Miles Bader  <miles@gnu.org>
1124         * diff-mode.el (diff-goto-source): Update call to
1125         `diff-hunk-status-msg' to reflect new REV variable.
1127 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
1129         * progmodes/icon.el (icon-mode):
1130         Don't gratuitously override the default for comment-column.
1132         * vc-hooks.el (vc-mode-line): Fix interactive spec.
1134         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
1135         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
1136         (jit-lock-functions): New var.
1137         (jit-lock-function-1): Use it if non-nil.
1138         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
1139         Set the `fontified' property before doing the fontification to avoid
1140         repeatedly going through the same error.
1141         Don't turn errors into messages.
1142         (jit-lock-register, jit-lock-unregister): New functions.
1144         * dired.el (dired-mark-pop-up): Turn comment into docstring.
1145         Use with-current-buffer.
1147         * dired-aux.el (dired-do-create-files, dired-kill-tree):
1148         Turn comment into docstring.
1150         * apropos.el (apropos-mode): Use define-derived-mode.
1152 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
1154         * startup.el (fancy-splash-pending-command): New variable.
1155         (fancy-splash-pre-command): New function.
1156         (fancy-splash-screens): Rewritten.
1157         (command-line-1): If fancy-splash-pending-command is set, call it
1158         interactively.
1160 2000-10-04  Dave Love  <fx@gnu.org>
1162         * toolbar/tool-bar.el (tool-bar-setup): New function.
1163         (tool-bar-mode): Use it.
1165         * subr.el (substitute-key-definition): Doc fix.
1166         (play-sound-file): New command.
1168 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
1170         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
1171         vc-version-backup-file-name): New functions.
1173         * files.el (basic-save-buffer): Call vc-before-save before saving.
1175         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
1176         vc-cvs-stay-local-p.
1178         * vc.el (vc-revert-buffer): Handle empty diff properly.
1179         (vc-version-backup-file): New function.
1180         (vc-checkout): Create a version backup if necessary.
1181         (vc-checkin): If a version backup file exists, delete it.
1182         (vc-version-diff): Diff locally using version backups, if available.
1183         (vc-revert-file): If there's a version backup, revert locally.
1184         (vc-transfer-file): Use version backup for base version, if
1185         available.  If not, ask for confirmation whether to get it from the
1186         server.  Update mode line before check-in.
1188 2000-10-04  Dave Love  <fx@gnu.org>
1190         * toolbar/tool-bar.el (tool-bar-setup): New function.
1191         (tool-bar-mode): Use it.
1193 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
1195         * net/net-utils.el (nslookup-font-lock-keywords)
1196         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
1197         Only set if window-system is non-nil
1198         (net-utils-run-program): Returns buffer.
1199         (network-connection-reconnect): Added this function.
1201         * generic.el:
1202         Incorporates extensive cleanup and docfixes by
1203         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1204         Uses cl compile-time macros.
1205         (generic-mode-name, generic-comment-list)
1206         (generic-keywords-list, generic-font-lock-expressions)
1207         (generic-mode-function-list, generic-mode-syntax-table):
1208         Removed variables.
1209         (generic-mode-alist): Renamed to generic-mode-list.
1210         (generic-find-file-regexp): Default changed to "^#".
1211         (generic-read-type): Uses completing read on generic-mode-list.
1212         (generic-mode-sanity-check): removed this function.
1213         (generic-add-to-auto-mode): Removed this function
1214         (generic-mode-internal): Bind mode-specific definitions
1215         into function instead of putting them in alist.
1216         (generic-mode-set-comments): Reworked extensively.
1217         (generic-mode-find-file-hook): Simplified regexp searching
1218         (generic-make-keywords-list): Omit extra pair of parens
1220         * find-lisp.el (find-lisp-find-files-internal):
1221         Make sure directory name ends with "/".
1223         * generic-x.el (apache-conf-generic-mode):
1224         Regexp now allows leading whitespace.
1225         (rc-generic-mode): Added eval-when-compile
1226         around generic-make-keywords-list.
1227         Deleted duplicate regexp
1228         (rul-generic-mode): Added eval-when-compile
1229         around generic-make-keywords-list.
1230         (etc-fstab-generic-mode): New generic mode.
1231         (rul-generic-mode): Removed one eval-when-compile
1232         which caused a max-specpdl-size exceeded error.
1234 2000-10-04  Miles Bader  <miles@gnu.org>
1236         * simple.el (minibuffer-temporary-goal-position): New variable.
1237         (next-history-element): Try to keep the position of point in the
1238         input string constant.
1240         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
1241         (dired-do-create-files): If there's only one file, pass it in as
1242         the DEFAULT arg to dired-mark-read-file-name.
1244 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
1246         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1247         (diff-goto-source): Be smarter when choosing REVERSE or not.
1249         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
1250         (texinfo-mode-menu): Add an explicit shortcut for update all.
1252 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
1254         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
1255         factorize backend-specific code cleanly (this was essentially
1256         conceived by Stefan Monnier).
1257         (vc-unregister): Function removed.
1258         (vc-revert-file): New function.
1259         (vc-revert-buffer): Delegate some of the work to it.
1261         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
1262         default branch unconditionally.
1263         (vc-rcs-set-default-branch): New function.
1264         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
1265         (vc-rcs-checkin): If an appropriate default branch has been set,
1266         force creation of that branch.
1267         (vc-rcs-receive-file): Rewritten to contain only backend-specific
1268         code (as suggested by Stefan Monnier).
1270 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
1272         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
1273         highlighting overlay with a different face over the overlay
1274         isearch uses to highlight the current match because that can lead
1275         to bad face combinations.
1277         * loadup.el (toplevel): Load faces before isearch.
1279         * isearch.el (isearch-faces): New custom group.
1280         (isearch): New defface; was already tested for in the code.
1281         (isearch-lazy-highlight-face): Changed to defface from defcustom.
1282         (isearch-highlight): Always use face `isearch'.
1284 2000-10-02  Dave Love  <fx@gnu.org>
1286         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
1287         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
1288         comparison of opcode with operand.
1290 2000-10-03  Miles Bader  <miles@gnu.org>
1292         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
1293         buffer, since the echo area will now grow to accommodate them.
1295 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
1297         * vc-hooks.el (vc-registered): If FILE used to be registered under
1298         a certain backend, try that one first.
1300         * vc.el (vc-responsible-backend): Undo the previous change in the
1301         argument list.  Handle multiple backends correctly.
1302         (vc-find-new-backend): Function removed.
1303         (vc-register): Use vc-responsible-backend, as before.
1304         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
1306 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
1308         * startup.el (fancy-splash-head): Change message below the
1309         logo.
1311 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
1313         * diff-mode.el (diff-goto-source): Emit a status message.
1314         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
1315         (diff-test-hunk): Fix doc string.
1316         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
1317         (diff-advance-after-apply-hunk): New variable.
1318         (diff-apply-hunk): Don't return a value.
1320 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
1322         * vc.el (vc-editable-p): Minor optimization.
1323         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
1324         (vc-find-new-backend): New function split from vc-responsible-backend.
1325         (vc-register): Use it.
1326         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1327         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1328         (vc-default-unregister, vc-revert-buffer): Docstring fix.
1329         (vc-clear-headers): Don't use find-file.
1330         (vc-revert-buffer): Use `and' again (must have been a braino).
1331         (vc-switch-backend): Only prompt if requested.
1332         Short circuit if nothing is to be done.
1333         Don't use vc-resynch-buffer which could lose unsaved editing.
1334         (vc-default-receive-file): Update call to vc-unregister.
1335         (with-vc-file, vc-next-action-on-file):
1336         Use vc-backend rather than vc-registered.
1337         (vc-next-action-on-file): Use intern-soft.
1338         Deal with read-only *vc-diff* buffer.
1339         (vc-transfer-file): Docstring fix.
1341         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1342         (vc-rcs-receive-file): Avoid with-vc-properties.
1343         Update call to vc-unregister.
1344         Use constant `RCS' rather than (dynamically bound) var `backend'.
1346 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
1348         * vc.el (vc-next-action-on-file): Update mode line only if file
1349         is visited.
1350         (vc-start-entry): New argument initial-contents.  Don't visit the file
1351         if it isn't already visited.  Brought documentation up-to-date.
1352         (vc-next-action, vc-register): Updated calls to vc-start-entry.
1353         (vc-checkin): New optional arg initial-contents, which is passed to
1354         vc-start-entry.
1355         (vc-finish-logentry): Make sure to bury log buffer only if there
1356         really is one.  Call `vc-resynch-buffer' on log-file, not
1357         buffer-file-name.
1358         (vc-default-comment-history, vc-default-wash-log): New functions.
1359         (vc-index-of): Removed.
1360         (vc-transfer-file): Make do without the above.
1361         (vc-default-receive-file): Call comment-history unconditionally.  Pass
1362         the resulting string to vc-checkin, instead of inserting it into the
1363         comment ring.
1365         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1366         unconditionally.  Use the comments as initial contents of the log
1367         entry buffer.  Document the trick to force branch creation with no
1368         changes.
1370 2000-10-01  Miles Bader  <miles@gnu.org>
1372         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1373         `recenter' with an arg to prevent redrawing the display.
1375 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
1377         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1379         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1381         * progmodes/c-mode.el (c-mode):
1382         Don't gratuitously override the default for comment-column.
1384         * textmodes/tex-mode.el (latex-metasection-list): New var.
1385         (latex-imenu-create-index): Use it.
1386         Move the regexp construction outside loops (and use push).
1387         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
1388         (tex-font-lock-keywords): Moved from font-lock.el.
1389         (tex-comment-indent): Remove.
1390         (tex-common-initialization): Don't set comment-indent-function.
1391         (latex-block-default): New var.
1392         (tex-latex-block): Use it to provide a default choice.
1393         Add any unknown choice to latex-block-names.
1394         Insert [...] after {...}.
1395         (tex-last-unended-begin): Simplify regexp.
1396         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1397         (latex-forward-sexp-1, latex-forward-sexp): New functions.
1398         (latex-mode): Set forward-sexp-function.
1400         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1401         Add regexp for @ignore ... @end ignore.
1402         (texinfo-heading-face): New face.
1403         (texinfo-font-lock-keywords): Use it.
1404         (texinfo-mode-menu): New menu.
1405         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1406         New functions.
1407         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
1408         (texinfo-section-types-regexp, texinfo-section-level-regexp)
1409         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1410         Remove declaration.
1411         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1413         * delsel.el (delete-selection-mode): Use define-minor-mode.
1415         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1417 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
1419         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1421 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
1423         * replace.el (keep-lines-read-args): New function.
1424         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1425         read arguments interactively.  Add parameters RSTART and REND.
1426         Operate on the active region in Transient Mark mode.
1428         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1430         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1431         (authors-obsolete-files-regexps): New variable.
1432         (authors-add): Don't record changes in obsolete files.
1434 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
1436         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
1438         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
1439         (comment-indent): Make sure there's a space between code and comment.
1440         Shift comments left to avoid going past fill-column.
1442 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
1444         * startup.el (startup-echo-area-message): New function.
1445         (display-startup-echo-area-message): Use it.
1446         (fancy-splash-screens): Rewritten to use keymaps and a timer.
1447         (fancy-splash-default-action): New function.
1448         (fancy-splash-screens-1): New function.
1449         (fancy-splash-head): Put a help-echo and a keymap under the image.
1451 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
1453         * diff-mode.el (diff-add-log-file-name): Remove.
1454         (diff-mode): Use add-log-buffer-file-name-function.
1456         * add-log.el (find-change-log): New arg BUFFER-FILE.
1457         (add-log-file-name): Obey add-log-file-name-function.
1458         (add-log-buffer-file-name-function): New var.
1459         (add-change-log-entry): Use it.
1461 2000-09-29  Miles Bader  <miles@gnu.org>
1463         * image-file.el (image-file-name-extensions): New variable.
1464         (image-file-name-regexps): Renamed from `image-file-regexps'.
1465         New default value is nil.  Call `auto-image-file-mode'.
1466         (image-file-name-regexp): New function.
1467         (auto-image-file-mode): New minor mode.
1468         (insert-image-file): Don't make conditional on the image-file
1469         handler being enabled.
1470         (image-file-handler): Make the call here conditional instead.
1471         (set-image-file-handler-enabled, enable-image-file-handler)
1472         (disable-image-file-handler): Functions removed.
1474         * emacs-lisp/authors.el (authors-print): Rephrase many-files
1475         string.
1477 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
1479         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
1480         it's a function from CL.
1481         (latex-imenu-create-index): Replace eval-when-compile with progn
1482         because latex-section-alist is not bound while compiling.
1484 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
1486         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
1487         (outline-mode): Use define-derived-mode.
1489         * progmodes/perl-mode.el (perl-mode):
1490         * progmodes/awk-mode.el (awk-mode):
1491         * progmodes/asm-mode.el (asm-mode):
1492         Don't gratuitously override the default for comment-column.
1494         * emacs-lisp/lisp.el (lisp-complete-symbol):
1495         Distinguish the let-binding case from the funcall case.
1496         (forward-sexp-function): New variable.
1497         (forward-sexp): Use it.
1499         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
1500         (easy-mmode-defmap): Remove the now useless autoload.
1502         * time.el (display-time-mode): Use define-minor-mode.
1504         * subr.el (add-minor-mode): Don't eval NAME.
1505         Don't depend on the presence of TOGGLE-FUN for any special behavior.
1506         Use if rather than cond.
1508         * simple.el (read-expression-map): Define more properly.
1509         (comment-indent-hook): Remove.
1510         (string-to-syntax): Bug fix.
1512         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
1513         (cvs-ediff-diff): Fix typo.
1514         (cvs-revert-if-needed): Don't bother preserving read-only.
1516         * paren.el (show-paren-mode): Use define-minor-mode.
1518         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
1519         (toggle-auto-compression): Remove.
1520         (jka-compr-build-file-regexp): Remove useless grouping.
1522         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
1523         Avoid user-reserved bindings.
1524         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
1525         (diff-header-face): Revert to grey85.
1527         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
1529         * complete.el (partial-completion-mode) <defcustom>: Remove.
1530         (partial-completion-mode): Use define-minor-mode.
1531         (PC-do-completion): Understand `completion-auto-help = delay'
1532         to mean to popup the completion buffer only the second time.
1533         (PC-include-file-all-completions, PC-include-file-all-completions)
1534         (PC-include-file-all-completions): Don't quote lambda.
1536         * comint.el (comint-mode-hook): Docstring fix.
1537         (comint-mode): Use define-derived-mode.
1538         (comint-mode-map): Remove obsolete comment.
1539         (make-comint): Minor stylistic change.
1540         (comint-insert-clicked-input): Be more careful to find the overlay.
1541         Use this-command-keys rather than hardcoding mouse-2.
1543         * font-lock.el: Replace confusing (,@ with ,
1544         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1545         Don't use regexp-opt-depth.  Spice up the regexp for args.
1546         Don't distinguish between cmds that can take an opt arg or not.
1547         Use `append' and `prepend' rather than `keep'.
1549         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
1550         (latex-outline-regexp): New var.
1551         (latex-outline-level): New fun.
1552         (latex-section-alist): New var.
1553         (latex-imenu-create-index): Use it.  Use `push' as well.
1554         (tex-shell-map): Initialize it properly.
1555         (tex-mode): Minor stylistic change.
1556         (plain-tex-mode): Use define-derived-mode.
1557         (latex-mode): Use define-derived-mode.
1558         Construct the paragraph regexps in a more readable way.
1559         Set the buffer-local outline-{level,regexp} vars.
1560         (slitex-mode): Derive from latex-mode.
1561         (tex-common-initialization): Don't kill-all-vars anymore.
1562         Add setting for comment-add and font-lock-defaults.
1563         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
1564         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
1565         (tex-start-tex): New arg DIR (and send a chdir command for it).
1566         Also display the shell buffer and save it in tex-last-buffer-texed.
1567         (tex-region): Use expand-file-name rather than concat.
1568         Remove code made useless by changes in tex-start-tex.
1569         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
1571         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
1573 2000-09-28  Dave Love  <fx@gnu.org>
1575         * eshell/eshell.el (eshell) <defgroup>: Add :version.
1577 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
1579         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
1580         `append'.
1582 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
1584         * info.el (Info-extract-pointer): Undo last change.
1585         Instead, fix the position of the `bound' arg to re-search-backward.
1587 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
1589         * info.el (Info-extract-pointer):
1590         Widen more carefully, to avoid finding pointers in other nodes.
1591         (Info-index): Use push.
1593 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
1595         * frame.el (set-frame-font): Remove call to obsolete function
1596         frame-update-faces.
1597         (set-foreground-color, set-background-color): Likewise for
1598         frame-update-face-colors.
1600 2000-09-27  Miles Bader  <miles@gnu.org>
1602         * image-file.el: New file.
1604 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
1606         * frame.el (frame-notice-user-settings): Don't call
1607         frame-update-faces, which is a no-op now.
1609         * ediff-wind.el (ediff-control-frame-parameters): Add zero
1610         tool-bar-lines.
1612 2000-09-27  Dave Love  <fx@gnu.org>
1614         * mouse.el: Fix last change.
1616 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
1618         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
1620 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
1622         * international/quail.el (quail-help): The output message is
1623         improved.
1625 2000-09-26  Dave Love  <fx@gnu.org>
1627         * mouse.el (popup-menu): If POSITION is nil, set it using
1628         mouse-position.
1630 2000-09-25  Sam Steingold  <sds@gnu.org>
1632         * net/browse-url.el (browse-url-file-url): Check for null maps.
1634 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
1636         * frame.el (frame-notice-user-settings): Don't add a
1637         tool-bar-lines frame parameter to default-frame-alist in batch mode.
1639         * frame.el (frame-notice-user-settings):
1640         Make tool-bar-mode and default-frame-alist consistent.
1642         * toolbar/tool-bar.el (tool-bar-help): New function.
1644 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
1646         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
1647         current-load-list in top-level forms.  Else this leaks a cons cell
1648         every time a defun is called.
1650         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
1652 2000-09-25  Dave Love  <fx@gnu.org>
1654         * startup.el (fancy-splash-head): Check XPM is available.
1656         * autoinsert.el (auto-insert): Doc fix.
1657         (auto-insert-alist): Following GNU notices, don't say `copyright
1658         _by_'.  Use line-beginning-position.
1659         (auto-insert): Check buffer-file-name is non-nil before use.
1661 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
1663         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
1664         starting with `@def' or `@multitable', in addition to ones
1665         specified by the user in auto-fill-inhibit-regexp.
1667 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
1669         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
1670         rmail-dont-reply-to-names matches the empty string.
1672 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
1674         * startup.el (command-line-1, fancy-splash-text): Change the
1675         text to sound more friendly.
1677 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
1679         * progmodes/hideshow.el: Update author email address.
1680         Generally, sync w/ maintainer version 5.22.
1681         (hs-hide-all-non-comment-function): New var.
1682         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
1683         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
1684         (hs-show-region): Delete this command.
1685         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
1687 2000-09-22  Dave Love  <fx@gnu.org>
1689         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
1690         (hl-line-highlight): Specify buffer when moving overlay.
1692         * progmodes/fortran.el (fortran-mode): Locally set
1693         normal-auto-fill-function.
1694         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
1695         (fortran-mode-map): Adjust auto-fill menu entry.
1697 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
1699         * vc-rcs.el (toplevel): Require `vc' when compiling.
1701         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
1703 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
1705         * vc.el (vc-switch-backend): Signal an error if the file is not
1706         registered under the new backend.
1708         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
1709         without explicit revision number.
1711 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
1713         * diff-mode.el (diff-file-header-face): Reset to its previous value.
1714         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
1715         (diff-xor): New function.
1716         (diff-find-source-location): Use it.  Fix a stupid name clash.
1717         (diff-hunk-status-msg): New function.
1718         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
1719         (diff-test-hunk): Use diff-find-source-location.
1720         (diff-goto-source): Favor the `reverse'.
1721         (diff-hunk-text): Properly handle one-sided context diffs.
1722         (diff-apply-hunk): When done, advance to the next hunk.
1724 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
1726         * startup.el (command-line): If frame was created with a non-zero
1727         tool-bar-lines parameter, switch tool-bar-mode on.
1729         * add-log.el (change-log-date-face, change-log-name-face)
1730         (change-log-email-face, change-log-file-face)
1731         (change-log-list-face, change-log-conditionals-face)
1732         (change-log-function-face, change-log-acknowledgement-face):
1733         New faces, inheriting from font-lock faces.
1734         (change-log-font-lock-keywords): Use them.
1736 2000-09-21  Dave Love  <fx@gnu.org>
1738         * progmodes/cperl-mode.el (top-level): Clean up
1739         `eval-when-compile's and assorted defvars.
1740         (cperl-invalid-face): Don't double-quote value.  Change custom
1741         type.
1742         (cperl-mode): Set normal-auto-fill-function and don't zap
1743         auto-fill-function.
1744         (cperl-imenu--function-name-regexp-perl): Renamed from
1745         imenu-example--function-name-regexp-perl.
1746         (cperl-imenu--create-perl-index): Renamed from
1747         imenu-example--create-perl-index.
1748         (cperl-xsub-scan): Don't require cl.
1750         * msb.el (msb-mode-map): Use substitute-key-definition.
1751         (msb-mode): Use msb-mode-map.
1753 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
1755         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
1756         New functions.
1757         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
1758         (vc-switch-backend): New function.
1759         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
1760         (vc-register): Fix prompt.
1761         (vc-unregister, vc-default-unregister): New functions.
1762         (vc-version-diff): Handle empty buffer in sentinel.
1764         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
1765         (vc-rcs-state-heuristic): Use it to guess the state of files with
1766         non-strict locking.
1767         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
1768         been set with -b, but not created yet.
1769         (vc-rcs-fetch-master-state): With non-strict locking, compare file
1770         contents in order to find the state.
1771         (vc-rcs-checkin): Allow creation of branches with no changes.
1772         (vc-rcs-unregister, vc-rcs-receive-file)
1773         (vc-rcs-set-non-strict-locking): New functions.
1775         * vc-hooks.el (vc-name): Force correct computation of the value
1776         in case it is missing.
1778 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
1780         * startup.el (fancy-splash-tail): Use a different foreground
1781         color on a dark frame background.
1783 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
1785         * info.el: Use the correct capitalization when making Info-mode
1786         and Info-edit-mode `special' modes.
1788 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
1790         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1791         (diff-mode): Add support for add-log.el.
1792         (diff-hunk-text): Use char offsets rather than line offsets.
1793         (diff-find-source-location): Replace LINE with line-offset (nil
1794         if not found) and always set POS to a meaningful position.
1795         Adapt to the new char-offsets.
1796         (diff-apply-hunk): Drop support for the unused `select' POPUP.
1797         Adapt to the new diff-find-source-location.
1798         (diff-goto-source): Adapt to the new diff-find-source-location.
1800         * add-log.el (add-log-file-name): New function (split out of
1801         add-change-log-entry).
1802         (add-change-log-entry): Use it.
1803         Call add-log-file-name-function with the changelog file name if
1804         the current buffer is not associated with any file.
1805         Avoid find-file if the selected window is dedicated.
1807         * diff-mode.el (diff-find-source-location):
1808         Move code from diff-apply-hunk.  Return buffer rather than file.
1809         (diff-apply-hunk): Use the new result from  diff-find-source-location.
1810         (diff-goto-source): Use the new diff-find-source-location.
1812 2000-09-20  Dave Love  <fx@gnu.org>
1814         * iswitchb.el: Some doc fixes.
1815         (iswitchb-mode-map): Define completely initially.  Inherit
1816         minibuffer-local-map.
1817         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
1818         fundamental-mode.
1819         (iswitchb-global-map): New variable.
1820         (iswitchb-summaries-to-end): Amalgamate regexps.
1821         (iswitchb-mode): New.
1822         (iswitchb-mode-hook): New variable.
1823         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
1824         `extensions'.
1826 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
1828         * ehelp.el (electric-help): New defgroup.
1829         (electric-help-shrink-window): New user-option.
1830         (with-electric-help): Use it.
1832         * window.el (shrink-window-if-larger-than-buffer): If face
1833         `mode-line' has a :box, and we're on a graphical frame, add 1
1834         to the needed window height.
1836         * frame.el (frame-notice-user-settings): Add a last parameter nil
1837         to a call to `append', because the last list passed to `append' is
1838         not copied, and so subsequent calls to assq-delete-all will modify
1839         default-frame-alist.
1841         * startup.el (fancy-splash-image): Change :type.
1842         (fancy-splash-head): Use an XBM image if appropriate.
1843         (command-line-1): Show splash screens in more cases.
1845         * startup.el (fancy-splash-text): Don't quote faces.
1847         * dired.el (dired-font-lock-keywords): Undo last change.
1848         (dired-readin): Bind indent-tabs-mode to nil.
1850         * startup.el (fancy-splash-head): If frame's background mode
1851         is `dark', change the black background of the image to gray.
1852         (fancy-splash-screens): Display startup echo area message.
1853         (display-startup-echo-area-message): New function.
1855 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
1857         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
1859         * info.el (info-header-node): Tweak for color ttys.
1861         * faces.el (face-valid-attribute-values): Make sure directories we
1862         search for stipples both exist and are readable before trying to
1863         search them.
1865         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
1866         in the dry-run case.
1868         * jka-compr.el (with-auto-compression-mode): New macro.
1870         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
1871         (custom-group-tag-face, custom-variable-tag-face): Use relative
1872         :height and inherit from `variable-pitch' face instead of
1873         hardwiring :family.
1874         * hi-lock.el (hi-black-hb): Likewise.
1876         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
1877         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
1878         toolbar-add-item, if image doesn't have a mask add a `:mask
1879         heuristic'.
1881 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
1883         * diff-mode.el: Docstring fixes.
1884         (diff-header-face, diff-comment-face): New faces.
1885         (diff-font-lock-keywords): Highlight a bit differently.
1886         (diff-find-source-location): Don't return SPAN any more.
1887         (diff-hunk-text): Don't bother erasing the temp buffer.
1888         (diff-find-text): Drop argument LINE.
1889         (diff-apply-hunk): Update calls to diff-find-text.
1890         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
1892         * calendar/calendar.el: Docstring fixes.
1893         (calendar-make-alist): Don't quote lambda.
1894         (calendar-star-date): Use make-local-variable.
1896 2000-09-19  Dave Love  <fx@gnu.org>
1898         * toolbar/tool-bar.el: Renamed from toolbar.el.
1899         Change `toolbar' to `tool-bar' generally in symbols.
1900         Make some items invisible in `special' major modes.
1901         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
1902         Add arg PROPS.
1904         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
1905         Add :version here.
1906         (fancy-splash-delay, fancy-splash-image): Remove :version here.
1908 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
1910         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
1912         * files.el (find-file-suppress-same-file-warnings): New user-option.
1913         (find-file-noselect): Use it.
1915         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
1916         (fancy-splash-screen): Defgroup.
1918         * add-log.el (change-log-font-lock-keywords): Match names
1919         more exactly for the case that font-lock-constant-face is
1920         underlined.
1922 2000-09-19  Richard M. Stallman  <rms@gnu.org>
1924         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
1926 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
1928         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
1930 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
1932         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
1933         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
1934         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
1935         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
1936         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
1937         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
1938         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
1939         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
1940         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
1941         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
1942         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
1943         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
1945         * startup.el (fancy-splash-text): New variable.
1946         (fancy-splash-delay, fancy-splash-image): New user-options.
1947         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
1948         (fancy-splash-screens): New functions.
1949         (command-line-1): If display has a `display' frame parameter, has
1950         colors, and we have XPM support, show more fancy splash screens.
1952 2000-09-19  Dave Love  <fx@gnu.org>
1954         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
1955         with null `help'.  Use modern backquote syntax.
1957 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
1959         * font-lock.el (font-lock-mode): Change message telling the user
1960         that ``the buffer is too big''.
1962         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
1963         for instance for the case that tab-width is 2.
1965 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
1967         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
1968         toolbar-add-item, if image doesn't have a mask add a `:mask
1969         heuristic'.
1971 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
1973         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
1974         and return a cons if it's non-nil.
1975         (diff-apply-hunk): Try to jump to the line in the source text
1976         corresponding to the position of point in the in the hunk.
1978         * info.el (Info-title-3-face, Info-title-2-face)
1979         (Info-title-1-face): Use face inheritance and relative sizes
1980         instead of hard-wiring things.
1982         * faces.el (secondary-selection): Make dark-background variant sane.
1984 2000-09-16  Andrew Innes  <andrewi@gnu.org>
1986         * makefile.w32-in (compile-files-CMD): No need to make .elc files
1987         read-only, since they aren't under VC now.
1989 2000-09-17  Dave Love  <fx@gnu.org>
1991         * tmm.el: Replace mapcar with mapc in several places.
1993         * loadhist.el (unload-feature): Maybe call elp-restore-list and
1994         ad-unadvise.
1996         * international/latin1-disp.el: New file.
1998         * calendar/cal-move.el (scroll-calendar-left)
1999         (scroll-calendar-right): Make arg optional (for active mode line).
2001         * calendar/calendar.el (calendar-mode-line-format): Make fields
2002         mouse-sensitive.
2003         (calendar-read-date, calendar-read-date, calendar-window-list):
2004         Unquote lambda.
2005         (calendar-month-name): Use aref, not sref.
2007         * view.el (minor-mode-alist): Propertize the string.
2009         * international/characters.el (standard-case-table): Add entries
2010         for Greek.
2012 2000-09-18  Miles Bader  <miles@gnu.org>
2014         * info.el (info-node, info-xref): Add dark-background variants.
2016         * faces.el (header-line): Change defaults to be less confusing
2017         when mixed with mode-lines.
2019         * info.el (Info-fontify-node): Make a few cleanups.
2020         Add extra `help-echo' and `local-map' props to node xrefs.
2021         Use header-specific faces for node-names & xrefs.
2022         (Info-use-header-line): New variable.
2023         (info-header-xref, info-header-node): New faces.
2024         (Info-setup-header-line): New function.
2025         (Info-select-node): Call Info-setup-header-line when enabled.
2026         (Info-extract-pointer): Work even if the header line is hidden.
2027         (Info-header-line): New variable.
2029 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
2031         * vms-patch.el (print-region-function): Don't quote lambda.
2033         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2035         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2036         (lm-get-header-re): Allow spaces between the header and the colon.
2037         (lm-header): Allow $ in non-RCS headers.
2038         (lm-header-multiline): Put the strings back into order.
2039         Stop at an empty line.  Don't require two space chars if the
2040         line is clearly not another header line.
2042         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2043         (popup-menu-popup): Remove.
2045 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
2047         * toolbar/toolbar.el (toolbar-add-item): Use the same image
2048         specification if or if not tool-bar item contains an `:enabled'
2049         property.
2051         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2052         current buffer has no file name.
2054 2000-09-15  Dave Love  <fx@gnu.org>
2056         * strokes.el: Sync with maintainer's current version with changes
2057         for Emacs, but avoid runtime cl and levents.
2058         (toplevel):  Change autoloads and compilation requires.
2059         (strokes-version, strokes-bug-address, strokes-lift): Values
2060         changed.
2061         (strokes-xpm-header, strokes-insinuated): New variable.
2062         (strokes): Add :link.
2063         (strokes-mode): Customized.
2064         (strokes-while-inhibiting-garbage-collector): New macro.
2065         (strokes-remassoc): Avoid remove-if.
2066         (strokes-fix-button2-command): Don't use ad-do-it.
2067         (strokes-insinuate): New function.
2068         (strokes-button-press-event-p, strokes-button-release-event-p):
2069         New functions, used instead of non-`strokes-' versions..
2070         (strokes-mouse-event-p): Rewritten.
2071         (strokes-event-closest-point): Avoid event-point.
2072         (strokes-get-grid-position): Avoid cdadr, caadr
2073         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2074         functions.
2075         (strokes-help): Use with-output-to-temp-buffer.
2076         (strokes-window-configuration-changed-p): New function.
2077         (strokes-update-window-configuration): Use buffer-live-p,
2078         strokes-window-configuration-changed-p.
2079         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
2080         (strokes-char-face): New face.
2081         (strokes-char-table, strokes-base64-chars): New variable.
2082         (strokes-xpm-for-stroke, strokes-list-strokes)
2083         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2084         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2085         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2086         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2087         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2088         functions.
2090 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
2092         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2094         * image.el (create-image): Doc fix.
2096         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2097         instead of `:heuristic-mask t'.
2099 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2101         * makefile.w32-in: Revert to Unix line endings.
2103 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2105         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
2106         when installing.
2108         * makefile.nt (DONTCOMPILE): Fix typo.
2110         * shell.el (shell-write-history-on-exit): New function.
2111         (shell-dumb-shell-regexp): New custom variable.
2112         (shell-mode): Make shell-write-history-on-exit the process
2113         sentinel if shell name matches shell-dumb-shell-regexp.
2115         * w32-fns.el: Comment out before-init-hook function which resets
2116         source-directory based; this breaks bootstrap.
2118 2000-09-14  Dave Love  <fx@gnu.org>
2120         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
2121         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
2122         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
2123         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
2124         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
2125         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
2126         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
2127         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
2128         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
2130         * toolbar/toolbar.el: New.
2132         * subdirs.el: Add toolbar.
2134 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
2136         * indent.el (indent-for-tab-command): Doc fix.
2138 2000-09-14  Alex Schroeder  <alex@gnu.org>
2140         * ansi-color.el (ansi-colors): Doc change.
2141         (ansi-color-get-face): Simplified regexp.
2142         (ansi-color-faces-vector): Added more faces, doc change.
2143         (ansi-color-names-vector): Doc change.
2144         (ansi-color-regexp): Simplified regexp.
2145         (ansi-color-parameter-regexp): New regexp.
2146         (ansi-color-filter-apply): Doc change.
2147         (ansi-color-filter-region): Doc change.
2148         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
2149         deal with zero length parameters.
2150         (ansi-color-apply-on-region): Doc change.
2151         (ansi-color-map): Doc change.
2152         (ansi-color-map-update): Removed debugging message.
2153         (ansi-color-get-face-1): Added condition-case to trap
2154         args-out-of-range errors.
2155         (ansi-color-get-face): Doc change.
2156         (ansi-color-make-face): Removed.
2157         (ansi-color-for-shell-mode): New option.
2159 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
2161         * international/quail.el (quail-start-translation): Translate KEY
2162         if necessary even if it doesn't have any mapping in the current
2163         input method.
2164         (quail-start-conversion): Likewise.
2165         (quail-help): The output message is improved.
2167 2000-09-13  Miles Bader  <miles@gnu.org>
2169         * comint.el (comint-output-filter): Revert to using
2170         `insert-before-markers'.  Add bletcherous hack to undo damage
2171         caused by `insert-before-markers'.  Put `front-sticky' property on
2172         overlays created here so that the field code understands how the
2173         overlay works.  Use a let when making comint-last-prompt-overlay,
2174         so that the code is easier to read.
2176 2000-09-13  Dave Love  <fx@gnu.org>
2178         * wid-edit.el (widget-default-format-handler): DTRT when
2179         doc-property is a function.
2181 2000-09-12  Francesco Potorti`  <pot@gnu.org>
2183         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2184         filed name if it's not there.
2186 2000-09-12  Dave Love  <fx@gnu.org>
2188         * simple.el (read-mail-command): Doc fix.
2189         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2191         * vc.el (vc-dired-listing-switches): Fix :version.
2193         * vc-hooks.el: Doc fixes.
2195         * subr.el (add-minor-mode): Use toggle-fun arg.
2197         * speedbar.el: Add :version to several defcustoms.
2199         * imenu.el (imenu--truncate-items, imenu--cleanup)
2200         (imenu--generic-function): Avoid mapcar.
2201         (imenu--replace-spaces): Function removed.
2202         (imenu--completion-buffer): Use subst-char-in-string.
2203         (imenu-add-to-menubar): Use keymap inheritance.
2205 2000-09-12  Miles Bader  <miles@gnu.org>
2207         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2208         (diff-mode-map): Bind `diff-test-hunk'.
2209         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2211 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
2213         * bytecomp.el (byte-compile-defvar): Undo last change
2214         because it breaks '(make-variable-buffer-local (defvar ...)'
2215         which is used at least in dired.
2217 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
2219         * international/quail.el (quail-define-package): Docstring
2220         modified.
2222 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
2224         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2225         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2226         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
2227         docstring of "chinese-py".
2229         * international/quail.el (quail-translation-docstring): New
2230         variable.
2231         (quail-show-keyboard-layout): Docstring modified.
2232         (quail-select-current): Likewise.
2233         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2234         infinite recursive call.
2235         (quail-help): Check quail-translation-docstring.  Format of the
2236         output changed.
2237         (quail-help-insert-keymap-description): Adjusted for the above
2238         change.
2240 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
2242         * bytecomp.el (byte-compile-defvar): Only cons onto
2243         current-load-list in top-level forms.  Else this leaks a cons cell
2244         every time a defun is called.
2246 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
2248         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2249         Now understands non-unified diffs.  Some functionality moved into
2250         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
2251         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
2252         modify anything.  Only reposition point in the patched file if the
2253         patch succeeds.  Only pop up another window if POPUP is true.
2254         Emit a message describing what happened if successful, and at what
2255         line-offset.  Automatically detect reversed hunks and do something
2256         appropriate.
2257         (diff-hunk-text, diff-find-text): New functions.
2258         (diff-filter-lines): Function removed.
2259         (diff-test-hunk): New function.
2260         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
2262 2000-09-10  Dave Love  <fx@gnu.org>
2264         * textmodes/tildify.el: Minor doc/commentary fixes.
2265         (tildify) <defgroup>: Add :version.
2267         * faces.el (face-x-resources): Make custom type more specific.
2268         (frame-background-mode): Use mapc.
2269         (region) <defcustom>: Add :version.
2271 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
2273         * vc-sccs.el (vc-sccs-register):
2274         * vc-rcs.el (vc-rcs-register):
2275         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
2276         * vc.el (vc-register): Clear file's properties.
2278 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
2280         * faces.el (face-spec-set): Only face-spec-reset-face when
2281         ATTRS is non-nil.
2283 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
2285         * help.el (help-insert-xref-button): Fix a typo in doc string.
2287 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
2289         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2290         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
2291         methods.
2293         * menu-bar.el (read-mail-item-name): New function.
2294         (menu-bar-tools-menu): Use it to compute and display the package
2295         used to read email.
2296         (menu-bar-tools-menu): Fix typo in GUD's help string.
2298 2000-09-07  Dave Love  <fx@gnu.org>
2300         * diff-mode.el (diff-mouse-goto-source): New function.
2302         * vc-sccs.el: Doc fixes.
2303         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
2305         * vc-rcs.el: Doc fixes.
2306         (vc-rcs-register-switches, vc-rcs-checkin-switches)
2307         (vc-rcs-checkout-switches, vc-rcs-header)
2308         (vc-rcs-master-templates): Add or change :version.
2310         * vc-cvs.el: Doc fixes.
2311         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
2312         (vc-cvs-stay-local): Add :version.
2314         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
2316 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
2318         * international/quail.el (quail-help): Fix previous change.
2320 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
2322         * faces.el (color-values): Doc fix.
2324         * faces.el (frame-set-background-mode): Use frame-parameter
2325         instead of frame-parameters.
2327         * frame.el (filtered-frame-list): Reduce consing.
2328         (frames-on-display-list): Call frame-parameter instead of
2329         frame-parameters.
2331 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
2333         * language/devan-util.el (devanagari-to-indian-region): In the
2334         loop, change the following char, not preceding char.
2336 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
2338         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2339         instead of frame-parameters.
2341         * faces.el (set-face-attribute): Simplify by calling
2342         internal-set-lisp-face-attribute with FRAME being 0.
2344         * vc.el: Remove `Id' version control keyword.
2346 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
2348         * help.el (help-make-xrefs): Adjusted for the change of
2349         help-xref-mule-regexp.
2350         (help-insert-xref-button): New function.
2352         * international/mule-cmds.el (help-xref-mule-regexp-template):
2353         Include the pattern for character set.
2354         (leim): New group.
2356         * international/quail.el: Don't require face.
2357         (quail): New group.
2358         (quail-other-command): Dummy command to make quail-help work better.
2359         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2360         (quail-keyboard-layout-substitution): New variable.
2361         (quail-update-keyboard-layout): New function.
2362         (quail-keyboard-layout-type): New customizable variable.
2363         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2364         (quail-keyboard-translate): Pay attention to
2365         quail-keyboard-layout-substitution.
2366         (quail-insert-kbd-layout): New function.
2367         (quail-show-keyboard-layout): New function.
2368         (quail-get-translation): If the definition is a vector of length
2369         1, and the element is a string of length 1, return the character
2370         in that string.
2371         (quail-update-current-translations): Fix the case of
2372         relative-index out of range.
2373         (quail-build-decode-map, quail-insert-decode-map): New Functions.
2374         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
2375         Show key sequences for all available characters.
2376         (quail-help-insert-keymap-description): Don't show such verbose
2377         key bindings as quail-self-insert-command.
2379         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2380         Format changed, and each element now have extra documentations.
2381         (tit-process-header): Delete invalid characters from TIT-PROMPT.
2382         Adjusted for the change of quail-cxterm-package-ext-info.
2384 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
2386         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2387         requiring it leads to a recursive loading of vc.el and vc-hooks.el
2388         during bootstrap.
2390 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2392         * vc.el: (toplevel): Don't require `dired' at run-time.
2393         (vc-dired-resynch-file): Remove autoload cookie.
2395 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
2397         * vc.el: Made several backend functions optional.
2398         (vc-default-responsible-p): New function.
2399         (vc-merge): Use RET for first version to trigger merge-news, not
2400         prefix arg.
2401         (vc-annotate): Handle backends that do not support annotation.
2402         (vc-default-merge-news): Removed.  The existence of a merge-news
2403         implementation is now checked on caller sites.
2405         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
2406         case.
2408         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
2409         special case that has been removed from the default in vc-hooks.el.
2411 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2413         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2415 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
2417         * vc-hooks.el: Require vc during compilation.
2418         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2419         macro `with-vc-properties' in vc.el.
2420         (vc-file-getprop): Doc fix.
2421         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
2423         * vc.el: Require dired-aux during compilation.
2424         (vc-name-assoc-file): Moved to vc-sccs.el.
2425         (with-vc-properties): New macro.
2426         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
2427         vc-finish-steal): Use it.
2428         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
2429         to the backend-specific function is now supposed to do the checkout,
2430         too.
2431         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2433         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
2434         set file properties; that gets done in the generic code now.
2436         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
2437         Changed parameter list, added code from vc.el that does the
2438         checkout, possibly with a double-take.
2440         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
2441         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
2442         the above under the new name.
2443         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
2444         parameter list, added checkout command.
2445         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
2446         properties; that gets done in the generic code now.
2448 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2450         * vc.el: Docstring fixes (courtesy of checkdoc).
2452 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2454         * vc.el (vc-checkout-writable-buffer-hook)
2455         (vc-checkout-writable-buffer): Remove.
2456         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
2457         (vc-log-mode): Make it into a clean derived major mode.
2458         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
2459         vc-log-mode if log-edit is not available.
2460         (vc-dired-mode-map): Don't set-keymap-parent yet.
2461         (vc-dired-mode): Do set-keymap-parent here.
2462         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
2464 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
2466         * faces.el (set-face-attribute, face-spec-reset-face)
2467         (face-spec-set): Avoid consing by removing calls to `apply'.
2469         * frame.el (frame-parameter): Move to C code.
2471 2000-09-05  Dave Love  <fx@gnu.org>
2473         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
2474         insert-before-markers-and-inherit.  Now checked systematically!
2476 2000-09-05  Alex Schroeder  <alex@gnu.org>
2478         * sql.el (sql-postgres): Use sql-postgres-options.
2479         (sql-postgres-options): New variable.
2481 2000-09-05  Alex Schroeder  <alex@gnu.org>
2483         * sql.el (sql-mode-menu): Work around missing variable mark-active
2484         in XEmacs.
2485         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
2486         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
2487         compatibility.
2489 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
2491         * vc.el (vc-dired-resynch-file): Add autoload cookie.
2493         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
2495         * Makefile.in (DONTCOMPILE): Fix typo in file name.
2497 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2499         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
2500         don't support anything else under SCCS yet.
2502         * vc-hooks.el: Minor doc fixes.
2504 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2506         * vc.el (vc-next-action-on-file): Do not visit the file if it's
2507         not necessary.  If verbose in state `needs-patch', do the same as
2508         under `up-to-date'.  When NOT verbose and `needs-patch', check out
2509         latest version instead of `merge-news'.
2510         (vc-next-action-dired): Don't mess with default-directory here; it
2511         breaks other parts of dired.  It is the job of the
2512         backend-specific functions to adjust it temporarily if they need it.
2513         (vc-next-action): Remove a special CVS case.
2514         (vc-clear-headers): New optional arg FILE.
2515         (vc-checkin, vc-checkout): Set properties vc-state and
2516         vc-checkout-time properly.
2517         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
2518         (vc-print-log): Use new backend function `show-log-entry'.
2519         (vc-cancel-version): Do the checks in a different order.  Added a
2520         FIXME concerning RCS-only code.
2522         * vc-rcs.el (vc-rcs-show-log-entry): New function.
2523         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
2525         * vc-cvs.el (vc-cvs-show-log-entry): New function.
2527         * vc-hooks.el (vc-default-mode-line-string): Show state
2528         `needs-patch' as a `-' too.
2530 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2532         * vc.el (vc-responsible-backend): New optional arg REGISTER.
2533         (vc-default-could-register): New function.
2534         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
2535         (vc-resynch-buffer): Call vc-dired-resynch-file.
2536         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
2537         vc-resynch-buffer instead of vc-resynch-window.
2538         (vc-next-action-dired): Don't redisplay here, that gets done as a
2539         result of the individual file operations.
2540         (vc-retrieve-snapshot): Corrected prompt order.
2542         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
2544         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
2545         as well.
2546         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
2547         hostname regexps.  Updated all callers.
2548         (vc-cvs-responsible-p): Handle directories as well.
2549         (vc-cvs-could-register): New function.
2550         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
2551         properties up-to-date.
2553         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
2554         user whether to create one.
2556 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2558         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
2559         check out a non-existing file.
2561         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
2562         workfile does not exist.
2564         * vc.el (vc-version-diff): Use `require' to check for existence of
2565         diff-mode.
2567 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2569         * vc-cvs.el (vc-cvs-registered): Use new function
2570         vc-cvs-parse-entry to do the actual work.
2572 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2574         * vc-hooks.el (vc-find-backend-function): If function doesn't
2575         exist, return nil instead of error.
2576         (vc-call-backend): Doc fix.
2578         * vc.el (vc-do-command): Doc fix.
2579         (vc-finish-logentry): When checking in from vc-dired, choose the
2580         right backend for logentry check.
2581         (vc-dired-mode-map): Inherit from dired-mode-map.
2582         (vc-dired-mode): Local value of dired-move-to-filename-regexp
2583         simplified.
2584         (vc-dired-state-info): Removed, updated caller.
2585         (vc-default-dired-state-info): Use parentheses instead of hyphens.
2586         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
2587         (vc-dired-listing-switches): New variable.
2588         (vc-directory): Use it, instead of dired-listing-switches.
2590         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
2591         (vc-cvs-dir-state): New function.
2592         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
2593         (vc-cvs-parse-entry): New function, also to be used in
2594         vc-cvs-registered.
2596 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2598         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
2599         *or* single-window-frames.
2601 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2603         * vc.el (vc-update-changelog): Split into generic part and default
2604         implementation.  Doc string adapted.
2605         (vc-default-update-changelog): New function.  Call the `rcs2log'
2606         script in exec-directory, to fix a long-standing nuisance.
2608         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
2609         simply signals an error.
2611 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2613         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
2614         control-flow more clear and to avoid running `cvs' twice.
2616         * vc.el (vc-next-action-on-file): Doc fix.
2617         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
2618         (vc-print-log): Eval `file' before constructing the continuation.
2620 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2622         * vc.el (vc-next-action-on-file): Corrected several messages.
2623         (vc-merge): Add prefix arg `merge-news'; handle it.
2625         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
2626         is not reached.  It is.
2627         (vc-cvs-merge): Set state to 'edited after merge.
2628         (vc-cvs-merge-news): Set workfile version to nil if not known.
2629         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
2631         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
2632         via stdout. (Merge from main line.)
2634 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2636         * vc.el (vc-finish-logentry): Thinko in the "same comment"
2637         detection.
2639 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2641         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
2642         against kill-all-local-variables.
2643         (vc-log-edit): Don't save vc-parent-buffer any more.
2644         (vc-last-comment-match): Initialize to an empty string.
2645         (vc-post-command-functions): New hook.
2646         (vc-do-command): Run it.
2647         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
2648         (vc-finish-logentry): Only add the comment to the ring if it's
2649         different from the last comment entered.
2650         (vc-new-comment-index): New function.
2651         (vc-previous-comment): Use it.  Make the minibuffer message
2652         slightly less terse.
2653         (vc-comment-search-reverse): Make it work forward as well.  Don't
2654         set vc-comment-ring-index if no match is found.  Use
2655         vc-new-comment-index.
2656         (vc-comment-search-forward): Use vc-comment-search-reverse.
2657         (vc-dired-mode-map): Don't inherit from dired-mode-map since
2658         define-derived-mode will do it for us.  Bind `v' to a keymap that
2659         inherits from vc-prefix-map so that we can bind `vt' without
2660         binding C-x v t.
2661         (vc-retrieve-snapshot): Parenthesis typo.
2663         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
2664         to 1.  Make sure to switch to *vc* before looking for an error
2665         message.  Use vc-parse-buffer.
2667 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2669         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
2670         and NAME.
2671         (vc-retrieve-snapshot): Split into two parts.
2672         (vc-default-retrieve-snapshot): New function.
2674         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
2675         (vc-cvs-retrieve-snapshot): New function (untested).
2676         (vc-cvs-stay-local): Default to t.
2677         (vc-cvs-remote-p): New function and property.
2678         (vc-cvs-state): Stay local only if the above is t.
2679         (vc-handle-cvs): Removed.
2680         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
2681         done via vc-handled-backends now.
2682         (vc-cvs-header): Escape Id.
2684 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2686         * vc.el (vc-do-command): Remove unused commands.
2687         (vc-version-diff): Make sure default-directory ends with a slash.
2688         Move the window commands into a vc-exec-after.
2689         (vc-print-log): Move more of the code into the `vc-exec-after'.
2691 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2693         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
2694         (vc-print-log): Search current revision from beginning of buffer.
2695         (vc-revert-buffer): Clear echo area after the diff is finished.
2696         (vc-prefix-map): Removed definition of "t" for terse display in vc
2697         dired.
2698         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
2699         definition of "vt" for terse display.
2700         (vc-dired-mode): Fix dired-move-to-filename-regexp.
2702 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2704         * vc.el (vc-exec-after): Avoid caddr.
2706 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2708         * vc.el (vc-exec-after): New function.
2709         (vc-do-command): Use it to add a termination message for async
2710         procs.
2711         (vc-checkout): Try to handle a missing-backend situation.
2712         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
2713         of a directory with a backend using async diffs.
2714         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
2715         present.
2717         * vc-sccs.el (vc-sccs-state-heuristic): Use
2718         file-ownership-preserved-p.
2720         * vc-rcs.el (vc-rcs-state-heuristic): Use
2721         file-ownership-preserved-p.
2722         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
2724 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2726         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
2727         vc-do-command.
2729         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
2730         when there are no changes.
2732 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2734         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
2736         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
2738 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2740         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
2742         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
2743         the `fset' outside of the defvar so that it works even if
2744         vc-prefix-map was already defined.
2745         (vc-setup-buffer): New function, split out of vc-do-command.
2746         (vc-do-command): Allow BUFFER to be t to mean `just use the
2747         current buffer without any fuss'.
2748         (vc-version-diff): Change the `diff' backend operation to just put
2749         the diff in the current buffer without erasing it.  Always use
2750         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
2751         shrink-window-if-larger-than-buffer.
2752         (vc-print-log): Change the `print-log' backend operation to just
2753         put the log in the current buffer without erasing it.  Protect
2754         shrink-window-if-larger-than-buffer.
2755         (vc-update-change-log): Fix setd typo.
2757         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
2758         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
2760         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
2761         (vc-rcs-diff): Insert in the current buffer and remove unused arg
2762         CMP.
2764         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
2765         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
2766         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
2768 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2770         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2771         not possible, use vc-BACKEND-workfile-unchanged-p.
2772         (vc-default-workfile-unchanged-p): New function.  Delegates to a
2773         full vc-BACKEND-diff.
2775         * vc-hooks.el (vc-simple-command): Removed.
2777         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2778         instead of vc-simple-command.
2779         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2780         avoid doing a diff when opening a file.
2781         (vc-rcs-state): Added check for unlocked-changes.
2782         (vc-rcs-header): Escape Id.
2783         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2784         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2785         version.
2787         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2788         (vc-sccs-diff): Remove optional arg CMP.
2789         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2790         SCCS-specific function.
2792         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2793         vc-simple-command.
2795 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2797         * vc.el (vc-editable-p): Renamed from vc-writable-p.
2798         (with-vc-file, vc-merge): Use vc-editable-p.
2799         (vc-do-command): Remove unused var vc-file and fix the
2800         doubly-defined `status' var.  Add a user message when starting an
2801         async command.
2802         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
2803         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
2804         Use with-current-buffer.
2805         (vc-buffer-sync): Use unless.
2806         (vc-next-action-on-file): If the file is 'edited by read-only,
2807         make it read-write instead of trying to commit.
2808         (vc-version-diff, vc-update-change-log): Use `setq
2809         default-directory' rather than `cd'.
2810         (vc-log-edit): Don't forget to set default-directory in the
2811         buffer.
2813         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
2814         (vc-sccs-state-heuristic): Use file-writable-p instead of
2815         comparing userids.
2816         (vc-sccs-checkout): Use `unless'.
2818         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
2819         of comparing userids.
2820         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
2821         Simplify the logic by eliminating unreachable code.
2822         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
2823         just do a recursive call if we need to retry.
2824         (vc-rcs-checkout): Handle the case where rcs is missing by making
2825         the buffer read-write if requested and re-signalling the error.
2827         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
2829 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2831         * vc-hooks.el (vc-handled-backends): Docstring change.
2832         (vc-ignore-vc-files): Mark obsolete.
2833         (vc-registered): Check vc-ignore-vc-files.
2834         (vc-find-file-hook, vc-file-not-found-hook): Don't check
2835         vc-ignore-vc-files.
2837         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
2839 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2841         * vc.el (vc-checkout): Don't do anything special for ange-ftp
2842         files since ange-ftp already has vc-registered return nil.
2844         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
2845         (vc-sccs-workfile-version): Use with-temp-buffer and new
2846         vc-parse-buffer and don't bother setting the property.
2847         (vc-sccs-add-triple): Use with-current-buffer and
2848         find-file-noselect.
2849         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
2851         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
2852         derives from the old vc-parse-buffer but uses the revision number
2853         rather than the date (much easier to compare robustly).
2854         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
2855         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
2856         locking-user more directly.  Check strict locking and set
2857         checkout-model appropriately.
2858         (vc-rcs-parse-locks): Remove.
2859         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
2860         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
2861         (vc-rcs-system-release): Use with-current-buffer and
2862         vc-parse-buffer.
2863         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
2865         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
2866         (vc-simple-command): Docstring fix.
2867         (vc-registered): Align the way the file-handler is called with the
2868         way the function itself works.
2869         (vc-file-owner): Remove.
2871         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
2872         extraction of fields and call to file-attributes because of a
2873         temporary bug in rcp.el.
2874         (vc-cvs-fetch-status): Use with-current-buffer.
2876 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2878         * vc.el (vc-do-command): Use file-relative-name.
2879         (vc-responsible-backend): Use vc-backend if possible.
2880         (vc-create-snapshot): Improve the `interactive' spec. Add support
2881         for branches and dispatch to backend-specific `create-snapshot'.
2882         (vc-default-create-snapshot): New function, containing the bulk of
2883         the old vc-create-snapshot.
2884         (vc-retrieve-snapshot): Improve the interactive spec.
2886         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
2887         (vc-backend-hook-functions): Remove.
2888         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
2889         (vc-backend): Reintroduce the test for `file = nil' now that I
2890         know why it was there (and added a comment to better remember).
2892         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
2893         code from vc-sccs-hooks.el.
2894         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
2895         'vc anymore.
2896         (vc-sccs-responsible-p): Use expand-file-name instead of concat
2897         and file-directory-p instead of file-exists-p.
2898         (vc-sccs-check-headers): Simplify the regexp.
2900         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
2901         from vc-rcs-hooks.el.  Don't require 'vc anymore.
2902         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
2903         file-directory-p instead of file-exists-p.
2905         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
2906         from vc-cvs-hooks.el.
2907         (proto vc-cvs-registered): Require 'vc-cvs instead of
2908         'vc-cvs-hooks.  Don't require 'vc anymore.
2909         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
2910         file-directory-p instead of file-exists-p.
2911         (vc-cvs-create-snapshot): New function, replacing
2912         vc-cvs-assign-name.
2913         (vc-cvs-assign-name): Remove.
2915 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2917         * vc-cvs.el (vc-cvs-header): New var.
2919         * vc-rcs.el (vc-rcs-exists): Remove.
2920         (vc-rcs-header): New var.
2922         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
2923         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
2924         (vc-sccs-header): New var.
2926         * vc.el (vc-do-command): Get rid of the `last' argument.
2927         (vc-header-alist): Remove, replaced by vc-X-header.
2928         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
2929         (vc-dired-hook): Use expand-file-name instead of concat.
2930         (vc-directory): Use file-name-as-directory.
2931         (vc-snapshot-precondition, vc-create-snapshot)
2932         (vc-retrieve-snapshot): Allow the command to operate on any
2933         directory.
2935         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
2936         just removing the 'WORKFILE argument or by removing the 'MASTER
2937         argument and replacing `file' with (vc-name file).
2939 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2941         * vc.el: Update Copyright and add a crude list of backend funs.
2942         (vc-writable-p): New function.
2943         (with-vc-file): Use vc-writable-p.
2944         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
2945         (vc-register): Avoid vc-name.
2946         (vc-locking-user): Remove.
2947         (vc-steal-lock): Make the `owner' arg non-optional.
2948         (vc-merge): Use vc-writable-p instead of vc-locking-user and
2949         vc-checkout-model.
2950         (vc-default-dired-state-info): Use vc-state instead of
2951         vc-locking-user and return special strings for special states.
2952         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
2953         and get rid of one of the special CVS cases.
2954         (vc-cancel-version): prettify error message with \\[...].
2955         (vc-rename-master): New function.
2956         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
2957         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
2958         the CVS special case generic.
2959         (vc-default-record-rename): Remove.
2960         (vc-file-tree-walk-internal): Only call FUNC for files that are
2961         under control of some VC backend and replace `concat' with
2962         expand-file-name.
2963         (vc-file-tree-walk): Update docstring.
2964         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
2965         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
2967         * vc-sccs.el (vc-sccs-rename-file): Renamed from
2968         vc-sccs-record-rename.  Use `find-file-noselect' rather than
2969         `find-file' and call `vc-rename-master' to do the actual move.
2970         (vc-sccs-diff): Remove unused `backend' variable.
2972         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
2973         to delay loading of vc-sccs until it is really used.
2974         (vc-sccs-master-templates): Preload.
2975         (vc-sccs-state): Update call to vc-sccs-parse-locks.
2976         (vc-sccs-project-dir): Remove (merged into
2977         vc-sccs-search-project-dir).
2978         (vc-sccs-search-project-dir): Rewrite using file name handling ops
2979         rather than `concat', make sure it is preloaded and don't bother
2980         to check that the file actually exists.
2981         (vc-sccs-parse-locks): Remove unused `file' argument, remove
2982         `locks' argument (use buffer's content instead) and eliminate n^2
2983         behavior.
2985         * vc-rcs.el: Update Copyright.
2986         (vc-rcs-rename-file): New function.
2987         (vc-rcs-diff): Remove unused `backend' variable.
2989         * vc-hooks.el: Update Copyright.
2990         (vc-backend): Don't accept a nil argument any more.
2991         (vc-up-to-date-p): Turn into a defsubst.
2992         (vc-possible-master): New function.
2993         (vc-check-master-templates): Use `vc-possible-master' and allow
2994         funs in vc-X-master-templates to return a non-existent file.
2996         * vc-cvs.el: Update Copyright.
2997         (vc-cvs-diff): Remove unused `backend' variable.
2998         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
3000         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3002 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3004         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3005         since it can be called from vc-rcs.el.
3006         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3008 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3010         * vc.el (vc-version-diff): Expand file name read from the
3011         minibuffer.  Handle the case when a previous version number can't
3012         be guessed.  Give suitable messages when there were no differences
3013         found.
3014         (vc-clear-headers): Call backend-specific implementation, if one
3015         exists.
3016         (vc-cancel-version): Made error checks generic.  When done, clear
3017         headers generically, too.
3019         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3020         from vc-clear-headers in vc.el.
3022         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3023         correctly.
3024         (vc-rcs-latest-on-branch-p): Made second argument VERSION
3025         optional.  Handle the case when it's not there.
3027 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3029         * vc.el (vc-locking-user): Moved from vc-hooks.el.
3031 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3033         * vc-hooks.el (vc-loadup): Remove.
3034         (vc-find-backend-function): Use `require'.  Also, handle the case
3035         where vc-BACKEND-hooks.el doesn't exist.
3036         (vc-call-backend): Cleanup.
3038 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3040         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3041         vc-rcs-grab-templates)
3042         (vc-rcs-registered): Remove.  The default function works as well.
3043         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3044         vc-sccs-grab-templates)
3045         (vc-sccs-registered): Remove.  The default function works as well.
3047         * vc.el (vc-version-diff): Left out a vc- in call to
3048         vc-call-backend.
3049         (vc-default-dired-state-info, vc-default-record-rename)
3050         (vc-default-merge-news): Update for the new backend argument.
3052         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3053         using the default function.
3054         (vc-call-backend): If calling the default function, pass it the
3055         backend as first argument.  Update the docstring accordingly.
3056         (vc-default-state-heuristic, vc-default-mode-line-string): Update
3057         for the new backend argument.
3058         (vc-make-backend-sym): Renamed from vc-make-backend-function.
3059         (vc-find-backend-function): Use the new name.
3060         (vc-default-registered): New function.
3062 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3064         * vc.el (vc-merge): Use vc-find-backend-function.
3066         * vc-hooks.el (vc-backend-functions): Remove.
3067         (vc-loadup): Don't setup 'vc-functions.
3068         (vc-find-backend-function): New function.
3069         (vc-call-backend): Use above fun and populate 'vc-functions
3070         lazily.
3071         (vc-backend-defines): Remove.
3073 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3075         * vc.el (vc-register): Put a FIXME note for a newly found bug.
3076         Call vc-call-backend without the leading vc-.
3077         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3078         (vc-check-headers): Call vc-call-backend without the leading vc-.
3079         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
3080         (vc-annotate-display): Replace confusing use of `cond' with `or'.
3081         Call vc-call-backend without the leading vc-.
3083         * vc-cvs.el (tail): Provide vc-cvs.
3084         * vc-sccs.el (tail): Provide vc-sccs.
3085         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3087         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3088         (vc-make-backend-function, vc-call): Pass names without leading
3089         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
3090         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3091         (vc-call-backend): Always try to load vc-X-hooks.
3092         (vc-registered): Remove vc- in call to vc-call-backend.
3094 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3096         * vc.el (vc-process-filter): New function.
3097         (vc-do-command): Setup `vc-process-filter' for the async process.
3098         (vc-maybe-resolve-conflicts): New function to reduce
3099         code-duplication.  Additionally, it puts the buffer in
3100         `smerge-mode' if applicable.
3101         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3102         calling `merge-news'.
3103         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
3104         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
3105         interfacing to log-edit.el.
3106         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
3107         log-edit is available.
3108         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
3110 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3112         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
3113         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
3114         defvar and the initialization.
3115         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
3117         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
3118         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
3120         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
3122 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3124         * vc.el (vc-file-clear-masterprops): Removed.
3125         (vc-checkin, vc-revert-buffer): Removed calls to the above.
3126         (vc-version-diff): Use buffer-size without argument.
3127         (vc-register): Heed vc-initial-comment.
3129         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
3130         default branch.
3132         * vc-rcs.el (vc-rcs-register): Parse command output to find master
3133         file name and workfile version.
3134         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
3136         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
3137         vc-file-clear-masterprops.
3139         * vc-sccs.el (vc-sccs-checkout): Removed call to
3140         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
3141         rather than user login name.
3144 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3146         * vc.el (vc-workfile-unchanged-p): Remove unused argument
3147         `want-differences-if-changed' and simplify.
3148         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
3149         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
3150         output (which is invalid for async vc-diff) to decide whether to
3151         do the revert silently or not.
3153 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3155         * vc-hooks.el (vc-loadup): Load files quietly.
3156         (vc-call-backend): Oops, brain fart.
3158 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3160         * vc-cvs.el (vc-cvs-state): Typo.
3161         (vc-cvs-merge-news): Return the status code rather than the error msg.
3163 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3165         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3166         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3167         vc-state or vc-up-to-date-p.
3168         (vc-merge): Use vc-backend-defines to check whether merging is
3169         possible.  Set state to 'edited after successful merge.
3171         * vc-hooks.el (vc-locking-user): If locked by the calling user,
3172         return that name.  Redocumented.
3174 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3176         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
3177         new `vc-state' semantics.
3178         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
3179         'vc-locking-user to the current user.
3180         (vc-merge): Inline vc-backend-merge.  Comment out code that I
3181         don't understand and hence can't adapt to the new `vc-state' and
3182         `vc-locking-user' semantics.
3183         (vc-backend-merge): Remove.
3185         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3186         rather than 'vc-locking-user.
3188         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3190         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3191         (vc-state): Don't use 'reserved any more.  Just use the same
3192         convention as the one used for vc-<backend>-state where the
3193         locking user (as a string) is returned.
3194         (vc-locking-user): Update, based on the above convention. The
3195         'vc-locking-user property has disappeared.
3196         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
3198         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3199         with a heuristic one.
3200         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3201         (vc-cvs-checkin): Do a trivial parse to set the state in case of
3202         error.  That allows us to get to 'needs-merge even in the
3203         stay-local case.  There's still no way to detect 'needs-patch in
3204         such a setup (or to force an update for that matter).
3205         (vc-cvs-logentry-check): Remove, the default works as well.
3207 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3209         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
3211         * vc.el (vc-do-command): kill-all-local-variables, to reset any
3212         major-mode in which the buffer might have been put earlier.  Use
3213         `remove' and `when'.  Allow `okstatus' to be `async' and use
3214         `start-process' in this case.
3215         (vc-version-diff): Handle the case where the diff looks empty
3216         because of the use of an async process.
3218 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3220         * vc.el (vc-next-action-on-file): Removed optional parameter
3221         `simple'.  Recompute state unconditionally.
3222         (vc-default-toggle-read-only): Removed.
3224         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3225         (vc-toggle-read-only): Undid prev change.
3227         * vc-cvs.el (vc-cvs-stay-local): Renamed from
3228         vc-cvs-simple-toggle.  Redocumented.
3229         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3230         (vc-cvs-toggle-read-only): Removed.
3232 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3234         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
3235         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3236         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3237         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
3238         still is. So maybe it should be removed.
3239         (vc-head-version, vc-find-binary): Remove.
3240         (vc-recompute-state): Move from vc-hooks.el.
3241         (vc-next-action-on-file): Add a `simple' argument to allow
3242         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
3243         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3244         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
3245         (vc-dired-mode-map): Properly defvar it.
3246         (vc-print-log): Call log-view-mode if available.
3247         (small-temporary-file-directory): defvar instead of use boundp.
3248         (vc-merge-news): Moved to vc-cvs.el.
3249         (vc-default-merge-news): New function.
3251         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
3252         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
3253         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
3254         unknown `vc-latest-version' function.  It should probably refer to
3255         vc-workfile-version or somesuch, but it's very unclear to me and I
3256         don't have SCCS to test things.
3258         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
3259         (vc-sccs-state-heuristic): Fix typo.
3260         (vc-sccs-workfile-unchanged-p): Add missing argument.
3262         * vc-rcs.el: Require vc and vc-rcs-hooks.
3263         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
3264         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
3265         (vc-release-greater-or-equal-p): Move from vc.
3266         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
3267         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
3268         (vc-rcs-checkout): Add a missing `new-version' argument in the
3269         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
3271         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
3272         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
3273         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
3274         than the apparently unbound `workfile-version'.
3276         * vc-hooks.el (vc-master-templates): Def the obsolete var.
3277         (vc-file-prop-obarray): Use `make-vector'.
3278         (vc-backend-functions): Add new hookable functions
3279         vc-toggle-read-only, vc-record-rename and vc-merge-news.
3280         (vc-loadup): If neither backend nor default functions exist, use
3281         the backend function rather than nil.
3282         (vc-call-backend): If the function if not bound yet, try to load
3283         the non-hook file to see if it provides it.
3284         (vc-call): New macro plus use it wherever possible.
3285         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
3286         nor `vc-find-binary' since it's only called from
3287         vc-mistrust-permission which is only used once the backend is known.
3288         (vc-checkout-model): Fix parenthesis.
3289         (vc-recompute-state, vc-prefix-map): Move to vc.el.
3291         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
3292         (vc-cvs-release, vc-cvs-system-release): Remove.
3293         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
3294         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
3295         status symbols.
3296         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
3297         (vc-cvs-toggle-read-only): First cut at a function to allow a
3298         cvs-status-free vc-toggle-read-only.
3299         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
3300         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
3301         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
3302         (vc-cvs-checkout): Modify access rights directly if the user
3303         requested not to use `cvs edit'.  And refresh the mode line.
3305         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
3306         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
3308 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3310         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
3311         workfile' that got lost when the code was extracted from vc.el.
3312         And merged the tail with the rest of the code (not possible in the
3313         old vc.el where the tail was shared among all backends).  And
3314         explicitly set the state to 'edited if `writable' is set.
3316         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
3317         (vc-cvs-state): Be careful to return the value from
3318         vc-cvs-parse-state.
3319         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
3320         property but return it instead.  Also be careful to handle a nil
3321         or "" `rev' when workfile is non-nil (it was handled properly when
3322         workfile was nil).
3324         * vc.el: Removed those pesky unnecessary `(function' quotes.
3325         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
3326         directly in the defvar.
3327         (vc-do-command): Bind inhibit-read-only so as to properly handle
3328         the case where the destination buffer has been made read-only.
3329         (vc-diff): Delegate to vc-version-diff in all cases.
3330         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
3331         (vc-annotate-mode-variables): Removed (code moved partly to
3332         defvars and partly to vc-annotate-add-menu).
3333         (vc-annotate-mode): Turned into a derived-mode.
3334         (vc-annotate-add-menu): Moved in code in
3335         vc-annotate-mode-variables.
3336         (vc-update-change-log): Use make-temp-file if available.
3338 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
3340         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3341         `vc-checkout-model' updated to `vc-cvs-update-model'.
3343 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3345         * vc.el (vc-next-action-on-file): Added handling of state
3346         `unlocked-changes'.
3347         (vc-checkout-carefully): Is now practically obsolete, unless the
3348         above is too slow to be enabled unconditionally.
3349         (vc-update-change-log): Fixed typo.
3351         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3353         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3354         Now handles state `unlocked-changes'.
3355         (vc-sccs-workfile-unchanged-p): New function, to support the above.
3357         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3359         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3360         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
3361         `unlocked-changes'.
3362         (vc-rcs-workfile-unchanged-p): Renamed from
3363         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
3364         function yet, but supposed to become one soon.
3366         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3367         `vc-steal-lock'.
3368         (vc-call-backend): Changed error message.
3369         (vc-state): Added description of state `unlocked-changes'.
3371 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3373         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3374         always return t in CVS-controlled directories.
3376         * vc.el (vc-responsible-backend): New function.
3377         (vc-register): Largely rewritten.
3378         (vc-admin): Removed (implementation moved into vc-register).
3379         (vc-checkin): Redocumented.
3380         (vc-finish-logentry): If no backend defined yet (because we are in
3381         the process of registering), use the responsible backend.
3383         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3384         Updated function lists.
3385         (vc-call-backend): Fixed typo.
3387         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3388         New functions.
3389         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3390         Removed query option.  Redocumented.
3392 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3394         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3396         * vc.el: Updated callers of `vc-checkout-required' to use
3397         `vc-checkout-model'.
3399 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3401         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
3402         stuff updated to reference this function instead of the old
3403         `vc-backend-release-p'.
3405 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3407         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3408         vc-checkout-model.  Return appropriate values.  Updated callers.
3410 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3412         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
3413         (vc-backend-revert): Function moved into `vc-revert';
3414         `vc-next-action' must be updated to accomodate this change.
3415         (vc-backend-steal): Function moved into `vc-finish-steal'.
3416         (vc-backend-logentry-check): Function moved into
3417         `vc-finish-logentry'.
3418         (vc-backend-printlog): Function moved into `vc-print-log'.
3419         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3420         (vc-backend-assign-name): Function moved into
3421         `vc-create-snapshot'.
3423 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3425         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
3426         Rename to vc-checkout-model.  Return appropriate values.
3427         Update callers.
3429         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
3430         to vc-checkout-model.
3431         (vc-checkout-required): Rename to vc-checkout-model.
3432         Re-implement and re-comment.
3433         (vc-after-save): Use vc-checkout-model.
3435 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3437         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
3438         Update to use the vc-BACKEND-diff functions instead.
3439         `vc-diff' is now working.
3441         * vc-rcs.el (vc-rcs-logentry-check): New function.
3443         * vc-cvs.el (vc-cvs-logentry-check): New function.
3445         * vc-sccs.el (vc-sccs-diff): Function changed name from
3446         `vc-backend-diff'.  This makes `vc-diff' work.
3448         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
3449         of functions possibly implemented in a vc-BACKEND library.
3450         (vc-checkout-required): Fix bug that caused an error to be
3451         signaled during `vc-after-save'.
3453         * vc.el: Fix typo.
3454         This checkin is made with our new VC code base for the very first time.
3455         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
3457         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
3458         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
3460         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
3461         updated to `vc-uses-locking'.
3462         (vc-checkout-required): Call to backend function.
3463         `vc-checkout-required' updated to `vc-uses-locking' instead.
3465         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
3466         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
3468         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
3469         to match the split into various backends.
3470         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
3471         (vc-retrieve-snapshot): Bug fix.
3473 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3475         * vc-sccs.el (vc-sccs-release): Doc fix.
3477 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3479         * vc.el (vc-next-action-on-file): Bug found and fixed.
3480         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
3481         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
3483         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
3484         (vc-rcs-checkout): Name space cleaned up.  No more revision number
3485         crunching function names that are not prefixed with vc-rcs.
3486         (vc-rcs-checkout-model): Function added.  References to
3487         `vc-checkout-model' replaced.
3489 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3491         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
3492         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
3493         still need to be split, and implemented for RCS).
3495 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3497         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
3499         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
3500         required by the vc.el file.
3502         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
3503         required by the vc.el file.
3504         (vc-rcs-exists): Function added.
3506         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
3507         required by the vc.el file.
3509         * vc.el (vc-admin): Updated to handle selection of appropriate
3510         backend.  Current implementation is crufty and need re-thinking.
3512         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
3514 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3516         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
3517         beginning of annotate buffers correctly.
3519         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
3520         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
3521         functionality updated quite a lot to support multiple backends.
3522         Variables `vc-annotate-mode', `vc-annotate-buffers',
3523         `vc-annotate-backend' added.
3525         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
3526         `vc-annotate-difference' added to supported backend functions.
3528 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3530         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
3531         Use with-temp-file instead of /bin/sh.  Merged from mainline
3533 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3535         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
3537         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
3539         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
3541 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3543         * vc-hooks.el: vc-state-heuristic added to
3544         vc-backend-hook-functions.
3546         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
3548         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
3550         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
3551         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
3552         state to `reserved'.
3554         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
3555         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
3557 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3559         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
3560         untouched.
3562         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
3564         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
3565         if defined.  (Merged from main line, slightly adapted.)
3567         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
3568         millenium problem (merged from mainline).
3570 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3572         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
3573         part and moved the non-BACKEND stuff to vc.el.
3575         * vc.el: Split the annotate feature into a BACKEND specific part
3576         and moved it from the vc-cvs.el file to this one.
3578 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3580         * vc-hooks.el: Implement new state model.
3581         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
3582         (vc-locking-user): Simplify.  Now only needed if the file is
3583         locked by somebody else.
3584         (vc-lock-from-permissions): Remove.  Functionality is in
3585         vc-sccs-hooks.el and vc-rcs-hooks.el now.
3586         (vc-mode-line-string): New name for former vc-status.  Adapted.
3587         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
3589         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
3590         Various simplifications and adaptations all over the place.
3592         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
3593         Simplify and adapt the rest.
3595         * vc.el (vc-resynch-window): Add TODO comment: check for
3596         interaction with view mode according to recent RCS change.
3597         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
3599 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3601         * vc.el: Convert the remaining function comments to docstrings.
3603 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3605         * vc.el (vc-backend-release, vc-release-greater-or-equal)
3606         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
3607         (vc-minor-part, vc-previous-version): Functions that operate and
3608         compare revision numbers got proper documentation.  Comments added
3609         about their possible removal.
3611 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3613         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
3614         the vc-backend.el files.
3616         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
3618         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
3619         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
3620         (vc-rcs-previous-version): Functions added.
3622         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
3624         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
3626 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3628         * vc-hooks.el (vc-master-templates): Is really obsolete.
3629         Comment out the definition for now.  What is the right procedure
3630         to get rid of it?
3631         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
3632         rewritten.
3633         (vc-default-registered): Remove.
3634         (vc-check-master-templates): New function; does mostly what the
3635         above did before.
3636         (vc-locking-user): Don't rely on the backend to set the property.
3638         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
3639         Rewrite documentation.
3640         (vc-rcs-templates-grabbed): New variable.
3641         (vc-rcs-grab-templates): New function.
3642         (vc-rcs-registered): Rewrite to use above mechanism.
3644         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
3645         Rewrite documentation.
3646         (vc-sccs-templates-grabbed): New variable.
3647         (vc-sccs-grab-templates): New function.
3648         (vc-sccs-registered): Rewrite to use above mechanism.
3649         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
3650         Don't throw the result, simply return it.
3652         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
3653         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
3654         (vc-cvs-registered): Does the check itself now.  Simplify.
3656         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
3657         from main line.
3659 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3661         * vc-cvs.el (vc-cvs-diff): New function.
3663         * vc-sccs.el (vc-sccs-diff): New function.
3665         * vc-rcs.el (vc-rcs-diff): New function.
3666         (vc-rcs-checkout): Bug (typo) found and fixed.
3667         (vc-rcs-register-switches): New variable.
3669         * vc.el (vc-backend-diff): Function removed and placed in the
3670         backend files.
3672 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3674         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
3676         * vc.el (vc-backend-checkout): Function removed and replaced in
3677         the vc-backend.el files.
3679         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
3681         * vc.el (vc-backend-admin): Removed and replaced in the
3682         vc-backend.el files.
3684         * vc.el (Martin): Removed all the annotate functionality since it
3685         is CVS backend specific.
3687 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3689         * spec.txt: Added specification of vc-state.
3691         * vc-sccs-hooks.el (vc-sccs-master-properties):
3692         Remove handling of vc-latest-version and
3693         vc-your-latest-version.  What used to be vc-latest-version, is now
3694         returned as vc-workfile-version.
3695         (vc-sccs-workfile-version): Adapt.
3697 2000-09-04  Dave Love  <fx@gnu.org>
3699         * vc.el: [Merged from mainline.]
3700         (vc-dired-mode): Make the dired-move-to-filename-regexp
3701         regexp match the date, to avoid treating date as file size.
3702         Add YYYY S option to WESTERN/
3704 2000-09-04  Dave Love  <fx@gnu.org>
3706         * vc.el: Require `compile' when compiling.
3707         (vc-logentry-check-hook): New option.
3708         (vc-steal-lock): Use compose-mail.
3709         (vc-dired-mode-map): Defvar when compiling.
3710         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
3711         vc-sccs.el and renamed.  Callers changed.
3712         (vc-backend-checkout, vc-backend-logentry-check)
3713         (vc-backend-merge-news): Doc fix.
3714         (vc-default-logentry-check): New function.
3715         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
3716         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
3717         (vc-backend-merge): Doc fix.  Use backend functions.
3718         (vc-check-headers): Use backend functions.
3720         * vc-cvs.el: Require vc when compiling.
3721         (vc-cvs-register-switches): Doc fix.
3722         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
3723         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
3724         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
3725         New functions (code from vc.el).
3726         (vc-annotate-display-default): Fix interactive spec.
3727         (vc-annotate-time-span): Doc fix.
3729         * vc-rcs.el: Require vc when compiling.
3730         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
3731         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
3732         (vc-rcs-checkin): New functions (code from vc.el).
3733         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
3734         Doc fix.
3735         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
3737         * vc-sccs.el: Require vc when compiling.
3738         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
3739         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
3740         (vc-sccs-revert)
3741         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
3742         from vc.el).
3743         (vc-sccs-add-triple, vc-sccs-record-rename)
3744         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
3745         (vc-sccs-admin): Doc fix.
3747 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3749         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
3750         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
3751         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
3752         from vc.el.
3754         * vc-sccs.el (vc-admin-sccs): Added from vc.el
3756         * vc-cvs.el: Moved the annotate functionality from vc.el.
3757         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
3759 2000-09-04  Dave Love  <fx@gnu.org>
3761         * vc.el (vc-backend-release): Call vc-system-release.
3763         * vc-sccs.el (vc-sccs-system-release):
3764         Renamed from vc-sccs-backend-release.
3766         * vc-rcs.el (vc-rcs-system-release):
3767         Renamed from vc-rcs-backend-release.
3769         * vc-cvs.el (vc-cvs-system-release):
3770         Renamed from vc-cvs-backend-release.
3772 2000-09-04  Dave Love  <fx@gnu.org>
3774         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3775         backend files.
3776         (vc-backend-release): Dispatch to backend functions.
3777         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
3778         probably needs attention.]
3780         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3781         (vc-sccs-backend-release): New function.
3783         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3784         (vc-cvs-backend-release): New function.
3786         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3787         Doc fix.
3788         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3789         (vc-default-dired-state-info): New function.
3790         (vc-dired-state-info): Dispatch to backends.
3791         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
3793         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3794         from vc.el and renamed.
3796 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3798         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
3799         (vc-version-other-window, vc-backend-assign-name): Removed
3800         references to vc-latest-version; sometimes changed into
3801         vc-workfile-version.
3803         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
3804         vc-rcs-master-workfile-version.
3805         (vc-rcs-workfile-version): Use the above.  Don't call
3806         vc-latest-version (that was unreachable code, anyway).
3807         (vc-rcs-fetch-master-properties): Doc fix.
3809         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
3810         (vc-backend-hook-functions): Removed them from this list, too.
3811         (vc-fetch-properties): Removed.
3812         (vc-workfile-version): Doc fix.
3814         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
3815         (vc-rcs-workfile-version, vc-rcs-locking-user)
3816         (vc-rcs-uses-locking): Use it.
3818         * vc-hooks.el (vc-consult-rcs-headers):
3819         Moved into vc-rcs-hooks.el, under the name
3820         vc-rcs-consult-headers.
3822         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
3823         headers.
3824         (vc-cvs-find-master): Use this name only; correct different
3825         versions of the name.
3827         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
3828         New functions.
3829         (vc-sccs-locking-user): Use the latter.
3831         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
3832         New functions.
3834         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
3835         Moved into both
3836         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
3837         functions are implementation details of those two backends.
3839 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3841         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
3842         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
3844         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
3845         (vc-sccs-parse-locks): SCCS-specific code moved here from
3846         vc-hooks.
3848         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
3849         code moved here from vc-hooks.
3851         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
3852         into back-end specific parts and removed.  Callers not updated
3853         yet; because I guess these callers will disappear into back-end
3854         specific files anyway.
3856 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3858         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
3859         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
3860         `vc-uses-locking'.
3862         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
3863         Store yes/no in the property, and return t/nil.  Updated all
3864         callers.
3866         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
3867         vc-sccs-uses-locking.  Don't set property.
3868         (vc-sccs-locking-user): Don't set property.
3870         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
3871         vc-cvs-uses-locking.  Don't set property here; leave that to
3872         vc-hooks.
3873         (vc-cvs-locking-user): Reflect above change.  Streamlined.
3875         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
3876         vc-rcs-uses-locking.
3877         (vc-rcs-locking-user): Reflect above change.
3879 2000-09-04  Dave Love  <fx@gnu.org>
3881         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
3883         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
3885         * vc-hooks.el (vc-checkout-model): Punt to backends.
3887         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
3889         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
3891         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
3892         New functions.
3894         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
3895         New functions.
3897         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
3898         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
3900         * vc-hooks.el (vc-default-locking-user): New function.
3901         (vc-locking-user, vc-workfile-version): Punt to backends.
3903 2000-09-04  Dave Love  <fx@gnu.org>
3905         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
3906         (vc-master-workfile-version): Moved from vc-hooks.
3908         * vc-rcs-hooks.el: Fix duplicate code in last change.
3910         * vc-rcs-hooks.el: Require vc-hooks when compiling.
3911         (vc-rcs-master-templates): Improve :type.
3912         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
3913         vc-master-workfile-version): Moved from vc-hooks.
3915         * vc-sccs-hooks.el: Require vc-hooks when compiling.
3916         (vc-sccs-master-templates): Improve :type.
3917         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
3919         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
3921         * vc-cvs-hooks.el: Require vc-hooks when compiling.
3922         (vc-cvs-master-templates): Improve :type.  Use
3923         vc-cvs-find-cvs-master.
3924         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
3925         from vc-hooks.
3926         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
3928         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
3929         Moved to vc-cvs-hooks.
3931         * vc-hooks.el: Add doc strings in various places.  Simplify the
3932         minor mode setup.
3933         (vc-handled-backends): New user variable.
3934         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
3935         simplification.
3937 2000-09-04  Dave Love  <fx@gnu.org>
3939         * vc.el: Some doc fixes for autoloaded and interactive functions.
3940         Fix compilation warnings from ediff stuff.
3941         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
3943         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
3945         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
3947         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
3949 2000-09-04  Dave Love  <fx@gnu.org>
3951         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3952         New variable.
3953         (vc-make-backend-function, vc-loadup, vc-call-backend)
3954         (vc-backend-defines): New functions.
3956         * vc-hooks.el: Various doc fixes.
3957         (vc-default-back-end, vc-follow-symlinks): Custom fix.
3958         (vc-match-substring): Function removed.  Callers changed to use
3959         match-string.
3960         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
3961         Simplify.
3963 2000-09-04  Dave Love  <fx@gnu.org>
3965         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
3966         type.
3967         (vc-sccs-project-dir, vc-search-sccs-project-dir)
3968         (vc-sccs-registered): Doc fix.
3970         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
3971         (vc-cvs-registered): Doc fix.
3973         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
3974         (vc-rcs-registered): Doc fix.
3976 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3978         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
3980         * vc-hooks.el: vc-registered has been renamed
3981         vc-default-registered.  Some functions have been moved to the
3982         backend specific files.  they all support the
3983         vc-BACKEND-registered functions.
3985 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3987         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
3989         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
3991 2000-09-04  Dave Love  <fx@gnu.org>
3993         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
3994         menu-bar-update-hook.
3996         * help.el (help-manyarg-func-alist): Add
3997         find-operation-coding-system.
3999         * wid-edit.el (widget-sexp-validate): Fix garbled code.
4001         * custom.el (custom-set-variables): Print message about errors in
4002         setting.
4004 2000-09-03  Andrew Innes  <andrewi@gnu.org>
4006         * makefile.w32-in: Change to DOS line endings.
4008 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4010         * mouse.el (mouse-popup-menubar): Supply the prompt string for
4011         minor-mode keymaps, if they don't have one.
4013 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4015         * eshell/esh-module.el (eval-when-compile): Don't lose if
4016         esh-module.el's file name is truncated to DOS 8+3 limits.
4018 2000-09-01  John Wiegley  <johnw@gnu.org>
4020         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4021         predicate, which caused entries in the completion list to be
4022         doubled.
4024 2000-08-30  John Wiegley  <johnw@gnu.org>
4026         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4027         sending to subprocesses.  Also, hook pre-command-hook if
4028         `eshell-send-direct-to-subprocesses' is non-nil.
4029         (eshell-send-direct-to-subprocesses): New config variable.  If t,
4030         subprocess input is send immediately.
4031         (eshell-toggle-direct-send): New function.
4032         (eshell-self-insert-command): New function.
4033         (eshell-intercept-commands): New function.
4034         (eshell-send-input): If direct subprocess sending is enabled,
4035         don't echo any input to the Eshell buffer.  Let the subprocess
4036         handle that.  This requires "stty echo" in bash, for example.
4038 2000-08-28  John Wiegley  <johnw@gnu.org>
4040         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4041         completion function for Eshell's implementation of `unset'.
4043 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4045         * info.el (Info-directory-list): Doc fix.
4047 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
4049         * filecache.el (file-cache-add-directory-using-find): Don't quote
4050         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4052 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
4054         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4055         coding systems.
4057 2000-08-30  Andrew Innes  <andrewi@gnu.org>
4059         * timer.el (run-with-idle-timer): Undo last change, so that timer
4060         is not activated immediately if Emacs is already idle.  Some
4061         existing code relies on this behaviour.
4063 2000-08-30  Miles Bader  <miles@gnu.org>
4065         * frame.el (set-frame-font): Do completion of font-name for
4066         interactive use.
4068 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
4070         * international/quail.el (quail-start-translation): Bind locally
4071         last-command-event, last-command, and this-command.
4072         (quail-start-conversion): Likewise.
4073         (quail-self-insert-command): Fix docstring.
4075 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
4077         * progmodes/executable.el
4078         (executable-make-buffer-file-executable-if-script-p): Check that
4079         buffer contains at least 2 characters.
4081 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
4083         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4085 2000-08-29  Dave Love  <fx@gnu.org>
4087         * diff-mode.el (diff-mode) <defgroup>: Add :version.
4088         (diff-mode-shared-map): Bind mouse-2.
4089         (diff-imenu-generic-expression): New variable.
4090         (diff-mode): Use it.
4092         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4093         (mouse-popup-menubar): Add minor mode menus.
4094         (popup-menu): Check for lookup-key returning number.
4096 2000-08-29  Miles Bader  <miles@gnu.org>
4098         * comint.el (comint-send-input): Create overlays using the proper
4099         front/read-advance arguments.
4101 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4103         * ps-print.el: Even/odd pages printing.  Doc fix.
4104         (ps-print-version): New version number (6.0).
4105         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
4106         (ps-background, ps-begin-file, ps-begin-job): Code fix.
4107         (ps-print-duplex-feature): Variable eliminated.
4108         (ps-even-or-odd-pages): New variable.
4110         * progmodes/ebnf2ps.el: Doc fix.
4111         (ebnf-version): New version (3.3).
4112         (ebnf-user-arrow): Change variable customization to sexp.
4113         (ebnf-user-arrow): Function eliminated.
4114         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
4116 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
4118         * help.el (help-xref-mule-regexp): New variable.
4119         (help-make-xrefs): Handle help-xref-mule-regexp.
4121         * international/mule-cmds.el (help-xref-mule-regexp-template): New
4122         variable.
4123         (describe-input-method): Temporarily activate the specfied input
4124         method to display the information.
4125         (describe-language-environment): Hyperlinks to mule related items.
4127         * international/mule-diag.el (charset-multibyte-form-string): New
4128         function.
4129         (list-character-sets-1): Use charset-multibyte-form-string.
4130         (describe-character-set): New function.
4131         (describe-coding-system): Hyperlinks to safe character sets.
4133         * international/quail.el (quail-help): New arg PACKAGE.
4134         Hyperlinks to mule related items.
4135         (quail-help-insert-keymap-description): Use
4136         substitute-command-keys instead of describe-bindings.
4137         (quail-translation-help): Hyperlinks to mule related items.
4139 2000-08-28  John Wiegley  <johnw@gnu.org>
4141         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
4142         have a defsubst call itself.  Made `eshell-flatten-list' back into
4143         a function again.
4145         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
4146         catch, in case re-centering point at bottom messes up the display.
4147         This happens frequently in Emacs 21, due I believe to variable
4148         line heights.
4150         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
4151         to call `find-tag-interactive'.
4153         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
4154         the list of remember directories.
4156 2000-08-28  John Wiegley  <johnw@gnu.org>
4158         * align.el: Test align-region-separate to see if it's a symbol.
4160 2000-08-28  John Wiegley  <johnw@gnu.org>
4162         * eshell/esh-util.el (eshell-flatten-list): Made this function
4163         into a defsubst form.  It gets used very frequently, although
4164         calls don't occur all that often.
4166         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4167         examining it.
4169         * eshell/esh-cmd.el (eshell-rewrite-while-command):
4170         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4171         `eshell-protect'.
4172         (eshell-copy-handles): Created a new macro for duplicating the
4173         current set of open handles.  This is needed by the looping
4174         functions.
4175         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
4176         is not incorrectly stomped on.
4178         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
4179         declaration for pcomplete-use-paring.
4180         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
4181         value of eshell-cmpl-use-paring.
4182         * pcomplete.el (pcomplete-use-paring): New config variable, to
4183         indicate whether paring should be used.
4184         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4185         completion alternatives that have already been used.
4187         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4188         bound to C-c C-y, which will repeat the previous N arguments
4189         (based on prefix argument).
4190         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4192         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4193         if there is no *Help* buffer.  This is for XEmacs, which renames
4194         its help buffers uniquely.  TODO: Find out what the current buffer
4195         name to delete is.
4197         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4198         first entry that correlates to a passwd/group number.  Later
4199         entries (used for group/user name aliasing to multiple IDs) are
4200         ignored.
4202         * eshell/em-xtra.el (eshell/expr):
4203         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4204         (eshell-grep, eshell/diff, eshell/locate):
4205         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4206         argument list, before passing it to the system command.
4208         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4209         `find-tag' for use at final position in Eshell buffers (which
4210         otherwise triggers an error on Emacs 21).
4211         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4212         buffer, if it is currently bound to `find-tag'.
4214         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4215         in the list of matched Makefile names.
4216         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4217         directory, prefer its contents to Makefile.
4219         * eshell/em-dirs.el (eshell/cd): cd commands that look up
4220         directory parts (like "cd old new", or "cd =regexp"), are now case
4221         sensitive on non-Windows/DOS platforms.
4223         * eshell/esh-mode.el (eshell-parse-command-input): When a user
4224         types RET after an open delimiter (like "), display a message
4225         indicating that Eshell is waiting for the closing delimiter.
4227         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4228         environment variables.
4230         * eshell/em-unix.el (eshell/diff): Added logic to fail more
4231         gracefully if the user enters incorrect arguments.
4233         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4234         Eshell buffers.
4236         * eshell/esh-var.el (eshell-interpolate-variable):
4237         * eshell/esh-mode.el (eshell-move-argument):
4238         * eshell/em-unix.el (eshell-du-sum-directory):
4239         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4240         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
4241         (not (= ...)).
4243         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4244         to ensure the `preserve' flag gets propagated when doing recursive
4245         directory copies.
4247 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
4249         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
4250         Don't convert \n into \0177 in memory.
4251         (eshell-read-history, eshell-write-history): Convert \n to \0177,
4252         and back again, when reading and writing.
4254 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
4256         * eshell/esh-util.el (eshell-processp): Added to relieve constant
4257         testing of `fboundp' on `processp'.
4259         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
4260         (eshell/jobs): Don't call process-list if it is not bound.
4261         (eshell-gather-process-output): Support systems where async
4262         subprocesses aren't supported.
4263         (eshell-scratch-buffer, eshell-last-sync-output-start): New
4264         variables.
4266         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
4267         eshell-do-eval returns t.
4268         (eshell-do-pipelines-synchronously): New defmacro.
4269         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
4270         when async subprocesses aren't supported.
4271         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
4272         if async subprocesses aren't supported.
4273         (eshell-resume-command): Don't assume STATUS is a string.
4275         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
4277         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
4278         (eshell-close-target, eshell-get-target): Use eshell-processp.
4279         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
4280         fix.
4281         (eshell-get-target, eshell-create-handles): Doc fix.
4283 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
4285         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
4286         criterion to include commands that output something, as long as it
4287         leaves both the command and the end-of-buffer visible when the
4288         command has exited.
4289         (eshell-review-quick-commands): Adjust the help doc string
4290         accordingly.
4292 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
4294         * locate.el (locate): Cleaned up locate command's interactive prompting
4295         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
4297         * filecache.el (file-cache-case-fold-search): New variable
4298         (file-cache-assoc-function): New variable
4299         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
4300         Use file-cache-case-fold-search variable
4301         (file-cache-add-file): Use file-cache-assoc-function
4302         (file-cache-delete-file): likewise
4303         (file-cache-directory-name): likewise
4304         (file-cache-debug-read-from-minibuffer): likewise
4306 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
4308         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
4309         (abbrev-table-name): New function.
4310         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
4311         If non-nil list local abbrev, only.
4313 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
4315         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
4316         from Gnus support code, and use special article copy buffer
4317         `(gnus-original-article-buffer)' instead.  This allows to get rid
4318         of article-hide-headers usage (which breaks in the latest Gnus
4319         version).  Thanks to Detlev Zundel.
4321 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
4323         * international/quail.el (quail-use-package): Hide "... loaded"
4324         message.
4325         (quail-start-translation, quail-start-conversion): Likewise.
4327         * international/kkc.el (kkc-region): Hide "... loaded" message.
4329 2000-08-27  Dave Love  <fx@gnu.org>
4331         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4333 2000-08-27  Miles Bader  <miles@gnu.org>
4335         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4337 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
4339         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4340         'ja-dic-cnv), not (require 'skkdic-cnv).
4342 2000-08-26  Miles Bader  <miles@gnu.org>
4344         * faces.el (face-x-resources): Add entry for :inherit.
4345         * cus-face.el (custom-face-attributes): Add support for :inherit
4346         attribute.  Add support for relative face heights.
4347         (custom-face-attributes-get): Treat `nil' as being a default value
4348         for :inherit (as well as `unspecified').
4350         * faces.el (set-face-attribute): Update doc string.
4351         (face-attribute-name-alist): Add :inherit.
4352         (face-valid-attribute-values): Handle :inherit.
4353         (face-read-string): Rephrase prompt to be less confusing.
4354         Assume that DEFAULT is a string, since we must return a string.
4355         (face-read-integer): Use `format' to turn DEFAULT into an
4356         acceptable default for face-read-string.  Match NEW-VALUE against
4357         the string "unspecified", not the symbol `unspecified', since
4358         that's what face-read-string returns.
4359         (read-face-attribute): Lookup a name for old-value in valid, and
4360         use it as a default if we find one.  Treat all values from
4361         face-read-string as strings.  If the default is used, don't do any
4362         more processing on the value, just use the old value directly.
4363         (read-face-and-attribute, modify-face): Tweak prompt.
4364         (read-face-name): Don't assume prompt ends with a space.
4366         * faces.el (describe-face): Add support for :inherit attribute.
4368 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
4370         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
4371         concat doesn't accept interger.
4373         * international/kkc.el: Remove SKK from Keywords.  Require
4374         ja-dic-utl instead of skkdic-utl.
4376         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4377         Provide ja-dic-cnv instead of skkdic-cnv.
4378         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
4379         (iso-2022-7bit-short): Add safe-charsets property.
4380         (skkdic-convert-postfix): Search Japanese chou-on character in
4381         addition to Hiragana character.
4382         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4383         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4384         (batch-skkdic-convert): Likewise.
4386         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4387         Provide ja-dic-utl instead of skkdic-utl.
4388         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4390 2000-08-24  Dave Love  <fx@gnu.org>
4392         * disp-table.el (standard-display-default): Make the test of `l'
4393         useful.
4395         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4396         mod sample text.
4398         * international/iso-ascii.el: Make pilcrow convenient string
4399         consistent with section.
4400         (iso-ascii-display): Set up multibyte characters as well as
4401         unibyte.
4403 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
4405         * international/mule-cmds.el (reset-language-environment): Set
4406         default-process-coding-system to '(undecided . iso-latin-1), which
4407         makes process I/O almost consistent with file I/O.   Call this
4408         function when mule-cmds.el[c] is loaded.
4410 2000-08-22  Andrew Innes  <andrewi@gnu.org>
4412         * makefile.w32-in: New file.
4414 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
4416         * comint.el (comint-output-filter): Compare end of
4417         comint-last-output-overlay with the start of the newly inserted
4418         text, not the end, when deciding whether to extend it.
4419         Set saved-point's insertion type to advance after insertion.
4421         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4422         since this is now done independently of font-lock mode.
4424 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
4426         * server.el (server-kill-new-buffers): New user option.
4427         (server-existing-buffer): New buffer-local variable.
4428         (server-visit-files): When using an existing buffer, set
4429         server-existing-buffer to t.
4430         (server-buffer-done): If server-kill-new-buffers is t, kill the
4431         buffer, unless it was already present before visiting it with
4432         Emacs server.
4434 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
4436         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
4437         even if the display doesn't support colors: some displays will
4438         support bold/underline faces.
4440 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
4442         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
4444         * startup.el (command-line): If user's init file had an error,
4445         add explanatory text to *Messages*.
4447 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
4449         * man.el (Man-getpage-in-background): Decode the process output by
4450         the system locale coding system.
4452 2000-08-20  Dave Love  <fx@gnu.org>
4454         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
4455         Don't test x-popup-menu.
4456         (function) <complete-function>: Complete only fbound symbols.
4457         <validate, value>: New.
4458         (variable) <complete-function>: Complete only bound symbols.
4459         (coding-system): Add :base-only, :complete-function, :validate,
4460         :value, :prompt-match.
4461         (widget-coding-system-prompt-value): Use read-coding-system and
4462         act on :base-only.
4463         (editable-field): Add :help-echo.
4464         (widget-push-button-gui, widget-push-button-cache)
4465         (widget-gui-action, widget-editable-list-gui): COmment out, along
4466         with uses.
4467         (widget-at): Make arg optional.
4468         (widget-echo-help): Adjust for current help-echo calling sequence.
4469         (widget-specify-field, widget-specify-button)
4470         (widget-specify-insert, widget-get-sibling, widget-image-find)
4471         (widget-convert, widget-insert, widget-leave-text)
4472         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
4473         (widget-setup, widget-field-find, widget-before-change)
4474         (widget-after-change, widget-default-complete)
4475         (widget-default-create, widget-default-delete)
4476         (widget-push-button-value-create, editable-field)
4477         (widget-field-prompt-value, widget-field-validate)
4478         (widget-choice-value-create, widget-choice-action)
4479         (widget-choice-validate, widget-checklist-add-item)
4480         (widget-radio-add-item, widget-radio-chosen)
4481         (widget-radio-value-inline, widget-editable-list-value-create)
4482         (widget-editable-list-entry-create)
4483         (widget-documentation-link-add)
4484         (widget-documentation-string-value-create)
4485         (widget-regexp-validate, widget-file-complete)
4486         (widget-sexp-validate, widget-plist-convert-widget)
4487         (widget-plist-convert-widget, widget-alist-convert-widget)
4488         (widget-alist-convert-widget, widget-color-complete): Simplify,
4489         particularly to avoid bindings which aren't optimized out.
4491         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4492         Doc fix.
4493         (down-list, backward-up-list, up-list, kill-sexp)
4494         (backward-kill-sexp, mark-sexp): Make arg optional.
4495         (lisp-complete-symbol): Add optional arg PREDICATE.
4497         * cus-start.el: Add display-buffer-reuse-frames,
4498         file-coding-system-alist.
4500 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
4502         * startup.el (command-line): Clear realized faces after
4503         modifying TTY color mappings.
4505 2000-08-20  Miles Bader  <miles@gnu.org>
4507         * faces.el (face-attr-match-p): Don't return true if ATTRS are
4508         merely a subset of FACE's attributes.
4510 2000-08-19  Miles Bader  <miles@gnu.org>
4512         * comint.el (comint-output-filter): Save the point with a marker,
4513         not just a buffer position.
4515         * international/mule.el (set-buffer-process-coding-system): Make
4516         interactive prompt less confusing.
4518 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
4520         * hilit-chg.el: General cleanup of doc strings, comments and
4521         code formatting.
4523 2000-08-19  Miles Bader  <miles@gnu.org>
4525         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4526         Compiler macro removed; beginning-of-line is no longer always
4527         equivalent to forward-line, in the presence of fields.
4529         * comint.el (comint-output-filter): Remove ad-hoc saving of
4530         restriction, and just use save-restriction, now that it works
4531         correctly.  Don't adjust comint-last-input-start to account for
4532         our insertion; it shouldn't have moved because we don't use
4533         insert-before-markers anymore.  Comment out call to
4534         `force-mode-line-update'; why is it here?
4536         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
4537         while checking for prompt to delete.  Use `forward-line 0'
4538         instead of beginning-of-line.
4539         (gud-filter): Temporarily widen gud comint buffer while
4540         examining output.
4542 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
4544         * progmodes/sh-script.el: Big bag of typos.
4546         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4547         check since ispell-process is not bound when ispell is not yet loaded.
4549 2000-08-18  Dave Love  <fx@gnu.org>
4551         * image.el (find-image): Copy `spec' before using plist-put.
4553 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
4555         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4556         `portugues'.
4558         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
4559         backward-kill-sexp, analogous to kill-sexp.
4561         * progmodes/icon.el (icon-indent-line)
4562         (icon-is-continuation-line): Handle comments specially.
4564 2000-08-17  Ken Stevens <k.stevens@ieee.org>
4566         * ispell.el: Set to standard author/maintainer/keyword fields.
4567         Fine tuning to menu map appearance and operation, and added help.
4568         Remove `start' and `end' error messages when compiling.
4569         (ispell-choices-win-default-height): Fixed comment string.
4570         (ispell-dictionary-alist-1): Fixed regexp in castellano and
4571         castellano8 dictionaries.
4572         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
4573         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
4574         dictionary, added italiano dictionary.
4575         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
4576         word character
4577         (ispell-tex-skip-alists): Added psfig support.
4578         (ispell-skip-html): Renamed from ispell-skip-sgml.
4579         (ispell-begin-skip-region-regexp, ispell-skip-region)
4580         (ispell-minor-check): Improved html skipping support to skip across
4581         code, and recognize `&' commands without propper `;' syntax;
4582         (ispell-process-line): Fix alignment error when manually
4583         correcting spelling.
4584         (ispell): Fix comment string.
4585         (ispell-add-per-file-word-list): Always put word list on new line.
4587 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
4589         * format.el (format-encode-run-method): Fix error message to say
4590         `encode' instead of `decode'.  Use save-window-excursion around
4591         shell-command-on-region as in format-decode-run-method because
4592         shell-command-on-region can display a buffer with error output.
4593         (format-decode): Don't record undo information for the decoding.
4594         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
4595         that number part of the temporary buffer name so that more than
4596         one decoding using a temporary buffer can happen safely.
4598         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
4599         of `A-z' in the regexp.
4601         * hilit-chg.el: Fix typos in commentary.
4603         * help.el (view-emacs-news): Rewritten for new naming scheme
4604         for old NEWS files.
4606         * startup.el (command-line): Pop to *Messages* in case an error
4607         is signaled while loading user-init-file.
4609 2000-08-17  Andreas Schwab  <schwab@suse.de>
4611         * files.el (insert-directory): Don't lose original file name,
4612         undoing an undocumented change.
4614 2000-08-17  Alex Schroeder  <alex@gnu.org>
4616         * sql.el (sql-magic-go): Use comint-bol.
4617         (sql-copy-column): Use comint-line-beginning-position.
4618         (comint-line-beginning-position): Define a replacement for
4619         comint-line-beginning-position if it is not fboundp.
4621 2000-08-17  Alex Schroeder  <alex@gnu.org>
4623         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
4624         it didn't have any effect anyway.
4626 2000-08-17  Alex Schroeder  <alex@gnu.org>
4628         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
4629         --pset and pager=off instead of sending \\o|cat at the beginning
4630         of the session.
4632 2000-08-17  Miles Bader  <miles@gnu.org>
4634         * progmodes/octave-inf.el: Add compatibility definition of
4635         comint-line-beginning-position.
4637 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
4639         * startup.el (normal-top-level): Look in each dir in load-path for
4640         a leim-list.el file too.  This assures of loading leim-list.el
4641         that is created at Emacs installation time even if a user have his
4642         own leim-list.el.
4644 2000-08-17  Miles Bader  <miles@gnu.org>
4646         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
4647         foreground color to black if the background is dark.
4649 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
4651         * loadhist.el (unload-feature): Typo.
4653         * finder.el (finder-compile-keywords):
4654         * cus-dep.el (custom-make-dependencies): Add local-variable settings
4655         to the generated file.
4657         * mail/mh-e.el (mh-make-local-vars):
4658         Replace make-variable-buffer-local with make-local-variable.
4660         * play/landmark.el:
4661         * options.el (Edit-options-{set,toggle,t,nil}):
4662         * mail/mailabbrev.el (mail-abbrevs-mode):
4663         * textmodes/tex-mode.el (tex-expand-files):
4664         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
4666         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
4668         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
4669         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
4670         Allow going past the last element.
4671         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
4672         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
4673         (cvs-mouse-toggle-mark): Don't move point.
4674         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
4676         * progmodes/compile.el (grep): Provide a default set of files.
4677         (next-error): Docstring fix.
4678         (compilation-find-file): Avoid find-file (fails in a dedicated window).
4680         * emacs-lisp/easy-mmode.el (define-minor-mode):
4681         Use `symbol-value' to keep the byte-compiler quiet.
4683         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
4684         (diff-find-source-location): New fun, extracted from diff-goto-source.
4685         (diff-goto-source): Use it.
4686         (diff-next-complex-hunk, diff-filter-lines): New function.
4687         (diff-apply-hunk): New command.
4689         * smerge-mode.el (smerge-mode-menu): Doc fix.
4691         * msb.el (msb-mode): Define it in terms of define-minor-mode.
4693 2000-08-16  Dave Love  <fx@gnu.org>
4695         * windmove.el (windmove) <defgroup>: Add :version.
4697         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
4698         (goto-address-fontify-p, goto-address-highlight-p)
4699         (goto-address-url-face, goto-address-url-mouse-face)
4700         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
4701         (goto-address-url-regexp): Use thing-at-point-url-regexp.
4702         (goto-address-fontify, goto-address-at-mouse): Simplify,
4703         (goto-address-at-point): browse-url-url-at-point,
4704         goto-address-find-address-at-point can return nil.
4705         (goto-address-find-address-at-point): Return nil on failure.
4707         * align.el (align) <defgroup>: Add :version.
4709         * calculator.el (calculator): Add :version.
4710         (calculator): Use two lines for calculator window if `modeline'
4711         face is boxed.
4713         * play/5x5.el: Doc fixes.
4714         (5x5) <defgroup>: Add :version.
4716         * play/fortune.el (fortune) <defgroup>: Add :version.
4717         (fortune-append): Fix error message.
4718         (fortune-from-region): Doc fix.
4720         * play/pong.el (pong): Doc fix.
4722         * play/morse.el: Keywords, commentary, autoloads.
4724 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
4726         * desktop.el (desktop-save): Don't look at symbol-value of a
4727         member of minor-mode-alist, unless it is boundp.
4729 2000-08-16  Sam Steingold  <sds@gnu.org>
4731         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
4732         `while'; use `with-current-buffer' instead of `save-excursion'.
4733         Removed unnecessary kludges now that "*Buffer List*" is excluded.
4735 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
4737         * international/ccl.el (declare-ccl-program): Docstring modified.
4738         (ccl-execute-with-args): Likewise.
4740 2000-08-16  Miles Bader  <miles@gnu.org>
4742         * progmodes/sql.el: Add compatibility definition of
4743         comint-line-beginning-position.
4745 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
4747         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4748         'buffer-menu' property.
4749         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
4750         fails.
4751         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
4752         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
4753         wasn't killed.
4755         * buff-menu.el (list-buffers-noselect): Don't display the
4756         *Buffer List* buffer.
4758         * font-lock.el: Require jit-lock to prevent a very late
4759         `Loading jit-lock' message.
4761         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
4762         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
4763         mail address.
4765 2000-08-15  Miles Bader  <miles@gnu.org>
4767         * textmodes/ispell.el (ispell-graphic-p): New constant.
4768         (ispell-choices-win-default-height, ispell-help): Use
4769         `ispell-graphic-p' instead of `xemacsp'.
4771 2000-08-15  Dave Love  <fx@gnu.org>
4773         * simple.el: Autoload widget-convert when compiling.
4774         (mail-user-agent): Doc fix.
4776         * help.el (function-called-at-point, variable-at-point): Use
4777         with-syntax-table.
4778         (help-manyarg-func-alist): Add insert-and-inherit.
4780         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4782         * delsel.el (delsel-unload-hook): New function.
4784         * find-file.el: Doc fixes.  Move provide to end.
4785         (ff) <defgroup>: Add :link.
4786         (ff-goto-click): Deleted.
4787         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4788         Use mouse-set-point.
4790         * textmodes/tildify.el: Doc fixes.
4791         (tildify) <defgroup>: Add:version.
4793         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4794         (glasses-custom-set): Use set-default, not set.
4795         (minor-mode-alist): Propertize the lighter.
4796         (glasses-mode): Provide optional arg.
4798         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
4799         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
4800         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
4801         option.  Provide :type.
4802         (cwarn-configuration): Provide :type.
4803         (cwarn-mode): Doc fix.
4805         * add-log.el (change-log-merge): Doc fix.
4806         (change-log-redate): New command.
4808         * net/browse-url.el (browse-url-filename-alist): Add a clause for
4809         Doze and Dog.
4810         (browse-url): Use dolist, not mapcar.
4811         (browse-url-at-point): Check for null url.
4812         (browse-url-event-buffer, browse-url-event-point): Functions
4813         deleted.
4814         (browse-url-at-mouse, browse-url-netscape): Simplify.
4816         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
4817         modes.
4818         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
4819         Fix previous change to mapcan.
4820         (msb--init-file-alist, msb--add-separators)
4821         (msb--make-keymap-menu): Simplify.
4822         (msb--choose-file-menu): Use copy-sequence.
4823         (msb-mode-map): Add title to keymap.
4824         (msb-unload-hook): New function.
4826         * bs.el: Fix indentation.
4827         (bs) <defgroup>: Add :links.
4828         (bs-show): Doc fix.
4829         (bs-apply-sort-faces): Don't use window-system.
4830         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
4832 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
4834         * calendar/timeclock.el (timeclock-file): Run .timelog through
4835         convert-standard-filename.
4837 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
4839         * emacs-lisp/authors.el: New file.
4841         * paren.el (show-paren-priority): New user option.
4842         (show-paren-function): Set overlay priorities to
4843         show-paren-priority.
4845 2000-08-14  Miles Bader  <miles@gnu.org>
4847         * comint.el (comint-bol): Use `forward-line 0' instead of calling
4848         beginning-of-line with inhibit-field-text-motion bound.
4850 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
4852         * calendar/timeclock.el: New file.
4854 2000-08-14  David Ponce  <david@dponce.com>
4856         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
4857         `widget-button-click'. so that one can use left mouse button to
4858         click on dialog buttons.
4860 2000-08-14  Emmanuel Briot  <briot@gnat.com>
4862         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
4863         identifiers, since XML is case sensitive
4865 2000-08-12  Miles Bader  <miles@gnu.org>
4867         * comint.el (comint-output-filter): Don't bother frobbing
4868         window-start, it doesn't seem to be necessary.
4870         * comint.el (comint-send-string, comint-send-region): Make into
4871         real functions.  Snapshot the prompt before sending.
4873 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
4875         * info.el (Info-find-emacs-command-nodes): Rewrite to use
4876         technique similar to Info-index, instead of relying on specific
4877         names of relevant Index nodes.
4878         (Info-goto-emacs-command-node): Bind Info-history to nil when
4879         going to the first node found by Info-find-emacs-command-nodes.
4881 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
4883         * menu-bar.el (menu-bar-help-menu): Add a :help string.
4885 2000-08-10  Miles Bader  <miles@gnu.org>
4887         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
4889 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
4891         * info.el (Info-file-list-for-emacs): More elements for the
4892         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
4893         and woman manuals.
4895 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
4897         * comint.el (comint-send-input): Make the newline boundary overlay
4898         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
4899         (comint-output-filter): Use `insert' instead of
4900         `insert-before-markers'.  Extend comint-last-output-overlay when
4901         necessary since we can't rely on insert-before-markers to do it.
4902         * gud.el (gud-filter): Use `with-current-buffer' instead of
4903         save-excursion when inserting the output, so that point gets
4904         updated correctly; the old method relied on a rather dodgy
4905         side-effect of comint-output-filter to avoid the effect of
4906         save-excursion.
4908 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
4910         * files.el (recover-file): Call insert-directory instead of
4911         invoking `ls' directly.
4913 2000-08-10  Miles Bader  <miles@gnu.org>
4915         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
4916         (comint-last-prompt-overlay): New variables.
4917         (comint-output-filter): Implement prompt highlighting.
4918         (comint-snapshot-last-prompt): New function.
4919         (comint-send-input): Snapshot the last prompt.
4920         Use comint-highlight-input-face.
4921         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
4922         Use defface instead of defcustom.
4923         (send-invisible, comint-send-eof): Snapshot the last prompt.
4924         (comint-delchar-or-maybe-eof): Use comint-send-eof.
4925         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
4927 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
4929         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
4930         (regexp-opt-group): Use a list of chars for `letters'.
4931         (regexp-opt-charset): `chars' is now a list of chars.
4932         Use a char-table rather than a vector so it works for multibyte chars.
4934         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
4935         Set cvs-minor-current-files to the selected fileinfo.
4936         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
4937         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
4939 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
4941         * files.el (insert-directory): Don't call access-file on
4942         directories on DOS and Windows.
4944 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
4946         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
4947         longer if necessary.
4948         (ccl-embed-code): Call ccl-embed-data to store CODE in
4949         ccl-program-vector.
4951 2000-08-09  Miles Bader  <miles@gnu.org>
4953         * comint.el (comint-output-filter): Properly handle the case where
4954         the text surrounded by comint-last-output-overlay was deleted.
4956 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
4958         * info.el (Info-insert-dir): Use Info-additional-directory-list if
4959         non-nil.
4960         (Info-file-list-for-emacs): Remove "info" from the list because
4961         that leads to trying to use the documentation from file `info'
4962         in various situations where it isn't appropriate, for instance
4963         C-h C-k C-h i.
4965         * ffap.el (ffap-read-file-or-url-internal): Handle case that
4966         DIR and/or STRING are nil.
4968         * progmodes/compile.el (compilation-setup): Make variable
4969         compilation-error-screen-columns buffer-local, as some comment
4970         in the code suggests it should be.
4972         * files.el (auto-mode-interpreter-regexp): New variable.
4973         (set-auto-mode): Use it.
4975         * indent.el (indent-for-tab-command): Doc fix.
4977         * mouse-sel.el (mouse-sel-mode): Doc fix.
4979         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
4980         labels.
4982         * help.el (print-help-return-message): When
4983         display-buffer-reuse-frames is set, let the help window been quit,
4984         instead of deleting it, which might delete a reused frame.
4986 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
4988         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
4989         rename a directory to a name that differs only by its letter case.
4991 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
4993         * international/quail.el (quail-define-rules): Handle Quail decode
4994         map correctly.  Add code for supporting annotations.
4995         (quail-install-decode-map): New function.
4996         (quail-defrule-internal): New optional arguments decode-map and
4997         props.
4998         (quail-advice): New function.
5000 2000-08-07  Sam Steingold  <sds@gnu.org>
5002         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5003         `defconst', `define-condition', `with-slots'.
5004         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5006 2000-08-03  Miles Bader  <miles@gnu.org>
5008         * comint.el (comint-use-prompt-regexp-instead-of-fields):
5009         New variable.
5010         (comint-prompt-regexp, comint-get-old-input): Document dependence on
5011         comint-use-prompt-regexp-instead-of-fields.
5012         (comint-send-input): Add `input' field property to stuff we send to
5013         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5014         (comint-output-filter): Add `output' field property to process
5015         output, if comint-use-prompt-regexp-instead-of-fields is nil.
5016         (comint-replace-by-expanded-history)
5017         (comint-get-old-input-default, comint-show-output)
5018         (comint-backward-matching-input, comint-forward-matching-input)
5019         (comint-next-prompt, comint-previous-prompt):  Use field
5020         properties if comint-use-prompt-regexp-instead-of-fields is nil.
5021         (comint-line-beginning-position): New function.
5022         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
5023         (comint-replace-by-expanded-history-before-point): Use
5024         comint-line-beginning-position and line-end-position.
5025         (comint-last-output-overlay): New variable.
5026         (comint-mode): Make `comint-last-output-overlay' buffer-local.
5028         * shell.el (shell-prompt-pattern): Doc change.
5029         (shell-backward-command): Use line-beginning-position.
5031         * gud.el (gud-gdb-complete-command): Use
5032         comint-line-beginning-position.
5034         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5035         comint-bol doesn't actually go to the beginning of the line.
5037         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5038         if comint-use-prompt-regexp-instead-of-fields is non-nil.
5039         (try-expand-line-all-buffers): Likewise.
5041         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5042         explicitly matching comint-prompt-regexp.
5043         (sql-copy-column): Use comint-line-beginning-position instead of
5044         explicitly matching comint-prompt-regexp.
5046         * progmodes/octave-inf.el (inferior-octave-complete): Use
5047         comint-line-beginning-position.
5049         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5051         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5052         looking for a prompt, use `forward-line 0' instead of
5053         `beginning-of-line', to avoid getting caught by an input field.
5055 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
5057         * files.el (shell-quote-wildcard-pattern): Make sure to return
5058         PATTERN, in the Unix case.
5060 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
5062         * play/zone.el (zone): Discard any pending input before running
5063         the randomly-chosen pgm.
5065 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
5067         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5068         checking the existence of any multibyte characters.
5070 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
5072         * help.el (describe-mode): Test minor-mode symbol for being
5073         bound before testing its value for being nil.
5075         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5076         `first', `second', and `third'.
5078         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5079         (second): Make it an alias for `cadr'.
5081 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
5083         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5084         types of display support faces now.
5086 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
5088         * pcvs.el (require): Require `cl' during compilation, only.
5090         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5091         (toplevel): Remove `remq' and `remove' from autoloads.
5092         (cl-fake-autoloads): New variable.  If set, arrange for an error
5093         when CL functions etc. are autoloaded.
5095 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
5097         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5099         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5100         popped up, but the user clicks outside the menu, return an empty
5101         regexp (that causes unhighlight-regexp to have no effect).
5103         * menu-bar.el (menu-bar-games-menu): Add Zone.
5105         * hi-lock.el (toplevel): Require font-lock.
5107 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5109         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
5110         (ebnf-8-bit-chars): New var for bug fix.
5111         (ebnf-string): Bug fix.
5113 2000-08-03  Sam Steingold  <sds@gnu.org>
5115         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
5116         instead of `buffer-string'.
5117         (require 'cl): Always, not just when compiling.
5118         `ignore-errors' in `interactive', `list*', `defun*' &c make this
5119         necessary.
5121 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
5123         * international/mule-cmds.el (select-safe-coding-system): Make
5124         the message text about selecting a safe coding system more clear.
5126 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
5128         * hi-lock.el: New file.
5130         * play/zone.el: New file.
5132         * replace.el (occur): Set tab-width in the *Occur* buffer to the
5133         value of tab-width in the original buffer.  Choose a line number
5134         format that's a multiple of the original buffer's tab width, so
5135         that lines appear right.
5137         * textmodes/ispell.el (ispell): New function, replacing an alias.
5138         Spell-check active region if in transient-mark-mode and mark
5139         is active; otherwise spell-check buffer.
5141 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5143         * ps-mule.el: Fix a customization problem on
5144         ps-mule-font-info-database-default.
5146 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
5148         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
5149         display-mouse-p instead of window-system.
5150         (ebrowse-member-mode-map): Ditto.
5152 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5154         * progmodes/ebnf2ps.el: Update ps-print functions call.
5155         Indentation fix.  Doc fix.
5156         (ebnf-version): New version number (3.2).
5157         (ebnf-format-color, ebnf-begin-job): Code fix.
5159 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
5161         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5162         font lock support on window-system.
5163         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5165         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5166         display-color-p, if fboundp, instead of window-system.
5168 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
5170         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5171         instead of window-system.
5173         * wid-edit.el (widget-choose): Use display-mouse-p instead of
5174         window-system.
5175         (widget-choice-mouse-down-action): Use display-popup-menus-p
5176         instead of window-system.
5178         * strokes.el (strokes-file): Run the file name through
5179         convert-standard-filename.
5180         (strokes-mode): Call display-mouse-p instead of looking at
5181         window-system.  Change the error message accordingly.
5183         * progmodes/cpp.el (toplevel): Support faces on tty's.
5185         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5186         (lm-plot-square, lm-init-display): Don't use window-system.
5188         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5189         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5191         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5192         instead of looking at window-system.
5194 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
5196         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5197         of testing if iswitchb-prepost-hooks is bound, because the
5198         latter will always be true when invoking a recursive minibuffer
5199         from an active Iswitchb buffer.
5201 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
5203         * files.el (shell-quote-wildcard-pattern): New function.
5204         (insert-directory): Call it.  Only prepend "\" to command on Unix
5205         and GNU/Linux systems.
5207 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
5209         * eshell/esh-groups.el: Change custom :link file names
5210         from `eshell.info' to `eshell'.
5212 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
5214         * dired.el (dired-build-subdir-alist): Expand subdirectory names
5215         correctly in recursive ange-ftp listings.
5217 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5219         * ps-print.el: Fix bug 1: if ps-font-size-internal,
5220         ps-header-font-size-internal and
5221         ps-header-title-font-size-internal variables are not set,
5222         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
5223         face text property is (foreground-color . COLOR) or
5224         `(background-color . COLOR)', ps-print crashes.  Doc fix.
5225         (ps-print-version): New version number (5.2.4).
5226         (ps-plot-region): Code fix.
5227         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5228         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5229         Bug fix 2.
5231 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
5233         * glasses.el (glasses-make-readable): Fix uncapitalization of
5234         identifiers like `myXMLDocument'.
5236 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
5238         * mail/mail-hist.el (mail-hist-previous-input)
5239         (mail-hist-next-input): Do the obvious code factorization.
5240         (mail-hist-retrieve-and-insert): New func, contains common
5241         code of above two.
5242         If inserting a message body, leave point at top.
5244 2000-07-28  Sam Steingold  <sds@gnu.org>
5246         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
5247         Use `<=', not `<' to compare times!
5248         (ange-ftp-ls): Remove.
5250 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
5252         * play/cookie1.el: Add explanation of how to make cookie.el
5253         compatible with strfile(1) to comment.
5255         * subr.el (remove, remq): New functions.
5257         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
5258         escape `*' in regexps.
5259         (midnight-find): Reverse order of arguments in the funcall of
5260         TEST.
5262         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
5263         and `.class'.
5265         * play/meese.el: Add Commentary section.
5267 2000-07-27  Alex Schroeder  <alex@gnu.org>
5269         * sql.el (sql-ms): Added autoload cookie.
5270         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
5271         (sql-oracle): Ditto.
5272         (sql-help): Doc change.
5274         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
5275         types and exceptions.
5277 2000-07-27  Alex Schroeder  <alex@gnu.org>
5279         * sql.el (sql-placeholder-history): New variable.
5280         (sql-query-placeholders-and-send): New function that will query
5281         the user and replace placeholders with user input.
5282         (sql-oracle): If running on NT, set comint-input-sender to
5283         sql-query-placeholders-and-send.
5285         (sql-stop): If in the SQLi buffer, insert stop notification, else
5286         present it as a message.
5288 2000-07-27  Alex Schroeder  <alex@gnu.org>
5290         * sql.el (sql-input-ring-separator): Doc change.
5291         (sql-input-ring-file-name): Doc change.
5292         (sql-interactive-mode): Use `sql-input-ring-separator' and
5293         `sql-input-ring-file-name' to set the comint-mode equivalents
5294         without making them local variables.
5295         (sql-stop): Don't bind `sql-input-ring-separator' and
5296         `sql-input-ring-file-name' dynamically to their comint-mode
5297         equivalents.
5299 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
5301         * international/mule.el (register-char-codings): New function.
5302         (make-coding-system): Handle `safe-chars' specification in the arg
5303         PROPERTY.
5305         * international/mule-cmds.el
5306         (find-coding-systems-region-subset-p): This function deleted.
5307         (sort-coding-systems-predicate): New variable.
5308         (sort-coding-systems): New function.
5309         (find-coding-systems-region): Use
5310         find-coding-systems-region-internal.
5311         (find-coding-systems-string): Use find-coding-systems-region.
5312         (find-coding-systems-for-charsets): Check
5313         char-coding-system-table.
5314         (select-safe-coding-system-accept-default-p): New variable.
5315         (select-safe-coding-system): Mostly rewritten.  New argument
5316         ACCEPT-DEFAULT-P.
5317         (select-message-coding-system): Call select-safe-coding-system
5318         with ACCEPT-DEFAULT-P arg.
5319         (reset-language-environment): Reset default-sendmail-coding-system
5320         to the default value iso-latin-1.
5321         (set-language-environment): Don't set the obsolete variable
5322         charset-origin-alist.
5324         * international/codepage.el (cp-coding-system-for-codepage-1):
5325         Give `safe-chars' property to make-coding-system.
5327         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5328         calling select-message-coding-system twice.
5330         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5331         instead of `safe-charsets'.
5332         (cyrillic-alternativnyj): Likewise.
5333         (ccl-encode-alternativnyj): Don't check the charset
5334         cyrillic-iso8859-5.
5336 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
5338         * composite.el (compose-chars-after): Preserve match data.
5340 2000-07-26  Sam Steingold  <sds@gnu.org>
5342         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5343         (ange-ftp-real-file-newer-than-file-p): New function.
5344         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5345         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5347         * tooltip.el (tooltip-float-time): Removed (use `float-time').
5348         * midnight.el (midnight-float-time): Ditto.
5350 2000-07-26  Andreas Schwab  <schwab@suse.de>
5352         * files.el (normal-backup-enable-predicate): Correct
5353         interpretation of the return value of compare-strings.
5355 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
5357         * isearch.el (isearch-resume): New function.
5358         (isearch-done): Add something to command-history to resume
5359         the search.
5360         (isearch-yank-line, isearch-yank-word): Use
5361         buffer-substring-no-properties instead of buffer-substring.
5363         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5364         of flyspell-mouse-map.
5366         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5367         duplicate definition.
5368         (makefile-mode): Remove duplicate setting of local-abbrev-table.
5370         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5371         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5373 2000-07-25  Sam Steingold  <sds@gnu.org>
5375         * net/ange-ftp.el: Get modtime over the net.
5376         (ange-ftp-file-modtime): New function.
5377         (ange-ftp-write-region, ange-ftp-insert-file-contents)
5378         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
5379         Use it.
5380         (ange-ftp-dot-to-slash): New function.
5381         (ange-ftp-fix-name-for-vms): Use it.
5383         * midnight.el (midnight-buffer-display-time): Use
5384         `with-current-buffer'.
5386 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
5388         * find-dired.el: Update copyright notice.
5389         (find-dired): Offer to kill a running `find'.
5391         * enriched.el (enriched-face-ans): For a `foreground-color'
5392         property, return '(("x-color" COLOR))' so that COLOR will be
5393         output as a parameter of the x-color annotation.  Likewise for the
5394         `background-color' property.  In the case of normal face
5395         properties, don't return annotations for unspecified foreground
5396         and background face attributes.
5398 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
5400         * language/japan-util.el (japanese-katakana-region): Fix handling
5401         HANKAKU argument.
5403 2000-07-25  Miles Bader  <miles@gnu.org>
5405         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5406         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
5407         constrain-to-field.
5409 2000-07-24  Andrew Innes  <andrewi@gnu.org>
5411         * timer.el (timer-activate-when-idle): Add optional parameter
5412         DONT-WAIT.  Update docstring.
5413         (run-with-idle-timer): Specify extra parameter to
5414         timer-activate-when-idle, so that timer will be activated
5415         immediately if Emacs is already idle.
5417         * w32-fns.el (w32-using-nt): Fix docstring.
5419 2000-07-24  Dave Love  <fx@gnu.org>
5421         * mouse.el (popup-menu): Set last-command-event.
5422         (mouse-major-mode-menu-prefix): Declare.
5424 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
5426         * textmodes/flyspell.el: Update to author's version 1.5d.
5428         * progmodes/hideshow.el: Update copyright notice.
5430         * vcursor.el: Set maintainer to FSF, since author cannot
5431         be reached.
5433 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
5435         * info.el (Info-goto-emacs-key-command-node): Leave a space after
5436         the prompt.
5438         * mouse.el (popup-menu): Run the keymap through indirect-function,
5439         in case it was defined with define-prefix-key.  If the menu is a
5440         list of keymaps, look up the binding of user's choice in each one
5441         of the keymaps.
5442         (mouse-popup-menubar): If the global and local menu-bar keymaps
5443         don't have a prompt string, create one and insert it into the
5444         keymap.  Don't barf if current-local-map returns nil.
5446 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
5448         * dired.el (dired-sort-R-check): Added to allow recursive listing
5449         to be undone.
5450         (dired-sort-other): Use it.
5452 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5454         * Release of cc-mode 5.27
5456 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5458         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
5459         c-beginning-of-statement-1 that caused a bad case of recursion
5460         which could consume a lot of CPU in large classes in languages
5461         that have in-expression classes (i.e. Java and Pike).
5463         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
5464         statements before top level constructs (i.e. case 6 is moved
5465         before case 5 and is now case 4) to catch in-expression
5466         classes in top level expressions correctly.
5468 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5470         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
5471         objc-method-intro. Case 4 removed and case 5I added.
5473         * cc-langs.el (c-append-paragraph-start): New variable used by
5474         c-common-init to get paragraph-start correct.
5475         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
5476         initialize paragraph-start to make it correct both with and
5477         without the javadoc special case.
5479         * cc-mode.el (java-mode): Use c-append-paragraph-start to
5480         initialize paragraph-start for javadoc markup.
5482         * cc-vars.el (c-style-variables-are-local-p): Incompatible
5483         change by defaulting this to t.  It's motivated by the
5484         confusing behavior that otherwise arise from the style system
5485         when editing both java and non-java files at the same time
5486         (see the comments about style setting in c-common-init).
5488 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5490         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
5491         similar to the one in c-fill-paragraph to check the fill
5492         prefix from the adaptive fill function for sanity.
5494 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5496         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
5497         defun block.
5499 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5501         * cc-mode.texi Documented the change of cpp-macro.
5503 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5505         * cc-align.el (c-lineup-multi-inher): Handle lines with
5506         leading comma nicely. Extended to handle member initializers
5507         too.
5509         * cc-engine.el: (c-beginning-of-inheritance-list,
5510         c-guess-basic-syntax): Fixed recognition of inheritance lists
5511         when the lines begins with a comma.
5513         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
5515         * cc-vars.el (c-offsets-alist): Changed default for
5516         member-init-cont to c-lineup-multi-inher since it now handles
5517         member initializers and indents better for leading commas.
5519 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5521         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
5522         handling that caused class open lines to be recognized as
5523         statement-conts in some cases.
5525         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
5526         guessed by the adaptive fill function unless point is on the
5527         first line of a block comment.
5529         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
5530         when the buffer ends with a macro continuation char.
5532         * cc-engine.el (c-guess-basic-syntax): Added support for
5533         function definitions as statements in Pike.  The first
5534         statement in a lambda block is now labeled defun-block-intro
5535         instead of statement-block-intro.
5537         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
5538         so that the class surrounding point is selected, not the one
5539         innermost in the state.
5541         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
5542         recognition of switch labels having hanging multiline
5543         statements.
5545         * cc-engine.el (c-beginning-of-member-init-list): Broke out
5546         some code in c-guess-basic-syntax to a separate function.
5547         * cc-engine.el (c-just-after-func-arglist-p): Fixed
5548         recognition of member inits with multiple line arglists.
5549         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
5550         member-init-cont when the commas are in funny places.
5552 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5554         * cc-defs.el (c-auto-newline): Removed this macro since it's
5555         not used anymore.
5557         * cc-engine.el (c-looking-at-bos): New helper function.
5558         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
5559         inexpr and toplevel classes apart in Pike.
5561         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
5562         of case 9A.
5564         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
5565         constant, since "class" can introduce an in-expression class
5566         in Pike nowadays.
5568 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5570         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
5571         indentation on cpp-macro lines.
5573         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
5574         a syntax modifier like comment-intro, to make it possible to
5575         get syntactic indentation for preprocessor directives.  It's
5576         incompatible wrt to lineup functions on cpp-macro, but it has
5577         no observable effect in the 99.9% common case where cpp-macro
5578         is set to -1000.
5580 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5582         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
5583         member-init-cont when the preceding arglist is several lines.
5585 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5587         * cc-styles.el (c-style-alist): The basic offset for the BSD
5588         style corrected to 8.
5590 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5592         * cc-styles.el (c-style-alist): Adjusted the indentation of
5593         brace list openers in the gnu style.
5595 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5597         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
5599         * cc-cmds.el (c-electric-brace, c-electric-slash,
5600         c-electric-star, c-electric-semi&comma, c-electric-colon,
5601         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
5602         when c-syntactic-indentation is nil.
5604         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
5605         we were left at comments preceding the first statement when
5606         reaching the beginning of the buffer.
5608         * cc-vars.el (c-syntactic-indentation): New variable to turn
5609         off all syntactic indentation.
5611 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5613         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
5614         between the text and the block comment ender when it hangs,
5615         depending on how many there are before the fill.
5617 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5619         * cc-engine.el (c-beginning-of-closest-statement): New helper
5620         function to go back to the closest preceding statement start,
5621         which could be inside a conditional statement.
5622         * cc-engine.el (c-guess-basic-syntax): Use
5623         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
5625         * cc-engine.el (c-guess-basic-syntax): Better handling of
5626         arglist-intro, arglist-cont-nonempty and arglist-close when
5627         the arglist is nested inside parens.  Cases 7A, 7C and 7F
5628         changed.
5630         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
5631         up-to-date with javadoc 1.2.
5633 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5635         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
5636         multiline Pike type decls.
5638 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5640         * cc-cmds.el (c-indent-new-comment-line): Always break
5641         multiline comments in multiline mode, regardless of
5642         comment-multi-line.
5644 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5646         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
5647         fully::qualified::names in C++ member init lists.  Preamble in
5648         case 5D changed.
5650 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5652         * cc-langs.el (c-common-init): Handling of obsolete variables
5653         moved to c-initialize-cc-mode.  More compatible style override
5654         when using global style variables.
5655         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
5656         variables moved here.
5658         * cc-mode.texi: Documented the special behavior of
5659         c-special-indent-hook as a style variable.  Don't talk about
5660         doing (c-make-styles-buffer-local t) in a mode hook, since
5661         that's already too late to work right.
5663         * cc-styles.el (c-make-styles-buffer-local): Flag style
5664         variable localness in c-style-variables-are-local-p to make
5665         the compatibility measure in c-common-init work well.
5667         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
5668         longer contain set-from-style.
5669         * cc-styles.el (c-initialize-builtin-style): Don't check for
5670         set-from-style on c-special-indent-hook.
5671         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
5672         copy-alist is sufficient now.
5674         * cc-styles.el (c-set-style, c-set-style-1,
5675         c-get-style-variables): Fixes to variable initialization so
5676         that duplicate entries in styles have the same effect
5677         regardless of DONT-OVERRIDE.
5679         * cc-styles.el (c-set-style-2): Fixed bug where the
5680         initialization of inheriting styles failed when the
5681         dont-override flag is set.
5683         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
5684         on this.
5686 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5688         * cc-defs.el (c-forward-comment): Removed the workaround
5689         introduced in 5.38 since it had worse side-effects.  If a line
5690         contains the string "//\"", it regarded the // as a comment
5691         start since the \ temporarily doesn't have escape syntax.
5693 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
5695         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
5696         ada-xref.el before ada-prj.el, so that the Project menu is created
5697         when ada-prj tries to add to it.
5698         (ada-activate-keys-for-case): Suppress the characters that are not
5699         part of the Ada syntax. Better compatibility with else-mode
5700         (ada-adjust-case-interactive): When auto-casing is not active,
5701         correctly insert newlines (used to insert only ^M).  Prevent the
5702         syntax table from being changed in case of an error
5703         (or '_' becomes part of a word and some commands are confused).
5704         Do nothing if ada-auto-case is nil.
5705         (ada-after-keyword-p): Ignore keywords that are also attributes
5706         (ada-batch-reformat): Update usage comment
5707         (ada-call-from-contextual-menu): New function
5708         (ada-case-read-exceptions): Reinitialize the casing exception list
5709         first to nil first, so that the casing exception file can be
5710         shared.
5711         (ada-check-defun-name): Handles "configure" keyword for gnatdist
5712         files.
5713         (ada-compile-goto-error): Fix regexp used to detect a file:line
5714         anywhere in the error message
5715         (ada-contextual-menu-last-point): New variable
5716         (ada-create-keymap): If the variable delete-key-deletes-forward is
5717         t on XEmacs, it means that DEL should delete one character
5718         forward.
5719         (ada-create-menu): Use :included instead of :visible for XEmacs.
5720         New submenu "Options".
5721         (ada-end-stmt-re): Correctly indent "select ... then abort"
5722         statements.
5723         (ada-fill-comment-paragraph): Correctly delete all leading '--'
5724         even if they don't match ada-fill-comment-prefix Fix handling of
5725         paragraphs on the first or last line of a file.
5726         (ada-format-paramlist): Fix handling of default parameter values.
5727         (ada-get-body-name): New function.
5728         (ada-get-current-indent): Optimized by searchling directly for an
5729         existing generic part or a statement outside of it.  Handle
5730         ada-indent-align-comments when indenting comments Replaced some
5731         regexps by testing directly the next character. This results in a
5732         huge speedup on some files.  New indentation scheme for renames
5733         statements.  Stop looking for the 'while' or 'for' associated with
5734         a 'loop' at the first semicolon encountered.  A "return" can also
5735         match an anonymous access subprogram declaration.
5736         (ada-get-indent-noindent): Ignore strings and comments when
5737         looking for the keywords "record" and "private".
5738         (ada-goto-matching-decl-start): When matching "if", make sure we
5739         are not in fact seeing "end if".  Ignore "when" statements except
5740         when initial keyword was "begin".  Fix handling of nested
5741         procedures.  Add a recursive call to this function to skip over
5742         other 'end' statmts.  Fix indentation for "when .. => begin"
5743         (ada-in-open-paren-p): Fix indentation for complex boolean
5744         expressions, where 'and then', 'or else' and parenthesis
5745         statements are mixed up.
5746         (ada-in-paramlist-p): Skip comments while searching for the
5747         beginning Fix handling of operator declarations.
5748         (ada-indent-align-comments): New variable
5749         (ada-indent-current): Change the syntax table only in the
5750         protected section, so that we are sure it is restored correctly.
5751         (ada-indent-on-previous-lines): Use ada-use-indent and
5752         ada-with-indent Correctly indent "select ... then"
5753         (ada-indent-region): Slight speedup.
5754         (ada-indent-renames): New variable.
5755         (ada-last-which-function-subprog, ada-last-which-function-line):
5756         New variables
5757         (ada-looking-at-semi-private): Correctly indent the 'private'
5758         keyword when it is the first word in a package declaration.
5759         (ada-loose-case-word): Stop searching if at the end of the buffer.
5760         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
5761         even if point is not initially at the end of the word.
5762         (ada-matching-decl-start-re): Add "when".
5763         (ada-mode): Add support for abbrev-mode, outline-mode and
5764         which-func-mode Override the old find-file.el entry in
5765         ff-special-constructs since it is using the obsolete
5766         ada-spec-suffix variable
5767         (ada-no-auto-case): New function
5768         (ada-scan-paramlist): When parsing the argument type, accept
5769         spaces (as in "X 'Class", generated by Rational Rose).
5770         (ada-other-file-name): No longer loads the other file.
5771         (ada-popup-menu): Save and restore the current buffer and cursor
5772         position before and after displaying the menu.
5773         (ada-search-ignore-complex-boolean): New function.
5774         (ada-uncomment-region): Emacs21 already knows how to delete
5775         comments not starting in the first column.
5776         (ada-use-indent): New variable
5777         (ada-which-function): New function.
5778         (ada-with-indent): New variable
5779         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5780         can be batch-compiled from the command line.
5782         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5783         Add to the menu when the file is loaded, not in ada-mode-hook.
5784         Add -toolbar to the default ddd command Switches moved from
5785         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5786         ada-prj-default-comp-opt
5787         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5788         Reference Manual to the menu
5789         (ada-check-current): rewritten as a call to ada-compile-current
5790         (ada-compile): Removed.
5791         (ada-compile-application, ada-compile-current, ada-check-current):
5792         Set the compilation-search-path so that compile.el automatically
5793         finds the sources in src_dir.  Automatic scrollong of the
5794         compilation buffer.  C-uC-cC-c asks for confirmation before
5795         compiling
5796         (ada-compile-current): New parameter, prj-field
5797         (ada-complete-identifier): Load the .ali file before doing
5798         processing
5799         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
5800         conform to gnatmake's behavior.
5801         (ada-find-file-in-dir): New function
5802         (ada-find-references): Set the environment variables for gnatfind
5803         (ada-find-src-file-in-dir): New function.
5804         (ada-first-non-nil): Removed
5805         (ada-gdb-application): Add support for jdb, the java debugger.
5806         (ada-get-ada-file-name): Load the original-file first if not done
5807         yet.
5808         (ada-get-all-references): Handles the new ali syntax (parent types
5809         are found between <>).
5810         (ada-initialize-runtime-library): New function
5811         (ada-mode-hook): Always load a project file when a file is opened,
5812         so that the casing exceptions are correctly read.
5813         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
5814         (ada-parse-prj-file): Use find-file-noselect instead of find-file
5815         to open the project file, since the latter does not work with
5816         speedbar Get default values before loading the prj file, or the
5817         default executable file name is wrong.  Use the absolute value of
5818         src_dir to initialize ada-search-directories and
5819         compilation-search-path,...  Add the standard runtime library to
5820         the search path for find-file.
5821         (ada-prj-default-debugger): Was missing an opening '{'
5822         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
5823         variables.
5824         (ada-prj-default-gnatmake-opt): New variable
5825         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
5826         buffers, the project file is the default one Save the windows
5827         configuration before displaying the menu.
5828         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
5829         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
5830         ...)  regexp-quote identifiers names to support operators +,
5831         -,... in regexps.
5832         (ada-remote): New function.
5833         (ada-run-application): Erase the output buffer before starting the
5834         run Support remote execution of the application.  Use
5835         call-process, or the arguments are incorrectly parsed
5836         (ada-set-default-project-file): Reread the content of the active
5837         project file, not the one from the current buffer When a project
5838         file is set as the default project, all directories are
5839         automatically associated with it.
5840         (ada-set-environment): New function
5841         (ada-treat-cmd-string): New special variable ${current}
5842         (ada-treat-cmd-string): Revised.  The substitution is now done for
5843         any ${...} substring
5844         (ada-xref-current): If no body was found, compiles the spec
5845         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
5846         compiler to get rid of command line length limitations.
5847         (ada-xref-get-project-field): New function
5848         (ada-xref-project-files): New variable
5849         (ada-xref-runtime-library-specs-path)
5850         (ada-xref-runtime-library-ali-path): New variables
5851         (ada-xref-set-default-prj-values): Default run command now does a
5852         cd to the build directory.  New field: main_unit Provide a default
5853         file name even if the current buffer has no prj file.
5855         * ada-prj.el:
5856         Rewritten to show a tabbed-dialog.
5857         (ada-prj-add-ada-menu): Remove the map and name parameters.
5858         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
5859         New function
5860         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
5861         (ada-prj-load-from-file): New function
5862         (ada-prj-save): Always save fields that depend on the current buffer
5863         (ada-prj-show-value): New function
5865         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
5866         Ada mode. This will allow us to display the Ada menu in any buffer
5867         we want (for project items).
5868         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
5869         number of spaces in the header.
5871 2000-07-24  Dave Love  <fx@gnu.org>
5873         * ediff-init.el (ediff-region-help-echo): Bind face-help.
5875 2000-07-23  Noah Friedman  <friedman@splode.com>
5877         * type-break.el (type-break): perform autosave.
5878         Suggested by Stephen Gildea <gildea@intouchsys.com>.
5879         (type-break-do-query): Cancel query schedule while performing
5880         actual query, to avoid possibility of a second query being made
5881         while first one is already in progress.
5882         (type-break-time-stamp-format): New variable.
5883         (type-break-time-stamp): New function.
5884         (type-break-time-warning): Use it.
5885         (type-break-keystroke-warning): Use it.
5886         (type-break-noninteractive-query): Use it.
5888         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
5889         cookie.
5890         Use add-minor-mode to set minor-mode-alist, if available.
5891         (eldoc-echo-area-use-multiline-p): New user option.
5892         (eldoc-echo-area-multiline-supported-p): New variable.
5893         (eldoc-docstring-format-sym-doc): Use them.
5894         (eldoc-mode): If not using idle timers, append to local post and
5895         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
5896         (eldoc-display-message-no-interference-p): Don't interfere with
5897         edebug.
5898         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
5899         (eldoc-function-arglist): New function.
5900         (eldoc-function-argstring): Use it.
5902         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
5903         auto save directory exists before calling directory-files.
5905 2000-07-23  Dave Love  <fx@gnu.org>
5907         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
5908         ^o, ^u.
5910 2000-07-21  Dave Love  <fx@gnu.org>
5912         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
5913         now passed to the function.  It now works properly.
5915         * smerge-mode.el (smerge-mode-menu): Fill it out.
5917 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
5919         * info-look.el (info-lookup): If *info* is shown in another frame
5920         on the same display, select that frame, instead of switching to
5921         the Info buffer in another window of the selected frame.
5923         * simple.el (universal-argument-map): Bind numeric keypad keys
5924         kp-0 to kp-9 and kp-subtract.
5925         (digit-argument): Handle these keys.
5927 2000-07-20  Dave Love  <fx@gnu.org>
5929         * net/goto-addr.el (goto-address-fontify): Don't bother with
5930         buffer-modified and read-only stuff -- irrelevant with overlays.
5931         Put an extra property on the overlays and use it to clean up in
5932         case goto-address is re-run.
5934 2000-07-19  Richard M. Stallman  <rms@gnu.org>
5936         * timer.el (run-with-idle-timer): Doc fix.
5938         * mail/mail-utils.el (mail-strip-quoted-names):
5939         Handle case where <...> appears inside "...".
5940         Use replace-match to edit the string more simply.
5941         (rmail-dont-reply-to): Cope with an unmatched ".
5943 2000-07-19  Dave Love  <fx@gnu.org>
5945         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
5946         implementation.
5948         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
5949         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
5950         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
5952 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
5954         * textmodes/refer.el: Correct maintainer's email address.
5956         * progmodes/hideif.el: Correct author's email address.
5957         Fix typo in comment.
5959         * xml.el: New file.
5961         * mail/mailheader.el: Correct author's mail address.
5963         * gnus/parse-time.el: Correct author's mail address.
5965 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
5967         * comint.el (comint-highlight-input, comint-highlight-face):
5968         New user options.
5969         (comint-input-ring-file-name): Change custom type.
5970         (comint-mode-map): Bind mouse-2.
5971         (comint-insert-clicked-input): New function.
5972         (comint-send-input): Handle input highlighting.
5974 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
5976         * mouse.el (popup-menu): New function.
5977         (mouse-major-mode-menu): Use it.
5979 2000-07-18  Dave Love  <fx@gnu.org>
5981         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
5982         improvements.
5984 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
5986         * faces.el (face-font-selection-order)
5987         (face-font-family-alternatives): Add custom type.
5989 2000-07-18  Dave Love  <fx@gnu.org>
5991         * cus-edit.el (custom-variable-reset-saved)
5992         (custom-variable-reset-standard): Remove unused bindings.
5994         * rect.el (open-rectangle-line): Remove unused let.
5996         * hl-line.el (hl-line-highlight): Check hl-line-mode.
5998 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6000         * cdl.el: Fix `Maintainer' keyword.
6002         * play/pong.el: Add author's email address.
6004 2000-07-17  Sam Steingold  <sds@gnu.org>
6006         * files.el (insert-directory): Call `split-string' instead of
6007         re-implementing it.
6009 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6011         * mail/vms-pmail.el: Change maintainer to FSF.
6013         * net/goto-addr.el: Change maintainer to FSF.
6015         * recentf.el: Update from author.
6017         * info.el (Info-title-face-alist): Removed.
6019 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
6021         * eshell/eshell.el (eshell): Replace links to eshell.info with
6022         links to eshell, to avoid problems on systems where the manual is
6023         installed as `eshell'.
6024         * eshell/esh-cmd.el (eshell-cmd): Ditto.
6025         * eshell/em-smart.el (eshell-smart): Ditto.
6026         * eshell/em-banner.el (eshell-banner): Ditto.
6027         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
6029         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6030         same-file check in the MS-DOS version (it does support inodes).
6032         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6034         * eshell/eshell.el (eshell-directory-name):
6035         Run default directory name through convert-standard-filename.
6037 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
6039         * international/mule-cmds.el (select-safe-coding-system):
6040         Fix typo in the comment.
6042         * language/european.el (compound-text):
6043         Force katakana-jisx0201 to be designated to G1.
6045         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6046         Don't translate some national variant characters of latin-jisx0201.
6047         (x-ctext): Force katakana-jisx0201 to be designated to G1.
6049         * international/kkc.el (kkc-after-update-conversion-functions):
6050         New variable.
6051         (kkc-update-conversion): Run functions in it at the tail.
6053 2000-07-16  John Wiegley  <johnw@gnu.org>
6055         * lisp/align.el (align-newline-and-indent):
6056         Adding new function.  for auto-aligning blocks of code on RET.
6057         (align-region): Fixed badly formatted minibuffer message.
6059 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
6061         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
6062         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
6063         the conversion list at first if appropriate.
6064         (kkc-next): Don't update kkc-next-count here.
6065         (kkc-prev): Don't update kkc-prev-count here.
6066         (kkc-show-conversion-list-update): Fix setting up of conversion
6067         list message.
6069 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6071         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
6073 2000-07-16  Dave Love  <fx@gnu.org>
6075         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6076         function to be more specific.
6078         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6079         non-string help-echo.
6080         (widget-types-convert-widget): Defsubst it.
6081         (widget-echo-help): Try to cope with a help-echo function of two
6082         possible sorts.
6084 2000-07-15  Jason Rumney  <jasonr@gnu.org>
6086         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6087         Declare as obsolete.
6089         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6091 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
6093         * hilit-chg.el: Fix typo.
6095 2000-07-14  Dave Love  <fx@gnu.org>
6097         * info.el (Info-mode-menu): Fix use of :help, :enable.
6099 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
6101         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6103 2000-07-13  Dave Love  <fx@gnu.org>
6105         * emacs-lisp/easymenu.el: Doc fixes.
6106         (easy-menu-remove): Defalias to ignore.
6108         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
6109         Call throw correctly.
6111 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
6113         * faces.el (frame-background-mode): Doc fix.
6115         * simple.el (eval-expression-print-length): Change custom type to
6116         allow entering nil as value.
6118 2000-07-13  Dave Love  <fx@gnu.org>
6120         * progmodes/fortran.el (fortran-imenu-generic-expression):
6121         Change definition layout.
6122         (fortran-mode-menu): Reinstate customize entries.
6124         * cus-edit.el (custom-group-menu-create, customize-menu-create):
6125         Use :filter, per old XEmacs code.
6127 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
6129         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
6130         event when deciding what to send to the terminal.
6132 2000-07-12  Dave Love  <fx@gnu.org>
6134         * cus-start.el: Add optional version as 4th element of specs and
6135         use it for several things new in v21.  Remove load-path.  Fix type
6136         of line-number-display-limit.
6138 2000-07-11  Dave Love  <fx@gnu.org>
6140         * progmodes/fortran.el: Don't require easymenu.
6141         Use repeat counts in various regexps.
6142         (fortran-mode-syntax-table): Defvar directly.
6143         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
6144         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
6145         Use defvar, not defconst.
6146         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
6147         (fortran-mode): Set fortran-comment-line-start-skip,
6148         fortran-comment-line-start-skip, dabbrev-case-fold-search.
6149         (fortran-comment-indent): Use defsubst.
6150         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
6151         Use fortran-comment-indent, not fortran-comment-indent-function.
6152         (fortran-comment-region, fortran-electric-line-number): Simplify.
6153         (fortran-auto-fill): New function.
6154         (fortran-do-auto-fill): Deleted.
6155         (fortran-find-comment-start-skip):
6156         Check for non-null comment-start-skip.
6157         (fortran-auto-fill-mode, fortran-fill-statement):
6158         Use fortran-auto-fill.
6159         (fortran-fill): Use fortran-auto-fill.  Check for null
6160         comment-start-skip.  Simplify final clause and use end-of-line finally.
6162         * widget.el (widget-plist-member): New alias.
6164 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
6166         * eshell/esh-module.el (toplevel): Reference
6167         byte-compile-current-file only if it is bound.
6169 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
6171         * dired.el: Don't require `dired-aux'.
6173 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
6175         * dired-aux.el (dired-show-file-type): New function.
6176         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
6177         (dired-show-file-type): Add autoload.
6179 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
6181         * international/mule-diag.el (describe-font): Adjusted for the
6182         change of fontset-info.
6183         (print-fontset): Likewise.
6185 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
6187         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6189 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
6191         * bindings.el: Bind `[delete]' to delete-char.
6193         * dired.el (dired-find-alternate-file): New function.
6194         (dired-mode-map): Bind `a' to dired-find-alternate-file.
6195         (toplevel): Require dired-aux when compiling.
6196         (dired-buffers): Move defvar within file to avoid compiler warning.
6198         * info.el (Info-last-search): Variable removed.
6199         (Info-search-history): New variable.
6200         (Info-search): New Info-search-history.
6202         * battery.el, info-look.el: Change author's mail address.
6204 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
6206         * mail/rmail.el (rmail-clear-headers): Don't throw an error
6207         if rmail-ignored-headers is nil.
6208         (rmail-retry-failure): Bind rmail-ignored-headers and
6209         rmail-displayed-headers to nil.
6211 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
6213         * lpr.el (lpr-page-header-switches): Add `-h' switch.
6214         (print-region-1): Don't hard code `-h' here.
6216         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6218 2000-07-01  Francesco Potorti`  <pot@gnu.org>
6220         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6221         exim can use "your message" instead of "the message".
6223 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
6225         * facemenu.el: Docstrings fixes.
6226         (facemenu-get-face): Don't use internal-find-face.
6227         (facemenu-iterate): Rename arg to match the docstring.
6229         * newcomment.el (uncomment-region): Be more careful when skipping
6230         backwards over `=' not to bump into BOBP.
6232 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
6234         * ediff-diff.el (ediff-wordify): Use syntax table.
6235         * ediff-init.el (ediff-has-face-support-p): Use
6236         ediff-color-display-p.
6237         (ediff-color-display-p): Use display-color-p, changed to defun
6238         from defsubst.
6239         Got rid of special cases for NeXT and OS/2.
6240         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
6241         face.
6243 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
6245         * emacs-lisp/lucid.el: Require CL.
6246         (copy-tree, remprop): Remove, it's provided by CL.
6247         (map-keymap): Define in terms of cl-map-keymap.
6248         (extent-property, set-extent-end-glyph): New functions.
6250         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
6252 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
6254         * Makefile.in (DONTCOMPILE): Add comment that the name may
6255         not be changed without changing the make-dist script.
6257         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
6258         (cl-mapc): Use mapc instead of cl-old-mapc.
6260 2000-07-05  Andrew Innes  <andrewi@gnu.org>
6262         * makefile.nt: Add support for `bootstrap' and related targets.
6264 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
6266         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
6267         (easy-menu-do-define): Use `menu-item' format.
6268         Handle case where easy-menu-create-menu returns a symbol.
6269         Manually call the potential top-level filter in the function binding.
6270         (easy-menu-filter-return): New arg NAME.
6271         Convert to a keymap if MENU is an XEmacs menu.
6272         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
6273         (easy-menu-converted-items-table, easy-menu-convert-item):
6274         New var and fun to memoize easy-menu-convert-item-1.
6275         (easy-menu-do-add-item): Use it.
6276         (easy-menu-create-menu): Use easy-menu-convert-item.
6277         Wrap easy-menu-filter-return around any :filter specification.
6278         Don't convert the menu if a filter was specified.
6279         Tell easy-menu-make-symbol not to check for MENU being an expression.
6280         (easy-menu-make-symbol): New arg NOEXP.
6282 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
6284         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
6285         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
6286         (eval-defun): If called with prefix arg, instrument code for
6287         Edebug.
6289         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
6290         similar to that of eval-defun.
6292 2000-07-04  Dave Love  <fx@gnu.org>
6294         * hl-line.el (hl-line-overlay): Make it permanent-local.
6296         * calendar/todo-mode.el: Replaced with a working version, based on
6297         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
6299 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
6301         * paths.el (prune-directory-list): New function.
6302         (Info-default-directory-list): Rewritten to more methodically
6303         enumerate a big list of possible info directories (based on the
6304         list used by the standalone info reader).
6306         * info.el (info-initialize): Use prune-directory-list to remove
6307         non-existent directories from Info-directory-list.
6309         * paths.el (Info-default-directory-list): Try a list of possible
6310         info-directories instead of a single one.  Add the possible
6311         info directory "/usr/share/info".
6313         * woman.el (woman-man.conf-path): Explicitly include the debian
6314         man-db config file "/etc/manpath.config".
6315         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
6316         are present in `manpath.config'.
6317         (woman-manpath): Include "/usr/share/man".
6319 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
6321         * frame.el (blink-cursor-mode): Don't hide cursor initially.
6323         * startup.el (command-line): Initialize blink-cursor based
6324         on window-system.
6326         * frame.el (blink-cursor): Default to nil if not running under
6327         a window-system.
6329         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6330         (face-x-resources): Remove duplicate entry for :font.
6332         * textmodes/refer.el (refer-find-entry-internal): Use some-window
6333         instead of cycling through windows with next-window.
6335         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6336         of cycling through windows with next-window.
6338         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6339         of cycling through windows with next-window.
6341         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6342         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6343         instead of cycling through windows with next-window.
6345         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6346         instead of cycling through windows with next-window.
6348         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6349         of cycling through windows with next-window.
6351         * terminal.el (te-process-output): Use walk-windows instead of
6352         cycling through windows with next-window.
6354         * server.el (server-switch-buffer): Use some-window instead of
6355         cycling through windows with next-window.
6357         * window.el (some-window): New function.
6358         (walk-windows): Remove reference to walk-windows-start.
6360         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
6362 2000-07-03  Richard Stallman  <rms@gnu.org>
6364         * window.el (walk-windows): Guarantee termination by keeping a list
6365         of all the windows already handled.
6367 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
6369         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6370         window-system.
6372         * man.el (Man-notify-when-ready): Don't use window-system.  If
6373         Man-notify-method is newframe, and the display is not
6374         multi-frame, select the frame created for the man page.
6375         (Man-init-defvars): Doc fix.
6377 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
6379         * faces.el (region): Change background color for light background.
6381         * ediff-wind.el (ediff-setup-control-frame): Remove :box
6382         attribute from mode-line face of Ediff control frame.
6384         * replace.el (query-replace-map): Bind `e' like `E'.
6386 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
6388         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6389         Change name to "Select All".
6391         * dos-fns.el (convert-standard-filename): Fix last change.
6393 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
6395         * help.el (describe-variable): Don't insert a second `'s' in front
6396         of the string `value is shown below'.  Since the syntax-table is
6397         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6398         an existing `'s', so that this won't be deleted.
6400         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6401         * pcmpl-unix.el: New files.
6403 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
6405         * wid-edit.el (widget-member): Use the new plist-member.
6407 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
6409         * replace.el (perform-replace): Undo change of 2000-04-04.
6410         Instead, move backward 1 character at the end of the loop when
6411         necessary.
6413         * faces.el (fringe): Change face for different backgrounds.
6415         * eshell/esh-module.el (toplevel): Load defgroup's differently;
6416         patch from John.
6418         * eshell/*.el: Change spelling of the Free Software Foundation.
6420         * eshell/esh-toggle.el: Removed.
6422         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6424         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6425         interactively.
6427 2000-06-26  Alex Schroeder  <alex@gnu.org>
6429         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6430         `define-key'; instead of checking `(emacs-version)' check for
6431         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
6432         for `;' and `o' which might be electric.
6434         (sql-electric-stuff): New user option.
6435         (sql-magic-go): New function which uses `sql-electric-stuff'.
6436         (sql-magic-semicolon): New function which uses
6437         `sql-electric-stuff'.
6439         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
6440         is not fboundp.
6442         (sql-oracle-options): New variable.
6443         (sql-oracle): Use it.
6445         (sql-imenu-generic-expression): Doc change.
6446         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
6447         is used.
6449         (sql-informix): Added command line parameter "-" to force
6450         sql-informix-program to use stdout.
6452 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
6454         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
6455         (cp864-decode-table): Doc fix.
6456         (cp720-decode-table): New variable, supports the Arabic OEM
6457         codepage used by Windows.
6458         (cp737-decode-table): New, Greek OEM codepage used by Windows.
6460 2000-06-23  Dave Love  <fx@gnu.org>
6462         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
6463         (font-lock-fontify-anchored-keywords): Use
6464         line-beginning-position.
6465         (global-font-lock-mode): Use mapc.
6467 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
6469         * eshell/esh-module.el: Require CL when compiling.
6471 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
6473         * comint.el (comint-substitute-in-file-name): Call replace-match
6474         with second and third arg t.
6476         * cus-edit.el (custom-button-face, custom-button-pressed-face):
6477         Specify foreground color.
6479         * faces.el (tool-bar, mode-line, header-line): Specify foreground
6480         color.
6482         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
6484         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6485         cddr instead of cdddr.
6487         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
6488         instead of copy-list.
6490         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
6491         of copy-list.
6493         * subdirs.el: Add eshell subdirectory.
6495         * eshell: New subdirectory containing the Eshell package.
6497         * pcomplete.el: New file.
6499 2000-06-23  Paul Eggert  <eggert@twinsun.com>
6501         * mail/mailpost.el (post-mail-send-it): Make sure file has
6502         proper permissions from birth.
6504         * files.el (basic-save-buffer-2): When temporarily setting
6505         file modes, set them to current modes plus 0200, not to 0777.
6507         * emerge.el (emerge-make-temp-file): Make sure file has proper
6508         permissions from birth.
6510 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
6512         * files.el (make-backup-file-name-1): On DOS/Windows, run the
6513         backup file name through convert-standard-filename.
6515         * dos-fns.el (convert-standard-filename): Convert leading
6516         directories as well.  When long file names are supported, convert
6517         characters that are invalid in Windows file names.
6519 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6521         * ps-print.el: Fix bug: if ^L is the very first buffer character,
6522         ps-print crashes.  New feature: page selection for printing.  Create
6523         raw-text-unix coding system for XEmacs.  Doc fix.
6524         (ps-print-version): New version number (5.2.3).
6525         (ps-plot-region): Bug fix.
6526         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
6527         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
6528         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
6529         funs.
6530         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
6531         (ps-last-page): New vars.
6533 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
6535         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
6536         empty option string.
6538 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
6540         * man.el (man): Doc fix.
6542 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
6544         * international/mule-cmds.el (set-language-info-alist): Docstring
6545         fixed.
6547 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
6549         * version.el (emacs-version): Use ISO date format.
6551         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
6552         instead of `M-backspace'.
6554         * simple.el (turn-off-auto-fill): New function.
6556 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
6558         * jit-lock.el (with-buffer-prepared-for-jit-lock):
6559         Renamed from with-buffer-prepared-for-font-lock and use
6560         inhibit-modification-hooks rather than setting *-change-functions.
6561         Update all functions to use the new name.
6562         (jit-lock-first-unfontify-pos): New semantics (and doc).
6563         (jit-lock-mode): Make non-interactive.
6564         Don't automatically turn on font-lock.
6565         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
6566         Always use jit-lock-after-change.
6567         Remove and restore font-lock-after-change-function.
6568         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
6569         (jit-lock-after-unfontify-buffer): Remove.
6570         (jit-lock-stealth-fontify):
6571         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
6572         (jit-lock-after-change): Set the `fontified' text-prop to nil.
6574 2000-06-20  Sam Steingold  <sds@gnu.org>
6576         * emacs-lisp/cl-indent.el (toplevel): Indent
6577         `print-unreadable-object' properly.  Untabify.
6579 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6581         * textmodes/reftex.el (reftex-find-citation-regexp-format):
6582         Support for bibentry.
6583         (reftex-compile-variables): Fixed problem with end of section-re.
6585         * texmodes/reftex-dcr.el (reftex-view-crossref,
6586         reftex-view-crossref-from-bibtex):
6587         Deal with changed `reftex-find-citation-regexp-format'.
6588         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
6589         Replaced `remprop' with `put'.
6590         (reftex-view-crossref, reftex-view-crossref-when-idle):
6591         Support for bibentry.
6593         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6594         New entry for bibentry package.
6596         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6597         Regexp also matches "\nobibliography".
6599         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
6600         Call `reftex-ensure-write-access' before doing anything.
6601         (reftex-ensure-write-access): New function.
6603 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6605         * progmodes/idlwave.el: File re-installed (update to version 4.2)
6607         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
6609         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
6611         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
6614 2000-06-20  Dave Love  <fx@gnu.org>
6616         * faces.el (frame-background-mode): Use set-default, not set, in
6617         setter.
6618         (frame-update-faces, frame-update-face-colors): Define with
6619         defalias.
6621         * enriched.el (enriched-decode-foreground)
6622         (enriched-decode-background): Don't use internal-find-face.
6624         * apropos.el: Doc fixes.
6626         * cus-edit.el (customize-changed-options): Check arg.
6627         (customize-version-lessp): Don't require decimal point.
6629         * custom.el (defcustom, defgroup): Doc fix.
6631         * newcomment.el (comment) <defgroup>: Add :version.
6632         (comment-multi-line): Doc fix.
6634         * emulation/mlsupport.el (define-hooked-local-abbrev,
6635         define-hooked-global-abbrev): Fix, using define-abbrev.
6637 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
6639         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
6640         the whole buffer.
6642 2000-06-19  Dave Love  <fx@gnu.org>
6644         * menu-bar.el (menu-bar-options-save): New function.
6645         (menu-bar-options-menu): Use it.
6646         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
6647         Simplify.
6649 2000-06-19  Andreas Schwab  <schwab@suse.de>
6651         * progmodes/etags.el (tags-query-replace): Put new parameters
6652         START and END at the end, for backward compatibility.
6654 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
6656         * international/codepage.el:
6657         (cp-coding-system-for-codepage-1): Delete special codes for
6658         generating xxx-dos coding system because now a CCL based coding
6659         system can handle EOL conversion by default.
6661         * international/mule.el (make-coding-system): Generate subsidiary
6662         coding systems for EOL handling variants even for a CCL based
6663         coding system.
6665 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
6667         * international/isearch-x.el (isearch-minibuffer-input-method)
6668         (isearch-minibuffer-input-method-function): These variables
6669         deleted.
6670         (isearch-with-input-method): Don't use the above variables.
6671         (isearch-process-search-multibyte-characters): Likewise.  Call
6672         read-string with the arg INHERIT-INPUT-METHOD t.
6674 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
6676         * font-lock.el (font-lock-after-fontify-buffer)
6677         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
6679         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
6680         Use consistent make-local-variable style for font-lock-fontified.
6681         (jit-lock-fontify-buffer):
6682         Don't bother checking for font-lock-mode and jit-lock-mode.
6684         * time.el: Remove trailing ^M that prevent CVS-merging.
6686 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
6688         * Makefile.in (distclean): New target.
6690 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
6692         * Makefile.in (srcdir): Define for update-subdirs.
6694 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
6696         * find-lisp.el: New file.
6698 2000-06-16  Andrew Innes  <andrewi@gnu.org>
6700         * time.el (display-time-mail-function): New variable, to allow
6701         external packages to indicate when new mail is available.
6702         (display-time-update): Use it.
6704 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
6706         * international/mule.el (mule-version): Change version name to
6707         SAKAKI.  AOI has already been used by Meadow.
6709         * international/quail.el (quail-show-guidance-buf): To find the
6710         bottom window (but minibuffer), pay attention to the height of
6711         minibuffer.
6713 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
6715         * arc-mode.el (archive-mode-map): Use the new menu-item format for
6716         menu-bar menus.  Add help strings.  Don't remove the Edit menu
6717         from the menu bar, as the menu bar has enough space now.
6719         * Makefile.in (SHELL): Make sure /bin/sh is used.
6721         * woman.el (woman-man-buffer): Fix bold and underlined CJK
6722         characters, which use series of two ^H characters instead of one.
6724 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
6726         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
6727         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
6728         functions.
6729         (Info-find-node-2): Try a case-sensitive search first, then
6730         do a case-insensitive search.
6732         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
6733         tutorials.
6735         * complete.el (PC-env-vars-alist): New variable.
6736         (PC-complete-as-file-name): New function.
6737         (partial-completion-mode): Initialize PC-env-vars-alist from
6738         process-environment.
6739         (PC-do-completion): Handle completion of env vars.
6741         * info.el (Info-set-mode-line): Show file name in mode line,
6742         use `*Info*' instead of `Info:'.
6744         * startup.el (command-line-1): Change copyright messages to year
6745         2000.
6747 2000-06-15  Dave Love  <fx@gnu.org>
6749         * net/goto-addr.el (goto-address-fontify): Use keymap property,
6750         not local-map.
6752 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
6754         * international/mule.el (set-buffer-file-coding-system): Almost
6755         rewritten to handle `undecided' as no-op.
6757 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
6759         * Makefile.in: New file.
6761         * Makefile: Removed.
6763         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
6764         (goto-address-highlight-keymap): Bind C-c RET.
6766 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
6768         * mail/sendmail.el (sendmail-send-it): The temporary buffer
6769         inherits buffer-file-coding-system of the current buffer.
6771         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6772         0.  Give correct argument to set-auto-coding-function.
6773         (tar-expunge): For goto-char, use (point-min), not 0.
6774         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6775         (tar-subfile-save-buffer): Likewize.
6777         * international/mule.el
6778         (after-insert-file-set-buffer-file-coding-system): Call
6779         set-buffer-file-coding-system with the arg FORCE t.
6781 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
6783         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6784         nil.  Contemporary sendmails issue an X-Authentication-Warning if
6785         the sender is set with `-f'.
6787 2000-06-13  Dave Love  <fx@gnu.org>
6789         * help.el (describe-function-1): Kluge around cases of functions
6790         fset to subrs whose doc doesn't match their symbol-name.
6792         * image.el (insert-image): Default STRING to a space.
6794         * info.el Doc fixes.
6795         (Info-build-node-completions): Match Ref tags.
6797 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
6799         * frame.el (display-multi-frame-p, display-multi-font-p): New
6800         defaliases for display-graphic-p.
6802         * hl-line.el: Fixed a typo in commentary.
6804 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
6806         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
6807         fixed.
6809 2000-06-12  Dave Love  <fx@gnu.org>
6811         * image.el (insert-image): Save a little consing.
6813 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
6815         * language/tibet-util.el: Convert all tibetan-1-column characters
6816         to the corresponding tibetan characters.
6817         (tibetan-add-components): Delete code for the special treatment of
6818         'a chung.
6820         * language/tibetan.el (tibetan-composable-pattern): Fix previous
6821         change.
6822         (tibetan-vowel-transcription-alist): More rules added.
6823         (tibetan-composite-vowel-alist): New variable.
6824         (tibetan-precomposition-rule-alist): More rules added.
6826 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
6828         * startup.el (command-line): Only call menu-bar-mode if interactive.
6830         * thingatpt.el (toplevel symbol-properties):
6831         * textmodes/makeinfo.el (makeinfo-compile):
6832         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
6833         * progmodes/hideif.el (hif-compress-define-list)
6834         (hide-ifdef-use-define-alist):
6835         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
6836         (ange-ftp-vms-add-file-entry):
6837         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
6838         * man.el (Man-build-man-command):
6839         * mail/rnewspost.el (news-reply-header-hook):
6840         * info.el (Info-insert-dir):
6841         * emulation/mlconvert.el (backward-word, forward-word, setq):
6842         * emacs-lisp/gulp.el (gulp-send-requests):
6843         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
6844         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
6845         (byte-optimize-apply, end of file):
6846         * emacs-lisp/advice.el (ad-advice-class-completion-table)
6847         (ad-make-freeze-definition):
6848         * startup.el (command-line, command-line-1): Don't quote lambdas.
6850         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
6851         (cvs-cleanup-removed): New function.
6852         (cvs-cleanup-functions): New var.
6853         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
6854         some flexibility in specifying additional entries to auto-cleanup.
6855         (cvs-quickdir): New function.
6856         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
6857         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
6858         (cvs-mode-find-file): Check that we are on a filename or dirname
6859         when invoked through a mouse-click.
6860         (cvs-full-path): Remove.
6861         (cvs-dired-action): Re-introduced.
6862         (cvs-dired-noselect): Use it.
6863         (vc-post-command-functions): use this new hook if available.
6865         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
6866         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
6867         (cvs-filename-map, cvs-dirname-map): Remove.
6868         (cvs-default-action): Remove.
6869         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
6870         if the arg is really a keymap.
6871         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
6872         Don't hardcode the mapping from state (aka type) to face, but check
6873         the var cvs-fi-<type>-face instead.
6874         (cvs-fileinfo-from-entries): New function.
6876         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
6877         Docstring fix.
6878         (cvs-find-file-and-jump): Change default to be safer.
6879         (cvs-mode-diff-map): Define it as a function as well.
6880         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
6881         Bind mouse-2 in this global map rather than with text-properties.
6883         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
6884         file to resolve the ambiguity between C(conflict) and C(need-merge).
6886 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
6888         * international/mule.el (set-buffer-file-coding-system): If
6889         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
6890         unconditionally.
6892 2000-06-12  Dave Love  <fx@gnu.org>
6894         * wid-edit.el (widget-specify-button): Really suppress the face if
6895         required.
6897 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
6899         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
6901 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
6903         * imenu.el (imenu-generic-expression): Docstring fix.
6905         * composite.el (composition-function-table): Move the `put'
6906         below the autoload cookie so we can load the file before loaddefs.
6908         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
6910         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
6911         Handle easy-mmode-define-global-mode.
6912         For complex macros like define-minor-mode that can generate
6913         several autoload entries, try to autoload entries in the
6914         macroexpanded code.
6916         * emacs-lisp/easy-mmode.el (define-minor-mode):
6917         If KEYMAP is a symbol, just use it.
6918         Use byte-compile-current-file and load-file-name to infer the
6919         proper :require to pass to defcustom.
6920         Wrap the hook var into `progn' so as not to autoload it.
6921         Add a :autoload-end cookie.
6922         Be more careful about the evaluation of KEYMAP.
6923         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
6924         (define-derived-mode): Move define-abbrev-table outside of defvar.
6926 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
6928         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
6929         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
6930         (backup-compiled-files): Ignore errors during `tar'.
6931         (bootstrap): Make autoloads before elc files.
6933 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
6935         * international/mule.el (set-buffer-file-coding-system): If one of
6936         undecided-XXX is specified, change only EOL conversion.
6938         * international/mule-conf.el (unix): New alias for the coding
6939         system undecided-unix.
6941 2000-06-09  Dave Love  <fx@gnu.org>
6943         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
6945         * progmodes/executable.el: Byte compile dynamic.
6946         (executable-insert): Change custom type.
6947         (executable-find): Add autoload cookie.
6948         (executable-make-buffer-file-executable-if-script-p): New
6949         function.  After Noah Friedman.
6951         * files.el (after-save-hook): Customize, with
6952         executable-make-buffer-file-executable-if-script-p as an option.
6954 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
6956         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
6957         "tib24p-mule.bdf" for Tibetan.
6959         * composite.el (decompose-composite-char): Declare it as obsolete.
6961         * man.el (Man-fontify-manpage): Pay attention to underline and
6962         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
6964 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
6966         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
6967         Set maintainer to FSF since author isn't reachable.
6969 2000-06-08  Dave Love  <fx@gnu.org>
6971         * international/mule-cmds.el (select-safe-coding-system): If
6972         DEFAULT-CODING-SYSTEM is not specified, also check the most
6973         preferred coding-system if buffer-file-coding-system is
6974         `undecided'.  From Handa.
6976 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
6978         * international/mule.el
6979         (after-insert-file-set-buffer-file-coding-system): If the buffer
6980         size is greater than INSERTED, judget that we are not visiting.
6982 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
6984         * whitespace.el (defgroup whitespace): Comment out `:version'.
6985         XEmacs 20.4 has problems defining the group with this present.
6986         We'll have this commented out till get resolve the problem.
6988 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
6990         * align.el: Update from author.
6992 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
6994         * apropos.el (apropos-mode-hook): New user variable.
6995         (apropos-mode): Run apropos-mode-hook.
6997 2000-06-07  David Ponce  <david@dponce.com>
6999         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7000         commands.  Require `wid-edit' at run-time.
7002 2000-06-07  David Ponce  <david@dponce.com>
7004         * recentf.el: Added some "Commentary".
7005         (recentf-open-more-files, recentf-edit-list): Minor changes to
7006         move the point at the top of the file list.  This behaviour is
7007         consistent with the menu one when the list contains a lot of
7008         files.
7009         (recentf-cleanup): Now displays the number of items removed from
7010         the list.
7011         (recentf-relative-filter) New menu filter to show filenames
7012         relative to `default-directory'.
7014 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7016         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
7017         with/without giving an error if PostScript printer doesn't have this
7018         kind of page size.  Zebra Stripe continues or restarts on next page.
7019         Manual/automatic paper feeding.  Switch or not the header.
7020         (ps-print-version): New version number (5.2.2).
7021         (ps-windows-system): Include emx as a Windows system.
7022         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7023         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7024         (ps-background-text): Code fix.
7025         (ps-error-handler-message, ps-user-defined-prologue)
7026         (ps-print-prologue-header, ps-printer-name)
7027         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7028         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7029         (ps-use-face-background): Customization fix.
7030         (ps-n-up-database): Data fix.
7031         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7032         (ps-switch-header): New vars.
7033         (ps-xemacs-color-name, ps-face-foreground-name)
7034         (ps-face-background-name, ps-boolean-constant): New funs.
7036 2000-06-07  Dave Love  <fx@gnu.org>
7038         * allout.el: New version from Manheimer.
7040 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
7042         * textmodes/fill.el (fill-find-break-point): Check the validity of
7043         charset.
7045 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7047         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7048         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7049         Call display-color-p and display-mouse-p instead of looking at
7050         window-system.
7052 2000-06-06  Dave Love  <fx@gnu.org>
7054         * image.el (find-image): Doc fix.  Return nil if image not found.
7055         (put-image, insert-image): Make STRING arg optional.
7057 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
7059         * language/vietnamese.el: Remove eval-when-compile.
7060         (viet-viscii-nonascii-translation-table): Define it as a
7061         translation table made from viet-viscii-decode-table.
7062         (viet-viscii-encode-table): Define it as a translation table made
7063         from the reverse map of above.
7064         (viet-vscii-nonascii-translation-table): Define it as a
7065         translation table made from viet-vscii-decode-table.
7066         (viet-vscii-encode-table): Define it as a translation table made
7067         from the reverse map of above.
7068         (ccl-decode-viscii): Use translate-character.
7069         (ccl-encode-viscii, ccl-encode-viscii-font)
7070         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7071         Likewize.
7073         * language/cyrillic.el: Remove eval-when-compile.
7074         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7075         translation table made from cyrillic-koi8-r-decode-table.
7076         (cyrillic-koi8-r-encode-table): Define it as a translation table
7077         made from the reverse map of above.
7078         (ccl-decode-koi8): Use translate-character.
7079         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7080         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7081         a translation table made from cyrillic-alternativnyj-decode-table.
7082         (cyrillic-alternativnyj-encode-table): Define it as a translation
7083         table made from the reverse map of above.
7084         (ccl-decode-alternativnyj): Use translate-character.
7085         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7086         Likewize
7088         * international/mule-diag.el (non-iso-charset-alist): Specify
7089         translation table symbol instead of translation table itself.
7090         (list-block-of-chars): CHARSET may be a translation table symbol.
7092         * international/mule.el (make-coding-system): If CODING-SYSTEM
7093         already exists, override it.
7095         * international/fontset.el: Use family `proportional' for Tibetan
7096         fonts.
7098         * international/ccl.el (ccl-compile-translate-character): Don't
7099         check if Rrr has property translation-table.
7100         (ccl-compile-map-multiple): Modified to avoid compiler warning.
7102 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
7104         * info.el: Bind case-fold-search to t when searching in case
7105         a user sets it to nil in a hook.
7107 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
7109         * autoarg.el (autoarg-mode, autoarg-kp-mode):
7110         * hl-line.el (hl-line-mode): Use the new :global key argument.
7112         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7113         (tar-clip-time-string): Prepend a space.
7114         (tar-grind-file-mode): Construct a string rather than modifying one.
7115         (tar-header-block-summarize): Fix docstring.
7116         Use `format' rather than an error-prone set of copy-loops.
7118         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
7119         (diff-goto-source, diff-unified->context, diff-context->unified)
7120         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
7121         understand the format output by the `-p' argument to diff.
7123         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
7124         (sh-re-done): Use defconst.
7125         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
7126         (sh-help-string-for-variable, sh-guess-basic-offset):
7127         Don't quote lambdas.
7128         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
7129         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
7131         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
7132         (mh-letter-mode): Derive from text-mode.
7133         This implicitly means that it now calls kill-all-local-variables.
7134         Also remove the Emacs-18 compatibility code.
7136         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
7137         Make use of symbol-property doc-string-elt.
7138         Use memq rather than a sequence of eq.
7139         (doc-string-elt): Fix the wrong or missing previously unused values.
7140         (autoload-print-form): New function extracted from
7141         generate-file-autoloads to allow recursion when handling progn
7142         so that defvar's and defun's docstrings are properly printed.
7143         (generate-file-autoloads): Use it.
7145         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
7146         Use find-file-hooks in the minor-mode function.
7147         Be careful not to loop indefinitely in the post-command-hook function.
7149 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
7151         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
7152         tty's.
7153         * ediff-diff.el (ediff-exec-process): Use --binary for fine
7154         differences whenever appropriate.
7155         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
7156         * viper.el (find-file, find-file-other-window): Get viper to do
7157         wildcards.
7159 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
7161         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7162         (jit-lock-fontify-buffer): New function for JIT refontification.
7163         (jit-lock-mode): Fix docstring.
7164         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7165         Remove jit-lock-after-change from the _local_ hook.
7166         (jit-lock-function-1): Fix docstring.
7168         * info.el (Info-on-current-buffer): Initialize info.
7170         * newcomment.el (comment-indent): Ignore comment-indent-hook.
7172         * progmodes/tcl.el (tcl-indent-for-comment):
7173         Ignore comment-indent-hook.
7175         * emacs-lisp/easy-mmode.el: Require CL during compilation.
7176         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
7177         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
7178         and improve to use the lighter to guess the capitalization.
7179         (define-minor-mode): Inline code from easy-mmode-define-toggle.
7180         Add keyword arguments to specify global-ness or the custom group.
7181         Add local-map and help-echo properties to the lighter.
7182         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
7183         (easy-mmode-define-global-mode): New macro.
7185 2000-06-02  Dave Love  <fx@gnu.org>
7187         * wid-edit.el: byte-compile-dynamic since we typically don't use
7188         all the widgets.  Don't require cl or widget.  Remove
7189         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
7190         (widget-read-event): Removed.  Callers changed to use read-event.
7191         (widget-button-release-event-p): Renamed from
7192         button-release-event-p.
7193         (widget-field-add-space, widget-field-use-before-change):
7194         Uncustomize.
7195         (widget-specify-field): Use keymap property, not local-map.
7196         (widget-specify-button): Obey :suppress-face.
7197         (widget-specify-insert): Use modern backquote syntax.
7198         (widget-image-directory): Renamed from widget-glyph-directory.
7199         (widget-image-enable): Renamed from widget-glyph-enable.
7200         (widget-image-find): Replaces widget-glyph-find.
7201         (widget-button-pressed-face): Move defvar.
7202         (widget-image-insert): Replaces widget-glyph-insert.
7203         (widget-convert): Use keywordp.
7204         (widget-leave-text, widget-children-value-delete): Use mapc.
7205         (widget-keymap): Remove XEmacs stuff.
7206         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
7207         (widget-button-click): Don't set point at the click, but re-centre
7208         if we scroll out of window.  Rewritten for images v. glyphs &c.
7209         (widget-tabable-at): Use POS arg, not point.
7210         (widget-beginning-of-line, widget-end-of-line)
7211         (widget-item-value-create, widget-sublist, widget-princ-to-string)
7212         (widget-sexp-prompt-value, widget-echo-help): Simplify.
7213         (widget-default-create): Use widget-image-insert; some rewriting.
7214         (widget-visibility-value-create)
7215         (widget-push-button-value-create, widget-toggle-value-create): Use
7216         widget-image-insert.
7217         (checkbox): Create on and off images dynamically.
7218         (documentation-link): Change :help-echo.
7219         (widget-documentation-link-echo-help): Remove.
7221 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
7223         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7225         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7226         (easy-mmode-define-toggle, define-minor-mode): Use it.
7227         (easy-mmode-define-keymap): Docstring fix.
7228         (define-derived-mode): Default PARENT to fundamental-mode.
7229         Add the derived-mode-parent symbol-property.
7230         (easy-mmode-derived-mode-p): New function.
7232 2000-06-02  Dave Love  <fx@gnu.org>
7234         * files.el (convert-standard-filename): Doc fix.
7235         (normal-backup-enable-predicate): New function.
7236         (backup-enable-predicate): Use it to replace the lambda form.
7238         * calendar/todo-mode.el: [This needs more work on the outline
7239         stuff.]  Doc fixes.
7240         (todo) <defgroup>: Add :version.
7241         (todo-add-category): Don't use pushnew.
7242         (todo-cmd-raise): Fix typo.
7243         (todo-top-priorities): Change temp buffer name.
7244         (todo-category-alist): Avoid redundant lambda.
7245         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7246         Use outline-next-heading.
7248         * autoarg.el: Rewritten to use define-minor-mode.
7249         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
7250         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
7252 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
7254         * isearch.el (isearch-other-meta-char): Fix previous change.
7256 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
7258         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
7259         (log-edit-done): Only add the comment to the ring if it's different
7260         from the last comment entered.
7262         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
7264 2000-06-01  Dave Love  <fx@gnu.org>
7266         * hl-line.el: Rewritten using define-minor-mode.
7268         * help.el (describe-function-1): Distinguish special form from
7269         builtin function.  Sanity-check presence of arglist for builtins.
7271 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
7273         * international/characters.el: Fix syntax/category setting of
7274         Tibetan characters.
7276         * language/tibet-util.el (tibetan-add-components): Fixes for new
7277         encoding of Tibetan characters.
7278         (tibetan-decompose-precomposition-alist): New variable.
7279         (tibetan-decompose-region): Convert precomposed characters to
7280         non-precomposed characters.
7281         (tibetan-decompose-string): Likewise.
7282         (tibetan-composition-function): Fix args to
7283         thibetan-compose-string.
7285         * language/tibetan.el (tibetan-composable-pattern): More
7286         characters included.
7287         (tibetan-consonant-transcription-alist): Rule for "R" added.
7288         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
7289         "+R" added.
7290         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
7292         * language/lao-util.el (lao-composition-function): Fix args to
7293         compose-string.
7295         * language/thai-util.el (thai-composition-function): Fix args to
7296         compose-string.
7298         * isearch.el (isearch-update): Set disable-point-adjustment to t
7299         to prevent the point moving to the end of a composition when a
7300         part of a composition is searched.
7301         (isearch-other-meta-char): If the key invoking this command can be
7302         mapped by function-key-map to a printing char, call
7303         isearch-process-search-char directly.
7305 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
7307         * emacs-lisp/bytecomp.el:
7308         * frame.el:
7309         * international/mule-cmds.el:
7310         * international/mule-util.el:
7311         * international/mule.el:
7312         * mouse.el:
7313         * subr.el:
7314         * faces.el: Update calls to make-obsolete with a WHEN argument.
7316         * byte-run.el (make-obsolete, make-obsolete-variable):
7317         Add an optional WHEN argument and change the format of the
7318         symbol-property information.
7319         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
7320         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
7321         new obsolete-symbol-property format and print WHEN if it is provided.
7323 2000-05-31  Dave Love  <fx@gnu.org>
7325         * loadhist.el (loadhist-hook-functions): Remove
7326         before-change-function, after-change-function.
7327         (unload-feature): Deal with symbols which are both bound and
7328         fbound.
7330         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7331         before-change-function, after-change-function.
7333         * simple.el (newline): Don't bind before-change-function,
7334         after-change-function.
7336 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
7338         * whitespace.el (whitespace-rescan-timer-time): Update interval
7339         set to 600 seconds (10 minutes) instead of 60 seconds since
7340         a large number of whitespace buffers causes emacs to `freeze'
7341         for a considerable amount of time.
7343         * whitespace.el: Updated email address
7345 2000-05-31  Dave Love  <fx@gnu.org>
7347         * add-log.el (change-log-font-lock-keywords) <function>: Add
7348         pattern for function of change.
7349         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7350         acknowledgements patterns.
7352 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
7354         * isearch.el (isearch-printing-char): If keyboard coding system is
7355         being used, call isearch-process-search-multibyte-characters.
7357         * international/isearch-x.el: Mostly rewritten.
7359         * international/quail.el (quail-start-conversion): Don't include
7360         unhandled events in the returned events, but set them in
7361         unread-command-events.  Exit if all inputs are deleted.
7363 2000-05-30  Jason Rumney  <jasonr@gnu.org>
7365         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7367         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7368         Reenable code to create initial fontsets.
7369         Use set-fontset-font in place of put-charset-property.
7371 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
7373         * progmodes/perl-mode.el (perl-indent-line): When looking for a
7374         label, ensure that the first colon isn't followed by another.
7376         * paths.el (Info-default-directory-list): Doc fix.
7378         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7379         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7380         send a query containing USER only, not USER@HOST.
7382         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7383         and rmail-msgend to compute the restriction at the end, instead of
7384         computing it.
7386 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
7388         * dabbrev.el (dabbrev-expand): Don't display messages in the
7389         echo area if the minibuffer window is active.
7391         * jit-lock.el (jit-lock-mode): Add after change function to
7392         local hook.
7394 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
7396         * antlr-mode.el: New commands: hide/unhide actions,
7397         upcase/downcase literals.
7398         (antlr-tiny-action-length): New user option.
7399         (antlr-hide-actions): New command.  Suggested by
7400         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7401         (antlr-mode-map): New binding [C-c C-v].
7402         (antlr-mode-menu): New entries.
7403         (antlr-downcase-literals): New command.
7404         (antlr-upcase-literals): Ditto.
7406         * antlr-mode.el: Minor changes: indendation, mode-name.
7407         (antlr-indent-line): Indent cpp directive at column 0.
7408         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7410         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7411         (antlr-font-lock-additional-keywords): Workaround for intentional
7412         bug in XEmacs version of font-lock.
7413         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
7414         be used by a smarter version of `buffers-menu-grouping-function'.
7416 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
7418         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7419         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7421 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
7423         * international/encoded-kb.el
7424         (encoded-kbd-iso2022-designation-map): Pay attention to that
7425         charset-iso-final-char return -1 for eight-bit-control and
7426         eight-bit-graphic.
7428 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
7430         * speedbar.el (speedbar-use-images, speedbar-update-flag)
7431         (speedbar-easymenu-definition-base): Use display-graphic-p where
7432         available, instead of window-system.
7434 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
7436         * international/codepage.el (cp-coding-system-for-codepage-1): Add
7437         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
7438         coding systems.
7440 2000-05-26  Dave Love  <fx@gnu.org>
7442         * disp-table.el (standard-display-underline): Don't use
7443         internal-find-face.
7445         * mail/reporter.el: Maintainer change.  Doc fixes.
7446         (reporter-version): Deleted.
7448         * emacs-lisp/elp.el: Maintainer change.
7449         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
7451 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
7453         * add-log.el (add-change-log-entry): Merge the current entry with the
7454         previous one if the previous one is empty.
7456 2000-05-26  Dave Love  <fx@gnu.org>
7458         * loadhist.el (unload-feature): Fix interactive spec [from
7459         lijnzaad@ebi.ac.uk].
7461         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
7462         subr-arity to check primitives.
7463         (byte-compile-flush-pending, byte-compile-file-form-progn)
7464         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
7465         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
7466         mapcar.
7468 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
7470         * international/fontset.el: Set family names of non-latin charsets
7471         in default fontset to "*".
7473         * international/mule-diag.el (print-fontset): Combine family part
7474         and registry part of the fontname by "-*-" instead of "-".
7476         * international/mule-cmds.el (encode-coding-char): Make strings
7477         multibyte before calling encode-coding-string.
7479 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
7481         * derived.el: Fix keywords.
7482         (define-derived-mode): Only define if needed.
7484         * simple.el (fill-comment, comment-column, comment-start)
7485         (comment-start-skip, comment-end, comment-indent-function)
7486         (block-comment-start, block-comment-end, indent-for-comment)
7487         (set-comment-column, kill-comment, comment-padding, comment-region)
7488         (comment-multi-line, indent-new-comment-line): Remove.
7490         * bindings.el (esc-map): Change ; to comment-dwim and use the new
7491         function names for comment operations.
7493         * newcomment.el: Add abundant autoload cookies.
7494         (comment-style): Don't depend on runtime data at compile-time.
7495         (comment-indent-hook): Remove.
7496         (comment-indent): Check if comment-indent-hook is bound.
7497         (comment-region): Docstring fix.
7499 2000-05-25  Dave Love  <fx@gnu.org>
7501         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
7502         byte-code-function-p.
7504         * mail/rmailsum.el: Add provide.
7506         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
7508         * smerge-mode.el (smerge-diff-switches): Don't use list* in
7509         defcustom.
7511 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
7513         * ediff-diff.el (ediff-exec-process): delete --binary option from
7514         non-buffer ediff jobs.
7516 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7518         * hilit-chg.el (highlight-changes-mode): Ask about color or
7519         grayscale support, not about window-system.
7521         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7522         window-system.
7523         (ffap-highlight): Always default to t.
7525         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
7526         display-popup-menus-p instead of looking at window-system.
7528         * disp-table.el (standard-display-g1, standard-display-graphic):
7529         Only refuse to use string glyphs on X and MS-Windows.
7531         * avoid.el: Remove window-system from commentary, suggest to use
7532         display-*-p instead.
7534         * apropos.el (apropos-print): Use display-mouse-p instead of
7535         window-system.
7537 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7539         * international/codepage.el (cp-decoding-vector-for-codepage):
7540         Fill up unsupported characters with their own codes.  From Kenichi
7541         Handa.
7543 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7545         * international/mule-diag.el (describe-char-after): Use
7546         display-graphic-p instead of window-system, so that this function
7547         works on MS-DOS.
7549 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7551         * international/codepage.el (cp-make-coding-systems-for-codepage):
7552         Remove the eight-bit-graphic and eight-bit-control charsets from
7553         the list of charsets which we convert into `?'.
7555 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
7557         * international/mule-conf.el: Specify CHARSET-ID explicitely for
7558         private charsets.
7559         (mule-unicode-0100-24ff, japanese-jisx0213-1,
7560         japanese-jisx0213-2): New charsets.
7562         * international/fontset.el: Setup default fontset for new charsets.
7564 2000-05-24  Dave Love  <fx@gnu.org>
7566         * info.el (Info-find-node-2): Restructure [following "Vadim
7567         S. Solomin" <sovs@uic.nnov.ru>].
7569         * icomplete.el: Fix header for Finder.
7571 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
7573         * rmailout.el (rmail-output-to-rmail-file): Added optional param
7574         STAY.
7576         * rmail.el (rmail-automatic-folder-directives): New user variable.
7577         (rmail-show-message): Add call to `rmail-auto-file' during
7578         display.
7579         (rmail-auto-file): New function.
7581 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
7583         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
7584         account.
7585         (ediff-test-utility,ediff-diff-mandatory-option)
7586         (ediff-reset-diff-options): Utilities for proper initialization of
7587         ediff-diff-options and ediff-diff3-options on Windows.
7589         * ediff-init.el (ediff-merge-filename-prefix): New customizable
7590         variable.
7592         * ediff-mult.el (ediff-filegroup-action): Use
7593         ediff-merge-filename-prefix.
7595 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
7597         * viper-ex.el (ex-write): Set selective display to nil.
7599 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
7601         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
7602         aliases for hebrew-iso-8bit.
7604 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
7606         * woman.el: New version from Francis J. Wright
7607         <F.J.Wright@Maths.QMW.ac.uk>.
7608         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
7609         names in environment variables regardless of the path separator.
7610         (woman-topic-all-completions-1): Don't call file-name-directory-p
7611         on all files, since woman-file-regexp already filters out any
7612         directories.
7614 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
7616         * international/quail.el (quail-start-translation): Don't change
7617         modified-p of the current buffer.
7618         (quail-start-conversion): Likewise.
7620         * international/kkc.el (kkc-region): Don't change modified-p of
7621         the current buffer.
7623         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
7624         conform to RFC1468.
7625         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
7627 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
7629         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
7630         (speedbar-insert-button): Invisible text property fix.
7631         (speedbar-directory-plus): Renamed from speedbar-directory-+
7632         (speedbar-directory-minus): Renamed from speedbar-directory--
7633         (speedbar-page-plus): Renamed from speedbar-file-+
7634         (speedbar-page-minus): Renamed from speedbar-file--
7635         (speedbar-page): Renamed from speedbar-file-
7636         (speedbar-tag): Renamed from speedbar-tag-
7637         (speedbar-tag-plus): Renamed from speedbar-tag-+
7638         (speedbar-tag-minus): Renamed from speedbar-tag--
7639         (speedbar-expand-image-button-alist): Use above renames.
7641         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
7642         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
7643         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
7644         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
7645         * sb-pg.xpm: Renamed from sb-file.xpm
7646         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
7647         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7649 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
7651         * international/quail.el (quail-show-guidance-buf): Set
7652         current-input-method of the guidance buffer to the name of the
7653         curren input method.
7655 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
7657         * progmodes/compile.el (compile-internal): Style typo.
7659         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
7660         quote vars and functions in the docstring.
7662         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
7664         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
7665         Don't quote lambdas.
7667         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
7669 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
7671         * startup.el (command-line): Determine source file of compiled
7672         user init file differently.  Warn if compiled user init file
7673         is older than its source file.
7675         * ffap.el (ffap-url-regexp): Add `https'.
7677 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
7679         * files.el (make-backup-file-name-1): Replace slashes with `!'
7680         rather than `|' (which is not allowed on Windows).  Replace the
7681         drive letters with a string "drive_X".
7683 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
7685         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
7687         * files.el (interpreter-mode-alist): Add `bash2'.
7689 2000-05-22  Dave Love  <fx@gnu.org>
7691         * loadhist.el (feature-symbols, file-provides, file-requires): Use
7692         mapc.
7693         (feature-file): Avoid calling symbol-name.  Doc fix.
7694         (file-set-intersect, file-dependents): Use dolist, not mapcar.
7695         (loadhist-hook-functions): Add mouse-position-function.
7696         (unload-feature): Change uses of mapcar.
7698         * files.el (parse-colon-path): Doc fix.
7699         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
7700         (set-auto-mode): Use mapc.
7702         * complete.el (PC-look-for-include-file): Use :alnum: character
7703         class.
7704         (partial-completion-mode): Add autoload cookie.
7706 2000-05-22  Sam Steingold  <sds@gnu.org>
7708         * info.el (Info-fontify-node): Fixed the call to
7709         `add-text-properties' (bug introduced on 2000-05-18).
7711 2000-05-22  Dave Love  <fx@gnu.org>
7713         * bindings.el: Remove debug-ignored-errors set in other files.
7715         * progmodes/etags.el: Add to debug-ignored-errors.
7716         (visit-tags-table-buffer): Clear out buffers holding old tables
7717         when making a new list.
7718         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
7719         mapc.
7721         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
7722         quote keywords.
7723         (cmpl-string-case-type): Use character classes.
7725         * comint.el:
7726         * textmodes/ispell.el:
7727         * imenu.el:
7728         * mail/mh-e.el:
7729         * progmodes/compile.el: Add to debug-ignored-errors.
7731         * dabbrev.el: Add to debug-ignored-errors.
7732         (dabbrev-completion): Use mapc.
7734 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
7736         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
7737         (woman-mapcan, woman-parse-man.conf)
7738         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
7739         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7740         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
7741         path syntax better.
7742         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
7743         (woman-manpath): Call woman-parse-man.conf.
7744         (woman-emulation): New defcustom, defaults to nroff.
7745         (woman-font-support): New defconst.
7746         (woman-use-symbol-font): New defcustom.
7747         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
7748         "Emulation".
7749         Many functions: Doc fix.
7751 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
7753         * international/quail.el (quail-simple-translation-keymap): Map
7754         128..255 to quail-self-insert-command.
7755         (quail-keyboard-layout-alist): Add definition for "pc102-de".
7757 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
7759         * help.el (help-manyarg-func-alist): Typo.
7761         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
7762         intervals which makes it heaps simpler.
7764         * newcomment.el (comment-region-internal): Go back to BEG after quoting
7765         the nested comment markers.
7767         * subr.el (remove-hook): Don't turn the hook's value into a list.
7769 2000-05-21  Dave Love  <fx@gnu.org>
7771         * edmacro.el (edmacro-parse-keys): Return vector if any elements
7772         are invalid characters.
7774         * international/mule-util.el (detect-coding-with-priority): Use
7775         mapc.  Remove redundant lambda.
7777         * international/mule-diag.el (list-non-iso-charset-chars)
7778         (describe-fontset): Remove redundant lambda.
7780         * emulation/crisp.el (brief-mode): New alias.
7782         * emacs-lisp/ring.el (ring-elements): New function.
7784         * emacs-lisp/easymenu.el (easy-menu-create-menu)
7785         (easy-menu-do-add-item): Use keywordp.
7787         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7789         * replace.el: Doc and error message fixes.
7790         (replace-highlight): Use facep, not internal-find-face.
7792 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
7794         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
7796         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
7797         (log-edit-insert-changelog): Drop `:' as well.
7799         * log-view.el: Fix file description.
7800         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
7801         available.
7802         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
7803         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
7805         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
7806         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
7807         Print a status message if the toggle is called interactively.
7808         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7809         for global minor modes and use `defcustom' for them.
7810         Use add-minor-mode.
7811         (easy-mmode-define-derived-mode): Remove.
7812         (define-derived-mode): Fancier default docstring.
7813         (easy-mmode-define-navigation): Signal an error rather than (ding).
7815         * newcomment.el (comment-styles): New `box-multi'.
7816         (comment-normalize-vars): Better default for comment-continue to
7817         avoid whitespace-only continuations.
7818         (comment-search-forward): Always move even in the no-syntax case.
7819         (comment-padright): Only obey N if it's only obeyed for padleft.
7820         (comment-make-extra-lines): Better handling of empty continuations.
7821         Use `=' for the filler if comment-start has only one character.
7822         (uncomment-region): Try handling the special `=' filler.
7823         (comment-region): Allow LINES even if MULTI is nil.
7824         (comment-box): Choose box style based on comment-style.
7826 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
7828         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
7829         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
7831 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
7833         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
7834         and insert, not subst-char-in-region.
7836         * international/mule-diag.el (list-character-sets-1): Handle
7837         charsets eight-bit-control and eight-bit-graphic.
7838         (list-iso-charset-chars): Likewise.
7839         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
7840         charactes as is.  Use indent-to to align characters.
7842         * international/mule-cmds.el (find-multibyte-characters): Never
7843         exclude charsets eight-bit-control and eight-bit-graphic.
7845 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
7847         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
7848         Don't quote lambdas.
7850         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
7852 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
7854         * gud.el (gud-jdb-directories): Doc fix.
7856 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
7858         * newcomment.el: New file.
7860 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
7862         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
7864 2000-05-18  Andreas Schwab  <schwab@suse.de>
7866         * dired.el (dired-between-files): Also skip lines beginning with
7867         `used'.
7869 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
7871         * msb.el (msb-menu-cond): Add choice `user'.
7873 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7875         * ps-print.el: Compatibility, customization and doc fix.
7876         (ps-printer-name-option): Replace defconst by defvar.
7877         (ps-postscript-code-directory): XEmacs compatibility.
7878         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
7879         fix.
7880         (ps-user-defined-prologue, ps-print-prologue-header)
7881         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
7882         compatibility and code fix.
7883         (ps-print-background-image, ps-print-background-text):
7884         Customization fix.
7885         (ps-line-number-start, ps-n-up-on): New vars.
7887 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
7889         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
7890         the indent-comment function to just return the appropriate indent.
7892 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
7894         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
7895         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
7896         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
7898 2000-05-18  Dave Love  <fx@gnu.org>
7900         * info.el (Info-fontify-node): Add intangible property as well as
7901         invisible.
7903         * calendar/appt.el (appt-make-list): Match all lines of entry.
7904         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
7906 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
7908         * international/mule-diag.el (describe-char-after): Call
7909         internal-char-font, not char-font.  If internal-char-font returns
7910         nil, display "-- none --".
7912 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
7914         * image.el (image-type-available-p): Don't reference image-types
7915         if it isn't bound.
7917 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
7919         * autoarg.el (autoarg-mode): Typo in the :set argument.
7921 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
7923         * startup.el (command-line-1): Don't signal an error if the
7924         directory for auto-save-list files does not yet exist.
7926 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
7928         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
7930 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
7932         * subr.el (remove-hook): `setq' hook-value, not `set'.
7934 2000-05-16  Sam Steingold  <sds@gnu.org>
7936         * info.el (debug-ignored-errors): More errors to ignore.
7938 2000-05-16  Dave Love  <fx@gnu.org>
7940         * cus-edit.el: Don't require cl or easymenu.
7941         (custom-variable-prompt): Test standard-value property, not
7942         user-variable-p.
7944 2000-05-16  Sam Steingold  <sds@gnu.org>
7946         * subr.el (add-hook): `setq' hook-value, not `set'.
7948 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
7950         * startup.el (command-line-1): Mention the FAQ in the startup
7951         message.
7953         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
7955         * progmodes/compile.el (compilation-parse-errors): Collect
7956         `nomessage' regexps last.
7958         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
7960         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
7961         to the function name.
7963 2000-05-15  Dave Love  <fx@gnu.org>
7965         * speedbar.el (speedbar-recenter): Typo.
7966         (speedbar-expand-line): Make arg optional.
7967         (speedbar-mode): Avoid a compiler warning.
7969 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
7971         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
7972         user-specified option string is empty.
7974         * mouse.el (mouse-yank-at-click): Doc fix.
7976 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
7978         * term/internal.el (IT-character-translations): More updates of
7979         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
7980         documents.
7982 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
7984         * env.el (getenv): New function, interactively callable.
7985         (setenv, getenv): Remove autoload cookies.
7987         * loadup.el: Load `env'.
7989         * progmodes/f90.el: Change author's mail address.
7991 2000-05-14  Dave Love  <fx@gnu.org>
7993         * mail/rmail.el (rmail-show-message-hook): Customize and offer
7994         goto-addr as an option.
7996         * help.el (help-xref-stack): Doc fix.
7997         (help-xref-following): New variable.
7998         (help-make-xrefs): Use it.
7999         (help-xref-go-back): Use position information from stack element.
8000         (help-follow): Make position in stack element a pair.  Use
8001         help-xref-following.
8003         * autoarg.el: New file.
8005         * faces.el: Declare more functions obsolete.
8007         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8008         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8009         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8010         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8011         Remove all the setup-...-environment functions.
8013 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
8015         * speedbar.el: Updated the commentary section.  xemacs20p now uses
8016         >= when detecting.  Require `defimage' safely.
8017         (speedbar-easymenu-definition-base): Add toggle for images.
8018         (speedbar-easymenu-definition-special): Add flush cache & expand.
8019         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
8020         (speedbar-reconfigure-keymaps-hook): New variable.
8021         (speedbar-frame-parameters): Updated documentation.
8022         (speedbar-use-imenu-flag): Updated custom tag
8023         (speedbar-dynamic-tags-function-list): New variable.
8024         (speedbar-tag-hierarchy-method): Updated doc & custom.
8025         (speedbar-indentation-width, speedbar-indentation-width) New
8026         variables.
8027         (speedbar-hide-button-brackets-flag): Customizable.
8028         (speedbar-vc-indicator): Doc update.
8029         (speedbar-ignored-path-expressions): Updated default value.
8030         (speedbar-supported-extension-expressions): Updated default value.
8031         (speedbar-syntax-table): Remove {} paren status.
8032         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8033         as "+".  Added overlay aliases.
8034         (speedbar-mode): Use `speedbar-mode-line-update' instead of
8035         `force-mode-line-update'.
8036         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8037         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8038         `mouse-set-point'
8039         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
8040         (speedbar-item-info-tag-helper): Revamped to handle a wider range
8041         of arbitrary text, and new helper functions.
8042         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8043         filename finder.
8044         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8045         (speedbar-directory-buttons): Update path search/expansion.
8046         (speedbar-make-tag-line): Pay attention to
8047         `speedbar-indentation-width'.  Use more care w/ invisible
8048         properties.
8049         (speedbar-change-expand-button-char): Call
8050         `speedbar-insert-image-button-maybe'.
8051         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
8052         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8053         (speedbar-trim-words-tag-hierarchy)
8054         (speedbar-simple-group-tag-hierarchy): New functions
8055         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
8056         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8057         functions.
8058         (speedbar-mouse-set-point): New function
8059         (speedbar-power-click): Updated documentation.
8060         (speedbar-line-token, speedbar-goto-this-file): Handle more types
8061         of tag prefix text.
8062         (speedbar-expand-line, speedbar-contract-line): Make more robust
8063         to strange text.
8064         (speedbar-expand-line): Takes universal argument to flush the
8065         cache.
8066         (speedbar-flush-expand-line): New function.
8067         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8068         Use new generator insertion method.
8069         (speedbar-fetch-dynamic-tags): New function.
8070         (speedbar-fetch-dynamic-imenu): Removed code now handled in
8071         `speedbar-fetch-dynamic-imenu'.
8072         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8073         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8074         "Revert Buffer" menu items.
8075         (speedbar-buffer-buttons-engine): Be smarter when creating a
8076         filename tag (for expansion purposes.).
8077         (speedbar-highlight-one-tag-line,
8078         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8079         (speedbar-recenter): New functions.
8080         (defimage-speedbar): Image loading abstraction.
8081         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8082         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8083         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8084         (speedbar-tag-type, speedbar-tag-mail): New images.
8085         (speedbar-expand-image-button-alist): New variable.
8086         (speedbar-insert-image-button-maybe): Insert an image over some
8087         buttons.
8089 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
8091         * international/mule-cmds.el (encode-coding-char): An ASCII
8092         character is always encodable.
8094         * international/mule-conf.el: Add more information in descriptions
8095         of character sets.
8097         * international/mule-diag.el (describe-char-after): New function.
8098         (describe-font-internal): Adjusted for the change of font-info.
8099         (describe-font): Likewise.
8100         (print-fontset): Rewritten for the new fontset implementation.
8101         (describe-fontset): Include fontset alias names in completion.
8102         (list-fontsets): Adjusted for the change of print-fontset.
8104         * simple.el (what-cursor-position): If DETAIL is non-nil, call
8105         describe-char-after instead of displaying the detail in the echo
8106         area.
8107         (syntax-code-table): Format changed.
8108         (string-to-syntax): Adjusted for the above change.
8110 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
8112         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
8114 2000-05-12  Dave Love  <fx@gnu.org>
8116         * calendar/todo-mode.el: Remove some compatibility stuff and CL
8117         dependence.  Use line-{beginning,end}-position, not
8118         point-at{b,e}ol.  Some doc fixes.
8119         (todo-position): New function.  Fix callers of position to use it.
8120         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
8122 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
8124         * time.el (display-time-mail-icon): Use `:ascent center'.
8126         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
8127         handling FTP security extensions.
8129 2000-05-11  Dave Love  <fx@gnu.org>
8131         * calendar/todo-mode.el: New file.
8133 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
8135         * comint.el (comint-read-input-ring): Move reference to
8136         comint-input-ring-size outside of the save-excursion.  It was
8137         causing the default value to be the only one ever seen.
8139         * font-lock.el: Update copyright.  Remove Simon Marshall's email
8140         address on request from him.
8142         * subr.el (substitute-key-definition): Add comment describing
8143         the meaning of PREFIX.
8145 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
8147         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
8149         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
8150         (add-minor-mode): Don't make the variable buffer-local and add a
8151         reference to define-minor-mode in the docstring.
8153         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
8154         HEADER/FOOTER and fix bug with trailing empty directory.
8155         (cvs-append-to-ignore): Use vc-editable-p if available.
8156         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8157         (vc-do-command): Tweak advice to handle the new VC.
8159         * log-view.el (log-view-goto-rev): New function for the new VC.
8160         (log-view-minor-wrap): Use mark-active.
8162         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8163         (log-edit-changelog-full-paragraphs): New var.
8164         (log-edit-insert-changelog): Remove a lonely leading `* file'.
8165         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8166         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8167         (log-edit-changelog-ours-p, log-edit-changelog-entries)
8168         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8169         Replace the `cvs' prefix with `log-edit'.
8171         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8173         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
8174         (diff-font-lock-defaults): Explicitly turn off multiline.
8175         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
8176         (diff-ediff-patch): Fix call to ediff-patch-file.
8177         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
8178         Handle comments.
8180         * frame.el (automatic-hscrolling): Typo.
8182         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8184 2000-05-09  Sam Steingold  <sds@goems.com>
8186         * apropos.el (apropos-print): use `describe-face' instead of
8187         `customize-face-other-window'.
8189 2000-05-09  Dave Love  <fx@gnu.org>
8191         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8193         * help.el (describe-variable): Have customize button pop the
8194         help-xref stack when invoked.
8195         (help-xref-symbol-regexp): Add `face'.
8196         (help-make-xrefs): Check for quoted face names and adapt regexp
8197         submatch numbers to cope.
8198         (help-xref-interned): Maybe insert face doc too.  Separate
8199         sections with a line of hyphens.
8201         * faces.el:  Some doc fixes.  Declare some functions obsolete.
8202         (describe-face): Add customize button.  Return the help
8203         text.  Fix prompt.
8205 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
8207         * term/internal.el (IT-character-translations): Fix last change.
8209 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8211         * woman.el: New file
8212         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8214 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8216         * term/internal.el (IT-character-translations): Update ASCII
8217         simulations for greek-iso8859-7, add latin-iso8859-14 and
8218         latin-iso8859-15.
8220         * international/mule-cmds.el (set-language-info-alist): Call
8221         define-prefix-command with 3 arguments, to make the map suitable
8222         for a menu.
8224 2000-05-07  Dave Love  <fx@gnu.org>
8226         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
8228 2000-05-05  Dave Love  <fx@gnu.org>
8230         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8231         list in doc string.  Don't quote keyword symbols.
8232         * emacs-lisp/cl.el: Likewise
8233         * emacs-lisp/cl-seq.el: Likewise
8235 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
8237         * abbrev.el (abbrev-mode): Make ARG optional.
8239 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
8241         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
8243         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8245         * subr.el (substitute-key-definition): Clarify documentation.
8247 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
8249         * glasses.el (glasses-convert-to-unreadable): Use
8250         `glasses-separator' instead of the hard-wired "_".
8251         (glasses-mode): Call `glasses-make-unreadable' only in a single
8252         place.
8254 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
8256         * term/internal.el (cjk-codepages-alist): Add associations for
8257         Chinese and Korean codepages.  Remove FIXME comment.
8259 2000-05-03  Dave Love  <fx@gnu.org>
8261         * time.el (display-time-mail-face, display-time-use-mail-icon):
8262         New option.
8263         (display-time-mail-icon): New variable.
8264         (display-time-string-forms): Use the above.  Fix the local-map.
8266 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
8268         * replace.el (query-replace-map): Add binding for `E'.
8269         (query-replace-help): Extend help text.
8270         (perform-replace): Allow editing the replacement string.
8272         * make-mode.el (makefile-mode-abbrev-table): New variable.
8273         (makefile-mode): Set local abbrev table to
8274         makefile-mode-abbrev-table.
8275         (makefile-font-lock-keywords): Fontify includes and conditionals.
8277         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
8278         set TOGGLE's value.
8280         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
8281         mail-interactive-insert-alias.
8282         (mail-abbrev-complete-alias): New command.
8283         (mail-mode-map): Bind it to `M-TAB'.
8285 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
8287         * language/lao-util.el (lao-compose-region): New function.
8289 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
8291         * files.el (recover-session): Make directories as necessary
8292         if they don't exist yet.
8294         * calendar/cal-french.el
8295         (french-calendar-multibyte-special-days-array)
8296         (french-calendar-special-days-array): Change French text.
8297         (calendar-french-date-string): Change output.
8298         (calendar-goto-french-date): Likewise.
8300 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
8302         * wid-edit.el (widget-default-active): Obey `:always-active'.
8303         (widget-documentation-string-value-create): Set `:always-active'.
8305 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
8307         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
8308         default prefix to `~/_emacs.d/auto-save.list/_s'.
8309         (normal-top-level): Create the directory for auto-save files, if
8310         it doesn't already exist (in the ms-dos case only).
8312 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
8314         * international/mule-cmds.el (set-language-environment): Don't
8315         concat an integer (dos-codepage), use format instead.
8317 2000-05-02  Dave Love  <fx@gnu.org>
8319         * help.el (help-xref-on-pp): Check for constant symbols.
8321 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
8323         * startup.el (normal-top-level): Put a condition-case around
8324         the code loading subdirs.el.
8326 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8328         * ps-print.el: Upside-down and face background color printing,
8329         line number step, doc fix.
8330         (ps-print-version): New version number (5.2).
8331         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8332         (ps-face-attribute-list, ps-plot-with-face): Code fix.
8333         (ps-spool-config): Var fix.
8334         (ps-printer-name-option): Const fix.
8335         (ps-print-upside-down, ps-use-face-background)
8336         (ps-line-number-step): New vars.
8337         (ps-window-system, ps-lp-system): New consts.
8338         (ps-face-background): New fun.
8340 2000-04-28  Richard Stallman  <rms@gnu.org>
8342         * files.el (make-auto-save-file-name):
8343         Apply auto-save-file-name-transforms to visited file name
8344         before generating auto save file name.
8345         (auto-save-file-name-transforms): New variable.
8347         * files.el (backup-enable-predicate):
8348         Correctly test for a file under a temporary directory.
8350 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
8352         * subr.el (add-minor-mode): Rewritten.
8354 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
8356         * mail/sendmail.el (sendmail-send-it): Set
8357         buffer-file-coding-system to the selected coding system for MIME
8358         header.
8360 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
8362         * dired.el (dired-move-to-filename-regexp): Allow format where
8363         YYYY is followed by two spaces.
8365         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8366         in the second character class of the regexp.
8368         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8369         mh-etc, too.
8371         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8372         nil.
8374         * subr.el (add-minor-mode): Use `set' instead of `setq'.
8376         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8377         argument.
8379 2000-04-27  Sen Nagata <sen@eccosys.com>
8381         * emacs-lisp/crm.el (crm-completion-table): New variable.
8382         (crm-collection-fn, crm-test-completion)
8383         (completing-read-multiple): Use it.
8385 2000-04-27  Dave Love  <fx@gnu.org>
8387         * help.el (locate-library): Use mapc.
8388         (help-manyarg-func-alist): Add call-process-region.
8390 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
8392         * subr.el (add-minor-mode): Make argument MAP optional.
8394         * desktop.el (desktop-save): Save list of minor modes.
8395         (desktop-create-buffer): Restore minor modes.
8396         (desktop-minor-mode-table): New user-option.
8398         * subr.el (add-minor-mode): New function.
8400         * image.el (find-image): New function.
8401         (defimage): Rewritten to find image at load time.
8403         * startup.el (normal-top-level-add-to-load-path): Handle
8404         case that the default directory is not in load-path.
8406         * help.el: Old patch from Stefan Monnier.
8407         (help-xref-on-pp): New function.
8408         (describe-variable): Use it to display xrefs in a symbol's value.
8410 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
8412         * cus-edit.el (custom-face): Fix parenthesis.
8414 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
8416         * mail/rmail.el (rmail-expunge): When there are no deleted
8417         messages, do nothing.
8419 2000-04-26  Dave Love  <fx@gnu.org>
8421         * international/mule-cmds.el (locale-translation-file-name):
8422         Defvar to nil.
8423         (set-locale-environment): Set it here (at runtime).
8425 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
8427         * replace.el (perform-replace): Add parameters START and END.  Use
8428         them instead of the check for a region in Transient Mark mode.
8429         (query-replace-read-args): Return two more list elements for the
8430         start and end of the region in Transient Mark mode.
8431         (query-replace, query-replace-regexp, query-replace-regexp-eval)
8432         (map-query-replace-regexp, replace-string, replace-regexp): Add
8433         optional last arguments START and END and pass them to
8434         perform-replace.
8436         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
8437         form with additional arguments for perform-replace.
8439         * progmodes/etags.el (tags-query-replace): Add parameters START
8440         and END.  Construct a form with additional arguments for
8441         perform-replace.
8443         * simple.el (shell-command): Set default directory for "*Shell
8444         Command Output" buffer.
8446         * language/european.el (iso-latin-4): Fix typo.
8448         * emacs-lisp/crm.el: New file.
8450 2000-04-24  Dave Love  <fx@gnu.org>
8452         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8453         (Custom-reset-saved, Custom-reset-standard)
8454         (custom-group-value-create, custom-group-set, custom-group-save)
8455         (custom-group-reset-current, custom-group-reset-saved)
8456         (custom-group-reset-standard): Use mapc.
8457         (custom-buffer-create-internal): Disable undo when creating items.
8458         Use mapc.
8459         (custom-face): Avoid redundant lambda.
8461 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
8463         * startup.el (auto-save-list-file-prefix): Set default to
8464         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
8466 2000-04-24  Sam Steingold  <sds@gnu.org>
8468         * time-stamp.el (time-stamp-string-preprocess): Always convert
8469         `field-result' to a string.
8471 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
8473         * frame.el (scrolling): New group.
8474         (automatic-hscrolling): New user-option.
8476         * startup.el (command-line-x-option-alist): Add `-lsp' and
8477         `--line-spacing'.
8479 2000-04-19  Dave Love  <fx@gnu.org>
8481         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
8482         (cl-mapc): Rename from mapc.  Fix the funcall.
8484 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
8486         * simple.el (clone-indirect-buffer-other-window): New command.
8487         (clone-indirect-buffer): Add optional arg NORECROD.
8488         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
8490         * help.el (resize-temp-buffer-window): Use count-screen-lines.
8492         * window.el (count-screen-lines): New function.
8493         (shrink-window-if-larger-than-buffer): Use count-screen-lines
8494         instead of window-buffer-height.
8496         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
8497         non-existing variable comint-input-sentinel.
8498         (inferior-lisp-args-to-list): Removed.
8499         (inferior-lisp): Use split-string instead of
8500         inferior-lisp-args-to-list.
8502         * hexl.el (hexl-insert-hex-string): New command.
8504         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
8505         instead of concat.
8507 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
8509         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
8510         at the start of an existing but empty folder.
8512 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8514         * ps-mule.el: Customization fix, doc fix.
8515         (ps-multibyte-buffer): Customization fix.
8517 2000-04-17  Richard M. Stallman  <rms@gnu.org>
8519         * subr.el (read-passwd): Use read-char-exclusive.
8521 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
8523         * textmodes/texinfo.el (texinfo-insert-@email)
8524         (texinfo-insert-@emph, texinfo-insert-@quotation)
8525         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
8526         (texinfo-mode-map): Add key bindings for them.
8528         * files.el (basic-save-buffer-2): Use a template with `$'
8529         instead of `#' for VMS.
8531         * simple.el (clone-indirect-buffer): New function.
8533 2000-04-16  Stephen Eglen  <stephen@gnu.org>
8535         * iswitchb.el (iswitchb-case): New function.  If the user input
8536         contains any upper-case characters, the search is made
8537         case-sensitive.
8539 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
8541         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
8542         comment-end.
8543         (texinfo-font-lock-syntactic-keywords): New var.
8544         (texinfo-font-lock-keywords): Remove comment regexp.
8545         (texinfo-insert-block): New function.
8546         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
8547         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
8548         and font-lock-defaults.  Use regexp-opt for outline-regexp.
8549         (texinfo-environments): New var.
8550         (texinfo-environment-regexp): Use regexp-opt and
8551         texinfo-environments.
8553         * textmodes/ispell.el (ispell-menu-map-needed): Check that
8554         ispell-process is bound since this might be eval'd before ispell
8555         is loaded.
8556         (ispell-message): Use a tiny bit less magic and a bit more hard
8557         data to figure out what kind of sc-cite-regexp to use.
8559         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
8561         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
8562         (insert-cyclic-diary-entry): Unquote the lambda.
8564         * gud.el (gud-jdb-build-source-files-list): Fix typo.
8566         * files.el (backup-enable-predicate): Unquote the lambda.
8568         * cus-edit.el (custom-face, face): Unquote the lambda.
8570 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8572         * ps-print.el: Check for line-beginning-position definition.
8574         * ps-print.el: Fix counting lines in a region.
8575         (ps-print-version): New version number (5.1.5).
8576         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8577         (ps-printing-region): Fun code fix.
8579 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
8581         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
8582         to file-directory-p.
8584 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
8586         * gud.el (gud-jdb-build-source-files-list): Check that directory
8587         exists before calling directory-files.
8589 2000-04-13  Dave Love  <fx@gnu.org>
8591         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
8592         syntax.
8594         * emacs-lisp/cl-specs.el: Remove when, unless.
8596         * emacs-lisp/cl-extra.el: Don't quote keywords.
8597         (cl-old-mapc): New variable.
8598         (mapc): Use it.
8599         (cl-map-intervals): Use with-current-buffer.  Don't check for
8600         next-property-change.
8601         (cl-map-overlays): Use with-current-buffer.
8602         (cl-expt): Remove.
8603         (copy-tree, remprop): Define unconditionally.
8605         * emacs-lisp/cl-compat.el (keywordp): Remove.
8607         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
8608         to use keywordp.
8609         (edebug-spec): Enable keywordp.
8611         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
8612         string-lessp.
8614         * cus-start.el: Use keywordp.
8616 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8618         * diary-lib.el (include-other-diary-files): Fix the fix of
8619         2000-02-18 by doing a save-excursion.
8621 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8623         * ps-print.el: Customization fix, doc fix.
8624         (ps-print-version): New version number (5.1.4).
8625         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
8626         (ps-print-preprint): Adjust code.
8627         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
8628         (ps-print-prologue-header, ps-print-control-characters)
8629         (ps-spool-config): Customization fix.
8631 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
8633         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
8634         converted to the new menu-item format, names silightly changed,
8635         help strings added.
8637         Support for spelling without async subprocesses:
8639         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
8640         (ispell-session-buffer): New variables.
8641         (ispell-start-process, ispell-process-status,
8642         ispell-accept-output, ispell-send-string): New functions, for
8643         Ispell invocation when async subprocesses aren't supported.
8644         (ispell-word, ispell-pdict-save, ispell-command-loop,
8645         ispell-process-line, ispell-buffer-local-parsing): Replace calls
8646         to process-send-string with calls to ispell-send-string, and
8647         accept-process-output with ispell-accept-output.
8648         (ispell-init-process): Call ispell-process-status instead of
8649         process-status with.
8650         (ispell-init-process): Call ispell-start-process.  Call
8651         ispell-accept-output and ispell-send-string.  Don't call
8652         process-kill-without-query and kill-process if they are unbound.
8653         (ispell-async-processp): New function.
8655 2000-04-12  Dave Love  <fx@gnu.org>
8657         * info.el: Add debug-ignored-errors.
8658         (Info-mode-menu): Add some items.
8659         (Info-directory): Add autoload cookie.
8661         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
8662         Modify `truncate-lines'.  Make `describe-language-environment'
8663         always visible and add help.  Modify `describe-key' help.  Invoke
8664         Info-directory from `info'.  New entry `emacs-manual'.
8666 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
8668         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
8669         propertized-buffer-identification.
8670         (ebrowse-update-member-buffer-mode-line): Likewise.
8671         (ebrowse--mode-strings): Removed.
8672         (ebrowse--mode-line-props): Removed.
8674         * files.el (auto-mode-alist): Add `EBROWSE'.
8676         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
8677         space before testing for end of buffer.
8678         (ebrowse-load): Removed.
8679         (ebrowse-revert-tree-buffer-from-file): Rewritten.
8680         (ebrowse-create-tree-buffer): Rewritten.
8681         (ebrowse-tree-mode): Read tree from buffer.
8683         * progmodes/ebrowse-ffh.el: Removed.
8685 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
8687         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
8689 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
8691         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8692         at the wrong place.
8694 2000-04-09  Dave Love  <fx@gnu.org>
8696         * files.el (backup-enable-predicate): Use
8697         temporary-file-directory, small-temporary-file-directory.
8698         (make-backup-file-name-function, backup-directory-alist): New
8699         variables.
8700         (make-backup-file-name-1): New function.
8701         (make-backup-file-name): Use it.
8702         (find-backup-file-name): Likewise.  Use format for clarity, not
8703         concat.
8704         (file-newest-backup): Use make-backup-file-name.
8706 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
8708         * progmodes/ebrowse-ffh.el: New file.
8710         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
8711         to ebrowse-ffh.el.
8712         (ebrowse-load): Add autoload.
8714         * finder.el (finder-commentary): Add autoload cookie.
8716         * mail/rfc2368.el: Correct author's email address.
8718         * progmodes/ebrowse.el: New file.
8720         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
8721         item help string.
8722         (easy-menu-do-add-item): Ditto.
8723         (easy-menu-define): Extend doc string.
8725         * jit-lock.el (with-buffer-unmodified): Use
8726         restore-buffer-modified-p.
8727         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
8728         (jit-lock-function, jit-lock-stealth-fontify): Don't use
8729         with-buffer-unmodified.
8731 2000-04-08  Dave Love  <fx@gnu.org>
8733         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
8734         unless, when.
8736 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
8738         * viper-util.el (viper-put-on-search-overlay): New subroutine.
8739         (viper-flash-search-pattern): No operation when using Emacs
8740         doesn't support face.
8741         Use `viper-put-on-search-overlay'.
8743 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
8745         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
8746         like C-r.
8748         * progmodes/make-mode.el: Some doc fixes.
8749         (makefile-mode-abbrev-table): New variable.
8750         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
8751         (makefile-font-lock-keywords): Fontify includes and conditionals.
8752         (toplevel): Require `dabbrev' and `add-log' when compiling.
8754         * replace.el (perform-replace): Don't move forward one char
8755         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
8756         to do that because it leaves point 1 position after the last
8757         replacement, after everything has been replaced.
8759         * jit-lock.el (with-buffer-unmodified): New macro.
8760         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
8761         modified state.
8762         (jit-lock-function-1): Extracted from jit-lock-function; not
8763         preserving buffer's modified state.
8764         (jit-lock-function, jit-lock-stealth-fontify): Call
8765         jit-lock-function-1.
8767         * mail/rfc2368.el: Remove supernumerary copyright line.
8769 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
8771         * glasses.el: Provide facilities for inserting space before left
8772         parentheses and uncapitalization of identifiers.
8773         (glasses-mode): Try to remove old overlays in all cases.
8775 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
8777         * progmodes/compile.el (compile-internal): Display the compilation
8778         buffer in a different frame, if it's already displayed there.
8780         * mail/rfc2368.el: New file.
8782         * simple.el (sendmail-user-agent-compose): Recognize a `body'
8783         header and insert its value as mail body.
8785         * subr.el (member-ignore-case): New function.
8787         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8788         (dabbrev--find-expansion): Ignore buffers matching a regexp
8789         from dabbrev-ignored-regexps.
8791         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8792         to extensions handled by gzip.
8794 2000-04-03  Richard M. Stallman  <rms@gnu.org>
8796         * files.el (insert-directory): List the total free space
8797         along with the used space.
8799         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
8800         line is followed by one that matches CITATION-REGEXP, end the
8801         paragraph.
8803 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
8805         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
8806         (rmail-make-basic-summary-line): Use that option.
8808 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
8810         * international/mule-cmds.el (encoded-string-description):
8811         Rewritten.   Try pretty description for ISO 2022 escape sequences
8812         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
8813         for hexadecimal format.
8815 2000-04-01  Dave Love  <fx@gnu.org>
8817         * cpp.el: Change customization group to `c' from `C'.
8819         * vcursor.el (vcursor-move): Use display-color-p.
8821         * international/mule-util.el: Provide mule-utils.
8822         (string-to-sequence): Simplify and speed up.
8824         * international/mule.el (make-coding-system): Purecopy doc-string.
8826         * international/mule-cmds.el: Various menu changes.
8827         (describe-specified-language-support): Handle `Default'.
8828         (set-language-info): Purecopy `info'.
8830 2000-03-31  Andrew Innes  <andrewi@gnu.org>
8832         * vc.el (vc-backend-diff): Return the correct status if we had to
8833         retry the rcsdiff command without the --brief option.
8835 2000-03-31  Dave Love  <fx@gnu.org>
8837         * help.el (help-manyarg-func-alist): Correct several omissions.
8839         * add-log.el: Don't require cl, fortran.
8840         (add-log-current-defun-function): Doc fix.
8841         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
8842         fix.
8843         (change-log-version-rcs): Function deleted.
8844         (change-log-version-number-search): Doc fix.  Use
8845         vc-workfile-version.  Avoid CL dolist.
8846         (add-change-log-entry): Just call add-log-current-defun to get
8847         defun.  Simplify somewhat.
8848         (change-log-get-method-definition-1): Likewise.
8849         (add-log-current-defun): Return nil if calling
8850         add-log-current-defun-function does so.  Move Fortran stuff to
8851         fortran.el.  Return string without properties.
8853         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
8854         and :alpha: char classes.
8856         * mail/supercite.el: Defvar curline when compiling.
8857         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
8858         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
8859         rather than a-zA-Z0-9 to allow non-ASCII characters.
8861 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
8863         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
8865         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8866         Re-enable new code.
8868         * lpr.el (print-region-1): Use -d to specify printer name for
8869         systems `usg-unix-v*, `dgux', `hpux', `irix'.
8871 2000-03-31  Dave Love  <fx@gnu.org>
8873         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
8874         for function definition in symbol's function value slot first
8875         instead of first consulting byte-compile-function-environment.
8877 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
8879         * language/european.el ("Polish"): New language environment.
8880         (setup-polish-environment): New function.
8882 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
8884         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8885         Disable new code.
8887         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
8888         trying to `load' the symbol of an autoload instead of the file
8889         recorded in the autoload.  Fix error messages.
8891 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8893         * ps-print.el: PostScript programming fix for ghostview, doc fix.
8894         (ps-print-version): New version number (5.1.3).
8895         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
8896         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
8897         (ps-generate-postscript-with-faces): Code fix.
8898         (ps-color-values): XEmacs compatibility.
8899         (ps-print-background-image, ps-print-background-text, ps-printer-name)
8900         (ps-default-fg, ps-default-bg): Adjust customization.
8901         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
8902         (ps-color-scale): Renaming old ps-color-value fun.
8903         (ps-print-headers): Replace ps-print-header group to avoid conflict
8904         with ps-print-header variable.
8905         (ps-print-miscellany): New group.
8906         (ps-format-color, ps-rgb-color): New funs.
8907         (ps-default-foreground): New var.
8908         (ps-printer-name-option): New const.
8910 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
8912         * net/net-utils.el:
8913         (network-connection-host, network-connection-service): New variables
8914         (network-connection-mode): New mode, derived from comint-mode
8915         (network-connection-mode-setup): New function, saves host and
8916         service information in local variables.
8918         * lisp/locate.el:
8919         (locate-word-at-point): Added this function
8920         (locate): Default to using locate-word-at-point as input
8921         Run dired-mode-hook
8923 2000-03-29  Dave Love  <fx@gnu.org>
8925         * calendar/appt.el: Doc fixes.
8926         (appt-check): Convert min-to-app to a string before passing to
8927         appt-disp-window-function or concat.
8928         (appt-delete-window): Remove test for frame-root-window.
8929         (appt-select-lowest-window, appt-convert-time): Simplify.
8931         * emacs-lisp/bytecomp.el: Doc fixes.
8932         (byte-compile-file-form-autoload): Update
8933         byte-compile-function-environment.
8935 2000-03-29  Andreas Schwab  <schwab@suse.de>
8937         * emacs-lisp/autoload.el: Also print defsubst doc string
8938         specially.
8940         * dired.el (dired-insert-directory): If dired-free-space-program
8941         failed just delete its output.
8943 2000-03-29  Dave Love  <fx@gnu.org>
8945         * international/iso-cvt.el: Move provide to end.  Doc fixes.
8946         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
8947         (iso-iso2sgml, iso-sgml2iso): New functions.
8948         (iso-cvt-define-menu): Fix some entries and use backquote for
8949         clarity.
8951         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
8953 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
8955         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
8956         ISO-DATE.  If non-nil, return date in ISO 8601 format.
8958 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
8960         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
8961         if it ever becomes used.
8962         (log-edit-mode-hook): Default to vc-log-mode-hook.
8963         (log-edit-mode): Fix the docstring.
8965         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
8966         the code.
8968 2000-03-26  Dave Love  <fx@gnu.org>
8970         * net/browse-url.el (browse-url): Re-fix case of
8971         browse-url-browser-function being an alist.
8972         (browse-url): Add :link to defgroup.
8974         * files.el: Doc fixes.
8975         (file-truename): Include `[' in wildcard characters.
8976         (automount-dir-prefix): Customize.
8977         (find-file-wildcards): Add :version.
8978         (find-file-noselect): Simplify a mapcar call.
8980         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
8981         compatible with inf-lisp version.
8982         (eval-defun-1): Fix custom-declare-variable case.
8984 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
8986         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
8988 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
8990         * Makefile (COMPILE_FIRST): New macro.
8991         (compile-files): Compile files from COMPILE_FIRST first.
8993         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
8994         code.
8996         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
8997         matching open parenthesis in column 0 to defun-prompt-regexp
8998         only if open-paren-in-column-0-is-defun-start is set.
9000         * sun-curs.el: Require CL at compile-time only.
9002         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9003         instead of copy-list which is a function from CL.
9004         (msb--choose-menu, msb--mode-menu-cond)
9005         (msb--create-buffer-menu-2): Use dolist instead of mapc.
9006         (msb--init-file-alist): Use mapcar instead of mapcan.
9007         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
9008         `(' in column 0 in doc string.
9009         (msb--add-separators): Use mapcar instead of mapcan.
9011         * cus-dep.el: Require CL at compile-time only.
9013 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
9015         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9016         (byte-compile-warnings): New warning `noruntime'.
9017         (byte-compile-constants, byte-compile-variables): Fix docstring.
9018         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9019         execute `eval-whenc-compile's body.
9020         (byte-compile-unresolved-functions): Fix docstring.
9021         (byte-compile-eval): New function.
9022         (byte-compile-callargs-warn): Check if the function will be available
9023         at runtime (via property `byte-compile-noruntime').
9024         (byte-compile-print-syms): New function.
9025         (byte-compile-warn-about-unresolved-functions): Also warn about
9026         `noruntime' functions (and use `byte-compile-print-syms').
9027         (byte-compile-file): Capitalize the message.
9029 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
9031         * mail/rmail.el (rmail-confirm-expunge): New user-option.
9032         (rmail-expunge): Ask for confirmation depending on the setting
9033         of rmail-confirm-expunge.
9035 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
9037         * Makefile (bootstrap-clean): If $(emacs) exists, build
9038         loaddefs.el first.  A loaddefs.el that's not up-to-date might
9039         cause a bootstrap failure because things don't autoload as
9040         expected.
9042 2000-03-23  Dave Love  <fx@gnu.org>
9044         * net/browse-url.el: Restore previous use of
9045         browse-url-maybe-new-window.
9047 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9049         * ps-print.el: Skip banner page fix.
9050         (ps-print-version): New version number (5.1.2).
9051         (ps-begin-file, ps-end-file, ps-generate): Code fix.
9053 2000-03-23  Dave Pearson  <davep@davep.org>
9055         * net/quickurl.el Changed the type of parameter passed to the
9056         function defined by `quickurl-format-function'. Before only the
9057         text of the URL was passed. Now the whole URL structure is passed
9058         and the function is responsible for extracting the parts it
9059         requires.  Changed the default of `quickurl-format-function'
9060         accordingly.
9061         (quickurl-insert): Changed the `funcall' of
9062         `quickurl-format-function' to match the above change.
9063         (quickurl-list-insert): Changed the `url' case so that it makes
9064         use of `quickurl-format-function', previous to this the format was
9065         hard wired.
9067 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
9069         * startup.el: Change some spellings for the X Window System.
9071 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
9073         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9074         up the code and the regexp and make sure the cursor is temporarily
9075         moved to the suspicious line while querying the user.
9077 2000-03-22  Jason Rumney  <jasonr@gnu.org>
9079         * w32-fns.el (w32-charset-info-alist): Initialize.
9081 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9083         * ps-print.el: N-up last page fix.
9084         (ps-print-version): New version number (5.1.1).
9085         (ps-end-file, ps-end-job, ps-generate): Code fix.
9087 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
9089         * files.el (find-file-run-dired): Update docstring.
9090         (find-directory-functions): New hook.
9091         (find-file-noselect): Run find-directory-functions rather than
9092         calling dired directly.
9094         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9096         * pcvs.el: Add a minimal leading commentary.
9097         (cvs-make-cvs-buffer): Change the header part by removing the startup
9098         message and adding a `Module' entry.  Also replace the FOOTER and
9099         HEADER special fileinfos with the new support in ewoc for updating
9100         its own footer and header.
9101         (cvs-update-header): Update to use the header/footer of the ewoc.
9102         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9103         (cvs-is-within-p): New function.
9104         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
9105         to only examine some subset of the buffers.
9107         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
9108         `format' instead of our own ad-hoc functions.
9109         Remove HEADER and FOOTER cases, now handled in the EWOC.
9110         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
9112         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
9113         output to avoid scaring the user.
9114         (cvs-parse-table): Catch message for non-up-to-date commits.
9116         * pcvs-defs.el (cvs-startup-message): Remove.
9117         (cvs-global-menu): New autoloaded menu.
9119         * pcvs-util.el (cvs-string-fill): Remove.
9121         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
9122         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
9123         PP part of it and also make it work for footers and headers.
9124         (ewoc-create): Drop POS and BUFFER arguments.
9125         Use the DLL's dummy node to store the end-of-footer position.
9126         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
9127         (ewoc-refresh): Remove unused `header' variable.
9128         (ewoc-(get|set)-hf): New functions.
9130         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
9131         log-view-*-(message|file) and use easy-mmode-define-navigation.
9132         (log-view-message-re): Match SCCS format as well.
9133         And match the revision line rather than the dashed separator line.
9134         (log-view-mode): Use the new define-derived-mode.
9135         (log-view-current-tag): Fill in with an actual implementation.
9137         * cvs-status.el (cvs-status-(prev|next)): Rename from
9138         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
9139         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
9140         to let the output "breathe" a little more (more readable).
9141         (cvs-status-mode): Use the new define-derived-mode.
9143         * smerge-mode.el (smerge-auto-leave): New function and variable.
9144         (smerge-basic-map): Rename from smerge-basic-keymap.
9145         Change the bindings for smerge-diff-*.
9146         (smerge-*-map): Use easy-mmode-defmap.
9147         (smerge-(next|prev)): Use easy-mmode-define-navigation.
9148         (smerge-keep-*): Use smerge-auto-leave.
9150 2000-03-21  Jason Rumney  <jasonr@gnu.org>
9152         * cus-edit.el (custom-button-face): Use 3D look for w32.
9153         (custom-button-pressed-face): Likewise.
9155 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
9157         * progmodes/etags.el (tags-case-fold-search): New user-option.
9158         (tags-loop-eval): New function.  Bind case-fold-search around eval
9159         depending on the value of tags-case-fold-search.
9160         (tags-loop-continue): Use tags-loop-eval.
9161         (find-tag-in-order): Bind case-fold-search depending on the value
9162         of tags-case-fold-search.
9164 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
9166         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9167         (diff-end-of-hunk): Return the end position for use in
9168         `easy-mmode-define-navigation'.
9169         (diff-recenter): Remove.
9170         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9171         of `easy-mmode-define-navigation'.
9172         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
9173         previous renaming) and fix to use new names.
9174         (diff-merge-strings): Use \n as separator: simpler, faster.
9175         (diff-mode): Use `define-derived-mode'.
9177         * derived.el (define-derived-mode): Don't autoload anymore.
9178         Prefer the macro-only version provided by easy-mmode.el.
9180         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
9181         `easy-mmode-define-derived-mode'.
9182         Use `combine-run-hooks'.
9183         (easy-mmode-define-navigation): New macro.
9185         * subr.el (combine-run-hooks): New function.
9187 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
9189         * term/x-win.el: Fontsets related initialization is simplified.
9191         * international/mule-diag.el (describe-font): Don't refer to
9192         global-fontset-alist, instead call font-list.
9193         (describe-fontset, list-fontsets, mule-diag): Likewise.
9194         (print-fontset): Adjusted for the change of fontset
9195         implementation.
9197         * international/fontset.el (x-charset-registries): Variable
9198         removed, instead the corresponding data is stored in the default
9199         fontset.
9200         (register-alternate-fontnames): Function removed.
9201         (resolved-ascii-font): Variable removed.
9202         (x-compose-font-name): Ignore the second argument REDOCE.
9203         (x-complement-fontset-spec): Complement only an ASCII font and
9204         element for those charsets than can use that ASCII font.
9205         (generate-fontset-menu): Don't refer to global-fontset-alist,
9206         instead call fontset-list.
9207         (uninstantiated-fontset-alist): Variable removed.
9208         (x-style-funcs-alist): Likewise.
9209         (fontset-default-styles): Likewise.
9210         (x-modify-font-name): Function removed.
9211         (create-fontset-from-fontset-spec): Ignore the argument
9212         STYLE-VARIANT.
9213         (create-fontset-from-ascii-font): Docsting adjusted for the above
9214         change.
9215         (instantiate-fontset, resolve-fontset-name): Functions removed.
9216         (fontset-list): Now implemented by C code.
9218         * faces.el (read-face-font): Fix TABLE arg to completing-read.
9219         (describe-face): Include `font' attribute in the description.
9221 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
9223         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9225 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
9227         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9228         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9229         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
9231         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9232         about behavior of set-buffer-modified-p wrt redisplay.
9234 2000-03-19  Richard M. Stallman  <rms@gnu.org>
9236         * view.el (view-mode-disable): Kill local binding of view-read-only.
9238 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
9240         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
9241         is a string, convert it to a syntax cell using string-to-syntax.
9243         * simple.el (syntax-code-table, syntax-flag-table): New variables.
9244         (string-to-syntax): New function.
9246         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9247         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
9248         try to use passive ftp mode.
9250 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
9252         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
9254         * simple.el (append-to-buffer): Update point of windows after
9255         insertion.
9257         * abbrev.el (inverse-add-abbrev): Identify word by first moving
9258         forward then moving backward.  Reindent.
9260         * frame.el (other-frame): Call x-focus-frame only if
9261         focus-follows-mouse is off.
9263 2000-03-17  Dave Love  <fx@gnu.org>
9265         * pcvs-util.el (cvs-strings->string): Rename
9266         replace-regexps-in-string.
9268 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
9270         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
9271         regexp for labels cannot span several lines.
9273         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
9274         `(setq :<key> ':<key>)' to the macro expansion.
9276 2000-03-16  Dave Love  <fx@gnu.org>
9278         * progmodes/f90.el (f90): Put custom group under `languages', not
9279         `fortran'.
9280         (f90-mode-hook): Customize.
9281         (f90-mode): Set add-log-current-defun-function.
9282         (f90-current-defun): New function.
9284 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
9286         * cus-edit.el (custom-variable-tag-face): Handle case that
9287         default face's height is not a number.
9288         (custom-face-tag-face, custom-group-tag-face-1)
9289         (custom-group-tag-face): Ditto.
9290         (custom-group-tag-face-1): Add :group.
9292         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
9294 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
9296         * pcvs-defs.el (toplevel): Remove autoload cookie for form
9297         requiring easymenu.
9299 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9301         * ps-print.el: PostScript user-defined prologue, PostScript error
9302         handler, doc fix.
9303         (ps-print-version): New version number (5.1).
9304         (ps-user-defined-prologue, ps-error-handler-message)
9305         (ps-print-prologue-0, ps-error-handler-alist): New vars.
9306         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
9307         (ps-insert-string): New function.
9309 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
9311         * international/ccl.el (ccl-compile-expression): Don't generate
9312         invalid self-assignment code.
9314 2000-03-14  Dave Love  <fx@gnu.org>
9316         * subr.el (replace-regexp-in-string): Renamed from
9317         replace-regexps-in-string.  Doc fix.
9319 2000-03-12  Dave Love  <fx@gnu.org>
9321         * cus-edit.el: Doc fixes.
9322         (customize-set-variable, customize-save-variable): Rename args for
9323         doc.
9324         (custom-variable-tag-face, custom-face-tag-face)
9325         (custom-group-tag-face-1, custom-group-tag-face): Modify from
9326         style which user identify as hyperlink.
9327         (hook): Don't add undefined functions to the hook.
9328         (debug-ignored-errors): Transfer message from bindings.el.
9330 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
9332         * recentf.el (recentf-keep-non-readable-files-p): Remove
9333         double/nested definition.
9335 2000-03-12  Dave Love  <fx@gnu.org>
9337         * facemenu.el (facemenu-get-face): Use display-color-p.
9338         * enriched.el (enriched-decode-foreground): Likewise.
9339         (enriched-decode-background): Likewise.
9340         * isearch.el (isearch-highlight): Likewise.
9341         * info-look.el (info-lookup): Likewise.
9342         * simple.el (completion-setup-function): Likewise.
9344         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9345         :options.
9347         * bindings.el (mode-line-format): Fix line-number and
9348         column-number items.  Add help-echo for the background.
9349         (mode-line-mule-info): Modify help-echo.
9351         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9352         defcustom.
9354         * files.el (load-file): Allow completion to .elc.
9356         * man.el: Doc fixes.
9357         (Man-init-defvars): Use display-color-p to set fontification.
9359         * play/hanoi.el (hanoi-internal): Don't use oddp.
9361 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
9363         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9365         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9367 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9369         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9370         Fix comment.
9372 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
9374         * font-lock.el (font-lock-keywords): Fix the doc now that
9375         regexp-opt-depth is unnecessary.
9376         (save-buffer-state): Set an edebug spec.
9377         (font-lock-fontify-anchored-keywords): Properly handle the case when
9378         the matcher goes past the limit.
9380         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9381         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9383         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
9384         dll.el and cookie.el (from Elib) with heavy renaming and other
9385         massaging.
9387         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9388         Autoload the functions used.
9389         (easy-mmode-define-syntax): Fix CL typo.
9390         (easy-mmode-define-derived-mode): Improve the docstring generation.
9392 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
9394         * textmodes/texinfo.el (texinfo-version): Variable and function
9395         removed.
9397 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
9399         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9400         allow more flexibility.
9401         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9402         fns.
9403         (easy-mmode-defmap, easy-mmode-defsyntax)
9404         (easy-mmode-define-derived-mode): New macros.
9406 2000-03-09  Didier Verna  <didier@xemacs.org>
9408         * rect.el (replace-rectangle): New function.
9410 2000-03-09  Dave Love  <fx@gnu.org>
9412         * progmodes/fortran.el (fortran-comment-line-start): Define as
9413         "C".
9414         (fortran-comment-line-start-skip): Don't match cpp stuff.
9415         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
9416         (fortran-mode-map): Remove over-eager custom-menu-create for now.
9417         (fortran-mode): Don't set fortran-comment-line-start-skip,
9418         fortran-comment-line-start here.  Set comment-start,
9419         add-log-current-defun.
9420         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9421         (fortran-current-defun): New function.
9423 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
9425         * emacs-lisp/re-builder.el: New file.
9427         * mouse.el (mouse-drag-region): Don't run up-event handler
9428         if hscroll has changed.
9430         * octave-mod.el (octave-font-lock-keywords): To font-lock the
9431         builtin operators, use `font-lock-builtin-face' for Emacs and
9432         `font-lock-preprocessor-face' otherwise.
9434         * font-lock.el (lisp-font-lock-keywords-1): Highlight
9435         `(defun (setf foo)' differently.
9437 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
9439         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
9440         (regexp-opt): Update comment and adapt the code the new meaning of
9441         the `paren' argument of regex-opt-group for shy-groups.
9442         (regexp-opt-depth): Handle shy groups as well as backslashed
9443         backslashes.
9444         (regexp-opt-group): Turn the leading comment into a docstring.
9445         Allow `paren' to be a string (the string to use to open a group).
9446         Remove open-presuf and close-presuf.  Instead of checking for `all
9447         one-char' and then later on check for `several one-char', handle
9448         both cases close together.  Also apply a more generic algorithm
9449         for suffixes (the mirror image of the algorithm used for
9450         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
9451         (regexp-opt-try-suffix): Removed.
9453         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
9454         from comint-mode-map, so we can just inherit from it.  Also, move
9455         the initialization into the `defvar' since there's no docstring
9456         anyway and it's fairly short.
9457         (inferior-scheme-mode): Define it as derived-mode: the code is
9458         shorter and this way we inherit from comint-mode-map rather than
9459         copying it.
9461         * subr.el (replace-regexps-in-string): Properly handle the case
9462         where we match an empty string.
9464         * comint.el (comint-exec-1): Add the current-dir to the exec-path
9465         when the command has a directory component (such as "./testml").
9466         Also fix a typo in the comment.
9468 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
9470         * Makefile (compile-files): Compile files one by one because
9471         that's the only way to ensure a clean compilation environment for
9472         each individual file.
9474         * frame.el (other-frame): Call x-focus-frame.
9476 2000-03-07  Dave Love  <fx@gnu.org>
9478         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
9479         :require to defcustom.
9481         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
9482         lists.
9484         * files.el (auto-mode-alist): Add configure.in.
9486         * progmodes/autoconf.el: New file.
9488 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
9490         * mail/mh-e.el: Change maintainer to `none'.
9492         * recentf.el (recentf-keep-non-readable-files-p): Quote args
9493         to remove-hook and add-hook.
9495 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9497         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
9498         it as the default.
9499         (mail-send): Test mail-send-nonascii also for the new `mime' value.
9500         (sendmail-send-it): Conditionally add MIME headers specifying the
9501         used character set.
9503 2000-03-07  Dave Love  <fx@gnu.org>
9505         * winner.el: Fix keywords, autoload cookies.  Split
9506         eval-when-compile form to avoid compilation failure.
9508 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
9510         * international/mule.el: Modify comment about coding system
9511         property `coding-category'.
9512         (make-coding-system): New argument EOL-TYPE.  Pay attention to
9513         coding-category property of PROPERTIES.
9515         * international/mule-conf.el (coding-category-utf-8,
9516         coding-category-utf-16-be, coding-category-utf-16-le): New coding
9517         categories.  Include them in the argument for set-coding-priority.
9519         * international/mule-cmds.el (reset-language-environment): Include
9520         coding-category-utf-8, coding-category-utf-16-be, and
9521         coding-category-utf-16-le in the argument for set-coding-priority.
9522         (reset-language-environment): Initialize coding-category-utf-8,
9523         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
9525 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
9527         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
9528         code abstracted out of `bookmark-jump-noselect'.  Now tries info
9529         extensions as well as compression extensions.
9530         (bookmark-jump-noselect): Use above new func.
9532 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
9534         * strokes.el: Change maintainer's mail address.
9536 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
9538         * international/mule-diag.el (list-character-sets): Make help-echo
9539         string by substitute-command-keys.
9540         (list-character-sets): Likewise.
9541         (sort-listed-character-sets): Call help-setup-xref.
9543 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
9545         * time.el (display-time-mail-file): Add `none' to the list of
9546         choices.
9548 2000-03-01  Dave Love  <fx@gnu.org>
9550         * help.el (help-xref-go-back): Don't try to set position.
9552         * international/mule-diag.el (list-character-sets): Call
9553         help-setup-xref.  Add help-echo to xrefs.
9554         (list-character-sets-1): Add help-echo to xrefs.
9556 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
9558         * frame.el (blink-cursor-mode): Switch cursor on when turning
9559         the mode off.
9561         * add-log.el (add-log-current-defun): Add support for
9562         Autoconf mode.
9564         * mail/rmail.el (rmail-quit-hook): New variable.
9566 2000-03-01  Dave Love  <fx@gnu.org>
9568         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
9570         * help.el (help-xref-button): Add help-echo arg.
9571         (describe-function-1, describe-variable, help-make-xrefs): Use it.
9573         * faces.el (list-faces-display): Supply help-echo with
9574         help-make-xrefs.
9576         * facemenu.el (list-text-properties-at): Set help-xref-stack to
9577         nil.
9579 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
9581         * image.el (defimage): Look for image files in load-path.
9583         * frame.el (busy-cursor-delay-seconds): Change type to
9584         `number'.
9586 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
9588         * recentf.el (recentf): Added version tag to the defgroup of
9589         recentf.
9591 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
9593         * recentf.el (recentf-cleanup): Changed to remove excluded file
9594         too.
9595         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
9596         action to select/unselect a file.
9597         (recentf-edit-list): Code cleanup and improvement.
9598         (recentf-open-more-files-action): `recentf-open-more-files' button
9599         widget action to open a file.
9600         (recentf-open-more-files): No more use standard completion but
9601         widgets.
9602         (recentf-more-collection): Deleted.
9603         (recentf-more-history): Deleted.
9604         (recentf-setup-more-completion): Deleted.
9606 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
9608         * recentf.el (recentf-mode): No more needs that Emacs is running
9609         under a window-system.
9611 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9613         * recentf.el (recentf-edit-list): New command to edit the recent
9614         list which allow the user to remove files.
9615         (recentf-edit-selected-items): New global variable, used by
9616         `recentf-edit-list' to hold the list of files to be removed from
9617         the recent list.
9618         (recentf-make-menu-items): Updated to display a "Edit list..."
9619         menu item.  Minor code cleanup.
9621 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9623         * recentf.el (recentf-open-more-files): New command to open files
9624         that are not displayed in the menu.
9625         (recentf-more-collection): New global variable holding the set of
9626         permissible completions used by `recentf-open-more-files'.
9627         (recentf-more-history): New global variable holding the history list
9628         used by `recentf-open-more-files' completion.
9629         (recentf-setup-more-completion): New function to setup completion for
9630         `recentf-open-more-files'.
9631         (recentf-make-menu-items): Updated to display a "More..." menu item.
9633 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9635         * recentf.el (recentf-menu-action): Doc fixed.
9637 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9639         * recentf.el (recentf-menu-filter): Doc updated.
9640         (recentf-update-menu-hook): Allow menu filters to force menu update.
9641         (recentf-make-menu-items): New menu filter handling.
9642         (recentf-make-menu-item): New helper function.
9643         (recentf-menu-elements): New menu handling function.
9644         (recentf-sort-ascending): Updated to new menu filter handling.
9645         (recentf-sort-descending): Updated to new menu filter handling.
9646         (recentf-sort-basenames-ascending): New menu filter function.
9647         (recentf-sort-basenames-descending): New menu filter function.
9648         (recentf-show-basenames): New menu filter function.
9649         (recentf-show-basenames-ascending): New menu filter function.
9650         (recentf-show-basenames-descending): New menu filter function.
9652 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9654         * diary-lib.el (list-diary-entries): Don't try to go forward at
9655         the end of the buffer.
9657 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
9659         * international/mule-diag.el (list-character-sets): Completely
9660         rewritten.
9661         (sort-listed-character-sets): New function.
9662         (list-character-sets-1): Completely rewritten.
9663         (list-character-sets-2): New function.
9664         (non-iso-charset-alist): New variable.
9665         (decode-codepage-char): New function.
9666         (charset-history): New variable.
9667         (read-charset) (list-block-of-chars)
9668         (list-iso-charset-chars)
9669         (list-non-iso-charset-chars)
9670         (list-charset-chars): New functions.
9671         (mule-diag): Call list-character-sets-2, not
9672         list-character-sets-2.
9673         (dump-charsets): Likewise.
9675 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
9677         * dired-x.el (dired-filename-at-point): Add `@' to valid
9678         file name characters.
9679         (dired-filename-at-point): Handle ange-ftp file names.
9681         * frame.el (frame-notice-user-settings): Use assq-delete-all
9682         instead of assoc-delete-all.
9683         (frame-notice-user-settings): Ditto.
9685         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
9686         Don't copy alist.
9688 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
9690         * calculator.el (calculator-use-menu): New option.
9691         (calculator-initial-bindings): Changed some bindings to work as
9692         macros.
9693         (calculator-forced-input): Removed.
9694         (calculator-restart-other-mode): New variable.
9695         (calculator-mode-map): Set up menu.
9697 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
9699         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
9700         tags.
9702 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
9704         * viper-cmd.el (viper-envelop-ESC-key): added the option to
9705         translate all ESC key sequences.
9706         (viper-goto-mark-subr): restore markers for files for which
9707         they were saved.
9708         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
9709         * viper-util.el (viper-set-replace-overlay-glyphs,
9710         viper-set-replace-overlay): always check if the replacement
9711         overlay is live.
9712         * viper.el (viper-vi-state-mode-list): added major modes.
9713         * ediff-wind.el: minor comment changes.
9714         * ediff.el: copyright notice date fix.
9716 2000-02-27  Jason Rumney  <jasonr@gnu.org>
9718         * faces.el (face-font-family-alternatives): Add arial to helv.
9719         (mode-line, header-line, tool-bar): Same default as x for w32.
9720         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
9721         face-font-family-alternatives from working.
9722         * term/w32-win.el (mouse-set-font): Do not build fontset from
9723         chosen font.
9725 2000-02-25  Sam Steingold  <sds@goems.com>
9727         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
9728         properly.
9730 2000-02-25  Richard M. Stallman  <rms@gnu.org>
9732         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
9734 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
9736         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
9737         writable.
9739         * frame.el (busy-cursor-delay-seconds): New option.
9741 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
9743         * frame.el (show-cursor-in-non-selected-windows): New option.
9745 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9747         * diary-lib.el (include-other-diary-files): Undo the selective
9748         display in any included file and don't kill it.
9750 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
9752         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
9753         bar.  Menu items converted to (menu-item format, help strings
9754         added.
9755         [downcase, upcase]: Don't enable on MS-DOS.
9756         [symlink, symlinks]: Don't show if make-symbolic-link is not
9757         bound.
9758         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
9760 2000-02-23  Dave Love  <fx@gnu.org>
9762         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
9763         (backward-kill-word): Revert addition of * to interactive spec --
9764         it's a feature.
9766         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9767         (backward-kill-sentence, kill-sentence): Likewise.
9769         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9770         scratch buffer name.
9771         (gud-format-command): Use int-to-string in ?l case.  Simplify
9772         slightly.
9774         * term/w32-win.el (internal-face-interactive): Update prompt for
9775         new read-face-name.
9777         * mail/footnote.el (footnote): Add :version to defgroup.
9778         (footnote-section-tag-regexp): Customize.
9779         (footnote-start-tag, footnote-end-tag): New option.
9780         (footnote-latin-regexp): New variable.
9781         (Footnote-latin): New function.
9782         (footnote-style-alist): Add element for latin style.
9783         (footnote-style): Moved.
9784         (Footnote-goto-footnote): Use eq to test arg.
9786         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9788         * emacs-lisp/byte-opt.el: Change old backquote syntax.
9789         (byte-compile-trueconstp): Include keywords.
9790         (byte-optimize-quote, byte-optimize-lapcode): Use
9791         byte-compile-const-symbol-p.
9792         (byte-optimize-char-before): New optimization.
9794         * emacs-lisp/bytecomp.el: Change old backquote syntax.
9795         (byte-compile-const-symbol-p): New function.
9796         (byte-compile-constp, byte-compile-out-toplevel)
9797         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
9798         Use it.
9800         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
9802 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
9804         * international/encoded-kb.el: Be sure to update minor-mode-alist
9805         and minor-mode-map-alist.
9806         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
9807         codes SS2 and SS3 correctly.
9808         (encoded-kbd-self-insert-ccl): New function.
9809         (encoded-kbd-setup-keymap): New function.
9810         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
9811         by calling encoded-kbd-setup-keymap.
9813         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
9814         characters.
9815         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
9816         locally.
9818 2000-02-22  Dave Love  <fx@gnu.org>
9820         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
9821         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
9822         defvar.
9823         (lisp-mode-syntax-table): Set up for #|...|# comments.
9824         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
9825         classes.  Match `defface'.
9826         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
9827         (eval-defun-1): Fix for defcustom.
9828         (lisp-indent-region): Doc fix.
9830         * subr.el (when, unless, split-string): Doc fix.
9831         (read-passwd): Move call of clear-this-command-keys to the right
9832         place.
9833         (replace-regexps-in-string): New function.
9835 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
9837         * help.el (describe-variable): Set syntax table to
9838         emacs-lisp-mode-syntax-table when moving forward over the
9839         symbol's name.
9841 2000-02-22  Dave Love  <fx@gnu.org>
9843         * xt-mouse.el: Doc fixes.
9844         (xterm-mouse-position-function): New function, replacing advice of
9845         mouse-position.
9846         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
9848         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
9850 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
9852         * format.el (format-annotate-single-property-change): Handle
9853         properties.with dotted-list values.
9854         (format-proper-list-p): New function.
9856         * enriched.el (enriched-face-ans): Handle '(foreground-color
9857         . COLOR) and (background-color . COLOR).
9859 2000-02-20  Dave Love  <fx@gnu.org>
9861         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
9862         and assignments to it.
9863         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
9864         current local map.
9865         (make-flyspell-overlay): Use it.
9866         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
9868         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
9869         (lm-get-header-re): Defun, not defsubst.
9870         (lm-get-package-name): Defun, not defsubst.  Simplify.
9871         (lm-version): Doc fix.  Simplify.
9872         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
9873         (lm-crack-address, lm-last-modified-date, lm-commentary)
9874         (lm-verify, lm-synopsis): Simplify.
9875         (lm-report-bug): Require emacsbug.  Use compose-mail.
9877 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
9879         * dired.el (dired-mode): Call propertized-buffer-identification
9880         to set mode-line-buffer-identification to something having
9881         the right text properties.
9883         * bindings.el (propertized-buffer-identification): New function.
9885 2000-02-20  Dave Love  <fx@gnu.org>
9887         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
9888         check for t-mouse too.
9890         * cus-start.el: Make echo-keystrokes `number'.
9892 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
9894         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
9895         Don't call ring-empty-p unless tags-location-ring is bound.
9896         From Noah Friedman <friedman@splode.com>.
9898 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
9900         * progmodes/hideshow.el (hs-flag-region): No longer use
9901         `intangible' overlay property.
9903         (hs-toggle-hiding): New command.
9904         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
9906         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
9907         Fix omission bug: Run `hs-minor-mode-hook' for both activation
9908         and deactivation.
9910 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
9912         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
9914 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
9916         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
9918         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
9919         of `*' to handle `(* ... *)' comments.
9921 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
9923         * faces.el (list-faces-display): Use display-mouse-p instead of
9924         window-system.
9926         * menu-bar.el (global-map): Menu-bar items converted to the new
9927         format (menu-item..., rearranged for better CUA compliance, and
9928         their names changed for better clarity.  Help strings added.
9930         * international/mule-cmds.el (mule-menu-keymap)
9931         (describe-language-environment-map, set-coding-system-map)
9932         (setup-language-environment-map): Convert to new (menu-item...
9933         form, add help strings.  Change names of menu items for better
9934         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
9935         submenu).
9937 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
9939         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
9940         within the code.
9942 2000-02-16  Dave Love  <fx@gnu.org>
9944         * faces.el: Don't require custom.  Add more specific :groups to
9945         various deffaces.
9946         (set-face-attribute): Purecopy args.
9947         (read-face-name): Default to name at point and use it in prompt.
9948         Remove colon from arg in all callers.
9949         (list-faces-display): Hyperlink to face descriptions and customize
9950         buffers.
9952 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
9954         * wid-edit.el (widget-match-inline): An atom never matches a
9955         list.
9957 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9959         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9960         at ':' characters by call to split-string.
9962 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9964         * textmodes/bibtex.el: Added RCS version identification.
9966 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9968         * textmodes/bibtex.el: Some temporary comments removed.
9969         (bibtex-field-name, bibtex-entry-type): Made the relationship
9970         explicit.
9971         (bibtex-field-const): Allow capital letters.
9972         (bibtex-start-of-string): Deleted because unused.
9974         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
9975         use the term 'reference' to describe a bibtex entry as a whole.
9976         Further, reference keys are no longer called 'labels'.
9977         (bibtex-keys): Renamed to bibtex-reference-keys.
9978         (bibtex-reformat-previous-labels): Renamed to
9979         bibtex-reformat-previous-reference-keys.
9980         (bibtex-reference-type): Renamed to bibtex-entry-type.
9981         (bibtex-reference-head): Renamed to bibtex-entry-head.
9982         (bibtex-reference-maybe-empty-head): Renamed to
9983         bibtex-entry-maybe-empty-head.
9984         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9985         (bibtex-search-reference): Renamed to bibtex-search-entry.
9986         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9987         bibtex-enclosing-entry-maybe-empty-head.
9988         (bibtex-entry-field-alist, bibtex-entry-head,
9989         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9990         bibtex-map-entries, bibtex-search-entry,
9991         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9992         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9993         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9994         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9995         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9996         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9997         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
9999 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10001         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10002         comment.
10003         (bibtex-format-field-delimiters): New function, functionality
10004         extracted from bibtex-format-entry.
10005         (bibtex-autokey-get-yearfield-digits): New function, functionality
10006         extracted from bibtex-autokey-get-yearfield.
10008         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10009         entries in order to avoid stack overflow in the regexp matcher if
10010         field contents become large.
10011         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10012         bibtex-field-string-part-not-braced,
10013         bibtex-field-string-part-no-inner-braces,
10014         bibtex-field-string-part-1-inner-brace,
10015         bibtex-field-string-part-2-inner-braces,
10016         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10017         bibtex-field-string-quoted, bibtex-field-string,
10018         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10019         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10020         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10021         as parsing is now performed by the following functions.
10022         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10023         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10024         bibtex-parse-field-string, bibtex-search-forward-field-string,
10025         bibtex-parse-association, bibtex-field-name-for-parsing,
10026         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10027         bibtex-search-forward-field, bibtex-search-backward-field,
10028         bibtex-start-of-field, bibtex-end-of-field,
10029         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10030         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10031         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10032         bibtex-parse-string, bibtex-search-forward-string,
10033         bibtex-search-backward-string, bibtex-start-of-string,
10034         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10035         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10036         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10037         entries.  Instead of reporting the results of the parsing by
10038         match-beginning or match-end, these functions return data structures
10039         that hold the corresponding positions.
10040         (bibtex-enclosing-field): Changed to also report field boundaries by
10041         return values rather than by match-beginning or match-end.  The
10042         following functions have been adapted to use the new parsing
10043         functions.
10044         (bibtex-skip-to-valid-entry, bibtex-search-reference,
10045         bibtex-enclosing-field, bibtex-format-entry,
10046         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10047         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10048         bibtex-print-help-message, bibtex-end-of-entry,
10049         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10050         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10051         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10052         method for parsing.
10053         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10054         bibtex-map-entries, bibtex-flash-head,
10055         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10056         bibtex-autokey-change, bibtex-autokey-get-namefield,
10057         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10058         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10059         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10060         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10061         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10062         order to make the new binding of case-fold-search immediately
10063         visible.
10065 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10067         * textmodes/bibtex.el: Copyright notice is up to date.
10068         Added constant 'bibtex-maintainer-salutation.
10070         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10071         than make-temp-name, use match-string-no-properties and eliminate
10072         a quadratic behavior when building bibtex-strings.
10074         * bibtex.el (bibtex-reference-key): Accept string entries whose
10075         reference key contains upper case letters.
10077 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10079         * bibtex.el (bibtex-reference-head): Allow entries to start with
10080         a new line.
10082 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10084         * bibtex.el: Hiding of entry bodies is not longer provided by
10085         bibtex.el directly.  Instead the hideshow package can be used.
10086         Added a special bibtex entry to hs-special-modes-alist.
10087         (bibtex-hs-forward-sexp): Added for hideshow.el.
10089 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10091         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10092         at ':' characters by call to split-string.
10094 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10096         * textmodes/bibtex.el: Added RCS version identification.
10098 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10100         * textmodes/bibtex.el: Some temporary comments removed.
10101         (bibtex-field-name, bibtex-entry-type): Made the relationship
10102         explicit.
10103         (bibtex-field-const): Allow capital letters.
10104         (bibtex-start-of-string): Deleted because unused.
10106         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
10107         use the term 'reference' to describe a bibtex entry as a whole.
10108         Further, reference keys are no longer called 'labels'.
10109         (bibtex-keys): Renamed to bibtex-reference-keys.
10110         (bibtex-reformat-previous-labels): Renamed to
10111         bibtex-reformat-previous-reference-keys.
10112         (bibtex-reference-type): Renamed to bibtex-entry-type.
10113         (bibtex-reference-head): Renamed to bibtex-entry-head.
10114         (bibtex-reference-maybe-empty-head): Renamed to
10115         bibtex-entry-maybe-empty-head.
10116         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10117         (bibtex-search-reference): Renamed to bibtex-search-entry.
10118         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10119         bibtex-enclosing-entry-maybe-empty-head.
10120         (bibtex-entry-field-alist, bibtex-entry-head,
10121         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10122         bibtex-map-entries, bibtex-search-entry,
10123         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10124         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10125         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10126         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10127         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10128         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10129         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
10131 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10133         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10134         comment.
10135         (bibtex-format-field-delimiters): New function, functionality
10136         extracted from bibtex-format-entry.
10137         (bibtex-autokey-get-yearfield-digits): New function, functionality
10138         extracted from bibtex-autokey-get-yearfield.
10140         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10141         entries in order to avoid stack overflow in the regexp matcher if
10142         field contents become large.
10143         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10144         bibtex-field-string-part-not-braced,
10145         bibtex-field-string-part-no-inner-braces,
10146         bibtex-field-string-part-1-inner-brace,
10147         bibtex-field-string-part-2-inner-braces,
10148         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10149         bibtex-field-string-quoted, bibtex-field-string,
10150         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10151         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10152         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10153         as parsing is now performed by the following functions.
10154         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10155         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10156         bibtex-parse-field-string, bibtex-search-forward-field-string,
10157         bibtex-parse-association, bibtex-field-name-for-parsing,
10158         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10159         bibtex-search-forward-field, bibtex-search-backward-field,
10160         bibtex-start-of-field, bibtex-end-of-field,
10161         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10162         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10163         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10164         bibtex-parse-string, bibtex-search-forward-string,
10165         bibtex-search-backward-string, bibtex-start-of-string,
10166         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10167         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10168         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10169         entries.  Instead of reporting the results of the parsing by
10170         match-beginning or match-end, these functions return data structures
10171         that hold the corresponding positions.
10172         (bibtex-enclosing-field): Changed to also report field boundaries by
10173         return values rather than by match-beginning or match-end.  The
10174         following functions have been adapted to use the new parsing
10175         functions.
10176         (bibtex-skip-to-valid-entry, bibtex-search-reference,
10177         bibtex-enclosing-field, bibtex-format-entry,
10178         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10179         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10180         bibtex-print-help-message, bibtex-end-of-entry,
10181         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10182         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10183         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10184         method for parsing.
10185         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10186         bibtex-map-entries, bibtex-flash-head,
10187         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10188         bibtex-autokey-change, bibtex-autokey-get-namefield,
10189         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10190         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10191         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10192         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10193         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10194         order to make the new binding of case-fold-search immediately
10195         visible.
10197 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10199         * textmodes/bibtex.el: Copyright notice is up to date.
10200         Added constant 'bibtex-maintainer-salutation.
10202         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10203         than make-temp-name, use match-string-no-properties and eliminate
10204         a quadratic behavior when building bibtex-strings.
10206         * bibtex.el (bibtex-reference-key): Accept string entries whose
10207         reference key contains upper case letters.
10209 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10211         * bibtex.el (bibtex-reference-head): Allow entries to start with
10212         a new line.
10214 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10216         * bibtex.el: Hiding of entry bodies is not longer provided by
10217         bibtex.el directly.  Instead the hideshow package can be used.
10218         Added a special bibtex entry to hs-special-modes-alist.
10219         (bibtex-hs-forward-sexp): Added for hideshow.el.
10221 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10223         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
10224         proceedings entry type (for cross referencing). Thanks to Wagner
10225         Toledo Correa for the suggestion.
10227         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
10229 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
10231         * international/characters.el: Setup case table for Vietnamese.
10233 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
10235         * uniquify.el (toplevel): Require CL at compile time.
10236         (uniquify-push): Removed.
10238         * shadowfile.el (shadow-when): Removed.
10240         * tempo.el (tempo-dolist, tempo-mapc): Removed.
10241         (tempo-process-and-insert-string): Use dolist instead of
10242         tempo-dolist.
10244         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10245         regexp for paragraph-start.
10247         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10248         commas as well.
10250 2000-02-10  Dave Love  <fx@gnu.org>
10252         * wid-edit.el: (widgets) [defgroup]: Remove url link.
10253         (widget-color-choice-list, widget-color-history, widget-mouse-help):
10254         Deleted.
10255         (widget-specify-field, widget-specify-button): Don't use
10256         widget-mouse-help as help-echo property.
10257         (default): Use #'ignore for :validate and :mouse-down-action.
10258         (checkbox): Add help-echo.
10259         (widget-sexp-validate): Rewritten to clarify error messages.
10260         (character): Use char-valid-p in :match function.
10261         (widget-color-complete): Use facemenu-color-alist.
10262         (widget-color-action): Use facemenu-read-color.
10264         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
10265         set up `caar' &c that we now have.
10267 2000-02-09  Ray Blaak  <blaak@gnu.org>
10269         * delphi.el: Make resourcestring a declaration region, like const
10270         and var.
10272 2000-02-09  Dave Love  <fx@gnu.org>
10274         * bindings.el (mode-line-input-method-map): New variable.
10275         (mode-line-mule-info): Use it; fix last change.
10276         (mode-line-mode-menu): Move definition.
10277         (mode-line-mouse-sensitive-p): Deleted.
10278         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
10279         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
10280         level.
10282         * startup.el (command-line-1): Don't call
10283         make-mode-line-mouse-sensitive.
10285 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
10287         * mail/rmail.el (rmail-retry-failure): Use
10288         rmail-beginning-of-message before rmail-toggle-header, because the
10289         former toggles headers.
10291 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
10293         * diff-mode.el (diff-kill-junk): New interactive function.
10294         (diff-reverse-direction): Use delete-and-extract-region.
10295         (diff-post-command-hook): Restrict the area so that the hook also works
10296         outside of any diff hunk.  This is necessary for the minor-mode.
10297         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
10298         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
10300         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
10301         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
10302         so that it can be used more easily in <foo>-mode-hook.  Also make sure
10303         to avoid duplicate entries.
10304         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
10305         (font-lock-remove-keywords): Just as was done for `add', allow it to
10306         work even if font-lock-mode is nil.  Also make sure we don't modify
10307         any pre-existing list by forcing a copy-sequence.  Finally rename
10308         `major-mode' to `mode'.
10309         (font-lock-fontify-syntactic-anchored-keywords)
10310         (font-lock-fontify-anchored-keywords)
10311         (font-lock-fontify-keywords-region): Use line-end-position.
10312         Don't make `font-lock-multiline' local (it's now done in
10313         font-lock-set-defaults).
10314         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
10315         move the `font-lock-fontified' creation to inside the `unless'.
10317 2000-02-06  Andrew Innes  <andrewi@gnu.org>
10319         * term/w32-win.el (x-handle-args): Comment out call to message,
10320         which occurs before window system is initialized.
10322         * makefile.nt: Add support for recompiling lisp code.
10324 2000-02-04  Dave Love  <fx@gnu.org>
10326         * bindings.el (mode-line-mule-info): Fix/extend last change.
10328         * completion.el: Replace completion-dolist with dolist.
10330         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10331         dotimes.
10333 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10335         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10336         environment names before they go into the section regexp.
10338         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10339         char class in regexp.
10341         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10342         `case-fold-search' to nil.
10344         * progmodes/idlwave.el (idlwave-template): Respect
10345         `idlwave-abbrev-change-case'.
10346         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10347         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10348         idlwave-while): respect `idlwave-reserved-word-upcase'.
10349         (idlwave-rw-case): New function.
10350         (idlwave-statement-match): Fixed problem with assignment regexp.
10351         (idlwave-font-lock-keywords): Improved regexp for keyword
10352         parameters.
10353         (idlwave-surround): New argument LENGTH to support padding of
10354         operators longer than 1 char.
10356         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10357         idlwave-shell-expression-overlay.  Implemented printing of
10358         expressions on higher levels of the calling stack.
10359         (idlwave-shell-display-level-in-calling-stack): Restore stack
10360         level.
10361         (idlwave-retrieve-expression-from-level): New function.
10362         (idlwave-shell-last-calling-stack): Variable removed.
10363         (idlwave-shell-reset): Argument action reversed (`visible' to
10364         `hidden').  Also remove stop-line overlay.
10365         (idlwave-shell-calling-stack-routine): New variable.
10366         (idlwave-shell-parse-stack-and-display): Messages now display
10367         negative level numbers.
10368         (idlwave-shell-mode): Set `modeline-format'.
10369         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10370         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10371         21.
10372         (idlwave-shell-print-expression-function): New option.
10374         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10375         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10376         `tool-bar' instead of `toolbar'.
10378 2000-02-02  Dave Love  <fx@gnu.org>
10380         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10381         emacs-lisp-mode-hook.  Don't check for defalias being defined.
10383         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10384         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
10385         the new builtins directly.
10387         * whitespace.el (whitespace): Add :version to defgroup.
10389         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10390         Doc fix.
10392         * thingatpt.el (sexp-at-point, symbol-at-point)
10393         (number-at-point, list-at-point): Add autoload cookie.
10395         * recentf.el (recentf): Add :version to defgroup.
10397         * quickurl.el (quickurl): Add :version to defgroup.
10399         * elide-head.el (elide-head): Use point-marker more.
10401         * bs.el (bs): Add :version to defgroup.
10403         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10405         * progmodes/delphi.el (delphi): Add :version to defgroup.
10407 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
10409         * ange-ftp.el (ange-ftp-write-region): Handle case that
10410         succeeding process operation sets a different coding system.
10412         * calculator.el: New file.
10414 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
10416         * frame.el (frames-on-display-list, framep-on-display): New
10417         functions.
10418         (display-mouse-p, display-popup-menus-p, display-graphic-p)
10419         (display-selections-p, display-screens, display-pixel-width)
10420         (display-pixel-height, display-mm-width, display-mm-height)
10421         (display-backing-store, display-save-under, display-planes)
10422         (display-color-cells, display-visual-class): New functions.
10424         * term/tty-colors.el (tty-color-gray-shades): New function.
10426         * faces.el (display-color-p): Use framep-on-display.
10427         (display-grayscale-p): New function.
10429 2000-01-31  Dave Love  <fx@gnu.org>
10431         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10432         (create-fontset-from-x-resource): Don't concat integers.
10434 2000-01-31  Inge Frick  <inge@nada.kth.se>
10436         * view.el: Some changes in documentation.  Removed some trailing
10437         whitespace. Changed some parameter names to agree with
10438         documentation.
10439         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
10440         window is not deleted.  Modifies change 1998-04-26.
10442 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
10444         * windmove.el: New file.
10446         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10447         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10448         progmodes/ebnf-yac.el: Update copyright and license info.
10450         * jit-lock.el (jit-lock-function): Widen before calculating end
10451         position.
10452         (jit-lock-stealth-chunk-start): Rewritten.
10454         * info.el (Info-title-face-alist): Removed.
10455         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
10456         faces.
10457         (Info-fontify-node): Use these faces.
10459 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
10461         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
10462         (cl-macro-list1): Recognize `&allow-other-keys' instead of
10463         `&allow-other-keywords'.
10465         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
10466         the list of directories scanned heuristically.
10468         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
10469         exist.
10471 2000-01-30  Jason Rumney  <jasonr@gnu.org>
10473         * w32-fns.el: Define w32-tty-standard-colors.
10475         * startup.el (command-line): Use w32-tty-standard-colors when in
10476         w32 console mode.
10478 2000-01-30  Dave Love  <fx@gnu.org>
10480         * jka-compr.el (jka-compr-load): Fix up load-history.
10482         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
10484         * emacs-lisp/cl-macs.el: Revert previous change.
10486 2000-01-29  Dave Love  <fx@gnu.org>
10488         * facemenu.el: Purecopy various strings.
10490         * timezone.el (timezone-fix-time): Window against 69 for two-digit
10491         years.  Deal with three-digit years.
10493         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
10494         defconst, purecopy.
10495         (help-back-label): Purecopy it.
10497 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
10499         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
10500         variable. If non-nil, order the buffer list according to the
10501         currently selected frame.
10502         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
10503         non-nil, pass the selected frame to function buffer-list.
10505 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10507         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
10509 2000-01-28  Dave Love  <fx@gnu.org>
10511         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
10513         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
10514         Don't use lisp-indent-hook property.
10515         (cl-abs): Remove.
10517         * subr.el: Move out indent and edebug specs for when and unless.
10519         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10520         when, unless.
10522         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
10523         unless, when.
10525 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
10527         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
10528         `collecting' as synonym for `collect'.
10530         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
10531         for the case it contains spaces.
10533         * simple.el (what-cursor-position): Change formatting of
10534         messages.
10536         * frame.el (delete-other-frames): New function.
10537         (toplevel): Bind it to C-x 5 1.
10539         * sort.el (sort-numeric-base): New option.
10540         (sort-numeric-fields): If number starts with `0' or `0[xX[',
10541         interpret it as octal or hexadecimal.  Use sort-numeric-base
10542         as default base.
10544         * progmodes/glasses.el: New file.
10546 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
10548         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
10549         userids differently.
10551         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10552         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10553         progmodes/ebnf-yac.el: New files.
10555 2000-01-26  Dave Love  <fx@gnu.org>
10557         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10558         on a function with an empty body.  [From Eric Ludlam.]
10560 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
10562         * vc.el (vc-version-diff): Make sure file name is expanded.
10564 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
10566         * scroll-bar.el (scroll-bar-timer): Variable removed.
10567         (scroll-bar-toolkit-scroll): Don't use a timer.
10569 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
10571         * language/thai-util.el (thai-composition-function): Delete
10572         superfluous `a'.
10574 2000-01-24  Dave Love  <fx@gnu.org>
10576         * fortran.el (fortran-mode): Use beginning-of-defun-function,
10577         end-of-defun-function.
10579         * font-lock.el (turn-on-font-lock): Don't depend on window-system
10580         &c.
10582 2000-01-22  Jason Rumney  <jasonr@gnu.org>
10584         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
10585         conflicts with new face support.
10587 2000-01-22  Richard M. Stallman  <rms@gnu.org>
10589         * replace.el (query-replace): Rename last arg to DELIMITED.
10590         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
10591         (query-replace-regexp): Likewise.
10593 2000-01-20  Richard M. Stallman  <rms@gnu.org>
10595         * subr.el (with-syntax-table): Use make-symbol, not gensym.
10597         * emacs-lisp/lisp.el (beginning-of-defun-function):
10598         Variable renamed from beginning-of-defun.
10599         Do not call make-variable-buffer-local.
10600         (beginning-of-defun-raw): Use new variable name; doc fix.
10601         (beginning-of-defun): Doc fix.
10602         (end-of-defun-function): Variable renamed from end-of-defun.
10603         Do not call make-variable-buffer-local.
10604         (end-of-defun): Use new variable name; doc fix.
10606         * subr.el (dolist, dotimes): Copied from cl-macs.el
10607         and made to work.
10609         * mail/undigest.el (rmail-digest-end-regexps):
10610         Variable replaces rmail-digest-end-regexp.
10611         Allows multiple regexps for detecting the end line.
10612         (undigestify-rmail-message): Corresponding changes.
10614 2000-01-19  Dave Love  <fx@gnu.org>
10616         * files.el (user-init-file): Don't declare here -- is primitive.
10618         * startup.el (command-line): Check for compiled user-init-file and
10619         set to uncompiled version if necessary.
10621 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
10623         * mail/undigest.el (rmail-digest-end-regexp): New user option.
10624         (undigestify-rmail-message): Use it.
10626         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
10628 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
10630         * tmm.el (tmm-goto-completions): Adapt to prompt being part
10631         of mini-buffer.
10633 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
10635         * emacs-lisp/copyright.el (copyright-update): Removed the
10636         requirement for a trailing space from `copyright-regexp', to
10637         support copyrights with owner specified on a separate line..
10639         * align.el: New file.
10641         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
10643         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
10645 2000-01-13  Dave Love  <fx@gnu.org>
10647         * ph.el: Removed.  (Obsoleted by EUDC.)
10649 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
10651         * net/eudc.el (toplevel): Remove autoloaded code installing
10652         menu with easymenu, because that causes build problems.
10654         * frame.el (frame-notice-user-settings): New variable.
10655         (frame-notice-user-settings): Don't modify frame parameters
10656         if called a second time.
10658 2000-01-13  Richard M. Stallman  <rms@gnu.org>
10660         * frame.el (frame-notice-user-settings):
10661         Notice default-frame-parameters even for non-window frames.
10663 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
10665         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
10666         for Emacs.
10667         (eudc-bob-can-display-inline-images): Extend for Emacs.
10668         (eudc-bob-toggle-inline-display): Ditto.
10669         (eudc-bob-display-jpeg): Ditto.
10671 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
10673         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
10674         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
10675         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
10677         * add-log.el (add-change-log-entry): Fix error trying an `(insert
10678         nil)'.
10680         * subdirs.el: Add `net' directory.
10682         * net: New directory.
10684         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
10685         eval-last-sexp.  Don't bind debug-on-error here.
10686         (eval-last-sexp): New function.  Bind debug-on-error if
10687         eval-expression-debug-on-error is non-nil.
10688         (eval-defun-2, eval-defun): Likewise.
10690         * simple.el (eval-expression): Don't bind debug-on-error if
10691         eval-expression-debug-on-error is nil.  Detect changed
10692         debug-on-error, and propagate new value to global binding, if
10693         eval-expression-debug-on-error is non-nil,
10694         (eval-expression-debug-on-error): Change doc string.
10696 2000-01-11  Richard M. Stallman  <rms@gnu.org>
10698         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
10700         * emacs-lisp/lisp-mode.el (with-syntax-table):
10701         Set up lisp-indent-function property.
10703         * subr.el (with-syntax-table): Moved from simple.el.
10705         * simple.el (with-syntax-table): Moved to subr.el.
10707 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
10709         * tmm.el (tmm-shortcut): Delete region after prompt instead
10710         of erasing buffer.
10712         * textmodes/fill.el (fill-common-string-prefix): New function.
10713         (fill-context-prefix): Use the longest common prefix of first
10714         and second line fill prefix, if there is one.
10716 2000-01-11  Richard M. Stallman  <rms@gnu.org>
10718         * array.el (array-mode): Don't use make-variable-buffer-local.
10719         Use make-local-variable for `truncate-lines'.
10721 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
10723         * add-log.el (add-log-current-defun): Handle user-defined
10724         add-log-current-function returning nil,
10726         * add-log.el (add-change-log-entry): Insert version number
10727         if having found a current function
10729         * add-log.el (add-log-current-defun): Call
10730         `add-log-current-defun-function'.  Try matches at level 0 and
10731         level 1.  Strip whitespace from defun found.
10733 2000-01-10  John Wiegley  <johnw@gnu.org>
10735         * allout.el (isearch-done/outline-provisions): Added `edit'
10736         argument to correspond with the current definition of
10737         `isearch-done'.
10739 2000-01-10  Dave Love  <fx@gnu.org>
10741         * elide-head.el (elide-head): Use point-marker, not point.
10743 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
10745         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
10746         before and after the year 2000.
10748         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
10749         Add ispell- prefix.
10751 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
10753         * ispell.el:  Only define dictionaries in menus when they exist.
10754         (version18p): New variable.
10755         (version20p): New variable.
10756         (xemacsp): New variable.
10757         (ispell-choices-win-default-height): Fix for XEmacs visibility.
10758         (ispell-dictionary-alist1): Added Brasileiro dictionary.
10759         (ispell-dictionary-alist6): Russian command lines no longer accept
10760         run-together words.
10761         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
10762         (ispell-dictionary-alist): Add koi8-r to customize definition.
10763         (check-ispell-version): Added documentation string.  Returns
10764         library path when called non-interactively.
10765         (ispell-menu-map-needed): Uses new variables.
10766         (ispell-library-path): New variable.
10767         (ispell-decode-string): XEmacs fix for bogus variable bindings.
10768         (ispell-word): Improved documentation string.  Test for valid
10769         character mappings.  Correctly check typed in word changes that can
10770         result in single words split into multiple words.  Returns
10771         replacement word.
10772         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
10773         replace in recursive query replace mode.  Help message for
10774         recursive edit mode.
10775         (ispell-show-choices): Protect against bad framepop bindings.
10776         (ispell-help): Fix to work with XEmacs.
10777         (ispell-highlight-spelling-error): Use new variables.
10778         (ispell-overlay-window): Fix to work with XEmacs.
10779         (ispell-parse-output): Passed and returns location information
10780         tracking spelling corrections.  Doesn't recheck same word on
10781         current line.
10782         (ispell-init-process): Protect against bogus XEmacs variable binding.
10783         Fix call to single argument in sleep-for.  Use new variables.
10784         (ispell-region): Passed and returns location information tracking
10785         spelling corrections.  Doesn't check same word on current line.
10786         Improved documentation string.  Doesn't resend a line already
10787         checked to the ispell process - fixes bug in LaTeX parsing.
10788         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10789         (ispell-skip-region): No longer skips <TT> in SGML.
10790         (ispell-process-line): Tracks location information with spelling
10791         corrections.  Added documentation string.  Accounts for words
10792         already accepted on this line.  Don't allow query-replace on line
10793         starting with math characters.  Doesn't resend a line already sent
10794         to ispell process.  Fixes alignment error bug.
10796 2000-01-10  Richard M. Stallman  <rms@gnu.org>
10798         * dired-x.el (dired-guess-shell-alist-default):
10799         Suggest xloadimage, which is free, not xv, which isn't.
10801         * ange-ftp.el (ange-ftp-file-name-nondirectory):
10802         Don't ever include the host name or user name in the value.
10804 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
10806         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
10807         of a real newline.
10809 2000-01-09  Stephen Eglen  <stephen@gnu.org>
10811         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
10812         for .png files.
10814 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10816         * cus-edit.el (custom-hook-convert-widget): Fix comment.
10818 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
10820         * progmodes/cperl-mode.el: Replace ^F with ^L.
10822         * sendmail.el (toplevel): Provide `sendmail' when compiling
10823         before `require'ing rmail and mailalias to prevent infinite
10824         recursion.
10826 2000-01-08  Dave Love  <fx@gnu.org>
10828         * emacs-lisp/backquote.el: Remove inappropriate customization
10829         (allowing custom.el to use backquote).
10831 2000-01-07  Dave Love  <fx@gnu.org>
10833         * add-log.el (add-log-debugging): Deleted.
10834         (add-change-log-entry): Treat a backup FILE-NAME as its parent
10835         file.  Remove debugging code.
10836         (change-log-get-method-definition, change-log-name): Add doc.
10837         (change-log-sortable-date-at): New function.
10838         (change-log-merge): New command.
10840         * time.el (display-time-string-forms): Make the Mail string active.
10841         (display-time-update): Provide help-echo for load average.
10843         * bindings.el (make-mode-line-mouse2-map): New function.
10844         (mode-line-modified): Use it and simplify.
10845         (mode-line-mule-info): Provide help-echo info.
10846         (minor-mode-alist): Activate the strings.
10847         (make-mode-line-mouse-sensitive): Simplify for
10848         mode-line-buffer-identification.
10850 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
10852         * play/pong.el: New file.
10854 2000-01-06  Dave Love  <fx@gnu.org>
10856         * array.el: Assorted cleanups for compiler warnings, doc strings,
10857         `array-' prefix for symbols.
10859 2000-01-05  Dave Love  <fx@gnu.org>
10861         * textmodes/outline.el (outline-mode-menu-bar-map): Add
10862         outline-headers-as-kill.
10863         (outline-mode): Define imenu-generic-expression.
10864         (outline-headers-as-kill): New command.
10866         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
10867         from paragraph-start.
10868         (paragraph-indent-minor-mode): New command.
10870         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
10871         M-C-e, M-C-h, C-j, C-xnd, TAB.
10872         (fortran-mode): Set beginning-of-defun, end-of-defun.
10873         (fortran-column-ruler): Simplify.
10874         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
10875         (fortran-with-subprogram-narrowing): Likewise.
10876         (fortran-indent-subprogram): Call mark-defun.
10877         (fortran-check-for-matching-do): Change narrowing.
10879         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
10880         (cl-lucid-hash-tag): Delete.
10881         (cl-hash-table-p): Correct test for native table.
10882         (cl-hash-table-count): Use hash-table-count.
10884         * browse-url.el (browse-url): Fix case of
10885         browse-url-browser-function being an alist.
10887 2000-01-05  Carsten Dominik  <cd@gnu.org>
10889         * textmodes/reftex-vars.el (reftex-parse-file-extension)
10890         (reftex-index-phrase-file-extension): New options.
10892         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
10893         Use new option `reftex-index-phrase-file-extension'.
10895         * textmodes/reftex.el (reftex-access-parse-file): Use new option
10896         `reftex-parse-file-extension'.
10898 2000-01-05  Dave Love  <fx@gnu.org>
10900         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
10901         (beginning-of-defun-raw): Use it.
10902         (end-of-defun): New variable.
10903         (end-of-defun): Use it.
10904         (check-parens): New command.
10906 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
10908         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
10909         (hs-show-block): Don't use `mapcar' when not accumulating.
10911         Fix buglet in local variables initialization.
10913 2000-01-05  Andreas Schwab  <schwab@suse.de>
10915         * hscroll.el (hscroll): Doc fix.
10917 2000-01-05  Carsten Dominik  <cd@gnu.org>
10919         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
10920         idlw-toolbar.
10922         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
10923         file idlw-rinfo.el.
10924         (idlwave-customize): load must read file idlw-shell.el.
10925         (idlwave-create-customize-menu): load must read file idlw-shell.el.
10927 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
10929         * progmodes/idlw-shell.el: Also provide idlwave-shell
10930         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
10931         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
10933         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
10934         both reftex-dcr and reftex-vcr.
10936         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
10938 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10940         * ps-print.el: PostScript code now is in separate files, doc fix.
10941         (ps-print-version): New version number (5.0.3).
10942         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
10943         local.
10944         (ps-spool-config): Initialization fix.
10945         (ps-print-prologue-1, ps-print-prologue-2)
10946         (ps-print-duplex-feature): PostScript code moved to separated file.
10947         (ps-background-image): Little code reformating.
10948         (ps-begin-file, ps-begin-job): Fix code.
10949         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
10950         (ps-prologue-file): New fun.
10952 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10954         * ps-vars.el: Eliminated.
10956         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
10957         `;;;###autoload'.
10959         * ps-print.el: ps-vars eliminated, doc fix.
10960         (ps-print-version): New version number (5.0.2).
10961         (ps-spool-config): Initialization fix.
10962         (ps-print-customize): New fun.
10964 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
10966         * autorevert.el (auto-revert-mode): Return value of
10967         auto-revert-mode.
10969 2000-01-04  Dave Love  <fx@gnu.org>
10971         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
10972         menu items.
10974 2000-01-03  Dave Love  <fx@gnu.org>
10976         * elide-head.el (elide-head) [defgroup]: Add :version.
10978         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
10979         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
10980         `cl-hash-table-p', not `hash-table-p'.
10981         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
10983 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
10985         * faces.el (face-read-integer, read-face-attribute)
10986         (color-defined-p, color-values): unspecified-{f,b}g are now
10987         strings.
10989 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
10991         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
10992         at comment end, and re-insert them after filling.
10994 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
10996         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
10997         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
10998         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
11000 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11002         * term/x-win.el (xw-defined-colors): Call color-supported-p,
11003         the new name of face-color-supported-p.
11005         * term/w32-win.el (xw-defined-colors): Likewise.
11007 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11009         * simple.el (completion-setup-function): Count completion-size
11010         from minibuffer-prompt-end, not from point-min.
11012 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
11014         * faces.el (read-face-attribute, defined-colors, color-defined-p):
11015         Pass the frame to tty-color-* functions.
11016         (display-color-p, frame-set-background-mode): Pass the frame to
11017         tty-display-color-p.
11019         * term/tty-colors.el (tty-defined-color-alist): Renamed from
11020         tty-color-alist.
11021         (tty-color-alist, tty-modify-color-alist): New functions.
11022         (tty-color-define,  tty-color-clear, tty-color-approximate)
11023         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11024         an optional parameter FRAME.
11026 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
11028         * image.el (create-image, defimage): Don't assume image data is a
11029         string.
11031         * image.el (defimage): Handle specifications containing :data
11032         instead of :file.
11033         (image-type-from-data): New function.
11034         (image-type-from-file-header): Use it.
11035         (create-image): Add parameter DATA-P.
11037 See ChangeLog.8 for earlier changes.
11039 ;; Local Variables:
11040 ;; coding: iso-2022-7bit
11041 ;; End: