(eshell-cannot-leave-input-list): Remove
[emacs.git] / lisp / ChangeLog
blobf0f21861fbc6a244d21987782c2ead51c491b465
1 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
3         * emulation/viper-init.el (viper-fast-keyseq-timeout)
4         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
5         Meyering <jim@meyering.net>.
7         * loadup.el: Revert last change.
9 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
11         * international/mule.el (transform-make-coding-system-args): Make
12         it work also for coding systems not using CCL.
14 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
16         * simple.el (previous-matching-history-element)
17         (next-matching-history-element): Doc fix.
19         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
20         specific part.
22 2001-02-06  Dave Love  <fx@gnu.org>
24         * add-log.el (add-log-current-defun-function) 
25         (add-log-buffer-file-name-function, add-log-file-name-function):
26         Fix :type.
27         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
29 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
31         * info.el (info-initialize): Remove the test for system-type when
32         invocation-directory is non-nil.
34         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
35         of `font-lock-defaults' to `backward-paragraph' rather than nil.
37 2001-02-06  Andrew Innes  <andrewi@gnu.org>
39         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
40         absolute.
42 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
44         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
45         buffers.  When hi-lock turned on rather than only checking current
46         buffer for regexps, all buffers are checked. Moved activation of
47         font-lock to hi-lock-refontify. When font-lock turned off rather
48         than removing added highlighting just in current buffer, remove it
49         in all buffers.  Changed edit menu text from "Automatic
50         Highlighting" to "Regexp Highlighting" Documentation for
51         highlighting phrases, minor documentation changes.
52         (hi-lock-set-file-patterns): Execute only if there are new or
53         existing file patterns.
54         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
55         unfontify and, if a support mode is active, will not refontify the
56         whole buffer.  If necessary, turn on font lock. (Removed
57         font-lock-unfontify and font-lock support-mode-specific calls,
58         such as lazy-lock-fontify-window.)
59         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
60         patterns are found. Not useful now since find-file-hook is removed
61         if hi-lock is off, but may be needed for per-buffer hi-lock
62         activation.
63         (hi-lock-face-phrase-buffer): New function.  Also added related
64         menu item and keybinding.
65         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
66         (hi-lock-process-phrase): New function.
67         (hi-lock-line-face-buffer): Doc fixes.
68         (hi-lock-face-buffer): Doc fixes.
69         (hi-lock-unface-buffer): Doc fixes.
70         
71 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
73         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
74         dabbrev-ignored-regexps.
76 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
78         * simple.el (kill-line): Doc fix.
80 2001-02-05  Dave Love  <fx@gnu.org>
82         * loadup.el: Revert last two changes -- bootstrapping works with
83         regenerated loaddefs.
85 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
87         * isearch.el (isearch-forward): Doc fix.
89         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
90         of font-lock-defaults to backward-paragraph.
92 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
94         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
95         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
97 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
99         * ebnf2ps.el: Eliminate time-stamp functions.
100         (ebnf-version): New version (3.5).
101         (ebnf-eps-finish-and-write): Replace time-stamp functions by
102         format-time-string.
104 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
106         * simple.el (next-line): Goto end-of-line before inserting a newline.
108 2001-02-05  Miles Bader  <miles@gnu.org>
110         * image-file.el (insert-image-file): When visiting an image, also
111         set `truncate-lines' to t so that any fringe arrow looks correct.
113 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
115         * isearch.el (isearch-forward): Add description about input method
116         in the docsting.
118 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
120         * skeleton.el (skeleton-internal-1): Always push the mark for @.
122 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
124         * info.el (info-initialize): If installation-directory is nil, for
125         DOS/Windows systems try looking in a sibling of
126         invocation-directory.
128 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
130         * wid-edit.el (widget-button-click): Fix last change.
132         * frame.el (frame-notice-user-settings): When resizing the initial
133         frame because the tool bar is off, also change the frame's top
134         position if a negative top position was specified.
136 2001-02-02  Miles Bader  <miles@gnu.org>
138         * image-file.el (insert-image-file): When visiting an image,
139         suppress the cursor in the image buffer.
141 2001-02-01  Dave Love  <fx@gnu.org>
143         * progmodes/f90.el (f90-mode): Remove startup message.
145         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
146         
147 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
149         * startup.el (command-line): Fix code determining whether or not
150         to use delete-key-deletes-forward-mode.
152 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
154         * vc.el (vc-diff-switches): New user option.
155         (vc-version-diff): Use it.
156         (vc-diff-switches-list): New macro.
158         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
159         customization options.
160         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
162         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
164 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
166         * msb.el (toplevel): Quote hook symbols.
168 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
170         * international/mule.el (make-coding-system): Add description
171         about recognized properties in the docstring.
173         * international/mule-conf.el: Remove unused charsets
174         mac-roman-lower and mac-roman-upper.
176 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
178         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
179         is in front of the left-margin, if any.
181         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
182         like `delete'.
184         * bindings.el: Define `kp-delete' like `delete' in
185         function-key-map.
187         * term/w32-win.el (mouse-set-font): Doc fix.
189 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
190         
191         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
192         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
193         on already.
195 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
197         * files.el (save-buffer): Don't give message if (buffer-file-name)
198         returns nil.
199         
200 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
202         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
204         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
205         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
207         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
208         display problems.
210 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
212         * international/mule.el (charset-info): Fix docstring.
214         * international/mule-diag.el (describe-character-set): Check final
215         char valid before printing it.
217 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
219         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
221         * frame.el (frame-notice-user-settings): Do the tool-bar
222         stuff only for graphical displays.  Fix a braino.
223         
224         * frame.el (frame-initialize): Create initial frame visible.
225         (frame-notice-user-settings): When tool-bar has been switched off,
226         correct the frame size and sync too-bar-mode.
228         * startup.el (command-line): Remove manipulation of frame
229         height for tool bars.
231 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
233         * lpr.el: Compatibility with XEmacs and doc fixes.
234         (lpr-windows-system, lpr-lp-system): New vars.
235         (lpr-printer-switch): New defcustom.
236         (printer-name, lpr-command): Customization fix.
237         (print-region-1): Code fix.
238         (print-region-new-buffer, printify-region): Indentation fix.
239         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
240         functions.
242 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
244         * msb.el (toplevel): Fix the eval-after-load.
246 2001-01-29  Dave Love  <fx@gnu.org>
248         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
250         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
252         * progmodes/tcl.el (outline, dabbrev, add-log): Require when
253         compiling.
254         (tcl-using-emacs-19-23): Consider Emacs 21+.
255         (tcl-help-directory-list, tcl-command-switches): Fix :type.
256         (tcl-add-emacs-menu): Supply menu name.
257         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
259 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
261         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
263 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
265         * pcvs.el (cvs-mark-fis-dead): New function.
266         (cvs-mode-add): Use it.
267         (cvs-mode-add-change-log-entry-other-window):
268         Rebind change-log-default-name to itself rather than to nil.
270 2001-01-29  Sam Steingold  <sds@gnu.org>
272         * vc-cvs.el: Replaced (require 'vc) with a bunch of
273         `autoload' statements.
275 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
277         * files.el (confirm-kill-emacs): Doc fix.
279         * frame.el (frame-initialize): Doc fix.
281         * time-stamp.el (time-stamp-string): Doc fix.
283         * woman.el (WoMan-log-1): Make the log buffer writable.  From
284         Markus Rost <rost@math.ohio-state.edu>.
286 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
288         * imenu.el (imenu-syntax-alist): Add autoload cookie for
289         the `make-variable-buffer-local'.
291 2001-01-29  Dave Love  <fx@gnu.org>
293         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
294         (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
295         autoload cookie.
296         (ansi-color-apply-sequence): Fix typo.
298 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
300         * menu-bar.el (menu-bar-files-menu): Add menu items for
301         Postscript printing in black and white.
303         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
304         X-Mailman-Version, Precedence, List-Help, List-Post,
305         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
306         Content-Type, Content-Length.
308 2001-01-29  Dave Love  <fx@gnu.org>
310         * elide-head.el (elide-head): Make overlay evaporate.
312         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
313         fix.
315 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
317         * isearch.el (isearch-highlight): Don't punt if the display
318         doesn't support colors, since isearch faces are defined for
319         monochrome displays as well.
321 2001-01-27  Sam Steingold  <sds@gnu.org>
323         * shell.el (shell-write-history-on-exit): Make sure that we are in
324         the shell buffer (M-x tex-file RET inserted the error message into
325         the TeX buffer).
327 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
329         * simple.el (transient-mark-mode): Doc fix.
331 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
333         * progmodes/etags.el (find-tag-noselect): Don't bind
334         tags-file-name.
336 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
338         * shell.el (shell-unquote-argument): If the shell is one of the
339         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
340         quote character.
341         (shell-dumb-shell-regexp): Document that the shells which match
342         this regexp are supposed to not treat a backslash as a quote
343         character.
345         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
346         from 2001-01-12.  It is not needed, since backspace is mapped into
347         DEL.
349 2001-01-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
351         * dabbrev.el (dabbrev--substitute-expansion):
352         Treat a one-capital-letter abbrev as "not all upper case",
353         so as to force preservation of the expansion's pattern
354         if the expansion starts with a capital letter.
356 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
358         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
359         Doc fix.
361         * simple.el (transient-mark-mode): Document the fact that many
362         commands act on the region when mark is active.
364 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
366         * international/quail.el (quail-setup-completion-buf): Make the
367         multibyteness of current buffer inherited to Quail completion
368         buffer.
369         (quail-show-guidance-buf): Make the multibyteness of current
370         buffer inherited to Quail guidance buffer.
371         (quail-help): Make the multibyteness of current buffer inherited
372         to Quail help buffer.
374 2001-01-26  Dave Love  <fx@gnu.org>
376         * time-stamp.el: Doc fixes.
378         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
379         (delphi-keyword-face, delphi-other-face): Fix :type.
381         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
383         * mail/feedmail.el (feedmail): Add :link.
384         (feedmail-send-it): Doc fix.
386         * mail/sendmail.el: Doc fixes.
387         (sendmail-send-it): Fix the non-ASCII regexp and use
388         rfc2047-encode-string.
390         * dired.el, dired-aux.el: Revert last change.
392 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
394         * makefile.w32-in (DONTCOMPILE): Add various term files.
396 2001-01-26  Dave Love  <fx@gnu.org>
398         * Makefile.in (DONTCOMPILE): Add various term files.
400 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
402         * man.el (Man-default-man-entry, Man-mode): Doc fix.
404         * startup.el (display-startup-echo-area-message): Make sure
405         the echo area is resized to fit the size of the startup
406         message.
408         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
409         part of which is a constant.
411 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
413         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
414         twice.
416 2001-01-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
418         * simple.el (next-line): Don't let `newline' expand abbrevs.
419         Simplify slightly.
420         (open-line): Don't let `newline' expand abbrevs.
422 2001-01-25  John Wiegley  <johnw@gnu.org>
424         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
425         to `repeat' in the :type field.
427         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
428         allow a choice of regexp or nil.
429         (pcomplete-dir-ignore): Same.
431         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
432         a command) to always fail.
434 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
436         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
437         discard the result.
438         (iswitchb-to-end): Likewise.
440 2001-01-25  Sam Steingold  <sds@gnu.org>
442         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
443         Require vc.
445 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
447         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
449         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
451 2001-01-25  Dave Love  <fx@gnu.org>
453         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
454         (describe-coding-system): Tweak the English text.
456         * loadup.el: Preload international/ccl for utf-8.
458 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
460         * mail/rmail.el (rmail-redecode-body): Doc fix.
462 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
464         * international/mule-cmds.el (reset-language-environment): Reset
465         coding-category-utf-8 to mule-utf-8.
467         * international/mule-conf.el (coding-category-utf-8): Initialize
468         to mule-utf-8.
470         * loadup.el: Preload international/utf-8.
472         * international/utf-8.el: New file.
474 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
476         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
478 2001-01-24  Sam Steingold  <sds@gnu.org>
480         * dired.el (dired-replace-in-string): Removed.
481         (dired-sort-toggle): Use `replace-regexps-in-string'
482         instead of `dired-replace-in-string'.
484         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
485         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
487         * gs.el (gs-replace-in-string): Removed.
488         (gs-options): Use `replace-regexps-in-string'
489         instead of `gs-replace-in-string'.
491 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
493         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
494         bug report is mailed to an email list and posted to a news group.
496 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
498         * comint.el (comint-replace-by-expanded-history-before-point): Fix
499         change of 2000-08-03 to move point to the start of the line again.
501         * startup.el (tool-bar-images-pixel-height): New variable.
502         (command-line): After loading the user's init file, when
503         tool-bar-mode is on, increase the frame's size by some lines for
504         the tool-bar.
506         * frame.el (frame-initialize): Create the initial frame invisible.
508 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
510         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
511         (chinese-big5): MIME:Big5.
513 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
515         * international/mule-cmds.el (universal-coding-system-argument):
516         Handle commands with prefix args.
518 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
520         * calendar/diary-lib.el (diary-float): Fix case of MONTH
521         being a list of numbers.
522         (diary-mail-entries): Rewritten.
524 2001-01-23  Dave Love  <fx@gnu.org>
526         * international/mule.el (make-coding-system): Fix typo.
528         * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
529         backward-paragraph as font-lock-beginning-of-syntax-function.
531 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
533         * font-lock.el (font-lock-mode): Doc fix.
535 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
537         * international/mule.el (make-translation-table): Fix docstring.
539 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
541         * mail/rmail.el (rmail-redecode-body): New function.
543         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
545 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
547         * isearch.el (isearch-lazy-highlight-case-fold-search)
548         (isearch-lazy-highlight-regexp): New variables.
549         (isearch-lazy-highlight-cleanup): Update lazy highlight if
550         case-fold search or regexp search has been toggled.
552         * wid-edit.el (widget-button-click): Avoid a save-excursion
553         around running a global binding.
555         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
556         to 0.25.
558 2001-01-20  Miles Bader  <miles@gnu.org>
560         * cus-edit.el (custom-face-save): Do post-processing on the face's
561         new value like `custom-face-set' does.
563 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
565         * mail/emacsbug.el (report-emacs-bug): Report the value of
566         LC_CTYPE, not LC_TYPE.
568         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
569         isearch-toggle-regexp and isearch-edit-string to doc string.
571 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
573         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
574         as font-lock-beginning-of-syntax-function in font-lock-defaults.
576         * jit-lock.el (jit-lock-fontify-now): Don't bind
577         font-lock-beginning-of-syntax-function to nil.
579 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
581         * mail/emacsbug.el (report-emacs-bug): Report values of
582         locale-coding-system, default-enable-multibyte-characters, and the
583         environment variables LC_ALL, LC_TYPE, and LANG.
585 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
587         * font-lock.el (font-lock-default-fontify-region): Fix last
588         change.
590         * font-lock.el (font-lock-multiline): Default to nil.
591         (font-lock-default-fontify-region): If font-lock-multiline is
592         nil, don't check the property `font-lock-multiline'.
594         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
595         is nil, don't check the `font-lock-multiline' text property.
597 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
599         * viper.el: Call initial-major-mode on startup.
601         * ediff.el (ediff-patch-file): Use better defaults.
603         * ediff-vers.el: Fix for 8+3 DOS file systems.
605 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
607         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
608         diff mode, if available.
610 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
612         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
614         * ediff-init.el (subst-char-in-string): Define and use it, unless
615         it's already defined.
617 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
619         * tooltip.el (tooltip-hide-delay): New user-option.
620         (tooltip-show): Use tooltip-hide-delay instead of the default.
622 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
624         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
625         kill-local-variable doesn't work for enable-multibyte-characters.
627 2001-01-17  Dave Love  <fx@gnu.org>
629         * ediff-init.el (ediff-before-setup-hook)
630         (ediff-merge-filename-prefix): Add :version.
632         * international/latin1-disp.el: Require disp-table.
633         (latin1-display): Fix :set.
635         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
637 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
639         * isearch.el (isearch-lazy-highlight-initial-delay)
640         (isearch-lazy-highlight-interval): Default to 0.
642 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
644         * isearch.el (isearch-highlight): Set isearch-overlay priority to
645         1 here rather than each time through
646         isearch-lazy-highlight-new-loop.
647         (isearch-lazy-highlight-max): Variable deleted.
648         (isearch-lazy-highlight-max-at-a-time): New user variable, like
649         isearch-lazy-highlight-max but controls a single invocation of
650         isearch-lazy-highlight-update.
651         (isearch-lazy-highlight-wrapped): Variable recreated.
652         (isearch-lazy-highlight-window-start): New variable.
653         (isearch-lazy-highlight-cleanup): Restored to behavior of
654         before 2-Jan.
655         (isearch-lazy-highlight-remove-overlays): Function deleted;
656         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
657         behavior removed.
658         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
659         isearch-lazy-highlight-update in a loop rather than just once.
660         Test isearch-invalid-regexp here and decide not to start a new
661         loop, rather than testing it each time through
662         isearch-lazy-highlight-update.
663         (isearch-lazy-highlight-search): Function restored.
664         (isearch-lazy-highlight-update): Get called in a timer loop again,
665         but this time highlight more than one match each time through.
666         Only highlight matches in the visible part of the window.  Start
667         at point, move in the direction of the search, and wrap around at
668         the edge of the window.  Use sit-for to force redisplay and ensure
669         window-start is credible.  "Face suppressing" behavior removed;
670         overlay priorities should make it unnecessary, right?
671         (isearch-highlight): Face suppressing behavior removed.
672         (isearch-dehighlight): Face suppressing behavior removed.
673         (isearch-set-lazy-highlight-faces-at): Removed.
675 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
677         * language/european.el ("Latin-1"): Make the format of description
678         about additional language environments same as that of Latin-2.
680 2001-01-16  Dave Love  <fx@gnu.org>
682         * isearch.el (isearch-lazy-highlight): Add :version.
684         * simple.el (backward-delete-char-untabify-method)
685         (next-line-add-newlines): Add :version.
687 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
689         * bindings.el: Bind <backspace> and <delete> via function-key-map.
690         Don't bind <delete> otherwise.
692         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
693         and <delete> via function-key-map.
695         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
696         Subject line only if point is after the `Subject:'.
698 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
700         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
701         japanese-jisx0213-2 in `charset' property of this lang. env.
703         * language/european.el ("Latin-1"): Add description for Dutch and
704         Spanish lang. env.
706         * international/mule.el (decode-char): Fix conditions.
707         (encode-char): Handle eight-bit-control too.
708         (transform-make-coding-system-args): New function.
709         (make-coding-system): Accept XEmacs style arguments for CCL base
710         coding system.
712 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
714         * progmodes/etags.el (find-tag-noselect): Save the value of
715         tags-file-name before switching buffers, for the case it has a
716         buffer-local value.
718 2001-01-15  Alex Schroeder  <alex@gnu.org>
720         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
721         From Dave Love <fx@gnu.org>.
722         (ansi-color-for-comint-mode): Fix :version.
724 2001-01-15  Alex Schroeder  <alex@gnu.org>
726         * ansi-color.el (ansi-color-unfontify-region): Doc change.
728 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
730         * dired.el (dired-insert-directory): If file-system-info fails,
731         remove the " free " part, but don't signal an error.
733 2001-01-12  Sam Steingold  <sds@gnu.org>
735         * bookmark.el (bookmark-maybe-historicize-string):
736         Use new backquote syntax.
738 2001-01-12  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
740         * subr.el (last): Handle a list that doesn't end in nil.
742 2001-01-12  Sam Steingold  <sds@gnu.org>
744         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
745         to `backward-delete-char-untabify'.
747 2001-01-12  Dave Love  <fx@gnu.org>
749         * cus-edit.el (customize-menu-create): Fix the :filter following
750         easymenu change.
752         * wid-edit.el (function): Add :match-alternatives.
753         (widget-color-action): Doc fix.
755 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
757         * calendar/calendar.el (calendar-basic-setup): Doc fix.
759 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
761         * international/mule-cmds.el (prefer-coding-system): Fix
762         docstring.
764         * international/ccl.el (define-ccl-program): Fix docstring.
766 2001-01-11  Dave Love  <fx@gnu.org>
768         * international/mule-cmds.el (standard-display-european-internal):
769         Set display table for 2208 as for 160.
771         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
773         * progmodes/fortran.el (fortran-mode-map): Modify Customization
774         entry for custom-menu-create change.
775         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
776         don't cons it in the search loop.
778         * imenu.el (imenu--truncate-items): Revert last change.
780 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
782         * info.el (Info-setup-header-line): If the node header includes
783         either Next: or Prev: links, don't show the File: and Node: parts
784         in the header line.
786 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
788         * comint.el (comint-goto-process-mark): Don't print a message
789         when running in batch mode.
791         * isearch.el (isearch-search): In the condition-case handler for
792         `error', set isearch-invalid-regexp to the whole error message.
794         * subr.el (eval-after-load): Call load-symbol-file-load-history to
795         ensure that eval-after-load works for files dumped with Emacs.
797         * help.el (load-symbol-file-load-history): New function extracted
798         from function symbol-file.
799         (symbol-file): Use it.
801         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
802         exit.xpm.
804 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
806         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
807         behave as if there were no prefix argument.
808         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
809         argument were nil.
811 2001-01-11  Richard M. Stallman  <rms@gnu.org>
813         * isearch.el (isearch-lazy-highlight-update):
814         Don't look for more potential matches once maximum is exceeded.
815         Use overlays-in to check correctly for overlap with current match.
816         Ignore empty matches.
818 2001-01-11  Miles Bader  <miles@gnu.org>
820         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
821         (ispell-overlay-window, ispell-help, ispell-show-choices)
822         (ispell-command-loop): Use it instead of `window-height'.
824 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
826         * files.el (confirm-kill-emacs): New user-option.
827         (save-buffers-kill-emacs): Ask for final confirmation before
828         killing Emacs.
830         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
831         to nil.
833 2001-01-10  Dave Love  <fx@gnu.org>
835         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
837         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
838         :type.
840         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
842         * calculator.el (calculator-number-digits): Fix :type.
844         * vc-cvs.el (vc-cvs-header): Fix :type.
845         * vc-rcs.el (vc-rcs-header): Fix :type.
846         * vc-sccs.el (vc-sccs-header): Fix :type.
848         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
850         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
852         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
854 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
856         * simple.el (set-variable): Force a thorough redisplay for the
857         case that the variable has an effect on the display, like
858         `tab-width' has.
860 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
862         * vc.el: Add documentation for backend interface.
864 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
866         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
868         * international/mule-conf.el (latin-extra-code-table): Set to t
869         for \223 and \224.
871 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
873         * international/mule-cmds.el (locale-language-names): Map "es" to
874         "Spanish" and "nl" to "Dutch".
876 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
878         * bindings.el (global-map): Bind <home> to beginning-of-line,
879         <end> to end-of-line, C-<home> to beginning-of-buffer, and
880         C-<end> to end-of-buffer.
882         * language/european.el: Add Dutch and Spanish language info
883         to be able to use the appropriate tutorials.
885 2001-01-09  Alex Schroeder  <alex@gnu.org>
887         * ansi-color.el (ansi-color-process-output): Use markers instead
888         of positions for start and end of region.
889         (ansi-color-apply-on-region): Rewrote code to make it more robust.
890         Previously, occasional mistakes happend when fontifying many
891         chunks of output (eg. ls --color=yes /dev).  This happened
892         whenever an overlay was created up to the end of the region, which
893         coincided with the process-mark.  New text would then be added
894         within that overlay instead of after it.
895         (ansi-color-make-extent): Overlays are created with the property
896         `modification-hooks' set to '(ansi-color-freeze-overlay).
897         (ansi-color-freeze-overlay): New function.  When inserting text at
898         the end of the overlay, the overlay will resize.
900 2000-01-09  Alex Schroeder  <alex@gnu.org>
902         * ansi-color.el (ansi-color-process-output): Doc change.
903         (ansi-color-unfontify-region): Doc change.  No longer installed
904         automatically in font-lock-unfontify-region-function.
905         (ansi-color-apply): Doc change.
906         (ansi-color-apply-on-region): Use extents or overlays instead of
907         text-properties.
908         (ansi-color-make-extent): New function.
909         (ansi-color-set-extent-face): New function.
911 2000-01-09  Alex Schroeder  <alex@gnu.org>
913         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
914         both use ansi-color-process-output, now.
915         (ansi-color-process-output): Doesn't return string anymore.  It is
916         installed in comint-output-filter-functions for both Emacs and
917         XEmacs, now.
918         (ansi-color-unfontify-region): Simplified code removing variables
919         pos and start-ansi.
920         (ansi-color-apply): Put text-property ansi-color before putting
921         text-property face because ansi-color-unfontify-region is called
922         immediately after the call to put-text-property.
923         (ansi-color-context-region): Doc change.
924         (ansi-color-filter-region): Simplified code.
925         (ansi-color-apply-on-region): Changed start to start-marker, using
926         a marker explicitly.  Put text-property ansi-color before putting
927         text-property face because ansi-color-unfontify-region is called
928         immediately after the call to put-text-property.
930 2000-01-09  Alex Schroeder  <alex@gnu.org>
932         * ansi-color.el (ansi-color-faces-vector): Doc change.
933         (ansi-color-for-comint-mode): Changed :type property to choice.
934         (ansi-color-last-context): Removed.
935         (ansi-color-process-output): Don't use ansi-color-last-context, as
936         the main functions will store their context now.
937         (ansi-color-context): Doc change.
938         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
939         Uses ansi-color-context such that repeated calls will strip
940         partial escape sequences, too.
941         (ansi-color-apply): Simplified code.  Colorize end of string if
942         face is not null.  Store context in new (FACE STRING) format, such
943         that repeated calls will strip partial escape sequences, too.
944         Append faces to face property using ansi-color-apply-sequence such
945         that cumulative mode actually works.
946         (ansi-color-context-region): New variable.
947         (ansi-color-filter-region): Rewrote it based on
948         ansi-color-apply-on-region.  Uses ansi-color-context-region such
949         that repeated calls will strip partial escape sequences, too.
950         (ansi-color-apply-on-region): Simplified code.  Colorize end of
951         region if face is not null.  Store context in new (FACE POS)
952         format, such that repeated calls will strip partial escape
953         sequences, too.  Append faces to face property using
954         ansi-color-apply-sequence such that cumulative mode actually
955         works.
956         (ansi-color-apply-sequence): New function.
957         (ansi-color-get-face): When the default face is added to the list
958         of faces, all previous settings are discarded and the list of
959         faces is set to '(default).
961 2000-01-09  Alex Schroeder  <alex@gnu.org>
963         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
964         face, such that ansi-color-apply and ansi-color-apply-on-region
965         will do the right thing.
966         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
967         returns nil, set the list of faces back to nil instead of
968         appending the result of ansi-color-get-face to the front of the
969         list.
971 2000-01-09  Alex Schroeder  <alex@gnu.org>
973         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
974         (ansi-color-process): Doc change.
975         (ansi-color-last-context): New buffer-local variable.
976         (ansi-color-process-output): New function.  It is automatically
977         added to comint-output-filter-functions if this is XEmacs.
978         (ansi-color-unfontify-region): New optional parameter for XEmacs
979         compatibility.  Check wether font-lock-syntactic-keywords is
980         boundp before removing the syntax table text property, as XEmacs
981         doesn't have it.
982         (ansi-color-filter-region): Doc change.
983         (ansi-color-apply-on-region): Doc change.
984         (ansi-color-make-face): New function.  Compatibility layer for
985         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
986         (ansi-color-make-color-map): Use ansi-color-make-face.
987         (ansi-color-get-face): Avoid face text property '(nil) as results
988         in an errow for XEmacs.
990 2000-01-09  Alex Schroeder  <alex@gnu.org>
992         * ansi-color.el (ansi-color-unfontify-region): New function.  Uses
993         text-property ansi-color in order to preserve fontification by
994         ansi-color.  When the package is loaded, a lambda expression is
995         put onto font-lock-mode-hook.  This lambda expression will check
996         font-lock-unfontify-region-function and replace
997         font-lock-default-unfontify-region with
998         ansi-color-unfontify-region.
999         (ansi-color-apply): Add text-property ansi-color in addition to
1000         text-property face.
1001         (ansi-color-apply-on-region): Add text-property ansi-color in
1002         addition to text-property face.
1003         (save-buffer-state): Copy of the macro that is also used by
1004         lazy-lock and font-lock.
1006         (ansi-color-for-comint-mode): New option.
1007         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1008         (ansi-color-for-comint-mode-off): Ditto.
1009         (ansi-color-for-comint-mode-filter): Ditto.
1010         (ansi-color-process): New function.  Uses
1011         ansi-color-for-comint-mode to decide what to do.  This function is
1012         added to comint-preoutput-filter-functions when the package is
1013         loaded.
1015         (ansi-color-for-shell-mode-set): Removed.
1016         (ansi-color-for-shell-mode): Removed.
1018 2000-01-09  Alex Schroeder  <alex@gnu.org>
1020         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1021         the lambda expression from the ansi-color-for-shell-mode :set
1022         property.  Additionally, modify shell-mode-hook to enable or
1023         disable font-lock-mode for future shell buffers.
1024         (ansi-color-for-shell-mode): The :set property calls
1025         ansi-color-for-shell-mode-set instead of a lambda expression.
1027 2000-01-09  Alex Schroeder  <alex@gnu.org>
1029         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1030         (ansi-color-context): New variable.
1031         (ansi-color-apply): Save context between calls.
1033 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
1035         * isearch.el (isearch, isearch-lazy-highlight-face): New
1036         definitions for face colors and attributes.
1038         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1039         of display-mouse-p.
1041 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
1043         * international/mule.el (make-coding-system): If the coding system
1044         accepts extra latin codes, register such codes as safe for the
1045         coding system.
1047 2001-01-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1049         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1050         don't mention the file name or the date here, because they are
1051         logged at the start of the file.
1053 2001-01-08  Richard M. Stallman  <rms@gnu.org>
1055         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1056         Change screen-width to frame-width.
1058 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
1060         * info.el (Info-search): Print the default as part of the prompt.
1062 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
1064         * vc.el (vc-default-latest-on-branch-p): New function, replaces
1065         constant implementations in backends.
1067         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1068         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1070         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1071         WRITABLE to EDITABLE.
1073         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1074         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1075         to EDITABLE.
1077 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
1079         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1080         (copyright, copyright-update): Compute the current year at run
1081         time.
1083 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
1085         * isearch.el (isearch-old-signal-hook): Removed.
1086         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1087         instead of setting signal-hook-function.
1088         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1090 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
1092         * emulation/edt.el: Update to version 4.0.  Provide support for
1093         EDT scroll margins at top and bottom of the window.  Provide an
1094         emulation of the EDT SUBS command (bound to GOLD-Enter, by
1095         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
1096         user when file-related buffer modifications exist.  Provide
1097         support for running EDT Emulation in XEmacs.  Provide customize
1098         access to some user updatable variables.  Add Commentary section
1099         to file header.  Fixed a few minor bugs and cleaned up some code.
1101         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
1102         for detecting a keypress that generates an ASCII key sequence.
1103         (Previously, only a keypress that generates a vector was
1104         recognized.)  Embed Window Manager name into name of the generated
1105         EDT Emulation initialization file since the initialization file is
1106         Window Manager specific.  Add Commentary section to file header.
1108 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
1110         * mail/sendmail.el (mail-mode): Doc fix.
1112         * info.el (Info-goto-emacs-command-node): Doc fix.
1113         (Info-goto-emacs-key-command-node): Doc fix.
1115 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
1117         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
1118         systems without long file-name support.
1120 2001-01-06  Andrew Innes  <andrewi@gnu.org>
1122         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1124 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
1126         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1127         (isearch-lazy-highlight-update): Doc fix.
1129         * ffap.el (ffap-bindings): Doc fix.
1131         * dired-x.el (dired-virtual-guess-dir): Doc fix.
1133 2001-01-05  Dave Love  <fx@gnu.org>
1135         * emacs-lisp/cl-seq.el (remove, remq): Remove.
1137 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
1139         * mouse-drag.el (mouse-drag-safe-scroll): Bind
1140         scroll-preserve-screen-position to nil.
1142         * isearch.el (isearch-old-signal-hook): New variable.
1143         (isearch-mode): Set signal-hook-function to isearch-done.
1144         (isearch-done): Restore old signal-hook-function.
1146         * info.el (Info-fontify-node): Mark one more char as intangible.
1148 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
1150         * composite.el (compose-last-chars): New argument COMPONENTS.  If
1151         it is non-nil, compose preceding characters by compose-region with
1152         COMPONENTS.
1154         * international/quail.el (quail-input-string-to-events): New function.
1155         (quail-input-method): Convert input string to events here.
1156         (quail-start-translation): Return input string, not event list.
1157         (quail-start-conversion): Likewise.
1159 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
1161         * tooltip.el (tooltip-cancel-delayed-tip)
1162         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1163         and tooltip-add-timeout.
1164         (tooltip-show): Set border color from faces's foreground.
1165         (tooltip-show-help-function): If called with the same help string
1166         as last time, do nothing.
1167         (tooltip-help-tips): Don't set tooltip-help-message to nil.
1169         * startup.el (fancy-splash-screens): Don't bind show-help-function
1170         to nil.
1172         * tooltip.el (tooltip-frame-parameters): Remove colors.
1173         (tooltip): New face
1174         (tooltip-set-param): New function.
1175         (tooltip-show): Set up color frame parameters from face `tooltip'.
1176         Display the tooltip text in face `tooltip'.
1178 2001-01-04  Dave Love  <fx@gnu.org>
1180         * whitespace.el (whitespace-global-mode): Fix typo.
1182         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1184 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
1186         * help.el (help-for-help): Fix a typo in a doc string.  From
1187         kwzh@gnu.org (Karl Heuer).
1189 2001-01-03  Dave Love  <fx@gnu.org>
1191         * dired-x.el: Doc fixes.  Maintainer change.
1192         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1193         :type.
1194         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1195         (dired-guess-shell-alist-user): Customize.
1196         (dired-x-help-address): Set to bug-gnu-emacs.
1197         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1198         (dired-default-directory): Renamed from default-directory.
1200         * hl-line.el (hl-line): Doc fix.
1202 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
1204         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
1206 2001-01-02  Richard M. Stallman  <rms@gnu.org>
1208         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1209         to remove all the current alternative-match highlighting.
1210         If nil, remove only what's outside the current window.
1211         (isearch-lazy-highlight-remove-overlays): Take optional
1212         region within which NOT to remove them.
1213         (isearch-lazy-highlight-new-loop): Greatly simplified.
1214         (isearch-lazy-highlight-update): Find all the other occurrences
1215         visible in the window, in just one call.
1216         (isearch-lazy-highlight-start): Now holds start of region to scan.
1217         (isearch-lazy-highlight-end): Now holds end of region to scan.
1218         (isearch-lazy-highlight-wrapped): Variable deleted.
1219         (isearch-lazy-highlight-search): Function deleted.
1221 2000-01-02  Andrew Innes  <andrewi@gnu.org>
1223         * w32-fns.el (convert-standard-filename): Do length check on name
1224         before aref.
1226 2001-01-02  Dave Love  <fx@gnu.org>
1228         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1229         value.
1230         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1232         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1234         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1235         read syntax.
1237         * calendar/todo-mode.el (todo): Add :link, :version.
1238         (todo-save-top-priorities): Remove autoload cookie.
1239         (todo-add-category, todo-add-item-non-interactively)
1240         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1241         cookie.
1243 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
1245         * comint.el (comint-input-history-ignore): New variable.
1246         (comint-read-input-ring): Ignore entries matching
1247         comint-input-history-ignore.
1249 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
1251         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1252         (lm-copyright-mark): New function.
1253         (lm-crack-copyright): New function.
1254         (lm-verify): Check that the file has a copyright.
1255         Check that the file is copyright Free Software Foundation.
1257 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
1259         * international/mule-diag.el (print-fontset): Indent font name by
1260         24 columns, not 25.
1262 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
1264         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1265         in Subject line.
1267         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1268         Use mail-mode-hook instead of mail-setup-hook.  Otherwise
1269         continuing an interrupted message with C-u C-x m for instence,
1270         winds up in Mail mode without abbrevs.
1272 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1274         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1275         non-nil.  Adding almost all customization variables on ps-setup.  Doc
1276         fix.
1277         (ps-print-version): New version number (6.3.3).
1278         (ps-end-with-control-d): Initialization fix.
1279         (ps-lines-printed): New var.
1280         (ps-skip-newline): New fun.
1281         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1282         (ps-next-line, ps-continue-line, ps-plot-region)
1283         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
1285 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
1287         * international/fontset.el (x-complement-fontset-spec): Resolve
1288         ASCII font name so that the same family name is used for fonts
1289         registered in x-font-name-charset-alist.
1290         (create-fontset-from-fontset-spec): Adjusted for the above change.
1291         The name of fontset alias should be a unresolved ASCII font name.
1293 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
1295         * simple.el (delete-key-deletes-forward-mode): Bind backspace
1296         and delete in isearch-mode-map.
1298 2000-12-28  Richard M. Stallman  <rms@gnu.org>
1300         * dired-x.el (dired-guess-shell-alist-default):
1301         Use xpdf instead of acroread.
1303 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
1305         * textmodes/artist.el (artist-butlast): Deleted.
1306         (artist-ellipse-mirror-quadrant): Use butlast instead of
1307         artist-butlast.
1309         * subr.el (butlast, nbutlast): Moved from cl.el to here.
1311         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1313 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
1315         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1317         * ls-lisp.el: Better support for the Mac and MS-Windows.
1318         (ls-lisp): New defgroup.
1319         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
1320         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
1321         (ls-lisp-support-shell-wildcards): New defcustoms.
1322         (ls-lisp-parse-symlink): New function.
1323         (insert-directory): Code to convert switches to a list and set up
1324         the wildcard argument copied from ls-lisp-insert-directory.
1325         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
1326         for -C and -R switches.
1327         (ls-lisp-column-format): New function.
1328         (ls-lisp-delete-matching, ls-lisp-handle-switches)
1329         (ls-lisp-format-time): Add doc strings.
1330         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1331         Support ls-lisp-dirs-first.
1332         (ls-lisp-classify, ls-lisp-extension): New functions.
1333         (ls-lisp-format): Optionally support emulation of symlinks.
1334         Support -i, -s, and -G switches.
1336 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
1338         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1340         * version.el (emacs-version): Print X scroll bar information.
1342         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1343         instead of x-toolkit-scroll-bars-p.
1345         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1346         of x-toolkit-scroll-bars-p.
1348 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
1350         * ffap.el (ffap-bindings): Make interactive and add an autoload
1351         cookie.
1352         (ffap-bindings): Doc fix, to reflect the above change.
1354 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
1356         * term.el (term-char-mode): Define all non-ascii self-inserting
1357         characters to 'term-send-raw in term-raw-map.
1359 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
1361         * viper-init (viper-restore-cursor-type): Added condition-case
1362         guard.
1364         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
1365         initialization; use add-hook.
1366         (ediff-file-remote-p): Use file-local-copy.
1368         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
1370         * ediff.el (ediff-patch-buffer): Bug fix.
1371         (ediff-revision): Allow selection of the file at the prompt.
1373 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
1375         * subr.el (combine-run-hooks): Remove.
1377         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1378         and remove the rogue second spec.
1380 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
1382         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1384 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
1386         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1387         Use minibuffer menu prompt for the `=' prefix.
1388         (smerge-command-prefix): Change default to C-^.
1389         (smerge-mode): Don't assume font-lock doesn't move point.
1391         * skeleton.el (skeleton-internal-1): Make sure the first line of
1392         the region is also re-indented.
1393         (skeleton-end-newline): New var.
1394         (skeleton-end-hook): Use it.
1396 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
1398         * comint.el (comint-password-prompt-regexp): Support CVS.
1400 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
1402         * simple.el (delete-key-deletes-forward-mode): Simplify.  Also
1403         backspace key combinations, depending on
1404         delete-key-deletes-forward.
1406         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1408         * simple.el (delete-key-deletes-forward): Doc fix.
1410 2000-08-22  Emmanuel Briot  <briot@gnat.com>
1412         * xml.el (top level comment): Updated to reflect the fact that
1413         white spaces are relevant in the XML file.
1414         (xml-parse-file): Do not kill an existing Emacs buffer if the file
1415         to parse was already edited. This allows for on-the-fly analysis
1416         of XML files.
1417         (xml-parse-tag): Check that the casing is the same in the start
1418         tag and end tag, since XML is case-sensitive.  Allows for spaces
1419         in the end tag, after the name of the tag.
1420         (xml-parse-attlist): Allow for the character '-' in the name of
1421         attributes, as in the standard http-equiv attribute Do not save
1422         the properties in the XML tree, since they are not relevant.
1424 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
1426         * generic.el (generic-read-type): Undo last change, inline into
1427         `generic-mode' and then remove.
1428         (generic-mode): Inline generic-read-type.
1429         (define-generic-mode): Push the symbol name rather than the symbol
1430         onto generic-mode-list.
1432 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
1434         * generic.el (generic-read-type): Build an alist for
1435         completing-read as in 20.7.
1437         * play/landmark.el (lm): Use interactive spec `P'.
1438         (toplevel): Don't set debug-on-error.
1440         * server.el (server-switch-buffer): Choose a window on a visible
1441         frame.
1443 2000-12-21  Dave Pearson  <davep@davep.org>
1445         * quickurl.el: Commentry change, I've moved my web site.
1447 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1449         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1450         ranges like \177-\237, but accepts the character sequence from \177 to
1451         \237.  Doc fix.
1452         (ebnf-version): New version (3.4).
1453         (ebnf-setup): Code fix.
1454         (ebnf-range-regexp): New fun.
1455         (ebnf-8-bit-chars): Const fix.
1457         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1458         entry.  Doc fix.
1459         (ebnf-bnf-lex): Code fix.
1460         (ebnf-bnf-comment-chars): Const fix.
1462         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1463         entry.  Doc fix.
1464         (ebnf-iso-comment-chars): Const fix.
1466         * ebnf-otz.el: Doc fix.
1468         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1469         entry.  Doc fix.
1470         (ebnf-yac-skip-code): Code fix.
1471         (ebnf-yac-comment-chars): Const fix.
1473 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
1475         * files.el (insert-directory-safely): New function.
1476         (recover-file): Use it instead of insert-directory.  From Markus
1477         Rost <markus.rost@mathematik.uni-regensburg.de>
1479 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
1481         * international/mule-cmds.el (select-safe-coding-system): Check
1482         coding-category-list more rigidly.  Improve help message.
1484         * dired.el (dired-move-to-filename-regexp): Fix previous change.
1486 2000-12-21  Miles Bader  <miles@gnu.org>
1488         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1489         prefix.
1491 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
1493         * international/mule-diag.el (describe-char-after): Make *Help*
1494         buffer inherit multibyteness of the current buffer.
1496         * international/mule.el (make-char): Docstring adjusted for the
1497         change of make-char-internal.
1499 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
1501         * international/iso-cvt.el: Docstrings fix.
1503 2000-12-20  Dave Love  <fx@gnu.org>
1505         * subr.el (eval-after-load): Doc fix.
1507 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
1509         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1510         for numbers.
1512 2000-12-20  Miles Bader  <miles@gnu.org>
1514         * international/quail.el (quail-help): Resize the help window
1515         again after it has all its contents.  Remove unneeded progn.
1517 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
1519         * pcmpl-linux.el: Fix copy/paste error.
1521 2000-12-19  Andrew Innes  <andrewi@gnu.org>
1523         * simple.el (delete-key-deletes-forward-mode): Fix typo in
1524         docstring.
1526 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1528         * progmodes/idlw-rinfo.el: Fixed copyright notice.
1530         * progmodes/idlw-toolbar.el: Fixed copyright notice.
1532         * progmodes/idlw-shell.el: Fixed copyright notice.
1534         * progmodes/idlwave.el: Fixed copyright notice.
1536         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1537         TAB as key separators.
1539 2000-12-19  Alex Schroeder  <alex@gnu.org>
1541         * sql.el (sql-sybase-options): New option.
1542         (sql-sybase): Use it.  Add sql-database to the list of parameters
1543         provided for login.  The options -w 2048 -n are not used any more.
1544         (sql-postgres-options): Changed default from "--pset" to "-P".
1545         (sql-mysql-options): Doc change.
1546         (sql-stop): Doc change.
1548 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
1550         * international/quail.el (quail-input-method): Always hide
1551         the guidance buffer on exiting.
1553 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1555         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1556         isn't fboundp.
1558         * server.el (server-buffer-done): Bury the buffer before
1559         killing it.
1561         * faces.el (face-spec-set): Interpret a nil in specs for
1562         foreground and background colors as `unspecified', for
1563         compatibility with 20.x.
1565 2000-12-18  Dave Love  <fx@gnu.org>
1567         * simple.el (mail-user-agent): Doc fix.
1568         (input-mode-8-bit): Removed.
1570         * international/mule.el (set-keyboard-coding-system): Doc fix.
1571         (keyboard-coding-system): New option.
1573         * mail/sendmail.el (send-mail-function): Customize.
1575 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
1577         * international/codepage.el (cp866-decode-table): New table.
1579 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1581         * version.el (emacs-version): Remove `%a' from the time format
1582         because the weekday doesn't fit well into each locale.
1584 2000-12-18  Miles Bader  <miles@gnu.org>
1586         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1588         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
1589         Check that emacs-major-version is `=' to 20, not `>='.
1590         (artist-replace-chars): Use `make-string' instead of a loop.
1592 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
1594         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1595         (cvs-execute-single-file): Don't change directory.
1596         Patch from Per Cederqvist.
1598 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
1600         * textmodes/ispell.el (check-ispell-version): If
1601         `ispell-program-name' is "aspell", pass it the -v switch instead
1602         of -vv.
1604 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
1606         * international/mule-diag.el (mule-diag): Insert information about
1607         configure options, multibyte awareness, language env.
1609         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1610         regexp to search for candidates.
1612 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
1614         * info.el (Info-forward-node): If the node has an
1615         Info-header-line, widen the buffer before searching for "next:"
1616         and "up:" pointers, and set the search limit to stay in the
1617         current node.
1619 2000-12-16  Miles Bader  <miles@gnu.org>
1621         * simple.el (delete-trailing-whitespace): Remove extraneous let.
1623 2000-12-15  Miles Bader  <miles@gnu.org>
1625         * comint.el (comint-send-string, comint-send-region): Also accept
1626         a buffer, buffer-name, or nil for PROCESS, for compatibility with
1627         process-send-string/region.
1629 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
1631         * isearch.el (isearch-lazy-highlight-max): New user-option.
1632         (isearch-lazy-highlight-update): Don't highlight more than
1633         isearch-lazy-highlight-max matches.
1635         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1637 2000-12-15  Richard M. Stallman  <rms@gnu.org>
1639         * sort.el (sort-columns): Fix error message.
1641         * dabbrev.el (dabbrev--last-case-pattern): Value is now
1642         `upcase' or `downcase' or nil.
1643         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1644         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1645         (dabbrev--substitute-expansion): New arg record-case-pattern.
1646         If it is non-nil, set dabbrev--last-case-pattern.
1647         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1649         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1651 2000-12-15  Miles Bader  <miles@gnu.org>
1653         * paths.el (Info-default-directory-list): Don't delete
1654         configure-info-directory from the list of standard info
1655         directories when appending it to the end -- their order is
1656         important.
1658         * faces.el (read-face-attribute): If there's no entry for the
1659         user's input in VALID, just use it as-is (this will often result
1660         in an error, but it may be OK for e.g. colors using hexadecimal
1661         notation, and at least will yield a better error message).
1663         * window.el (mode-line-window-height-fudge): Function removed.
1664         (height-affecting-face-attributes, mode-line-window-height-fudge):
1665         Variables removed.
1666         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1667         window is really the right size.  Use vertical-motion
1668         rather than forward-line.
1669         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1670         (ispell-command-loop, ispell-show-choices): Use the variable
1671         ispell-choices-win-default-height, rather than the function.
1672         (ispell-choices-win-default-height): Function removed.
1673         (ispell-mode-line-window-height-fudge): Function removed.
1675 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
1677         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1679 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
1681         * paths.el (Info-default-directory-list): If
1682         configure-info-directory is not one of the standard directories,
1683         put it first in the list; otherwise put it last.  Doc string
1684         changed accordingly.
1686         * info.el (Info-directory-list): Change doc string to reflect the
1687         change in Info-default-directory-list.
1689         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1690         windows-nt as windowed environments, even under -nw.
1692         * startup.el (command-line): Don't call x-backspace-delete-keys-p
1693         if not fboundp.  Switch delete-forward mode for the <delete> key
1694         on all PC platforms, even under -nw.
1696         * term/internal.el ([M-delete]): Remap to M-d.
1698 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
1700         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1702 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
1704         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1706 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
1708         * startup.el (command-line): Call delete-key-deletes-forward-mode,
1709         if appropriate.
1711         * simple.el (delete-key-deletes-forward): New user-option.
1712         (delete-key-deletes-forward-mode): New function.
1714         * bindings.el: Bind `delete' to backward-delete-char.
1716         * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1717         if symbol is bound before getting its value.
1719         * tooltip.el (tooltip-show): If an error is signaled in
1720         x-show-tip, display that error, and display the help in the
1721         echo area.
1723 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
1725         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1726         "... entries" messages for every 10000 entries, not 10.
1728 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
1730         * bookmark.el: Provide a generic exit hook, as suggested by
1731         Ovidiu Predescu <ovidiu@cup.hp.com>:
1732         (bookmark-exit-hook): New var.
1733         (bookmark-exit-hook-internal): New func, replaces
1734         old raw lambda form in `kill-emacs-hook', and runs new
1735         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
1736         as logically that feature must have been provided if this function
1737         is running.
1738         Removed ;;;###autoload before the `add-hook' call.
1740 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
1742         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1743         (easy-menu-current-active-maps): New function.
1744         (easy-menu-get-map): Use it.
1745         Make a proper menu entry when creating a new keymap.
1747 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
1749         * international/characters.el: Fix cases and syntaxes for
1750         mule-unicode-0100-24ff.
1752         * dired.el (dired-move-to-filename-regexp): Fixed for the case
1753         that a Japanese character is not appended after day and year.
1755         * info.el (Info-suffix-list): Change format for a command that
1756         requires arguments.
1757         (info-insert-file-contents): Adjusted for the above change.
1759 2000-12-12  Andreas Schwab  <schwab@suse.de>
1761         * tar-mode.el (tar-extract): Base the name of the subfile buffer
1762         on the name of the tar buffer.  Verify that the existing buffer is
1763         visiting the same subfile.
1765 2000-12-12  Dave Love  <fx@gnu.org>
1767         * subdirs.el: Add obsolete.
1769 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
1771         * mail/rmailsum.el (rmail-summary-expunge)
1772         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1773         instead of rmail-confirm-expunge.
1775         * replace.el (perform-replace): Don't use an empty match adjacent
1776         to a non-empty match when computing the next match before the
1777         replacement is performed.
1779 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
1781         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1782         definition (patch by Stefan Monnier).
1783         (glasses-mode): Use jit-lock instead of `after-change-functions'
1784         (patch by Stefan Monnier).
1786 2000-12-12  Miles Bader  <miles@gnu.org>
1788         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1789         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1791 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
1793         * term/mac-win.el: Remove load for ls-lisp.
1795         * loadup.el: Load ls-lisp for system-type `macos'.
1797 2000-12-12  Miles Bader  <miles@gnu.org>
1799         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1800         Respect field end too.
1801         (just-one-space): Respect fields as `delete-horizontal-space'.
1802         (newline-and-indent, reindent-then-newline-and-indent): Use
1803         `delete-horizontal-space'.
1805 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
1807         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1808         (so as to obey the field property in the minibuffer).
1810         * obsolete/c-mode.el: Moved from lisp/progmodes.
1811         * obsolete/auto-show.el: Moved from lisp.
1812         * obsolete/ooutline.el: Moved from lisp/textmodes.
1814 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1816         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
1817         changes to list them here.
1819         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.  Too
1820         many changes to list them here.
1822         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.  Too
1823         many changes to list them here.
1825         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1827 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
1829         * simple.el (kill-new): Don't try to setcar kill-ring if it is
1830         nil.
1832         * cus-edit.el (custom-save-variables, custom-save-faces):
1833         Comment fix.
1835         * hscroll.el: Moved to `obsolete' subdir.
1837 2000-12-11  Miles Bader  <miles@gnu.org>
1839         * window.el (window-text-height): Function removed (now in C).
1841 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
1843         * log-edit.el (log-edit-parent-buffer): New var.
1844         (log-edit): Set it.  Add BUFFER argument.
1845         (log-edit-done): Use char-before.
1846         Don't bother checking validity of vc-comment-ring.
1847         Only bury the buffer if log-edit popped it up.
1849         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1850         (cvs-mode-diff-help): Remove.
1851         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
1852         (cvs-mode-marked): Set up the default for CMD manually.
1854         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1855         Remove binding for ? now made unnecessary.
1857 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1859         * textmodes/reftex.el (reftex-scanning-info-available-p): New
1860         function
1861         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1863         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1864         when master file is not open.
1866 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
1868         * progmodes/ada-stmt.el: Update `maintainer'.
1870 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
1872         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1873         choices to match documentation string.
1875 2000-12-09  Miles Bader  <miles@gnu.org>
1877         * minibuf-eldef.el: New file.
1879         * window.el (fit-window-to-buffer): Don't pass last argument to
1880         pos-visible-in-window-p, now that its meaning is inverted.
1882 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
1884         * image.el (create-image): Doc fix; spotted by Per Cederqvist
1885         <ceder@lysator.liu.se>.
1887 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
1889         * autoinsert.el (auto-insert-alist): Add missing final \n.
1891         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
1892         (cvs-menu-map): Remove.
1893         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1894         (cvs-mode-quit): Turn it back into a plain function.
1896         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
1897         (texinfo-filter): Remove (move to texinfo.el).
1899         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1900         file where it's more visible.
1901         (texinfo-filter, texinfo-chapter-level-regexp): New variables
1902         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1903         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1904         (texinfo-inside-macro-p): Only catch `scan-error's.
1905         (texinfo-inside-env-p): Make better use of the match info.
1906         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1907         (texinfo-insert-@end): Slight re-organization.
1908         Also remove useless `looking-at' call.
1910 2000-12-08  Andrew Innes  <andrewi@gnu.org>
1912         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1913         accessible in -nw mode.
1915         * term/w32-win.el: Remove stuff about selection timeout, which is
1916         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
1917         it is accessible in -nw mode.
1919 2000-12-08  Dave Love  <fx@gnu.org>
1921         * emacs-lisp/lisp-mode.el (lisp-mode): Set
1922         font-lock-keywords-case-fold-search.
1924 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
1926         * textmodes/ispell.el (ispell): Doc fix.
1928 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
1930         * international/quail.el (quail-insert-decode-map): Check the
1931         frame width of a window displaying the current buffer, not that of
1932         the selected frame.
1933         (quail-help): Make sure that the help buffer has window before
1934         inserting text in it.
1936 2000-12-07  Sam Steingold  <sds@gnu.org>
1938         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1939         Backquote is used in isearch.el, so autoloading saves nothing.
1941 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
1943         * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1944         the CVS and RCS subdirectories case-insensitively.
1946         * dired.el (dired-insert-directory): If file-system-info is
1947         fboundp, call it instead of invoking dired-free-space-program.
1949 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
1951         * server.el (server-visit-files): Push files on file-name-history.
1953         * progmodes/cc-langs.el: Update copyright.
1955         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1957         * bindings.el (mode-line-mode-menu): Add glasses-mode.
1959         * bindings.el (mode-line-mode-menu): Reverse the order
1960         of define-keys so that the menu appears in alphabetical order.
1962 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
1964         * progmodes/glasses.el (glasses-mode): Update mode line at the end
1965         of the function.
1967 2000-12-07  Dave Love  <fx@gnu.org>
1969         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1971         * facemenu.el (facemenu-unlisted-faces): Fix value.
1973 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
1975         * font-lock.el (font-lock-default-fontify-region):
1976         Include the terminating \n (off-by-one error).
1977         (font-lock-set-defaults): Use dolist.
1979         * derived.el (define-derived-mode): Don't use combine-run-hooks.
1981 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
1983         * international/mule-cmds.el (describe-language-environment): Fix
1984         for the case that an input method title is not string but a list.
1986         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1987         of wrong SIZE record.
1989 2000-12-06  Dave Love  <fx@gnu.org>
1991         * newcomment.el (comment-region, comment-dwim): Doc fix.
1993         * textmodes/texinfo.el: Require tex-mode when compiling.
1994         (texinfo-update-node): Doc fix.
1995         (texinfo-imenu-generic-expression): Add @anchor.
1996         (texinfo-font-lock-keywords): Add @uref.
1997         (texinfo-inside-macro-p): Don't use ignore-errors.
1998         (texinfo-insert-quote): Match more contexts.
2000         * international/mule.el (decode-char, encode-char): Doc fix.
2001         (auto-coding-alist): Customize.
2003         * files.el (load-file): Fix change of 2000-03-12.
2005         * wid-edit.el (widget-text-keymap): Doc fix.
2007 2000-12-06  Andrew Innes  <andrewi@gnu.org>
2009         * makefile.w32-in (lisp): Set to an absolute directory, namely
2010         $(CURDIR).
2012 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2014         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2015         read generated-autoload-file, and set buffer-file-coding-system to
2016         raw-text-unix after reading the file.
2018         * international/mule-conf.el (file-coding-system-alist): Use
2019         raw-text for reading loaddefs.el and raw-text-unix for writing
2020         it.
2022 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
2024         * replace.el (occur): Make line-number-width 1 smaller for the
2025         colon following the line number.
2027         * startup.el (fancy-splash-text, command-line-1): Use
2028         `File' for the menu name instead of `Files'.
2030         * tmm.el: Update copyright.
2032         * cus-start.el: Add entry for even-window-heights.
2034 2000-12-06  Miles Bader  <miles@gnu.org>
2036         * faces.el (frame-set-background-mode): Avoid stomping on
2037         locally modified faces.
2039 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
2041         * international/fontset.el: Correct the font registries for
2042         japanese-jisx0213-1 and japanese-jisx0213-2.
2044 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
2046         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2048         * iswitchb.el: Update customization commentary.
2050 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
2052         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2053         (tpu-search-highlight): Fixed comparison of overlay end positions.
2054         (tpu-trim-line-ends): Implemented trimming logic locally.
2056         * emulation/tpu-extras.el (tpu-write-file-hook)
2057         (tpu-set-cursor-bound): Replaced picture-clean with
2058         tpu-trim-line-ends.
2060 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
2062         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2063         to cn-gb.
2064         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2066 2000-12-04  Dave Love  <fx@gnu.org>
2068         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2070 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
2072         * mail/rmailsum.el (rmail-summary-expunge)
2073         (rmail-summary-expunge-and-save): Ask for confirmation with
2074         rmail-expunge-confirmed.
2076         * mail/rmail.el (rmail-expunge-confirmed): New function.
2077         (rmail-expunge): Use it.
2079         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2080         (etags-recognize-tags-table, find-tag-in-order): New
2081         functionality: interpret file names as tags.
2083 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
2085         * info.el (Info-scroll-prefer-subnodes): New defcustom.
2086         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2087         visit the first subnode until the bottom of the current node is
2088         visible.
2090 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
2092         * format.el (format-decode): Don't change buffer's undo list.
2094 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
2096         * faces.el (face-font-registry-alternatives): Add entries for CJK
2097         fonts.  Doc-string adjusted for the actual usage of this data.
2099         * international/fontset.el: Change the font registries for CJK
2100         fonts in the default fontset.  Don't append '*' to registries.
2102 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
2104         * emacs-lisp/easy-mmode.el (define-derived-mode)
2105         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2107         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2108         (derived-mode-p): New function.
2109         (derived-mode-make-docstring): Add `docstring' argument.
2110         Use it if available and complete it if necessary.
2112 2000-12-03  Andreas Schwab  <schwab@suse.de>
2114         * type-break.el (type-break): Don't make parent of itself.
2116 2000-12-03  Miles Bader  <miles@gnu.org>
2118         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2120 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2122         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2123         (tex-main-file, tex-file): Simplify.
2124         (tex-generate-zap-file-name): Use subst-char-in-string.
2125         (tex-strip-dots): Remove.
2127         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2129         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2130         to check if the match succeeded.
2132 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
2134         * startup.el (use-fancy-splash-screens-p): New function.
2135         (command-line-1): Use it to determine whether or not to use
2136         a fancy splash screen.
2138 2000-12-02  Andreas Schwab  <schwab@suse.de>
2140         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2142 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
2144         * international/mule.el (make-char): Fix last change.
2146         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2147         New defcustoms.
2148         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2149         autoloading tex-mode; instead, do the same manually.  Use
2150         texinfo-open-quote and texinfo-close-quote.  Insert literal quote
2151         with numeric argument.  Docstring fix.
2152         (toplevel): Require cl when compiling.
2154         * international/mule.el (make-char): Doc fix.
2156 2000-12-02  Jason Rumney  <jasonr@gnu.org>
2158         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2159         the Emacs Lisp manual)
2161 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
2163         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2165         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2166         the Emacs Lisp manual).
2168 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
2170         * simple.el (next-line-add-newlines): Change default to nil.
2172 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
2174         * files.el (revert-buffer, recover-file): Bind
2175         coding-system-for-read to emacs-mule-unix, not to no-conversion.
2177 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
2179         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2181 2000-12-01  Miles Bader  <miles@gnu.org>
2183         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2185 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
2187         * international/mule-diag.el (describe-char-after): Fix typo.
2188         (describe-character-set, non-iso-charset-alist): Fix typo.
2190 2000-12-01  Miles Bader  <miles@gnu.org>
2192         * image-file.el (image-file-name-regexp): Automatically add
2193         upper-case variants of each filename extension in
2194         `image-file-name-extensions', since they seem to be common.
2196         * simple.el (minibuffer-contents)
2197         (minibuffer-contents-no-properties, delete-minibuffer-contents):
2198         New functions.
2199         * filecache.el (file-cache-directory-name)
2200         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2202 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
2204         * filecache.el (file-cache-minibuffer-complete): Don't try to
2205         delete the minibuffer prompt.
2207 2000-11-30  Dave Love  <fx@gnu.org>
2209         * cus-start.el: Fix read-buffer-function type.
2211 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
2213         * md5.el: Removed.  There's a built-in function, now.
2215 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
2217         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2218         as dummy 0-th char of rmail-deleted-vector.
2220 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
2222         * ps-print.el (ps-end-job): Bind case-fold-search only after
2223         switching to ps-spool-buffer.
2225 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2227         * ps-print.el: Line number font customization.  PostScript: Lines and
2228         PageCount are initialized on each page.  Doc Fix.
2229         (ps-print-version): New version number (6.3.2).
2230         (ps-lpr-switches, ps-font-info-database, ps-font-size)
2231         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2232         (ps-right-header): Customization fix.
2233         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2234         Fix code.
2235         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2236         New vars.
2238 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
2240         * bs.el: Fix typos and spelling errors.
2241         (bs-appearance) <defgroup>: Renamed from bs-appearence.
2242         (bs-configuration): Doc fix.
2244         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
2246 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
2248         * emulation/tpu-edt.el (tpu-version): New version.
2249         (tpu-search-overlay, tpu-replace-overlay): New initial range.
2250         (tpu-original-mode-line): Variable deleted.
2251         (tpu-mark-flag): New initial value.
2252         (tpu-set-mode-line): Don't redefine mode-line-format.  Add
2253         tpu-mark-flag to minor-mode-alist.
2254         (tpu-update-mode-line): New mark flag logic.
2255         (tpu-get): Use find-file-wildcards.
2256         (tpu-search-highlight): Move overlay less, reset overlay properly.
2257         (tpu-unselect): Deactivate mark.
2258         (tpu-lm-replace): Reset overlay properly.
2259         (tpu-forward-line): Use forward-visible-line.
2260         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
2262         * emulation/tpu-extras.el (tpu-forward-line): Use
2263         forward-visible-line.
2265 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
2267         * cus-edit.el (custom-face-value-create): Always emphasize tag.
2269 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2271         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2272         and skip whitespace and newlines.
2274 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
2276         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2278 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
2280         * help.el (describe-function-1): Regexp-quote function name
2281         when used as part of a regexp.
2283         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2284         face-attribute instead of face-foreground and face-background.
2285         (tool-bar-add-item): Likewise, and handle unspecified colors.
2287         * enriched.el (enriched-face-ans): Use face-attribute instead
2288         of face-foreground and face-background.
2290         * faces.el (face-foreground, face-background, face-stipple):
2291         Return nil if attribute is unspecified, for backward
2292         compatibility.
2294         * files.el (auto-mode-alist): Add an entry for antlr-mode.
2296         * play/5x5.el: Remove version info.
2298         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2300         * frame.el (blink-cursor-mode): Doc fix.
2302 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2304         * antlr-mode.el: New commands to run ANTLR from within Emacs and
2305         to create Makefile rules.
2306         (antlr-tool-command): New user option.
2307         (antlr-ask-about-save): New user option.
2308         (antlr-makefile-specification): New user option.
2309         (antlr-file-formats-alist): New variable.
2310         (antlr-special-file-formats): New variable.
2311         (antlr-unknown-file-formats): New user option.
2312         (antlr-help-unknown-file-text): New variable.
2313         (antlr-help-rules-intro): New variable.
2314         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2315         (antlr-mode-menu): Add entries.
2316         (antlr-file-dependencies): New function.
2317         (antlr-directory-dependencies): New function.
2318         (antlr-superclasses-glibs): New function.
2319         (antlr-run-tool): New command.
2320         (antlr-makefile-insert-variable): New function.
2321         (antlr-insert-makefile-rules): New function.
2322         (antlr-show-makefile-rules): New command.
2324         * antlr-mode.el: More Emacs/XEmacs stuff.
2325         (antlr-no-action-keywords): New constant with value nil.
2326         (antlr-font-lock-keywords-alist): Use it.  Old value would break
2327         syntax highlighting in Emacs-21.0.
2328         (antlr-default-directory): Emacs/XEmacs dependend function.
2329         (antlr-read-shell-command): Ditto.
2330         (antlr-with-displaying-help-buffer): Ditto.
2332 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2334         * antlr-mode.el: imenu, parsing and highlighting changes.
2335         (antlr-imenu-create-index-function): Don't create extra submenus
2336         for definitions in different grammar classes.  It is not necessary
2337         for the menu and would make command `imenu' awkward to use.
2338         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2339         header actions and more than one.
2340         (antlr-font-lock-tokendef-face): Changed color.
2341         (antlr-font-lock-tokenref-face): Changed color.
2342         (antlr-font-lock-additional-keywords): Also highlight lowercase.
2343         (antlr-mode-syntax-table): New variable.
2344         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2345         (antlr-with-syntax-table): Don't copy syntax table.
2347 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2349         * antlr-mode.el: Minor changes: language setting.
2350         (antlr-language-alist): The value for file option "language" can
2351         be both an identifier and a string.
2352         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2353         (antlr-language-limit-n-regexp): Change accordingly.
2355 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2357         * antlr-mode.el: Minor changes: tabs, hiding.
2358         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2359         (antlr-action-visibility): Also allow value nil to also hide the
2360         braces.  Renamed from `antlr-tiny-action-length'.
2361         Suggested by Jay@aol.com.
2362         (antlr-hide-actions): Change accordingly.  Hide line if completely
2363         hidden action is on a line of its own.
2365 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2367         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2369         * sort.el (sort-columns): Don't concat strings with numbers.
2371 2000-11-29  Dave Love  <fx@gnu.org>
2373         * cus-edit.el (face): Fix :format.
2375         * mail/feedmail.el: Require smtpmail when compiling.
2376         (mail-do-fcc): Autoload.
2377         (feedmail) <defgroup>: Fix :link.
2378         (feedmail-nuke-body-in-fcc): Fix :type.
2379         (feedmail-send-it): Add autoload cookie.
2381 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2383         * newcomment.el (comment-indent): Save excursion around call to
2384         comment-indent-function.
2386 2000-11-29  Miles Bader  <miles@gnu.org>
2388         * subr.el (member-ignore-case): Return the tail of the list who's
2389         car matches, like `member', not the matching element itself.
2391 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
2393         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
2394         should not contain `\n'.
2396 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2398         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2400         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2402         * dired-aux.el (dired-do-create-files): Construct default file
2403         name for dired-mark-read-file-name so that when the user enters
2404         just RET, the target file will end up in the target directory.
2406         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2407         local-abbrev-table before changing buffers because it might
2408         have a buffer-local binding.
2410 2000-11-28  Miles Bader  <miles@gnu.org>
2412         * simple.el (delete-horizontal-space): Handle fields more generally.
2414 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2416         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2418 2000-11-28  Dave Love  <fx@gnu.org>
2420         * progmodes/ps-mode.el (ps-mode): Set comment-start and
2421         comment-start-skip locally.
2423         * progmodes/fortran.el (fortran-mode): Don't set
2424         fortran-comment-line-start-skip.  Set comment-start to
2425         fortran-comment-line-start.
2426         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2427         (fortran-comment-line-start-skip): Simplify slightly.
2429 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2431         * play/5x5.el: Remove RCS keyword.
2433         * bs.el: Mistaken commit, undone 2000-11-30.
2435 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
2437         * textmodes/tildify.el (tildify-string-alist): Add
2438         `plain-tex-mode' here.
2440 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
2442         * chistory.el (Command-history-setup): Remove extraneous `keymap'
2443         reference.
2445 2000-11-28  Miles Bader  <miles@gnu.org>
2447         * cus-face.el (custom-face-attributes): Add post-filter function
2448         for :box.  Make pre-filter function for :box handle all cases.
2450         * wid-edit.el (widget-choose): Make sure pop-up window is large
2451         enough to display all the choices, as there's no way to scroll it.
2453 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
2455         * international/mule-conf.el: Make the coding system no-conversion
2456         safe for all characters.
2458 2000-11-27  Dave Love  <fx@gnu.org>
2460         * net/ldap.el (ldap) <defgroup>: Add :version.
2462         * tooltip.el (tooltip-use-echo-area): Doc fix.
2464         * cus-start.el <minibuffer-prompt-properties>: Add version.
2465         <read-buffer-function>: Add.
2467         * apropos.el (apropos-print): Add help-echo to active text.
2469         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2471 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
2473         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2474         type, group and version.
2476 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
2478         * select.el (x-get-selection): Docstring fix.
2480 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
2482         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2484 2000-11-27  Andrew Innes  <andrewi@gnu.org>
2486         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2488         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2490 2000-11-27  Miles Bader  <miles@gnu.org>
2492         * dired.el (dired-get-filename): Return filename verbatim if
2493         LOCALP is `verbatim'.
2494         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2495         `verbatim' so that we don't inadvertently delete a non-existant
2496         directory name.
2498 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
2500         * international/characters.el: Specify cases and syntaxes for
2501         mule-unicode-0100-24ff.
2503 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
2505         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2506         that foreground and/or background colors of the face `tool-bar'
2507         are unspecified.
2509 2000-11-27  Miles Bader  <miles@gnu.org>
2511         * wid-edit.el (widget-field-buffer, widget-field-start)
2512         (widget-field-end): Handle widget field `pseudo-overlays'.
2513         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2514         if it's there instead of in `widget-field-list'.
2516         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2517         (help-make-xrefs): Delete extraneous newlines at the end of the
2518         docstring.
2520 2000-11-25  Jason Rumney  <jasonr@gnu.org>
2522         * startup.el (command-line): Call set-locale-environment after
2523         Window System init file is read, as it can result in a call to
2524         redraw-frame.
2526 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
2528         * simple.el (shell-command): Mention the effect of the prefix
2529         argument in the doc string.
2531 2000-11-25  Miles Bader  <miles@gnu.org>
2533         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2535         * wid-edit.el (widget-field-value-delete): Don't try to delete
2536         overlay when it's the `pseudo-overlay' that exists at some points.
2538 2000-11-24  Jason Rumney  <jasonr@gnu.org>
2540         * international/mule-cmds.el (locale-language-names): Add "jp" as
2541         a non-standard alternative for Japanese.
2543 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
2545         * vc-hooks.el: Require 'cl during compilation.
2547 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
2549         * faces.el (face-set-after-frame-default): Let face attributes
2550         specified for new frames override frame parameters.
2552         * startup.el (command-line): Fix computation of the source file
2553         for user-init-file when user-init-file is a compiled file.
2555 2000-11-24  Miles Bader  <miles@gnu.org>
2557         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2558         (custom-post-filter-face-spec): New functions.
2559         (custom-face-set, custom-face-value-create): Filter the face spec
2560         before and after customization.
2561         (custom-face-set): If VALUE specifies a null face, pass a
2562         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2563         * cus-face.el (custom-face-attributes): Remove SET and GET
2564         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
2565         cases they're needed.
2567         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2568         that it's distinguishable from the :off-glyph on dark-background
2569         displays.  Set its background color too.
2571         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2572         so that people can easily turn it off.
2574 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
2576         * ediff-diff.el: Moved variables around to have it compile under NT.
2578         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2580         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2582         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2583         redundant skip-small-frames test.
2585         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
2586         (viper-downgrade-to-insert): protect against errors in hooks.
2588         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2589         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2590         (viper-restore-cursor-type,viper-set-insert-cursor-type): New
2591         functions.
2593         * viper-util.el (viper-memq-char): Bug fixes.
2595         * viper.el (viper-mode): Fix cursor handling.
2597 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
2599         * international/mule-diag.el (list-iso-charset-chars): For
2600         two-byte charset, fix the `while' condition.
2601         (list-non-iso-charset-chars): Fix the `while' condition.
2603 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
2605         * subr.el (add-hook, remove-hook): Don't call make-local-hook
2606         if the variable is make-variable-buffer-local.
2608         * progmodes/ada-stmt.el (ada-template-map): Initialize
2609         and bind it to C-c t in ada-mode-map.
2610         (ada-stmt-mode-hook): New function extracted from old code.
2611         Only change the buffer-local side of skeleton-*.
2612         (ada-mode-hook): Use it.
2614 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
2616         * iswitchb.el (iswitchb-minibuf-depth): New variable.
2617         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2618         we expect to be returned by minibuffer-depth once we prompt the
2619         user in the minibuffer.
2620         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2621         as recorded in iswitchb-minibuf-depth, return non-nil.
2623 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
2625         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2626         (hscroll-window-maybe): Docstring fix.
2628 2000-11-23  Dave Love  <fx@gnu.org>
2630         * rect.el (string-rectangle): Don't test delete-selection-mode.
2632 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
2634         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2635         is in the tool bar.
2637         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2638         with `no-dir'; we want the directory part to be able to remove
2639         it.
2641 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2643         * textmodes/outline.el (outline-flag-region):
2644         Don't bind inhibit-read-only since we don't modify the buffer.
2645         (outline-isearch-open-invisible): Don't jump to overlay-start
2646         since we're trying to unhide text around point.
2647         (outline-discard-overlays): Use dolist.
2649         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2651 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2653         * mail/rmail.el (rmail-confirm-expunge): Default to
2654         y-or-n-p.
2656 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2658         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2659         Fix ARG regexp to skip quoted braces.
2660         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2661         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2662         are (correctly) handled separately).
2663         Remove `caption' and `footnote' from `citations': they contain text.
2664         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2665         (latex-skeleton-end-hook): New function.
2666         (latex-mode): Use it.
2667         (tex-start-tex-marker): Remove.
2668         (tex-send-tex-command): Don't set tex-start-tex-marker.
2669         (tex-error-parse-syntax-table): New var.
2670         (tex-compilation-parse-errors): Use it.
2671         Ignore tex-start-tex-marker.  Don't bother with marker-position.
2672         (tex-validate-buffer): Don't bother with marker-position.
2674         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
2675         (flyspell-generic-progmode-verify): Use it.
2677 2000-11-22  Sam Steingold  <sds@gnu.org>
2679         * simple.el (delete-trailing-whitespace): New interactive
2680         function.
2682         * progmodes/ada-mode.el (ada-mode): Use it instead of
2683         `ada-remove-trailing-spaces'.
2684         (ada-remove-trailing-spaces): Removed.
2686         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
2688         * textmodes/picture.el (picture-clean): Removed.
2689         (picture-mode-exit): Call it instead of `picture-clean'.
2691 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2693         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2695         * hi-lock.el (hi-lock-refontify): Don't call non-existent
2696         jit-lock-fontify-buffer; it should anyway be unneccessary to
2697         do anything special when jit-lock is active.
2698         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2700 2000-11-22  Dave Love  <fx@gnu.org>
2702         * calendar/todo-mode.el (todo-top-priorities): Use
2703         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2705         * language/chinese.el, language/cyrillic.el:
2706         * language/devanagari.el, language/ethiopic.el, language/greek.el:
2707         * language/hebrew.el, language/indian.el, language/japanese.el:
2708         * language/korean.el, language/lao.el, language/misc-lang.el:
2709         * language/thai.el, language/tibetan.el, language/vietnamese.el:
2710         Use provide.
2712         * cus-edit.el (custom-buffer-create-internal): Save some consing.
2713         (custom-variable-set): Improve validation error mesage.
2715         * rect.el (string-rectangle): Revert last change.
2716         (string-rectangle-line): New arg DELETE.
2717         (string-rectangle): Check delete-selection-mode.
2719         * emacs-lisp/edebug.el (edebug-version)
2720         (edebug-maintainer-address): Deleted.
2721         (edebug-submit-bug-report): Just alias to report-emacs-bug.
2722         (edebug-read-function): Account for other `'#' read forms.
2723         (edebug-mode-menus): Make some items toggles.
2724         (edebug-outside-unread-command-event, unread-command-event):
2725         Remove these to avoid warnings.
2727 2000-11-22  David Ponce  <david@dponce.com>
2729         * recentf.el (recentf-menu-items-for-commands)
2730         (recentf-make-menu-items, recentf-make-menu-item)
2731         (recentf-filter-changer): Added :help and :active menu-item properties.
2733         (recentf-build-dir-rules, recentf-dump-variable)
2734         (recentf-edit-list, recentf-open-files-item)
2735         (recentf-open-files): Replaced unnecessary `mapcar' with new
2736         built-in `mapc'.
2738 2000-11-23  Miles Bader  <miles@gnu.org>
2740         * faces.el (menu): Make inverse-video on ttys too.
2742 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2744         * simple.el (comment-line-break-function): Use the new name
2745         indent-new-comment-line -> comment-indent-new-line.
2746         (clone-indirect-buffer): Don't ignore NORECORD.
2747         (next-completion): Properly handle the case where items are adjacent.
2749         * mouse.el (popup-menu): Stupid typo.
2751 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2753         * emacs-lisp/authors.el: Remove autoload cookies, add author,
2754         maintainer, keywords tags.
2756         * rect.el (replace-rectangle): Don't call string-rectangle-line
2757         with too many arguments.
2759 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
2761         * ediff-util.el (ediff-file-checked-out-p)
2762         (ediff-file-checked-in-p): Call vc-state instead of
2763         vc-locking-user, which no longer exists.
2765         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2767 2000-11-22  Dave Love  <fx@gnu.org>
2769         * md5.el (md5): Provide.
2770         (md5): Fix error call.
2772 2000-11-22  Miles Bader  <miles@gnu.org>
2774         * textmodes/refill.el (refill-adjust-ignorable-overlay)
2775         (refill-fill-paragraph-at): Remove debugging code.
2777         * calendar/calendar.el (generate-calendar-window): When we don't
2778         call `fit-window-to-buffer', make sure the top line is fully visible.
2780         * image-file.el (insert-image-file): Don't make `read-only'
2781         property rear-nonsticky.
2783         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2784         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2785         stashing away its original value.
2786         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2787         in the recursive edit.
2788         Bind `isearch-original-minibuffer-message-timeout' to protect it.
2789         (isearch-done): Restore `minibuffer-message-timeout'.
2791         * cus-start.el: Remove entry for `mode-line-inverse-video'.
2793 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
2795         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2797         * find-lisp.el (find-lisp-find-files-internal):
2798         Use dolist, when and file-name-as-directory.
2800         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
2801         (define-derived-mode, define-minor-mode): Add specs.
2803         * window.el: General comment and spacing fixes.
2804         (save-selected-window): Use backquotes.
2805         (window-safely-shrinkable-p): New function.
2806         (shrink-window-if-larger-than-buffer): Use it.
2808         * subr.el (make-local-hook): Docstring fix.
2810         * shell.el (shell-mode): Use define-derived-mode.
2812         * newcomment.el (comment-indent): Insert comment before calling
2813         comment-indent-function.  Don't insert in column 0.
2814         (comment-dwim): Indent before inserting comment.
2816         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
2817         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
2818         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2819         Use mapc rather than map.
2821         * files.el (find-buffer-visiting): Compare all attributes before
2822         declaring two files identical (rather than just their inode-no).
2823         (auto-mode-alist): Use \' rather than $.
2825         * which-func.el: Update maintainer line.
2827         * pcvs.el (uniquify-buffer-file-name): Remove advice.
2828         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2829         (uniquify-buffer-file-name): Use it.
2831 2000-11-22  Miles Bader  <miles@gnu.org>
2833         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2834         * simple.el (minibuffer-avoid-prompt): New function.
2836 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
2838         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2840 2000-11-21  Miles Bader  <miles@gnu.org>
2842         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2843         inclusion of `track-mouse'.
2845         * textmodes/refill.el (refill-ignorable-overlay): New variable.
2846         (refill-adjust-ignorable-overlay): New function.
2847         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2848         only the paragraph's tail if possible.
2849         Update `refill-ignorable-overlay'.
2850         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2852         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2853         point inside the fill-prefix.
2855         * textmodes/refill.el (refill-post-command-function): Don't reset
2856         refill-doit in the case where a self-insertion command doesn't
2857         case a refill.  Use `refill-fill-paragraph-at', getting position
2858         from `refill-doit'.
2859         (refill-after-change-function): Set `refill-doit' to END.
2860         (refill-fill-paragraph-at): New function, mostly from old
2861         refill-fill-paragraph.
2862         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2863         (refill-pre-command-function): New function.
2864         (refill-mode): Add it to `pre-command-hook'.
2866 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
2868         * textmodes/artist.el (artist-mode): Fix autoload cookie.
2870         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2871         javadoc tags.
2873 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
2875         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2876         vc.el).
2878         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
2879         require vc.
2881         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
2882         checkouts.
2884 2000-11-20  Dave Love  <fx@gnu.org>
2886         * Makefile.in (DONTCOMPILE): Omit bindings.el.
2888 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
2890         * calculator.el (calculator-paste): Use `if' instead of `and'
2891         and `or'.
2892         (calculator-help): Don't use electric-describe-mode for XEmacs.
2894 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
2896         * info.el (info-menu-5): Doc fix.
2898         * textmodes/artist.el: New file.
2900 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
2902         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
2903         and differentiate according to checkout model.
2904         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2905         since this function is only concerned with master state.
2907         * vc-hooks.el (vc-workfile-unchanged-p,
2908         vc-default-workfile-unchanged-p): Moved here from vc.el.
2910         * vc.el (vc-workfile-unchanged-p,
2911         vc-default-workfile-unchanged-p): See above.
2913 2000-11-19  Miles Bader  <miles@gnu.org>
2915         * image-file.el (insert-image-file): Make `intangible' and
2916         `read-only' properties rear-nonsticky too.
2918 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
2920         * ps-print.el: Update copyright notice.
2922         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2923         (tooltip-show): Use the offsets.
2925         * bindings.el (mode-line-modified): Fix a typo.
2926         (mode-line-toggle-modified, mode-line-widen)
2927         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2929 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
2931         * ps-print.el (toplevel): Test for find-coding-system being
2932         fboundp before calling ps-x-find-coding-system.
2934 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2936         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2937         (vc-version-backup-file): Docstring fix.
2939 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
2941         * files.el (basic-save-buffer): Don't add a newline if
2942         find-file-literally is non-nil.
2943         (find-file-literally): Extend doc string.
2945         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2946         sort(1) with the `-f' argument.
2948 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
2950         * vc.el: Updated backend documentation.
2951         (vc-default-check-headers): New function.
2953         * vc-{cvs,rcs,sccs}.el: Functions reordered.
2955         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
2956         up-to-date.
2957         (vc-do-command): In the asynchronous case, output messages only if
2958         the minibuffer is not active.
2960         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
2961         `vc-cvs-use-edit' is on.
2962         (vc-cvs-checkout): When this is used for reverting the workfile,
2963         make a backup of the original contents and revert to that in case
2964         of error.
2965         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
2966         remote repositories.
2968         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2969         for both version and ratio in the minibuffer.
2971         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
2972         Use vc-do-command to perform the annotation, not call-process.
2974 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
2976         * international/quail.el (quail-start-translation): Don't call
2977         `message' before reading key sequence.
2979 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
2981         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2983 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
2985         * window.el (fit-window-to-buffer): Be sure to acquire at least
2986         one text line even if the buffer is empty.
2988 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
2990         * net/ange-ftp.el (ange-ftp-file-writable-p)
2991         (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2992         ange-ftp-process-verbose to nil.
2994 2000-11-15  Dave Love  <fx@gnu.org>
2996         * wid-edit.el (widget-specify-field, widget-specify-button): If
2997         :help-echo is a function, set help-echo of overlay to
2998         widget-mouse-help.
2999         (widget-mouse-help): New function.
3000         (widget-echo-help): Rewritten for :help-echo functions only taking
3001         a widget arg.
3003         * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3004         display-graphic-p.
3005         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3006         and that JPEG is available.
3007         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3009         * international/mule-cmds.el (locale-charset-language-names):
3010         Match @euro.
3012 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
3014         * faces.el (face-set-after-frame-default): If
3015         `inhibit-default-face-x-resources' is bound, don't intialize the
3016         default face from X resources.
3018 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
3020         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3021         Don't set EMACSLOADPATH.
3023 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
3025         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3026         texinfo-insert-@url.
3027         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3028         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3030 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
3032         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3033         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3034         (checkdoc-minor-keymap): Backward compatibility.
3035         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3036         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3037         (checkdoc-this-string-valid-engine): Be a bit more strict
3038         to avoid matching substrings of `...' quoted vars/funs.
3039         (checkdoc-defun-info): Only look for `interactive' if alone.
3040         (debug-ignored-errors): Add "arg doesn't appear in docstring".
3042         * progmodes/compile.el (grep): `tag-default' can be nil.
3044         * newcomment.el (comment-indent): Paren typo.
3046 2000-11-14  Dave Love  <fx@gnu.org>
3048         * calculator.el: New maintainer version.
3050         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
3052         * cmuscheme.el: Doc fixes.
3053         (cmuscheme) <defgroup>: Use `scheme' as parent.
3054         (cmuscheme-program-name): Remove.  Change uses to
3055         scheme-program-name.
3057         * xscheme.el (scheme-program-name): Don't define here.
3059         * progmodes/scheme.el (scheme-program-name): New variable
3060         (originally in cmuscheme).
3062 2000-11-14  Miles Bader  <miles@gnu.org>
3064         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3065         Handle header-lines.  Don't loop forever if we can't enlarge the
3066         window anymore.  Simplify a bit.
3068 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
3070         * window.el (fit-window-to-buffer): Don't check
3071         window-text-height.  Assure that the last line is fully visible.
3073         * international/quail.el (quail-show-guidance-buf): Call
3074         fit-window-to-buffer to assure the enough height of the guidance
3075         buffer.
3076         (quail-update-guidance): Avoid making the guidance buffer shorter.
3078 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
3080         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3081         rather than `prepend' and add an interesting comment.
3082         (tex-math-face, tex-font-lock-syntactic-face-function):
3083         New face and function to use it.
3084         (tex-define-common-keys, tex-mode-map): Use menu-item rather
3085         than `menu-enable' symbol property.
3086         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3087         (tex-mode): Add some latex-mode commands for auto-selection.
3088         Use tex-font-lock-syntactic-face-function.
3089         (tex-insert-quote): Simplify.
3090         (tex-shell): New mode.
3091         (tex-start-shell): Use it.
3092         (tex-shell-proc, tex-shell-buf): New functions.
3093         (tex-send-command): Use it.
3094         (tex-main-file): Fix the meaning of the new arg REALFILE.
3095         (tex-send-tex-command): New function split from `tex-start-tex'.
3096         Set compilation-last-buffer and compilation-parsing-end.
3098         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3099         when it follows non-comment text on the line.
3101         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3102         Set font-lock-defaults.
3103         (lisp-mode-shared-map): Init inside the defvar.
3104         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3105         Use define-derived-mode.
3107 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
3109         * faces.el (header-line): Use `:box nil' for color/gs displays too.
3111 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
3113         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3114         recursively optimize body because that can lead to infinite
3115         recursion; see comment there.
3117 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
3119         * faces.el (face-spec-set-match-display): Revert the change from
3120         2000-10-24.  Add a FIXME for after v21.1.
3122 2000-11-13  Miles Bader  <miles@gnu.org>
3124         * textmodes/fill.el (skip-line-prefix): New function.
3125         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
3126         (fill-paragraph): Don't leave point inside the fill-prefix.
3127         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3128         point inside the fill-prefix.
3130 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
3132         * calendar/calendar.el (generate-calendar-window): Use
3133         `fit-window-to-buffer'.
3135 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
3137         * gud.el (gud-minor-mode): New var.
3138         (gud-symbol, gud-val): New functions.
3139         (gud-find-file): Copy gud-minor-mode to the new buffer.
3140         (gud-menu-map): Include entries for commands that are not always
3141         available, using :enable to (de)activate them.
3142         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
3143         (gud-mode-map): New map.
3144         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
3145         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3146         Don't set up gud's menu (it's done by the minor-mode).
3147         (gud-minibuffer-local-map): New.
3148         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3149         (gud-query-cmdline): New function.
3150         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
3151         (gud-mode): Use define-derived-mode.
3152         Don't set up gud's menu (it's done by the minor-mode).
3153         (gud-chop-words): Remove.
3154         (gud-common-init): Use split-string instead.
3155         (gud-new-keymap, gud-make-debug-menu): Eradicate.
3157         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3158         Add keyword arg :name.
3160         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3161         (diff-count-matches, diff-split-hunk): New functions.
3162         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3164         * pcvs-info.el (cvs-fi-conflict-face): New var.
3166         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3167         Make it into a simple syntax-table, shared among all submodes.
3168         (sh-heredoc-face): Re-introduce.
3169         (sh-font-lock-syntactic-face-function): New function.
3170         (sh-mode): Use it.  Also use define-derived-mode.
3171         Remove old bogus setting of indent-region-function.
3172         (sh-set-shell): Don't set the syntax-table any more.
3173         (sh-mode-syntax-table) <defun>: Remove.
3175 2000-11-12  Miles Bader  <miles@gnu.org>
3177         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3178         message if interactive.
3180 2000-11-12  Dave Love  <fx@gnu.org>
3182         * mail/feedmail.el: Fix header,
3183         (feedmail) <defgroup>: Add :link.
3185         * view.el: Use local-map property, not keymap on mode-line string.
3187         * scroll-all.el (scroll-all-mode): Customize variable.  Add
3188         autoload cookie to function.
3190         * lazy-lock.el: Remove compatibility code.
3192         * finder.el (finder-known-keywords): Add `files', remove `vms'.
3193         (finder-help-echo): New variable.
3194         (finder-mouse-face-on-line): Add help-echo stuff.
3195         (finder-list-keywords, finder-list-matches): Use mapc.
3197         * faces.el (face-font-registry-alternatives): Add :version.
3199         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3200         tags-table-list.
3202         * net/browse-url.el (browse-url-browser-function): Update :version.
3204         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
3205         (mail-mode): Use [:alnum:] in some regexps.
3207 2000-11-10  Dave Love  <fx@gnu.org>
3209         * ediff.el (ediff-regions-internal, ediff-documentation):
3210         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3211         fundamental mode.
3213         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3214         buffer into fundamental mode.
3215         (ediff-set-difference): Use copy-sequence if available.
3217         * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3218         ediff-patch-map non-nil.
3219         (ediff-fixup-patch-map, ediff-fixup-patch-map)
3220         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3221         buffer into fundamental mode.
3223         * ediff-merg.el (state-or-merge): Defvar when compiling.
3225 2000-11-10  Jason Rumney  <jasonr@gnu.org>
3227         * w32-fns.el (w32-add-charset-info): New function.
3228         (w32-charset-info-alist): Use it.
3230 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
3232         * faces.el (face-font-registry-alternatives): New user-option.
3234 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
3236         * textmodes/texinfo.el (texinfo-block-default): New var.
3237         (texinfo-insert-block): Use it.  Insert a newline if needed.
3239         * textmodes/fill.el (fill-indent-according-to-mode): New var.
3240         (fill-region-as-paragraph): Use it.
3242         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3243         (latex-mode): Tweak tex-*-(head|trail)er regexps.
3244         Tweak paragraph regexps to allow a leading [ \t]*.
3245         (tex-latex-block): Insert a newline if necessary.
3246         (latex-insert-item): Only insert a newline if necessary.
3247         (tex-guess-main-file): New function.
3248         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
3249         Set tex-main-file if TeX-master is provided.
3250         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3252 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
3254         * startup.el (command-line): Set the default tooltip-mode
3255         to t for graphical displays which implement x-show-tip.
3257         * tooltip.el (tooltip-mode): Add a comment about startup.el
3258         setting the default value of this user-option.
3260 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
3262         * font-lock.el (font-lock-*-face) <defvar>: Move.
3263         (font-lock-defaults-alist): Mark obsolete.
3264         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3265         (font-lock-mode): Use define-minor-mode.
3266         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3267         (font-lock-turn-off-thing-lock): Be more explicit.
3268         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3269         (font-lock-syntactic-face-function): New var.
3270         (font-lock-fontify-syntactically-region): Use it.
3271         (font-lock-doc-face): New.
3273         * pcvs.el (cvs-enabledp): Ignore errors.
3274         (cvs-commit-filelist): Never query.
3275         (cvs-mode-insert): Always add a terminating / in the initial prompt.
3276         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3277         (cvs-do-removal): Use cvs-partition rather than delete-if.
3278         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3279         cvs-bury-buffer.
3281         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3282         Allow `next' to jump to after the end of the last match.
3284 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
3286         * simple.el (byte-compiling-files-p): New function.
3288         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3289         if it is there.
3291         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3292         nil again.
3294         * textmodes/ispell.el (ispell-library-path): Don't call
3295         check-ispell-version when byte-compiling because that starts
3296         an ispell process, and ispell might not be installed.
3297         (toplevel): Don't set up a menu when byte-compiling.
3299         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3300         it, so that a boundp test can be used to determine if we're
3301         currently byte-compiling.
3303 2000-11-09  Dave Love  <fx@gnu.org>
3305         * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3306         eval-after-load.
3308 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3310         * ps-print.el: Patch for variable initialization when spooling.  Doc
3311         fix.
3312         (ps-output-list): Fun eliminated.
3313         (ps-begin-file, ps-begin-job): Code fix.
3315 2000-11-08  Dave Love  <fx@gnu.org>
3317         * ediff-wind.el (ediff-control-frame-parameters): Zero
3318         tool-bar-lines.
3320 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
3322         * simple.el (shell-command, display-message-or-buffer)
3323         (shell-command-on-region): Mention resize-mini-windows in the doc
3324         string.
3325         (display-message-or-buffer): Take the value of resize-mini-windows
3326         into account.
3328 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
3330         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3332         * dired.el (dired-between-files): Add `^. find' as an alternative
3333         to the regular expression, for find-dired.
3335 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3337         * textmodes/texnfo-upd.el: Require texinfo.
3338         (defmacro, defgroup): Remove.
3339         (texinfo-section-to-generic-alist): Remove.
3340         Use texinfo-section-list instead (i.e. level is changed string->int).
3341         (texinfo-filter): New function.
3342         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3343         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3344         Use it.  And use regexp-opt.
3345         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3346         (texinfo-update-menu-region-beginning)
3347         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3348         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3349         (texinfo-update-menu-same-level-regexps): Update.
3350         (texinfo-update-node, texinfo-every-node-update)
3351         (texinfo-sequential-node-update): Remove autoload cookie.
3353         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3354         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3355         (texinfo-chapter-level-regexp): Remove.
3356         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3358 2000-11-06  Dave Love  <fx@gnu.org>
3360         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
3362         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3363         Match defun*.
3365 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
3367         * composite.el (composition-function-table): Variable declaration
3368         moved to src/composite.c.
3369         (compose-chars-after): New optional arg object.
3371 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
3373         * bindings.el (mode-line-toggle-read-only)
3374         (mode-line-toggle-modified, mode-line-widen)
3375         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3376         (make-mode-line-mouse2-map): Rewritten.
3377         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3378         functions so that C-h k can show something with a doc string.
3380         * startup.el (fancy-splash-delay): Set to 10 seconds.
3381         (fancy-splash-max-time): New user-option.
3382         (fancy-splash-stop-time): New variable.
3383         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
3384         (fancy-splash-screens-1): Throw `stop-splashing' when current
3385         time is greater than fancy-splash-stop-time.
3387 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3389         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3391         * pcvs.el (cvs-mode-marked): New arg `noquery'.
3392         Prompt user for a file rather than raising an error.
3393         (cvs-enabledp): Fix call to cvs-mode-marked.
3394         (cvs-insert-file): New function (extracted from cvs-mode-insert).
3395         (cvs-mode-insert): Use it.  Change the init prompt' value.
3396         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3398         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3399         Don't pass default arg to ewoc-locate.
3400         (ewoc-collect): Return result in the right order.
3402         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3404         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3405         (cvs-status-get-tags): Fix regexp.
3406         (cvs-status-trees, cvs-status-cvstrees):
3407         Combine after change hooks and don't sit-for.
3408         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3409         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
3410         Use make-char rather than hard-coded cryptic data.
3411         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3413         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3415         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3416         (cvs-insert-strings): New function.
3418 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
3420         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3421         `mwheel-scroll-amount'.
3422         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3423         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3424         string-matching against the version string.
3426 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
3428         * language/thai.el ("Thai"): Set a lisp form that produces
3429         composed string in `sample-text' language info.
3431         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3432         composed string in `sample-text' language info.
3434         * international/mule-cmds.el (describe-language-environment): Eval
3435         `sample-text' data and insert the result.
3437         * international/mule-conf.el (compound-text): Define this coding
3438         system here.  Make x-ctext and ctext aliases of it.
3440         * language/european.el (compound-text, ctext): Moved to
3441         international/mule-conf.el.
3443 2000-11-05  Andrew Innes  <andrewi@gnu.org>
3445         * w32-fns.el (w32-version): New function.
3447 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
3449         * progmodes/awk-mode.el: Update copyright.
3450         (awk-mode-abbrev-table): Remove.
3451         (awk-font-lock-keywords): Use regexp-opt.
3452         (awk-mode): Use define-derived-mode.
3454         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3455         when extracting a suffix.
3457 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
3459         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
3460         auto-save-mode.
3462 2000-11-04  Jason Rumney  <jasonr@gnu.org>
3464         * language/european.el (decode-mac-roman): Test against r1 not r0.
3466 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
3468         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3469         (icon-mode): Define indent-line-function.
3470         (icon-comment-indent): Simplify.
3471         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3473         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3475         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3476         Bind change-log-default-mode to defeat the caching done on it.
3477         Don't bother saving excursion any more.
3479         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3481         * frame.el (after-setting-font-hook): Rename hooks -> hook.
3482         (set-frame-font): Use the new name (and the old for compatibility).
3484         * toolbar/tool-bar.el (tool-bar-mode):
3485         * time.el (display-time-mode):
3486         * recentf.el (recentf-mode):
3487         * paren.el (show-paren-mode):
3488         * mwheel.el (mouse-wheel-mode):
3489         * msb.el (msb-mode):
3490         * jka-compr.el (auto-compression-mode):
3491         * image-file.el (auto-image-file-mode):
3492         * hl-line.el (hl-line-mode):
3493         * delsel.el (delete-selection-mode):
3494         * autoinsert.el (auto-insert-mode):
3495         * complete.el (partial-completion-mode): Drop unneeded positional args.
3497         * info.el (Info-mode):
3498         * comint.el (comint-mode): Don't bother with make-local-hook.
3500         * log-edit.el (log-edit-menu): New menu.
3502 2000-11-03  Miles Bader  <miles@gnu.org>
3504         * wid-edit.el (widget-end-of-line): Reinstate, with a new
3505         definition, so that trailing spaces are handled properly.
3506         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3508 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
3510         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3511         tab character.
3512         (fancy-splash-screens): Set tab-width to 20.
3514 2000-11-03  Dave Love  <fx@gnu.org>
3516         * comint.el (comint-completion-addsuffix): Fix custom type.
3518 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
3520         * font-lock.el (font-lock-buffers): Remove.
3521         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3522         (font-lock-change-major-mode): Remove.
3523         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3524         (font-lock-default-fontify-region): Extend the multiline
3525         fontification to whole lines.
3526         (font-lock-fontify-anchored-keywords)
3527         (font-lock-fontify-keywords-region): If matching just one
3528         line (with \n) only mark the \n as multiline.
3530         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3531         Correctly handle the case where several :group args are supplied.
3532         Allow :extra-args.
3533         (easy-mmode-define-global-mode): Allow :extra-args.
3534         Correctly handle the case where several :group args are supplied.
3536 2000-11-02  Miles Bader  <miles@gnu.org>
3538         * calendar/calendar.el (diary-face, calendar-today-face)
3539         (holiday-face): Remove dependency on `window-system'.
3541 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
3543         * Makefile.in (emacs): Set EMACSLOADPATH always.
3544         (update-authors, .el.elc, compile-files): Don't do it explicitly
3545         here.
3546         (compile-files): Bomb out if compilation of a file fails.
3548 2000-11-02  Dave Love  <fx@gnu.org>
3550         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3552 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
3554         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3555         punctuation in the warning inserted into the *mail* buffer.
3557 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
3559         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3560         (authors-public-domain-p): New function.
3561         (authors-print): Use it.
3563         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3565         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3567 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3569         * ps-print.el: Extension for even/odd printing.  Doc fix.
3570         (ps-print-version): New version number (6.3.1).
3571         (ps-even-or-odd-pages): Customization fix.
3572         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3573         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3574         (ps-page-count): Var replaced by `ps-page-column'.
3575         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3576         (ps-print-sheet-p): New fun.
3578 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3580         * tooltip.el (tooltip-gud-tips-setup): New function.
3581         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3582         (tooltip-mode): Call tooltip-gud-tips-setup.
3583         (tooltip-gud-tips): Use `gud-basic-call' instead of
3584         process-send-string, so the prompt gets frobbed appropriately.
3585         Handle nil return value from `tooltip-gud-print-command'.
3587 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
3589         * comint.el (comint-add-to-input-history): New function.
3590         (comint-send-input): Use `comint-add-to-input-history'.
3592 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3594         * info.el (info-menu-header): New face.
3595         (Info-fontify-menu-headers): New function.
3596         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3598         * info.el (Info-insert-dir): Don't include blank lines at
3599         beginning of additional dir files (one is added automatically).
3601 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
3603         * emacs-lisp/easy-mmode.el (define-minor-mode):
3604         Revert the latest changes.
3605         Allow the three positional arguments to be skipped and replaced
3606         by keyword arguments.
3607         Add a :toggle argument to determine whether a nil arg means toggle
3608         or means turn-on.  The default is unchanged.
3609         Add a call to force-mode-line-update.
3611 2000-11-01  Dave Love  <fx@gnu.org>
3613         * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3614         cookie.
3616 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
3618         * calendar/calendar.el (diary-face, holiday-face): Add
3619         dark-background variants.
3621 2000-10-31  Sam Steingold  <sds@gnu.org>
3623         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3624         `tex-main-file' does not have directory in it.
3626 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
3628         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3630 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
3632         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3633         functional change.
3635 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
3637         * files.el (find-file-noselect): When we expand a wildcard, return
3638         a list of buffers, as we should do according to the doc string.
3640 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
3642         * loadup.el (top level): Adjust load path if program name is
3643         "../src/bootstrap-emacs", in case it's not dumped and thus the
3644         load path adjustment hasn't already been done.
3646 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3648         * ps-print.el: Fix bug on selected pages for printing.  Use
3649         `color-values' for Emacs 21.  Ensure fontification when jit-lock
3650         is on.  Try to avoid warning messages when compiling.  Doc Fix.
3651         (ps-print-version): New version number (6.3).
3652         (ps-color-device): Use `color-values' to determine if device
3653         supports color.
3654         (ps-color-values): Try to use `x-color-values' when using XEmacs.
3655         (ps-print-page-p): Changed from defsubst to defun.
3656         (ps-page-number): Changed from defmacro to defun.
3657         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3658         printing.
3659         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
3660         (ps-end-file, ps-dummy-page): Funs eliminated.
3661         (ps-print-color-scale): Changed default value.
3662         (ps-page-n-up, ps-print-page-p): New internal vars.
3663         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3664         (ps-plot-region, ps-generate, ps-end-job): Code fix.
3666         * delim-col.el: Little programming improvement.
3667         (delimit-columns-str): New macro.
3668         (delimit-columns-region, delimit-columns-rectangle): Code fix.
3670 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
3672         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3673         Moved to european.el.
3674         (ccl-encode-mac-roman-font, fontset-mac): Modified for
3675         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3676         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3677         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
3679 2000-10-30  Dave Love  <fx@gnu.org>
3681         * progmodes/cc-menus.el (imenu-generic-expression)
3682         (imenu-progress-message): Only defvar when compiling.
3684         * emacs-lisp/elp.el (elp-unload-hook): New function.
3686         * loadhist.el (unload-feature): Call elp-restore-function,
3687         checking for symbols; don't use elp-restore-all.
3688         (loadhist-hook-functions): Doc fix.
3690 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3692         * log-edit.el (log-edit-confirm): Fix the default.
3694 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3696         * delim-col.el: Little fix: replace delimit-columns-align-columns by
3697         delimit-columns-format.
3698         (delimit-columns-region, delimit-columns-rectangle): Code fix.
3700 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
3702         * comint.el (comint-replace-by-expanded-history): Don't use
3703         comint-get-old-input (we're not looking at *old* input).
3704         (comint-get-old-input-default): If using fields, signal an error
3705         when the point is not in an input field.
3707 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
3709         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3710         and mule-unicode-e000-ffff.
3712         * international/mule.el (decode-char, encode-char): New functions.
3713         (make-coding-system): Accept a symbol of translation table as a
3714         value of property `safe-chars'.
3716         * international/mule-cmds.el (encode-coding-char): Check property
3717         safe-chars instead of safe-charsets.
3719         * international/fontset.el (fontset-default): Modified for
3720         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3721         (x-font-name-charset-alist): Likewise.
3722         (ccl-encode-unicode-font): New CCL program.  Record it in
3723         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3725         * language/european.el (mac-roman-decoder, mac-roman-encoder):
3726         New translation tables.
3727         (decode-mac-roman, encode-mac-roman): Definition of these CCL
3728         programs are modified and moved from mac-win.el.
3729         (mac-roman): Definition of this coding system is modified and
3730         moved from mac-win.el.
3732 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
3734         * ediff-wind.el (ediff-setup-control-frame): Enclose
3735         face-attribute in condition-case to avoid errors in older emacsen.
3737 2000-10-29  Miles Bader  <miles@gnu.org>
3739         * custom.el (custom-add-to-group): Allow multiple entries for a
3740         given value OPTION, as long as their widget types are different.
3741         * cus-edit.el (custom-face-value-create): If face name doesn't end
3742         with "face", add such here (similar to custom group widgets).
3744         * comint.el (comint-highlight-prompt): Add :type.
3746 2000-10-28  John Wiegley  <johnw@gnu.org>
3748         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3749         Changed this function to operate on a temporary buffer instead of
3750         the main buffer.  This not only keeps flyspell from marking a
3751         buffer as changed that wasn't, but it solves the jumpy cursor
3752         problem when attempts are made to edit incorrect words.
3753         (flyspell-maybe-correct-doubling): Same change as for
3754         `flyspell-maybe-correct-transposition'.
3756         * calendar/timeclock.el (timeclock-log): Doc fix.
3757         (timeclock-last-event): Doc fix.
3758         (timeclock-log): Kill the timelog buffer after appending a new
3759         event.
3760         (timeclock-find-discrep): Use a temp buffer to read in the
3761         timelog, instead of visiting the file.
3762         (timeclock-log-data): A new function, along with a host of helper
3763         functions, for the purpose of making timelog data accessible to
3764         programmers.
3766         * eshell/esh-mode.el (window-height test): Make certain that
3767         `eshell-stringify-t' is non-nil.
3768         (eshell-password-prompt-regexp): Changed to a much simpler
3769         password regexp.
3770         (eshell-send-input): If `eshell-invoke-directly' returns t,
3771         directly invoke the parsed command using `eval'.  This improves
3772         turn-around time on simple commands by a factor of three or
3773         greater, such as cd, ls, pwd, etc. -- which get used very often.
3774         It also conserves thousands of cons cells per call (since
3775         `eshell-do-eval' consumes memory like a Cookie Monster set loose
3776         in the Pacific Cookie Company).
3778         * eshell/esh-test.el (eshell-test): Whitespace fix.
3780         * eshell/em-ls.el (eshell-ls-insert-directory): Make
3781         `eshell-ls-initial-args' nil when inserting directory contents.
3783         * eshell/em-script.el (eshell-script-initialize): Add names to
3784         `eshell-complex-commands, since `source' and `.' are complex.
3786         * eshell/esh-cmd.el (eshell-rewrite-for-command)
3787         (eshell-rewrite-while-command): Use `eshell-protect' instead of
3788         `eshell-copy-handles'.
3789         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3790         bodies.
3791         (eshell-separate-commands): Whitespace fix.
3792         (eshell-complex-commands): Added a new list of names, for
3793         determining whether a given command is as simple as it looks.
3794         (eshell-invoke-directly): New function.  Returns t if a command
3795         should be invoked directly (using `eval'), rather than indirectly
3796         using `eshell-do-eval'.
3797         (eshell-do-eval): Whitespace fix.
3799         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3800         which provides an emulation of the DOS shell behavior of assuming
3801         that cp/mv/ln should copy/move/link to the current directory.
3802         (eshell-remove-entries): Added a doc string.
3803         (eshell-shuffle-files): Removed the check for `target' being null.
3804         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3805         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3806         it to do a smarter check of whether a destination was provided.
3807         (eshell/mv, eshell/cp): Enable `:preserve-args'.
3808         (eshell/ln): Enable `:preserve-args', and use
3809         `eshell-mvcpln-template' to implement the body of the function.
3810         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3811         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
3812         list after flattening it.  This makes it possible to cat files
3813         with numerical names.
3814         (eshell-unix-initialize): Added several names to
3815         `eshell-complex-commands.
3816         (eshell-unix-command-complex-p): Return t if a given command name
3817         may result in external processes being invoked.
3819         * eshell/em-glob.el (eshell-glob-show-progress): Make this
3820         variable nil by default, since it slows down glob processing by a
3821         factor of two or more, and increases memory consumption.
3823         * eshell/em-smart.el: Added a note about how memory consumptive
3824         smart display mode can be (at least this is true in Emacs 21).
3825         (eshell-smart-initialize): Whitespace fix.
3826         (eshell-refresh-windows): Use `if' instead of `when'.
3827         (eshell-smart-scroll-window): Calling `save-current-buffer' was
3828         not necessary.
3829         (eshell-currently-handling-window): Added a missing global
3830         variable.
3832         * eshell/em-ls.el (eshell-do-ls): Code simplification.
3833         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3834         Whitespace fix.
3835         (eshell-ls-exclude-hidden): Added this variable in addition to
3836         `eshell-ls-exclude-regexp'.  This one prevents files beginning
3837         with . from even being read, which can improve memory consumption
3838         quite a bit.
3839         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3840         read file entries beginning with a dot.  In home directories with
3841         lots of hidden files, fully two-thirds of the time spent in ls is
3842         used to read directory entries that are immediately thrown away.
3843         (eshell-ls-initial-args): Added back this configuration variable,
3844         for specifying default initial arguments to every call to ls.
3845         Much faster than using an alias to do the same thing.
3846         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3847         (eshell-ls-dir): Whitespace change.
3849         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3851         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3852         available.
3853         (eshell-stringify-t): Added a customization variable, to indicate
3854         whether `t' should be rendered as a string at all.  If not, one
3855         can still determine if the result of an expression is true using
3856         "file-exists-p FILE && echo true".
3857         (eshell-stringify): If `eshell-stringify-t' is nil, don't
3858         stringify t!
3860         * eshell/esh-module.el: Whitespace fix.
3862         * eshell/em-alias.el (eshell-alias-initialize): Added
3863         `eshell-command-aliased-p' to `eshell-complex-commands'.
3864         (eshell-command-aliased-p): New function that returns t if a
3865         command name names an aliased.
3867 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
3869         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
3870         redrawing the screen when changing cursor color.
3871         (viper-insert-state-pre-command-sentinel)
3872         (viper-replace-state-pre-command-sentinel)
3873         (viper-replace-state-post-command-sentinel):
3874         Use viper-preserve-cursor-color.
3875         Many functions changed to use viper= instead of = when comparing
3876         characters.
3877         * viper-util.el (viper-memq-char,viper=): New functions for
3878         working with characters.
3879         (viper-change-cursor-color): Fixed buglet.
3880         Many functions changed to use viper= instead of = when comparing
3881         characters.
3882         * viper.el (viper-insert-state-mode-list): Added eshell.
3884         * ediff-init.el (ediff-before-setup-hook): New hook.
3885         Several typos fixed in various docstrings.
3886         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3887         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
3888         hook.
3889         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3890         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3891         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3892         (ediff-get-selected-buffers): New function.
3893         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3894         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
3895         save-window-excursion.
3896         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
3897         termination check in while loop.
3898         * ediff.el (ediff-get-default-file-name): Better defaults when in
3899         dired buffer.
3900         (ediff-files,ediff-merge-files,ediff-files3)
3901         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
3903 2000-10-28  Dave Love  <fx@gnu.org>
3905         * info.el (Info-fontify-node): Add help-echo for menu items.
3907 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
3909         * startup.el (normal-top-level): If the value of $TERM indicates
3910         we are running from xterm or one of its work-alikes, default to a
3911         light background mode.
3913         Support for -fg, -bg, and -rv command-line arguments for TTYs:
3914         * faces.el (tty-handle-reverse-video): New function.
3915         (tty-create-frame-with-faces): Call it.
3917         * frame.el (frame-notice-user-settings): Don't apply
3918         default-frame-alist and initial-frame-alist to MS-DOS frames.
3919         Call tty-handle-reverse-video, frame-set-background-mode, and
3920         face-set-after-frame-default for non-MS-DOS frames.
3922         * startup.el (tty-long-option-alist): New variable.
3923         (tty-handle-args): New function.
3924         (command-line): Call tty-handle-args.
3926         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3927         startup.el now does that for all character-terminal frames.
3929 2000-10-28  Miles Bader  <miles@gnu.org>
3931         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3932         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3933         global.  If :global is followed by a non-nil but non-t value,
3934         make the mode buffer-local, but also generate a `global-MODE'
3935         version using `easy-mmode-define-global-mode'.  Add
3936         :conditional-turn-on keyword argument.
3938 2000-10-28  Dave Love  <fx@gnu.org>
3940         * international/latin1-disp.el (latin1-char-displayable-p): Don't
3941         use window-system.
3943 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
3945         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3946         Don't call find-buffer-file-type-coding-system.  Instead, just
3947         set eol-type to -unix if inhibit-eol-conversion is in effect, or
3948         if the file is on an untranslated filesystem.
3949         (add-untranslated-filesystem): Use "D" instead of "f" inside
3950         interactive.
3952 2000-10-27  Dave Love  <fx@gnu.org>
3954         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
3955         (refill-mode): Use it.
3957 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
3959         * international/quail.el (quail-activate): Don't make-local-hook.
3961 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
3963         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
3964         manual backups and file.~<rev>.~ for automatic ones.
3965         (vc-make-version-backup): Don't do it on MS-DOS without long file
3966         names.
3968         * vc.el (vc-version-other-window): If an automatic backup of the
3969         desired version exists, rename it instead of copying it.
3971         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3972         after command.  If there's an unexpected error, signal it instead
3973         of being silent.
3974         (vc-cvs-merge-news): Be prepared for no news at all.
3976 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
3978         * shell.el (shell): Add BUFFER argument.
3979         * comint.el (make-comint-in-buffer): New function.
3980         (make-comint): Use it.
3982         * faces.el (face-spec-choose): Change syntax so that the list of
3983         attribute-value pairs is now the cdr of each clause, not the cadr.
3984         Detect old-style entries, and handle them.  Use pop.
3986 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
3988         * cus-edit.el (custom-mode-map): Use a sparse map.
3989         (custom-mode): Don't bother with make-local-hook.
3991         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3993         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3995 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3997         * ps-print.el: Avoid compilation gripes.
3998         (ps-print-version): New version number (6.2.1).
4000 2000-10-26  Dave Love  <fx@gnu.org>
4002         * menu-bar.el: Modify some menu item help strings.
4003         (menu-bar-help-menu): Add link to MORE.STUFF.
4005         * cus-edit.el (custom-mode): Add `special' mode-class property.
4007         * wid-browse.el (widget-browse-mode): Likewise.
4009         * wid-edit.el (widget-specify-field): Revert to using local-map
4010         property, not keymap.
4012 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
4014         * wid-edit.el (widget-field-end): When checking for a `boundary'
4015         field, do so in the correct buffer.
4017         * simple.el (undo): Correctly distinguish between numeric and
4018         non-numeric prefix args in non-transient-mark-mode, as per the doc
4019         string.  When in transient-mark-mode, treat all prefix-args as
4020         numeric.
4022         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4023         Position point on match.  Handle N == 0 correctly.
4025         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4026         (comint-mode-map): Reverse order of `comint-write-output' and
4027         `comint-append-output-to-file'.
4028         (comint-append-output-to-file): Reinstate this function, for the
4029         benefit of the menu.
4031 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4033         * vc.el (vc-version-other-window): Bind `file'.
4035 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
4037         * Makefile.in (update-authors): New target for maintenance purposes.
4039         * emacs-lisp/authors.el (batch-update-authors): New function.
4040         (authors-fixed-entries): New defconst.
4041         (authors-add-fixed-entries): New function.
4042         (authors): Call it.: Don't process lispref/.
4044 2000-10-25  Jason Rumney  <jasonr@gnu.org>
4046         * cus-edit.el (custom-button-face, custom-button-pressed-face):
4047         Merge x w32 and mac definitions.
4049 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
4051         * menu-bar.el (menu-bar-options-menu): Add a help string for
4052         `uniquify'.
4054 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
4056         * time-stamp.el (time-stamp-string-preprocess):
4057         Fix a wrong type argument error.
4059 2000-10-25  Miles Bader  <miles@gnu.org>
4061         * recentf.el (recentf-mode): Variable removed.
4062         (recentf-mode): Use `define-minor-mode'.
4064         * mwheel.el (mouse-wheel-mode): New global minor mode.
4065         (mwheel-install): Use `mouse-wheel-mode'.
4067 2000-10-25  Dave Love  <fx@gnu.org>
4069         * progmodes/cperl-mode.el (cperl-mode):
4070         Set normal-auto-fill-function correctly.
4072         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4073         inherit from global-map and don't nullify menu-bar and tool-bar
4074         bindings.
4076 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
4078         * wid-edit.el (widget-field-at): New function.
4079         (widget-at, widget-field-activate): Use it.
4080         (widget-tabable-at): Use `widget-at'.
4081         (widget-specify-field): If the terminating character of the widget
4082         field (which is read-only) is a newline, put it into a special
4083         `boundary' field so that C-n/C-p act more naturally.
4084         (widget-field-end): Also don't subtract one if a special
4085         `boundary' field has been added after the widget field.
4087         * comint.el (comint-output-filter, comint-send-input): Don't
4088         bother adding stickiness fields to overlays to fool the field
4089         code, since it should notice the overlay insertion-types now.
4091         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4092         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4093         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4095 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
4097         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4098         (authors): Set file coding system to iso-2022-7bit.  Add
4099         file-local variables to output buffer.
4101         * files.el (after-find-file): Don't print any warnings if
4102         WARN is nil.
4104 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4106         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4108         * delim-col.el: Now there is a column formatting mechanism.
4109         Modified to customization mechanisms convention.  Doc fix.
4110         (columns): New group for delim-col.
4111         (delimit-columns-before, delimit-columns-after)
4112         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4113         (delimit-columns-end): New vars.
4114         (delimit-columns-customize, delimit-columns-format): New funs.
4115         (delimit-columns-region, delimit-columns-rectangle)
4116         (delimit-columns-rectangle-line): Modified to support column
4117         formatting.
4119 2000-10-24  Dave Love  <fx@gnu.org>
4121         * log-edit.el (log-edit): Add :version and a :group for vc.
4123 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
4125         * files.el (after-find-file): Don't print a message ``New file''
4126         if WARN is nil.
4128         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4129         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
4130         get duplicate tool-bar entries because we'll see the global ones
4131         on more than one path through keymaps.
4133         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4135         * progmodes/cmacexp.el: Change Francesco's email address.
4137 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
4139         * window.el (fit-window-to-buffer): Adjust point of the window
4140         buffer, not that of the current buffer.
4142 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
4144         * progmodes/cmacexp.el: Update the euthor's email address.
4146 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
4148         * faces.el (face-spec-set-match-display): Add `graphic' display
4149         type (the inverse of `tty').  Use `display-graphic-p' instead of
4150         the window-system variable.
4152 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
4154         * international/isearch-x.el (isearch-with-input-method): Call
4155         input-method-function with the first event in
4156         unread-command-events.
4158 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
4160         * faces.el (face-default-spec, face-user-default-spec): Make
4161         defsubsts.
4163 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
4165         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4166         New charsets.
4168         * term/mac-win.el: Remove definitions of mac-roman-lower and
4169         mac-roman-upper, require dired, and define instead of set
4170         mac-ready-for-drag-n-drop to avoid compilation error.
4172 2000-10-23  Andrew Innes  <andrewi@gnu.org>
4174         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4175         superfluous calls to subst-char-in-string; instead apply
4176         expand-file-name after convert-standard-filename to ensure
4177         expected directory separators are used.
4179 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
4181         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4183 2000-10-23  Dave Love  <fx@gnu.org>
4185         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4186         (tool-bar-add-item): Set foreground and background for XBM icons.
4188         * international/latin1-disp.el (latin1-char-displayable-p): New
4189         function (from Handa).
4190         (latin1-display-check-font): Use it.
4192         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4193         using :key-sequence, making it much more usable.  Use nconc, not
4194         append.
4195         (imenu--create-keymap-1): Avoid append.
4197         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4199 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
4201         [the following changes fix a bug where `define-minor-mode' didn't
4202         correctly generate :require clauses for defcustoms in compiled files]
4203         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4204         (byte-compile-log-file, byte-compile-log-1): Don't set
4205         `byte-compile-current-file' to nil.  Instead set
4206         `byte-compile-last-logged-file' to it.  Test whether
4207         byte-compile-current-file equals byte-compile-last-logged-file
4208         instead of whether its nil.
4209         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
4211 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
4213         * textmodes/refill.el: Fix var names in doc.
4214         (refill-mode): Don't bother with make-local-hook anymore.
4216 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
4218         * faces.el (face-user-default-spec, face-default-spec): New functions.
4219         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4220         (frame-set-background-mode, face-set-after-frame-default):
4221         Use `face-user-default-spec'.  Simplify code slightly.
4223         * woman.el (woman-italic-face, woman-bold-face)
4224         (woman-unknown-face): Add dark-background variants.
4225         (woman-default-faces): Renamed from `woman-colour-faces'.
4226         Set using the stored defaults, rather than using hard-wired colors.
4227         (woman-monochrome-faces): Renamed from `woman-black-faces'.
4228         Just make the foreground `unspecified' rather than "black".
4229         (woman-menu): Rename menu entries accordingly.
4231         * faces.el (header-line): Make more reasonable on mono/grayscale
4232         displays.
4234 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
4236         * cus-edit.el (custom-button-face): Use 3D look for mac.
4237         (custom-button-pressed-face): Likewise.
4239         * faces.el (set-face-attributes-from-resources): Handle mac frames
4240         in the same way as x and w32 frames.
4241         (face-valid-attribute-values): Likewise.
4242         (read-face-attribute): Likewise.
4243         (defined-colors): Likewise.
4244         (color-defined-p): Likewise.
4245         (color-values): Likewise.
4246         (display-grayscale-p): Likewise.
4247         (face-set-after-frame-default): Likewise.
4248         (mode-line): Same default face as for x and w32.
4249         (tool-bar): Likewise.
4251         * frame.el: Remove call to frame-notice-user-settings at end of
4252         the file.
4254         * info.el (Info-fontify-node): make underlines invisible for mac
4255         as for x, pc, and w32 frame types.
4257         * term/mac-win.el: New file.
4259 2000-10-22  Dave Love  <fx@gnu.org>
4261         * textmodes/refill.el: New file.
4263 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
4265         * vc-hooks.el (vc-version-backup-file-name): New optional args
4266         MANUAL and REGEXP.
4267         (vc-delete-automatic-version-backups, vc-make-version-backup):
4268         New functions.
4269         (vc-before-save): Use the latter.
4270         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4271         confusion.
4273         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
4274         expected by vc[-hooks].el.
4276         * vc.el (vc-checkout): Added `-p' suffix in call to
4277         vc-make-version-backups-p; use vc-make-version-backup to actually
4278         make the backup.
4279         (vc-version-other-window, vc-version-backup-file): Handle both
4280         automatic and manual backups.
4281         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4282         of all of them.
4284 2000-10-22  Miles Bader  <miles@gnu.org>
4286         * comint.el (comint-highlight-input, comint-highlight-prompt):
4287         Renamed, `-face' at end removed.
4288         (comint-send-input, comint-output-filter): Use renamed faces.
4290         * window.el (fit-window-to-buffer): Change defaulting of
4291         MAX-HEIGHT slightly.
4293         * faces.el (color-values, color-defined-p): Use `member', not
4294         `memq', because it works correctly for strings.
4295         (frame-set-background-mode): Actually, "unspecified-fg" and
4296         "unspecified-bg" *are* strings.  Use `member', not `memq', and
4297         `equal', not `eq', when a string value is possible.
4299 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
4301         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4303 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
4305         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4306         sh-electric-rparen, sh-electric-less and sh-electric-hash.
4307         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4308         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4309         (sh-font-lock-syntactic-keywords): Use them.
4310         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4311         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4312         (sh-mode): Don't override font-lock-unfontify-region-function.
4313         Use a copy of sh-font-lock-syntactic-keywords.
4314         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4315         Don't call sh-scan-buffer since font-lock does it on the fly.
4316         (sh-get-indent-info): Use `face' rather than `syntax-table'
4317         text-property to detect here-documents.
4318         Replace sh-special-syntax with sh-st-punc.
4319         (sh-prev-line): Use `face' rather than `syntax-table'
4320         text-property to skip over here-documents.
4321         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4322         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4323         (sh-electric-less, sh-set-here-doc-region)
4324         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
4325         (sh-scan-buffer, sh-rescan-buffer): Remove.
4327 2000-10-21  Andrew Innes  <andrewi@gnu.org>
4329         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4330         remote (ange-ftp) file names.
4332 2000-10-21  Miles Bader  <miles@gnu.org>
4334         * window.el (fit-window-to-buffer): New function.
4335         (shrink-window-if-larger-than-buffer): Use it.
4336         (window-text-height): Don't expect minibuffers to have mode-lines.
4338         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
4339         * international/quail.el (quail-update-guidance): Use
4340         `fit-window-to-buffer' instead of `set-window-text-height'.
4342         * international/quail.el (quail-show-guidance-buf): Make sure
4343         guidance window really has enough room.
4344         (quail-update-guidance): If quail-guidance-win is already shown,
4345         make sure its height is OK.
4347         * window.el (window-text-height, set-window-text-height):
4348         New functions.
4349         (shrink-window-if-larger-than-buffer): Use `window-text-height'
4350         instead of `window-height' & `mode-line-window-height-fudge'.
4351         (mode-line-window-height-fudge): Add FACE parameter.
4352         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4353         instead of `enlarge-window' & `mode-line-window-height-fudge'.
4355 2000-10-20  Miles Bader  <miles@gnu.org>
4357         * window.el (height-affecting-face-attributes): Use `defconst'.
4359         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4360         New function, conditionally aliased to `mode-line-window-height-fudge'.
4361         (ispell-help): Use it.
4362         (ispell-choices-win-default-height): Don't include mode-line fudge.
4363         (ispell-choices-win-default-height): New function.
4364         (ispell-show-choices, ispell-command-loop): Use function
4365         `ispell-choices-win-default-height' instead of variable.
4367 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
4369         * window.el (mode-line-window-height-fudge): New variable.
4370         (height-affecting-face-attributes): New variable.
4371         (mode-line-window-height-fudge): New function.
4372         (shrink-window-if-larger-than-buffer): Use it.
4373         * help.el (resize-temp-buffer-window): Likewise.
4375         * info.el (Info-fontify-node): Add support for @subsubsection
4376         titles, which use `Info-title-4-face'.
4377         (Info-title-4-face): New face.
4378         (Info-title-3-face): Inherit from Info-title-4-face instead of
4379         variable-pitch.
4381 2000-10-19  Jason Rumney  <jasonr@gnu.org>
4383         * dired.el (dired-insert-directory): Do not let errors signalled by
4384         attempt to run dired-free-space-program prevent dired from working.
4386 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
4388         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4390 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
4392         * dirtrack.el (dirtrack): Fix call to run-hooks.
4394         * cmuscheme.el (cmuscheme-program-name): Renamed from
4395         scheme-program-name because xscheme.el contains a defcustom with
4396         the same name.  As a consequence, customizing group `cmuscheme'
4397         loaded `xscheme' which redefined run-scheme.
4398         (run-scheme): Use cmuscheme-program-name.
4400         * ps-print.el (ps-print-emacs-type): Move into the
4401         eval-and-compile.
4403         * play/doctor.el (doctor-death): Update the Samaritans'
4404         anonymous address, and add a website for Befrienders International.
4406 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4408         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
4409         Avoid compilation gripes.  Doc fix.
4410         (ps-print-version): New version number (6.2).
4411         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4412         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4413         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4414         (ps-x-extent-priority, ps-x-extent-start-position)
4415         (ps-x-face-font-instance, ps-x-find-coding-system)
4416         (ps-x-font-instance-properties, ps-x-make-color-instance)
4417         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4418         avoid compilation gripes without defining functions.
4419         (ps-e-find-composition): Alias for function find-composition, to have a
4420         suitable function depending on Emacs version.
4421         (ps-color-device, ps-color-values, ps-face-foreground-name)
4422         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4423         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4424         (ps-print-ensure-fontified): Function definitions surrounded by
4425         `eval-and-compile' to avoid compilation gripes.
4426         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4427         by symbol-value to avoid compilation gripes.
4428         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4429         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4431 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
4433         * startup.el (normal-top-level): Call `frame-set-background-mode'
4434         after `frame-notice-user-settings' because the latter doesn't call
4435         the former on a tty.
4437         * faces.el (frame-set-background-mode): `unspecified' &c are
4438         symbols, not strings.
4440 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
4442         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4443         why some "light*" colors are deliberately absent from the alist.
4445         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4446         Change colors for tty's, as suggested by Miles Bader.
4448 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
4450         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
4451         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
4452         for ISO10646-1 fonts.
4453         (x-font-name-charset-alist): Add an entry for "iso10646-1".
4455 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
4457         * faces.el (frame-set-background-mode): If a tty frame defines a
4458         background color, use that to compute the background mode, instead
4459         of always defaulting to "dark".
4461 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
4463         * comint.el (comint-write-output): New function.
4464         (comint-mode-map): Add it to the menu.
4465         Bind `C-c C-s' to comint-write-output.
4467 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
4469         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4470         Use fancy-splash-delay.
4472 2000-10-18  Alex Schroeder  <alex@gnu.org>
4474         * progmodes/sql.el (sql-sybase-options): New option.
4475         (sql-sybase): Use it.  Add sql-database to the list of parameters
4476         provided for login.  The options -w 2048 -n are not used any more.
4478         * comint.el (comint-read-input-ring): Bugfix such that the first
4479         and the last entry of the input ring file are not lost.
4481 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4483         * ps-print.el: Internal variable changes to defcustom,
4484         make-local-hook changes to defvar.  Doc fix.
4485         (ps-print-version): New version number (6.1).
4486         (ps-setup, ps-do-despool): Code fix.
4487         (ps-printer-name): Customization fix.
4488         (ps-printer-name-option): Now is a defcustom instead of an
4489         internal variable.
4490         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4491         (ps-print-begin-column-hook): Now are defvar instead of
4492         make-local-hook.
4494 2000-10-18  Miles Bader  <miles@gnu.org>
4496         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4497         (comint-kill-output): Changed into an alias for `comint-delete-output',
4498         and made obsolete.
4499         (comint-mode-map): Rename references to comint-kill-output.
4501 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
4503         * diff-mode.el (diff-header-face, diff-file-header-face)
4504         (diff-changed-face): Add bold and italic attributes to tty faces.
4505         (diff-function-face): New face.
4506         (diff-font-lock-keywords): Use it.
4508 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
4510         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4511         Remove commented-out call to force-mode-line-update.
4512         (comint-kill-output): Use `forward-line 0' instead of
4513         beginning-of-line to make sure we get past the prompt.
4515 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
4517         * diff-mode.el (diff-header-face, diff-file-header-face):
4518         Add specific setting for dark background.
4519         (diff-context-face): Renamed from diff-comment-face.
4520         Set explicitly rather than inheriting from font-lock-comment-face.
4522 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4524         * startup.el (command-line): Move the code which sets the default
4525         TTY colors to before before-init-hook.
4527 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4529         * jit-lock.el (jit-lock-stealth-time): Doc fix.
4531 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4533         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4534         extensions, for MS-DOS.
4536         * diff-mode.el (diff-header-face, diff-file-header-face)
4537         (diff-changed-face): Define tty-specific colors.
4539 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4541         * startup.el (fancy-splash-text): Realign the text.
4543 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4545         * font-lock.el (font-lock-comment-face): Define a separate default
4546         for dark-background tty's.
4548 2000-10-17  Miles Bader  <miles@gnu.org>
4550         * help.el (resize-temp-buffer-window): Add hack to avoid last line
4551         being obscured by whizzy mode-lines on graphics displays.
4553 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4555         * info.el (Info-title-1-face, Info-title-2-face)
4556         (Info-title-3-face): Define colors for tty's.
4557         (info-header-node): Remove unneeded tty-specific definition.
4559 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
4561         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4562         reverse from the frame parameters, and don't invert foreground and
4563         background colors.
4565 2000-10-16  Miles Bader  <miles@gnu.org>
4567         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4568         string "*Info*".  Call propertized-buffer-identification to spruce
4569         up the result.
4571 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
4573         * help.el: Provide `help' for the sake of define-minor-mode
4574         which generates defcustoms with requires.
4576         * jit-lock.el (jit-lock-after-change): If we're in text that
4577         matches a multi-line font-lock pattern, make sure the whole text
4578         will be redisplayed.
4580         * emacs-lisp/authors.el (authors-add): Don't add an entry if
4581         author's name is unknown.
4583         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4584         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4585         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4586         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4587         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4588         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4589         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4590         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4591         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4592         Add author information.
4594 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
4596         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4597         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4598         full-color version (using the Gimp) to eliminate dithering artifacts.
4600 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
4602         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4604         * simple.el (syntax-flag-table, string-to-syntax): Remove.
4606 2000-10-15  Dave Love  <fx@gnu.org>
4608         * progmodes/sh-script.el: Require skeleton and comint when
4609         compiling.
4611         * pcomplete.el (pcomplete) <defgroup>: Add :version.
4613         * whitespace.el: Doc fixes.
4614         (top-level): Don't add hooks here.
4615         (whitespace-running-emacs): Deleted.
4616         (timer): Don't require.
4617         (whitespace): Add back :version conditional on xemacs test.
4618         (whitespace-spacetab-regexp, whitespace-indent-regexp)
4619         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4620         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4621         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4622         Avoid specific xemacs test.
4623         (whitespace-global-mode): New option.
4624         (whitespace-global-mode): New command.
4625         (whitespace-unload-hook): New function.
4627         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4628         (Info-fontify-node, Info-goto-node, Info-mode-menu)
4629         (Info-fontify-node): `Goto' goes to `Go to'.
4630         (Info-fontify-node): Add help-echo to xref links.
4632 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
4634         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4636 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
4638         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4639         Use plist-get and allow :inherit.
4641         * emacs-lisp/cl-macs.el (cl-do-arglist):
4642         Use plist-get and plist-member instead of memq.
4644         * emacs-lisp/ewoc.el (ewoc-location): New function.
4645         (ewoc-enter-after, ewoc-enter-before): Document return value.
4646         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4647         Don't need make-local-hook any more.
4648         (cvs-addto-collection): Return the new tin.
4649         (cvs-mode-insert): Jump to the new line.
4651         * jit-lock.el (jit-lock-fontify-buffer): Remove.
4653         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4655         * font-lock.el (font-lock-syntactically-fontified): New var.
4656         (font-lock-fontify-syntactic-keywords-region): Use it.
4657         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
4659         * diff-mode.el (diff-find-file-name): Fix regexp.
4661         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4662         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4664         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4665         (sh-mode-syntax-table): Add punctuation syntax for < and >.
4666         (sh-mode): Don't make all vars local here.
4667         (sh-kw): Reformat.
4668         (sh-set-shell): Use dolist.  Don't set indent-region-function.
4669         (sh-mode-syntax-table): Use pop.
4670         (sh-remember-variable): Use push.
4671         (sh-help-string-for-variable): Use memq.
4672         (sh-safe-backward-sexp): Remove.
4673         (sh-safe-forward-sexp): Add ARG.
4674         (sh-get-indent-info, sh-prev-stmt): Use it.
4675         (sh-prev-line): Simplify by using forward-comment.
4676         (sh-this-is-a-continuation): Simplify.
4677         (sh-learn-buffer-indent): Use dolist.
4678         (sh-do-nothing): Remove.
4679         (sh-set-char-syntax, sh-set-here-doc-region):
4680         Use inhibit-modification-hooks.
4681         (sh-name-style): Use mapcar and push.
4682         (sh-load-style): Use dolist.
4683         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4684         (sh-case, sh-while-getopts): Use propertize directly rather
4685         than sh-electric-rparen.
4687 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
4689         * textmodes/tex-mode.el: Require CL when compiling.
4690         (tex-mode-syntax-table): Init immediately.
4691         (tex-mode-map): Bind M-RET to latex-insert-item.
4692         (latex-mode): Set indent-line-function to latex-indent.
4693         (tex-common-initialization): Don't setup the syntax-table any more.
4694         (latex-insert-item): New skeleton.
4695         (tex-next-unmatched-end): Fix copy/paste braino.
4696         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
4697         (latex-indent, latex-find-indent): New functions.
4698         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
4699         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4700         (tex-compilation-parse-errors): Use with-syntax-table.
4702 2000-10-15  Miles Bader  <miles@gnu.org>
4704         * font-lock.el (font-lock-comment-face): Change dark-background,
4705         color, non-tty, default to `chocolate1'.
4707 2000-10-13  John Wiegley  <johnw@gnu.org>
4709         * eshell/esh-util.el (require): Added a missing `require' form,
4710         needed when compiling (for an ange-ftp macro definition).
4712 2000-10-13  Dave Love  <fx@gnu.org>
4714         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4716 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
4718         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4719         fix.
4721         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
4722         transparent -colors 8).
4724 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
4726         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4727         that breaks with old list format timestamps.
4728         (time-stamp-warn-inactive, time-stamp-old-format-warn)
4729         (time-stamp-count, time-stamp-conversion-warn): Improved doc
4730         strings.
4732 2000-10-13  John Wiegley  <johnw@gnu.org>
4734         * align.el, pcomplete.el, calendar/timeclock.el,
4735         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4737         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
4738         faulty math, where holiday hours were being computing as seconds.
4740 2000-10-13  John Wiegley  <johnw@gnu.org>
4742         * desktop.el (desktop-buffer-modes-to-save): Added a global for
4743         specifying what "other" kinds of buffers should be saved.  This
4744         used to be hard-coded.
4745         (desktop-buffer-misc-functions): A global for specifying how
4746         auxiliary data should be determined for special buffer types.
4747         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4748         instead of hard-coding the special buffer types.
4749         (desktop-save): Run `desktop-buffer-misc-functions' to gather
4750         auxiliary data, instead of hard-coding for Info buffers and dired.
4751         (desktop-buffer-info-misc-data): Aux function for determining Info
4752         buffer auxiliary info.
4753         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4754         (desktop-buffer-info): Changed this function to use the info
4755         gathered above.
4756         (desktop-create-buffer): Be a little more careful about what
4757         `minor-mode' means before calling it.  This is important for some
4758         buffer types.
4760 2000-10-13  John Wiegley  <johnw@gnu.org>
4762         * eshell/esh-util.el: Added a global form which declares an
4763         autoload for `parse-time-string', if that function is not already
4764         defined, and if parse-time.el is available on the user's system.
4766         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4767         to be aware of ange-ftp user info.
4768         (eshell-do-ls): Bind `ange-cache'.  Also, use
4769         `eshell-file-attributes'.
4770         (eshell-ls-annotate): Use `eshell-file-attributes'.
4771         (eshell-ls-file): Made the user-id printing code a bit smarter.
4773         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4774         allow identification of alias user ids in remote directories.
4775         It's manual, but there's no other way to know when the current
4776         user on the local machine, is also the owning user on the remote
4777         machine.
4778         (fboundp): Bind `ange-cache'.
4779         (eshell-directory-files-and-attributes): Re-organized the logic a
4780         bit to use `eshell-file-attributes' instead of `file-attributes'.
4781         The former is more sensitive to directories that are read via FTP,
4782         and knows how to use ange-ftp to determine full attribute
4783         information, instead of just the name and last modtime.
4784         (eshell-current-ange-uids): Return the current user id when in a
4785         remote directory.
4786         (eshell-parse-ange-ls): Parse a full directory listing that has
4787         been returned by ange-ftp.
4788         (eshell-file-attributes): This beefed up version of
4789         `file-attributes' is only special if the user is currently in a
4790         remote directory, in which case it does a lot of work to find out
4791         what the real attributes of a file are, as they appear on the
4792         remote machine.  This makes usage of remote directories (i.e.,
4793         ange-ftp pathnames) much more useful.  You can now use Eshell as a
4794         full-fledged FTP client, with much more manipulation ability than
4795         most other clients.
4797         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4798         variable, which means that Eshell's du should always be preferred
4799         in remote directories.
4800         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4801         just `file-attributes'.
4802         (eshell-mvcp-template): Bind `ange-cache', to improve performance
4803         when reading remote directories.  This is an Eshell-specific
4804         variable (not part of ange-ftp).
4805         (eshell/ln): Bind `ange-cache'.
4806         (eshell/du): Added some extra logic for determining when to use
4807         Eshell's du (which is slow), and when to use the external version
4808         (which may or may not exist).
4810         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4811         `eshell-interactive-process', rather than using
4812         `get-buffer-process', since backgrounded processes don't count in
4813         the context of this function's logic.
4815         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4816         `forward-char', so that null strings are parsed correctly.
4818 2000-09-13  John Wiegley  <johnw@gnu.org>
4820         * eshell/em-pred.el (eshell-pred-file-type,
4821         eshell-pred-file-links, eshell-pred-file-size): Use
4822         `eshell-file-attributes'.  This is more correct over ange-ftp.
4824         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4825         that remote file globbing is more efficient.
4827         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4828         gathering the files and attributes within a directory.
4830         * eshell/em-unix.el (eshell/cat): If any of the files passed on
4831         the command line is a special file (not a regular file, directory
4832         or symlink), always attempt to call the external version of cat.
4834 2000-09-13  John Wiegley  <johnw@gnu.org>
4836         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4837         Eshell-friendly version of find-tag.
4839 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
4841         * image-file.el (image-file-name-extensions)
4842         (image-file-name-regexps): Add autoload cookies.
4844 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
4846         * international/mule-cmds.el (select-safe-coding-system): If FROM
4847         is string, show it in *Warning* buffer.
4849 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
4851         * startup.el (normal-top-level): Use display-popup-menus-p instead
4852         of window-system.
4853         (command-line): Use display-graphic-p instead of window-system.
4854         (command-line-1): Use display-popup-menus-p and display-mouse-p
4855         instead of window-system.
4857 2000-10-12  Sam Steingold  <sds@gnu.org>
4859         * tooltip.el (tooltip-use-echo-area): New user variable.
4860         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4862 2000-10-12  Dave Love  <fx@gnu.org>
4864         * recentf.el: Maintainer's checkdoc fixes.
4866         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4867         character class, not ASCII when matching file names.
4868         (fancy-splash-head): Add trailing slash to URL.
4869         (command-line): Don't require XPM support for toolbar.
4871         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4872         (cperl-invalid-face): Revert last change.
4873         (cperl-init-faces): Quote cperl-invalid-face.
4875 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
4877         * startup.el (fancy-splash-text): Remove superfluous quote.
4879 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
4881         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4882         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4883         (command-line-1): Don't use fancy-splash-pending-command.
4884         (fancy-splash-screens-1): Goto point-min after inserting text.
4886         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4888         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4889         instead of shared-lisp-mode-map.
4891 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
4893         * faces.el (header-line): Change tty-variant to use underlining.
4895         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4896         (isearch-highlight): Restore lazy-isearch face properties at old
4897         position, and suppress them at new position.
4898         (isearch-dehighlight): Restore lazy-isearch face properties.
4899         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4900         over the real isearch overlay, but in that case, don't give it a
4901         face property.  Use `push'.
4903 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
4905         * man.el (Man-getpage-in-background): Fix previous change.
4906         Decode the process output only when we are in multibyte mode.
4908 2000-10-11  Dave Love  <fx@gnu.org>
4910         * info.el (Info-mode-menu): Fix some help.
4911         (info-tool-bar-map): Add entry for Info-last.
4913         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4914         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4915         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4916         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4917         * toolbar/search-replace.xpm, toolbar/exit.xpm:
4918         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4919         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4920         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4921         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4922         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4923         Reduce colour requirements to 25 overall.  (Probably wants
4924         revisiting from the originals to reduce further.)
4926 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
4928         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4929         buffer-file-coding-system, instead of raw-text.
4930         (dehexlify-buffer): Bind coding-system-for-read to
4931         buffer-file-coding-system, instead of raw-text.
4933 2000-10-11  Sam Steingold  <sds@gnu.org>
4935         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4936         `underline' - fixes the bug introduced on 2000-09-21.
4938 2000-10-11  Dave Love  <fx@gnu.org>
4940         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4941         compiler warnings.
4942         (scheme-mode): Doc fix.
4943         (scheme-font-lock-keywords-1): Match `define-syntax'.
4945 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
4947         * faces.el (frame-set-background-mode): Pay attention to saved
4948         face specs as well as default ones.  Only do anything if the
4949         bg-mode or display-type has actually changed.  Use `dolist'.
4950         (region): Make dark-background `region' face less in-your-face.
4952 2000-10-10  Sam Steingold  <sds@gnu.org>
4954         * chistory.el, ielm.el, ledit.el:
4955         * progmodes/inf-lisp.el, progmodes/scheme.el:
4956         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4958 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
4960         * textmodes/texinfo.el: Update copyright and fix typo.
4962         * desktop.el (desktop-modes-not-to-save): New var.
4963         (desktop-save-buffer-p): Use it.
4964         Also, obey desktop-buffers-not-to-save even for non-file buffers.
4965         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4967 2000-10-10  Dave Love  <fx@gnu.org>
4969         * toolbar/tool-bar.el (tool-bar-add-item)
4970         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4971         display.
4973         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4974         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4975         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4976         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4977         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4978         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4979         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4980         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4981         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4982         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4983         the .xpms; probably need retouching.
4985 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
4987         * subr.el (add-to-list): Add optional argument APPEND.
4988         * battery.el (display-battery): Use `add-to-list'.
4990 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
4992         * play/zone.el (zone-timer, zone-wc-tbl): Rework
4993         these vars as symbol properties.
4994         (zone, zone-when-idle, zone-leave-me-alone)
4995         (zone-pgm-whack-chars): Use new symbol properties.
4997         * battery.el (display-battery): Doc spelling fix.
4999         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5000         property.
5002 2000-10-09  Dave Love  <fx@gnu.org>
5004         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5005         has been initialized before calling tool-bar-setup.
5006         (tool-bar-add-item-from-menu): Add autoload cookie.
5008 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
5010         * menu-bar.el (send-mail-item-name): New function.
5011         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5012         of mail-user-agent in the menu.  Don't display the "Send Mail"
5013         item if mail-user-agent is nil or its value is ignore.
5014         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5015         if read-mail-command is nil or its value is ignore.
5017         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5019 2000-10-09  Miles Bader  <miles@gnu.org>
5021         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5022         Correct image size.
5023         * toolbar/left_arrow.xpm: Correct image size.
5025         * jka-compr.el: Don't call `jka-compr-install' when loading (it
5026         will be done by the definition of `auto-compression-mode' if
5027         necessary.  Move code to uninstall existing file-name handler
5028         before definition of `auto-compression-mode'.
5030         * image-file.el (auto-image-file-mode): Move to the end of the
5031         file, because `define-minor-mode' actually calls the mode-function
5032         if the associated variable is non-nil, which requires that all
5033         needed functions be already defined.
5035         * mouse.el (popup-menu): Balance parens.
5037 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
5039         * mouse.el (popup-menu): Move the command call outside the loop
5040         so that popup-menu returns whatever the command returns.
5042         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
5043         (initialize-new-tags-table): Use run-hook-with-args-until-success.
5044         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5045         (tags-table-format-functions): Renamed from tags-table-format-hooks.
5047         * vc.el (vc-version-diff): diff-switches can be a list.
5048         Use relative filenames for prettier output.
5050         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5051         (vc-post-command-functions): Remove old-VC compatibility code.
5053         * newcomment.el (comment-indent-default): Autoload.
5055         * font-lock.el (font-lock-defaults): Make buffer-local.
5056         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5057         (font-lock-choose-keywords):
5058         Ignore LEVEL unless KEYWORDS is a list of syms.
5059         (c-keywords, c++-keywords, objc-keywords, java-keywords):
5060         Don't wrap regexp-opt things in \(...\) unnecessarily.
5062         * jit-lock.el: Don't require font-lock any more.
5063         (jit-lock-functions): Make buffer-local.
5064         (jit-lock-saved-fontify-buffer-function): Remove.
5065         (jit-lock-mode): Remove autoload cookie.
5066         Remove font-lock specific code.
5067         (jit-lock-unregister): Don't bother handling complex hooks any more.
5068         (jit-lock-refontify): New function.
5069         (jit-lock-fontify-buffer): Use it.
5070         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5071         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5072         Add optional args START and END.
5073         Never call font-lock-fontify-region directly.
5074         (jit-lock-function, jit-lock-stealth-fontify): Use it.
5076         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5078 2000-10-08  Dave Love  <fx@gnu.org>
5080         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5082         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5084         * play/studly.el (studlify-region, studlify-word): Add autoload
5085         cookie.
5087         * play/morse.el (morse-region, unmorse-region): Add autoload
5088         cookie.
5090         * play/spook.el (spook-phrases-file): Use expand-file-name, not
5091         concat.
5093         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5094         insist on symbols starting with word syntax.
5095         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5096         (eval-defun-1): Doc fix.
5097         (indent-sexp): Use nconc to build up indent-stack.
5099         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5100         Gnus with little use.
5101         (mail-setup-hook): Add mail-abbrevs-setup to options.
5103         * recentf.el: Doc fixes.
5105         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5106         Clean up remainder.
5108         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
5109         without timezone and (8) with timezone to enforce some whitespace.
5110         Simplify code somewhat.
5112         * options.el (list-options): Doc that you should use customize.
5114         * iswitchb.el (iswitchb-mode): Add :require.
5116         * info.el (Info-goto-node, Info-menu): Doc fix.
5117         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5118         (info-tool-bar-map): New variable.
5119         (Info-mode): Use it.
5120         (Info-edit-map): Define all in defvar.
5121         (speedbar-attached-frame): Avoid compiler warning.
5123         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5124         (global-map): Bind [tool-bar] to a filtered map.
5125         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
5126         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5127         Allow PBM icons.
5128         (tool-bar-setup): Adjust calls of tool-bar-add-item.
5130         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5131         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5132         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
5133         icons, except up_arrow, which is left-arrow rotated.
5135         * imenu.el (imenu-add-to-menubar): Fix last change.
5137 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
5139         * generic-x.el (rul-generic-mode): Remove eval-when-compile
5140         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
5142 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
5144         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5145         typos in doc strings.
5147         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5148         the doc strings how to customize Font Lock faces.
5150         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5151         computing growth when dragging the header line.
5153 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
5155         * simple.el (kill-line): Doc fix.
5157 2000-10-08  Miles Bader  <miles@gnu.org>
5159         * faces.el (secondary-selection): Make foreground visible on tty.
5161         * jka-compr.el (auto-compression-mode): Move to the end of the
5162         file, because `define-minor-mode' actually calls the mode-function
5163         if the associated variable is non-nil, which requires that all
5164         needed functions be already defined.
5165         (with-auto-compression-mode): Add autoload cookie.
5167 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
5169         * files.el (find-backup-file-name) [ms-dos]: If support for long
5170         file names is not available, behave as if version-control were set
5171         to never.
5173 2000-10-07  Dave Love  <fx@gnu.org>
5175         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5176         (browse-url-gnome-moz): New function.
5177         (browse-url-browser-function): Use it.
5178         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5180 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
5182         * indent.el (tab-always-indent): New var.
5183         (indent-for-tab-command): Use it.
5185         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5186         raise an error.  This way it can still default to a sane value.
5188 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
5190         * startup.el (fancy-splash-screens): Use local rather than global map.
5191         Don't use `update-menu-bindings' any more.
5192         Get rid of assumptions about keymap representation.
5194 2000-10-06  Dave Love  <fx@gnu.org>
5196         * textmodes/fill.el (sentence-end-double-space)
5197         (sentence-end-without-period):  Doc fix.
5198         (adaptive-fill-regexp): Purecopy.
5199         (unjustify-current-line): Use line-end-position.
5200         (fill-individual-paragraphs-prefix): Use line-beginning-position.
5202         * net/eudc-vars.el (eudc): Add :version, :link.
5204         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5206         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5207         Fix for define-minor-mode.
5208         (function-at-point): Alias to function-called-at-point.
5210         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5212         * simple.el (backward-word): Doc fix.
5214         * image-file.el (image-file-name-regexp): image-file-regexps ->
5215         image-file-name-regexps.
5216         (image-file-name-extensions): Add pbm.
5218 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
5220         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5221         and add filename to the names so that diff-mode can jump to source.
5223         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5224         (tex-font-lock-keywords, tex-font-lock-keywords-2)
5225         (tex-font-lock-keywords-1): Remove.
5226         (font-lock-turn-on-thing-lock): Use jit-lock-register.
5227         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5228         (font-lock-default-fontify-region):
5229         Expand beg..end correctly when just following a multiline region.
5230         (font-lock-fontify-anchored-keywords):
5231         Include the anchor text as part of the multiline.
5233 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
5235         * loadup.el (toplevel): Load `loaddefs' before `help' because the
5236         latter needs the autoloaded define-minor-mode macro during the
5237         bootstrap.
5239         * startup.el (command-line): For now, activate tool-bar-mode only
5240         if XPM images are supported.
5242         * mouse.el (mouse-drag-header-line): Don't allow resizing a
5243         window by dragging a header-line at the top of the frame; that's
5244         confusing because the header-line doesn't move.
5245         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5246         of treating the event as a list.  Some cleanup.
5248 2000-10-06  Miles Bader  <miles@gnu.org>
5250         * simple.el (display-message-or-buffer): New function.
5251         (shell-command-on-region): Use `display-message-or-buffer'.
5253         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5254         docstring parts.
5256         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5257         (smbclient-prompt-regexp): Add usage note to doc string.
5258         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5259         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5260         Use add-hook for adding the comint filter function, and only do so
5261         if it's not already in the global hook list.
5262         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5263         to `make-local-variable'.
5264         (nslookup-font-lock-keywords): Remove prompt entry.
5265         (nslookup): Don't set the process-filter.
5266         (finger): Exit the loop correctly when the regexps list runs out.
5267         (ftp, smbclient, smbclient-list-shares):
5268         Set the real major mode immediately, not after execing.
5269         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5271         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5273 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
5275         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5277         * which-func.el (which-func-format): Remove spurious space.
5278         (which-func-mode): Don't make it permanent-local.
5279         (which-func-ff-hook): Allow which-func-maxout to be nil.
5280         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
5281         (which-func-mode): Simplify.
5282         Use post-command-idle-hook rather than post-command-hook.
5283         Go through all buffers and update their state.
5284         (which-function): Also try add-log-current-defun-function.
5286         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5287         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5288         Update call to with-vc-properties accordingly.
5289         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5290         (vc-revert-buffer): More careful about window selection and deletion.
5291         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5293         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5294         (cvs-retrieve-revision): Reuse a pre-existing buffer.
5295         (cvs-dired-action): Change the default to quickdir.
5297         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5298         if comment-indent-function returns nil.
5299         (comment-indent-default): New function.
5300         (comment-indent-function): Use it and document the new semantics.
5302         * image-file.el: Docstring fixes.
5304         * help.el (help-xref-on-pp): Use match-string.
5305         (describe-variable): New arg BUFFER.
5306         Store the current buffer in the help-xref-stack.
5307         (temp-buffer-resize-mode): Use define-minor-mode.
5309         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5310         consistently with its docstring.
5311         Set jit-lock-first-unfontify-pos in an idempotent way.
5312         (jit-lock-register): Autoload and add arg CONTEXTUAL.
5314 2000-10-05  Alex Schroeder  <alex@gnu.org>
5316         * sql.el (sql-mysql-options): New variable.
5317         (sql-mysql): Use it.
5319 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
5321         * image.el (image): New group.
5323         * smerge-mode.el (smerge-mine-face, smerge-other-face)
5324         (smerge-base-face, smerge-markers-face): Add dark-background variants.
5326 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
5328         * net/net-utils.el (nslookup-font-lock-keywords)
5329         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5330         Ignore the value of wqindow-system; always define keywords
5332 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
5334         * startup.el (fancy-splash-screens): Remove the code for
5335         debugging; `(trace-to-stderr "EXITTT\n")'.
5337 2000-10-05  Miles Bader  <miles@gnu.org>
5339         * diff-mode.el (diff-goto-source): Update call to
5340         `diff-hunk-status-msg' to reflect new REV variable.
5342 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
5344         * progmodes/icon.el (icon-mode):
5345         Don't gratuitously override the default for comment-column.
5347         * vc-hooks.el (vc-mode-line): Fix interactive spec.
5349         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5350         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5351         (jit-lock-functions): New var.
5352         (jit-lock-function-1): Use it if non-nil.
5353         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
5354         Set the `fontified' property before doing the fontification to avoid
5355         repeatedly going through the same error.
5356         Don't turn errors into messages.
5357         (jit-lock-register, jit-lock-unregister): New functions.
5359         * dired.el (dired-mark-pop-up): Turn comment into docstring.
5360         Use with-current-buffer.
5362         * dired-aux.el (dired-do-create-files, dired-kill-tree):
5363         Turn comment into docstring.
5365         * apropos.el (apropos-mode): Use define-derived-mode.
5367 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
5369         * startup.el (fancy-splash-pending-command): New variable.
5370         (fancy-splash-pre-command): New function.
5371         (fancy-splash-screens): Rewritten.
5372         (command-line-1): If fancy-splash-pending-command is set, call it
5373         interactively.
5375 2000-10-04  Dave Love  <fx@gnu.org>
5377         * toolbar/tool-bar.el (tool-bar-setup): New function.
5378         (tool-bar-mode): Use it.
5380         * subr.el (substitute-key-definition): Doc fix.
5381         (play-sound-file): New command.
5383 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
5385         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5386         vc-version-backup-file-name): New functions.
5388         * files.el (basic-save-buffer): Call vc-before-save before saving.
5390         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5391         vc-cvs-stay-local-p.
5393         * vc.el (vc-revert-buffer): Handle empty diff properly.
5394         (vc-version-backup-file): New function.
5395         (vc-checkout): Create a version backup if necessary.
5396         (vc-checkin): If a version backup file exists, delete it.
5397         (vc-version-diff): Diff locally using version backups, if available.
5398         (vc-revert-file): If there's a version backup, revert locally.
5399         (vc-transfer-file): Use version backup for base version, if
5400         available.  If not, ask for confirmation whether to get it from the
5401         server.  Update mode line before check-in.
5403 2000-10-04  Dave Love  <fx@gnu.org>
5405         * toolbar/tool-bar.el (tool-bar-setup): New function.
5406         (tool-bar-mode): Use it.
5408 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
5410         * net/net-utils.el (nslookup-font-lock-keywords)
5411         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5412         Only set if window-system is non-nil
5413         (net-utils-run-program): Returns buffer.
5414         (network-connection-reconnect): Added this function.
5416         * generic.el:
5417         Incorporates extensive cleanup and docfixes by
5418         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5419         Uses cl compile-time macros.
5420         (generic-mode-name, generic-comment-list)
5421         (generic-keywords-list, generic-font-lock-expressions)
5422         (generic-mode-function-list, generic-mode-syntax-table):
5423         Removed variables.
5424         (generic-mode-alist): Renamed to generic-mode-list.
5425         (generic-find-file-regexp): Default changed to "^#".
5426         (generic-read-type): Uses completing read on generic-mode-list.
5427         (generic-mode-sanity-check): removed this function.
5428         (generic-add-to-auto-mode): Removed this function
5429         (generic-mode-internal): Bind mode-specific definitions
5430         into function instead of putting them in alist.
5431         (generic-mode-set-comments): Reworked extensively.
5432         (generic-mode-find-file-hook): Simplified regexp searching
5433         (generic-make-keywords-list): Omit extra pair of parens
5435         * find-lisp.el (find-lisp-find-files-internal):
5436         Make sure directory name ends with "/".
5438         * generic-x.el (apache-conf-generic-mode):
5439         Regexp now allows leading whitespace.
5440         (rc-generic-mode): Added eval-when-compile
5441         around generic-make-keywords-list.
5442         Deleted duplicate regexp
5443         (rul-generic-mode): Added eval-when-compile
5444         around generic-make-keywords-list.
5445         (etc-fstab-generic-mode): New generic mode.
5446         (rul-generic-mode): Removed one eval-when-compile
5447         which caused a max-specpdl-size exceeded error.
5449 2000-10-04  Miles Bader  <miles@gnu.org>
5451         * simple.el (minibuffer-temporary-goal-position): New variable.
5452         (next-history-element): Try to keep the position of point in the
5453         input string constant.
5455         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5456         (dired-do-create-files): If there's only one file, pass it in as
5457         the DEFAULT arg to dired-mark-read-file-name.
5459 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
5461         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5462         (diff-goto-source): Be smarter when choosing REVERSE or not.
5464         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5465         (texinfo-mode-menu): Add an explicit shortcut for update all.
5467 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
5469         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5470         factorize backend-specific code cleanly (this was essentially
5471         conceived by Stefan Monnier).
5472         (vc-unregister): Function removed.
5473         (vc-revert-file): New function.
5474         (vc-revert-buffer): Delegate some of the work to it.
5476         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5477         default branch unconditionally.
5478         (vc-rcs-set-default-branch): New function.
5479         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5480         (vc-rcs-checkin): If an appropriate default branch has been set,
5481         force creation of that branch.
5482         (vc-rcs-receive-file): Rewritten to contain only backend-specific
5483         code (as suggested by Stefan Monnier).
5485 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5487         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5488         highlighting overlay with a different face over the overlay
5489         isearch uses to highlight the current match because that can lead
5490         to bad face combinations.
5492         * loadup.el (toplevel): Load faces before isearch.
5494         * isearch.el (isearch-faces): New custom group.
5495         (isearch): New defface; was already tested for in the code.
5496         (isearch-lazy-highlight-face): Changed to defface from defcustom.
5497         (isearch-highlight): Always use face `isearch'.
5499 2000-10-02  Dave Love  <fx@gnu.org>
5501         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5502         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
5503         comparison of opcode with operand.
5505 2000-10-03  Miles Bader  <miles@gnu.org>
5507         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5508         buffer, since the echo area will now grow to accommodate them.
5510 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
5512         * vc-hooks.el (vc-registered): If FILE used to be registered under
5513         a certain backend, try that one first.
5515         * vc.el (vc-responsible-backend): Undo the previous change in the
5516         argument list.  Handle multiple backends correctly.
5517         (vc-find-new-backend): Function removed.
5518         (vc-register): Use vc-responsible-backend, as before.
5519         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5521 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5523         * startup.el (fancy-splash-head): Change message below the
5524         logo.
5526 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
5528         * diff-mode.el (diff-goto-source): Emit a status message.
5529         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5530         (diff-test-hunk): Fix doc string.
5531         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5532         (diff-advance-after-apply-hunk): New variable.
5533         (diff-apply-hunk): Don't return a value.
5535 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
5537         * vc.el (vc-editable-p): Minor optimization.
5538         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5539         (vc-find-new-backend): New function split from vc-responsible-backend.
5540         (vc-register): Use it.
5541         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5542         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5543         (vc-default-unregister, vc-revert-buffer): Docstring fix.
5544         (vc-clear-headers): Don't use find-file.
5545         (vc-revert-buffer): Use `and' again (must have been a braino).
5546         (vc-switch-backend): Only prompt if requested.
5547         Short circuit if nothing is to be done.
5548         Don't use vc-resynch-buffer which could lose unsaved editing.
5549         (vc-default-receive-file): Update call to vc-unregister.
5550         (with-vc-file, vc-next-action-on-file):
5551         Use vc-backend rather than vc-registered.
5552         (vc-next-action-on-file): Use intern-soft.
5553         Deal with read-only *vc-diff* buffer.
5554         (vc-transfer-file): Docstring fix.
5556         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5557         (vc-rcs-receive-file): Avoid with-vc-properties.
5558         Update call to vc-unregister.
5559         Use constant `RCS' rather than (dynamically bound) var `backend'.
5561 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
5563         * vc.el (vc-next-action-on-file): Update mode line only if file
5564         is visited.
5565         (vc-start-entry): New argument initial-contents.  Don't visit the file
5566         if it isn't already visited.  Brought documentation up-to-date.
5567         (vc-next-action, vc-register): Updated calls to vc-start-entry.
5568         (vc-checkin): New optional arg initial-contents, which is passed to
5569         vc-start-entry.
5570         (vc-finish-logentry): Make sure to bury log buffer only if there
5571         really is one.  Call `vc-resynch-buffer' on log-file, not
5572         buffer-file-name.
5573         (vc-default-comment-history, vc-default-wash-log): New functions.
5574         (vc-index-of): Removed.
5575         (vc-transfer-file): Make do without the above.
5576         (vc-default-receive-file): Call comment-history unconditionally.  Pass
5577         the resulting string to vc-checkin, instead of inserting it into the
5578         comment ring.
5580         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5581         unconditionally.  Use the comments as initial contents of the log
5582         entry buffer.  Document the trick to force branch creation with no
5583         changes.
5585 2000-10-01  Miles Bader  <miles@gnu.org>
5587         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5588         `recenter' with an arg to prevent redrawing the display.
5590 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
5592         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5594         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5596         * progmodes/c-mode.el (c-mode):
5597         Don't gratuitously override the default for comment-column.
5599         * textmodes/tex-mode.el (latex-metasection-list): New var.
5600         (latex-imenu-create-index): Use it.
5601         Move the regexp construction outside loops (and use push).
5602         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5603         (tex-font-lock-keywords): Moved from font-lock.el.
5604         (tex-comment-indent): Remove.
5605         (tex-common-initialization): Don't set comment-indent-function.
5606         (latex-block-default): New var.
5607         (tex-latex-block): Use it to provide a default choice.
5608         Add any unknown choice to latex-block-names.
5609         Insert [...] after {...}.
5610         (tex-last-unended-begin): Simplify regexp.
5611         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5612         (latex-forward-sexp-1, latex-forward-sexp): New functions.
5613         (latex-mode): Set forward-sexp-function.
5615         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5616         Add regexp for @ignore ... @end ignore.
5617         (texinfo-heading-face): New face.
5618         (texinfo-font-lock-keywords): Use it.
5619         (texinfo-mode-menu): New menu.
5620         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5621         New functions.
5622         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5623         (texinfo-section-types-regexp, texinfo-section-level-regexp)
5624         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5625         Remove declaration.
5626         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5628         * delsel.el (delete-selection-mode): Use define-minor-mode.
5630         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5632 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5634         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5636 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
5638         * replace.el (keep-lines-read-args): New function.
5639         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5640         read arguments interactively.  Add parameters RSTART and REND.
5641         Operate on the active region in Transient Mark mode.
5643         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5645         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5646         (authors-obsolete-files-regexps): New variable.
5647         (authors-add): Don't record changes in obsolete files.
5649 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5651         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5653         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5654         (comment-indent): Make sure there's a space between code and comment.
5655         Shift comments left to avoid going past fill-column.
5657 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5659         * startup.el (startup-echo-area-message): New function.
5660         (display-startup-echo-area-message): Use it.
5661         (fancy-splash-screens): Rewritten to use keymaps and a timer.
5662         (fancy-splash-default-action): New function.
5663         (fancy-splash-screens-1): New function.
5664         (fancy-splash-head): Put a help-echo and a keymap under the image.
5666 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5668         * diff-mode.el (diff-add-log-file-name): Remove.
5669         (diff-mode): Use add-log-buffer-file-name-function.
5671         * add-log.el (find-change-log): New arg BUFFER-FILE.
5672         (add-log-file-name): Obey add-log-file-name-function.
5673         (add-log-buffer-file-name-function): New var.
5674         (add-change-log-entry): Use it.
5676 2000-09-29  Miles Bader  <miles@gnu.org>
5678         * image-file.el (image-file-name-extensions): New variable.
5679         (image-file-name-regexps): Renamed from `image-file-regexps'.
5680         New default value is nil.  Call `auto-image-file-mode'.
5681         (image-file-name-regexp): New function.
5682         (auto-image-file-mode): New minor mode.
5683         (insert-image-file): Don't make conditional on the image-file
5684         handler being enabled.
5685         (image-file-handler): Make the call here conditional instead.
5686         (set-image-file-handler-enabled, enable-image-file-handler)
5687         (disable-image-file-handler): Functions removed.
5689         * emacs-lisp/authors.el (authors-print): Rephrase many-files
5690         string.
5692 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5694         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5695         it's a function from CL.
5696         (latex-imenu-create-index): Replace eval-when-compile with progn
5697         because latex-section-alist is not bound while compiling.
5699 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
5701         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5702         (outline-mode): Use define-derived-mode.
5704         * progmodes/perl-mode.el (perl-mode):
5705         * progmodes/awk-mode.el (awk-mode):
5706         * progmodes/asm-mode.el (asm-mode):
5707         Don't gratuitously override the default for comment-column.
5709         * emacs-lisp/lisp.el (lisp-complete-symbol):
5710         Distinguish the let-binding case from the funcall case.
5711         (forward-sexp-function): New variable.
5712         (forward-sexp): Use it.
5714         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5715         (easy-mmode-defmap): Remove the now useless autoload.
5717         * time.el (display-time-mode): Use define-minor-mode.
5719         * subr.el (add-minor-mode): Don't eval NAME.
5720         Don't depend on the presence of TOGGLE-FUN for any special behavior.
5721         Use if rather than cond.
5723         * simple.el (read-expression-map): Define more properly.
5724         (comment-indent-hook): Remove.
5725         (string-to-syntax): Bug fix.
5727         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5728         (cvs-ediff-diff): Fix typo.
5729         (cvs-revert-if-needed): Don't bother preserving read-only.
5731         * paren.el (show-paren-mode): Use define-minor-mode.
5733         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5734         (toggle-auto-compression): Remove.
5735         (jka-compr-build-file-regexp): Remove useless grouping.
5737         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5738         Avoid user-reserved bindings.
5739         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5740         (diff-header-face): Revert to grey85.
5742         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5744         * complete.el (partial-completion-mode) <defcustom>: Remove.
5745         (partial-completion-mode): Use define-minor-mode.
5746         (PC-do-completion): Understand `completion-auto-help = delay'
5747         to mean to popup the completion buffer only the second time.
5748         (PC-include-file-all-completions, PC-include-file-all-completions)
5749         (PC-include-file-all-completions): Don't quote lambda.
5751         * comint.el (comint-mode-hook): Docstring fix.
5752         (comint-mode): Use define-derived-mode.
5753         (comint-mode-map): Remove obsolete comment.
5754         (make-comint): Minor stylistic change.
5755         (comint-insert-clicked-input): Be more careful to find the overlay.
5756         Use this-command-keys rather than hardcoding mouse-2.
5758         * font-lock.el: Replace confusing (,@ with ,
5759         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5760         Don't use regexp-opt-depth.  Spice up the regexp for args.
5761         Don't distinguish between cmds that can take an opt arg or not.
5762         Use `append' and `prepend' rather than `keep'.
5764         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5765         (latex-outline-regexp): New var.
5766         (latex-outline-level): New fun.
5767         (latex-section-alist): New var.
5768         (latex-imenu-create-index): Use it.  Use `push' as well.
5769         (tex-shell-map): Initialize it properly.
5770         (tex-mode): Minor stylistic change.
5771         (plain-tex-mode): Use define-derived-mode.
5772         (latex-mode): Use define-derived-mode.
5773         Construct the paragraph regexps in a more readable way.
5774         Set the buffer-local outline-{level,regexp} vars.
5775         (slitex-mode): Derive from latex-mode.
5776         (tex-common-initialization): Don't kill-all-vars anymore.
5777         Add setting for comment-add and font-lock-defaults.
5778         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5779         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
5780         (tex-start-tex): New arg DIR (and send a chdir command for it).
5781         Also display the shell buffer and save it in tex-last-buffer-texed.
5782         (tex-region): Use expand-file-name rather than concat.
5783         Remove code made useless by changes in tex-start-tex.
5784         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5786         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5788 2000-09-28  Dave Love  <fx@gnu.org>
5790         * eshell/eshell.el (eshell) <defgroup>: Add :version.
5792 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
5794         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5795         `append'.
5797 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
5799         * info.el (Info-extract-pointer): Undo last change.
5800         Instead, fix the position of the `bound' arg to re-search-backward.
5802 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
5804         * info.el (Info-extract-pointer):
5805         Widen more carefully, to avoid finding pointers in other nodes.
5806         (Info-index): Use push.
5808 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
5810         * frame.el (set-frame-font): Remove call to obsolete function
5811         frame-update-faces.
5812         (set-foreground-color, set-background-color): Likewise for
5813         frame-update-face-colors.
5815 2000-09-27  Miles Bader  <miles@gnu.org>
5817         * image-file.el: New file.
5819 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
5821         * frame.el (frame-notice-user-settings): Don't call
5822         frame-update-faces, which is a no-op now.
5824         * ediff-wind.el (ediff-control-frame-parameters): Add zero
5825         tool-bar-lines.
5827 2000-09-27  Dave Love  <fx@gnu.org>
5829         * mouse.el: Fix last change.
5831 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
5833         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5835 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
5837         * international/quail.el (quail-help): The output message is
5838         improved.
5840 2000-09-26  Dave Love  <fx@gnu.org>
5842         * mouse.el (popup-menu): If POSITION is nil, set it using
5843         mouse-position.
5845 2000-09-25  Sam Steingold  <sds@gnu.org>
5847         * net/browse-url.el (browse-url-file-url): Check for null maps.
5849 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
5851         * frame.el (frame-notice-user-settings): Don't add a
5852         tool-bar-lines frame parameter to default-frame-alist in batch mode.
5854         * frame.el (frame-notice-user-settings):
5855         Make tool-bar-mode and default-frame-alist consistent.
5857         * toolbar/tool-bar.el (tool-bar-help): New function.
5859 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5861         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5862         current-load-list in top-level forms.  Else this leaks a cons cell
5863         every time a defun is called.
5865         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5867 2000-09-25  Dave Love  <fx@gnu.org>
5869         * startup.el (fancy-splash-head): Check XPM is available.
5871         * autoinsert.el (auto-insert): Doc fix.
5872         (auto-insert-alist): Following GNU notices, don't say `copyright
5873         _by_'.  Use line-beginning-position.
5874         (auto-insert): Check buffer-file-name is non-nil before use.
5876 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5878         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5879         starting with `@def' or `@multitable', in addition to ones
5880         specified by the user in auto-fill-inhibit-regexp.
5882 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
5884         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5885         rmail-dont-reply-to-names matches the empty string.
5887 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5889         * startup.el (command-line-1, fancy-splash-text): Change the
5890         text to sound more friendly.
5892 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
5894         * progmodes/hideshow.el: Update author email address.
5895         Generally, sync w/ maintainer version 5.22.
5896         (hs-hide-all-non-comment-function): New var.
5897         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5898         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5899         (hs-show-region): Delete this command.
5900         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5902 2000-09-22  Dave Love  <fx@gnu.org>
5904         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5905         (hl-line-highlight): Specify buffer when moving overlay.
5907         * progmodes/fortran.el (fortran-mode): Locally set
5908         normal-auto-fill-function.
5909         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5910         (fortran-mode-map): Adjust auto-fill menu entry.
5912 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
5914         * vc-rcs.el (toplevel): Require `vc' when compiling.
5916         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5918 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
5920         * vc.el (vc-switch-backend): Signal an error if the file is not
5921         registered under the new backend.
5923         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5924         without explicit revision number.
5926 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
5928         * diff-mode.el (diff-file-header-face): Reset to its previous value.
5929         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5930         (diff-xor): New function.
5931         (diff-find-source-location): Use it.  Fix a stupid name clash.
5932         (diff-hunk-status-msg): New function.
5933         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5934         (diff-test-hunk): Use diff-find-source-location.
5935         (diff-goto-source): Favor the `reverse'.
5936         (diff-hunk-text): Properly handle one-sided context diffs.
5937         (diff-apply-hunk): When done, advance to the next hunk.
5939 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
5941         * startup.el (command-line): If frame was created with a non-zero
5942         tool-bar-lines parameter, switch tool-bar-mode on.
5944         * add-log.el (change-log-date-face, change-log-name-face)
5945         (change-log-email-face, change-log-file-face)
5946         (change-log-list-face, change-log-conditionals-face)
5947         (change-log-function-face, change-log-acknowledgement-face):
5948         New faces, inheriting from font-lock faces.
5949         (change-log-font-lock-keywords): Use them.
5951 2000-09-21  Dave Love  <fx@gnu.org>
5953         * progmodes/cperl-mode.el (top-level): Clean up
5954         `eval-when-compile's and assorted defvars.
5955         (cperl-invalid-face): Don't double-quote value.  Change custom
5956         type.
5957         (cperl-mode): Set normal-auto-fill-function and don't zap
5958         auto-fill-function.
5959         (cperl-imenu--function-name-regexp-perl): Renamed from
5960         imenu-example--function-name-regexp-perl.
5961         (cperl-imenu--create-perl-index): Renamed from
5962         imenu-example--create-perl-index.
5963         (cperl-xsub-scan): Don't require cl.
5965         * msb.el (msb-mode-map): Use substitute-key-definition.
5966         (msb-mode): Use msb-mode-map.
5968 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
5970         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5971         New functions.
5972         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5973         (vc-switch-backend): New function.
5974         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5975         (vc-register): Fix prompt.
5976         (vc-unregister, vc-default-unregister): New functions.
5977         (vc-version-diff): Handle empty buffer in sentinel.
5979         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5980         (vc-rcs-state-heuristic): Use it to guess the state of files with
5981         non-strict locking.
5982         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5983         been set with -b, but not created yet.
5984         (vc-rcs-fetch-master-state): With non-strict locking, compare file
5985         contents in order to find the state.
5986         (vc-rcs-checkin): Allow creation of branches with no changes.
5987         (vc-rcs-unregister, vc-rcs-receive-file)
5988         (vc-rcs-set-non-strict-locking): New functions.
5990         * vc-hooks.el (vc-name): Force correct computation of the value
5991         in case it is missing.
5993 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
5995         * startup.el (fancy-splash-tail): Use a different foreground
5996         color on a dark frame background.
5998 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
6000         * info.el: Use the correct capitalization when making Info-mode
6001         and Info-edit-mode `special' modes.
6003 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
6005         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6006         (diff-mode): Add support for add-log.el.
6007         (diff-hunk-text): Use char offsets rather than line offsets.
6008         (diff-find-source-location): Replace LINE with line-offset (nil
6009         if not found) and always set POS to a meaningful position.
6010         Adapt to the new char-offsets.
6011         (diff-apply-hunk): Drop support for the unused `select' POPUP.
6012         Adapt to the new diff-find-source-location.
6013         (diff-goto-source): Adapt to the new diff-find-source-location.
6015         * add-log.el (add-log-file-name): New function (split out of
6016         add-change-log-entry).
6017         (add-change-log-entry): Use it.
6018         Call add-log-file-name-function with the changelog file name if
6019         the current buffer is not associated with any file.
6020         Avoid find-file if the selected window is dedicated.
6022         * diff-mode.el (diff-find-source-location):
6023         Move code from diff-apply-hunk.  Return buffer rather than file.
6024         (diff-apply-hunk): Use the new result from  diff-find-source-location.
6025         (diff-goto-source): Use the new diff-find-source-location.
6027 2000-09-20  Dave Love  <fx@gnu.org>
6029         * iswitchb.el: Some doc fixes.
6030         (iswitchb-mode-map): Define completely initially.  Inherit
6031         minibuffer-local-map.
6032         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6033         fundamental-mode.
6034         (iswitchb-global-map): New variable.
6035         (iswitchb-summaries-to-end): Amalgamate regexps.
6036         (iswitchb-mode): New.
6037         (iswitchb-mode-hook): New variable.
6038         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
6039         `extensions'.
6041 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
6043         * ehelp.el (electric-help): New defgroup.
6044         (electric-help-shrink-window): New user-option.
6045         (with-electric-help): Use it.
6047         * window.el (shrink-window-if-larger-than-buffer): If face
6048         `mode-line' has a :box, and we're on a graphical frame, add 1
6049         to the needed window height.
6051         * frame.el (frame-notice-user-settings): Add a last parameter nil
6052         to a call to `append', because the last list passed to `append' is
6053         not copied, and so subsequent calls to assq-delete-all will modify
6054         default-frame-alist.
6056         * startup.el (fancy-splash-image): Change :type.
6057         (fancy-splash-head): Use an XBM image if appropriate.
6058         (command-line-1): Show splash screens in more cases.
6060         * startup.el (fancy-splash-text): Don't quote faces.
6062         * dired.el (dired-font-lock-keywords): Undo last change.
6063         (dired-readin): Bind indent-tabs-mode to nil.
6065         * startup.el (fancy-splash-head): If frame's background mode
6066         is `dark', change the black background of the image to gray.
6067         (fancy-splash-screens): Display startup echo area message.
6068         (display-startup-echo-area-message): New function.
6070 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
6072         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6074         * info.el (info-header-node): Tweak for color ttys.
6076         * faces.el (face-valid-attribute-values): Make sure directories we
6077         search for stipples both exist and are readable before trying to
6078         search them.
6080         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6081         in the dry-run case.
6083         * jka-compr.el (with-auto-compression-mode): New macro.
6085         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6086         (custom-group-tag-face, custom-variable-tag-face): Use relative
6087         :height and inherit from `variable-pitch' face instead of
6088         hardwiring :family.
6089         * hi-lock.el (hi-black-hb): Likewise.
6091         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6092         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6093         toolbar-add-item, if image doesn't have a mask add a `:mask
6094         heuristic'.
6096 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
6098         * diff-mode.el: Docstring fixes.
6099         (diff-header-face, diff-comment-face): New faces.
6100         (diff-font-lock-keywords): Highlight a bit differently.
6101         (diff-find-source-location): Don't return SPAN any more.
6102         (diff-hunk-text): Don't bother erasing the temp buffer.
6103         (diff-find-text): Drop argument LINE.
6104         (diff-apply-hunk): Update calls to diff-find-text.
6105         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6107         * calendar/calendar.el: Docstring fixes.
6108         (calendar-make-alist): Don't quote lambda.
6109         (calendar-star-date): Use make-local-variable.
6111 2000-09-19  Dave Love  <fx@gnu.org>
6113         * toolbar/tool-bar.el: Renamed from toolbar.el.
6114         Change `toolbar' to `tool-bar' generally in symbols.
6115         Make some items invisible in `special' major modes.
6116         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6117         Add arg PROPS.
6119         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6120         Add :version here.
6121         (fancy-splash-delay, fancy-splash-image): Remove :version here.
6123 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6125         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6127         * files.el (find-file-suppress-same-file-warnings): New user-option.
6128         (find-file-noselect): Use it.
6130         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6131         (fancy-splash-screen): Defgroup.
6133         * add-log.el (change-log-font-lock-keywords): Match names
6134         more exactly for the case that font-lock-constant-face is
6135         underlined.
6137 2000-09-19  Richard M. Stallman  <rms@gnu.org>
6139         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6141 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
6143         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6145 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6147         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6148         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6149         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6150         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6151         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6152         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6153         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6154         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6155         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6156         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6157         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6158         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6160         * startup.el (fancy-splash-text): New variable.
6161         (fancy-splash-delay, fancy-splash-image): New user-options.
6162         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6163         (fancy-splash-screens): New functions.
6164         (command-line-1): If display has a `display' frame parameter, has
6165         colors, and we have XPM support, show more fancy splash screens.
6167 2000-09-19  Dave Love  <fx@gnu.org>
6169         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
6170         with null `help'.  Use modern backquote syntax.
6172 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6174         * font-lock.el (font-lock-mode): Change message telling the user
6175         that ``the buffer is too big''.
6177         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6178         for instance for the case that tab-width is 2.
6180 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
6182         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6183         toolbar-add-item, if image doesn't have a mask add a `:mask
6184         heuristic'.
6186 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
6188         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6189         and return a cons if it's non-nil.
6190         (diff-apply-hunk): Try to jump to the line in the source text
6191         corresponding to the position of point in the in the hunk.
6193         * info.el (Info-title-3-face, Info-title-2-face)
6194         (Info-title-1-face): Use face inheritance and relative sizes
6195         instead of hard-wiring things.
6197         * faces.el (secondary-selection): Make dark-background variant sane.
6199 2000-09-16  Andrew Innes  <andrewi@gnu.org>
6201         * makefile.w32-in (compile-files-CMD): No need to make .elc files
6202         read-only, since they aren't under VC now.
6204 2000-09-17  Dave Love  <fx@gnu.org>
6206         * tmm.el: Replace mapcar with mapc in several places.
6208         * loadhist.el (unload-feature): Maybe call elp-restore-list and
6209         ad-unadvise.
6211         * international/latin1-disp.el: New file.
6213         * calendar/cal-move.el (scroll-calendar-left)
6214         (scroll-calendar-right): Make arg optional (for active mode line).
6216         * calendar/calendar.el (calendar-mode-line-format): Make fields
6217         mouse-sensitive.
6218         (calendar-read-date, calendar-read-date, calendar-window-list):
6219         Unquote lambda.
6220         (calendar-month-name): Use aref, not sref.
6222         * view.el (minor-mode-alist): Propertize the string.
6224         * international/characters.el (standard-case-table): Add entries
6225         for Greek.
6227 2000-09-18  Miles Bader  <miles@gnu.org>
6229         * info.el (info-node, info-xref): Add dark-background variants.
6231         * faces.el (header-line): Change defaults to be less confusing
6232         when mixed with mode-lines.
6234         * info.el (Info-fontify-node): Make a few cleanups.
6235         Add extra `help-echo' and `local-map' props to node xrefs.
6236         Use header-specific faces for node-names & xrefs.
6237         (Info-use-header-line): New variable.
6238         (info-header-xref, info-header-node): New faces.
6239         (Info-setup-header-line): New function.
6240         (Info-select-node): Call Info-setup-header-line when enabled.
6241         (Info-extract-pointer): Work even if the header line is hidden.
6242         (Info-header-line): New variable.
6244 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
6246         * vms-patch.el (print-region-function): Don't quote lambda.
6248         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6250         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6251         (lm-get-header-re): Allow spaces between the header and the colon.
6252         (lm-header): Allow $ in non-RCS headers.
6253         (lm-header-multiline): Put the strings back into order.
6254         Stop at an empty line.  Don't require two space chars if the
6255         line is clearly not another header line.
6257         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6258         (popup-menu-popup): Remove.
6260 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
6262         * toolbar/toolbar.el (toolbar-add-item): Use the same image
6263         specification if or if not tool-bar item contains an `:enabled'
6264         property.
6266         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6267         current buffer has no file name.
6269 2000-09-15  Dave Love  <fx@gnu.org>
6271         * strokes.el: Sync with maintainer's current version with changes
6272         for Emacs, but avoid runtime cl and levents.
6273         (toplevel):  Change autoloads and compilation requires.
6274         (strokes-version, strokes-bug-address, strokes-lift): Values
6275         changed.
6276         (strokes-xpm-header, strokes-insinuated): New variable.
6277         (strokes): Add :link.
6278         (strokes-mode): Customized.
6279         (strokes-while-inhibiting-garbage-collector): New macro.
6280         (strokes-remassoc): Avoid remove-if.
6281         (strokes-fix-button2-command): Don't use ad-do-it.
6282         (strokes-insinuate): New function.
6283         (strokes-button-press-event-p, strokes-button-release-event-p):
6284         New functions, used instead of non-`strokes-' versions..
6285         (strokes-mouse-event-p): Rewritten.
6286         (strokes-event-closest-point): Avoid event-point.
6287         (strokes-get-grid-position): Avoid cdadr, caadr
6288         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6289         functions.
6290         (strokes-help): Use with-output-to-temp-buffer.
6291         (strokes-window-configuration-changed-p): New function.
6292         (strokes-update-window-configuration): Use buffer-live-p,
6293         strokes-window-configuration-changed-p.
6294         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
6295         (strokes-char-face): New face.
6296         (strokes-char-table, strokes-base64-chars): New variable.
6297         (strokes-xpm-for-stroke, strokes-list-strokes)
6298         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6299         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6300         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6301         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6302         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6303         functions.
6305 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
6307         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6309         * image.el (create-image): Doc fix.
6311         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6312         instead of `:heuristic-mask t'.
6314 2000-09-14  Andrew Innes  <andrewi@gnu.org>
6316         * makefile.w32-in: Revert to Unix line endings.
6318 2000-09-14  Andrew Innes  <andrewi@gnu.org>
6320         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
6321         when installing.
6323         * makefile.nt (DONTCOMPILE): Fix typo.
6325         * shell.el (shell-write-history-on-exit): New function.
6326         (shell-dumb-shell-regexp): New custom variable.
6327         (shell-mode): Make shell-write-history-on-exit the process
6328         sentinel if shell name matches shell-dumb-shell-regexp.
6330         * w32-fns.el: Comment out before-init-hook function which resets
6331         source-directory based; this breaks bootstrap.
6333 2000-09-14  Dave Love  <fx@gnu.org>
6335         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6336         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6337         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6338         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6339         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6340         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6341         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
6342         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
6343         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6345         * toolbar/toolbar.el: New.
6347         * subdirs.el: Add toolbar.
6349 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
6351         * indent.el (indent-for-tab-command): Doc fix.
6353 2000-09-14  Alex Schroeder  <alex@gnu.org>
6355         * ansi-color.el (ansi-colors): Doc change.
6356         (ansi-color-get-face): Simplified regexp.
6357         (ansi-color-faces-vector): Added more faces, doc change.
6358         (ansi-color-names-vector): Doc change.
6359         (ansi-color-regexp): Simplified regexp.
6360         (ansi-color-parameter-regexp): New regexp.
6361         (ansi-color-filter-apply): Doc change.
6362         (ansi-color-filter-region): Doc change.
6363         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6364         deal with zero length parameters.
6365         (ansi-color-apply-on-region): Doc change.
6366         (ansi-color-map): Doc change.
6367         (ansi-color-map-update): Removed debugging message.
6368         (ansi-color-get-face-1): Added condition-case to trap
6369         args-out-of-range errors.
6370         (ansi-color-get-face): Doc change.
6371         (ansi-color-make-face): Removed.
6372         (ansi-color-for-shell-mode): New option.
6374 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
6376         * international/quail.el (quail-start-translation): Translate KEY
6377         if necessary even if it doesn't have any mapping in the current
6378         input method.
6379         (quail-start-conversion): Likewise.
6380         (quail-help): The output message is improved.
6382 2000-09-13  Miles Bader  <miles@gnu.org>
6384         * comint.el (comint-output-filter): Revert to using
6385         `insert-before-markers'.  Add bletcherous hack to undo damage
6386         caused by `insert-before-markers'.  Put `front-sticky' property on
6387         overlays created here so that the field code understands how the
6388         overlay works.  Use a let when making comint-last-prompt-overlay,
6389         so that the code is easier to read.
6391 2000-09-13  Dave Love  <fx@gnu.org>
6393         * wid-edit.el (widget-default-format-handler): DTRT when
6394         doc-property is a function.
6396 2000-09-12  Francesco Potorti`  <pot@gnu.org>
6398         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6399         filed name if it's not there.
6401 2000-09-12  Dave Love  <fx@gnu.org>
6403         * simple.el (read-mail-command): Doc fix.
6404         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6406         * vc.el (vc-dired-listing-switches): Fix :version.
6408         * vc-hooks.el: Doc fixes.
6410         * subr.el (add-minor-mode): Use toggle-fun arg.
6412         * speedbar.el: Add :version to several defcustoms.
6414         * imenu.el (imenu--truncate-items, imenu--cleanup)
6415         (imenu--generic-function): Avoid mapcar.
6416         (imenu--replace-spaces): Function removed.
6417         (imenu--completion-buffer): Use subst-char-in-string.
6418         (imenu-add-to-menubar): Use keymap inheritance.
6420 2000-09-12  Miles Bader  <miles@gnu.org>
6422         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6423         (diff-mode-map): Bind `diff-test-hunk'.
6424         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6426 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
6428         * bytecomp.el (byte-compile-defvar): Undo last change
6429         because it breaks '(make-variable-buffer-local (defvar ...)'
6430         which is used at least in dired.
6432 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
6434         * international/quail.el (quail-define-package): Docstring
6435         modified.
6437 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
6439         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6440         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6441         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
6442         docstring of "chinese-py".
6444         * international/quail.el (quail-translation-docstring): New
6445         variable.
6446         (quail-show-keyboard-layout): Docstring modified.
6447         (quail-select-current): Likewise.
6448         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6449         infinite recursive call.
6450         (quail-help): Check quail-translation-docstring.  Format of the
6451         output changed.
6452         (quail-help-insert-keymap-description): Adjusted for the above
6453         change.
6455 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
6457         * bytecomp.el (byte-compile-defvar): Only cons onto
6458         current-load-list in top-level forms.  Else this leaks a cons cell
6459         every time a defun is called.
6461 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
6463         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6464         Now understands non-unified diffs.  Some functionality moved into
6465         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
6466         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
6467         modify anything.  Only reposition point in the patched file if the
6468         patch succeeds.  Only pop up another window if POPUP is true.
6469         Emit a message describing what happened if successful, and at what
6470         line-offset.  Automatically detect reversed hunks and do something
6471         appropriate.
6472         (diff-hunk-text, diff-find-text): New functions.
6473         (diff-filter-lines): Function removed.
6474         (diff-test-hunk): New function.
6475         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6477 2000-09-10  Dave Love  <fx@gnu.org>
6479         * textmodes/tildify.el: Minor doc/commentary fixes.
6480         (tildify) <defgroup>: Add :version.
6482         * faces.el (face-x-resources): Make custom type more specific.
6483         (frame-background-mode): Use mapc.
6484         (region) <defcustom>: Add :version.
6486 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
6488         * vc-sccs.el (vc-sccs-register):
6489         * vc-rcs.el (vc-rcs-register):
6490         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6491         * vc.el (vc-register): Clear file's properties.
6493 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
6495         * faces.el (face-spec-set): Only face-spec-reset-face when
6496         ATTRS is non-nil.
6498 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
6500         * help.el (help-insert-xref-button): Fix a typo in doc string.
6502 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
6504         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6505         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6506         methods.
6508         * menu-bar.el (read-mail-item-name): New function.
6509         (menu-bar-tools-menu): Use it to compute and display the package
6510         used to read email.
6511         (menu-bar-tools-menu): Fix typo in GUD's help string.
6513 2000-09-07  Dave Love  <fx@gnu.org>
6515         * diff-mode.el (diff-mouse-goto-source): New function.
6517         * vc-sccs.el: Doc fixes.
6518         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6520         * vc-rcs.el: Doc fixes.
6521         (vc-rcs-register-switches, vc-rcs-checkin-switches)
6522         (vc-rcs-checkout-switches, vc-rcs-header)
6523         (vc-rcs-master-templates): Add or change :version.
6525         * vc-cvs.el: Doc fixes.
6526         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6527         (vc-cvs-stay-local): Add :version.
6529         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6531 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6533         * international/quail.el (quail-help): Fix previous change.
6535 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6537         * faces.el (color-values): Doc fix.
6539         * faces.el (frame-set-background-mode): Use frame-parameter
6540         instead of frame-parameters.
6542         * frame.el (filtered-frame-list): Reduce consing.
6543         (frames-on-display-list): Call frame-parameter instead of
6544         frame-parameters.
6546 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6548         * language/devan-util.el (devanagari-to-indian-region): In the
6549         loop, change the following char, not preceding char.
6551 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6553         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6554         instead of frame-parameters.
6556         * faces.el (set-face-attribute): Simplify by calling
6557         internal-set-lisp-face-attribute with FRAME being 0.
6559         * vc.el: Remove `Id' version control keyword.
6561 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6563         * help.el (help-make-xrefs): Adjusted for the change of
6564         help-xref-mule-regexp.
6565         (help-insert-xref-button): New function.
6567         * international/mule-cmds.el (help-xref-mule-regexp-template):
6568         Include the pattern for character set.
6569         (leim): New group.
6571         * international/quail.el: Don't require face.
6572         (quail): New group.
6573         (quail-other-command): Dummy command to make quail-help work better.
6574         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6575         (quail-keyboard-layout-substitution): New variable.
6576         (quail-update-keyboard-layout): New function.
6577         (quail-keyboard-layout-type): New customizable variable.
6578         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6579         (quail-keyboard-translate): Pay attention to
6580         quail-keyboard-layout-substitution.
6581         (quail-insert-kbd-layout): New function.
6582         (quail-show-keyboard-layout): New function.
6583         (quail-get-translation): If the definition is a vector of length
6584         1, and the element is a string of length 1, return the character
6585         in that string.
6586         (quail-update-current-translations): Fix the case of
6587         relative-index out of range.
6588         (quail-build-decode-map, quail-insert-decode-map): New Functions.
6589         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6590         Show key sequences for all available characters.
6591         (quail-help-insert-keymap-description): Don't show such verbose
6592         key bindings as quail-self-insert-command.
6594         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6595         Format changed, and each element now have extra documentations.
6596         (tit-process-header): Delete invalid characters from TIT-PROMPT.
6597         Adjusted for the change of quail-cxterm-package-ext-info.
6599 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
6601         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6602         requiring it leads to a recursive loading of vc.el and vc-hooks.el
6603         during bootstrap.
6605 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6607         * vc.el: (toplevel): Don't require `dired' at run-time.
6608         (vc-dired-resynch-file): Remove autoload cookie.
6610 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
6612         * vc.el: Made several backend functions optional.
6613         (vc-default-responsible-p): New function.
6614         (vc-merge): Use RET for first version to trigger merge-news, not
6615         prefix arg.
6616         (vc-annotate): Handle backends that do not support annotation.
6617         (vc-default-merge-news): Removed.  The existence of a merge-news
6618         implementation is now checked on caller sites.
6620         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6621         case.
6623         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6624         special case that has been removed from the default in vc-hooks.el.
6626 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6628         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6630 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
6632         * vc-hooks.el: Require vc during compilation.
6633         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6634         macro `with-vc-properties' in vc.el.
6635         (vc-file-getprop): Doc fix.
6636         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6638         * vc.el: Require dired-aux during compilation.
6639         (vc-name-assoc-file): Moved to vc-sccs.el.
6640         (with-vc-properties): New macro.
6641         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6642         vc-finish-steal): Use it.
6643         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
6644         to the backend-specific function is now supposed to do the checkout,
6645         too.
6646         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6648         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6649         set file properties; that gets done in the generic code now.
6651         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6652         Changed parameter list, added code from vc.el that does the
6653         checkout, possibly with a double-take.
6655         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6656         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6657         the above under the new name.
6658         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
6659         parameter list, added checkout command.
6660         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6661         properties; that gets done in the generic code now.
6663 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6665         * vc.el: Docstring fixes (courtesy of checkdoc).
6667 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6669         * vc.el (vc-checkout-writable-buffer-hook)
6670         (vc-checkout-writable-buffer): Remove.
6671         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6672         (vc-log-mode): Make it into a clean derived major mode.
6673         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6674         vc-log-mode if log-edit is not available.
6675         (vc-dired-mode-map): Don't set-keymap-parent yet.
6676         (vc-dired-mode): Do set-keymap-parent here.
6677         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6679 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
6681         * faces.el (set-face-attribute, face-spec-reset-face)
6682         (face-spec-set): Avoid consing by removing calls to `apply'.
6684         * frame.el (frame-parameter): Move to C code.
6686 2000-09-05  Dave Love  <fx@gnu.org>
6688         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6689         insert-before-markers-and-inherit.  Now checked systematically!
6691 2000-09-05  Alex Schroeder  <alex@gnu.org>
6693         * sql.el (sql-postgres): Use sql-postgres-options.
6694         (sql-postgres-options): New variable.
6696 2000-09-05  Alex Schroeder  <alex@gnu.org>
6698         * sql.el (sql-mode-menu): Work around missing variable mark-active
6699         in XEmacs.
6700         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6701         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6702         compatibility.
6704 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
6706         * vc.el (vc-dired-resynch-file): Add autoload cookie.
6708         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6710         * Makefile.in (DONTCOMPILE): Fix typo in file name.
6712 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6714         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6715         don't support anything else under SCCS yet.
6717         * vc-hooks.el: Minor doc fixes.
6719 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6721         * vc.el (vc-next-action-on-file): Do not visit the file if it's
6722         not necessary.  If verbose in state `needs-patch', do the same as
6723         under `up-to-date'.  When NOT verbose and `needs-patch', check out
6724         latest version instead of `merge-news'.
6725         (vc-next-action-dired): Don't mess with default-directory here; it
6726         breaks other parts of dired.  It is the job of the
6727         backend-specific functions to adjust it temporarily if they need it.
6728         (vc-next-action): Remove a special CVS case.
6729         (vc-clear-headers): New optional arg FILE.
6730         (vc-checkin, vc-checkout): Set properties vc-state and
6731         vc-checkout-time properly.
6732         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6733         (vc-print-log): Use new backend function `show-log-entry'.
6734         (vc-cancel-version): Do the checks in a different order.  Added a
6735         FIXME concerning RCS-only code.
6737         * vc-rcs.el (vc-rcs-show-log-entry): New function.
6738         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6740         * vc-cvs.el (vc-cvs-show-log-entry): New function.
6742         * vc-hooks.el (vc-default-mode-line-string): Show state
6743         `needs-patch' as a `-' too.
6745 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6747         * vc.el (vc-responsible-backend): New optional arg REGISTER.
6748         (vc-default-could-register): New function.
6749         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6750         (vc-resynch-buffer): Call vc-dired-resynch-file.
6751         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6752         vc-resynch-buffer instead of vc-resynch-window.
6753         (vc-next-action-dired): Don't redisplay here, that gets done as a
6754         result of the individual file operations.
6755         (vc-retrieve-snapshot): Corrected prompt order.
6757         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6759         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6760         as well.
6761         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
6762         hostname regexps.  Updated all callers.
6763         (vc-cvs-responsible-p): Handle directories as well.
6764         (vc-cvs-could-register): New function.
6765         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6766         properties up-to-date.
6768         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6769         user whether to create one.
6771 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6773         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6774         check out a non-existing file.
6776         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6777         workfile does not exist.
6779         * vc.el (vc-version-diff): Use `require' to check for existence of
6780         diff-mode.
6782 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6784         * vc-cvs.el (vc-cvs-registered): Use new function
6785         vc-cvs-parse-entry to do the actual work.
6787 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6789         * vc-hooks.el (vc-find-backend-function): If function doesn't
6790         exist, return nil instead of error.
6791         (vc-call-backend): Doc fix.
6793         * vc.el (vc-do-command): Doc fix.
6794         (vc-finish-logentry): When checking in from vc-dired, choose the
6795         right backend for logentry check.
6796         (vc-dired-mode-map): Inherit from dired-mode-map.
6797         (vc-dired-mode): Local value of dired-move-to-filename-regexp
6798         simplified.
6799         (vc-dired-state-info): Removed, updated caller.
6800         (vc-default-dired-state-info): Use parentheses instead of hyphens.
6801         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6802         (vc-dired-listing-switches): New variable.
6803         (vc-directory): Use it, instead of dired-listing-switches.
6805         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6806         (vc-cvs-dir-state): New function.
6807         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6808         (vc-cvs-parse-entry): New function, also to be used in
6809         vc-cvs-registered.
6811 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6813         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6814         *or* single-window-frames.
6816 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6818         * vc.el (vc-update-changelog): Split into generic part and default
6819         implementation.  Doc string adapted.
6820         (vc-default-update-changelog): New function.  Call the `rcs2log'
6821         script in exec-directory, to fix a long-standing nuisance.
6823         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6824         simply signals an error.
6826 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6828         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6829         control-flow more clear and to avoid running `cvs' twice.
6831         * vc.el (vc-next-action-on-file): Doc fix.
6832         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6833         (vc-print-log): Eval `file' before constructing the continuation.
6835 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6837         * vc.el (vc-next-action-on-file): Corrected several messages.
6838         (vc-merge): Add prefix arg `merge-news'; handle it.
6840         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6841         is not reached.  It is.
6842         (vc-cvs-merge): Set state to 'edited after merge.
6843         (vc-cvs-merge-news): Set workfile version to nil if not known.
6844         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
6846         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6847         via stdout. (Merge from main line.)
6849 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6851         * vc.el (vc-finish-logentry): Thinko in the "same comment"
6852         detection.
6854 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6856         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6857         against kill-all-local-variables.
6858         (vc-log-edit): Don't save vc-parent-buffer any more.
6859         (vc-last-comment-match): Initialize to an empty string.
6860         (vc-post-command-functions): New hook.
6861         (vc-do-command): Run it.
6862         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6863         (vc-finish-logentry): Only add the comment to the ring if it's
6864         different from the last comment entered.
6865         (vc-new-comment-index): New function.
6866         (vc-previous-comment): Use it.  Make the minibuffer message
6867         slightly less terse.
6868         (vc-comment-search-reverse): Make it work forward as well.  Don't
6869         set vc-comment-ring-index if no match is found.  Use
6870         vc-new-comment-index.
6871         (vc-comment-search-forward): Use vc-comment-search-reverse.
6872         (vc-dired-mode-map): Don't inherit from dired-mode-map since
6873         define-derived-mode will do it for us.  Bind `v' to a keymap that
6874         inherits from vc-prefix-map so that we can bind `vt' without
6875         binding C-x v t.
6876         (vc-retrieve-snapshot): Parenthesis typo.
6878         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6879         to 1.  Make sure to switch to *vc* before looking for an error
6880         message.  Use vc-parse-buffer.
6882 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6884         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6885         and NAME.
6886         (vc-retrieve-snapshot): Split into two parts.
6887         (vc-default-retrieve-snapshot): New function.
6889         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6890         (vc-cvs-retrieve-snapshot): New function (untested).
6891         (vc-cvs-stay-local): Default to t.
6892         (vc-cvs-remote-p): New function and property.
6893         (vc-cvs-state): Stay local only if the above is t.
6894         (vc-handle-cvs): Removed.
6895         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6896         done via vc-handled-backends now.
6897         (vc-cvs-header): Escape Id.
6899 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6901         * vc.el (vc-do-command): Remove unused commands.
6902         (vc-version-diff): Make sure default-directory ends with a slash.
6903         Move the window commands into a vc-exec-after.
6904         (vc-print-log): Move more of the code into the `vc-exec-after'.
6906 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6908         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6909         (vc-print-log): Search current revision from beginning of buffer.
6910         (vc-revert-buffer): Clear echo area after the diff is finished.
6911         (vc-prefix-map): Removed definition of "t" for terse display in vc
6912         dired.
6913         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
6914         definition of "vt" for terse display.
6915         (vc-dired-mode): Fix dired-move-to-filename-regexp.
6917 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6919         * vc.el (vc-exec-after): Avoid caddr.
6921 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6923         * vc.el (vc-exec-after): New function.
6924         (vc-do-command): Use it to add a termination message for async
6925         procs.
6926         (vc-checkout): Try to handle a missing-backend situation.
6927         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6928         of a directory with a backend using async diffs.
6929         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6930         present.
6932         * vc-sccs.el (vc-sccs-state-heuristic): Use
6933         file-ownership-preserved-p.
6935         * vc-rcs.el (vc-rcs-state-heuristic): Use
6936         file-ownership-preserved-p.
6937         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6939 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6941         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6942         vc-do-command.
6944         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6945         when there are no changes.
6947 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6949         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6951         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6953 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6955         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6957         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6958         the `fset' outside of the defvar so that it works even if
6959         vc-prefix-map was already defined.
6960         (vc-setup-buffer): New function, split out of vc-do-command.
6961         (vc-do-command): Allow BUFFER to be t to mean `just use the
6962         current buffer without any fuss'.
6963         (vc-version-diff): Change the `diff' backend operation to just put
6964         the diff in the current buffer without erasing it.  Always use
6965         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
6966         shrink-window-if-larger-than-buffer.
6967         (vc-print-log): Change the `print-log' backend operation to just
6968         put the log in the current buffer without erasing it.  Protect
6969         shrink-window-if-larger-than-buffer.
6970         (vc-update-change-log): Fix setd typo.
6972         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6973         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6975         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6976         (vc-rcs-diff): Insert in the current buffer and remove unused arg
6977         CMP.
6979         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6980         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
6981         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6983 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6985         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6986         not possible, use vc-BACKEND-workfile-unchanged-p.
6987         (vc-default-workfile-unchanged-p): New function.  Delegates to a
6988         full vc-BACKEND-diff.
6990         * vc-hooks.el (vc-simple-command): Removed.
6992         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6993         instead of vc-simple-command.
6994         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6995         avoid doing a diff when opening a file.
6996         (vc-rcs-state): Added check for unlocked-changes.
6997         (vc-rcs-header): Escape Id.
6998         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6999         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7000         version.
7002         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7003         (vc-sccs-diff): Remove optional arg CMP.
7004         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7005         SCCS-specific function.
7007         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7008         vc-simple-command.
7010 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7012         * vc.el (vc-editable-p): Renamed from vc-writable-p.
7013         (with-vc-file, vc-merge): Use vc-editable-p.
7014         (vc-do-command): Remove unused var vc-file and fix the
7015         doubly-defined `status' var.  Add a user message when starting an
7016         async command.
7017         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7018         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7019         Use with-current-buffer.
7020         (vc-buffer-sync): Use unless.
7021         (vc-next-action-on-file): If the file is 'edited by read-only,
7022         make it read-write instead of trying to commit.
7023         (vc-version-diff, vc-update-change-log): Use `setq
7024         default-directory' rather than `cd'.
7025         (vc-log-edit): Don't forget to set default-directory in the
7026         buffer.
7028         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7029         (vc-sccs-state-heuristic): Use file-writable-p instead of
7030         comparing userids.
7031         (vc-sccs-checkout): Use `unless'.
7033         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7034         of comparing userids.
7035         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7036         Simplify the logic by eliminating unreachable code.
7037         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7038         just do a recursive call if we need to retry.
7039         (vc-rcs-checkout): Handle the case where rcs is missing by making
7040         the buffer read-write if requested and re-signalling the error.
7042         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7044 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7046         * vc-hooks.el (vc-handled-backends): Docstring change.
7047         (vc-ignore-vc-files): Mark obsolete.
7048         (vc-registered): Check vc-ignore-vc-files.
7049         (vc-find-file-hook, vc-file-not-found-hook): Don't check
7050         vc-ignore-vc-files.
7052         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7054 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7056         * vc.el (vc-checkout): Don't do anything special for ange-ftp
7057         files since ange-ftp already has vc-registered return nil.
7059         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7060         (vc-sccs-workfile-version): Use with-temp-buffer and new
7061         vc-parse-buffer and don't bother setting the property.
7062         (vc-sccs-add-triple): Use with-current-buffer and
7063         find-file-noselect.
7064         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7066         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
7067         derives from the old vc-parse-buffer but uses the revision number
7068         rather than the date (much easier to compare robustly).
7069         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
7070         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
7071         locking-user more directly.  Check strict locking and set
7072         checkout-model appropriately.
7073         (vc-rcs-parse-locks): Remove.
7074         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7075         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7076         (vc-rcs-system-release): Use with-current-buffer and
7077         vc-parse-buffer.
7078         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7080         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7081         (vc-simple-command): Docstring fix.
7082         (vc-registered): Align the way the file-handler is called with the
7083         way the function itself works.
7084         (vc-file-owner): Remove.
7086         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
7087         extraction of fields and call to file-attributes because of a
7088         temporary bug in rcp.el.
7089         (vc-cvs-fetch-status): Use with-current-buffer.
7091 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7093         * vc.el (vc-do-command): Use file-relative-name.
7094         (vc-responsible-backend): Use vc-backend if possible.
7095         (vc-create-snapshot): Improve the `interactive' spec. Add support
7096         for branches and dispatch to backend-specific `create-snapshot'.
7097         (vc-default-create-snapshot): New function, containing the bulk of
7098         the old vc-create-snapshot.
7099         (vc-retrieve-snapshot): Improve the interactive spec.
7101         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7102         (vc-backend-hook-functions): Remove.
7103         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7104         (vc-backend): Reintroduce the test for `file = nil' now that I
7105         know why it was there (and added a comment to better remember).
7107         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7108         code from vc-sccs-hooks.el.
7109         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
7110         'vc anymore.
7111         (vc-sccs-responsible-p): Use expand-file-name instead of concat
7112         and file-directory-p instead of file-exists-p.
7113         (vc-sccs-check-headers): Simplify the regexp.
7115         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7116         from vc-rcs-hooks.el.  Don't require 'vc anymore.
7117         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7118         file-directory-p instead of file-exists-p.
7120         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7121         from vc-cvs-hooks.el.
7122         (proto vc-cvs-registered): Require 'vc-cvs instead of
7123         'vc-cvs-hooks.  Don't require 'vc anymore.
7124         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7125         file-directory-p instead of file-exists-p.
7126         (vc-cvs-create-snapshot): New function, replacing
7127         vc-cvs-assign-name.
7128         (vc-cvs-assign-name): Remove.
7130 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7132         * vc-cvs.el (vc-cvs-header): New var.
7134         * vc-rcs.el (vc-rcs-exists): Remove.
7135         (vc-rcs-header): New var.
7137         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7138         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7139         (vc-sccs-header): New var.
7141         * vc.el (vc-do-command): Get rid of the `last' argument.
7142         (vc-header-alist): Remove, replaced by vc-X-header.
7143         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7144         (vc-dired-hook): Use expand-file-name instead of concat.
7145         (vc-directory): Use file-name-as-directory.
7146         (vc-snapshot-precondition, vc-create-snapshot)
7147         (vc-retrieve-snapshot): Allow the command to operate on any
7148         directory.
7150         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7151         just removing the 'WORKFILE argument or by removing the 'MASTER
7152         argument and replacing `file' with (vc-name file).
7154 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7156         * vc.el: Update Copyright and add a crude list of backend funs.
7157         (vc-writable-p): New function.
7158         (with-vc-file): Use vc-writable-p.
7159         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7160         (vc-register): Avoid vc-name.
7161         (vc-locking-user): Remove.
7162         (vc-steal-lock): Make the `owner' arg non-optional.
7163         (vc-merge): Use vc-writable-p instead of vc-locking-user and
7164         vc-checkout-model.
7165         (vc-default-dired-state-info): Use vc-state instead of
7166         vc-locking-user and return special strings for special states.
7167         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7168         and get rid of one of the special CVS cases.
7169         (vc-cancel-version): prettify error message with \\[...].
7170         (vc-rename-master): New function.
7171         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7172         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
7173         the CVS special case generic.
7174         (vc-default-record-rename): Remove.
7175         (vc-file-tree-walk-internal): Only call FUNC for files that are
7176         under control of some VC backend and replace `concat' with
7177         expand-file-name.
7178         (vc-file-tree-walk): Update docstring.
7179         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7180         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7182         * vc-sccs.el (vc-sccs-rename-file): Renamed from
7183         vc-sccs-record-rename.  Use `find-file-noselect' rather than
7184         `find-file' and call `vc-rename-master' to do the actual move.
7185         (vc-sccs-diff): Remove unused `backend' variable.
7187         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7188         to delay loading of vc-sccs until it is really used.
7189         (vc-sccs-master-templates): Preload.
7190         (vc-sccs-state): Update call to vc-sccs-parse-locks.
7191         (vc-sccs-project-dir): Remove (merged into
7192         vc-sccs-search-project-dir).
7193         (vc-sccs-search-project-dir): Rewrite using file name handling ops
7194         rather than `concat', make sure it is preloaded and don't bother
7195         to check that the file actually exists.
7196         (vc-sccs-parse-locks): Remove unused `file' argument, remove
7197         `locks' argument (use buffer's content instead) and eliminate n^2
7198         behavior.
7200         * vc-rcs.el: Update Copyright.
7201         (vc-rcs-rename-file): New function.
7202         (vc-rcs-diff): Remove unused `backend' variable.
7204         * vc-hooks.el: Update Copyright.
7205         (vc-backend): Don't accept a nil argument any more.
7206         (vc-up-to-date-p): Turn into a defsubst.
7207         (vc-possible-master): New function.
7208         (vc-check-master-templates): Use `vc-possible-master' and allow
7209         funs in vc-X-master-templates to return a non-existent file.
7211         * vc-cvs.el: Update Copyright.
7212         (vc-cvs-diff): Remove unused `backend' variable.
7213         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7215         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7217 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7219         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7220         since it can be called from vc-rcs.el.
7221         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7223 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7225         * vc.el (vc-version-diff): Expand file name read from the
7226         minibuffer.  Handle the case when a previous version number can't
7227         be guessed.  Give suitable messages when there were no differences
7228         found.
7229         (vc-clear-headers): Call backend-specific implementation, if one
7230         exists.
7231         (vc-cancel-version): Made error checks generic.  When done, clear
7232         headers generically, too.
7234         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7235         from vc-clear-headers in vc.el.
7237         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7238         correctly.
7239         (vc-rcs-latest-on-branch-p): Made second argument VERSION
7240         optional.  Handle the case when it's not there.
7242 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7244         * vc.el (vc-locking-user): Moved from vc-hooks.el.
7246 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7248         * vc-hooks.el (vc-loadup): Remove.
7249         (vc-find-backend-function): Use `require'.  Also, handle the case
7250         where vc-BACKEND-hooks.el doesn't exist.
7251         (vc-call-backend): Cleanup.
7253 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7255         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7256         vc-rcs-grab-templates)
7257         (vc-rcs-registered): Remove.  The default function works as well.
7258         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7259         vc-sccs-grab-templates)
7260         (vc-sccs-registered): Remove.  The default function works as well.
7262         * vc.el (vc-version-diff): Left out a vc- in call to
7263         vc-call-backend.
7264         (vc-default-dired-state-info, vc-default-record-rename)
7265         (vc-default-merge-news): Update for the new backend argument.
7267         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7268         using the default function.
7269         (vc-call-backend): If calling the default function, pass it the
7270         backend as first argument.  Update the docstring accordingly.
7271         (vc-default-state-heuristic, vc-default-mode-line-string): Update
7272         for the new backend argument.
7273         (vc-make-backend-sym): Renamed from vc-make-backend-function.
7274         (vc-find-backend-function): Use the new name.
7275         (vc-default-registered): New function.
7277 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7279         * vc.el (vc-merge): Use vc-find-backend-function.
7281         * vc-hooks.el (vc-backend-functions): Remove.
7282         (vc-loadup): Don't setup 'vc-functions.
7283         (vc-find-backend-function): New function.
7284         (vc-call-backend): Use above fun and populate 'vc-functions
7285         lazily.
7286         (vc-backend-defines): Remove.
7288 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7290         * vc.el (vc-register): Put a FIXME note for a newly found bug.
7291         Call vc-call-backend without the leading vc-.
7292         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7293         (vc-check-headers): Call vc-call-backend without the leading vc-.
7294         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7295         (vc-annotate-display): Replace confusing use of `cond' with `or'.
7296         Call vc-call-backend without the leading vc-.
7298         * vc-cvs.el (tail): Provide vc-cvs.
7299         * vc-sccs.el (tail): Provide vc-sccs.
7300         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7302         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7303         (vc-make-backend-function, vc-call): Pass names without leading
7304         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7305         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7306         (vc-call-backend): Always try to load vc-X-hooks.
7307         (vc-registered): Remove vc- in call to vc-call-backend.
7309 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7311         * vc.el (vc-process-filter): New function.
7312         (vc-do-command): Setup `vc-process-filter' for the async process.
7313         (vc-maybe-resolve-conflicts): New function to reduce
7314         code-duplication.  Additionally, it puts the buffer in
7315         `smerge-mode' if applicable.
7316         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7317         calling `merge-news'.
7318         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7319         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
7320         interfacing to log-edit.el.
7321         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7322         log-edit is available.
7323         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7325 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7327         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7328         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7329         defvar and the initialization.
7330         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7332         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7333         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7335         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7337 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7339         * vc.el (vc-file-clear-masterprops): Removed.
7340         (vc-checkin, vc-revert-buffer): Removed calls to the above.
7341         (vc-version-diff): Use buffer-size without argument.
7342         (vc-register): Heed vc-initial-comment.
7344         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7345         default branch.
7347         * vc-rcs.el (vc-rcs-register): Parse command output to find master
7348         file name and workfile version.
7349         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7351         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7352         vc-file-clear-masterprops.
7354         * vc-sccs.el (vc-sccs-checkout): Removed call to
7355         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
7356         rather than user login name.
7359 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7361         * vc.el (vc-workfile-unchanged-p): Remove unused argument
7362         `want-differences-if-changed' and simplify.
7363         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7364         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7365         output (which is invalid for async vc-diff) to decide whether to
7366         do the revert silently or not.
7368 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7370         * vc-hooks.el (vc-loadup): Load files quietly.
7371         (vc-call-backend): Oops, brain fart.
7373 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7375         * vc-cvs.el (vc-cvs-state): Typo.
7376         (vc-cvs-merge-news): Return the status code rather than the error msg.
7378 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7380         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7381         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7382         vc-state or vc-up-to-date-p.
7383         (vc-merge): Use vc-backend-defines to check whether merging is
7384         possible.  Set state to 'edited after successful merge.
7386         * vc-hooks.el (vc-locking-user): If locked by the calling user,
7387         return that name.  Redocumented.
7389 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7391         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7392         new `vc-state' semantics.
7393         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7394         'vc-locking-user to the current user.
7395         (vc-merge): Inline vc-backend-merge.  Comment out code that I
7396         don't understand and hence can't adapt to the new `vc-state' and
7397         `vc-locking-user' semantics.
7398         (vc-backend-merge): Remove.
7400         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7401         rather than 'vc-locking-user.
7403         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7405         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7406         (vc-state): Don't use 'reserved any more.  Just use the same
7407         convention as the one used for vc-<backend>-state where the
7408         locking user (as a string) is returned.
7409         (vc-locking-user): Update, based on the above convention. The
7410         'vc-locking-user property has disappeared.
7411         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7413         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7414         with a heuristic one.
7415         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7416         (vc-cvs-checkin): Do a trivial parse to set the state in case of
7417         error.  That allows us to get to 'needs-merge even in the
7418         stay-local case.  There's still no way to detect 'needs-patch in
7419         such a setup (or to force an update for that matter).
7420         (vc-cvs-logentry-check): Remove, the default works as well.
7422 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7424         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7426         * vc.el (vc-do-command): kill-all-local-variables, to reset any
7427         major-mode in which the buffer might have been put earlier.  Use
7428         `remove' and `when'.  Allow `okstatus' to be `async' and use
7429         `start-process' in this case.
7430         (vc-version-diff): Handle the case where the diff looks empty
7431         because of the use of an async process.
7433 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7435         * vc.el (vc-next-action-on-file): Removed optional parameter
7436         `simple'.  Recompute state unconditionally.
7437         (vc-default-toggle-read-only): Removed.
7439         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7440         (vc-toggle-read-only): Undid prev change.
7442         * vc-cvs.el (vc-cvs-stay-local): Renamed from
7443         vc-cvs-simple-toggle.  Redocumented.
7444         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7445         (vc-cvs-toggle-read-only): Removed.
7447 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7449         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7450         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7451         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7452         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
7453         still is. So maybe it should be removed.
7454         (vc-head-version, vc-find-binary): Remove.
7455         (vc-recompute-state): Move from vc-hooks.el.
7456         (vc-next-action-on-file): Add a `simple' argument to allow
7457         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7458         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7459         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7460         (vc-dired-mode-map): Properly defvar it.
7461         (vc-print-log): Call log-view-mode if available.
7462         (small-temporary-file-directory): defvar instead of use boundp.
7463         (vc-merge-news): Moved to vc-cvs.el.
7464         (vc-default-merge-news): New function.
7466         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7467         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7468         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7469         unknown `vc-latest-version' function.  It should probably refer to
7470         vc-workfile-version or somesuch, but it's very unclear to me and I
7471         don't have SCCS to test things.
7473         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7474         (vc-sccs-state-heuristic): Fix typo.
7475         (vc-sccs-workfile-unchanged-p): Add missing argument.
7477         * vc-rcs.el: Require vc and vc-rcs-hooks.
7478         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7479         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7480         (vc-release-greater-or-equal-p): Move from vc.
7481         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7482         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7483         (vc-rcs-checkout): Add a missing `new-version' argument in the
7484         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
7486         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7487         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7488         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7489         than the apparently unbound `workfile-version'.
7491         * vc-hooks.el (vc-master-templates): Def the obsolete var.
7492         (vc-file-prop-obarray): Use `make-vector'.
7493         (vc-backend-functions): Add new hookable functions
7494         vc-toggle-read-only, vc-record-rename and vc-merge-news.
7495         (vc-loadup): If neither backend nor default functions exist, use
7496         the backend function rather than nil.
7497         (vc-call-backend): If the function if not bound yet, try to load
7498         the non-hook file to see if it provides it.
7499         (vc-call): New macro plus use it wherever possible.
7500         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7501         nor `vc-find-binary' since it's only called from
7502         vc-mistrust-permission which is only used once the backend is known.
7503         (vc-checkout-model): Fix parenthesis.
7504         (vc-recompute-state, vc-prefix-map): Move to vc.el.
7506         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7507         (vc-cvs-release, vc-cvs-system-release): Remove.
7508         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7509         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7510         status symbols.
7511         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7512         (vc-cvs-toggle-read-only): First cut at a function to allow a
7513         cvs-status-free vc-toggle-read-only.
7514         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7515         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7516         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
7517         (vc-cvs-checkout): Modify access rights directly if the user
7518         requested not to use `cvs edit'.  And refresh the mode line.
7520         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7521         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7523 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7525         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
7526         workfile' that got lost when the code was extracted from vc.el.
7527         And merged the tail with the rest of the code (not possible in the
7528         old vc.el where the tail was shared among all backends).  And
7529         explicitly set the state to 'edited if `writable' is set.
7531         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7532         (vc-cvs-state): Be careful to return the value from
7533         vc-cvs-parse-state.
7534         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
7535         property but return it instead.  Also be careful to handle a nil
7536         or "" `rev' when workfile is non-nil (it was handled properly when
7537         workfile was nil).
7539         * vc.el: Removed those pesky unnecessary `(function' quotes.
7540         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7541         directly in the defvar.
7542         (vc-do-command): Bind inhibit-read-only so as to properly handle
7543         the case where the destination buffer has been made read-only.
7544         (vc-diff): Delegate to vc-version-diff in all cases.
7545         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7546         (vc-annotate-mode-variables): Removed (code moved partly to
7547         defvars and partly to vc-annotate-add-menu).
7548         (vc-annotate-mode): Turned into a derived-mode.
7549         (vc-annotate-add-menu): Moved in code in
7550         vc-annotate-mode-variables.
7551         (vc-update-change-log): Use make-temp-file if available.
7553 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
7555         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7556         `vc-checkout-model' updated to `vc-cvs-update-model'.
7558 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7560         * vc.el (vc-next-action-on-file): Added handling of state
7561         `unlocked-changes'.
7562         (vc-checkout-carefully): Is now practically obsolete, unless the
7563         above is too slow to be enabled unconditionally.
7564         (vc-update-change-log): Fixed typo.
7566         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7568         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7569         Now handles state `unlocked-changes'.
7570         (vc-sccs-workfile-unchanged-p): New function, to support the above.
7572         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7574         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7575         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
7576         `unlocked-changes'.
7577         (vc-rcs-workfile-unchanged-p): Renamed from
7578         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
7579         function yet, but supposed to become one soon.
7581         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7582         `vc-steal-lock'.
7583         (vc-call-backend): Changed error message.
7584         (vc-state): Added description of state `unlocked-changes'.
7586 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7588         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7589         always return t in CVS-controlled directories.
7591         * vc.el (vc-responsible-backend): New function.
7592         (vc-register): Largely rewritten.
7593         (vc-admin): Removed (implementation moved into vc-register).
7594         (vc-checkin): Redocumented.
7595         (vc-finish-logentry): If no backend defined yet (because we are in
7596         the process of registering), use the responsible backend.
7598         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7599         Updated function lists.
7600         (vc-call-backend): Fixed typo.
7602         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7603         New functions.
7604         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7605         Removed query option.  Redocumented.
7607 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7609         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7611         * vc.el: Updated callers of `vc-checkout-required' to use
7612         `vc-checkout-model'.
7614 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7616         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
7617         stuff updated to reference this function instead of the old
7618         `vc-backend-release-p'.
7620 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7622         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7623         vc-checkout-model.  Return appropriate values.  Updated callers.
7625 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7627         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7628         (vc-backend-revert): Function moved into `vc-revert';
7629         `vc-next-action' must be updated to accomodate this change.
7630         (vc-backend-steal): Function moved into `vc-finish-steal'.
7631         (vc-backend-logentry-check): Function moved into
7632         `vc-finish-logentry'.
7633         (vc-backend-printlog): Function moved into `vc-print-log'.
7634         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7635         (vc-backend-assign-name): Function moved into
7636         `vc-create-snapshot'.
7638 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7640         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7641         Rename to vc-checkout-model.  Return appropriate values.
7642         Update callers.
7644         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7645         to vc-checkout-model.
7646         (vc-checkout-required): Rename to vc-checkout-model.
7647         Re-implement and re-comment.
7648         (vc-after-save): Use vc-checkout-model.
7650 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7652         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7653         Update to use the vc-BACKEND-diff functions instead.
7654         `vc-diff' is now working.
7656         * vc-rcs.el (vc-rcs-logentry-check): New function.
7658         * vc-cvs.el (vc-cvs-logentry-check): New function.
7660         * vc-sccs.el (vc-sccs-diff): Function changed name from
7661         `vc-backend-diff'.  This makes `vc-diff' work.
7663         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7664         of functions possibly implemented in a vc-BACKEND library.
7665         (vc-checkout-required): Fix bug that caused an error to be
7666         signaled during `vc-after-save'.
7668         * vc.el: Fix typo.
7669         This checkin is made with our new VC code base for the very first time.
7670         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7672         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7673         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7675         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7676         updated to `vc-uses-locking'.
7677         (vc-checkout-required): Call to backend function.
7678         `vc-checkout-required' updated to `vc-uses-locking' instead.
7680         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7681         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7683         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7684         to match the split into various backends.
7685         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
7686         (vc-retrieve-snapshot): Bug fix.
7688 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7690         * vc-sccs.el (vc-sccs-release): Doc fix.
7692 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7694         * vc.el (vc-next-action-on-file): Bug found and fixed.
7695         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7696         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7698         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7699         (vc-rcs-checkout): Name space cleaned up.  No more revision number
7700         crunching function names that are not prefixed with vc-rcs.
7701         (vc-rcs-checkout-model): Function added.  References to
7702         `vc-checkout-model' replaced.
7704 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7706         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7707         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
7708         still need to be split, and implemented for RCS).
7710 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7712         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7714         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7715         required by the vc.el file.
7717         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7718         required by the vc.el file.
7719         (vc-rcs-exists): Function added.
7721         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7722         required by the vc.el file.
7724         * vc.el (vc-admin): Updated to handle selection of appropriate
7725         backend.  Current implementation is crufty and need re-thinking.
7727         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7729 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7731         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7732         beginning of annotate buffers correctly.
7734         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7735         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7736         functionality updated quite a lot to support multiple backends.
7737         Variables `vc-annotate-mode', `vc-annotate-buffers',
7738         `vc-annotate-backend' added.
7740         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7741         `vc-annotate-difference' added to supported backend functions.
7743 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7745         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7746         Use with-temp-file instead of /bin/sh.  Merged from mainline
7748 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7750         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7752         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7754         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7756 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7758         * vc-hooks.el: vc-state-heuristic added to
7759         vc-backend-hook-functions.
7761         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7763         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7765         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7766         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
7767         state to `reserved'.
7769         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7770         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
7772 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7774         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
7775         untouched.
7777         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7779         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7780         if defined.  (Merged from main line, slightly adapted.)
7782         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7783         millenium problem (merged from mainline).
7785 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7787         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7788         part and moved the non-BACKEND stuff to vc.el.
7790         * vc.el: Split the annotate feature into a BACKEND specific part
7791         and moved it from the vc-cvs.el file to this one.
7793 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7795         * vc-hooks.el: Implement new state model.
7796         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7797         (vc-locking-user): Simplify.  Now only needed if the file is
7798         locked by somebody else.
7799         (vc-lock-from-permissions): Remove.  Functionality is in
7800         vc-sccs-hooks.el and vc-rcs-hooks.el now.
7801         (vc-mode-line-string): New name for former vc-status.  Adapted.
7802         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
7804         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7805         Various simplifications and adaptations all over the place.
7807         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7808         Simplify and adapt the rest.
7810         * vc.el (vc-resynch-window): Add TODO comment: check for
7811         interaction with view mode according to recent RCS change.
7812         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7814 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7816         * vc.el: Convert the remaining function comments to docstrings.
7818 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7820         * vc.el (vc-backend-release, vc-release-greater-or-equal)
7821         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7822         (vc-minor-part, vc-previous-version): Functions that operate and
7823         compare revision numbers got proper documentation.  Comments added
7824         about their possible removal.
7826 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7828         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7829         the vc-backend.el files.
7831         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7833         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7834         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7835         (vc-rcs-previous-version): Functions added.
7837         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7839         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7841 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7843         * vc-hooks.el (vc-master-templates): Is really obsolete.
7844         Comment out the definition for now.  What is the right procedure
7845         to get rid of it?
7846         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7847         rewritten.
7848         (vc-default-registered): Remove.
7849         (vc-check-master-templates): New function; does mostly what the
7850         above did before.
7851         (vc-locking-user): Don't rely on the backend to set the property.
7853         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7854         Rewrite documentation.
7855         (vc-rcs-templates-grabbed): New variable.
7856         (vc-rcs-grab-templates): New function.
7857         (vc-rcs-registered): Rewrite to use above mechanism.
7859         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7860         Rewrite documentation.
7861         (vc-sccs-templates-grabbed): New variable.
7862         (vc-sccs-grab-templates): New function.
7863         (vc-sccs-registered): Rewrite to use above mechanism.
7864         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7865         Don't throw the result, simply return it.
7867         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7868         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
7869         (vc-cvs-registered): Does the check itself now.  Simplify.
7871         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7872         from main line.
7874 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7876         * vc-cvs.el (vc-cvs-diff): New function.
7878         * vc-sccs.el (vc-sccs-diff): New function.
7880         * vc-rcs.el (vc-rcs-diff): New function.
7881         (vc-rcs-checkout): Bug (typo) found and fixed.
7882         (vc-rcs-register-switches): New variable.
7884         * vc.el (vc-backend-diff): Function removed and placed in the
7885         backend files.
7887 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7889         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7891         * vc.el (vc-backend-checkout): Function removed and replaced in
7892         the vc-backend.el files.
7894         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7896         * vc.el (vc-backend-admin): Removed and replaced in the
7897         vc-backend.el files.
7899         * vc.el (Martin): Removed all the annotate functionality since it
7900         is CVS backend specific.
7902 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7904         * spec.txt: Added specification of vc-state.
7906         * vc-sccs-hooks.el (vc-sccs-master-properties):
7907         Remove handling of vc-latest-version and
7908         vc-your-latest-version.  What used to be vc-latest-version, is now
7909         returned as vc-workfile-version.
7910         (vc-sccs-workfile-version): Adapt.
7912 2000-09-04  Dave Love  <fx@gnu.org>
7914         * vc.el: [Merged from mainline.]
7915         (vc-dired-mode): Make the dired-move-to-filename-regexp
7916         regexp match the date, to avoid treating date as file size.
7917         Add YYYY S option to WESTERN/
7919 2000-09-04  Dave Love  <fx@gnu.org>
7921         * vc.el: Require `compile' when compiling.
7922         (vc-logentry-check-hook): New option.
7923         (vc-steal-lock): Use compose-mail.
7924         (vc-dired-mode-map): Defvar when compiling.
7925         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7926         vc-sccs.el and renamed.  Callers changed.
7927         (vc-backend-checkout, vc-backend-logentry-check)
7928         (vc-backend-merge-news): Doc fix.
7929         (vc-default-logentry-check): New function.
7930         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7931         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7932         (vc-backend-merge): Doc fix.  Use backend functions.
7933         (vc-check-headers): Use backend functions.
7935         * vc-cvs.el: Require vc when compiling.
7936         (vc-cvs-register-switches): Doc fix.
7937         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7938         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7939         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7940         New functions (code from vc.el).
7941         (vc-annotate-display-default): Fix interactive spec.
7942         (vc-annotate-time-span): Doc fix.
7944         * vc-rcs.el: Require vc when compiling.
7945         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7946         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7947         (vc-rcs-checkin): New functions (code from vc.el).
7948         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7949         Doc fix.
7950         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
7952         * vc-sccs.el: Require vc when compiling.
7953         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7954         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7955         (vc-sccs-revert)
7956         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7957         from vc.el).
7958         (vc-sccs-add-triple, vc-sccs-record-rename)
7959         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7960         (vc-sccs-admin): Doc fix.
7962 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7964         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7965         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7966         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7967         from vc.el.
7969         * vc-sccs.el (vc-admin-sccs): Added from vc.el
7971         * vc-cvs.el: Moved the annotate functionality from vc.el.
7972         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7974 2000-09-04  Dave Love  <fx@gnu.org>
7976         * vc.el (vc-backend-release): Call vc-system-release.
7978         * vc-sccs.el (vc-sccs-system-release):
7979         Renamed from vc-sccs-backend-release.
7981         * vc-rcs.el (vc-rcs-system-release):
7982         Renamed from vc-rcs-backend-release.
7984         * vc-cvs.el (vc-cvs-system-release):
7985         Renamed from vc-cvs-backend-release.
7987 2000-09-04  Dave Love  <fx@gnu.org>
7989         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7990         backend files.
7991         (vc-backend-release): Dispatch to backend functions.
7992         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
7993         probably needs attention.]
7995         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7996         (vc-sccs-backend-release): New function.
7998         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7999         (vc-cvs-backend-release): New function.
8001         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8002         Doc fix.
8003         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8004         (vc-default-dired-state-info): New function.
8005         (vc-dired-state-info): Dispatch to backends.
8006         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
8008         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8009         from vc.el and renamed.
8011 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8013         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8014         (vc-version-other-window, vc-backend-assign-name): Removed
8015         references to vc-latest-version; sometimes changed into
8016         vc-workfile-version.
8018         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8019         vc-rcs-master-workfile-version.
8020         (vc-rcs-workfile-version): Use the above.  Don't call
8021         vc-latest-version (that was unreachable code, anyway).
8022         (vc-rcs-fetch-master-properties): Doc fix.
8024         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8025         (vc-backend-hook-functions): Removed them from this list, too.
8026         (vc-fetch-properties): Removed.
8027         (vc-workfile-version): Doc fix.
8029         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8030         (vc-rcs-workfile-version, vc-rcs-locking-user)
8031         (vc-rcs-uses-locking): Use it.
8033         * vc-hooks.el (vc-consult-rcs-headers):
8034         Moved into vc-rcs-hooks.el, under the name
8035         vc-rcs-consult-headers.
8037         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8038         headers.
8039         (vc-cvs-find-master): Use this name only; correct different
8040         versions of the name.
8042         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8043         New functions.
8044         (vc-sccs-locking-user): Use the latter.
8046         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8047         New functions.
8049         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8050         Moved into both
8051         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
8052         functions are implementation details of those two backends.
8054 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8056         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8057         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8059         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8060         (vc-sccs-parse-locks): SCCS-specific code moved here from
8061         vc-hooks.
8063         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8064         code moved here from vc-hooks.
8066         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8067         into back-end specific parts and removed.  Callers not updated
8068         yet; because I guess these callers will disappear into back-end
8069         specific files anyway.
8071 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8073         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8074         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8075         `vc-uses-locking'.
8077         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8078         Store yes/no in the property, and return t/nil.  Updated all
8079         callers.
8081         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8082         vc-sccs-uses-locking.  Don't set property.
8083         (vc-sccs-locking-user): Don't set property.
8085         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8086         vc-cvs-uses-locking.  Don't set property here; leave that to
8087         vc-hooks.
8088         (vc-cvs-locking-user): Reflect above change.  Streamlined.
8090         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8091         vc-rcs-uses-locking.
8092         (vc-rcs-locking-user): Reflect above change.
8094 2000-09-04  Dave Love  <fx@gnu.org>
8096         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8098         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8100         * vc-hooks.el (vc-checkout-model): Punt to backends.
8102         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8104         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8106         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8107         New functions.
8109         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8110         New functions.
8112         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8113         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8115         * vc-hooks.el (vc-default-locking-user): New function.
8116         (vc-locking-user, vc-workfile-version): Punt to backends.
8118 2000-09-04  Dave Love  <fx@gnu.org>
8120         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8121         (vc-master-workfile-version): Moved from vc-hooks.
8123         * vc-rcs-hooks.el: Fix duplicate code in last change.
8125         * vc-rcs-hooks.el: Require vc-hooks when compiling.
8126         (vc-rcs-master-templates): Improve :type.
8127         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8128         vc-master-workfile-version): Moved from vc-hooks.
8130         * vc-sccs-hooks.el: Require vc-hooks when compiling.
8131         (vc-sccs-master-templates): Improve :type.
8132         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8134         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8136         * vc-cvs-hooks.el: Require vc-hooks when compiling.
8137         (vc-cvs-master-templates): Improve :type.  Use
8138         vc-cvs-find-cvs-master.
8139         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8140         from vc-hooks.
8141         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8143         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8144         Moved to vc-cvs-hooks.
8146         * vc-hooks.el: Add doc strings in various places.  Simplify the
8147         minor mode setup.
8148         (vc-handled-backends): New user variable.
8149         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8150         simplification.
8152 2000-09-04  Dave Love  <fx@gnu.org>
8154         * vc.el: Some doc fixes for autoloaded and interactive functions.
8155         Fix compilation warnings from ediff stuff.
8156         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8158         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8160         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8162         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8164 2000-09-04  Dave Love  <fx@gnu.org>
8166         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8167         New variable.
8168         (vc-make-backend-function, vc-loadup, vc-call-backend)
8169         (vc-backend-defines): New functions.
8171         * vc-hooks.el: Various doc fixes.
8172         (vc-default-back-end, vc-follow-symlinks): Custom fix.
8173         (vc-match-substring): Function removed.  Callers changed to use
8174         match-string.
8175         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8176         Simplify.
8178 2000-09-04  Dave Love  <fx@gnu.org>
8180         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8181         type.
8182         (vc-sccs-project-dir, vc-search-sccs-project-dir)
8183         (vc-sccs-registered): Doc fix.
8185         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8186         (vc-cvs-registered): Doc fix.
8188         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8189         (vc-rcs-registered): Doc fix.
8191 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8193         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8195         * vc-hooks.el: vc-registered has been renamed
8196         vc-default-registered.  Some functions have been moved to the
8197         backend specific files.  they all support the
8198         vc-BACKEND-registered functions.
8200 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8202         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8204         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8206 2000-09-04  Dave Love  <fx@gnu.org>
8208         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8209         menu-bar-update-hook.
8211         * help.el (help-manyarg-func-alist): Add
8212         find-operation-coding-system.
8214         * wid-edit.el (widget-sexp-validate): Fix garbled code.
8216         * custom.el (custom-set-variables): Print message about errors in
8217         setting.
8219 2000-09-03  Andrew Innes  <andrewi@gnu.org>
8221         * makefile.w32-in: Change to DOS line endings.
8223 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8225         * mouse.el (mouse-popup-menubar): Supply the prompt string for
8226         minor-mode keymaps, if they don't have one.
8228 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8230         * eshell/esh-module.el (eval-when-compile): Don't lose if
8231         esh-module.el's file name is truncated to DOS 8+3 limits.
8233 2000-09-01  John Wiegley  <johnw@gnu.org>
8235         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8236         predicate, which caused entries in the completion list to be
8237         doubled.
8239 2000-08-30  John Wiegley  <johnw@gnu.org>
8241         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8242         sending to subprocesses.  Also, hook pre-command-hook if
8243         `eshell-send-direct-to-subprocesses' is non-nil.
8244         (eshell-send-direct-to-subprocesses): New config variable.  If t,
8245         subprocess input is send immediately.
8246         (eshell-toggle-direct-send): New function.
8247         (eshell-self-insert-command): New function.
8248         (eshell-intercept-commands): New function.
8249         (eshell-send-input): If direct subprocess sending is enabled,
8250         don't echo any input to the Eshell buffer.  Let the subprocess
8251         handle that.  This requires "stty echo" in bash, for example.
8253 2000-08-28  John Wiegley  <johnw@gnu.org>
8255         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8256         completion function for Eshell's implementation of `unset'.
8258 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8260         * info.el (Info-directory-list): Doc fix.
8262 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
8264         * filecache.el (file-cache-add-directory-using-find): Don't quote
8265         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8267 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
8269         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8270         coding systems.
8272 2000-08-30  Andrew Innes  <andrewi@gnu.org>
8274         * timer.el (run-with-idle-timer): Undo last change, so that timer
8275         is not activated immediately if Emacs is already idle.  Some
8276         existing code relies on this behaviour.
8278 2000-08-30  Miles Bader  <miles@gnu.org>
8280         * frame.el (set-frame-font): Do completion of font-name for
8281         interactive use.
8283 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
8285         * international/quail.el (quail-start-translation): Bind locally
8286         last-command-event, last-command, and this-command.
8287         (quail-start-conversion): Likewise.
8288         (quail-self-insert-command): Fix docstring.
8290 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
8292         * progmodes/executable.el
8293         (executable-make-buffer-file-executable-if-script-p): Check that
8294         buffer contains at least 2 characters.
8296 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
8298         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8300 2000-08-29  Dave Love  <fx@gnu.org>
8302         * diff-mode.el (diff-mode) <defgroup>: Add :version.
8303         (diff-mode-shared-map): Bind mouse-2.
8304         (diff-imenu-generic-expression): New variable.
8305         (diff-mode): Use it.
8307         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8308         (mouse-popup-menubar): Add minor mode menus.
8309         (popup-menu): Check for lookup-key returning number.
8311 2000-08-29  Miles Bader  <miles@gnu.org>
8313         * comint.el (comint-send-input): Create overlays using the proper
8314         front/read-advance arguments.
8316 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8318         * ps-print.el: Even/odd pages printing.  Doc fix.
8319         (ps-print-version): New version number (6.0).
8320         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8321         (ps-background, ps-begin-file, ps-begin-job): Code fix.
8322         (ps-print-duplex-feature): Variable eliminated.
8323         (ps-even-or-odd-pages): New variable.
8325         * progmodes/ebnf2ps.el: Doc fix.
8326         (ebnf-version): New version (3.3).
8327         (ebnf-user-arrow): Change variable customization to sexp.
8328         (ebnf-user-arrow): Function eliminated.
8329         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8331 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
8333         * help.el (help-xref-mule-regexp): New variable.
8334         (help-make-xrefs): Handle help-xref-mule-regexp.
8336         * international/mule-cmds.el (help-xref-mule-regexp-template): New
8337         variable.
8338         (describe-input-method): Temporarily activate the specfied input
8339         method to display the information.
8340         (describe-language-environment): Hyperlinks to mule related items.
8342         * international/mule-diag.el (charset-multibyte-form-string): New
8343         function.
8344         (list-character-sets-1): Use charset-multibyte-form-string.
8345         (describe-character-set): New function.
8346         (describe-coding-system): Hyperlinks to safe character sets.
8348         * international/quail.el (quail-help): New arg PACKAGE.
8349         Hyperlinks to mule related items.
8350         (quail-help-insert-keymap-description): Use
8351         substitute-command-keys instead of describe-bindings.
8352         (quail-translation-help): Hyperlinks to mule related items.
8354 2000-08-28  John Wiegley  <johnw@gnu.org>
8356         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8357         have a defsubst call itself.  Made `eshell-flatten-list' back into
8358         a function again.
8360         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8361         catch, in case re-centering point at bottom messes up the display.
8362         This happens frequently in Emacs 21, due I believe to variable
8363         line heights.
8365         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8366         to call `find-tag-interactive'.
8368         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8369         the list of remember directories.
8371 2000-08-28  John Wiegley  <johnw@gnu.org>
8373         * align.el: Test align-region-separate to see if it's a symbol.
8375 2000-08-28  John Wiegley  <johnw@gnu.org>
8377         * eshell/esh-util.el (eshell-flatten-list): Made this function
8378         into a defsubst form.  It gets used very frequently, although
8379         calls don't occur all that often.
8381         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8382         examining it.
8384         * eshell/esh-cmd.el (eshell-rewrite-while-command):
8385         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8386         `eshell-protect'.
8387         (eshell-copy-handles): Created a new macro for duplicating the
8388         current set of open handles.  This is needed by the looping
8389         functions.
8390         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8391         is not incorrectly stomped on.
8393         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8394         declaration for pcomplete-use-paring.
8395         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8396         value of eshell-cmpl-use-paring.
8397         * pcomplete.el (pcomplete-use-paring): New config variable, to
8398         indicate whether paring should be used.
8399         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8400         completion alternatives that have already been used.
8402         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8403         bound to C-c C-y, which will repeat the previous N arguments
8404         (based on prefix argument).
8405         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8407         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8408         if there is no *Help* buffer.  This is for XEmacs, which renames
8409         its help buffers uniquely.  TODO: Find out what the current buffer
8410         name to delete is.
8412         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8413         first entry that correlates to a passwd/group number.  Later
8414         entries (used for group/user name aliasing to multiple IDs) are
8415         ignored.
8417         * eshell/em-xtra.el (eshell/expr):
8418         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8419         (eshell-grep, eshell/diff, eshell/locate):
8420         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8421         argument list, before passing it to the system command.
8423         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8424         `find-tag' for use at final position in Eshell buffers (which
8425         otherwise triggers an error on Emacs 21).
8426         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8427         buffer, if it is currently bound to `find-tag'.
8429         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8430         in the list of matched Makefile names.
8431         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8432         directory, prefer its contents to Makefile.
8434         * eshell/em-dirs.el (eshell/cd): cd commands that look up
8435         directory parts (like "cd old new", or "cd =regexp"), are now case
8436         sensitive on non-Windows/DOS platforms.
8438         * eshell/esh-mode.el (eshell-parse-command-input): When a user
8439         types RET after an open delimiter (like "), display a message
8440         indicating that Eshell is waiting for the closing delimiter.
8442         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8443         environment variables.
8445         * eshell/em-unix.el (eshell/diff): Added logic to fail more
8446         gracefully if the user enters incorrect arguments.
8448         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8449         Eshell buffers.
8451         * eshell/esh-var.el (eshell-interpolate-variable):
8452         * eshell/esh-mode.el (eshell-move-argument):
8453         * eshell/em-unix.el (eshell-du-sum-directory):
8454         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8455         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8456         (not (= ...)).
8458         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8459         to ensure the `preserve' flag gets propagated when doing recursive
8460         directory copies.
8462 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
8464         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8465         Don't convert \n into \0177 in memory.
8466         (eshell-read-history, eshell-write-history): Convert \n to \0177,
8467         and back again, when reading and writing.
8469 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
8471         * eshell/esh-util.el (eshell-processp): Added to relieve constant
8472         testing of `fboundp' on `processp'.
8474         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8475         (eshell/jobs): Don't call process-list if it is not bound.
8476         (eshell-gather-process-output): Support systems where async
8477         subprocesses aren't supported.
8478         (eshell-scratch-buffer, eshell-last-sync-output-start): New
8479         variables.
8481         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8482         eshell-do-eval returns t.
8483         (eshell-do-pipelines-synchronously): New defmacro.
8484         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8485         when async subprocesses aren't supported.
8486         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
8487         if async subprocesses aren't supported.
8488         (eshell-resume-command): Don't assume STATUS is a string.
8490         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8492         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8493         (eshell-close-target, eshell-get-target): Use eshell-processp.
8494         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8495         fix.
8496         (eshell-get-target, eshell-create-handles): Doc fix.
8498 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
8500         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8501         criterion to include commands that output something, as long as it
8502         leaves both the command and the end-of-buffer visible when the
8503         command has exited.
8504         (eshell-review-quick-commands): Adjust the help doc string
8505         accordingly.
8507 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
8509         * locate.el (locate): Cleaned up locate command's interactive prompting
8510         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8512         * filecache.el (file-cache-case-fold-search): New variable
8513         (file-cache-assoc-function): New variable
8514         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8515         Use file-cache-case-fold-search variable
8516         (file-cache-add-file): Use file-cache-assoc-function
8517         (file-cache-delete-file): likewise
8518         (file-cache-directory-name): likewise
8519         (file-cache-debug-read-from-minibuffer): likewise
8521 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
8523         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8524         (abbrev-table-name): New function.
8525         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8526         If non-nil list local abbrev, only.
8528 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
8530         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8531         from Gnus support code, and use special article copy buffer
8532         `(gnus-original-article-buffer)' instead.  This allows to get rid
8533         of article-hide-headers usage (which breaks in the latest Gnus
8534         version).  Thanks to Detlev Zundel.
8536 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
8538         * international/quail.el (quail-use-package): Hide "... loaded"
8539         message.
8540         (quail-start-translation, quail-start-conversion): Likewise.
8542         * international/kkc.el (kkc-region): Hide "... loaded" message.
8544 2000-08-27  Dave Love  <fx@gnu.org>
8546         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8548 2000-08-27  Miles Bader  <miles@gnu.org>
8550         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8552 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
8554         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8555         'ja-dic-cnv), not (require 'skkdic-cnv).
8557 2000-08-26  Miles Bader  <miles@gnu.org>
8559         * faces.el (face-x-resources): Add entry for :inherit.
8560         * cus-face.el (custom-face-attributes): Add support for :inherit
8561         attribute.  Add support for relative face heights.
8562         (custom-face-attributes-get): Treat `nil' as being a default value
8563         for :inherit (as well as `unspecified').
8565         * faces.el (set-face-attribute): Update doc string.
8566         (face-attribute-name-alist): Add :inherit.
8567         (face-valid-attribute-values): Handle :inherit.
8568         (face-read-string): Rephrase prompt to be less confusing.
8569         Assume that DEFAULT is a string, since we must return a string.
8570         (face-read-integer): Use `format' to turn DEFAULT into an
8571         acceptable default for face-read-string.  Match NEW-VALUE against
8572         the string "unspecified", not the symbol `unspecified', since
8573         that's what face-read-string returns.
8574         (read-face-attribute): Lookup a name for old-value in valid, and
8575         use it as a default if we find one.  Treat all values from
8576         face-read-string as strings.  If the default is used, don't do any
8577         more processing on the value, just use the old value directly.
8578         (read-face-and-attribute, modify-face): Tweak prompt.
8579         (read-face-name): Don't assume prompt ends with a space.
8581         * faces.el (describe-face): Add support for :inherit attribute.
8583 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
8585         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
8586         concat doesn't accept interger.
8588         * international/kkc.el: Remove SKK from Keywords.  Require
8589         ja-dic-utl instead of skkdic-utl.
8591         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8592         Provide ja-dic-cnv instead of skkdic-cnv.
8593         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
8594         (iso-2022-7bit-short): Add safe-charsets property.
8595         (skkdic-convert-postfix): Search Japanese chou-on character in
8596         addition to Hiragana character.
8597         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8598         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8599         (batch-skkdic-convert): Likewise.
8601         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8602         Provide ja-dic-utl instead of skkdic-utl.
8603         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8605 2000-08-24  Dave Love  <fx@gnu.org>
8607         * disp-table.el (standard-display-default): Make the test of `l'
8608         useful.
8610         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8611         mod sample text.
8613         * international/iso-ascii.el: Make pilcrow convenient string
8614         consistent with section.
8615         (iso-ascii-display): Set up multibyte characters as well as
8616         unibyte.
8618 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
8620         * international/mule-cmds.el (reset-language-environment): Set
8621         default-process-coding-system to '(undecided . iso-latin-1), which
8622         makes process I/O almost consistent with file I/O.   Call this
8623         function when mule-cmds.el[c] is loaded.
8625 2000-08-22  Andrew Innes  <andrewi@gnu.org>
8627         * makefile.w32-in: New file.
8629 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
8631         * comint.el (comint-output-filter): Compare end of
8632         comint-last-output-overlay with the start of the newly inserted
8633         text, not the end, when deciding whether to extend it.
8634         Set saved-point's insertion type to advance after insertion.
8636         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8637         since this is now done independently of font-lock mode.
8639 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
8641         * server.el (server-kill-new-buffers): New user option.
8642         (server-existing-buffer): New buffer-local variable.
8643         (server-visit-files): When using an existing buffer, set
8644         server-existing-buffer to t.
8645         (server-buffer-done): If server-kill-new-buffers is t, kill the
8646         buffer, unless it was already present before visiting it with
8647         Emacs server.
8649 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
8651         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8652         even if the display doesn't support colors: some displays will
8653         support bold/underline faces.
8655 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
8657         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8659         * startup.el (command-line): If user's init file had an error,
8660         add explanatory text to *Messages*.
8662 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
8664         * man.el (Man-getpage-in-background): Decode the process output by
8665         the system locale coding system.
8667 2000-08-20  Dave Love  <fx@gnu.org>
8669         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8670         Don't test x-popup-menu.
8671         (function) <complete-function>: Complete only fbound symbols.
8672         <validate, value>: New.
8673         (variable) <complete-function>: Complete only bound symbols.
8674         (coding-system): Add :base-only, :complete-function, :validate,
8675         :value, :prompt-match.
8676         (widget-coding-system-prompt-value): Use read-coding-system and
8677         act on :base-only.
8678         (editable-field): Add :help-echo.
8679         (widget-push-button-gui, widget-push-button-cache)
8680         (widget-gui-action, widget-editable-list-gui): COmment out, along
8681         with uses.
8682         (widget-at): Make arg optional.
8683         (widget-echo-help): Adjust for current help-echo calling sequence.
8684         (widget-specify-field, widget-specify-button)
8685         (widget-specify-insert, widget-get-sibling, widget-image-find)
8686         (widget-convert, widget-insert, widget-leave-text)
8687         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8688         (widget-setup, widget-field-find, widget-before-change)
8689         (widget-after-change, widget-default-complete)
8690         (widget-default-create, widget-default-delete)
8691         (widget-push-button-value-create, editable-field)
8692         (widget-field-prompt-value, widget-field-validate)
8693         (widget-choice-value-create, widget-choice-action)
8694         (widget-choice-validate, widget-checklist-add-item)
8695         (widget-radio-add-item, widget-radio-chosen)
8696         (widget-radio-value-inline, widget-editable-list-value-create)
8697         (widget-editable-list-entry-create)
8698         (widget-documentation-link-add)
8699         (widget-documentation-string-value-create)
8700         (widget-regexp-validate, widget-file-complete)
8701         (widget-sexp-validate, widget-plist-convert-widget)
8702         (widget-plist-convert-widget, widget-alist-convert-widget)
8703         (widget-alist-convert-widget, widget-color-complete): Simplify,
8704         particularly to avoid bindings which aren't optimized out.
8706         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8707         Doc fix.
8708         (down-list, backward-up-list, up-list, kill-sexp)
8709         (backward-kill-sexp, mark-sexp): Make arg optional.
8710         (lisp-complete-symbol): Add optional arg PREDICATE.
8712         * cus-start.el: Add display-buffer-reuse-frames,
8713         file-coding-system-alist.
8715 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
8717         * startup.el (command-line): Clear realized faces after
8718         modifying TTY color mappings.
8720 2000-08-20  Miles Bader  <miles@gnu.org>
8722         * faces.el (face-attr-match-p): Don't return true if ATTRS are
8723         merely a subset of FACE's attributes.
8725 2000-08-19  Miles Bader  <miles@gnu.org>
8727         * comint.el (comint-output-filter): Save the point with a marker,
8728         not just a buffer position.
8730         * international/mule.el (set-buffer-process-coding-system): Make
8731         interactive prompt less confusing.
8733 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
8735         * hilit-chg.el: General cleanup of doc strings, comments and
8736         code formatting.
8738 2000-08-19  Miles Bader  <miles@gnu.org>
8740         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8741         Compiler macro removed; beginning-of-line is no longer always
8742         equivalent to forward-line, in the presence of fields.
8744         * comint.el (comint-output-filter): Remove ad-hoc saving of
8745         restriction, and just use save-restriction, now that it works
8746         correctly.  Don't adjust comint-last-input-start to account for
8747         our insertion; it shouldn't have moved because we don't use
8748         insert-before-markers anymore.  Comment out call to
8749         `force-mode-line-update'; why is it here?
8751         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8752         while checking for prompt to delete.  Use `forward-line 0'
8753         instead of beginning-of-line.
8754         (gud-filter): Temporarily widen gud comint buffer while
8755         examining output.
8757 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
8759         * progmodes/sh-script.el: Big bag of typos.
8761         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8762         check since ispell-process is not bound when ispell is not yet loaded.
8764 2000-08-18  Dave Love  <fx@gnu.org>
8766         * image.el (find-image): Copy `spec' before using plist-put.
8768 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
8770         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8771         `portugues'.
8773         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8774         backward-kill-sexp, analogous to kill-sexp.
8776         * progmodes/icon.el (icon-indent-line)
8777         (icon-is-continuation-line): Handle comments specially.
8779 2000-08-17  Ken Stevens <k.stevens@ieee.org>
8781         * ispell.el: Set to standard author/maintainer/keyword fields.
8782         Fine tuning to menu map appearance and operation, and added help.
8783         Remove `start' and `end' error messages when compiling.
8784         (ispell-choices-win-default-height): Fixed comment string.
8785         (ispell-dictionary-alist-1): Fixed regexp in castellano and
8786         castellano8 dictionaries.
8787         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8788         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8789         dictionary, added italiano dictionary.
8790         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8791         word character
8792         (ispell-tex-skip-alists): Added psfig support.
8793         (ispell-skip-html): Renamed from ispell-skip-sgml.
8794         (ispell-begin-skip-region-regexp, ispell-skip-region)
8795         (ispell-minor-check): Improved html skipping support to skip across
8796         code, and recognize `&' commands without propper `;' syntax;
8797         (ispell-process-line): Fix alignment error when manually
8798         correcting spelling.
8799         (ispell): Fix comment string.
8800         (ispell-add-per-file-word-list): Always put word list on new line.
8802 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
8804         * format.el (format-encode-run-method): Fix error message to say
8805         `encode' instead of `decode'.  Use save-window-excursion around
8806         shell-command-on-region as in format-decode-run-method because
8807         shell-command-on-region can display a buffer with error output.
8808         (format-decode): Don't record undo information for the decoding.
8809         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
8810         that number part of the temporary buffer name so that more than
8811         one decoding using a temporary buffer can happen safely.
8813         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8814         of `A-z' in the regexp.
8816         * hilit-chg.el: Fix typos in commentary.
8818         * help.el (view-emacs-news): Rewritten for new naming scheme
8819         for old NEWS files.
8821         * startup.el (command-line): Pop to *Messages* in case an error
8822         is signaled while loading user-init-file.
8824 2000-08-17  Andreas Schwab  <schwab@suse.de>
8826         * files.el (insert-directory): Don't lose original file name,
8827         undoing an undocumented change.
8829 2000-08-17  Alex Schroeder  <alex@gnu.org>
8831         * sql.el (sql-magic-go): Use comint-bol.
8832         (sql-copy-column): Use comint-line-beginning-position.
8833         (comint-line-beginning-position): Define a replacement for
8834         comint-line-beginning-position if it is not fboundp.
8836 2000-08-17  Alex Schroeder  <alex@gnu.org>
8838         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8839         it didn't have any effect anyway.
8841 2000-08-17  Alex Schroeder  <alex@gnu.org>
8843         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8844         --pset and pager=off instead of sending \\o|cat at the beginning
8845         of the session.
8847 2000-08-17  Miles Bader  <miles@gnu.org>
8849         * progmodes/octave-inf.el: Add compatibility definition of
8850         comint-line-beginning-position.
8852 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
8854         * startup.el (normal-top-level): Look in each dir in load-path for
8855         a leim-list.el file too.  This assures of loading leim-list.el
8856         that is created at Emacs installation time even if a user have his
8857         own leim-list.el.
8859 2000-08-17  Miles Bader  <miles@gnu.org>
8861         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8862         foreground color to black if the background is dark.
8864 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
8866         * loadhist.el (unload-feature): Typo.
8868         * finder.el (finder-compile-keywords):
8869         * cus-dep.el (custom-make-dependencies): Add local-variable settings
8870         to the generated file.
8872         * mail/mh-e.el (mh-make-local-vars):
8873         Replace make-variable-buffer-local with make-local-variable.
8875         * play/landmark.el:
8876         * options.el (Edit-options-{set,toggle,t,nil}):
8877         * mail/mailabbrev.el (mail-abbrevs-mode):
8878         * textmodes/tex-mode.el (tex-expand-files):
8879         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8881         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8883         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8884         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8885         Allow going past the last element.
8886         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8887         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8888         (cvs-mouse-toggle-mark): Don't move point.
8889         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8891         * progmodes/compile.el (grep): Provide a default set of files.
8892         (next-error): Docstring fix.
8893         (compilation-find-file): Avoid find-file (fails in a dedicated window).
8895         * emacs-lisp/easy-mmode.el (define-minor-mode):
8896         Use `symbol-value' to keep the byte-compiler quiet.
8898         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8899         (diff-find-source-location): New fun, extracted from diff-goto-source.
8900         (diff-goto-source): Use it.
8901         (diff-next-complex-hunk, diff-filter-lines): New function.
8902         (diff-apply-hunk): New command.
8904         * smerge-mode.el (smerge-mode-menu): Doc fix.
8906         * msb.el (msb-mode): Define it in terms of define-minor-mode.
8908 2000-08-16  Dave Love  <fx@gnu.org>
8910         * windmove.el (windmove) <defgroup>: Add :version.
8912         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
8913         (goto-address-fontify-p, goto-address-highlight-p)
8914         (goto-address-url-face, goto-address-url-mouse-face)
8915         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8916         (goto-address-url-regexp): Use thing-at-point-url-regexp.
8917         (goto-address-fontify, goto-address-at-mouse): Simplify,
8918         (goto-address-at-point): browse-url-url-at-point,
8919         goto-address-find-address-at-point can return nil.
8920         (goto-address-find-address-at-point): Return nil on failure.
8922         * align.el (align) <defgroup>: Add :version.
8924         * calculator.el (calculator): Add :version.
8925         (calculator): Use two lines for calculator window if `modeline'
8926         face is boxed.
8928         * play/5x5.el: Doc fixes.
8929         (5x5) <defgroup>: Add :version.
8931         * play/fortune.el (fortune) <defgroup>: Add :version.
8932         (fortune-append): Fix error message.
8933         (fortune-from-region): Doc fix.
8935         * play/pong.el (pong): Doc fix.
8937         * play/morse.el: Keywords, commentary, autoloads.
8939 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
8941         * desktop.el (desktop-save): Don't look at symbol-value of a
8942         member of minor-mode-alist, unless it is boundp.
8944 2000-08-16  Sam Steingold  <sds@gnu.org>
8946         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8947         `while'; use `with-current-buffer' instead of `save-excursion'.
8948         Removed unnecessary kludges now that "*Buffer List*" is excluded.
8950 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
8952         * international/ccl.el (declare-ccl-program): Docstring modified.
8953         (ccl-execute-with-args): Likewise.
8955 2000-08-16  Miles Bader  <miles@gnu.org>
8957         * progmodes/sql.el: Add compatibility definition of
8958         comint-line-beginning-position.
8960 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
8962         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8963         'buffer-menu' property.
8964         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8965         fails.
8966         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8967         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8968         wasn't killed.
8970         * buff-menu.el (list-buffers-noselect): Don't display the
8971         *Buffer List* buffer.
8973         * font-lock.el: Require jit-lock to prevent a very late
8974         `Loading jit-lock' message.
8976         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8977         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8978         mail address.
8980 2000-08-15  Miles Bader  <miles@gnu.org>
8982         * textmodes/ispell.el (ispell-graphic-p): New constant.
8983         (ispell-choices-win-default-height, ispell-help): Use
8984         `ispell-graphic-p' instead of `xemacsp'.
8986 2000-08-15  Dave Love  <fx@gnu.org>
8988         * simple.el: Autoload widget-convert when compiling.
8989         (mail-user-agent): Doc fix.
8991         * help.el (function-called-at-point, variable-at-point): Use
8992         with-syntax-table.
8993         (help-manyarg-func-alist): Add insert-and-inherit.
8995         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8997         * delsel.el (delsel-unload-hook): New function.
8999         * find-file.el: Doc fixes.  Move provide to end.
9000         (ff) <defgroup>: Add :link.
9001         (ff-goto-click): Deleted.
9002         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9003         Use mouse-set-point.
9005         * textmodes/tildify.el: Doc fixes.
9006         (tildify) <defgroup>: Add:version.
9008         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9009         (glasses-custom-set): Use set-default, not set.
9010         (minor-mode-alist): Propertize the lighter.
9011         (glasses-mode): Provide optional arg.
9013         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9014         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
9015         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9016         option.  Provide :type.
9017         (cwarn-configuration): Provide :type.
9018         (cwarn-mode): Doc fix.
9020         * add-log.el (change-log-merge): Doc fix.
9021         (change-log-redate): New command.
9023         * net/browse-url.el (browse-url-filename-alist): Add a clause for
9024         Doze and Dog.
9025         (browse-url): Use dolist, not mapcar.
9026         (browse-url-at-point): Check for null url.
9027         (browse-url-event-buffer, browse-url-event-point): Functions
9028         deleted.
9029         (browse-url-at-mouse, browse-url-netscape): Simplify.
9031         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9032         modes.
9033         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9034         Fix previous change to mapcan.
9035         (msb--init-file-alist, msb--add-separators)
9036         (msb--make-keymap-menu): Simplify.
9037         (msb--choose-file-menu): Use copy-sequence.
9038         (msb-mode-map): Add title to keymap.
9039         (msb-unload-hook): New function.
9041         * bs.el: Fix indentation.
9042         (bs) <defgroup>: Add :links.
9043         (bs-show): Doc fix.
9044         (bs-apply-sort-faces): Don't use window-system.
9045         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9047 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
9049         * calendar/timeclock.el (timeclock-file): Run .timelog through
9050         convert-standard-filename.
9052 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
9054         * emacs-lisp/authors.el: New file.
9056         * paren.el (show-paren-priority): New user option.
9057         (show-paren-function): Set overlay priorities to
9058         show-paren-priority.
9060 2000-08-14  Miles Bader  <miles@gnu.org>
9062         * comint.el (comint-bol): Use `forward-line 0' instead of calling
9063         beginning-of-line with inhibit-field-text-motion bound.
9065 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
9067         * calendar/timeclock.el: New file.
9069 2000-08-14  David Ponce  <david@dponce.com>
9071         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9072         `widget-button-click'. so that one can use left mouse button to
9073         click on dialog buttons.
9075 2000-08-14  Emmanuel Briot  <briot@gnat.com>
9077         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9078         identifiers, since XML is case sensitive
9080 2000-08-12  Miles Bader  <miles@gnu.org>
9082         * comint.el (comint-output-filter): Don't bother frobbing
9083         window-start, it doesn't seem to be necessary.
9085         * comint.el (comint-send-string, comint-send-region): Make into
9086         real functions.  Snapshot the prompt before sending.
9088 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
9090         * info.el (Info-find-emacs-command-nodes): Rewrite to use
9091         technique similar to Info-index, instead of relying on specific
9092         names of relevant Index nodes.
9093         (Info-goto-emacs-command-node): Bind Info-history to nil when
9094         going to the first node found by Info-find-emacs-command-nodes.
9096 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
9098         * menu-bar.el (menu-bar-help-menu): Add a :help string.
9100 2000-08-10  Miles Bader  <miles@gnu.org>
9102         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9104 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
9106         * info.el (Info-file-list-for-emacs): More elements for the
9107         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9108         and woman manuals.
9110 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
9112         * comint.el (comint-send-input): Make the newline boundary overlay
9113         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
9114         (comint-output-filter): Use `insert' instead of
9115         `insert-before-markers'.  Extend comint-last-output-overlay when
9116         necessary since we can't rely on insert-before-markers to do it.
9117         * gud.el (gud-filter): Use `with-current-buffer' instead of
9118         save-excursion when inserting the output, so that point gets
9119         updated correctly; the old method relied on a rather dodgy
9120         side-effect of comint-output-filter to avoid the effect of
9121         save-excursion.
9123 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
9125         * files.el (recover-file): Call insert-directory instead of
9126         invoking `ls' directly.
9128 2000-08-10  Miles Bader  <miles@gnu.org>
9130         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9131         (comint-last-prompt-overlay): New variables.
9132         (comint-output-filter): Implement prompt highlighting.
9133         (comint-snapshot-last-prompt): New function.
9134         (comint-send-input): Snapshot the last prompt.
9135         Use comint-highlight-input-face.
9136         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9137         Use defface instead of defcustom.
9138         (send-invisible, comint-send-eof): Snapshot the last prompt.
9139         (comint-delchar-or-maybe-eof): Use comint-send-eof.
9140         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9142 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
9144         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9145         (regexp-opt-group): Use a list of chars for `letters'.
9146         (regexp-opt-charset): `chars' is now a list of chars.
9147         Use a char-table rather than a vector so it works for multibyte chars.
9149         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
9150         Set cvs-minor-current-files to the selected fileinfo.
9151         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9152         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9154 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
9156         * files.el (insert-directory): Don't call access-file on
9157         directories on DOS and Windows.
9159 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
9161         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9162         longer if necessary.
9163         (ccl-embed-code): Call ccl-embed-data to store CODE in
9164         ccl-program-vector.
9166 2000-08-09  Miles Bader  <miles@gnu.org>
9168         * comint.el (comint-output-filter): Properly handle the case where
9169         the text surrounded by comint-last-output-overlay was deleted.
9171 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
9173         * info.el (Info-insert-dir): Use Info-additional-directory-list if
9174         non-nil.
9175         (Info-file-list-for-emacs): Remove "info" from the list because
9176         that leads to trying to use the documentation from file `info'
9177         in various situations where it isn't appropriate, for instance
9178         C-h C-k C-h i.
9180         * ffap.el (ffap-read-file-or-url-internal): Handle case that
9181         DIR and/or STRING are nil.
9183         * progmodes/compile.el (compilation-setup): Make variable
9184         compilation-error-screen-columns buffer-local, as some comment
9185         in the code suggests it should be.
9187         * files.el (auto-mode-interpreter-regexp): New variable.
9188         (set-auto-mode): Use it.
9190         * indent.el (indent-for-tab-command): Doc fix.
9192         * mouse-sel.el (mouse-sel-mode): Doc fix.
9194         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9195         labels.
9197         * help.el (print-help-return-message): When
9198         display-buffer-reuse-frames is set, let the help window been quit,
9199         instead of deleting it, which might delete a reused frame.
9201 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
9203         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9204         rename a directory to a name that differs only by its letter case.
9206 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
9208         * international/quail.el (quail-define-rules): Handle Quail decode
9209         map correctly.  Add code for supporting annotations.
9210         (quail-install-decode-map): New function.
9211         (quail-defrule-internal): New optional arguments decode-map and
9212         props.
9213         (quail-advice): New function.
9215 2000-08-07  Sam Steingold  <sds@gnu.org>
9217         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9218         `defconst', `define-condition', `with-slots'.
9219         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9221 2000-08-03  Miles Bader  <miles@gnu.org>
9223         * comint.el (comint-use-prompt-regexp-instead-of-fields):
9224         New variable.
9225         (comint-prompt-regexp, comint-get-old-input): Document dependence on
9226         comint-use-prompt-regexp-instead-of-fields.
9227         (comint-send-input): Add `input' field property to stuff we send to
9228         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9229         (comint-output-filter): Add `output' field property to process
9230         output, if comint-use-prompt-regexp-instead-of-fields is nil.
9231         (comint-replace-by-expanded-history)
9232         (comint-get-old-input-default, comint-show-output)
9233         (comint-backward-matching-input, comint-forward-matching-input)
9234         (comint-next-prompt, comint-previous-prompt):  Use field
9235         properties if comint-use-prompt-regexp-instead-of-fields is nil.
9236         (comint-line-beginning-position): New function.
9237         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
9238         (comint-replace-by-expanded-history-before-point): Use
9239         comint-line-beginning-position and line-end-position.
9240         (comint-last-output-overlay): New variable.
9241         (comint-mode): Make `comint-last-output-overlay' buffer-local.
9243         * shell.el (shell-prompt-pattern): Doc change.
9244         (shell-backward-command): Use line-beginning-position.
9246         * gud.el (gud-gdb-complete-command): Use
9247         comint-line-beginning-position.
9249         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9250         comint-bol doesn't actually go to the beginning of the line.
9252         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9253         if comint-use-prompt-regexp-instead-of-fields is non-nil.
9254         (try-expand-line-all-buffers): Likewise.
9256         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9257         explicitly matching comint-prompt-regexp.
9258         (sql-copy-column): Use comint-line-beginning-position instead of
9259         explicitly matching comint-prompt-regexp.
9261         * progmodes/octave-inf.el (inferior-octave-complete): Use
9262         comint-line-beginning-position.
9264         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9266         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9267         looking for a prompt, use `forward-line 0' instead of
9268         `beginning-of-line', to avoid getting caught by an input field.
9270 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
9272         * files.el (shell-quote-wildcard-pattern): Make sure to return
9273         PATTERN, in the Unix case.
9275 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
9277         * play/zone.el (zone): Discard any pending input before running
9278         the randomly-chosen pgm.
9280 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
9282         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9283         checking the existence of any multibyte characters.
9285 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
9287         * help.el (describe-mode): Test minor-mode symbol for being
9288         bound before testing its value for being nil.
9290         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9291         `first', `second', and `third'.
9293         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9294         (second): Make it an alias for `cadr'.
9296 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
9298         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9299         types of display support faces now.
9301 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
9303         * pcvs.el (require): Require `cl' during compilation, only.
9305         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9306         (toplevel): Remove `remq' and `remove' from autoloads.
9307         (cl-fake-autoloads): New variable.  If set, arrange for an error
9308         when CL functions etc. are autoloaded.
9310 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
9312         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9314         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9315         popped up, but the user clicks outside the menu, return an empty
9316         regexp (that causes unhighlight-regexp to have no effect).
9318         * menu-bar.el (menu-bar-games-menu): Add Zone.
9320         * hi-lock.el (toplevel): Require font-lock.
9322 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9324         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9325         (ebnf-8-bit-chars): New var for bug fix.
9326         (ebnf-string): Bug fix.
9328 2000-08-03  Sam Steingold  <sds@gnu.org>
9330         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9331         instead of `buffer-string'.
9332         (require 'cl): Always, not just when compiling.
9333         `ignore-errors' in `interactive', `list*', `defun*' &c make this
9334         necessary.
9336 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
9338         * international/mule-cmds.el (select-safe-coding-system): Make
9339         the message text about selecting a safe coding system more clear.
9341 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
9343         * hi-lock.el: New file.
9345         * play/zone.el: New file.
9347         * replace.el (occur): Set tab-width in the *Occur* buffer to the
9348         value of tab-width in the original buffer.  Choose a line number
9349         format that's a multiple of the original buffer's tab width, so
9350         that lines appear right.
9352         * textmodes/ispell.el (ispell): New function, replacing an alias.
9353         Spell-check active region if in transient-mark-mode and mark
9354         is active; otherwise spell-check buffer.
9356 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9358         * ps-mule.el: Fix a customization problem on
9359         ps-mule-font-info-database-default.
9361 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
9363         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9364         display-mouse-p instead of window-system.
9365         (ebrowse-member-mode-map): Ditto.
9367 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9369         * progmodes/ebnf2ps.el: Update ps-print functions call.
9370         Indentation fix.  Doc fix.
9371         (ebnf-version): New version number (3.2).
9372         (ebnf-format-color, ebnf-begin-job): Code fix.
9374 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
9376         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9377         font lock support on window-system.
9378         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9380         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9381         display-color-p, if fboundp, instead of window-system.
9383 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
9385         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9386         instead of window-system.
9388         * wid-edit.el (widget-choose): Use display-mouse-p instead of
9389         window-system.
9390         (widget-choice-mouse-down-action): Use display-popup-menus-p
9391         instead of window-system.
9393         * strokes.el (strokes-file): Run the file name through
9394         convert-standard-filename.
9395         (strokes-mode): Call display-mouse-p instead of looking at
9396         window-system.  Change the error message accordingly.
9398         * progmodes/cpp.el (toplevel): Support faces on tty's.
9400         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9401         (lm-plot-square, lm-init-display): Don't use window-system.
9403         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9404         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9406         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9407         instead of looking at window-system.
9409 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
9411         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9412         of testing if iswitchb-prepost-hooks is bound, because the
9413         latter will always be true when invoking a recursive minibuffer
9414         from an active Iswitchb buffer.
9416 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
9418         * files.el (shell-quote-wildcard-pattern): New function.
9419         (insert-directory): Call it.  Only prepend "\" to command on Unix
9420         and GNU/Linux systems.
9422 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
9424         * eshell/esh-groups.el: Change custom :link file names
9425         from `eshell.info' to `eshell'.
9427 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
9429         * dired.el (dired-build-subdir-alist): Expand subdirectory names
9430         correctly in recursive ange-ftp listings.
9432 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9434         * ps-print.el: Fix bug 1: if ps-font-size-internal,
9435         ps-header-font-size-internal and
9436         ps-header-title-font-size-internal variables are not set,
9437         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
9438         face text property is (foreground-color . COLOR) or
9439         `(background-color . COLOR)', ps-print crashes.  Doc fix.
9440         (ps-print-version): New version number (5.2.4).
9441         (ps-plot-region): Code fix.
9442         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9443         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9444         Bug fix 2.
9446 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
9448         * glasses.el (glasses-make-readable): Fix uncapitalization of
9449         identifiers like `myXMLDocument'.
9451 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
9453         * mail/mail-hist.el (mail-hist-previous-input)
9454         (mail-hist-next-input): Do the obvious code factorization.
9455         (mail-hist-retrieve-and-insert): New func, contains common
9456         code of above two.
9457         If inserting a message body, leave point at top.
9459 2000-07-28  Sam Steingold  <sds@gnu.org>
9461         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9462         Use `<=', not `<' to compare times!
9463         (ange-ftp-ls): Remove.
9465 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
9467         * play/cookie1.el: Add explanation of how to make cookie.el
9468         compatible with strfile(1) to comment.
9470         * subr.el (remove, remq): New functions.
9472         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9473         escape `*' in regexps.
9474         (midnight-find): Reverse order of arguments in the funcall of
9475         TEST.
9477         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9478         and `.class'.
9480         * play/meese.el: Add Commentary section.
9482 2000-07-27  Alex Schroeder  <alex@gnu.org>
9484         * sql.el (sql-ms): Added autoload cookie.
9485         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9486         (sql-oracle): Ditto.
9487         (sql-help): Doc change.
9489         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9490         types and exceptions.
9492 2000-07-27  Alex Schroeder  <alex@gnu.org>
9494         * sql.el (sql-placeholder-history): New variable.
9495         (sql-query-placeholders-and-send): New function that will query
9496         the user and replace placeholders with user input.
9497         (sql-oracle): If running on NT, set comint-input-sender to
9498         sql-query-placeholders-and-send.
9500         (sql-stop): If in the SQLi buffer, insert stop notification, else
9501         present it as a message.
9503 2000-07-27  Alex Schroeder  <alex@gnu.org>
9505         * sql.el (sql-input-ring-separator): Doc change.
9506         (sql-input-ring-file-name): Doc change.
9507         (sql-interactive-mode): Use `sql-input-ring-separator' and
9508         `sql-input-ring-file-name' to set the comint-mode equivalents
9509         without making them local variables.
9510         (sql-stop): Don't bind `sql-input-ring-separator' and
9511         `sql-input-ring-file-name' dynamically to their comint-mode
9512         equivalents.
9514 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9516         * international/mule.el (register-char-codings): New function.
9517         (make-coding-system): Handle `safe-chars' specification in the arg
9518         PROPERTY.
9520         * international/mule-cmds.el
9521         (find-coding-systems-region-subset-p): This function deleted.
9522         (sort-coding-systems-predicate): New variable.
9523         (sort-coding-systems): New function.
9524         (find-coding-systems-region): Use
9525         find-coding-systems-region-internal.
9526         (find-coding-systems-string): Use find-coding-systems-region.
9527         (find-coding-systems-for-charsets): Check
9528         char-coding-system-table.
9529         (select-safe-coding-system-accept-default-p): New variable.
9530         (select-safe-coding-system): Mostly rewritten.  New argument
9531         ACCEPT-DEFAULT-P.
9532         (select-message-coding-system): Call select-safe-coding-system
9533         with ACCEPT-DEFAULT-P arg.
9534         (reset-language-environment): Reset default-sendmail-coding-system
9535         to the default value iso-latin-1.
9536         (set-language-environment): Don't set the obsolete variable
9537         charset-origin-alist.
9539         * international/codepage.el (cp-coding-system-for-codepage-1):
9540         Give `safe-chars' property to make-coding-system.
9542         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9543         calling select-message-coding-system twice.
9545         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9546         instead of `safe-charsets'.
9547         (cyrillic-alternativnyj): Likewise.
9548         (ccl-encode-alternativnyj): Don't check the charset
9549         cyrillic-iso8859-5.
9551 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9553         * composite.el (compose-chars-after): Preserve match data.
9555 2000-07-26  Sam Steingold  <sds@gnu.org>
9557         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9558         (ange-ftp-real-file-newer-than-file-p): New function.
9559         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9560         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9562         * tooltip.el (tooltip-float-time): Removed (use `float-time').
9563         * midnight.el (midnight-float-time): Ditto.
9565 2000-07-26  Andreas Schwab  <schwab@suse.de>
9567         * files.el (normal-backup-enable-predicate): Correct
9568         interpretation of the return value of compare-strings.
9570 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
9572         * isearch.el (isearch-resume): New function.
9573         (isearch-done): Add something to command-history to resume
9574         the search.
9575         (isearch-yank-line, isearch-yank-word): Use
9576         buffer-substring-no-properties instead of buffer-substring.
9578         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9579         of flyspell-mouse-map.
9581         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9582         duplicate definition.
9583         (makefile-mode): Remove duplicate setting of local-abbrev-table.
9585         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9586         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9588 2000-07-25  Sam Steingold  <sds@gnu.org>
9590         * net/ange-ftp.el: Get modtime over the net.
9591         (ange-ftp-file-modtime): New function.
9592         (ange-ftp-write-region, ange-ftp-insert-file-contents)
9593         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9594         Use it.
9595         (ange-ftp-dot-to-slash): New function.
9596         (ange-ftp-fix-name-for-vms): Use it.
9598         * midnight.el (midnight-buffer-display-time): Use
9599         `with-current-buffer'.
9601 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
9603         * find-dired.el: Update copyright notice.
9604         (find-dired): Offer to kill a running `find'.
9606         * enriched.el (enriched-face-ans): For a `foreground-color'
9607         property, return '(("x-color" COLOR))' so that COLOR will be
9608         output as a parameter of the x-color annotation.  Likewise for the
9609         `background-color' property.  In the case of normal face
9610         properties, don't return annotations for unspecified foreground
9611         and background face attributes.
9613 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
9615         * language/japan-util.el (japanese-katakana-region): Fix handling
9616         HANKAKU argument.
9618 2000-07-25  Miles Bader  <miles@gnu.org>
9620         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9621         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
9622         constrain-to-field.
9624 2000-07-24  Andrew Innes  <andrewi@gnu.org>
9626         * timer.el (timer-activate-when-idle): Add optional parameter
9627         DONT-WAIT.  Update docstring.
9628         (run-with-idle-timer): Specify extra parameter to
9629         timer-activate-when-idle, so that timer will be activated
9630         immediately if Emacs is already idle.
9632         * w32-fns.el (w32-using-nt): Fix docstring.
9634 2000-07-24  Dave Love  <fx@gnu.org>
9636         * mouse.el (popup-menu): Set last-command-event.
9637         (mouse-major-mode-menu-prefix): Declare.
9639 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
9641         * textmodes/flyspell.el: Update to author's version 1.5d.
9643         * progmodes/hideshow.el: Update copyright notice.
9645         * vcursor.el: Set maintainer to FSF, since author cannot
9646         be reached.
9648 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
9650         * info.el (Info-goto-emacs-key-command-node): Leave a space after
9651         the prompt.
9653         * mouse.el (popup-menu): Run the keymap through indirect-function,
9654         in case it was defined with define-prefix-key.  If the menu is a
9655         list of keymaps, look up the binding of user's choice in each one
9656         of the keymaps.
9657         (mouse-popup-menubar): If the global and local menu-bar keymaps
9658         don't have a prompt string, create one and insert it into the
9659         keymap.  Don't barf if current-local-map returns nil.
9661 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
9663         * dired.el (dired-sort-R-check): Added to allow recursive listing
9664         to be undone.
9665         (dired-sort-other): Use it.
9667 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9669         * Release of cc-mode 5.27
9671 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9673         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9674         c-beginning-of-statement-1 that caused a bad case of recursion
9675         which could consume a lot of CPU in large classes in languages
9676         that have in-expression classes (i.e. Java and Pike).
9678         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9679         statements before top level constructs (i.e. case 6 is moved
9680         before case 5 and is now case 4) to catch in-expression
9681         classes in top level expressions correctly.
9683 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9685         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9686         objc-method-intro. Case 4 removed and case 5I added.
9688         * cc-langs.el (c-append-paragraph-start): New variable used by
9689         c-common-init to get paragraph-start correct.
9690         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9691         initialize paragraph-start to make it correct both with and
9692         without the javadoc special case.
9694         * cc-mode.el (java-mode): Use c-append-paragraph-start to
9695         initialize paragraph-start for javadoc markup.
9697         * cc-vars.el (c-style-variables-are-local-p): Incompatible
9698         change by defaulting this to t.  It's motivated by the
9699         confusing behavior that otherwise arise from the style system
9700         when editing both java and non-java files at the same time
9701         (see the comments about style setting in c-common-init).
9703 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9705         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9706         similar to the one in c-fill-paragraph to check the fill
9707         prefix from the adaptive fill function for sanity.
9709 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9711         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9712         defun block.
9714 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9716         * cc-mode.texi Documented the change of cpp-macro.
9718 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9720         * cc-align.el (c-lineup-multi-inher): Handle lines with
9721         leading comma nicely. Extended to handle member initializers
9722         too.
9724         * cc-engine.el: (c-beginning-of-inheritance-list,
9725         c-guess-basic-syntax): Fixed recognition of inheritance lists
9726         when the lines begins with a comma.
9728         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9730         * cc-vars.el (c-offsets-alist): Changed default for
9731         member-init-cont to c-lineup-multi-inher since it now handles
9732         member initializers and indents better for leading commas.
9734 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9736         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9737         handling that caused class open lines to be recognized as
9738         statement-conts in some cases.
9740         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9741         guessed by the adaptive fill function unless point is on the
9742         first line of a block comment.
9744         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9745         when the buffer ends with a macro continuation char.
9747         * cc-engine.el (c-guess-basic-syntax): Added support for
9748         function definitions as statements in Pike.  The first
9749         statement in a lambda block is now labeled defun-block-intro
9750         instead of statement-block-intro.
9752         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9753         so that the class surrounding point is selected, not the one
9754         innermost in the state.
9756         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9757         recognition of switch labels having hanging multiline
9758         statements.
9760         * cc-engine.el (c-beginning-of-member-init-list): Broke out
9761         some code in c-guess-basic-syntax to a separate function.
9762         * cc-engine.el (c-just-after-func-arglist-p): Fixed
9763         recognition of member inits with multiple line arglists.
9764         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9765         member-init-cont when the commas are in funny places.
9767 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9769         * cc-defs.el (c-auto-newline): Removed this macro since it's
9770         not used anymore.
9772         * cc-engine.el (c-looking-at-bos): New helper function.
9773         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9774         inexpr and toplevel classes apart in Pike.
9776         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9777         of case 9A.
9779         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9780         constant, since "class" can introduce an in-expression class
9781         in Pike nowadays.
9783 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9785         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9786         indentation on cpp-macro lines.
9788         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9789         a syntax modifier like comment-intro, to make it possible to
9790         get syntactic indentation for preprocessor directives.  It's
9791         incompatible wrt to lineup functions on cpp-macro, but it has
9792         no observable effect in the 99.9% common case where cpp-macro
9793         is set to -1000.
9795 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9797         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9798         member-init-cont when the preceding arglist is several lines.
9800 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9802         * cc-styles.el (c-style-alist): The basic offset for the BSD
9803         style corrected to 8.
9805 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9807         * cc-styles.el (c-style-alist): Adjusted the indentation of
9808         brace list openers in the gnu style.
9810 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9812         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9814         * cc-cmds.el (c-electric-brace, c-electric-slash,
9815         c-electric-star, c-electric-semi&comma, c-electric-colon,
9816         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9817         when c-syntactic-indentation is nil.
9819         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9820         we were left at comments preceding the first statement when
9821         reaching the beginning of the buffer.
9823         * cc-vars.el (c-syntactic-indentation): New variable to turn
9824         off all syntactic indentation.
9826 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9828         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9829         between the text and the block comment ender when it hangs,
9830         depending on how many there are before the fill.
9832 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9834         * cc-engine.el (c-beginning-of-closest-statement): New helper
9835         function to go back to the closest preceding statement start,
9836         which could be inside a conditional statement.
9837         * cc-engine.el (c-guess-basic-syntax): Use
9838         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9840         * cc-engine.el (c-guess-basic-syntax): Better handling of
9841         arglist-intro, arglist-cont-nonempty and arglist-close when
9842         the arglist is nested inside parens.  Cases 7A, 7C and 7F
9843         changed.
9845         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9846         up-to-date with javadoc 1.2.
9848 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9850         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9851         multiline Pike type decls.
9853 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9855         * cc-cmds.el (c-indent-new-comment-line): Always break
9856         multiline comments in multiline mode, regardless of
9857         comment-multi-line.
9859 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9861         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9862         fully::qualified::names in C++ member init lists.  Preamble in
9863         case 5D changed.
9865 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9867         * cc-langs.el (c-common-init): Handling of obsolete variables
9868         moved to c-initialize-cc-mode.  More compatible style override
9869         when using global style variables.
9870         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9871         variables moved here.
9873         * cc-mode.texi: Documented the special behavior of
9874         c-special-indent-hook as a style variable.  Don't talk about
9875         doing (c-make-styles-buffer-local t) in a mode hook, since
9876         that's already too late to work right.
9878         * cc-styles.el (c-make-styles-buffer-local): Flag style
9879         variable localness in c-style-variables-are-local-p to make
9880         the compatibility measure in c-common-init work well.
9882         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9883         longer contain set-from-style.
9884         * cc-styles.el (c-initialize-builtin-style): Don't check for
9885         set-from-style on c-special-indent-hook.
9886         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
9887         copy-alist is sufficient now.
9889         * cc-styles.el (c-set-style, c-set-style-1,
9890         c-get-style-variables): Fixes to variable initialization so
9891         that duplicate entries in styles have the same effect
9892         regardless of DONT-OVERRIDE.
9894         * cc-styles.el (c-set-style-2): Fixed bug where the
9895         initialization of inheriting styles failed when the
9896         dont-override flag is set.
9898         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9899         on this.
9901 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9903         * cc-defs.el (c-forward-comment): Removed the workaround
9904         introduced in 5.38 since it had worse side-effects.  If a line
9905         contains the string "//\"", it regarded the // as a comment
9906         start since the \ temporarily doesn't have escape syntax.
9908 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
9910         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9911         ada-xref.el before ada-prj.el, so that the Project menu is created
9912         when ada-prj tries to add to it.
9913         (ada-activate-keys-for-case): Suppress the characters that are not
9914         part of the Ada syntax. Better compatibility with else-mode
9915         (ada-adjust-case-interactive): When auto-casing is not active,
9916         correctly insert newlines (used to insert only ^M).  Prevent the
9917         syntax table from being changed in case of an error
9918         (or '_' becomes part of a word and some commands are confused).
9919         Do nothing if ada-auto-case is nil.
9920         (ada-after-keyword-p): Ignore keywords that are also attributes
9921         (ada-batch-reformat): Update usage comment
9922         (ada-call-from-contextual-menu): New function
9923         (ada-case-read-exceptions): Reinitialize the casing exception list
9924         first to nil first, so that the casing exception file can be
9925         shared.
9926         (ada-check-defun-name): Handles "configure" keyword for gnatdist
9927         files.
9928         (ada-compile-goto-error): Fix regexp used to detect a file:line
9929         anywhere in the error message
9930         (ada-contextual-menu-last-point): New variable
9931         (ada-create-keymap): If the variable delete-key-deletes-forward is
9932         t on XEmacs, it means that DEL should delete one character
9933         forward.
9934         (ada-create-menu): Use :included instead of :visible for XEmacs.
9935         New submenu "Options".
9936         (ada-end-stmt-re): Correctly indent "select ... then abort"
9937         statements.
9938         (ada-fill-comment-paragraph): Correctly delete all leading '--'
9939         even if they don't match ada-fill-comment-prefix Fix handling of
9940         paragraphs on the first or last line of a file.
9941         (ada-format-paramlist): Fix handling of default parameter values.
9942         (ada-get-body-name): New function.
9943         (ada-get-current-indent): Optimized by searchling directly for an
9944         existing generic part or a statement outside of it.  Handle
9945         ada-indent-align-comments when indenting comments Replaced some
9946         regexps by testing directly the next character. This results in a
9947         huge speedup on some files.  New indentation scheme for renames
9948         statements.  Stop looking for the 'while' or 'for' associated with
9949         a 'loop' at the first semicolon encountered.  A "return" can also
9950         match an anonymous access subprogram declaration.
9951         (ada-get-indent-noindent): Ignore strings and comments when
9952         looking for the keywords "record" and "private".
9953         (ada-goto-matching-decl-start): When matching "if", make sure we
9954         are not in fact seeing "end if".  Ignore "when" statements except
9955         when initial keyword was "begin".  Fix handling of nested
9956         procedures.  Add a recursive call to this function to skip over
9957         other 'end' statmts.  Fix indentation for "when .. => begin"
9958         (ada-in-open-paren-p): Fix indentation for complex boolean
9959         expressions, where 'and then', 'or else' and parenthesis
9960         statements are mixed up.
9961         (ada-in-paramlist-p): Skip comments while searching for the
9962         beginning Fix handling of operator declarations.
9963         (ada-indent-align-comments): New variable
9964         (ada-indent-current): Change the syntax table only in the
9965         protected section, so that we are sure it is restored correctly.
9966         (ada-indent-on-previous-lines): Use ada-use-indent and
9967         ada-with-indent Correctly indent "select ... then"
9968         (ada-indent-region): Slight speedup.
9969         (ada-indent-renames): New variable.
9970         (ada-last-which-function-subprog, ada-last-which-function-line):
9971         New variables
9972         (ada-looking-at-semi-private): Correctly indent the 'private'
9973         keyword when it is the first word in a package declaration.
9974         (ada-loose-case-word): Stop searching if at the end of the buffer.
9975         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9976         even if point is not initially at the end of the word.
9977         (ada-matching-decl-start-re): Add "when".
9978         (ada-mode): Add support for abbrev-mode, outline-mode and
9979         which-func-mode Override the old find-file.el entry in
9980         ff-special-constructs since it is using the obsolete
9981         ada-spec-suffix variable
9982         (ada-no-auto-case): New function
9983         (ada-scan-paramlist): When parsing the argument type, accept
9984         spaces (as in "X 'Class", generated by Rational Rose).
9985         (ada-other-file-name): No longer loads the other file.
9986         (ada-popup-menu): Save and restore the current buffer and cursor
9987         position before and after displaying the menu.
9988         (ada-search-ignore-complex-boolean): New function.
9989         (ada-uncomment-region): Emacs21 already knows how to delete
9990         comments not starting in the first column.
9991         (ada-use-indent): New variable
9992         (ada-which-function): New function.
9993         (ada-with-indent): New variable
9994         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9995         can be batch-compiled from the command line.
9997         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9998         Add to the menu when the file is loaded, not in ada-mode-hook.
9999         Add -toolbar to the default ddd command Switches moved from
10000         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10001         ada-prj-default-comp-opt
10002         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10003         Reference Manual to the menu
10004         (ada-check-current): rewritten as a call to ada-compile-current
10005         (ada-compile): Removed.
10006         (ada-compile-application, ada-compile-current, ada-check-current):
10007         Set the compilation-search-path so that compile.el automatically
10008         finds the sources in src_dir.  Automatic scrollong of the
10009         compilation buffer.  C-uC-cC-c asks for confirmation before
10010         compiling
10011         (ada-compile-current): New parameter, prj-field
10012         (ada-complete-identifier): Load the .ali file before doing
10013         processing
10014         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10015         conform to gnatmake's behavior.
10016         (ada-find-file-in-dir): New function
10017         (ada-find-references): Set the environment variables for gnatfind
10018         (ada-find-src-file-in-dir): New function.
10019         (ada-first-non-nil): Removed
10020         (ada-gdb-application): Add support for jdb, the java debugger.
10021         (ada-get-ada-file-name): Load the original-file first if not done
10022         yet.
10023         (ada-get-all-references): Handles the new ali syntax (parent types
10024         are found between <>).
10025         (ada-initialize-runtime-library): New function
10026         (ada-mode-hook): Always load a project file when a file is opened,
10027         so that the casing exceptions are correctly read.
10028         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10029         (ada-parse-prj-file): Use find-file-noselect instead of find-file
10030         to open the project file, since the latter does not work with
10031         speedbar Get default values before loading the prj file, or the
10032         default executable file name is wrong.  Use the absolute value of
10033         src_dir to initialize ada-search-directories and
10034         compilation-search-path,...  Add the standard runtime library to
10035         the search path for find-file.
10036         (ada-prj-default-debugger): Was missing an opening '{'
10037         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10038         variables.
10039         (ada-prj-default-gnatmake-opt): New variable
10040         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10041         buffers, the project file is the default one Save the windows
10042         configuration before displaying the menu.
10043         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10044         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10045         ...)  regexp-quote identifiers names to support operators +,
10046         -,... in regexps.
10047         (ada-remote): New function.
10048         (ada-run-application): Erase the output buffer before starting the
10049         run Support remote execution of the application.  Use
10050         call-process, or the arguments are incorrectly parsed
10051         (ada-set-default-project-file): Reread the content of the active
10052         project file, not the one from the current buffer When a project
10053         file is set as the default project, all directories are
10054         automatically associated with it.
10055         (ada-set-environment): New function
10056         (ada-treat-cmd-string): New special variable ${current}
10057         (ada-treat-cmd-string): Revised.  The substitution is now done for
10058         any ${...} substring
10059         (ada-xref-current): If no body was found, compiles the spec
10060         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10061         compiler to get rid of command line length limitations.
10062         (ada-xref-get-project-field): New function
10063         (ada-xref-project-files): New variable
10064         (ada-xref-runtime-library-specs-path)
10065         (ada-xref-runtime-library-ali-path): New variables
10066         (ada-xref-set-default-prj-values): Default run command now does a
10067         cd to the build directory.  New field: main_unit Provide a default
10068         file name even if the current buffer has no prj file.
10070         * ada-prj.el:
10071         Rewritten to show a tabbed-dialog.
10072         (ada-prj-add-ada-menu): Remove the map and name parameters.
10073         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10074         New function
10075         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10076         (ada-prj-load-from-file): New function
10077         (ada-prj-save): Always save fields that depend on the current buffer
10078         (ada-prj-show-value): New function
10080         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10081         Ada mode. This will allow us to display the Ada menu in any buffer
10082         we want (for project items).
10083         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10084         number of spaces in the header.
10086 2000-07-24  Dave Love  <fx@gnu.org>
10088         * ediff-init.el (ediff-region-help-echo): Bind face-help.
10090 2000-07-23  Noah Friedman  <friedman@splode.com>
10092         * type-break.el (type-break): perform autosave.
10093         Suggested by Stephen Gildea <gildea@intouchsys.com>.
10094         (type-break-do-query): Cancel query schedule while performing
10095         actual query, to avoid possibility of a second query being made
10096         while first one is already in progress.
10097         (type-break-time-stamp-format): New variable.
10098         (type-break-time-stamp): New function.
10099         (type-break-time-warning): Use it.
10100         (type-break-keystroke-warning): Use it.
10101         (type-break-noninteractive-query): Use it.
10103         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10104         cookie.
10105         Use add-minor-mode to set minor-mode-alist, if available.
10106         (eldoc-echo-area-use-multiline-p): New user option.
10107         (eldoc-echo-area-multiline-supported-p): New variable.
10108         (eldoc-docstring-format-sym-doc): Use them.
10109         (eldoc-mode): If not using idle timers, append to local post and
10110         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
10111         (eldoc-display-message-no-interference-p): Don't interfere with
10112         edebug.
10113         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10114         (eldoc-function-arglist): New function.
10115         (eldoc-function-argstring): Use it.
10117         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10118         auto save directory exists before calling directory-files.
10120 2000-07-23  Dave Love  <fx@gnu.org>
10122         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10123         ^o, ^u.
10125 2000-07-21  Dave Love  <fx@gnu.org>
10127         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10128         now passed to the function.  It now works properly.
10130         * smerge-mode.el (smerge-mode-menu): Fill it out.
10132 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
10134         * info-look.el (info-lookup): If *info* is shown in another frame
10135         on the same display, select that frame, instead of switching to
10136         the Info buffer in another window of the selected frame.
10138         * simple.el (universal-argument-map): Bind numeric keypad keys
10139         kp-0 to kp-9 and kp-subtract.
10140         (digit-argument): Handle these keys.
10142 2000-07-20  Dave Love  <fx@gnu.org>
10144         * net/goto-addr.el (goto-address-fontify): Don't bother with
10145         buffer-modified and read-only stuff -- irrelevant with overlays.
10146         Put an extra property on the overlays and use it to clean up in
10147         case goto-address is re-run.
10149 2000-07-19  Richard M. Stallman  <rms@gnu.org>
10151         * timer.el (run-with-idle-timer): Doc fix.
10153         * mail/mail-utils.el (mail-strip-quoted-names):
10154         Handle case where <...> appears inside "...".
10155         Use replace-match to edit the string more simply.
10156         (rmail-dont-reply-to): Cope with an unmatched ".
10158 2000-07-19  Dave Love  <fx@gnu.org>
10160         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10161         implementation.
10163         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10164         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10165         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10167 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
10169         * textmodes/refer.el: Correct maintainer's email address.
10171         * progmodes/hideif.el: Correct author's email address.
10172         Fix typo in comment.
10174         * xml.el: New file.
10176         * mail/mailheader.el: Correct author's mail address.
10178         * gnus/parse-time.el: Correct author's mail address.
10180 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
10182         * comint.el (comint-highlight-input, comint-highlight-face):
10183         New user options.
10184         (comint-input-ring-file-name): Change custom type.
10185         (comint-mode-map): Bind mouse-2.
10186         (comint-insert-clicked-input): New function.
10187         (comint-send-input): Handle input highlighting.
10189 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
10191         * mouse.el (popup-menu): New function.
10192         (mouse-major-mode-menu): Use it.
10194 2000-07-18  Dave Love  <fx@gnu.org>
10196         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10197         improvements.
10199 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
10201         * faces.el (face-font-selection-order)
10202         (face-font-family-alternatives): Add custom type.
10204 2000-07-18  Dave Love  <fx@gnu.org>
10206         * cus-edit.el (custom-variable-reset-saved)
10207         (custom-variable-reset-standard): Remove unused bindings.
10209         * rect.el (open-rectangle-line): Remove unused let.
10211         * hl-line.el (hl-line-highlight): Check hl-line-mode.
10213 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
10215         * cdl.el: Fix `Maintainer' keyword.
10217         * play/pong.el: Add author's email address.
10219 2000-07-17  Sam Steingold  <sds@gnu.org>
10221         * files.el (insert-directory): Call `split-string' instead of
10222         re-implementing it.
10224 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
10226         * mail/vms-pmail.el: Change maintainer to FSF.
10228         * net/goto-addr.el: Change maintainer to FSF.
10230         * info.el (Info-title-face-alist): Removed.
10232 2000-07-18  David Ponce  <david@dponce.com>
10234         * recentf.el (recentf-open-files): New command that works like
10235         `recentf-open-more-files', but shows the whole list of files (not just
10236         those omitted from the menu). Useful if you don't use a menu-bar!
10237         (recentf-open-more-files) Modified to use `recentf-open-files'.
10239         (recentf-open-files, recentf-open-more-files)
10240         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10242         (recentf-dialog-mode): New mode for dialogs. You can now just type
10243         "q" to cancel the dialogs.
10245 2000-07-18  David Ponce  <david@dponce.com>
10247         * recentf.el: This is a major update of recentf.el. It adds new
10248         features to better organize the recentf menu and "More..." buffer.
10250         Using new provided menu filtering functions you can now organize the
10251         recent files list:
10253         - by major modes
10254         - by directories
10255         - by user defined rules
10257         Finally, with the new `recentf-filter-changer' customizable filter you
10258         can define a ring of filters and dynamically (via the menu) cycle on
10259         each menu organization in the ring (a la msb).
10261 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
10263         * eshell/eshell.el (eshell): Replace links to eshell.info with
10264         links to eshell, to avoid problems on systems where the manual is
10265         installed as `eshell'.
10266         * eshell/esh-cmd.el (eshell-cmd): Ditto.
10267         * eshell/em-smart.el (eshell-smart): Ditto.
10268         * eshell/em-banner.el (eshell-banner): Ditto.
10269         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10271         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10272         same-file check in the MS-DOS version (it does support inodes).
10274         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10276         * eshell/eshell.el (eshell-directory-name):
10277         Run default directory name through convert-standard-filename.
10279 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
10281         * international/mule-cmds.el (select-safe-coding-system):
10282         Fix typo in the comment.
10284         * language/european.el (compound-text):
10285         Force katakana-jisx0201 to be designated to G1.
10287         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10288         Don't translate some national variant characters of latin-jisx0201.
10289         (x-ctext): Force katakana-jisx0201 to be designated to G1.
10291         * international/kkc.el (kkc-after-update-conversion-functions):
10292         New variable.
10293         (kkc-update-conversion): Run functions in it at the tail.
10295 2000-07-16  John Wiegley  <johnw@gnu.org>
10297         * lisp/align.el (align-newline-and-indent):
10298         Adding new function.  for auto-aligning blocks of code on RET.
10299         (align-region): Fixed badly formatted minibuffer message.
10301 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
10303         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10304         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
10305         the conversion list at first if appropriate.
10306         (kkc-next): Don't update kkc-next-count here.
10307         (kkc-prev): Don't update kkc-prev-count here.
10308         (kkc-show-conversion-list-update): Fix setting up of conversion
10309         list message.
10311 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
10313         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10315 2000-07-16  Dave Love  <fx@gnu.org>
10317         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10318         function to be more specific.
10320         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10321         non-string help-echo.
10322         (widget-types-convert-widget): Defsubst it.
10323         (widget-echo-help): Try to cope with a help-echo function of two
10324         possible sorts.
10326 2000-07-15  Jason Rumney  <jasonr@gnu.org>
10328         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10329         Declare as obsolete.
10331         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10333 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
10335         * hilit-chg.el: Fix typo.
10337 2000-07-14  Dave Love  <fx@gnu.org>
10339         * info.el (Info-mode-menu): Fix use of :help, :enable.
10341 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
10343         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10345 2000-07-13  Dave Love  <fx@gnu.org>
10347         * emacs-lisp/easymenu.el: Doc fixes.
10348         (easy-menu-remove): Defalias to ignore.
10350         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10351         Call throw correctly.
10353 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
10355         * faces.el (frame-background-mode): Doc fix.
10357         * simple.el (eval-expression-print-length): Change custom type to
10358         allow entering nil as value.
10360 2000-07-13  Dave Love  <fx@gnu.org>
10362         * progmodes/fortran.el (fortran-imenu-generic-expression):
10363         Change definition layout.
10364         (fortran-mode-menu): Reinstate customize entries.
10366         * cus-edit.el (custom-group-menu-create, customize-menu-create):
10367         Use :filter, per old XEmacs code.
10369 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
10371         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10372         event when deciding what to send to the terminal.
10374 2000-07-12  Dave Love  <fx@gnu.org>
10376         * cus-start.el: Add optional version as 4th element of specs and
10377         use it for several things new in v21.  Remove load-path.  Fix type
10378         of line-number-display-limit.
10380 2000-07-11  Dave Love  <fx@gnu.org>
10382         * progmodes/fortran.el: Don't require easymenu.
10383         Use repeat counts in various regexps.
10384         (fortran-mode-syntax-table): Defvar directly.
10385         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10386         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10387         Use defvar, not defconst.
10388         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
10389         (fortran-mode): Set fortran-comment-line-start-skip,
10390         fortran-comment-line-start-skip, dabbrev-case-fold-search.
10391         (fortran-comment-indent): Use defsubst.
10392         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10393         Use fortran-comment-indent, not fortran-comment-indent-function.
10394         (fortran-comment-region, fortran-electric-line-number): Simplify.
10395         (fortran-auto-fill): New function.
10396         (fortran-do-auto-fill): Deleted.
10397         (fortran-find-comment-start-skip):
10398         Check for non-null comment-start-skip.
10399         (fortran-auto-fill-mode, fortran-fill-statement):
10400         Use fortran-auto-fill.
10401         (fortran-fill): Use fortran-auto-fill.  Check for null
10402         comment-start-skip.  Simplify final clause and use end-of-line finally.
10404         * widget.el (widget-plist-member): New alias.
10406 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
10408         * eshell/esh-module.el (toplevel): Reference
10409         byte-compile-current-file only if it is bound.
10411 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
10413         * dired.el: Don't require `dired-aux'.
10415 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
10417         * dired-aux.el (dired-show-file-type): New function.
10418         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10419         (dired-show-file-type): Add autoload.
10421 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
10423         * international/mule-diag.el (describe-font): Adjusted for the
10424         change of fontset-info.
10425         (print-fontset): Likewise.
10427 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
10429         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10431 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
10433         * bindings.el: Bind `[delete]' to delete-char.
10435         * dired.el (dired-find-alternate-file): New function.
10436         (dired-mode-map): Bind `a' to dired-find-alternate-file.
10437         (toplevel): Require dired-aux when compiling.
10438         (dired-buffers): Move defvar within file to avoid compiler warning.
10440         * info.el (Info-last-search): Variable removed.
10441         (Info-search-history): New variable.
10442         (Info-search): New Info-search-history.
10444         * battery.el, info-look.el: Change author's mail address.
10446 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
10448         * mail/rmail.el (rmail-clear-headers): Don't throw an error
10449         if rmail-ignored-headers is nil.
10450         (rmail-retry-failure): Bind rmail-ignored-headers and
10451         rmail-displayed-headers to nil.
10453 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
10455         * lpr.el (lpr-page-header-switches): Add `-h' switch.
10456         (print-region-1): Don't hard code `-h' here.
10458         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10460 2000-07-01  Francesco Potorti`  <pot@gnu.org>
10462         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10463         exim can use "your message" instead of "the message".
10465 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
10467         * facemenu.el: Docstrings fixes.
10468         (facemenu-get-face): Don't use internal-find-face.
10469         (facemenu-iterate): Rename arg to match the docstring.
10471         * newcomment.el (uncomment-region): Be more careful when skipping
10472         backwards over `=' not to bump into BOBP.
10474 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
10476         * ediff-diff.el (ediff-wordify): Use syntax table.
10477         * ediff-init.el (ediff-has-face-support-p): Use
10478         ediff-color-display-p.
10479         (ediff-color-display-p): Use display-color-p, changed to defun
10480         from defsubst.
10481         Got rid of special cases for NeXT and OS/2.
10482         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10483         face.
10485 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
10487         * emacs-lisp/lucid.el: Require CL.
10488         (copy-tree, remprop): Remove, it's provided by CL.
10489         (map-keymap): Define in terms of cl-map-keymap.
10490         (extent-property, set-extent-end-glyph): New functions.
10492         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10494 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10496         * Makefile.in (DONTCOMPILE): Add comment that the name may
10497         not be changed without changing the make-dist script.
10499         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10500         (cl-mapc): Use mapc instead of cl-old-mapc.
10502 2000-07-05  Andrew Innes  <andrewi@gnu.org>
10504         * makefile.nt: Add support for `bootstrap' and related targets.
10506 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
10508         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10509         (easy-menu-do-define): Use `menu-item' format.
10510         Handle case where easy-menu-create-menu returns a symbol.
10511         Manually call the potential top-level filter in the function binding.
10512         (easy-menu-filter-return): New arg NAME.
10513         Convert to a keymap if MENU is an XEmacs menu.
10514         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
10515         (easy-menu-converted-items-table, easy-menu-convert-item):
10516         New var and fun to memoize easy-menu-convert-item-1.
10517         (easy-menu-do-add-item): Use it.
10518         (easy-menu-create-menu): Use easy-menu-convert-item.
10519         Wrap easy-menu-filter-return around any :filter specification.
10520         Don't convert the menu if a filter was specified.
10521         Tell easy-menu-make-symbol not to check for MENU being an expression.
10522         (easy-menu-make-symbol): New arg NOEXP.
10524 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10526         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10527         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10528         (eval-defun): If called with prefix arg, instrument code for
10529         Edebug.
10531         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10532         similar to that of eval-defun.
10534 2000-07-04  Dave Love  <fx@gnu.org>
10536         * hl-line.el (hl-line-overlay): Make it permanent-local.
10538         * calendar/todo-mode.el: Replaced with a working version, based on
10539         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10541 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
10543         * paths.el (prune-directory-list): New function.
10544         (Info-default-directory-list): Rewritten to more methodically
10545         enumerate a big list of possible info directories (based on the
10546         list used by the standalone info reader).
10548         * info.el (info-initialize): Use prune-directory-list to remove
10549         non-existent directories from Info-directory-list.
10551         * paths.el (Info-default-directory-list): Try a list of possible
10552         info-directories instead of a single one.  Add the possible
10553         info directory "/usr/share/info".
10555         * woman.el (woman-man.conf-path): Explicitly include the debian
10556         man-db config file "/etc/manpath.config".
10557         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10558         are present in `manpath.config'.
10559         (woman-manpath): Include "/usr/share/man".
10561 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
10563         * frame.el (blink-cursor-mode): Don't hide cursor initially.
10565         * startup.el (command-line): Initialize blink-cursor based
10566         on window-system.
10568         * frame.el (blink-cursor): Default to nil if not running under
10569         a window-system.
10571         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10572         (face-x-resources): Remove duplicate entry for :font.
10574         * textmodes/refer.el (refer-find-entry-internal): Use some-window
10575         instead of cycling through windows with next-window.
10577         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10578         of cycling through windows with next-window.
10580         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10581         of cycling through windows with next-window.
10583         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10584         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10585         instead of cycling through windows with next-window.
10587         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10588         instead of cycling through windows with next-window.
10590         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10591         of cycling through windows with next-window.
10593         * terminal.el (te-process-output): Use walk-windows instead of
10594         cycling through windows with next-window.
10596         * server.el (server-switch-buffer): Use some-window instead of
10597         cycling through windows with next-window.
10599         * window.el (some-window): New function.
10600         (walk-windows): Remove reference to walk-windows-start.
10602         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10604 2000-07-03  Richard Stallman  <rms@gnu.org>
10606         * window.el (walk-windows): Guarantee termination by keeping a list
10607         of all the windows already handled.
10609 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
10611         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10612         window-system.
10614         * man.el (Man-notify-when-ready): Don't use window-system.  If
10615         Man-notify-method is newframe, and the display is not
10616         multi-frame, select the frame created for the man page.
10617         (Man-init-defvars): Doc fix.
10619 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
10621         * faces.el (region): Change background color for light background.
10623         * ediff-wind.el (ediff-setup-control-frame): Remove :box
10624         attribute from mode-line face of Ediff control frame.
10626         * replace.el (query-replace-map): Bind `e' like `E'.
10628 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
10630         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10631         Change name to "Select All".
10633         * dos-fns.el (convert-standard-filename): Fix last change.
10635 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
10637         * help.el (describe-variable): Don't insert a second `'s' in front
10638         of the string `value is shown below'.  Since the syntax-table is
10639         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10640         an existing `'s', so that this won't be deleted.
10642         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10643         * pcmpl-unix.el: New files.
10645 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
10647         * wid-edit.el (widget-member): Use the new plist-member.
10649 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
10651         * replace.el (perform-replace): Undo change of 2000-04-04.
10652         Instead, move backward 1 character at the end of the loop when
10653         necessary.
10655         * faces.el (fringe): Change face for different backgrounds.
10657         * eshell/esh-module.el (toplevel): Load defgroup's differently;
10658         patch from John.
10660         * eshell/*.el: Change spelling of the Free Software Foundation.
10662         * eshell/esh-toggle.el: Removed.
10664         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10666         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10667         interactively.
10669 2000-06-26  Alex Schroeder  <alex@gnu.org>
10671         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10672         `define-key'; instead of checking `(emacs-version)' check for
10673         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
10674         for `;' and `o' which might be electric.
10676         (sql-electric-stuff): New user option.
10677         (sql-magic-go): New function which uses `sql-electric-stuff'.
10678         (sql-magic-semicolon): New function which uses
10679         `sql-electric-stuff'.
10681         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10682         is not fboundp.
10684         (sql-oracle-options): New variable.
10685         (sql-oracle): Use it.
10687         (sql-imenu-generic-expression): Doc change.
10688         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10689         is used.
10691         (sql-informix): Added command line parameter "-" to force
10692         sql-informix-program to use stdout.
10694 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
10696         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10697         (cp864-decode-table): Doc fix.
10698         (cp720-decode-table): New variable, supports the Arabic OEM
10699         codepage used by Windows.
10700         (cp737-decode-table): New, Greek OEM codepage used by Windows.
10702 2000-06-23  Dave Love  <fx@gnu.org>
10704         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10705         (font-lock-fontify-anchored-keywords): Use
10706         line-beginning-position.
10707         (global-font-lock-mode): Use mapc.
10709 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
10711         * eshell/esh-module.el: Require CL when compiling.
10713 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
10715         * comint.el (comint-substitute-in-file-name): Call replace-match
10716         with second and third arg t.
10718         * cus-edit.el (custom-button-face, custom-button-pressed-face):
10719         Specify foreground color.
10721         * faces.el (tool-bar, mode-line, header-line): Specify foreground
10722         color.
10724         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10726         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10727         cddr instead of cdddr.
10729         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10730         instead of copy-list.
10732         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10733         of copy-list.
10735         * subdirs.el: Add eshell subdirectory.
10737         * eshell: New subdirectory containing the Eshell package.
10739         * pcomplete.el: New file.
10741 2000-06-23  Paul Eggert  <eggert@twinsun.com>
10743         * mail/mailpost.el (post-mail-send-it): Make sure file has
10744         proper permissions from birth.
10746         * files.el (basic-save-buffer-2): When temporarily setting
10747         file modes, set them to current modes plus 0200, not to 0777.
10749         * emerge.el (emerge-make-temp-file): Make sure file has proper
10750         permissions from birth.
10752 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
10754         * files.el (make-backup-file-name-1): On DOS/Windows, run the
10755         backup file name through convert-standard-filename.
10757         * dos-fns.el (convert-standard-filename): Convert leading
10758         directories as well.  When long file names are supported, convert
10759         characters that are invalid in Windows file names.
10761 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10763         * ps-print.el: Fix bug: if ^L is the very first buffer character,
10764         ps-print crashes.  New feature: page selection for printing.  Create
10765         raw-text-unix coding system for XEmacs.  Doc fix.
10766         (ps-print-version): New version number (5.2.3).
10767         (ps-plot-region): Bug fix.
10768         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10769         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10770         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10771         funs.
10772         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10773         (ps-last-page): New vars.
10775 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
10777         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10778         empty option string.
10780 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
10782         * man.el (man): Doc fix.
10784 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
10786         * international/mule-cmds.el (set-language-info-alist): Docstring
10787         fixed.
10789 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
10791         * version.el (emacs-version): Use ISO date format.
10793         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10794         instead of `M-backspace'.
10796         * simple.el (turn-off-auto-fill): New function.
10798 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
10800         * jit-lock.el (with-buffer-prepared-for-jit-lock):
10801         Renamed from with-buffer-prepared-for-font-lock and use
10802         inhibit-modification-hooks rather than setting *-change-functions.
10803         Update all functions to use the new name.
10804         (jit-lock-first-unfontify-pos): New semantics (and doc).
10805         (jit-lock-mode): Make non-interactive.
10806         Don't automatically turn on font-lock.
10807         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10808         Always use jit-lock-after-change.
10809         Remove and restore font-lock-after-change-function.
10810         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10811         (jit-lock-after-unfontify-buffer): Remove.
10812         (jit-lock-stealth-fontify):
10813         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10814         (jit-lock-after-change): Set the `fontified' text-prop to nil.
10816 2000-06-20  Sam Steingold  <sds@gnu.org>
10818         * emacs-lisp/cl-indent.el (toplevel): Indent
10819         `print-unreadable-object' properly.  Untabify.
10821 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10823         * textmodes/reftex.el (reftex-find-citation-regexp-format):
10824         Support for bibentry.
10825         (reftex-compile-variables): Fixed problem with end of section-re.
10827         * texmodes/reftex-dcr.el (reftex-view-crossref,
10828         reftex-view-crossref-from-bibtex):
10829         Deal with changed `reftex-find-citation-regexp-format'.
10830         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10831         Replaced `remprop' with `put'.
10832         (reftex-view-crossref, reftex-view-crossref-when-idle):
10833         Support for bibentry.
10835         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10836         New entry for bibentry package.
10838         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10839         Regexp also matches "\nobibliography".
10841         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10842         Call `reftex-ensure-write-access' before doing anything.
10843         (reftex-ensure-write-access): New function.
10845 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10847         * progmodes/idlwave.el: File re-installed (update to version 4.2)
10849         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10851         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10853         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10856 2000-06-20  Dave Love  <fx@gnu.org>
10858         * faces.el (frame-background-mode): Use set-default, not set, in
10859         setter.
10860         (frame-update-faces, frame-update-face-colors): Define with
10861         defalias.
10863         * enriched.el (enriched-decode-foreground)
10864         (enriched-decode-background): Don't use internal-find-face.
10866         * apropos.el: Doc fixes.
10868         * cus-edit.el (customize-changed-options): Check arg.
10869         (customize-version-lessp): Don't require decimal point.
10871         * custom.el (defcustom, defgroup): Doc fix.
10873         * newcomment.el (comment) <defgroup>: Add :version.
10874         (comment-multi-line): Doc fix.
10876         * emulation/mlsupport.el (define-hooked-local-abbrev,
10877         define-hooked-global-abbrev): Fix, using define-abbrev.
10879 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
10881         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10882         the whole buffer.
10884 2000-06-19  Dave Love  <fx@gnu.org>
10886         * menu-bar.el (menu-bar-options-save): New function.
10887         (menu-bar-options-menu): Use it.
10888         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10889         Simplify.
10891 2000-06-19  Andreas Schwab  <schwab@suse.de>
10893         * progmodes/etags.el (tags-query-replace): Put new parameters
10894         START and END at the end, for backward compatibility.
10896 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
10898         * international/codepage.el:
10899         (cp-coding-system-for-codepage-1): Delete special codes for
10900         generating xxx-dos coding system because now a CCL based coding
10901         system can handle EOL conversion by default.
10903         * international/mule.el (make-coding-system): Generate subsidiary
10904         coding systems for EOL handling variants even for a CCL based
10905         coding system.
10907 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
10909         * international/isearch-x.el (isearch-minibuffer-input-method)
10910         (isearch-minibuffer-input-method-function): These variables
10911         deleted.
10912         (isearch-with-input-method): Don't use the above variables.
10913         (isearch-process-search-multibyte-characters): Likewise.  Call
10914         read-string with the arg INHERIT-INPUT-METHOD t.
10916 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
10918         * font-lock.el (font-lock-after-fontify-buffer)
10919         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10921         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10922         Use consistent make-local-variable style for font-lock-fontified.
10923         (jit-lock-fontify-buffer):
10924         Don't bother checking for font-lock-mode and jit-lock-mode.
10926         * time.el: Remove trailing ^M that prevent CVS-merging.
10928 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
10930         * Makefile.in (distclean): New target.
10932 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
10934         * Makefile.in (srcdir): Define for update-subdirs.
10936 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
10938         * find-lisp.el: New file.
10940 2000-06-16  Andrew Innes  <andrewi@gnu.org>
10942         * time.el (display-time-mail-function): New variable, to allow
10943         external packages to indicate when new mail is available.
10944         (display-time-update): Use it.
10946 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
10948         * international/mule.el (mule-version): Change version name to
10949         SAKAKI.  AOI has already been used by Meadow.
10951         * international/quail.el (quail-show-guidance-buf): To find the
10952         bottom window (but minibuffer), pay attention to the height of
10953         minibuffer.
10955 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10957         * arc-mode.el (archive-mode-map): Use the new menu-item format for
10958         menu-bar menus.  Add help strings.  Don't remove the Edit menu
10959         from the menu bar, as the menu bar has enough space now.
10961         * Makefile.in (SHELL): Make sure /bin/sh is used.
10963         * woman.el (woman-man-buffer): Fix bold and underlined CJK
10964         characters, which use series of two ^H characters instead of one.
10966 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
10968         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10969         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10970         functions.
10971         (Info-find-node-2): Try a case-sensitive search first, then
10972         do a case-insensitive search.
10974         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10975         tutorials.
10977         * complete.el (PC-env-vars-alist): New variable.
10978         (PC-complete-as-file-name): New function.
10979         (partial-completion-mode): Initialize PC-env-vars-alist from
10980         process-environment.
10981         (PC-do-completion): Handle completion of env vars.
10983         * info.el (Info-set-mode-line): Show file name in mode line,
10984         use `*Info*' instead of `Info:'.
10986         * startup.el (command-line-1): Change copyright messages to year
10987         2000.
10989 2000-06-15  Dave Love  <fx@gnu.org>
10991         * net/goto-addr.el (goto-address-fontify): Use keymap property,
10992         not local-map.
10994 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
10996         * international/mule.el (set-buffer-file-coding-system): Almost
10997         rewritten to handle `undecided' as no-op.
10999 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
11001         * Makefile.in: New file.
11003         * Makefile: Removed.
11005         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11006         (goto-address-highlight-keymap): Bind C-c RET.
11008 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
11010         * mail/sendmail.el (sendmail-send-it): The temporary buffer
11011         inherits buffer-file-coding-system of the current buffer.
11013         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11014         0.  Give correct argument to set-auto-coding-function.
11015         (tar-expunge): For goto-char, use (point-min), not 0.
11016         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11017         (tar-subfile-save-buffer): Likewize.
11019         * international/mule.el
11020         (after-insert-file-set-buffer-file-coding-system): Call
11021         set-buffer-file-coding-system with the arg FORCE t.
11023 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
11025         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11026         nil.  Contemporary sendmails issue an X-Authentication-Warning if
11027         the sender is set with `-f'.
11029 2000-06-13  Dave Love  <fx@gnu.org>
11031         * help.el (describe-function-1): Kluge around cases of functions
11032         fset to subrs whose doc doesn't match their symbol-name.
11034         * image.el (insert-image): Default STRING to a space.
11036         * info.el Doc fixes.
11037         (Info-build-node-completions): Match Ref tags.
11039 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
11041         * frame.el (display-multi-frame-p, display-multi-font-p): New
11042         defaliases for display-graphic-p.
11044         * hl-line.el: Fixed a typo in commentary.
11046 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
11048         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11049         fixed.
11051 2000-06-12  Dave Love  <fx@gnu.org>
11053         * image.el (insert-image): Save a little consing.
11055 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
11057         * language/tibet-util.el: Convert all tibetan-1-column characters
11058         to the corresponding tibetan characters.
11059         (tibetan-add-components): Delete code for the special treatment of
11060         'a chung.
11062         * language/tibetan.el (tibetan-composable-pattern): Fix previous
11063         change.
11064         (tibetan-vowel-transcription-alist): More rules added.
11065         (tibetan-composite-vowel-alist): New variable.
11066         (tibetan-precomposition-rule-alist): More rules added.
11068 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
11070         * startup.el (command-line): Only call menu-bar-mode if interactive.
11072         * thingatpt.el (toplevel symbol-properties):
11073         * textmodes/makeinfo.el (makeinfo-compile):
11074         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11075         * progmodes/hideif.el (hif-compress-define-list)
11076         (hide-ifdef-use-define-alist):
11077         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11078         (ange-ftp-vms-add-file-entry):
11079         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11080         * man.el (Man-build-man-command):
11081         * mail/rnewspost.el (news-reply-header-hook):
11082         * info.el (Info-insert-dir):
11083         * emulation/mlconvert.el (backward-word, forward-word, setq):
11084         * emacs-lisp/gulp.el (gulp-send-requests):
11085         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11086         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11087         (byte-optimize-apply, end of file):
11088         * emacs-lisp/advice.el (ad-advice-class-completion-table)
11089         (ad-make-freeze-definition):
11090         * startup.el (command-line, command-line-1): Don't quote lambdas.
11092         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11093         (cvs-cleanup-removed): New function.
11094         (cvs-cleanup-functions): New var.
11095         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11096         some flexibility in specifying additional entries to auto-cleanup.
11097         (cvs-quickdir): New function.
11098         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11099         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11100         (cvs-mode-find-file): Check that we are on a filename or dirname
11101         when invoked through a mouse-click.
11102         (cvs-full-path): Remove.
11103         (cvs-dired-action): Re-introduced.
11104         (cvs-dired-noselect): Use it.
11105         (vc-post-command-functions): use this new hook if available.
11107         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11108         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11109         (cvs-filename-map, cvs-dirname-map): Remove.
11110         (cvs-default-action): Remove.
11111         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11112         if the arg is really a keymap.
11113         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11114         Don't hardcode the mapping from state (aka type) to face, but check
11115         the var cvs-fi-<type>-face instead.
11116         (cvs-fileinfo-from-entries): New function.
11118         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11119         Docstring fix.
11120         (cvs-find-file-and-jump): Change default to be safer.
11121         (cvs-mode-diff-map): Define it as a function as well.
11122         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11123         Bind mouse-2 in this global map rather than with text-properties.
11125         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11126         file to resolve the ambiguity between C(conflict) and C(need-merge).
11128 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
11130         * international/mule.el (set-buffer-file-coding-system): If
11131         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11132         unconditionally.
11134 2000-06-12  Dave Love  <fx@gnu.org>
11136         * wid-edit.el (widget-specify-button): Really suppress the face if
11137         required.
11139 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
11141         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11143 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
11145         * imenu.el (imenu-generic-expression): Docstring fix.
11147         * composite.el (composition-function-table): Move the `put'
11148         below the autoload cookie so we can load the file before loaddefs.
11150         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11152         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11153         Handle easy-mmode-define-global-mode.
11154         For complex macros like define-minor-mode that can generate
11155         several autoload entries, try to autoload entries in the
11156         macroexpanded code.
11158         * emacs-lisp/easy-mmode.el (define-minor-mode):
11159         If KEYMAP is a symbol, just use it.
11160         Use byte-compile-current-file and load-file-name to infer the
11161         proper :require to pass to defcustom.
11162         Wrap the hook var into `progn' so as not to autoload it.
11163         Add a :autoload-end cookie.
11164         Be more careful about the evaluation of KEYMAP.
11165         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11166         (define-derived-mode): Move define-abbrev-table outside of defvar.
11168 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
11170         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11171         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11172         (backup-compiled-files): Ignore errors during `tar'.
11173         (bootstrap): Make autoloads before elc files.
11175 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
11177         * international/mule.el (set-buffer-file-coding-system): If one of
11178         undecided-XXX is specified, change only EOL conversion.
11180         * international/mule-conf.el (unix): New alias for the coding
11181         system undecided-unix.
11183 2000-06-09  Dave Love  <fx@gnu.org>
11185         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11187         * progmodes/executable.el: Byte compile dynamic.
11188         (executable-insert): Change custom type.
11189         (executable-find): Add autoload cookie.
11190         (executable-make-buffer-file-executable-if-script-p): New
11191         function.  After Noah Friedman.
11193         * files.el (after-save-hook): Customize, with
11194         executable-make-buffer-file-executable-if-script-p as an option.
11196 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
11198         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11199         "tib24p-mule.bdf" for Tibetan.
11201         * composite.el (decompose-composite-char): Declare it as obsolete.
11203         * man.el (Man-fontify-manpage): Pay attention to underline and
11204         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11206 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
11208         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11209         Set maintainer to FSF since author isn't reachable.
11211 2000-06-08  Dave Love  <fx@gnu.org>
11213         * international/mule-cmds.el (select-safe-coding-system): If
11214         DEFAULT-CODING-SYSTEM is not specified, also check the most
11215         preferred coding-system if buffer-file-coding-system is
11216         `undecided'.  From Handa.
11218 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
11220         * international/mule.el
11221         (after-insert-file-set-buffer-file-coding-system): If the buffer
11222         size is greater than INSERTED, judget that we are not visiting.
11224 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
11226         * whitespace.el (defgroup whitespace): Comment out `:version'.
11227         XEmacs 20.4 has problems defining the group with this present.
11228         We'll have this commented out till get resolve the problem.
11230 2000-06-07  John Wiegley  <johnw@gnu.org>
11232         * align.el (align-dq-string-modes, align-sq-string-modes)
11233         (align-open-comment-modes): Add pyhton-mode.
11234         (align-rules-list): Use get-text-property instead of
11235         text-properties-at.
11236         (align-rules-list): Add python-assignment.
11237         (align-rules-list): Change perl-comma-delimiter to
11238         basic-comma-delimiter.  Use if for Perl modes and python-mode.
11239         (align-rules-list): Add python-chain-logic and
11240         basic-line-continuation.
11242 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
11244         * apropos.el (apropos-mode-hook): New user variable.
11245         (apropos-mode): Run apropos-mode-hook.
11247 2000-06-07  David Ponce  <david@dponce.com>
11249         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11250         commands.  Require `wid-edit' at run-time.
11252 2000-06-07  David Ponce  <david@dponce.com>
11254         * recentf.el: Added some "Commentary".
11255         (recentf-open-more-files, recentf-edit-list): Minor changes to
11256         move the point at the top of the file list.  This behaviour is
11257         consistent with the menu one when the list contains a lot of
11258         files.
11259         (recentf-cleanup): Now displays the number of items removed from
11260         the list.
11261         (recentf-relative-filter) New menu filter to show filenames
11262         relative to `default-directory'.
11264 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11266         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
11267         with/without giving an error if PostScript printer doesn't have this
11268         kind of page size.  Zebra Stripe continues or restarts on next page.
11269         Manual/automatic paper feeding.  Switch or not the header.
11270         (ps-print-version): New version number (5.2.2).
11271         (ps-windows-system): Include emx as a Windows system.
11272         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11273         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11274         (ps-background-text): Code fix.
11275         (ps-error-handler-message, ps-user-defined-prologue)
11276         (ps-print-prologue-header, ps-printer-name)
11277         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11278         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11279         (ps-use-face-background): Customization fix.
11280         (ps-n-up-database): Data fix.
11281         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11282         (ps-switch-header): New vars.
11283         (ps-xemacs-color-name, ps-face-foreground-name)
11284         (ps-face-background-name, ps-boolean-constant): New funs.
11286 2000-06-07  Dave Love  <fx@gnu.org>
11288         * allout.el: New version from Manheimer.
11290 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
11292         * textmodes/fill.el (fill-find-break-point): Check the validity of
11293         charset.
11295 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11297         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11298         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11299         Call display-color-p and display-mouse-p instead of looking at
11300         window-system.
11302 2000-06-06  Dave Love  <fx@gnu.org>
11304         * image.el (find-image): Doc fix.  Return nil if image not found.
11305         (put-image, insert-image): Make STRING arg optional.
11307 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
11309         * language/vietnamese.el: Remove eval-when-compile.
11310         (viet-viscii-nonascii-translation-table): Define it as a
11311         translation table made from viet-viscii-decode-table.
11312         (viet-viscii-encode-table): Define it as a translation table made
11313         from the reverse map of above.
11314         (viet-vscii-nonascii-translation-table): Define it as a
11315         translation table made from viet-vscii-decode-table.
11316         (viet-vscii-encode-table): Define it as a translation table made
11317         from the reverse map of above.
11318         (ccl-decode-viscii): Use translate-character.
11319         (ccl-encode-viscii, ccl-encode-viscii-font)
11320         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11321         Likewize.
11323         * language/cyrillic.el: Remove eval-when-compile.
11324         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11325         translation table made from cyrillic-koi8-r-decode-table.
11326         (cyrillic-koi8-r-encode-table): Define it as a translation table
11327         made from the reverse map of above.
11328         (ccl-decode-koi8): Use translate-character.
11329         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11330         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11331         a translation table made from cyrillic-alternativnyj-decode-table.
11332         (cyrillic-alternativnyj-encode-table): Define it as a translation
11333         table made from the reverse map of above.
11334         (ccl-decode-alternativnyj): Use translate-character.
11335         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11336         Likewize
11338         * international/mule-diag.el (non-iso-charset-alist): Specify
11339         translation table symbol instead of translation table itself.
11340         (list-block-of-chars): CHARSET may be a translation table symbol.
11342         * international/mule.el (make-coding-system): If CODING-SYSTEM
11343         already exists, override it.
11345         * international/fontset.el: Use family `proportional' for Tibetan
11346         fonts.
11348         * international/ccl.el (ccl-compile-translate-character): Don't
11349         check if Rrr has property translation-table.
11350         (ccl-compile-map-multiple): Modified to avoid compiler warning.
11352 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
11354         * info.el: Bind case-fold-search to t when searching in case
11355         a user sets it to nil in a hook.
11357 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
11359         * autoarg.el (autoarg-mode, autoarg-kp-mode):
11360         * hl-line.el (hl-line-mode): Use the new :global key argument.
11362         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11363         (tar-clip-time-string): Prepend a space.
11364         (tar-grind-file-mode): Construct a string rather than modifying one.
11365         (tar-header-block-summarize): Fix docstring.
11366         Use `format' rather than an error-prone set of copy-loops.
11368         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11369         (diff-goto-source, diff-unified->context, diff-context->unified)
11370         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11371         understand the format output by the `-p' argument to diff.
11373         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11374         (sh-re-done): Use defconst.
11375         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11376         (sh-help-string-for-variable, sh-guess-basic-offset):
11377         Don't quote lambdas.
11378         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11379         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11381         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11382         (mh-letter-mode): Derive from text-mode.
11383         This implicitly means that it now calls kill-all-local-variables.
11384         Also remove the Emacs-18 compatibility code.
11386         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11387         Make use of symbol-property doc-string-elt.
11388         Use memq rather than a sequence of eq.
11389         (doc-string-elt): Fix the wrong or missing previously unused values.
11390         (autoload-print-form): New function extracted from
11391         generate-file-autoloads to allow recursion when handling progn
11392         so that defvar's and defun's docstrings are properly printed.
11393         (generate-file-autoloads): Use it.
11395         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11396         Use find-file-hooks in the minor-mode function.
11397         Be careful not to loop indefinitely in the post-command-hook function.
11399 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
11401         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11402         tty's.
11403         * ediff-diff.el (ediff-exec-process): Use --binary for fine
11404         differences whenever appropriate.
11405         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11406         * viper.el (find-file, find-file-other-window): Get viper to do
11407         wildcards.
11409 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
11411         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11412         (jit-lock-fontify-buffer): New function for JIT refontification.
11413         (jit-lock-mode): Fix docstring.
11414         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11415         Remove jit-lock-after-change from the _local_ hook.
11416         (jit-lock-function-1): Fix docstring.
11418         * info.el (Info-on-current-buffer): Initialize info.
11420         * newcomment.el (comment-indent): Ignore comment-indent-hook.
11422         * progmodes/tcl.el (tcl-indent-for-comment):
11423         Ignore comment-indent-hook.
11425         * emacs-lisp/easy-mmode.el: Require CL during compilation.
11426         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11427         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11428         and improve to use the lighter to guess the capitalization.
11429         (define-minor-mode): Inline code from easy-mmode-define-toggle.
11430         Add keyword arguments to specify global-ness or the custom group.
11431         Add local-map and help-echo properties to the lighter.
11432         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11433         (easy-mmode-define-global-mode): New macro.
11435 2000-06-02  Dave Love  <fx@gnu.org>
11437         * wid-edit.el: byte-compile-dynamic since we typically don't use
11438         all the widgets.  Don't require cl or widget.  Remove
11439         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
11440         (widget-read-event): Removed.  Callers changed to use read-event.
11441         (widget-button-release-event-p): Renamed from
11442         button-release-event-p.
11443         (widget-field-add-space, widget-field-use-before-change):
11444         Uncustomize.
11445         (widget-specify-field): Use keymap property, not local-map.
11446         (widget-specify-button): Obey :suppress-face.
11447         (widget-specify-insert): Use modern backquote syntax.
11448         (widget-image-directory): Renamed from widget-glyph-directory.
11449         (widget-image-enable): Renamed from widget-glyph-enable.
11450         (widget-image-find): Replaces widget-glyph-find.
11451         (widget-button-pressed-face): Move defvar.
11452         (widget-image-insert): Replaces widget-glyph-insert.
11453         (widget-convert): Use keywordp.
11454         (widget-leave-text, widget-children-value-delete): Use mapc.
11455         (widget-keymap): Remove XEmacs stuff.
11456         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11457         (widget-button-click): Don't set point at the click, but re-centre
11458         if we scroll out of window.  Rewritten for images v. glyphs &c.
11459         (widget-tabable-at): Use POS arg, not point.
11460         (widget-beginning-of-line, widget-end-of-line)
11461         (widget-item-value-create, widget-sublist, widget-princ-to-string)
11462         (widget-sexp-prompt-value, widget-echo-help): Simplify.
11463         (widget-default-create): Use widget-image-insert; some rewriting.
11464         (widget-visibility-value-create)
11465         (widget-push-button-value-create, widget-toggle-value-create): Use
11466         widget-image-insert.
11467         (checkbox): Create on and off images dynamically.
11468         (documentation-link): Change :help-echo.
11469         (widget-documentation-link-echo-help): Remove.
11471 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
11473         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11475         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11476         (easy-mmode-define-toggle, define-minor-mode): Use it.
11477         (easy-mmode-define-keymap): Docstring fix.
11478         (define-derived-mode): Default PARENT to fundamental-mode.
11479         Add the derived-mode-parent symbol-property.
11480         (easy-mmode-derived-mode-p): New function.
11482 2000-06-02  Dave Love  <fx@gnu.org>
11484         * files.el (convert-standard-filename): Doc fix.
11485         (normal-backup-enable-predicate): New function.
11486         (backup-enable-predicate): Use it to replace the lambda form.
11488         * calendar/todo-mode.el: [This needs more work on the outline
11489         stuff.]  Doc fixes.
11490         (todo) <defgroup>: Add :version.
11491         (todo-add-category): Don't use pushnew.
11492         (todo-cmd-raise): Fix typo.
11493         (todo-top-priorities): Change temp buffer name.
11494         (todo-category-alist): Avoid redundant lambda.
11495         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11496         Use outline-next-heading.
11498         * autoarg.el: Rewritten to use define-minor-mode.
11499         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11500         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11502 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
11504         * isearch.el (isearch-other-meta-char): Fix previous change.
11506 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11508         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11509         (log-edit-done): Only add the comment to the ring if it's different
11510         from the last comment entered.
11512         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11514 2000-06-01  Dave Love  <fx@gnu.org>
11516         * hl-line.el: Rewritten using define-minor-mode.
11518         * help.el (describe-function-1): Distinguish special form from
11519         builtin function.  Sanity-check presence of arglist for builtins.
11521 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
11523         * international/characters.el: Fix syntax/category setting of
11524         Tibetan characters.
11526         * language/tibet-util.el (tibetan-add-components): Fixes for new
11527         encoding of Tibetan characters.
11528         (tibetan-decompose-precomposition-alist): New variable.
11529         (tibetan-decompose-region): Convert precomposed characters to
11530         non-precomposed characters.
11531         (tibetan-decompose-string): Likewise.
11532         (tibetan-composition-function): Fix args to
11533         thibetan-compose-string.
11535         * language/tibetan.el (tibetan-composable-pattern): More
11536         characters included.
11537         (tibetan-consonant-transcription-alist): Rule for "R" added.
11538         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11539         "+R" added.
11540         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11542         * language/lao-util.el (lao-composition-function): Fix args to
11543         compose-string.
11545         * language/thai-util.el (thai-composition-function): Fix args to
11546         compose-string.
11548         * isearch.el (isearch-update): Set disable-point-adjustment to t
11549         to prevent the point moving to the end of a composition when a
11550         part of a composition is searched.
11551         (isearch-other-meta-char): If the key invoking this command can be
11552         mapped by function-key-map to a printing char, call
11553         isearch-process-search-char directly.
11555 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11557         * emacs-lisp/bytecomp.el:
11558         * frame.el:
11559         * international/mule-cmds.el:
11560         * international/mule-util.el:
11561         * international/mule.el:
11562         * mouse.el:
11563         * subr.el:
11564         * faces.el: Update calls to make-obsolete with a WHEN argument.
11566         * byte-run.el (make-obsolete, make-obsolete-variable):
11567         Add an optional WHEN argument and change the format of the
11568         symbol-property information.
11569         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11570         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11571         new obsolete-symbol-property format and print WHEN if it is provided.
11573 2000-05-31  Dave Love  <fx@gnu.org>
11575         * loadhist.el (loadhist-hook-functions): Remove
11576         before-change-function, after-change-function.
11577         (unload-feature): Deal with symbols which are both bound and
11578         fbound.
11580         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11581         before-change-function, after-change-function.
11583         * simple.el (newline): Don't bind before-change-function,
11584         after-change-function.
11586 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
11588         * whitespace.el (whitespace-rescan-timer-time): Update interval
11589         set to 600 seconds (10 minutes) instead of 60 seconds since
11590         a large number of whitespace buffers causes emacs to `freeze'
11591         for a considerable amount of time.
11593         * whitespace.el: Updated email address
11595 2000-05-31  Dave Love  <fx@gnu.org>
11597         * add-log.el (change-log-font-lock-keywords) <function>: Add
11598         pattern for function of change.
11599         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11600         acknowledgements patterns.
11602 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
11604         * isearch.el (isearch-printing-char): If keyboard coding system is
11605         being used, call isearch-process-search-multibyte-characters.
11607         * international/isearch-x.el: Mostly rewritten.
11609         * international/quail.el (quail-start-conversion): Don't include
11610         unhandled events in the returned events, but set them in
11611         unread-command-events.  Exit if all inputs are deleted.
11613 2000-05-30  Jason Rumney  <jasonr@gnu.org>
11615         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11617         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11618         Reenable code to create initial fontsets.
11619         Use set-fontset-font in place of put-charset-property.
11621 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
11623         * progmodes/perl-mode.el (perl-indent-line): When looking for a
11624         label, ensure that the first colon isn't followed by another.
11626         * paths.el (Info-default-directory-list): Doc fix.
11628         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11629         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11630         send a query containing USER only, not USER@HOST.
11632         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11633         and rmail-msgend to compute the restriction at the end, instead of
11634         computing it.
11636 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
11638         * dabbrev.el (dabbrev-expand): Don't display messages in the
11639         echo area if the minibuffer window is active.
11641         * jit-lock.el (jit-lock-mode): Add after change function to
11642         local hook.
11644 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
11646         * antlr-mode.el: New commands: hide/unhide actions,
11647         upcase/downcase literals.
11648         (antlr-tiny-action-length): New user option.
11649         (antlr-hide-actions): New command.  Suggested by
11650         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11651         (antlr-mode-map): New binding [C-c C-v].
11652         (antlr-mode-menu): New entries.
11653         (antlr-downcase-literals): New command.
11654         (antlr-upcase-literals): Ditto.
11656         * antlr-mode.el: Minor changes: indendation, mode-name.
11657         (antlr-indent-line): Indent cpp directive at column 0.
11658         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11660         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11661         (antlr-font-lock-additional-keywords): Workaround for intentional
11662         bug in XEmacs version of font-lock.
11663         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
11664         be used by a smarter version of `buffers-menu-grouping-function'.
11666 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
11668         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11669         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11671 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
11673         * international/encoded-kb.el
11674         (encoded-kbd-iso2022-designation-map): Pay attention to that
11675         charset-iso-final-char return -1 for eight-bit-control and
11676         eight-bit-graphic.
11678 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
11680         * speedbar.el (speedbar-use-images, speedbar-update-flag)
11681         (speedbar-easymenu-definition-base): Use display-graphic-p where
11682         available, instead of window-system.
11684 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
11686         * international/codepage.el (cp-coding-system-for-codepage-1): Add
11687         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11688         coding systems.
11690 2000-05-26  Dave Love  <fx@gnu.org>
11692         * disp-table.el (standard-display-underline): Don't use
11693         internal-find-face.
11695         * mail/reporter.el: Maintainer change.  Doc fixes.
11696         (reporter-version): Deleted.
11698         * emacs-lisp/elp.el: Maintainer change.
11699         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11701 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
11703         * add-log.el (add-change-log-entry): Merge the current entry with the
11704         previous one if the previous one is empty.
11706 2000-05-26  Dave Love  <fx@gnu.org>
11708         * loadhist.el (unload-feature): Fix interactive spec [from
11709         lijnzaad@ebi.ac.uk].
11711         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11712         subr-arity to check primitives.
11713         (byte-compile-flush-pending, byte-compile-file-form-progn)
11714         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11715         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11716         mapcar.
11718 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
11720         * international/fontset.el: Set family names of non-latin charsets
11721         in default fontset to "*".
11723         * international/mule-diag.el (print-fontset): Combine family part
11724         and registry part of the fontname by "-*-" instead of "-".
11726         * international/mule-cmds.el (encode-coding-char): Make strings
11727         multibyte before calling encode-coding-string.
11729 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
11731         * derived.el: Fix keywords.
11732         (define-derived-mode): Only define if needed.
11734         * simple.el (fill-comment, comment-column, comment-start)
11735         (comment-start-skip, comment-end, comment-indent-function)
11736         (block-comment-start, block-comment-end, indent-for-comment)
11737         (set-comment-column, kill-comment, comment-padding, comment-region)
11738         (comment-multi-line, indent-new-comment-line): Remove.
11740         * bindings.el (esc-map): Change ; to comment-dwim and use the new
11741         function names for comment operations.
11743         * newcomment.el: Add abundant autoload cookies.
11744         (comment-style): Don't depend on runtime data at compile-time.
11745         (comment-indent-hook): Remove.
11746         (comment-indent): Check if comment-indent-hook is bound.
11747         (comment-region): Docstring fix.
11749 2000-05-25  Dave Love  <fx@gnu.org>
11751         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11752         byte-code-function-p.
11754         * mail/rmailsum.el: Add provide.
11756         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11758         * smerge-mode.el (smerge-diff-switches): Don't use list* in
11759         defcustom.
11761 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
11763         * ediff-diff.el (ediff-exec-process): delete --binary option from
11764         non-buffer ediff jobs.
11766 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11768         * hilit-chg.el (highlight-changes-mode): Ask about color or
11769         grayscale support, not about window-system.
11771         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11772         window-system.
11773         (ffap-highlight): Always default to t.
11775         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11776         display-popup-menus-p instead of looking at window-system.
11778         * disp-table.el (standard-display-g1, standard-display-graphic):
11779         Only refuse to use string glyphs on X and MS-Windows.
11781         * avoid.el: Remove window-system from commentary, suggest to use
11782         display-*-p instead.
11784         * apropos.el (apropos-print): Use display-mouse-p instead of
11785         window-system.
11787 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11789         * international/codepage.el (cp-decoding-vector-for-codepage):
11790         Fill up unsupported characters with their own codes.  From Kenichi
11791         Handa.
11793 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11795         * international/mule-diag.el (describe-char-after): Use
11796         display-graphic-p instead of window-system, so that this function
11797         works on MS-DOS.
11799 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11801         * international/codepage.el (cp-make-coding-systems-for-codepage):
11802         Remove the eight-bit-graphic and eight-bit-control charsets from
11803         the list of charsets which we convert into `?'.
11805 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
11807         * international/mule-conf.el: Specify CHARSET-ID explicitely for
11808         private charsets.
11809         (mule-unicode-0100-24ff, japanese-jisx0213-1,
11810         japanese-jisx0213-2): New charsets.
11812         * international/fontset.el: Setup default fontset for new charsets.
11814 2000-05-24  Dave Love  <fx@gnu.org>
11816         * info.el (Info-find-node-2): Restructure [following "Vadim
11817         S. Solomin" <sovs@uic.nnov.ru>].
11819         * icomplete.el: Fix header for Finder.
11821 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
11823         * rmailout.el (rmail-output-to-rmail-file): Added optional param
11824         STAY.
11826         * rmail.el (rmail-automatic-folder-directives): New user variable.
11827         (rmail-show-message): Add call to `rmail-auto-file' during
11828         display.
11829         (rmail-auto-file): New function.
11831 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
11833         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11834         account.
11835         (ediff-test-utility,ediff-diff-mandatory-option)
11836         (ediff-reset-diff-options): Utilities for proper initialization of
11837         ediff-diff-options and ediff-diff3-options on Windows.
11839         * ediff-init.el (ediff-merge-filename-prefix): New customizable
11840         variable.
11842         * ediff-mult.el (ediff-filegroup-action): Use
11843         ediff-merge-filename-prefix.
11845 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
11847         * viper-ex.el (ex-write): Set selective display to nil.
11849 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
11851         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11852         aliases for hebrew-iso-8bit.
11854 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
11856         * woman.el: New version from Francis J. Wright
11857         <F.J.Wright@Maths.QMW.ac.uk>.
11858         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11859         names in environment variables regardless of the path separator.
11860         (woman-topic-all-completions-1): Don't call file-name-directory-p
11861         on all files, since woman-file-regexp already filters out any
11862         directories.
11864 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
11866         * international/quail.el (quail-start-translation): Don't change
11867         modified-p of the current buffer.
11868         (quail-start-conversion): Likewise.
11870         * international/kkc.el (kkc-region): Don't change modified-p of
11871         the current buffer.
11873         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11874         conform to RFC1468.
11875         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11877 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
11879         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11880         (speedbar-insert-button): Invisible text property fix.
11881         (speedbar-directory-plus): Renamed from speedbar-directory-+
11882         (speedbar-directory-minus): Renamed from speedbar-directory--
11883         (speedbar-page-plus): Renamed from speedbar-file-+
11884         (speedbar-page-minus): Renamed from speedbar-file--
11885         (speedbar-page): Renamed from speedbar-file-
11886         (speedbar-tag): Renamed from speedbar-tag-
11887         (speedbar-tag-plus): Renamed from speedbar-tag-+
11888         (speedbar-tag-minus): Renamed from speedbar-tag--
11889         (speedbar-expand-image-button-alist): Use above renames.
11891         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11892         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11893         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11894         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11895         * sb-pg.xpm: Renamed from sb-file.xpm
11896         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11897         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11899 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
11901         * international/quail.el (quail-show-guidance-buf): Set
11902         current-input-method of the guidance buffer to the name of the
11903         curren input method.
11905 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
11907         * progmodes/compile.el (compile-internal): Style typo.
11909         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11910         quote vars and functions in the docstring.
11912         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11914         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11915         Don't quote lambdas.
11917         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11919 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
11921         * startup.el (command-line): Determine source file of compiled
11922         user init file differently.  Warn if compiled user init file
11923         is older than its source file.
11925         * ffap.el (ffap-url-regexp): Add `https'.
11927 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
11929         * files.el (make-backup-file-name-1): Replace slashes with `!'
11930         rather than `|' (which is not allowed on Windows).  Replace the
11931         drive letters with a string "drive_X".
11933 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
11935         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11937         * files.el (interpreter-mode-alist): Add `bash2'.
11939 2000-05-22  Dave Love  <fx@gnu.org>
11941         * loadhist.el (feature-symbols, file-provides, file-requires): Use
11942         mapc.
11943         (feature-file): Avoid calling symbol-name.  Doc fix.
11944         (file-set-intersect, file-dependents): Use dolist, not mapcar.
11945         (loadhist-hook-functions): Add mouse-position-function.
11946         (unload-feature): Change uses of mapcar.
11948         * files.el (parse-colon-path): Doc fix.
11949         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11950         (set-auto-mode): Use mapc.
11952         * complete.el (PC-look-for-include-file): Use :alnum: character
11953         class.
11954         (partial-completion-mode): Add autoload cookie.
11956 2000-05-22  Sam Steingold  <sds@gnu.org>
11958         * info.el (Info-fontify-node): Fixed the call to
11959         `add-text-properties' (bug introduced on 2000-05-18).
11961 2000-05-22  Dave Love  <fx@gnu.org>
11963         * bindings.el: Remove debug-ignored-errors set in other files.
11965         * progmodes/etags.el: Add to debug-ignored-errors.
11966         (visit-tags-table-buffer): Clear out buffers holding old tables
11967         when making a new list.
11968         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11969         mapc.
11971         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
11972         quote keywords.
11973         (cmpl-string-case-type): Use character classes.
11975         * comint.el:
11976         * textmodes/ispell.el:
11977         * imenu.el:
11978         * mail/mh-e.el:
11979         * progmodes/compile.el: Add to debug-ignored-errors.
11981         * dabbrev.el: Add to debug-ignored-errors.
11982         (dabbrev-completion): Use mapc.
11984 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
11986         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11987         (woman-mapcan, woman-parse-man.conf)
11988         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11989         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11990         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
11991         path syntax better.
11992         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11993         (woman-manpath): Call woman-parse-man.conf.
11994         (woman-emulation): New defcustom, defaults to nroff.
11995         (woman-font-support): New defconst.
11996         (woman-use-symbol-font): New defcustom.
11997         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11998         "Emulation".
11999         Many functions: Doc fix.
12001 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
12003         * international/quail.el (quail-simple-translation-keymap): Map
12004         128..255 to quail-self-insert-command.
12005         (quail-keyboard-layout-alist): Add definition for "pc102-de".
12007 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
12009         * help.el (help-manyarg-func-alist): Typo.
12011         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12012         intervals which makes it heaps simpler.
12014         * newcomment.el (comment-region-internal): Go back to BEG after quoting
12015         the nested comment markers.
12017         * subr.el (remove-hook): Don't turn the hook's value into a list.
12019 2000-05-21  Dave Love  <fx@gnu.org>
12021         * edmacro.el (edmacro-parse-keys): Return vector if any elements
12022         are invalid characters.
12024         * international/mule-util.el (detect-coding-with-priority): Use
12025         mapc.  Remove redundant lambda.
12027         * international/mule-diag.el (list-non-iso-charset-chars)
12028         (describe-fontset): Remove redundant lambda.
12030         * emulation/crisp.el (brief-mode): New alias.
12032         * emacs-lisp/ring.el (ring-elements): New function.
12034         * emacs-lisp/easymenu.el (easy-menu-create-menu)
12035         (easy-menu-do-add-item): Use keywordp.
12037         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12039         * replace.el: Doc and error message fixes.
12040         (replace-highlight): Use facep, not internal-find-face.
12042 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
12044         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12046         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12047         (log-edit-insert-changelog): Drop `:' as well.
12049         * log-view.el: Fix file description.
12050         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12051         available.
12052         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12053         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12055         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12056         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12057         Print a status message if the toggle is called interactively.
12058         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12059         for global minor modes and use `defcustom' for them.
12060         Use add-minor-mode.
12061         (easy-mmode-define-derived-mode): Remove.
12062         (define-derived-mode): Fancier default docstring.
12063         (easy-mmode-define-navigation): Signal an error rather than (ding).
12065         * newcomment.el (comment-styles): New `box-multi'.
12066         (comment-normalize-vars): Better default for comment-continue to
12067         avoid whitespace-only continuations.
12068         (comment-search-forward): Always move even in the no-syntax case.
12069         (comment-padright): Only obey N if it's only obeyed for padleft.
12070         (comment-make-extra-lines): Better handling of empty continuations.
12071         Use `=' for the filler if comment-start has only one character.
12072         (uncomment-region): Try handling the special `=' filler.
12073         (comment-region): Allow LINES even if MULTI is nil.
12074         (comment-box): Choose box style based on comment-style.
12076 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
12078         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12079         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12081 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
12083         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12084         and insert, not subst-char-in-region.
12086         * international/mule-diag.el (list-character-sets-1): Handle
12087         charsets eight-bit-control and eight-bit-graphic.
12088         (list-iso-charset-chars): Likewise.
12089         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12090         charactes as is.  Use indent-to to align characters.
12092         * international/mule-cmds.el (find-multibyte-characters): Never
12093         exclude charsets eight-bit-control and eight-bit-graphic.
12095 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
12097         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12098         Don't quote lambdas.
12100         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12102 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
12104         * gud.el (gud-jdb-directories): Doc fix.
12106 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
12108         * newcomment.el: New file.
12110 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
12112         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12114 2000-05-18  Andreas Schwab  <schwab@suse.de>
12116         * dired.el (dired-between-files): Also skip lines beginning with
12117         `used'.
12119 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
12121         * msb.el (msb-menu-cond): Add choice `user'.
12123 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12125         * ps-print.el: Compatibility, customization and doc fix.
12126         (ps-printer-name-option): Replace defconst by defvar.
12127         (ps-postscript-code-directory): XEmacs compatibility.
12128         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12129         fix.
12130         (ps-user-defined-prologue, ps-print-prologue-header)
12131         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12132         compatibility and code fix.
12133         (ps-print-background-image, ps-print-background-text):
12134         Customization fix.
12135         (ps-line-number-start, ps-n-up-on): New vars.
12137 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
12139         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12140         the indent-comment function to just return the appropriate indent.
12142 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
12144         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12145         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12146         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12148 2000-05-18  Dave Love  <fx@gnu.org>
12150         * info.el (Info-fontify-node): Add intangible property as well as
12151         invisible.
12153         * calendar/appt.el (appt-make-list): Match all lines of entry.
12154         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12156 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
12158         * international/mule-diag.el (describe-char-after): Call
12159         internal-char-font, not char-font.  If internal-char-font returns
12160         nil, display "-- none --".
12162 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
12164         * image.el (image-type-available-p): Don't reference image-types
12165         if it isn't bound.
12167 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
12169         * autoarg.el (autoarg-mode): Typo in the :set argument.
12171 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
12173         * startup.el (command-line-1): Don't signal an error if the
12174         directory for auto-save-list files does not yet exist.
12176 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
12178         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12180 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
12182         * subr.el (remove-hook): `setq' hook-value, not `set'.
12184 2000-05-16  Sam Steingold  <sds@gnu.org>
12186         * info.el (debug-ignored-errors): More errors to ignore.
12188 2000-05-16  Dave Love  <fx@gnu.org>
12190         * cus-edit.el: Don't require cl or easymenu.
12191         (custom-variable-prompt): Test standard-value property, not
12192         user-variable-p.
12194 2000-05-16  Sam Steingold  <sds@gnu.org>
12196         * subr.el (add-hook): `setq' hook-value, not `set'.
12198 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
12200         * startup.el (command-line-1): Mention the FAQ in the startup
12201         message.
12203         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12205         * progmodes/compile.el (compilation-parse-errors): Collect
12206         `nomessage' regexps last.
12208         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12210         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12211         to the function name.
12213 2000-05-15  Dave Love  <fx@gnu.org>
12215         * speedbar.el (speedbar-recenter): Typo.
12216         (speedbar-expand-line): Make arg optional.
12217         (speedbar-mode): Avoid a compiler warning.
12219 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
12221         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12222         user-specified option string is empty.
12224         * mouse.el (mouse-yank-at-click): Doc fix.
12226 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
12228         * term/internal.el (IT-character-translations): More updates of
12229         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12230         documents.
12232 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
12234         * env.el (getenv): New function, interactively callable.
12235         (setenv, getenv): Remove autoload cookies.
12237         * loadup.el: Load `env'.
12239         * progmodes/f90.el: Change author's mail address.
12241 2000-05-14  Dave Love  <fx@gnu.org>
12243         * mail/rmail.el (rmail-show-message-hook): Customize and offer
12244         goto-addr as an option.
12246         * help.el (help-xref-stack): Doc fix.
12247         (help-xref-following): New variable.
12248         (help-make-xrefs): Use it.
12249         (help-xref-go-back): Use position information from stack element.
12250         (help-follow): Make position in stack element a pair.  Use
12251         help-xref-following.
12253         * autoarg.el: New file.
12255         * faces.el: Declare more functions obsolete.
12257         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12258         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12259         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12260         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12261         Remove all the setup-...-environment functions.
12263 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
12265         * speedbar.el: Updated the commentary section.  xemacs20p now uses
12266         >= when detecting.  Require `defimage' safely.
12267         (speedbar-easymenu-definition-base): Add toggle for images.
12268         (speedbar-easymenu-definition-special): Add flush cache & expand.
12269         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
12270         (speedbar-reconfigure-keymaps-hook): New variable.
12271         (speedbar-frame-parameters): Updated documentation.
12272         (speedbar-use-imenu-flag): Updated custom tag
12273         (speedbar-dynamic-tags-function-list): New variable.
12274         (speedbar-tag-hierarchy-method): Updated doc & custom.
12275         (speedbar-indentation-width, speedbar-indentation-width) New
12276         variables.
12277         (speedbar-hide-button-brackets-flag): Customizable.
12278         (speedbar-vc-indicator): Doc update.
12279         (speedbar-ignored-path-expressions): Updated default value.
12280         (speedbar-supported-extension-expressions): Updated default value.
12281         (speedbar-syntax-table): Remove {} paren status.
12282         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12283         as "+".  Added overlay aliases.
12284         (speedbar-mode): Use `speedbar-mode-line-update' instead of
12285         `force-mode-line-update'.
12286         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12287         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12288         `mouse-set-point'
12289         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12290         (speedbar-item-info-tag-helper): Revamped to handle a wider range
12291         of arbitrary text, and new helper functions.
12292         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12293         filename finder.
12294         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12295         (speedbar-directory-buttons): Update path search/expansion.
12296         (speedbar-make-tag-line): Pay attention to
12297         `speedbar-indentation-width'.  Use more care w/ invisible
12298         properties.
12299         (speedbar-change-expand-button-char): Call
12300         `speedbar-insert-image-button-maybe'.
12301         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12302         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12303         (speedbar-trim-words-tag-hierarchy)
12304         (speedbar-simple-group-tag-hierarchy): New functions
12305         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12306         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12307         functions.
12308         (speedbar-mouse-set-point): New function
12309         (speedbar-power-click): Updated documentation.
12310         (speedbar-line-token, speedbar-goto-this-file): Handle more types
12311         of tag prefix text.
12312         (speedbar-expand-line, speedbar-contract-line): Make more robust
12313         to strange text.
12314         (speedbar-expand-line): Takes universal argument to flush the
12315         cache.
12316         (speedbar-flush-expand-line): New function.
12317         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12318         Use new generator insertion method.
12319         (speedbar-fetch-dynamic-tags): New function.
12320         (speedbar-fetch-dynamic-imenu): Removed code now handled in
12321         `speedbar-fetch-dynamic-imenu'.
12322         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12323         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12324         "Revert Buffer" menu items.
12325         (speedbar-buffer-buttons-engine): Be smarter when creating a
12326         filename tag (for expansion purposes.).
12327         (speedbar-highlight-one-tag-line,
12328         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12329         (speedbar-recenter): New functions.
12330         (defimage-speedbar): Image loading abstraction.
12331         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12332         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12333         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12334         (speedbar-tag-type, speedbar-tag-mail): New images.
12335         (speedbar-expand-image-button-alist): New variable.
12336         (speedbar-insert-image-button-maybe): Insert an image over some
12337         buttons.
12339 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
12341         * international/mule-cmds.el (encode-coding-char): An ASCII
12342         character is always encodable.
12344         * international/mule-conf.el: Add more information in descriptions
12345         of character sets.
12347         * international/mule-diag.el (describe-char-after): New function.
12348         (describe-font-internal): Adjusted for the change of font-info.
12349         (describe-font): Likewise.
12350         (print-fontset): Rewritten for the new fontset implementation.
12351         (describe-fontset): Include fontset alias names in completion.
12352         (list-fontsets): Adjusted for the change of print-fontset.
12354         * simple.el (what-cursor-position): If DETAIL is non-nil, call
12355         describe-char-after instead of displaying the detail in the echo
12356         area.
12357         (syntax-code-table): Format changed.
12358         (string-to-syntax): Adjusted for the above change.
12360 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
12362         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12364 2000-05-12  Dave Love  <fx@gnu.org>
12366         * calendar/todo-mode.el: Remove some compatibility stuff and CL
12367         dependence.  Use line-{beginning,end}-position, not
12368         point-at{b,e}ol.  Some doc fixes.
12369         (todo-position): New function.  Fix callers of position to use it.
12370         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12372 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
12374         * time.el (display-time-mail-icon): Use `:ascent center'.
12376         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12377         handling FTP security extensions.
12379 2000-05-11  Dave Love  <fx@gnu.org>
12381         * calendar/todo-mode.el: New file.
12383 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
12385         * comint.el (comint-read-input-ring): Move reference to
12386         comint-input-ring-size outside of the save-excursion.  It was
12387         causing the default value to be the only one ever seen.
12389         * font-lock.el: Update copyright.  Remove Simon Marshall's email
12390         address on request from him.
12392         * subr.el (substitute-key-definition): Add comment describing
12393         the meaning of PREFIX.
12395 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
12397         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12399         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12400         (add-minor-mode): Don't make the variable buffer-local and add a
12401         reference to define-minor-mode in the docstring.
12403         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12404         HEADER/FOOTER and fix bug with trailing empty directory.
12405         (cvs-append-to-ignore): Use vc-editable-p if available.
12406         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12407         (vc-do-command): Tweak advice to handle the new VC.
12409         * log-view.el (log-view-goto-rev): New function for the new VC.
12410         (log-view-minor-wrap): Use mark-active.
12412         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12413         (log-edit-changelog-full-paragraphs): New var.
12414         (log-edit-insert-changelog): Remove a lonely leading `* file'.
12415         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12416         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12417         (log-edit-changelog-ours-p, log-edit-changelog-entries)
12418         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12419         Replace the `cvs' prefix with `log-edit'.
12421         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12423         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12424         (diff-font-lock-defaults): Explicitly turn off multiline.
12425         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12426         (diff-ediff-patch): Fix call to ediff-patch-file.
12427         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12428         Handle comments.
12430         * frame.el (automatic-hscrolling): Typo.
12432         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12434 2000-05-09  Sam Steingold  <sds@goems.com>
12436         * apropos.el (apropos-print): use `describe-face' instead of
12437         `customize-face-other-window'.
12439 2000-05-09  Dave Love  <fx@gnu.org>
12441         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12443         * help.el (describe-variable): Have customize button pop the
12444         help-xref stack when invoked.
12445         (help-xref-symbol-regexp): Add `face'.
12446         (help-make-xrefs): Check for quoted face names and adapt regexp
12447         submatch numbers to cope.
12448         (help-xref-interned): Maybe insert face doc too.  Separate
12449         sections with a line of hyphens.
12451         * faces.el:  Some doc fixes.  Declare some functions obsolete.
12452         (describe-face): Add customize button.  Return the help
12453         text.  Fix prompt.
12455 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
12457         * term/internal.el (IT-character-translations): Fix last change.
12459 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12461         * woman.el: New file
12462         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12464 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12466         * term/internal.el (IT-character-translations): Update ASCII
12467         simulations for greek-iso8859-7, add latin-iso8859-14 and
12468         latin-iso8859-15.
12470         * international/mule-cmds.el (set-language-info-alist): Call
12471         define-prefix-command with 3 arguments, to make the map suitable
12472         for a menu.
12474 2000-05-07  Dave Love  <fx@gnu.org>
12476         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12478 2000-05-05  Dave Love  <fx@gnu.org>
12480         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12481         list in doc string.  Don't quote keyword symbols.
12482         * emacs-lisp/cl.el: Likewise
12483         * emacs-lisp/cl-seq.el: Likewise
12485 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
12487         * abbrev.el (abbrev-mode): Make ARG optional.
12489 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
12491         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12493         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12495         * subr.el (substitute-key-definition): Clarify documentation.
12497 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
12499         * glasses.el (glasses-convert-to-unreadable): Use
12500         `glasses-separator' instead of the hard-wired "_".
12501         (glasses-mode): Call `glasses-make-unreadable' only in a single
12502         place.
12504 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
12506         * term/internal.el (cjk-codepages-alist): Add associations for
12507         Chinese and Korean codepages.  Remove FIXME comment.
12509 2000-05-03  Dave Love  <fx@gnu.org>
12511         * time.el (display-time-mail-face, display-time-use-mail-icon):
12512         New option.
12513         (display-time-mail-icon): New variable.
12514         (display-time-string-forms): Use the above.  Fix the local-map.
12516 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
12518         * replace.el (query-replace-map): Add binding for `E'.
12519         (query-replace-help): Extend help text.
12520         (perform-replace): Allow editing the replacement string.
12522         * make-mode.el (makefile-mode-abbrev-table): New variable.
12523         (makefile-mode): Set local abbrev table to
12524         makefile-mode-abbrev-table.
12525         (makefile-font-lock-keywords): Fontify includes and conditionals.
12527         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12528         set TOGGLE's value.
12530         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12531         mail-interactive-insert-alias.
12532         (mail-abbrev-complete-alias): New command.
12533         (mail-mode-map): Bind it to `M-TAB'.
12535 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
12537         * language/lao-util.el (lao-compose-region): New function.
12539 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
12541         * files.el (recover-session): Make directories as necessary
12542         if they don't exist yet.
12544         * calendar/cal-french.el
12545         (french-calendar-multibyte-special-days-array)
12546         (french-calendar-special-days-array): Change French text.
12547         (calendar-french-date-string): Change output.
12548         (calendar-goto-french-date): Likewise.
12550 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
12552         * wid-edit.el (widget-default-active): Obey `:always-active'.
12553         (widget-documentation-string-value-create): Set `:always-active'.
12555 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12557         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12558         default prefix to `~/_emacs.d/auto-save.list/_s'.
12559         (normal-top-level): Create the directory for auto-save files, if
12560         it doesn't already exist (in the ms-dos case only).
12562 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12564         * international/mule-cmds.el (set-language-environment): Don't
12565         concat an integer (dos-codepage), use format instead.
12567 2000-05-02  Dave Love  <fx@gnu.org>
12569         * help.el (help-xref-on-pp): Check for constant symbols.
12571 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
12573         * startup.el (normal-top-level): Put a condition-case around
12574         the code loading subdirs.el.
12576 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12578         * ps-print.el: Upside-down and face background color printing,
12579         line number step, doc fix.
12580         (ps-print-version): New version number (5.2).
12581         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12582         (ps-face-attribute-list, ps-plot-with-face): Code fix.
12583         (ps-spool-config): Var fix.
12584         (ps-printer-name-option): Const fix.
12585         (ps-print-upside-down, ps-use-face-background)
12586         (ps-line-number-step): New vars.
12587         (ps-window-system, ps-lp-system): New consts.
12588         (ps-face-background): New fun.
12590 2000-04-28  Richard Stallman  <rms@gnu.org>
12592         * files.el (make-auto-save-file-name):
12593         Apply auto-save-file-name-transforms to visited file name
12594         before generating auto save file name.
12595         (auto-save-file-name-transforms): New variable.
12597         * files.el (backup-enable-predicate):
12598         Correctly test for a file under a temporary directory.
12600 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
12602         * subr.el (add-minor-mode): Rewritten.
12604 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
12606         * mail/sendmail.el (sendmail-send-it): Set
12607         buffer-file-coding-system to the selected coding system for MIME
12608         header.
12610 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
12612         * dired.el (dired-move-to-filename-regexp): Allow format where
12613         YYYY is followed by two spaces.
12615         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12616         in the second character class of the regexp.
12618         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12619         mh-etc, too.
12621         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12622         nil.
12624         * subr.el (add-minor-mode): Use `set' instead of `setq'.
12626         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12627         argument.
12629 2000-04-27  Sen Nagata <sen@eccosys.com>
12631         * emacs-lisp/crm.el (crm-completion-table): New variable.
12632         (crm-collection-fn, crm-test-completion)
12633         (completing-read-multiple): Use it.
12635 2000-04-27  Dave Love  <fx@gnu.org>
12637         * help.el (locate-library): Use mapc.
12638         (help-manyarg-func-alist): Add call-process-region.
12640 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
12642         * subr.el (add-minor-mode): Make argument MAP optional.
12644         * desktop.el (desktop-save): Save list of minor modes.
12645         (desktop-create-buffer): Restore minor modes.
12646         (desktop-minor-mode-table): New user-option.
12648         * subr.el (add-minor-mode): New function.
12650         * image.el (find-image): New function.
12651         (defimage): Rewritten to find image at load time.
12653         * startup.el (normal-top-level-add-to-load-path): Handle
12654         case that the default directory is not in load-path.
12656         * help.el: Old patch from Stefan Monnier.
12657         (help-xref-on-pp): New function.
12658         (describe-variable): Use it to display xrefs in a symbol's value.
12660 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
12662         * cus-edit.el (custom-face): Fix parenthesis.
12664 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
12666         * mail/rmail.el (rmail-expunge): When there are no deleted
12667         messages, do nothing.
12669 2000-04-26  Dave Love  <fx@gnu.org>
12671         * international/mule-cmds.el (locale-translation-file-name):
12672         Defvar to nil.
12673         (set-locale-environment): Set it here (at runtime).
12675 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
12677         * replace.el (perform-replace): Add parameters START and END.  Use
12678         them instead of the check for a region in Transient Mark mode.
12679         (query-replace-read-args): Return two more list elements for the
12680         start and end of the region in Transient Mark mode.
12681         (query-replace, query-replace-regexp, query-replace-regexp-eval)
12682         (map-query-replace-regexp, replace-string, replace-regexp): Add
12683         optional last arguments START and END and pass them to
12684         perform-replace.
12686         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12687         form with additional arguments for perform-replace.
12689         * progmodes/etags.el (tags-query-replace): Add parameters START
12690         and END.  Construct a form with additional arguments for
12691         perform-replace.
12693         * simple.el (shell-command): Set default directory for "*Shell
12694         Command Output" buffer.
12696         * language/european.el (iso-latin-4): Fix typo.
12698         * emacs-lisp/crm.el: New file.
12700 2000-04-24  Dave Love  <fx@gnu.org>
12702         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12703         (Custom-reset-saved, Custom-reset-standard)
12704         (custom-group-value-create, custom-group-set, custom-group-save)
12705         (custom-group-reset-current, custom-group-reset-saved)
12706         (custom-group-reset-standard): Use mapc.
12707         (custom-buffer-create-internal): Disable undo when creating items.
12708         Use mapc.
12709         (custom-face): Avoid redundant lambda.
12711 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
12713         * startup.el (auto-save-list-file-prefix): Set default to
12714         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12716 2000-04-24  Sam Steingold  <sds@gnu.org>
12718         * time-stamp.el (time-stamp-string-preprocess): Always convert
12719         `field-result' to a string.
12721 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
12723         * frame.el (scrolling): New group.
12724         (automatic-hscrolling): New user-option.
12726         * startup.el (command-line-x-option-alist): Add `-lsp' and
12727         `--line-spacing'.
12729 2000-04-19  Dave Love  <fx@gnu.org>
12731         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12732         (cl-mapc): Rename from mapc.  Fix the funcall.
12734 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
12736         * simple.el (clone-indirect-buffer-other-window): New command.
12737         (clone-indirect-buffer): Add optional arg NORECROD.
12738         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12740         * help.el (resize-temp-buffer-window): Use count-screen-lines.
12742         * window.el (count-screen-lines): New function.
12743         (shrink-window-if-larger-than-buffer): Use count-screen-lines
12744         instead of window-buffer-height.
12746         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12747         non-existing variable comint-input-sentinel.
12748         (inferior-lisp-args-to-list): Removed.
12749         (inferior-lisp): Use split-string instead of
12750         inferior-lisp-args-to-list.
12752         * hexl.el (hexl-insert-hex-string): New command.
12754         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12755         instead of concat.
12757 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
12759         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12760         at the start of an existing but empty folder.
12762 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12764         * ps-mule.el: Customization fix, doc fix.
12765         (ps-multibyte-buffer): Customization fix.
12767 2000-04-17  Richard M. Stallman  <rms@gnu.org>
12769         * subr.el (read-passwd): Use read-char-exclusive.
12771 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
12773         * textmodes/texinfo.el (texinfo-insert-@email)
12774         (texinfo-insert-@emph, texinfo-insert-@quotation)
12775         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12776         (texinfo-mode-map): Add key bindings for them.
12778         * files.el (basic-save-buffer-2): Use a template with `$'
12779         instead of `#' for VMS.
12781         * simple.el (clone-indirect-buffer): New function.
12783 2000-04-16  Stephen Eglen  <stephen@gnu.org>
12785         * iswitchb.el (iswitchb-case): New function.  If the user input
12786         contains any upper-case characters, the search is made
12787         case-sensitive.
12789 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
12791         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12792         comment-end.
12793         (texinfo-font-lock-syntactic-keywords): New var.
12794         (texinfo-font-lock-keywords): Remove comment regexp.
12795         (texinfo-insert-block): New function.
12796         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12797         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
12798         and font-lock-defaults.  Use regexp-opt for outline-regexp.
12799         (texinfo-environments): New var.
12800         (texinfo-environment-regexp): Use regexp-opt and
12801         texinfo-environments.
12803         * textmodes/ispell.el (ispell-menu-map-needed): Check that
12804         ispell-process is bound since this might be eval'd before ispell
12805         is loaded.
12806         (ispell-message): Use a tiny bit less magic and a bit more hard
12807         data to figure out what kind of sc-cite-regexp to use.
12809         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12811         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12812         (insert-cyclic-diary-entry): Unquote the lambda.
12814         * gud.el (gud-jdb-build-source-files-list): Fix typo.
12816         * files.el (backup-enable-predicate): Unquote the lambda.
12818         * cus-edit.el (custom-face, face): Unquote the lambda.
12820 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12822         * ps-print.el: Check for line-beginning-position definition.
12824         * ps-print.el: Fix counting lines in a region.
12825         (ps-print-version): New version number (5.1.5).
12826         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12827         (ps-printing-region): Fun code fix.
12829 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
12831         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12832         to file-directory-p.
12834 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
12836         * gud.el (gud-jdb-build-source-files-list): Check that directory
12837         exists before calling directory-files.
12839 2000-04-13  Dave Love  <fx@gnu.org>
12841         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
12842         syntax.
12844         * emacs-lisp/cl-specs.el: Remove when, unless.
12846         * emacs-lisp/cl-extra.el: Don't quote keywords.
12847         (cl-old-mapc): New variable.
12848         (mapc): Use it.
12849         (cl-map-intervals): Use with-current-buffer.  Don't check for
12850         next-property-change.
12851         (cl-map-overlays): Use with-current-buffer.
12852         (cl-expt): Remove.
12853         (copy-tree, remprop): Define unconditionally.
12855         * emacs-lisp/cl-compat.el (keywordp): Remove.
12857         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
12858         to use keywordp.
12859         (edebug-spec): Enable keywordp.
12861         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12862         string-lessp.
12864         * cus-start.el: Use keywordp.
12866 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12868         * diary-lib.el (include-other-diary-files): Fix the fix of
12869         2000-02-18 by doing a save-excursion.
12871 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12873         * ps-print.el: Customization fix, doc fix.
12874         (ps-print-version): New version number (5.1.4).
12875         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12876         (ps-print-preprint): Adjust code.
12877         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12878         (ps-print-prologue-header, ps-print-control-characters)
12879         (ps-spool-config): Customization fix.
12881 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
12883         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12884         converted to the new menu-item format, names silightly changed,
12885         help strings added.
12887         Support for spelling without async subprocesses:
12889         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12890         (ispell-session-buffer): New variables.
12891         (ispell-start-process, ispell-process-status,
12892         ispell-accept-output, ispell-send-string): New functions, for
12893         Ispell invocation when async subprocesses aren't supported.
12894         (ispell-word, ispell-pdict-save, ispell-command-loop,
12895         ispell-process-line, ispell-buffer-local-parsing): Replace calls
12896         to process-send-string with calls to ispell-send-string, and
12897         accept-process-output with ispell-accept-output.
12898         (ispell-init-process): Call ispell-process-status instead of
12899         process-status with.
12900         (ispell-init-process): Call ispell-start-process.  Call
12901         ispell-accept-output and ispell-send-string.  Don't call
12902         process-kill-without-query and kill-process if they are unbound.
12903         (ispell-async-processp): New function.
12905 2000-04-12  Dave Love  <fx@gnu.org>
12907         * info.el: Add debug-ignored-errors.
12908         (Info-mode-menu): Add some items.
12909         (Info-directory): Add autoload cookie.
12911         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12912         Modify `truncate-lines'.  Make `describe-language-environment'
12913         always visible and add help.  Modify `describe-key' help.  Invoke
12914         Info-directory from `info'.  New entry `emacs-manual'.
12916 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
12918         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12919         propertized-buffer-identification.
12920         (ebrowse-update-member-buffer-mode-line): Likewise.
12921         (ebrowse--mode-strings): Removed.
12922         (ebrowse--mode-line-props): Removed.
12924         * files.el (auto-mode-alist): Add `EBROWSE'.
12926         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12927         space before testing for end of buffer.
12928         (ebrowse-load): Removed.
12929         (ebrowse-revert-tree-buffer-from-file): Rewritten.
12930         (ebrowse-create-tree-buffer): Rewritten.
12931         (ebrowse-tree-mode): Read tree from buffer.
12933         * progmodes/ebrowse-ffh.el: Removed.
12935 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
12937         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12939 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
12941         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12942         at the wrong place.
12944 2000-04-09  Dave Love  <fx@gnu.org>
12946         * files.el (backup-enable-predicate): Use
12947         temporary-file-directory, small-temporary-file-directory.
12948         (make-backup-file-name-function, backup-directory-alist): New
12949         variables.
12950         (make-backup-file-name-1): New function.
12951         (make-backup-file-name): Use it.
12952         (find-backup-file-name): Likewise.  Use format for clarity, not
12953         concat.
12954         (file-newest-backup): Use make-backup-file-name.
12956 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
12958         * progmodes/ebrowse-ffh.el: New file.
12960         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12961         to ebrowse-ffh.el.
12962         (ebrowse-load): Add autoload.
12964         * finder.el (finder-commentary): Add autoload cookie.
12966         * mail/rfc2368.el: Correct author's email address.
12968         * progmodes/ebrowse.el: New file.
12970         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12971         item help string.
12972         (easy-menu-do-add-item): Ditto.
12973         (easy-menu-define): Extend doc string.
12975         * jit-lock.el (with-buffer-unmodified): Use
12976         restore-buffer-modified-p.
12977         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12978         (jit-lock-function, jit-lock-stealth-fontify): Don't use
12979         with-buffer-unmodified.
12981 2000-04-08  Dave Love  <fx@gnu.org>
12983         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12984         unless, when.
12986 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
12988         * viper-util.el (viper-put-on-search-overlay): New subroutine.
12989         (viper-flash-search-pattern): No operation when using Emacs
12990         doesn't support face.
12991         Use `viper-put-on-search-overlay'.
12993 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
12995         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12996         like C-r.
12998         * progmodes/make-mode.el: Some doc fixes.
12999         (makefile-mode-abbrev-table): New variable.
13000         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13001         (makefile-font-lock-keywords): Fontify includes and conditionals.
13002         (toplevel): Require `dabbrev' and `add-log' when compiling.
13004         * replace.el (perform-replace): Don't move forward one char
13005         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
13006         to do that because it leaves point 1 position after the last
13007         replacement, after everything has been replaced.
13009         * jit-lock.el (with-buffer-unmodified): New macro.
13010         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13011         modified state.
13012         (jit-lock-function-1): Extracted from jit-lock-function; not
13013         preserving buffer's modified state.
13014         (jit-lock-function, jit-lock-stealth-fontify): Call
13015         jit-lock-function-1.
13017         * mail/rfc2368.el: Remove supernumerary copyright line.
13019 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
13021         * glasses.el: Provide facilities for inserting space before left
13022         parentheses and uncapitalization of identifiers.
13023         (glasses-mode): Try to remove old overlays in all cases.
13025 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
13027         * progmodes/compile.el (compile-internal): Display the compilation
13028         buffer in a different frame, if it's already displayed there.
13030         * mail/rfc2368.el: New file.
13032         * simple.el (sendmail-user-agent-compose): Recognize a `body'
13033         header and insert its value as mail body.
13035         * subr.el (member-ignore-case): New function.
13037         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13038         (dabbrev--find-expansion): Ignore buffers matching a regexp
13039         from dabbrev-ignored-regexps.
13041         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13042         to extensions handled by gzip.
13044 2000-04-03  Richard M. Stallman  <rms@gnu.org>
13046         * files.el (insert-directory): List the total free space
13047         along with the used space.
13049         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13050         line is followed by one that matches CITATION-REGEXP, end the
13051         paragraph.
13053 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
13055         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13056         (rmail-make-basic-summary-line): Use that option.
13058 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
13060         * international/mule-cmds.el (encoded-string-description):
13061         Rewritten.   Try pretty description for ISO 2022 escape sequences
13062         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
13063         for hexadecimal format.
13065 2000-04-01  Dave Love  <fx@gnu.org>
13067         * cpp.el: Change customization group to `c' from `C'.
13069         * vcursor.el (vcursor-move): Use display-color-p.
13071         * international/mule-util.el: Provide mule-utils.
13072         (string-to-sequence): Simplify and speed up.
13074         * international/mule.el (make-coding-system): Purecopy doc-string.
13076         * international/mule-cmds.el: Various menu changes.
13077         (describe-specified-language-support): Handle `Default'.
13078         (set-language-info): Purecopy `info'.
13080 2000-03-31  Andrew Innes  <andrewi@gnu.org>
13082         * vc.el (vc-backend-diff): Return the correct status if we had to
13083         retry the rcsdiff command without the --brief option.
13085 2000-03-31  Dave Love  <fx@gnu.org>
13087         * help.el (help-manyarg-func-alist): Correct several omissions.
13089         * add-log.el: Don't require cl, fortran.
13090         (add-log-current-defun-function): Doc fix.
13091         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
13092         fix.
13093         (change-log-version-rcs): Function deleted.
13094         (change-log-version-number-search): Doc fix.  Use
13095         vc-workfile-version.  Avoid CL dolist.
13096         (add-change-log-entry): Just call add-log-current-defun to get
13097         defun.  Simplify somewhat.
13098         (change-log-get-method-definition-1): Likewise.
13099         (add-log-current-defun): Return nil if calling
13100         add-log-current-defun-function does so.  Move Fortran stuff to
13101         fortran.el.  Return string without properties.
13103         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13104         and :alpha: char classes.
13106         * mail/supercite.el: Defvar curline when compiling.
13107         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13108         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13109         rather than a-zA-Z0-9 to allow non-ASCII characters.
13111 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
13113         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13115         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13116         Re-enable new code.
13118         * lpr.el (print-region-1): Use -d to specify printer name for
13119         systems `usg-unix-v*, `dgux', `hpux', `irix'.
13121 2000-03-31  Dave Love  <fx@gnu.org>
13123         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13124         for function definition in symbol's function value slot first
13125         instead of first consulting byte-compile-function-environment.
13127 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
13129         * language/european.el ("Polish"): New language environment.
13130         (setup-polish-environment): New function.
13132 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
13134         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13135         Disable new code.
13137         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13138         trying to `load' the symbol of an autoload instead of the file
13139         recorded in the autoload.  Fix error messages.
13141 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13143         * ps-print.el: PostScript programming fix for ghostview, doc fix.
13144         (ps-print-version): New version number (5.1.3).
13145         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13146         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13147         (ps-generate-postscript-with-faces): Code fix.
13148         (ps-color-values): XEmacs compatibility.
13149         (ps-print-background-image, ps-print-background-text, ps-printer-name)
13150         (ps-default-fg, ps-default-bg): Adjust customization.
13151         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13152         (ps-color-scale): Renaming old ps-color-value fun.
13153         (ps-print-headers): Replace ps-print-header group to avoid conflict
13154         with ps-print-header variable.
13155         (ps-print-miscellany): New group.
13156         (ps-format-color, ps-rgb-color): New funs.
13157         (ps-default-foreground): New var.
13158         (ps-printer-name-option): New const.
13160 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
13162         * net/net-utils.el:
13163         (network-connection-host, network-connection-service): New variables
13164         (network-connection-mode): New mode, derived from comint-mode
13165         (network-connection-mode-setup): New function, saves host and
13166         service information in local variables.
13168         * lisp/locate.el:
13169         (locate-word-at-point): Added this function
13170         (locate): Default to using locate-word-at-point as input
13171         Run dired-mode-hook
13173 2000-03-29  Dave Love  <fx@gnu.org>
13175         * calendar/appt.el: Doc fixes.
13176         (appt-check): Convert min-to-app to a string before passing to
13177         appt-disp-window-function or concat.
13178         (appt-delete-window): Remove test for frame-root-window.
13179         (appt-select-lowest-window, appt-convert-time): Simplify.
13181         * emacs-lisp/bytecomp.el: Doc fixes.
13182         (byte-compile-file-form-autoload): Update
13183         byte-compile-function-environment.
13185 2000-03-29  Andreas Schwab  <schwab@suse.de>
13187         * emacs-lisp/autoload.el: Also print defsubst doc string
13188         specially.
13190         * dired.el (dired-insert-directory): If dired-free-space-program
13191         failed just delete its output.
13193 2000-03-29  Dave Love  <fx@gnu.org>
13195         * international/iso-cvt.el: Move provide to end.  Doc fixes.
13196         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13197         (iso-iso2sgml, iso-sgml2iso): New functions.
13198         (iso-cvt-define-menu): Fix some entries and use backquote for
13199         clarity.
13201         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13203 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
13205         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13206         ISO-DATE.  If non-nil, return date in ISO 8601 format.
13208 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
13210         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13211         if it ever becomes used.
13212         (log-edit-mode-hook): Default to vc-log-mode-hook.
13213         (log-edit-mode): Fix the docstring.
13215         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13216         the code.
13218 2000-03-26  Dave Love  <fx@gnu.org>
13220         * net/browse-url.el (browse-url): Re-fix case of
13221         browse-url-browser-function being an alist.
13222         (browse-url): Add :link to defgroup.
13224         * files.el: Doc fixes.
13225         (file-truename): Include `[' in wildcard characters.
13226         (automount-dir-prefix): Customize.
13227         (find-file-wildcards): Add :version.
13228         (find-file-noselect): Simplify a mapcar call.
13230         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13231         compatible with inf-lisp version.
13232         (eval-defun-1): Fix custom-declare-variable case.
13234 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
13236         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13238 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
13240         * Makefile (COMPILE_FIRST): New macro.
13241         (compile-files): Compile files from COMPILE_FIRST first.
13243         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13244         code.
13246         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13247         matching open parenthesis in column 0 to defun-prompt-regexp
13248         only if open-paren-in-column-0-is-defun-start is set.
13250         * sun-curs.el: Require CL at compile-time only.
13252         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13253         instead of copy-list which is a function from CL.
13254         (msb--choose-menu, msb--mode-menu-cond)
13255         (msb--create-buffer-menu-2): Use dolist instead of mapc.
13256         (msb--init-file-alist): Use mapcar instead of mapcan.
13257         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
13258         `(' in column 0 in doc string.
13259         (msb--add-separators): Use mapcar instead of mapcan.
13261         * cus-dep.el: Require CL at compile-time only.
13263 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
13265         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13266         (byte-compile-warnings): New warning `noruntime'.
13267         (byte-compile-constants, byte-compile-variables): Fix docstring.
13268         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13269         execute `eval-whenc-compile's body.
13270         (byte-compile-unresolved-functions): Fix docstring.
13271         (byte-compile-eval): New function.
13272         (byte-compile-callargs-warn): Check if the function will be available
13273         at runtime (via property `byte-compile-noruntime').
13274         (byte-compile-print-syms): New function.
13275         (byte-compile-warn-about-unresolved-functions): Also warn about
13276         `noruntime' functions (and use `byte-compile-print-syms').
13277         (byte-compile-file): Capitalize the message.
13279 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
13281         * mail/rmail.el (rmail-confirm-expunge): New user-option.
13282         (rmail-expunge): Ask for confirmation depending on the setting
13283         of rmail-confirm-expunge.
13285 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
13287         * Makefile (bootstrap-clean): If $(emacs) exists, build
13288         loaddefs.el first.  A loaddefs.el that's not up-to-date might
13289         cause a bootstrap failure because things don't autoload as
13290         expected.
13292 2000-03-23  Dave Love  <fx@gnu.org>
13294         * net/browse-url.el: Restore previous use of
13295         browse-url-maybe-new-window.
13297 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13299         * ps-print.el: Skip banner page fix.
13300         (ps-print-version): New version number (5.1.2).
13301         (ps-begin-file, ps-end-file, ps-generate): Code fix.
13303 2000-03-23  Dave Pearson  <davep@davep.org>
13305         * net/quickurl.el Changed the type of parameter passed to the
13306         function defined by `quickurl-format-function'. Before only the
13307         text of the URL was passed. Now the whole URL structure is passed
13308         and the function is responsible for extracting the parts it
13309         requires.  Changed the default of `quickurl-format-function'
13310         accordingly.
13311         (quickurl-insert): Changed the `funcall' of
13312         `quickurl-format-function' to match the above change.
13313         (quickurl-list-insert): Changed the `url' case so that it makes
13314         use of `quickurl-format-function', previous to this the format was
13315         hard wired.
13317 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
13319         * startup.el: Change some spellings for the X Window System.
13321 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
13323         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13324         up the code and the regexp and make sure the cursor is temporarily
13325         moved to the suspicious line while querying the user.
13327 2000-03-22  Jason Rumney  <jasonr@gnu.org>
13329         * w32-fns.el (w32-charset-info-alist): Initialize.
13331 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13333         * ps-print.el: N-up last page fix.
13334         (ps-print-version): New version number (5.1.1).
13335         (ps-end-file, ps-end-job, ps-generate): Code fix.
13337 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
13339         * files.el (find-file-run-dired): Update docstring.
13340         (find-directory-functions): New hook.
13341         (find-file-noselect): Run find-directory-functions rather than
13342         calling dired directly.
13344         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13346         * pcvs.el: Add a minimal leading commentary.
13347         (cvs-make-cvs-buffer): Change the header part by removing the startup
13348         message and adding a `Module' entry.  Also replace the FOOTER and
13349         HEADER special fileinfos with the new support in ewoc for updating
13350         its own footer and header.
13351         (cvs-update-header): Update to use the header/footer of the ewoc.
13352         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13353         (cvs-is-within-p): New function.
13354         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13355         to only examine some subset of the buffers.
13357         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13358         `format' instead of our own ad-hoc functions.
13359         Remove HEADER and FOOTER cases, now handled in the EWOC.
13360         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13362         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13363         output to avoid scaring the user.
13364         (cvs-parse-table): Catch message for non-up-to-date commits.
13366         * pcvs-defs.el (cvs-startup-message): Remove.
13367         (cvs-global-menu): New autoloaded menu.
13369         * pcvs-util.el (cvs-string-fill): Remove.
13371         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13372         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13373         PP part of it and also make it work for footers and headers.
13374         (ewoc-create): Drop POS and BUFFER arguments.
13375         Use the DLL's dummy node to store the end-of-footer position.
13376         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13377         (ewoc-refresh): Remove unused `header' variable.
13378         (ewoc-(get|set)-hf): New functions.
13380         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13381         log-view-*-(message|file) and use easy-mmode-define-navigation.
13382         (log-view-message-re): Match SCCS format as well.
13383         And match the revision line rather than the dashed separator line.
13384         (log-view-mode): Use the new define-derived-mode.
13385         (log-view-current-tag): Fill in with an actual implementation.
13387         * cvs-status.el (cvs-status-(prev|next)): Rename from
13388         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13389         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13390         to let the output "breathe" a little more (more readable).
13391         (cvs-status-mode): Use the new define-derived-mode.
13393         * smerge-mode.el (smerge-auto-leave): New function and variable.
13394         (smerge-basic-map): Rename from smerge-basic-keymap.
13395         Change the bindings for smerge-diff-*.
13396         (smerge-*-map): Use easy-mmode-defmap.
13397         (smerge-(next|prev)): Use easy-mmode-define-navigation.
13398         (smerge-keep-*): Use smerge-auto-leave.
13400 2000-03-21  Jason Rumney  <jasonr@gnu.org>
13402         * cus-edit.el (custom-button-face): Use 3D look for w32.
13403         (custom-button-pressed-face): Likewise.
13405 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
13407         * progmodes/etags.el (tags-case-fold-search): New user-option.
13408         (tags-loop-eval): New function.  Bind case-fold-search around eval
13409         depending on the value of tags-case-fold-search.
13410         (tags-loop-continue): Use tags-loop-eval.
13411         (find-tag-in-order): Bind case-fold-search depending on the value
13412         of tags-case-fold-search.
13414 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
13416         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13417         (diff-end-of-hunk): Return the end position for use in
13418         `easy-mmode-define-navigation'.
13419         (diff-recenter): Remove.
13420         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13421         of `easy-mmode-define-navigation'.
13422         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13423         previous renaming) and fix to use new names.
13424         (diff-merge-strings): Use \n as separator: simpler, faster.
13425         (diff-mode): Use `define-derived-mode'.
13427         * derived.el (define-derived-mode): Don't autoload anymore.
13428         Prefer the macro-only version provided by easy-mmode.el.
13430         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13431         `easy-mmode-define-derived-mode'.
13432         Use `combine-run-hooks'.
13433         (easy-mmode-define-navigation): New macro.
13435         * subr.el (combine-run-hooks): New function.
13437 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
13439         * term/x-win.el: Fontsets related initialization is simplified.
13441         * international/mule-diag.el (describe-font): Don't refer to
13442         global-fontset-alist, instead call font-list.
13443         (describe-fontset, list-fontsets, mule-diag): Likewise.
13444         (print-fontset): Adjusted for the change of fontset
13445         implementation.
13447         * international/fontset.el (x-charset-registries): Variable
13448         removed, instead the corresponding data is stored in the default
13449         fontset.
13450         (register-alternate-fontnames): Function removed.
13451         (resolved-ascii-font): Variable removed.
13452         (x-compose-font-name): Ignore the second argument REDOCE.
13453         (x-complement-fontset-spec): Complement only an ASCII font and
13454         element for those charsets than can use that ASCII font.
13455         (generate-fontset-menu): Don't refer to global-fontset-alist,
13456         instead call fontset-list.
13457         (uninstantiated-fontset-alist): Variable removed.
13458         (x-style-funcs-alist): Likewise.
13459         (fontset-default-styles): Likewise.
13460         (x-modify-font-name): Function removed.
13461         (create-fontset-from-fontset-spec): Ignore the argument
13462         STYLE-VARIANT.
13463         (create-fontset-from-ascii-font): Docsting adjusted for the above
13464         change.
13465         (instantiate-fontset, resolve-fontset-name): Functions removed.
13466         (fontset-list): Now implemented by C code.
13468         * faces.el (read-face-font): Fix TABLE arg to completing-read.
13469         (describe-face): Include `font' attribute in the description.
13471 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
13473         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13475 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
13477         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13478         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13479         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13481         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13482         about behavior of set-buffer-modified-p wrt redisplay.
13484 2000-03-19  Richard M. Stallman  <rms@gnu.org>
13486         * view.el (view-mode-disable): Kill local binding of view-read-only.
13488 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
13490         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13491         is a string, convert it to a syntax cell using string-to-syntax.
13493         * simple.el (syntax-code-table, syntax-flag-table): New variables.
13494         (string-to-syntax): New function.
13496         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13497         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13498         try to use passive ftp mode.
13500 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
13502         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13504         * simple.el (append-to-buffer): Update point of windows after
13505         insertion.
13507         * abbrev.el (inverse-add-abbrev): Identify word by first moving
13508         forward then moving backward.  Reindent.
13510         * frame.el (other-frame): Call x-focus-frame only if
13511         focus-follows-mouse is off.
13513 2000-03-17  Dave Love  <fx@gnu.org>
13515         * pcvs-util.el (cvs-strings->string): Rename
13516         replace-regexps-in-string.
13518 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
13520         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13521         regexp for labels cannot span several lines.
13523         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13524         `(setq :<key> ':<key>)' to the macro expansion.
13526 2000-03-16  Dave Love  <fx@gnu.org>
13528         * progmodes/f90.el (f90): Put custom group under `languages', not
13529         `fortran'.
13530         (f90-mode-hook): Customize.
13531         (f90-mode): Set add-log-current-defun-function.
13532         (f90-current-defun): New function.
13534 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
13536         * cus-edit.el (custom-variable-tag-face): Handle case that
13537         default face's height is not a number.
13538         (custom-face-tag-face, custom-group-tag-face-1)
13539         (custom-group-tag-face): Ditto.
13540         (custom-group-tag-face-1): Add :group.
13542         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13544 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
13546         * pcvs-defs.el (toplevel): Remove autoload cookie for form
13547         requiring easymenu.
13549 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13551         * ps-print.el: PostScript user-defined prologue, PostScript error
13552         handler, doc fix.
13553         (ps-print-version): New version number (5.1).
13554         (ps-user-defined-prologue, ps-error-handler-message)
13555         (ps-print-prologue-0, ps-error-handler-alist): New vars.
13556         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13557         (ps-insert-string): New function.
13559 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
13561         * international/ccl.el (ccl-compile-expression): Don't generate
13562         invalid self-assignment code.
13564 2000-03-14  Dave Love  <fx@gnu.org>
13566         * subr.el (replace-regexp-in-string): Renamed from
13567         replace-regexps-in-string.  Doc fix.
13569 2000-03-12  Dave Love  <fx@gnu.org>
13571         * cus-edit.el: Doc fixes.
13572         (customize-set-variable, customize-save-variable): Rename args for
13573         doc.
13574         (custom-variable-tag-face, custom-face-tag-face)
13575         (custom-group-tag-face-1, custom-group-tag-face): Modify from
13576         style which user identify as hyperlink.
13577         (hook): Don't add undefined functions to the hook.
13578         (debug-ignored-errors): Transfer message from bindings.el.
13580 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13582         * recentf.el (recentf-keep-non-readable-files-p): Remove
13583         double/nested definition.
13585 2000-03-12  Dave Love  <fx@gnu.org>
13587         * facemenu.el (facemenu-get-face): Use display-color-p.
13588         * enriched.el (enriched-decode-foreground): Likewise.
13589         (enriched-decode-background): Likewise.
13590         * isearch.el (isearch-highlight): Likewise.
13591         * info-look.el (info-lookup): Likewise.
13592         * simple.el (completion-setup-function): Likewise.
13594         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13595         :options.
13597         * bindings.el (mode-line-format): Fix line-number and
13598         column-number items.  Add help-echo for the background.
13599         (mode-line-mule-info): Modify help-echo.
13601         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13603         * files.el (load-file): Allow completion to .elc.
13605         * man.el: Doc fixes.
13606         (Man-init-defvars): Use display-color-p to set fontification.
13608         * play/hanoi.el (hanoi-internal): Don't use oddp.
13610 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13612         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13614         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13616 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13618         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13619         Fix comment.
13621 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
13623         * font-lock.el (font-lock-keywords): Fix the doc now that
13624         regexp-opt-depth is unnecessary.
13625         (save-buffer-state): Set an edebug spec.
13626         (font-lock-fontify-anchored-keywords): Properly handle the case when
13627         the matcher goes past the limit.
13629         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13630         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13632         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
13633         dll.el and cookie.el (from Elib) with heavy renaming and other
13634         massaging.
13636         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13637         Autoload the functions used.
13638         (easy-mmode-define-syntax): Fix CL typo.
13639         (easy-mmode-define-derived-mode): Improve the docstring generation.
13641 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
13643         * textmodes/texinfo.el (texinfo-version): Variable and function
13644         removed.
13646 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
13648         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13649         allow more flexibility.
13650         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13651         fns.
13652         (easy-mmode-defmap, easy-mmode-defsyntax)
13653         (easy-mmode-define-derived-mode): New macros.
13655 2000-03-09  Didier Verna  <didier@xemacs.org>
13657         * rect.el (replace-rectangle): New function.
13659 2000-03-09  Dave Love  <fx@gnu.org>
13661         * progmodes/fortran.el (fortran-comment-line-start): Define as
13662         "C".
13663         (fortran-comment-line-start-skip): Don't match cpp stuff.
13664         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
13665         (fortran-mode-map): Remove over-eager custom-menu-create for now.
13666         (fortran-mode): Don't set fortran-comment-line-start-skip,
13667         fortran-comment-line-start here.  Set comment-start,
13668         add-log-current-defun.
13669         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13670         (fortran-current-defun): New function.
13672 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
13674         * emacs-lisp/re-builder.el: New file.
13676         * mouse.el (mouse-drag-region): Don't run up-event handler
13677         if hscroll has changed.
13679         * octave-mod.el (octave-font-lock-keywords): To font-lock the
13680         builtin operators, use `font-lock-builtin-face' for Emacs and
13681         `font-lock-preprocessor-face' otherwise.
13683         * font-lock.el (lisp-font-lock-keywords-1): Highlight
13684         `(defun (setf foo)' differently.
13686 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
13688         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13689         (regexp-opt): Update comment and adapt the code the new meaning of
13690         the `paren' argument of regex-opt-group for shy-groups.
13691         (regexp-opt-depth): Handle shy groups as well as backslashed
13692         backslashes.
13693         (regexp-opt-group): Turn the leading comment into a docstring.
13694         Allow `paren' to be a string (the string to use to open a group).
13695         Remove open-presuf and close-presuf.  Instead of checking for `all
13696         one-char' and then later on check for `several one-char', handle
13697         both cases close together.  Also apply a more generic algorithm
13698         for suffixes (the mirror image of the algorithm used for
13699         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
13700         (regexp-opt-try-suffix): Removed.
13702         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13703         from comint-mode-map, so we can just inherit from it.  Also, move
13704         the initialization into the `defvar' since there's no docstring
13705         anyway and it's fairly short.
13706         (inferior-scheme-mode): Define it as derived-mode: the code is
13707         shorter and this way we inherit from comint-mode-map rather than
13708         copying it.
13710         * subr.el (replace-regexps-in-string): Properly handle the case
13711         where we match an empty string.
13713         * comint.el (comint-exec-1): Add the current-dir to the exec-path
13714         when the command has a directory component (such as "./testml").
13715         Also fix a typo in the comment.
13717 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
13719         * Makefile (compile-files): Compile files one by one because
13720         that's the only way to ensure a clean compilation environment for
13721         each individual file.
13723         * frame.el (other-frame): Call x-focus-frame.
13725 2000-03-07  Dave Love  <fx@gnu.org>
13727         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13728         :require to defcustom.
13730         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13731         lists.
13733         * files.el (auto-mode-alist): Add configure.in.
13735         * progmodes/autoconf.el: New file.
13737 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
13739         * mail/mh-e.el: Change maintainer to `none'.
13741         * recentf.el (recentf-keep-non-readable-files-p): Quote args
13742         to remove-hook and add-hook.
13744 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
13746         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13747         it as the default.
13748         (mail-send): Test mail-send-nonascii also for the new `mime' value.
13749         (sendmail-send-it): Conditionally add MIME headers specifying the
13750         used character set.
13752 2000-03-07  Dave Love  <fx@gnu.org>
13754         * winner.el: Fix keywords, autoload cookies.  Split
13755         eval-when-compile form to avoid compilation failure.
13757 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
13759         * international/mule.el: Modify comment about coding system
13760         property `coding-category'.
13761         (make-coding-system): New argument EOL-TYPE.  Pay attention to
13762         coding-category property of PROPERTIES.
13764         * international/mule-conf.el (coding-category-utf-8,
13765         coding-category-utf-16-be, coding-category-utf-16-le): New coding
13766         categories.  Include them in the argument for set-coding-priority.
13768         * international/mule-cmds.el (reset-language-environment): Include
13769         coding-category-utf-8, coding-category-utf-16-be, and
13770         coding-category-utf-16-le in the argument for set-coding-priority.
13771         (reset-language-environment): Initialize coding-category-utf-8,
13772         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13774 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
13776         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13777         code abstracted out of `bookmark-jump-noselect'.  Now tries info
13778         extensions as well as compression extensions.
13779         (bookmark-jump-noselect): Use above new func.
13781 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
13783         * strokes.el: Change maintainer's mail address.
13785 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
13787         * international/mule-diag.el (list-character-sets): Make help-echo
13788         string by substitute-command-keys.
13789         (list-character-sets): Likewise.
13790         (sort-listed-character-sets): Call help-setup-xref.
13792 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
13794         * time.el (display-time-mail-file): Add `none' to the list of
13795         choices.
13797 2000-03-01  Dave Love  <fx@gnu.org>
13799         * help.el (help-xref-go-back): Don't try to set position.
13801         * international/mule-diag.el (list-character-sets): Call
13802         help-setup-xref.  Add help-echo to xrefs.
13803         (list-character-sets-1): Add help-echo to xrefs.
13805 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
13807         * frame.el (blink-cursor-mode): Switch cursor on when turning
13808         the mode off.
13810         * add-log.el (add-log-current-defun): Add support for
13811         Autoconf mode.
13813         * mail/rmail.el (rmail-quit-hook): New variable.
13815 2000-03-01  Dave Love  <fx@gnu.org>
13817         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13819         * help.el (help-xref-button): Add help-echo arg.
13820         (describe-function-1, describe-variable, help-make-xrefs): Use it.
13822         * faces.el (list-faces-display): Supply help-echo with
13823         help-make-xrefs.
13825         * facemenu.el (list-text-properties-at): Set help-xref-stack to
13826         nil.
13828 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
13830         * image.el (defimage): Look for image files in load-path.
13832         * frame.el (busy-cursor-delay-seconds): Change type to
13833         `number'.
13835 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13837         * recentf.el (recentf): Added version tag to the defgroup of
13838         recentf.
13840 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13842         * recentf.el (recentf-cleanup): Changed to remove excluded file
13843         too.
13844         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13845         action to select/unselect a file.
13846         (recentf-edit-list): Code cleanup and improvement.
13847         (recentf-open-more-files-action): `recentf-open-more-files' button
13848         widget action to open a file.
13849         (recentf-open-more-files): No more use standard completion but
13850         widgets.
13851         (recentf-more-collection): Deleted.
13852         (recentf-more-history): Deleted.
13853         (recentf-setup-more-completion): Deleted.
13855 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13857         * recentf.el (recentf-mode): No more needs that Emacs is running
13858         under a window-system.
13860 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13862         * recentf.el (recentf-edit-list): New command to edit the recent
13863         list which allow the user to remove files.
13864         (recentf-edit-selected-items): New global variable, used by
13865         `recentf-edit-list' to hold the list of files to be removed from
13866         the recent list.
13867         (recentf-make-menu-items): Updated to display a "Edit list..."
13868         menu item.  Minor code cleanup.
13870 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13872         * recentf.el (recentf-open-more-files): New command to open files
13873         that are not displayed in the menu.
13874         (recentf-more-collection): New global variable holding the set of
13875         permissible completions used by `recentf-open-more-files'.
13876         (recentf-more-history): New global variable holding the history list
13877         used by `recentf-open-more-files' completion.
13878         (recentf-setup-more-completion): New function to setup completion for
13879         `recentf-open-more-files'.
13880         (recentf-make-menu-items): Updated to display a "More..." menu item.
13882 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13884         * recentf.el (recentf-menu-action): Doc fixed.
13886 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13888         * recentf.el (recentf-menu-filter): Doc updated.
13889         (recentf-update-menu-hook): Allow menu filters to force menu update.
13890         (recentf-make-menu-items): New menu filter handling.
13891         (recentf-make-menu-item): New helper function.
13892         (recentf-menu-elements): New menu handling function.
13893         (recentf-sort-ascending): Updated to new menu filter handling.
13894         (recentf-sort-descending): Updated to new menu filter handling.
13895         (recentf-sort-basenames-ascending): New menu filter function.
13896         (recentf-sort-basenames-descending): New menu filter function.
13897         (recentf-show-basenames): New menu filter function.
13898         (recentf-show-basenames-ascending): New menu filter function.
13899         (recentf-show-basenames-descending): New menu filter function.
13901 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13903         * diary-lib.el (list-diary-entries): Don't try to go forward at
13904         the end of the buffer.
13906 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
13908         * international/mule-diag.el (list-character-sets): Completely
13909         rewritten.
13910         (sort-listed-character-sets): New function.
13911         (list-character-sets-1): Completely rewritten.
13912         (list-character-sets-2): New function.
13913         (non-iso-charset-alist): New variable.
13914         (decode-codepage-char): New function.
13915         (charset-history): New variable.
13916         (read-charset) (list-block-of-chars)
13917         (list-iso-charset-chars)
13918         (list-non-iso-charset-chars)
13919         (list-charset-chars): New functions.
13920         (mule-diag): Call list-character-sets-2, not
13921         list-character-sets-2.
13922         (dump-charsets): Likewise.
13924 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
13926         * dired-x.el (dired-filename-at-point): Add `@' to valid
13927         file name characters.
13928         (dired-filename-at-point): Handle ange-ftp file names.
13930         * frame.el (frame-notice-user-settings): Use assq-delete-all
13931         instead of assoc-delete-all.
13932         (frame-notice-user-settings): Ditto.
13934         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13935         Don't copy alist.
13937 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
13939         * calculator.el (calculator-use-menu): New option.
13940         (calculator-initial-bindings): Changed some bindings to work as
13941         macros.
13942         (calculator-forced-input): Removed.
13943         (calculator-restart-other-mode): New variable.
13944         (calculator-mode-map): Set up menu.
13946 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
13948         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13949         tags.
13951 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
13953         * viper-cmd.el (viper-envelop-ESC-key): added the option to
13954         translate all ESC key sequences.
13955         (viper-goto-mark-subr): restore markers for files for which
13956         they were saved.
13957         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13958         * viper-util.el (viper-set-replace-overlay-glyphs,
13959         viper-set-replace-overlay): always check if the replacement
13960         overlay is live.
13961         * viper.el (viper-vi-state-mode-list): added major modes.
13962         * ediff-wind.el: minor comment changes.
13963         * ediff.el: copyright notice date fix.
13965 2000-02-27  Jason Rumney  <jasonr@gnu.org>
13967         * faces.el (face-font-family-alternatives): Add arial to helv.
13968         (mode-line, header-line, tool-bar): Same default as x for w32.
13969         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13970         face-font-family-alternatives from working.
13971         * term/w32-win.el (mouse-set-font): Do not build fontset from
13972         chosen font.
13974 2000-02-25  Sam Steingold  <sds@goems.com>
13976         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13977         properly.
13979 2000-02-25  Richard M. Stallman  <rms@gnu.org>
13981         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13983 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
13985         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13986         writable.
13988         * frame.el (busy-cursor-delay-seconds): New option.
13990 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
13992         * frame.el (show-cursor-in-non-selected-windows): New option.
13994 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13996         * diary-lib.el (include-other-diary-files): Undo the selective
13997         display in any included file and don't kill it.
13999 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
14001         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14002         bar.  Menu items converted to (menu-item format, help strings
14003         added.
14004         [downcase, upcase]: Don't enable on MS-DOS.
14005         [symlink, symlinks]: Don't show if make-symbolic-link is not
14006         bound.
14007         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14009 2000-02-23  Dave Love  <fx@gnu.org>
14011         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14012         (backward-kill-word): Revert addition of * to interactive spec --
14013         it's a feature.
14015         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14016         (backward-kill-sentence, kill-sentence): Likewise.
14018         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14019         scratch buffer name.
14020         (gud-format-command): Use int-to-string in ?l case.  Simplify
14021         slightly.
14023         * term/w32-win.el (internal-face-interactive): Update prompt for
14024         new read-face-name.
14026         * mail/footnote.el (footnote): Add :version to defgroup.
14027         (footnote-section-tag-regexp): Customize.
14028         (footnote-start-tag, footnote-end-tag): New option.
14029         (footnote-latin-regexp): New variable.
14030         (Footnote-latin): New function.
14031         (footnote-style-alist): Add element for latin style.
14032         (footnote-style): Moved.
14033         (Footnote-goto-footnote): Use eq to test arg.
14035         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14037         * emacs-lisp/byte-opt.el: Change old backquote syntax.
14038         (byte-compile-trueconstp): Include keywords.
14039         (byte-optimize-quote, byte-optimize-lapcode): Use
14040         byte-compile-const-symbol-p.
14041         (byte-optimize-char-before): New optimization.
14043         * emacs-lisp/bytecomp.el: Change old backquote syntax.
14044         (byte-compile-const-symbol-p): New function.
14045         (byte-compile-constp, byte-compile-out-toplevel)
14046         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14047         Use it.
14049         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
14051 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
14053         * international/encoded-kb.el: Be sure to update minor-mode-alist
14054         and minor-mode-map-alist.
14055         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14056         codes SS2 and SS3 correctly.
14057         (encoded-kbd-self-insert-ccl): New function.
14058         (encoded-kbd-setup-keymap): New function.
14059         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
14060         by calling encoded-kbd-setup-keymap.
14062         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14063         characters.
14064         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14065         locally.
14067 2000-02-22  Dave Love  <fx@gnu.org>
14069         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14070         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14071         defvar.
14072         (lisp-mode-syntax-table): Set up for #|...|# comments.
14073         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
14074         classes.  Match `defface'.
14075         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14076         (eval-defun-1): Fix for defcustom.
14077         (lisp-indent-region): Doc fix.
14079         * subr.el (when, unless, split-string): Doc fix.
14080         (read-passwd): Move call of clear-this-command-keys to the right
14081         place.
14082         (replace-regexps-in-string): New function.
14084 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
14086         * help.el (describe-variable): Set syntax table to
14087         emacs-lisp-mode-syntax-table when moving forward over the
14088         symbol's name.
14090 2000-02-22  Dave Love  <fx@gnu.org>
14092         * xt-mouse.el: Doc fixes.
14093         (xterm-mouse-position-function): New function, replacing advice of
14094         mouse-position.
14095         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
14097         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14099 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
14101         * format.el (format-annotate-single-property-change): Handle
14102         properties.with dotted-list values.
14103         (format-proper-list-p): New function.
14105         * enriched.el (enriched-face-ans): Handle '(foreground-color
14106         . COLOR) and (background-color . COLOR).
14108 2000-02-20  Dave Love  <fx@gnu.org>
14110         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14111         and assignments to it.
14112         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14113         current local map.
14114         (make-flyspell-overlay): Use it.
14115         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14117         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14118         (lm-get-header-re): Defun, not defsubst.
14119         (lm-get-package-name): Defun, not defsubst.  Simplify.
14120         (lm-version): Doc fix.  Simplify.
14121         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14122         (lm-crack-address, lm-last-modified-date, lm-commentary)
14123         (lm-verify, lm-synopsis): Simplify.
14124         (lm-report-bug): Require emacsbug.  Use compose-mail.
14126 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
14128         * dired.el (dired-mode): Call propertized-buffer-identification
14129         to set mode-line-buffer-identification to something having
14130         the right text properties.
14132         * bindings.el (propertized-buffer-identification): New function.
14134 2000-02-20  Dave Love  <fx@gnu.org>
14136         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14137         check for t-mouse too.
14139         * cus-start.el: Make echo-keystrokes `number'.
14141 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
14143         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14144         Don't call ring-empty-p unless tags-location-ring is bound.
14145         From Noah Friedman <friedman@splode.com>.
14147 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
14149         * progmodes/hideshow.el (hs-flag-region): No longer use
14150         `intangible' overlay property.
14152         (hs-toggle-hiding): New command.
14153         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14155         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14156         Fix omission bug: Run `hs-minor-mode-hook' for both activation
14157         and deactivation.
14159 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
14161         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14163 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
14165         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14167         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14168         of `*' to handle `(* ... *)' comments.
14170 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
14172         * faces.el (list-faces-display): Use display-mouse-p instead of
14173         window-system.
14175         * menu-bar.el (global-map): Menu-bar items converted to the new
14176         format (menu-item..., rearranged for better CUA compliance, and
14177         their names changed for better clarity.  Help strings added.
14179         * international/mule-cmds.el (mule-menu-keymap)
14180         (describe-language-environment-map, set-coding-system-map)
14181         (setup-language-environment-map): Convert to new (menu-item...
14182         form, add help strings.  Change names of menu items for better
14183         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
14184         submenu).
14186 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
14188         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14189         within the code.
14191 2000-02-16  Dave Love  <fx@gnu.org>
14193         * faces.el: Don't require custom.  Add more specific :groups to
14194         various deffaces.
14195         (set-face-attribute): Purecopy args.
14196         (read-face-name): Default to name at point and use it in prompt.
14197         Remove colon from arg in all callers.
14198         (list-faces-display): Hyperlink to face descriptions and customize
14199         buffers.
14201 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
14203         * wid-edit.el (widget-match-inline): An atom never matches a
14204         list.
14206 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14208         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14209         at ':' characters by call to split-string.
14211 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14213         * textmodes/bibtex.el: Added RCS version identification.
14215 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14217         * textmodes/bibtex.el: Some temporary comments removed.
14218         (bibtex-field-name, bibtex-entry-type): Made the relationship
14219         explicit.
14220         (bibtex-field-const): Allow capital letters.
14221         (bibtex-start-of-string): Deleted because unused.
14223         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
14224         use the term 'reference' to describe a bibtex entry as a whole.
14225         Further, reference keys are no longer called 'labels'.
14226         (bibtex-keys): Renamed to bibtex-reference-keys.
14227         (bibtex-reformat-previous-labels): Renamed to
14228         bibtex-reformat-previous-reference-keys.
14229         (bibtex-reference-type): Renamed to bibtex-entry-type.
14230         (bibtex-reference-head): Renamed to bibtex-entry-head.
14231         (bibtex-reference-maybe-empty-head): Renamed to
14232         bibtex-entry-maybe-empty-head.
14233         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14234         (bibtex-search-reference): Renamed to bibtex-search-entry.
14235         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14236         bibtex-enclosing-entry-maybe-empty-head.
14237         (bibtex-entry-field-alist, bibtex-entry-head,
14238         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14239         bibtex-map-entries, bibtex-search-entry,
14240         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14241         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14242         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14243         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14244         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14245         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14246         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14248 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14250         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14251         comment.
14252         (bibtex-format-field-delimiters): New function, functionality
14253         extracted from bibtex-format-entry.
14254         (bibtex-autokey-get-yearfield-digits): New function, functionality
14255         extracted from bibtex-autokey-get-yearfield.
14257         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14258         entries in order to avoid stack overflow in the regexp matcher if
14259         field contents become large.
14260         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14261         bibtex-field-string-part-not-braced,
14262         bibtex-field-string-part-no-inner-braces,
14263         bibtex-field-string-part-1-inner-brace,
14264         bibtex-field-string-part-2-inner-braces,
14265         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14266         bibtex-field-string-quoted, bibtex-field-string,
14267         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14268         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14269         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14270         as parsing is now performed by the following functions.
14271         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14272         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14273         bibtex-parse-field-string, bibtex-search-forward-field-string,
14274         bibtex-parse-association, bibtex-field-name-for-parsing,
14275         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14276         bibtex-search-forward-field, bibtex-search-backward-field,
14277         bibtex-start-of-field, bibtex-end-of-field,
14278         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14279         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14280         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14281         bibtex-parse-string, bibtex-search-forward-string,
14282         bibtex-search-backward-string, bibtex-start-of-string,
14283         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14284         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14285         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14286         entries.  Instead of reporting the results of the parsing by
14287         match-beginning or match-end, these functions return data structures
14288         that hold the corresponding positions.
14289         (bibtex-enclosing-field): Changed to also report field boundaries by
14290         return values rather than by match-beginning or match-end.  The
14291         following functions have been adapted to use the new parsing
14292         functions.
14293         (bibtex-skip-to-valid-entry, bibtex-search-reference,
14294         bibtex-enclosing-field, bibtex-format-entry,
14295         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14296         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14297         bibtex-print-help-message, bibtex-end-of-entry,
14298         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14299         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14300         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14301         method for parsing.
14302         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14303         bibtex-map-entries, bibtex-flash-head,
14304         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14305         bibtex-autokey-change, bibtex-autokey-get-namefield,
14306         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14307         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14308         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14309         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14310         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14311         order to make the new binding of case-fold-search immediately
14312         visible.
14314 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14316         * textmodes/bibtex.el: Copyright notice is up to date.
14317         Added constant 'bibtex-maintainer-salutation.
14319         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14320         than make-temp-name, use match-string-no-properties and eliminate
14321         a quadratic behavior when building bibtex-strings.
14323         * bibtex.el (bibtex-reference-key): Accept string entries whose
14324         reference key contains upper case letters.
14326 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14328         * bibtex.el (bibtex-reference-head): Allow entries to start with
14329         a new line.
14331 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14333         * bibtex.el: Hiding of entry bodies is not longer provided by
14334         bibtex.el directly.  Instead the hideshow package can be used.
14335         Added a special bibtex entry to hs-special-modes-alist.
14336         (bibtex-hs-forward-sexp): Added for hideshow.el.
14338 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14340         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14341         at ':' characters by call to split-string.
14343 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14345         * textmodes/bibtex.el: Added RCS version identification.
14347 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14349         * textmodes/bibtex.el: Some temporary comments removed.
14350         (bibtex-field-name, bibtex-entry-type): Made the relationship
14351         explicit.
14352         (bibtex-field-const): Allow capital letters.
14353         (bibtex-start-of-string): Deleted because unused.
14355         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
14356         use the term 'reference' to describe a bibtex entry as a whole.
14357         Further, reference keys are no longer called 'labels'.
14358         (bibtex-keys): Renamed to bibtex-reference-keys.
14359         (bibtex-reformat-previous-labels): Renamed to
14360         bibtex-reformat-previous-reference-keys.
14361         (bibtex-reference-type): Renamed to bibtex-entry-type.
14362         (bibtex-reference-head): Renamed to bibtex-entry-head.
14363         (bibtex-reference-maybe-empty-head): Renamed to
14364         bibtex-entry-maybe-empty-head.
14365         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14366         (bibtex-search-reference): Renamed to bibtex-search-entry.
14367         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14368         bibtex-enclosing-entry-maybe-empty-head.
14369         (bibtex-entry-field-alist, bibtex-entry-head,
14370         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14371         bibtex-map-entries, bibtex-search-entry,
14372         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14373         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14374         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14375         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14376         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14377         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14378         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14380 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14382         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14383         comment.
14384         (bibtex-format-field-delimiters): New function, functionality
14385         extracted from bibtex-format-entry.
14386         (bibtex-autokey-get-yearfield-digits): New function, functionality
14387         extracted from bibtex-autokey-get-yearfield.
14389         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14390         entries in order to avoid stack overflow in the regexp matcher if
14391         field contents become large.
14392         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14393         bibtex-field-string-part-not-braced,
14394         bibtex-field-string-part-no-inner-braces,
14395         bibtex-field-string-part-1-inner-brace,
14396         bibtex-field-string-part-2-inner-braces,
14397         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14398         bibtex-field-string-quoted, bibtex-field-string,
14399         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14400         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14401         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14402         as parsing is now performed by the following functions.
14403         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14404         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14405         bibtex-parse-field-string, bibtex-search-forward-field-string,
14406         bibtex-parse-association, bibtex-field-name-for-parsing,
14407         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14408         bibtex-search-forward-field, bibtex-search-backward-field,
14409         bibtex-start-of-field, bibtex-end-of-field,
14410         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14411         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14412         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14413         bibtex-parse-string, bibtex-search-forward-string,
14414         bibtex-search-backward-string, bibtex-start-of-string,
14415         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14416         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14417         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14418         entries.  Instead of reporting the results of the parsing by
14419         match-beginning or match-end, these functions return data structures
14420         that hold the corresponding positions.
14421         (bibtex-enclosing-field): Changed to also report field boundaries by
14422         return values rather than by match-beginning or match-end.  The
14423         following functions have been adapted to use the new parsing
14424         functions.
14425         (bibtex-skip-to-valid-entry, bibtex-search-reference,
14426         bibtex-enclosing-field, bibtex-format-entry,
14427         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14428         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14429         bibtex-print-help-message, bibtex-end-of-entry,
14430         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14431         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14432         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14433         method for parsing.
14434         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14435         bibtex-map-entries, bibtex-flash-head,
14436         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14437         bibtex-autokey-change, bibtex-autokey-get-namefield,
14438         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14439         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14440         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14441         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14442         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14443         order to make the new binding of case-fold-search immediately
14444         visible.
14446 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14448         * textmodes/bibtex.el: Copyright notice is up to date.
14449         Added constant 'bibtex-maintainer-salutation.
14451         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14452         than make-temp-name, use match-string-no-properties and eliminate
14453         a quadratic behavior when building bibtex-strings.
14455         * bibtex.el (bibtex-reference-key): Accept string entries whose
14456         reference key contains upper case letters.
14458 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14460         * bibtex.el (bibtex-reference-head): Allow entries to start with
14461         a new line.
14463 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14465         * bibtex.el: Hiding of entry bodies is not longer provided by
14466         bibtex.el directly.  Instead the hideshow package can be used.
14467         Added a special bibtex entry to hs-special-modes-alist.
14468         (bibtex-hs-forward-sexp): Added for hideshow.el.
14470 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14472         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14473         proceedings entry type (for cross referencing). Thanks to Wagner
14474         Toledo Correa for the suggestion.
14476         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14478 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
14480         * international/characters.el: Setup case table for Vietnamese.
14482 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
14484         * uniquify.el (toplevel): Require CL at compile time.
14485         (uniquify-push): Removed.
14487         * shadowfile.el (shadow-when): Removed.
14489         * tempo.el (tempo-dolist, tempo-mapc): Removed.
14490         (tempo-process-and-insert-string): Use dolist instead of
14491         tempo-dolist.
14493         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14494         regexp for paragraph-start.
14496         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14497         commas as well.
14499 2000-02-10  Dave Love  <fx@gnu.org>
14501         * wid-edit.el: (widgets) [defgroup]: Remove url link.
14502         (widget-color-choice-list, widget-color-history, widget-mouse-help):
14503         Deleted.
14504         (widget-specify-field, widget-specify-button): Don't use
14505         widget-mouse-help as help-echo property.
14506         (default): Use #'ignore for :validate and :mouse-down-action.
14507         (checkbox): Add help-echo.
14508         (widget-sexp-validate): Rewritten to clarify error messages.
14509         (character): Use char-valid-p in :match function.
14510         (widget-color-complete): Use facemenu-color-alist.
14511         (widget-color-action): Use facemenu-read-color.
14513         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
14514         set up `caar' &c that we now have.
14516 2000-02-09  Ray Blaak  <blaak@gnu.org>
14518         * delphi.el: Make resourcestring a declaration region, like const
14519         and var.
14521 2000-02-09  Dave Love  <fx@gnu.org>
14523         * bindings.el (mode-line-input-method-map): New variable.
14524         (mode-line-mule-info): Use it; fix last change.
14525         (mode-line-mode-menu): Move definition.
14526         (mode-line-mouse-sensitive-p): Deleted.
14527         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14528         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
14529         level.
14531         * startup.el (command-line-1): Don't call
14532         make-mode-line-mouse-sensitive.
14534 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
14536         * mail/rmail.el (rmail-retry-failure): Use
14537         rmail-beginning-of-message before rmail-toggle-header, because the
14538         former toggles headers.
14540 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
14542         * diff-mode.el (diff-kill-junk): New interactive function.
14543         (diff-reverse-direction): Use delete-and-extract-region.
14544         (diff-post-command-hook): Restrict the area so that the hook also works
14545         outside of any diff hunk.  This is necessary for the minor-mode.
14546         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14547         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14549         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14550         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14551         so that it can be used more easily in <foo>-mode-hook.  Also make sure
14552         to avoid duplicate entries.
14553         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14554         (font-lock-remove-keywords): Just as was done for `add', allow it to
14555         work even if font-lock-mode is nil.  Also make sure we don't modify
14556         any pre-existing list by forcing a copy-sequence.  Finally rename
14557         `major-mode' to `mode'.
14558         (font-lock-fontify-syntactic-anchored-keywords)
14559         (font-lock-fontify-anchored-keywords)
14560         (font-lock-fontify-keywords-region): Use line-end-position.
14561         Don't make `font-lock-multiline' local (it's now done in
14562         font-lock-set-defaults).
14563         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
14564         move the `font-lock-fontified' creation to inside the `unless'.
14566 2000-02-06  Andrew Innes  <andrewi@gnu.org>
14568         * term/w32-win.el (x-handle-args): Comment out call to message,
14569         which occurs before window system is initialized.
14571         * makefile.nt: Add support for recompiling lisp code.
14573 2000-02-04  Dave Love  <fx@gnu.org>
14575         * bindings.el (mode-line-mule-info): Fix/extend last change.
14577         * completion.el: Replace completion-dolist with dolist.
14579         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14580         dotimes.
14582 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14584         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14585         environment names before they go into the section regexp.
14587         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14588         char class in regexp.
14590         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14591         `case-fold-search' to nil.
14593         * progmodes/idlwave.el (idlwave-template): Respect
14594         `idlwave-abbrev-change-case'.
14595         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14596         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14597         idlwave-while): respect `idlwave-reserved-word-upcase'.
14598         (idlwave-rw-case): New function.
14599         (idlwave-statement-match): Fixed problem with assignment regexp.
14600         (idlwave-font-lock-keywords): Improved regexp for keyword
14601         parameters.
14602         (idlwave-surround): New argument LENGTH to support padding of
14603         operators longer than 1 char.
14605         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14606         idlwave-shell-expression-overlay.  Implemented printing of
14607         expressions on higher levels of the calling stack.
14608         (idlwave-shell-display-level-in-calling-stack): Restore stack
14609         level.
14610         (idlwave-retrieve-expression-from-level): New function.
14611         (idlwave-shell-last-calling-stack): Variable removed.
14612         (idlwave-shell-reset): Argument action reversed (`visible' to
14613         `hidden').  Also remove stop-line overlay.
14614         (idlwave-shell-calling-stack-routine): New variable.
14615         (idlwave-shell-parse-stack-and-display): Messages now display
14616         negative level numbers.
14617         (idlwave-shell-mode): Set `modeline-format'.
14618         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14619         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14620         21.
14621         (idlwave-shell-print-expression-function): New option.
14623         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14624         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14625         `tool-bar' instead of `toolbar'.
14627 2000-02-02  Dave Love  <fx@gnu.org>
14629         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14630         emacs-lisp-mode-hook.  Don't check for defalias being defined.
14632         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14633         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
14634         the new builtins directly.
14636         * whitespace.el (whitespace): Add :version to defgroup.
14638         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14639         Doc fix.
14641         * thingatpt.el (sexp-at-point, symbol-at-point)
14642         (number-at-point, list-at-point): Add autoload cookie.
14644         * recentf.el (recentf): Add :version to defgroup.
14646         * quickurl.el (quickurl): Add :version to defgroup.
14648         * elide-head.el (elide-head): Use point-marker more.
14650         * bs.el (bs): Add :version to defgroup.
14652         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14654         * progmodes/delphi.el (delphi): Add :version to defgroup.
14656 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
14658         * ange-ftp.el (ange-ftp-write-region): Handle case that
14659         succeeding process operation sets a different coding system.
14661         * calculator.el: New file.
14663 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
14665         * frame.el (frames-on-display-list, framep-on-display): New
14666         functions.
14667         (display-mouse-p, display-popup-menus-p, display-graphic-p)
14668         (display-selections-p, display-screens, display-pixel-width)
14669         (display-pixel-height, display-mm-width, display-mm-height)
14670         (display-backing-store, display-save-under, display-planes)
14671         (display-color-cells, display-visual-class): New functions.
14673         * term/tty-colors.el (tty-color-gray-shades): New function.
14675         * faces.el (display-color-p): Use framep-on-display.
14676         (display-grayscale-p): New function.
14678 2000-01-31  Dave Love  <fx@gnu.org>
14680         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14681         (create-fontset-from-x-resource): Don't concat integers.
14683 2000-01-31  Inge Frick  <inge@nada.kth.se>
14685         * view.el: Some changes in documentation.  Removed some trailing
14686         whitespace. Changed some parameter names to agree with
14687         documentation.
14688         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14689         window is not deleted.  Modifies change 1998-04-26.
14691 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
14693         * windmove.el: New file.
14695         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14696         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14697         progmodes/ebnf-yac.el: Update copyright and license info.
14699         * jit-lock.el (jit-lock-function): Widen before calculating end
14700         position.
14701         (jit-lock-stealth-chunk-start): Rewritten.
14703         * info.el (Info-title-face-alist): Removed.
14704         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14705         faces.
14706         (Info-fontify-node): Use these faces.
14708 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
14710         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14711         (cl-macro-list1): Recognize `&allow-other-keys' instead of
14712         `&allow-other-keywords'.
14714         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14715         the list of directories scanned heuristically.
14717         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14718         exist.
14720 2000-01-30  Jason Rumney  <jasonr@gnu.org>
14722         * w32-fns.el: Define w32-tty-standard-colors.
14724         * startup.el (command-line): Use w32-tty-standard-colors when in
14725         w32 console mode.
14727 2000-01-30  Dave Love  <fx@gnu.org>
14729         * jka-compr.el (jka-compr-load): Fix up load-history.
14731         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14733         * emacs-lisp/cl-macs.el: Revert previous change.
14735 2000-01-29  Dave Love  <fx@gnu.org>
14737         * facemenu.el: Purecopy various strings.
14739         * timezone.el (timezone-fix-time): Window against 69 for two-digit
14740         years.  Deal with three-digit years.
14742         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14743         defconst, purecopy.
14744         (help-back-label): Purecopy it.
14746 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
14748         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14749         variable. If non-nil, order the buffer list according to the
14750         currently selected frame.
14751         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14752         non-nil, pass the selected frame to function buffer-list.
14754 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14756         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14758 2000-01-28  Dave Love  <fx@gnu.org>
14760         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14762         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14763         Don't use lisp-indent-hook property.
14764         (cl-abs): Remove.
14766         * subr.el: Move out indent and edebug specs for when and unless.
14768         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14769         when, unless.
14771         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14772         unless, when.
14774 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
14776         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14777         `collecting' as synonym for `collect'.
14779         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14780         for the case it contains spaces.
14782         * simple.el (what-cursor-position): Change formatting of
14783         messages.
14785         * frame.el (delete-other-frames): New function.
14786         (toplevel): Bind it to C-x 5 1.
14788         * sort.el (sort-numeric-base): New option.
14789         (sort-numeric-fields): If number starts with `0' or `0[xX[',
14790         interpret it as octal or hexadecimal.  Use sort-numeric-base
14791         as default base.
14793         * progmodes/glasses.el: New file.
14795 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
14797         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14798         userids differently.
14800         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14801         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14802         progmodes/ebnf-yac.el: New files.
14804 2000-01-26  Dave Love  <fx@gnu.org>
14806         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14807         on a function with an empty body.  [From Eric Ludlam.]
14809 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
14811         * vc.el (vc-version-diff): Make sure file name is expanded.
14813 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
14815         * scroll-bar.el (scroll-bar-timer): Variable removed.
14816         (scroll-bar-toolkit-scroll): Don't use a timer.
14818 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
14820         * language/thai-util.el (thai-composition-function): Delete
14821         superfluous `a'.
14823 2000-01-24  Dave Love  <fx@gnu.org>
14825         * fortran.el (fortran-mode): Use beginning-of-defun-function,
14826         end-of-defun-function.
14828         * font-lock.el (turn-on-font-lock): Don't depend on window-system
14829         &c.
14831 2000-01-22  Jason Rumney  <jasonr@gnu.org>
14833         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14834         conflicts with new face support.
14836 2000-01-22  Richard M. Stallman  <rms@gnu.org>
14838         * replace.el (query-replace): Rename last arg to DELIMITED.
14839         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14840         (query-replace-regexp): Likewise.
14842 2000-01-20  Richard M. Stallman  <rms@gnu.org>
14844         * subr.el (with-syntax-table): Use make-symbol, not gensym.
14846         * emacs-lisp/lisp.el (beginning-of-defun-function):
14847         Variable renamed from beginning-of-defun.
14848         Do not call make-variable-buffer-local.
14849         (beginning-of-defun-raw): Use new variable name; doc fix.
14850         (beginning-of-defun): Doc fix.
14851         (end-of-defun-function): Variable renamed from end-of-defun.
14852         Do not call make-variable-buffer-local.
14853         (end-of-defun): Use new variable name; doc fix.
14855         * subr.el (dolist, dotimes): Copied from cl-macs.el
14856         and made to work.
14858         * mail/undigest.el (rmail-digest-end-regexps):
14859         Variable replaces rmail-digest-end-regexp.
14860         Allows multiple regexps for detecting the end line.
14861         (undigestify-rmail-message): Corresponding changes.
14863 2000-01-19  Dave Love  <fx@gnu.org>
14865         * files.el (user-init-file): Don't declare here -- is primitive.
14867         * startup.el (command-line): Check for compiled user-init-file and
14868         set to uncompiled version if necessary.
14870 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
14872         * mail/undigest.el (rmail-digest-end-regexp): New user option.
14873         (undigestify-rmail-message): Use it.
14875         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14877 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
14879         * tmm.el (tmm-goto-completions): Adapt to prompt being part
14880         of mini-buffer.
14882 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
14884         * emacs-lisp/copyright.el (copyright-update): Removed the
14885         requirement for a trailing space from `copyright-regexp', to
14886         support copyrights with owner specified on a separate line..
14888         * align.el: New file.
14890         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14892         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14894 2000-01-13  Dave Love  <fx@gnu.org>
14896         * ph.el: Removed.  (Obsoleted by EUDC.)
14898 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
14900         * net/eudc.el (toplevel): Remove autoloaded code installing
14901         menu with easymenu, because that causes build problems.
14903         * frame.el (frame-notice-user-settings): New variable.
14904         (frame-notice-user-settings): Don't modify frame parameters
14905         if called a second time.
14907 2000-01-13  Richard M. Stallman  <rms@gnu.org>
14909         * frame.el (frame-notice-user-settings):
14910         Notice default-frame-parameters even for non-window frames.
14912 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
14914         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14915         for Emacs.
14916         (eudc-bob-can-display-inline-images): Extend for Emacs.
14917         (eudc-bob-toggle-inline-display): Ditto.
14918         (eudc-bob-display-jpeg): Ditto.
14920 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
14922         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14923         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14924         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14926         * add-log.el (add-change-log-entry): Fix error trying an `(insert
14927         nil)'.
14929         * subdirs.el: Add `net' directory.
14931         * net: New directory.
14933         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14934         eval-last-sexp.  Don't bind debug-on-error here.
14935         (eval-last-sexp): New function.  Bind debug-on-error if
14936         eval-expression-debug-on-error is non-nil.
14937         (eval-defun-2, eval-defun): Likewise.
14939         * simple.el (eval-expression): Don't bind debug-on-error if
14940         eval-expression-debug-on-error is nil.  Detect changed
14941         debug-on-error, and propagate new value to global binding, if
14942         eval-expression-debug-on-error is non-nil,
14943         (eval-expression-debug-on-error): Change doc string.
14945 2000-01-11  Richard M. Stallman  <rms@gnu.org>
14947         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14949         * emacs-lisp/lisp-mode.el (with-syntax-table):
14950         Set up lisp-indent-function property.
14952         * subr.el (with-syntax-table): Moved from simple.el.
14954         * simple.el (with-syntax-table): Moved to subr.el.
14956 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
14958         * tmm.el (tmm-shortcut): Delete region after prompt instead
14959         of erasing buffer.
14961         * textmodes/fill.el (fill-common-string-prefix): New function.
14962         (fill-context-prefix): Use the longest common prefix of first
14963         and second line fill prefix, if there is one.
14965 2000-01-11  Richard M. Stallman  <rms@gnu.org>
14967         * array.el (array-mode): Don't use make-variable-buffer-local.
14968         Use make-local-variable for `truncate-lines'.
14970 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
14972         * add-log.el (add-log-current-defun): Handle user-defined
14973         add-log-current-function returning nil,
14975         * add-log.el (add-change-log-entry): Insert version number
14976         if having found a current function
14978         * add-log.el (add-log-current-defun): Call
14979         `add-log-current-defun-function'.  Try matches at level 0 and
14980         level 1.  Strip whitespace from defun found.
14982 2000-01-10  John Wiegley  <johnw@gnu.org>
14984         * allout.el (isearch-done/outline-provisions): Added `edit'
14985         argument to correspond with the current definition of
14986         `isearch-done'.
14988 2000-01-10  Dave Love  <fx@gnu.org>
14990         * elide-head.el (elide-head): Use point-marker, not point.
14992 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
14994         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14995         before and after the year 2000.
14997         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14998         Add ispell- prefix.
15000 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
15002         * ispell.el:  Only define dictionaries in menus when they exist.
15003         (version18p): New variable.
15004         (version20p): New variable.
15005         (xemacsp): New variable.
15006         (ispell-choices-win-default-height): Fix for XEmacs visibility.
15007         (ispell-dictionary-alist1): Added Brasileiro dictionary.
15008         (ispell-dictionary-alist6): Russian command lines no longer accept
15009         run-together words.
15010         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15011         (ispell-dictionary-alist): Add koi8-r to customize definition.
15012         (check-ispell-version): Added documentation string.  Returns
15013         library path when called non-interactively.
15014         (ispell-menu-map-needed): Uses new variables.
15015         (ispell-library-path): New variable.
15016         (ispell-decode-string): XEmacs fix for bogus variable bindings.
15017         (ispell-word): Improved documentation string.  Test for valid
15018         character mappings.  Correctly check typed in word changes that can
15019         result in single words split into multiple words.  Returns
15020         replacement word.
15021         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
15022         replace in recursive query replace mode.  Help message for
15023         recursive edit mode.
15024         (ispell-show-choices): Protect against bad framepop bindings.
15025         (ispell-help): Fix to work with XEmacs.
15026         (ispell-highlight-spelling-error): Use new variables.
15027         (ispell-overlay-window): Fix to work with XEmacs.
15028         (ispell-parse-output): Passed and returns location information
15029         tracking spelling corrections.  Doesn't recheck same word on
15030         current line.
15031         (ispell-init-process): Protect against bogus XEmacs variable binding.
15032         Fix call to single argument in sleep-for.  Use new variables.
15033         (ispell-region): Passed and returns location information tracking
15034         spelling corrections.  Doesn't check same word on current line.
15035         Improved documentation string.  Doesn't resend a line already
15036         checked to the ispell process - fixes bug in LaTeX parsing.
15037         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15038         (ispell-skip-region): No longer skips <TT> in SGML.
15039         (ispell-process-line): Tracks location information with spelling
15040         corrections.  Added documentation string.  Accounts for words
15041         already accepted on this line.  Don't allow query-replace on line
15042         starting with math characters.  Doesn't resend a line already sent
15043         to ispell process.  Fixes alignment error bug.
15045 2000-01-10  Richard M. Stallman  <rms@gnu.org>
15047         * dired-x.el (dired-guess-shell-alist-default):
15048         Suggest xloadimage, which is free, not xv, which isn't.
15050         * ange-ftp.el (ange-ftp-file-name-nondirectory):
15051         Don't ever include the host name or user name in the value.
15053 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
15055         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15056         of a real newline.
15058 2000-01-09  Stephen Eglen  <stephen@gnu.org>
15060         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15061         for .png files.
15063 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
15065         * cus-edit.el (custom-hook-convert-widget): Fix comment.
15067 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
15069         * progmodes/cperl-mode.el: Replace ^F with ^L.
15071         * sendmail.el (toplevel): Provide `sendmail' when compiling
15072         before `require'ing rmail and mailalias to prevent infinite
15073         recursion.
15075 2000-01-08  Dave Love  <fx@gnu.org>
15077         * emacs-lisp/backquote.el: Remove inappropriate customization
15078         (allowing custom.el to use backquote).
15080 2000-01-07  Dave Love  <fx@gnu.org>
15082         * add-log.el (add-log-debugging): Deleted.
15083         (add-change-log-entry): Treat a backup FILE-NAME as its parent
15084         file.  Remove debugging code.
15085         (change-log-get-method-definition, change-log-name): Add doc.
15086         (change-log-sortable-date-at): New function.
15087         (change-log-merge): New command.
15089         * time.el (display-time-string-forms): Make the Mail string active.
15090         (display-time-update): Provide help-echo for load average.
15092         * bindings.el (make-mode-line-mouse2-map): New function.
15093         (mode-line-modified): Use it and simplify.
15094         (mode-line-mule-info): Provide help-echo info.
15095         (minor-mode-alist): Activate the strings.
15096         (make-mode-line-mouse-sensitive): Simplify for
15097         mode-line-buffer-identification.
15099 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
15101         * play/pong.el: New file.
15103 2000-01-06  Dave Love  <fx@gnu.org>
15105         * array.el: Assorted cleanups for compiler warnings, doc strings,
15106         `array-' prefix for symbols.
15108 2000-01-05  Dave Love  <fx@gnu.org>
15110         * textmodes/outline.el (outline-mode-menu-bar-map): Add
15111         outline-headers-as-kill.
15112         (outline-mode): Define imenu-generic-expression.
15113         (outline-headers-as-kill): New command.
15115         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15116         from paragraph-start.
15117         (paragraph-indent-minor-mode): New command.
15119         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15120         M-C-e, M-C-h, C-j, C-xnd, TAB.
15121         (fortran-mode): Set beginning-of-defun, end-of-defun.
15122         (fortran-column-ruler): Simplify.
15123         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15124         (fortran-with-subprogram-narrowing): Likewise.
15125         (fortran-indent-subprogram): Call mark-defun.
15126         (fortran-check-for-matching-do): Change narrowing.
15128         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15129         (cl-lucid-hash-tag): Delete.
15130         (cl-hash-table-p): Correct test for native table.
15131         (cl-hash-table-count): Use hash-table-count.
15133         * browse-url.el (browse-url): Fix case of
15134         browse-url-browser-function being an alist.
15136 2000-01-05  Carsten Dominik  <cd@gnu.org>
15138         * textmodes/reftex-vars.el (reftex-parse-file-extension)
15139         (reftex-index-phrase-file-extension): New options.
15141         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15142         Use new option `reftex-index-phrase-file-extension'.
15144         * textmodes/reftex.el (reftex-access-parse-file): Use new option
15145         `reftex-parse-file-extension'.
15147 2000-01-05  Dave Love  <fx@gnu.org>
15149         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15150         (beginning-of-defun-raw): Use it.
15151         (end-of-defun): New variable.
15152         (end-of-defun): Use it.
15153         (check-parens): New command.
15155 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
15157         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15158         (hs-show-block): Don't use `mapcar' when not accumulating.
15160         Fix buglet in local variables initialization.
15162 2000-01-05  Andreas Schwab  <schwab@suse.de>
15164         * hscroll.el (hscroll): Doc fix.
15166 2000-01-05  Carsten Dominik  <cd@gnu.org>
15168         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15169         idlw-toolbar.
15171         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15172         file idlw-rinfo.el.
15173         (idlwave-customize): load must read file idlw-shell.el.
15174         (idlwave-create-customize-menu): load must read file idlw-shell.el.
15176 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
15178         * progmodes/idlw-shell.el: Also provide idlwave-shell
15179         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15180         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15182         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15183         both reftex-dcr and reftex-vcr.
15185         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15187 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15189         * ps-print.el: PostScript code now is in separate files, doc fix.
15190         (ps-print-version): New version number (5.0.3).
15191         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15192         local.
15193         (ps-spool-config): Initialization fix.
15194         (ps-print-prologue-1, ps-print-prologue-2)
15195         (ps-print-duplex-feature): PostScript code moved to separated file.
15196         (ps-background-image): Little code reformating.
15197         (ps-begin-file, ps-begin-job): Fix code.
15198         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15199         (ps-prologue-file): New fun.
15201 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15203         * ps-vars.el: Eliminated.
15205         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15206         `;;;###autoload'.
15208         * ps-print.el: ps-vars eliminated, doc fix.
15209         (ps-print-version): New version number (5.0.2).
15210         (ps-spool-config): Initialization fix.
15211         (ps-print-customize): New fun.
15213 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
15215         * autorevert.el (auto-revert-mode): Return value of
15216         auto-revert-mode.
15218 2000-01-04  Dave Love  <fx@gnu.org>
15220         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15221         menu items.
15223 2000-01-03  Dave Love  <fx@gnu.org>
15225         * elide-head.el (elide-head) [defgroup]: Add :version.
15227         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15228         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15229         `cl-hash-table-p', not `hash-table-p'.
15230         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15232 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15234         * faces.el (face-read-integer, read-face-attribute)
15235         (color-defined-p, color-values): unspecified-{f,b}g are now
15236         strings.
15238 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
15240         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15241         at comment end, and re-insert them after filling.
15243 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15245         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15246         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15247         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15249 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15251         * term/x-win.el (xw-defined-colors): Call color-supported-p,
15252         the new name of face-color-supported-p.
15254         * term/w32-win.el (xw-defined-colors): Likewise.
15256 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15258         * simple.el (completion-setup-function): Count completion-size
15259         from minibuffer-prompt-end, not from point-min.
15261 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
15263         * faces.el (read-face-attribute, defined-colors, color-defined-p):
15264         Pass the frame to tty-color-* functions.
15265         (display-color-p, frame-set-background-mode): Pass the frame to
15266         tty-display-color-p.
15268         * term/tty-colors.el (tty-defined-color-alist): Renamed from
15269         tty-color-alist.
15270         (tty-color-alist, tty-modify-color-alist): New functions.
15271         (tty-color-define,  tty-color-clear, tty-color-approximate)
15272         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15273         an optional parameter FRAME.
15275 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
15277         * image.el (create-image, defimage): Don't assume image data is a
15278         string.
15280         * image.el (defimage): Handle specifications containing :data
15281         instead of :file.
15282         (image-type-from-data): New function.
15283         (image-type-from-file-header): Use it.
15284         (create-image): Add parameter DATA-P.
15286 See ChangeLog.8 for earlier changes.
15288 ;; Local Variables:
15289 ;; coding: iso-2022-7bit
15290 ;; End: