(Refill): Say how to toggle Refill mode.
[emacs.git] / lisp / ChangeLog
blobdd927559b4d3d25b90bb5d17fed46fe146b2a90e
1 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
3         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4         @ follows an accent command such as @'.  Support optional braces
5         in commands that insert accents, like makeinfo does.
7 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
9         * startup.el (fancy-splash-text): Add a line for ordering
10         manuals.  Reverse order of splash screens shown.
11         (use-fancy-splash-screens-p): Adapt to the text line added.
13         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
14         manuals from the FSF.
16         * help.el (view-order-manuals): New function.
17         (toplevel): Bind C-h C-m to this function.
19 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
21         * newcomment.el (comment-forward): Skip the comment-start before
22         searching for the comment-end.
24 2001-02-21  Dave Love  <fx@gnu.org>
26         * custom.el (custom-initialize-changed, defcustom): Doc fix.
28         * international/mule-cmds.el, international/mule.el: Doc fixes.
30         * play/fortune.el: Fix autoload cookies.  Add types to defcustoms.
31         (fortune) <defgroup>: Add :link.
32         (fortune-from-region): Use eq, not eql.
34 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
36         * startup.el (fancy-splash-screens): Use display-hourglass
37         instead of display-busy-cursor.
39         * frame.el (display-hourglass): Renamed from busy-cursor.
40         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
41         (show-cursor-in-non-selected-windows): Doc fix.
43 2001-02-20  Dave Love  <fx@gnu.org>
45         * international/utf-8.el: Doc and commentary fixes.
47 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
49         * ehelp.el (with-electric-help): Doc fix.
51 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
53         * msb.el (msb-mode): Call the update-buffers function explicitly
54         with a FORCE argument.
56         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
57         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
58         returns nil.
60 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
62         * ps-print.el: Timestamp package replacement.  Some enhancements.
63         Some XEmacs compatibility.  Doc fix.
64         (ps-print-version): New version number (6.4).
65         (ps-printer-name): Initialization fix.
66         (ps-zebra-stripe-follow): Funcionality enhancement.
67         (ps-prologue-file): Code enhancement.
68         (ps-right-header): Timestamp package replacement.
69         (ps-setup, ps-face-bold-p, ps-face-italic-p,
70         ps-get-page-dimensions)
71         (ps-generate-header, ps-begin-file, ps-begin-job)
72         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
73         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
74         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
75         (coding-system-for-write): Var declaration (XEmacs compatibility).
76         
77 2001-02-20  Miles Bader  <miles@gnu.org>
79         * image-file.el (image-file-name-extensions): Add "tif".
81 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
83         * wid-edit.el (widget-button-click): Save the selected window
84         around the code handling clicks on buttons.
86 2001-02-18  Dave Love  <fx@gnu.org>
88         * imenu.el (imenu--generic-function): Use mapc to iterate over
89         syntax characters.
91 2001-02-17  Richard M. Stallman  <rms@gnu.org>
93         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
95         * uniquify.el (uniquify-buffer-name-style): Doc fix.
97 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
99         * mouse.el (mouse-save-then-kill): If the distance from the new
100         point to the mark is equal to the distance of point from the new
101         point, move point instead of the mark.
103 2001-02-16  Dave Love  <fx@gnu.org>
105         * textmodes/flyspell.el (flyspell-get-word): Return string without
106         properties.
108 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
110         * generic.el (generic-find-file-regexp): Doc fix.
111         (generic-ignore-files-regexp): New defcustom.
112         (generic-mode-find-file-hook): If the file's name matches the
113         regexp in `generic-ignore-files-regexp', don't enter
114         default-generic-mode.  Doc fix.
116 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
118         * textmodes/flyspell.el (flyspell-region, flyspell-buffer): 
119         Add autoload cookies.
121         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting 
122         of cal-tex-24.
124 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
126         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
128         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
129         the character class after the (optional) drive, to support file
130         names with embedded blanks.
132 2001-02-15  Sam Steingold  <sds@gnu.org>
134         * textmodes/tex-mode.el (tex-shell-running):
135         Check the process buffer too.
137 2001-02-15  Dave Love  <fx@gnu.org>
139         * battery.el (battery-status-function): Fix doc, :type.
141         * calendar/timeclock.el (timeclock-get-workday-function): Fix
142         :type.
144 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
146         * subr.el (read-passwd): Clear Lisp memory holding password.
148 2001-02-15  Miles Bader  <miles@gnu.org>
150         * info.el (Info-copy-current-node-name): New function.
151         (Info-mode-menu): Add it to the menu.
153 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
155         * international/mule-cmds.el (toggle-input-method): Doc fix.
157 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
159         * replace.el (occur): Stop at end of buffer.
161 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
163         * international/mule-cmds.el (set-input-method): Another doc fix.
165 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
167         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
169 2001-02-13  Miles Bader  <miles@gnu.org>
171         * faces.el (set-face-background, set-face-foreground)
172         (set-face-stipple): Treat a value of nil as being `unspecified'.
174 2001-02-12  Dave Love  <d.love@dl.ac.uk>
176         * international/latin1-disp.el:  Doc fixes.
177         (latin1-display) <defgroup>: Add :link.
178         (latin1-display) <function>: Set variable latin1-display.
180 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
182         * international/mule-cmds.el (set-input-method): Doc fix.
184 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
186         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
187         (speedbar-line-file): Return nil if not a file.
188         (speedbar-buffers-line-path): Return file for tags, and dir for files.
190 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
192         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
193         for remote files.
194         (ediff-coding-system-for-read): Replaced the no-conversion default
195         with raw-text.
197         * ediff-init.el: Removed :version from defcustom vars.
199         * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
200         handling of the diff mode
202         * ediff.texi: Added ediff-coding-system-for-read.
204         * viper.texi: Fix typos.
206 2001-02-11  Dave Love  <fx@gnu.org>
208         * shadowfile.el: Doc fixes.
209         (shadow) <defgroup>: Add :link.
210         (shadowfile-unload-hook): New function.
211         (shadow-initialize): Use defalias, not fset.
212         (shadow-define-cluster, shadow-define-literal-group)
213         (shadow-define-regexp-group, shadow-initialize): Add autoload
214         cookie.
216         * international/mule.el: Doc and message fixes.
218         * international/ccl.el (define-ccl-program): Doc fix.
220 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
222         * faces.el (mode-line): Set :line-width property to -1.
224 2001-02-10  Richard M. Stallman  <rms@gnu.org>
226         * complete.el (partial-completion-mode): Doc fix.
228         * simple.el (delete-key-deletes-forward-mode):
229         Change `let' to `let*' to fix gross bug in last change.
231         * repeat.el (repeat): Don't let execute-kbd-macro alter
232         real-last-command.
234 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
236         * simple.el (eval-expression): Doc fix.
238 2001-02-09  Dave Love  <fx@gnu.org>
240         * imenu.el (imenu-generic-expression): Doc fix.
242         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.  From
243         Juanma Barranquero.
245         * emacs-lisp/authors.el (authors): Expand `root' before running
246         find.
248 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
250         * faces.el (set-face-attribute): Describe the case of a negative
251         value specified for :line-width.
253 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
255         * which-func.el (which-func-mode): Invert which-func-mode-global.
256         Fix from Juanma Barranquero <lektu@uol.com.br>.
258 2001-02-08  Dave Love  <fx@gnu.org>
260         * wid-edit.el (widget-plist-convert-widget): Replace binding of
261         widget-plist-value-type.
262         (widget-alist-convert-widget): Replace binding of
263         widget-alist-value-type.
265         * textmodes/paragraphs.el (sentence-end): Doc fix.
267         * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
268         `backward-line'.
270         * play/pong.el (pong-blank-color, pong-bat-color)
271         (pong-ball-color, pong-border-color, pong-left-key)
272         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
273         (pong-pause-key, pong-resume-key, pong-timer-delay):
274         * mail/mh-comp.el (mh-compose-letter-function):
275         * eshell/esh-mode.el (eshell-skip-prompt-function):
276         * emulation/viper-ex.el (ex-unix-type-shell-options):
277         * recentf.el (recentf-menu-filter):
278         * ps-print.el (ps-print-region-function):
279         * lpr.el (print-region-function):
280         * forms.el (forms-mode-hooks):
281         * dirtrack.el (dirtrack-directory-change-hook):
282         * cus-start.el (temp-buffer-show-function, display-buffer-function):
283         * textmodes/spell.el (spell-filter):
284         * textmodes/fill.el (adaptive-fill-function):
285         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
286         * progmodes/etags.el (find-tag-default-function):
287         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
288         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
290 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
292         * emulation/viper-init.el (viper-fast-keyseq-timeout)
293         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
294         Meyering <jim@meyering.net>.
296         * loadup.el: Revert last change.
298 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
300         * international/mule.el (transform-make-coding-system-args): Make
301         it work also for coding systems not using CCL.
303 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
305         * simple.el (previous-matching-history-element)
306         (next-matching-history-element): Doc fix.
308         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
309         specific part.
311 2001-02-06  Dave Love  <fx@gnu.org>
313         * add-log.el (add-log-current-defun-function)
314         (add-log-buffer-file-name-function, add-log-file-name-function):
315         Fix :type.
316         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
318 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
320         * info.el (info-initialize): Remove the test for system-type when
321         invocation-directory is non-nil.
323         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
324         of `font-lock-defaults' to `backward-paragraph' rather than nil.
326 2001-02-06  Andrew Innes  <andrewi@gnu.org>
328         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
329         absolute.
331 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
333         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
334         buffers.  When hi-lock turned on rather than only checking current
335         buffer for regexps, all buffers are checked. Moved activation of
336         font-lock to hi-lock-refontify. When font-lock turned off rather
337         than removing added highlighting just in current buffer, remove it
338         in all buffers.  Changed edit menu text from "Automatic
339         Highlighting" to "Regexp Highlighting" Documentation for
340         highlighting phrases, minor documentation changes.
341         (hi-lock-set-file-patterns): Execute only if there are new or
342         existing file patterns.
343         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
344         unfontify and, if a support mode is active, will not refontify the
345         whole buffer.  If necessary, turn on font lock. (Removed
346         font-lock-unfontify and font-lock support-mode-specific calls,
347         such as lazy-lock-fontify-window.)
348         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
349         patterns are found. Not useful now since find-file-hook is removed
350         if hi-lock is off, but may be needed for per-buffer hi-lock
351         activation.
352         (hi-lock-face-phrase-buffer): New function.  Also added related
353         menu item and keybinding.
354         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
355         (hi-lock-process-phrase): New function.
356         (hi-lock-line-face-buffer): Doc fixes.
357         (hi-lock-face-buffer): Doc fixes.
358         (hi-lock-unface-buffer): Doc fixes.
360 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
362         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
363         dabbrev-ignored-regexps.
365 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
367         * simple.el (kill-line): Doc fix.
369 2001-02-05  Dave Love  <fx@gnu.org>
371         * loadup.el: Revert last two changes -- bootstrapping works with
372         regenerated loaddefs.
374 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
376         * isearch.el (isearch-forward): Doc fix.
378         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
379         of font-lock-defaults to backward-paragraph.
381 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
383         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
384         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
386 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
388         * ebnf2ps.el: Eliminate time-stamp functions.
389         (ebnf-version): New version (3.5).
390         (ebnf-eps-finish-and-write): Replace time-stamp functions by
391         format-time-string.
393 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
395         * simple.el (next-line): Goto end-of-line before inserting a newline.
397 2001-02-05  Miles Bader  <miles@gnu.org>
399         * image-file.el (insert-image-file): When visiting an image, also
400         set `truncate-lines' to t so that any fringe arrow looks correct.
402 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
404         * isearch.el (isearch-forward): Add description about input method
405         in the docsting.
407 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
409         * skeleton.el (skeleton-internal-1): Always push the mark for @.
411 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
413         * info.el (info-initialize): If installation-directory is nil, for
414         DOS/Windows systems try looking in a sibling of
415         invocation-directory.
417 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
419         * wid-edit.el (widget-button-click): Fix last change.
421         * frame.el (frame-notice-user-settings): When resizing the initial
422         frame because the tool bar is off, also change the frame's top
423         position if a negative top position was specified.
425 2001-02-02  Miles Bader  <miles@gnu.org>
427         * image-file.el (insert-image-file): When visiting an image,
428         suppress the cursor in the image buffer.
430 2001-02-01  Dave Love  <fx@gnu.org>
432         * progmodes/f90.el (f90-mode): Remove startup message.
434         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
436 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
438         * startup.el (command-line): Fix code determining whether or not
439         to use delete-key-deletes-forward-mode.
441 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
443         * vc.el (vc-diff-switches): New user option.
444         (vc-version-diff): Use it.
445         (vc-diff-switches-list): New macro.
447         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
448         customization options.
449         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
451         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
453 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
455         * msb.el (toplevel): Quote hook symbols.
457 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
459         * international/mule.el (make-coding-system): Add description
460         about recognized properties in the docstring.
462         * international/mule-conf.el: Remove unused charsets
463         mac-roman-lower and mac-roman-upper.
465 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
467         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
468         is in front of the left-margin, if any.
470         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
471         like `delete'.
473         * bindings.el: Define `kp-delete' like `delete' in
474         function-key-map.
476         * term/w32-win.el (mouse-set-font): Doc fix.
478 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
480         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
481         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
482         on already.
484 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
486         * files.el (save-buffer): Don't give message if (buffer-file-name)
487         returns nil.
489 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
491         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
493         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
494         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
496         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
497         display problems.
499 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
501         * international/mule.el (charset-info): Fix docstring.
503         * international/mule-diag.el (describe-character-set): Check final
504         char valid before printing it.
506 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
508         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
510         * frame.el (frame-notice-user-settings): Do the tool-bar
511         stuff only for graphical displays.  Fix a braino.
513         * frame.el (frame-initialize): Create initial frame visible.
514         (frame-notice-user-settings): When tool-bar has been switched off,
515         correct the frame size and sync tool-bar-mode.
517         * startup.el (command-line): Remove manipulation of frame
518         height for tool bars.
520 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
522         * lpr.el: Compatibility with XEmacs and doc fixes.
523         (lpr-windows-system, lpr-lp-system): New vars.
524         (lpr-printer-switch): New defcustom.
525         (printer-name, lpr-command): Customization fix.
526         (print-region-1): Code fix.
527         (print-region-new-buffer, printify-region): Indentation fix.
528         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
529         functions.
531 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
533         * msb.el (toplevel): Fix the eval-after-load.
535 2001-01-29  Dave Love  <fx@gnu.org>
537         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
539         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
541         * progmodes/tcl.el (outline, dabbrev, add-log): Require when
542         compiling.
543         (tcl-using-emacs-19-23): Consider Emacs 21+.
544         (tcl-help-directory-list, tcl-command-switches): Fix :type.
545         (tcl-add-emacs-menu): Supply menu name.
546         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
548 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
550         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
552 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
554         * pcvs.el (cvs-mark-fis-dead): New function.
555         (cvs-mode-add): Use it.
556         (cvs-mode-add-change-log-entry-other-window):
557         Rebind change-log-default-name to itself rather than to nil.
559 2001-01-29  Sam Steingold  <sds@gnu.org>
561         * vc-cvs.el: Replaced (require 'vc) with a bunch of
562         `autoload' statements.
564 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
566         * files.el (confirm-kill-emacs): Doc fix.
568         * frame.el (frame-initialize): Doc fix.
570         * time-stamp.el (time-stamp-string): Doc fix.
572         * woman.el (WoMan-log-1): Make the log buffer writable.  From
573         Markus Rost <rost@math.ohio-state.edu>.
575 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
577         * imenu.el (imenu-syntax-alist): Add autoload cookie for
578         the `make-variable-buffer-local'.
580 2001-01-29  Dave Love  <fx@gnu.org>
582         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
583         (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
584         autoload cookie.
585         (ansi-color-apply-sequence): Fix typo.
587 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
589         * menu-bar.el (menu-bar-files-menu): Add menu items for
590         Postscript printing in black and white.
592         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
593         X-Mailman-Version, Precedence, List-Help, List-Post,
594         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
595         Content-Type, Content-Length.
597 2001-01-29  Dave Love  <fx@gnu.org>
599         * elide-head.el (elide-head): Make overlay evaporate.
601         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
602         fix.
604 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
606         * isearch.el (isearch-highlight): Don't punt if the display
607         doesn't support colors, since isearch faces are defined for
608         monochrome displays as well.
610 2001-01-27  Sam Steingold  <sds@gnu.org>
612         * shell.el (shell-write-history-on-exit): Make sure that we are in
613         the shell buffer (M-x tex-file RET inserted the error message into
614         the TeX buffer).
616 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
618         * simple.el (transient-mark-mode): Doc fix.
620 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
622         * progmodes/etags.el (find-tag-noselect): Don't bind
623         tags-file-name.
625 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
627         * shell.el (shell-unquote-argument): If the shell is one of the
628         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
629         quote character.
630         (shell-dumb-shell-regexp): Document that the shells which match
631         this regexp are supposed to not treat a backslash as a quote
632         character.
634         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
635         from 2001-01-12.  It is not needed, since backspace is mapped into
636         DEL.
638 2001-01-27  Richard M. Stallman  <rms@gnu.org>
640         * dabbrev.el (dabbrev--substitute-expansion):
641         Treat a one-capital-letter abbrev as "not all upper case",
642         so as to force preservation of the expansion's pattern
643         if the expansion starts with a capital letter.
645 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
647         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
648         Doc fix.
650         * simple.el (transient-mark-mode): Document the fact that many
651         commands act on the region when mark is active.
653 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
655         * international/quail.el (quail-setup-completion-buf): Make the
656         multibyteness of current buffer inherited to Quail completion
657         buffer.
658         (quail-show-guidance-buf): Make the multibyteness of current
659         buffer inherited to Quail guidance buffer.
660         (quail-help): Make the multibyteness of current buffer inherited
661         to Quail help buffer.
663 2001-01-26  Dave Love  <fx@gnu.org>
665         * time-stamp.el: Doc fixes.
667         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
668         (delphi-keyword-face, delphi-other-face): Fix :type.
670         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
672         * mail/feedmail.el (feedmail): Add :link.
673         (feedmail-send-it): Doc fix.
675         * mail/sendmail.el: Doc fixes.
676         (sendmail-send-it): Fix the non-ASCII regexp and use
677         rfc2047-encode-string.
679         * dired.el, dired-aux.el: Revert last change.
681 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
683         * makefile.w32-in (DONTCOMPILE): Add various term files.
685 2001-01-26  Dave Love  <fx@gnu.org>
687         * Makefile.in (DONTCOMPILE): Add various term files.
689 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
691         * man.el (Man-default-man-entry, Man-mode): Doc fix.
693         * startup.el (display-startup-echo-area-message): Make sure
694         the echo area is resized to fit the size of the startup
695         message.
697         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
698         part of which is a constant.
700 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
702         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
703         twice.
705 2001-01-26  Richard M. Stallman  <rms@gnu.org>
707         * simple.el (next-line): Don't let `newline' expand abbrevs.
708         Simplify slightly.
709         (open-line): Don't let `newline' expand abbrevs.
711 2001-01-25  John Wiegley  <johnw@gnu.org>
713         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
714         to `repeat' in the :type field.
716         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
717         allow a choice of regexp or nil.
718         (pcomplete-dir-ignore): Same.
720         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
721         a command) to always fail.
723 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
725         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
726         discard the result.
727         (iswitchb-to-end): Likewise.
729 2001-01-25  Sam Steingold  <sds@gnu.org>
731         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
732         Require vc.
734 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
736         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
738         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
740 2001-01-25  Dave Love  <fx@gnu.org>
742         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
743         (describe-coding-system): Tweak the English text.
745         * loadup.el: Preload international/ccl for utf-8.
747 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
749         * mail/rmail.el (rmail-redecode-body): Doc fix.
751 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
753         * international/mule-cmds.el (reset-language-environment): Reset
754         coding-category-utf-8 to mule-utf-8.
756         * international/mule-conf.el (coding-category-utf-8): Initialize
757         to mule-utf-8.
759         * loadup.el: Preload international/utf-8.
761         * international/utf-8.el: New file.
763 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
765         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
767 2001-01-24  Sam Steingold  <sds@gnu.org>
769         * dired.el (dired-replace-in-string): Removed.
770         (dired-sort-toggle): Use `replace-regexps-in-string'
771         instead of `dired-replace-in-string'.
773         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
774         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
776         * gs.el (gs-replace-in-string): Removed.
777         (gs-options): Use `replace-regexps-in-string'
778         instead of `gs-replace-in-string'.
780 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
782         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
783         bug report is mailed to an email list and posted to a news group.
785 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
787         * comint.el (comint-replace-by-expanded-history-before-point): Fix
788         change of 2000-08-03 to move point to the start of the line again.
790         * startup.el (tool-bar-images-pixel-height): New variable.
791         (command-line): After loading the user's init file, when
792         tool-bar-mode is on, increase the frame's size by some lines for
793         the tool-bar.
795         * frame.el (frame-initialize): Create the initial frame invisible.
797 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
799         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
800         (chinese-big5): MIME:Big5.
802 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
804         * international/mule-cmds.el (universal-coding-system-argument):
805         Handle commands with prefix args.
807 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
809         * calendar/diary-lib.el (diary-float): Fix case of MONTH
810         being a list of numbers.
811         (diary-mail-entries): Rewritten.
813 2001-01-23  Dave Love  <fx@gnu.org>
815         * international/mule.el (make-coding-system): Fix typo.
817         * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
818         backward-paragraph as font-lock-beginning-of-syntax-function.
820 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
822         * font-lock.el (font-lock-mode): Doc fix.
824 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
826         * international/mule.el (make-translation-table): Fix docstring.
828 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
830         * mail/rmail.el (rmail-redecode-body): New function.
832         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
834 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
836         * isearch.el (isearch-lazy-highlight-case-fold-search)
837         (isearch-lazy-highlight-regexp): New variables.
838         (isearch-lazy-highlight-cleanup): Update lazy highlight if
839         case-fold search or regexp search has been toggled.
841         * wid-edit.el (widget-button-click): Avoid a save-excursion
842         around running a global binding.
844         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
845         to 0.25.
847 2001-01-20  Miles Bader  <miles@gnu.org>
849         * cus-edit.el (custom-face-save): Do post-processing on the face's
850         new value like `custom-face-set' does.
852 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
854         * mail/emacsbug.el (report-emacs-bug): Report the value of
855         LC_CTYPE, not LC_TYPE.
857         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
858         isearch-toggle-regexp and isearch-edit-string to doc string.
860 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
862         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
863         as font-lock-beginning-of-syntax-function in font-lock-defaults.
865         * jit-lock.el (jit-lock-fontify-now): Don't bind
866         font-lock-beginning-of-syntax-function to nil.
868 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
870         * mail/emacsbug.el (report-emacs-bug): Report values of
871         locale-coding-system, default-enable-multibyte-characters, and the
872         environment variables LC_ALL, LC_TYPE, and LANG.
874 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
876         * font-lock.el (font-lock-default-fontify-region): Fix last
877         change.
879         * font-lock.el (font-lock-multiline): Default to nil.
880         (font-lock-default-fontify-region): If font-lock-multiline is
881         nil, don't check the property `font-lock-multiline'.
883         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
884         is nil, don't check the `font-lock-multiline' text property.
886 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
888         * viper.el: Call initial-major-mode on startup.
890         * ediff.el (ediff-patch-file): Use better defaults.
892         * ediff-vers.el: Fix for 8+3 DOS file systems.
894 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
896         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
897         diff mode, if available.
899 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
901         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
903         * ediff-init.el (subst-char-in-string): Define and use it, unless
904         it's already defined.
906 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
908         * tooltip.el (tooltip-hide-delay): New user-option.
909         (tooltip-show): Use tooltip-hide-delay instead of the default.
911 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
913         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
914         kill-local-variable doesn't work for enable-multibyte-characters.
916 2001-01-17  Dave Love  <fx@gnu.org>
918         * ediff-init.el (ediff-before-setup-hook)
919         (ediff-merge-filename-prefix): Add :version.
921         * international/latin1-disp.el: Require disp-table.
922         (latin1-display): Fix :set.
924         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
926 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
928         * isearch.el (isearch-lazy-highlight-initial-delay)
929         (isearch-lazy-highlight-interval): Default to 0.
931 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
933         * isearch.el (isearch-highlight): Set isearch-overlay priority to
934         1 here rather than each time through
935         isearch-lazy-highlight-new-loop.
936         (isearch-lazy-highlight-max): Variable deleted.
937         (isearch-lazy-highlight-max-at-a-time): New user variable, like
938         isearch-lazy-highlight-max but controls a single invocation of
939         isearch-lazy-highlight-update.
940         (isearch-lazy-highlight-wrapped): Variable recreated.
941         (isearch-lazy-highlight-window-start): New variable.
942         (isearch-lazy-highlight-cleanup): Restored to behavior of
943         before 2-Jan.
944         (isearch-lazy-highlight-remove-overlays): Function deleted;
945         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
946         behavior removed.
947         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
948         isearch-lazy-highlight-update in a loop rather than just once.
949         Test isearch-invalid-regexp here and decide not to start a new
950         loop, rather than testing it each time through
951         isearch-lazy-highlight-update.
952         (isearch-lazy-highlight-search): Function restored.
953         (isearch-lazy-highlight-update): Get called in a timer loop again,
954         but this time highlight more than one match each time through.
955         Only highlight matches in the visible part of the window.  Start
956         at point, move in the direction of the search, and wrap around at
957         the edge of the window.  Use sit-for to force redisplay and ensure
958         window-start is credible.  "Face suppressing" behavior removed;
959         overlay priorities should make it unnecessary, right?
960         (isearch-highlight): Face suppressing behavior removed.
961         (isearch-dehighlight): Face suppressing behavior removed.
962         (isearch-set-lazy-highlight-faces-at): Removed.
964 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
966         * language/european.el ("Latin-1"): Make the format of description
967         about additional language environments same as that of Latin-2.
969 2001-01-16  Dave Love  <fx@gnu.org>
971         * isearch.el (isearch-lazy-highlight): Add :version.
973         * simple.el (backward-delete-char-untabify-method)
974         (next-line-add-newlines): Add :version.
976 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
978         * bindings.el: Bind <backspace> and <delete> via function-key-map.
979         Don't bind <delete> otherwise.
981         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
982         and <delete> via function-key-map.
984         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
985         Subject line only if point is after the `Subject:'.
987 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
989         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
990         japanese-jisx0213-2 in `charset' property of this lang. env.
992         * language/european.el ("Latin-1"): Add description for Dutch and
993         Spanish lang. env.
995         * international/mule.el (decode-char): Fix conditions.
996         (encode-char): Handle eight-bit-control too.
997         (transform-make-coding-system-args): New function.
998         (make-coding-system): Accept XEmacs style arguments for CCL base
999         coding system.
1001 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
1003         * progmodes/etags.el (find-tag-noselect): Save the value of
1004         tags-file-name before switching buffers, for the case it has a
1005         buffer-local value.
1007 2001-01-15  Alex Schroeder  <alex@gnu.org>
1009         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1010         From Dave Love <fx@gnu.org>.
1011         (ansi-color-for-comint-mode): Fix :version.
1013 2001-01-15  Alex Schroeder  <alex@gnu.org>
1015         * ansi-color.el (ansi-color-unfontify-region): Doc change.
1017 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
1019         * dired.el (dired-insert-directory): If file-system-info fails,
1020         remove the " free " part, but don't signal an error.
1022 2001-01-12  Sam Steingold  <sds@gnu.org>
1024         * bookmark.el (bookmark-maybe-historicize-string):
1025         Use new backquote syntax.
1027 2001-01-12  Richard M. Stallman  <rms@gnu.org>
1029         * subr.el (last): Handle a list that doesn't end in nil.
1031 2001-01-12  Sam Steingold  <sds@gnu.org>
1033         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1034         to `backward-delete-char-untabify'.
1036 2001-01-12  Dave Love  <fx@gnu.org>
1038         * cus-edit.el (customize-menu-create): Fix the :filter following
1039         easymenu change.
1041         * wid-edit.el (function): Add :match-alternatives.
1042         (widget-color-action): Doc fix.
1044 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
1046         * calendar/calendar.el (calendar-basic-setup): Doc fix.
1048 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
1050         * international/mule-cmds.el (prefer-coding-system): Fix
1051         docstring.
1053         * international/ccl.el (define-ccl-program): Fix docstring.
1055 2001-01-11  Dave Love  <fx@gnu.org>
1057         * international/mule-cmds.el (standard-display-european-internal):
1058         Set display table for 2208 as for 160.
1060         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
1062         * progmodes/fortran.el (fortran-mode-map): Modify Customization
1063         entry for custom-menu-create change.
1064         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
1065         don't cons it in the search loop.
1067         * imenu.el (imenu--truncate-items): Revert last change.
1069 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
1071         * info.el (Info-setup-header-line): If the node header includes
1072         either Next: or Prev: links, don't show the File: and Node: parts
1073         in the header line.
1075 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
1077         * comint.el (comint-goto-process-mark): Don't print a message
1078         when running in batch mode.
1080         * isearch.el (isearch-search): In the condition-case handler for
1081         `error', set isearch-invalid-regexp to the whole error message.
1083         * subr.el (eval-after-load): Call load-symbol-file-load-history to
1084         ensure that eval-after-load works for files dumped with Emacs.
1086         * help.el (load-symbol-file-load-history): New function extracted
1087         from function symbol-file.
1088         (symbol-file): Use it.
1090         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
1091         exit.xpm.
1093 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
1095         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
1096         behave as if there were no prefix argument.
1097         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
1098         argument were nil.
1100 2001-01-11  Richard M. Stallman  <rms@gnu.org>
1102         * isearch.el (isearch-lazy-highlight-update):
1103         Don't look for more potential matches once maximum is exceeded.
1104         Use overlays-in to check correctly for overlap with current match.
1105         Ignore empty matches.
1107 2001-01-11  Miles Bader  <miles@gnu.org>
1109         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1110         (ispell-overlay-window, ispell-help, ispell-show-choices)
1111         (ispell-command-loop): Use it instead of `window-height'.
1113 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
1115         * files.el (confirm-kill-emacs): New user-option.
1116         (save-buffers-kill-emacs): Ask for final confirmation before
1117         killing Emacs.
1119         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1120         to nil.
1122 2001-01-10  Dave Love  <fx@gnu.org>
1124         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1126         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1127         :type.
1129         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1131         * calculator.el (calculator-number-digits): Fix :type.
1133         * vc-cvs.el (vc-cvs-header): Fix :type.
1134         * vc-rcs.el (vc-rcs-header): Fix :type.
1135         * vc-sccs.el (vc-sccs-header): Fix :type.
1137         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1139         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1141         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1143 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
1145         * simple.el (set-variable): Force a thorough redisplay for the
1146         case that the variable has an effect on the display, like
1147         `tab-width' has.
1149 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
1151         * vc.el: Add documentation for backend interface.
1153 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
1155         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1157         * international/mule-conf.el (latin-extra-code-table): Set to t
1158         for \223 and \224.
1160 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
1162         * international/mule-cmds.el (locale-language-names): Map "es" to
1163         "Spanish" and "nl" to "Dutch".
1165 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
1167         * bindings.el (global-map): Bind <home> to beginning-of-line,
1168         <end> to end-of-line, C-<home> to beginning-of-buffer, and
1169         C-<end> to end-of-buffer.
1171         * language/european.el: Add Dutch and Spanish language info
1172         to be able to use the appropriate tutorials.
1174 2001-01-09  Alex Schroeder  <alex@gnu.org>
1176         * ansi-color.el (ansi-color-process-output): Use markers instead
1177         of positions for start and end of region.
1178         (ansi-color-apply-on-region): Rewrote code to make it more robust.
1179         Previously, occasional mistakes happend when fontifying many
1180         chunks of output (eg. ls --color=yes /dev).  This happened
1181         whenever an overlay was created up to the end of the region, which
1182         coincided with the process-mark.  New text would then be added
1183         within that overlay instead of after it.
1184         (ansi-color-make-extent): Overlays are created with the property
1185         `modification-hooks' set to '(ansi-color-freeze-overlay).
1186         (ansi-color-freeze-overlay): New function.  When inserting text at
1187         the end of the overlay, the overlay will resize.
1189 2000-01-09  Alex Schroeder  <alex@gnu.org>
1191         * ansi-color.el (ansi-color-process-output): Doc change.
1192         (ansi-color-unfontify-region): Doc change.  No longer installed
1193         automatically in font-lock-unfontify-region-function.
1194         (ansi-color-apply): Doc change.
1195         (ansi-color-apply-on-region): Use extents or overlays instead of
1196         text-properties.
1197         (ansi-color-make-extent): New function.
1198         (ansi-color-set-extent-face): New function.
1200 2000-01-09  Alex Schroeder  <alex@gnu.org>
1202         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1203         both use ansi-color-process-output, now.
1204         (ansi-color-process-output): Doesn't return string anymore.  It is
1205         installed in comint-output-filter-functions for both Emacs and
1206         XEmacs, now.
1207         (ansi-color-unfontify-region): Simplified code removing variables
1208         pos and start-ansi.
1209         (ansi-color-apply): Put text-property ansi-color before putting
1210         text-property face because ansi-color-unfontify-region is called
1211         immediately after the call to put-text-property.
1212         (ansi-color-context-region): Doc change.
1213         (ansi-color-filter-region): Simplified code.
1214         (ansi-color-apply-on-region): Changed start to start-marker, using
1215         a marker explicitly.  Put text-property ansi-color before putting
1216         text-property face because ansi-color-unfontify-region is called
1217         immediately after the call to put-text-property.
1219 2000-01-09  Alex Schroeder  <alex@gnu.org>
1221         * ansi-color.el (ansi-color-faces-vector): Doc change.
1222         (ansi-color-for-comint-mode): Changed :type property to choice.
1223         (ansi-color-last-context): Removed.
1224         (ansi-color-process-output): Don't use ansi-color-last-context, as
1225         the main functions will store their context now.
1226         (ansi-color-context): Doc change.
1227         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1228         Uses ansi-color-context such that repeated calls will strip
1229         partial escape sequences, too.
1230         (ansi-color-apply): Simplified code.  Colorize end of string if
1231         face is not null.  Store context in new (FACE STRING) format, such
1232         that repeated calls will strip partial escape sequences, too.
1233         Append faces to face property using ansi-color-apply-sequence such
1234         that cumulative mode actually works.
1235         (ansi-color-context-region): New variable.
1236         (ansi-color-filter-region): Rewrote it based on
1237         ansi-color-apply-on-region.  Uses ansi-color-context-region such
1238         that repeated calls will strip partial escape sequences, too.
1239         (ansi-color-apply-on-region): Simplified code.  Colorize end of
1240         region if face is not null.  Store context in new (FACE POS)
1241         format, such that repeated calls will strip partial escape
1242         sequences, too.  Append faces to face property using
1243         ansi-color-apply-sequence such that cumulative mode actually
1244         works.
1245         (ansi-color-apply-sequence): New function.
1246         (ansi-color-get-face): When the default face is added to the list
1247         of faces, all previous settings are discarded and the list of
1248         faces is set to '(default).
1250 2000-01-09  Alex Schroeder  <alex@gnu.org>
1252         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1253         face, such that ansi-color-apply and ansi-color-apply-on-region
1254         will do the right thing.
1255         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1256         returns nil, set the list of faces back to nil instead of
1257         appending the result of ansi-color-get-face to the front of the
1258         list.
1260 2000-01-09  Alex Schroeder  <alex@gnu.org>
1262         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1263         (ansi-color-process): Doc change.
1264         (ansi-color-last-context): New buffer-local variable.
1265         (ansi-color-process-output): New function.  It is automatically
1266         added to comint-output-filter-functions if this is XEmacs.
1267         (ansi-color-unfontify-region): New optional parameter for XEmacs
1268         compatibility.  Check wether font-lock-syntactic-keywords is
1269         boundp before removing the syntax table text property, as XEmacs
1270         doesn't have it.
1271         (ansi-color-filter-region): Doc change.
1272         (ansi-color-apply-on-region): Doc change.
1273         (ansi-color-make-face): New function.  Compatibility layer for
1274         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
1275         (ansi-color-make-color-map): Use ansi-color-make-face.
1276         (ansi-color-get-face): Avoid face text property '(nil) as results
1277         in an errow for XEmacs.
1279 2000-01-09  Alex Schroeder  <alex@gnu.org>
1281         * ansi-color.el (ansi-color-unfontify-region): New function.  Uses
1282         text-property ansi-color in order to preserve fontification by
1283         ansi-color.  When the package is loaded, a lambda expression is
1284         put onto font-lock-mode-hook.  This lambda expression will check
1285         font-lock-unfontify-region-function and replace
1286         font-lock-default-unfontify-region with
1287         ansi-color-unfontify-region.
1288         (ansi-color-apply): Add text-property ansi-color in addition to
1289         text-property face.
1290         (ansi-color-apply-on-region): Add text-property ansi-color in
1291         addition to text-property face.
1292         (save-buffer-state): Copy of the macro that is also used by
1293         lazy-lock and font-lock.
1295         (ansi-color-for-comint-mode): New option.
1296         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1297         (ansi-color-for-comint-mode-off): Ditto.
1298         (ansi-color-for-comint-mode-filter): Ditto.
1299         (ansi-color-process): New function.  Uses
1300         ansi-color-for-comint-mode to decide what to do.  This function is
1301         added to comint-preoutput-filter-functions when the package is
1302         loaded.
1304         (ansi-color-for-shell-mode-set): Removed.
1305         (ansi-color-for-shell-mode): Removed.
1307 2000-01-09  Alex Schroeder  <alex@gnu.org>
1309         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1310         the lambda expression from the ansi-color-for-shell-mode :set
1311         property.  Additionally, modify shell-mode-hook to enable or
1312         disable font-lock-mode for future shell buffers.
1313         (ansi-color-for-shell-mode): The :set property calls
1314         ansi-color-for-shell-mode-set instead of a lambda expression.
1316 2000-01-09  Alex Schroeder  <alex@gnu.org>
1318         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1319         (ansi-color-context): New variable.
1320         (ansi-color-apply): Save context between calls.
1322 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
1324         * isearch.el (isearch, isearch-lazy-highlight-face): New
1325         definitions for face colors and attributes.
1327         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1328         of display-mouse-p.
1330 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
1332         * international/mule.el (make-coding-system): If the coding system
1333         accepts extra latin codes, register such codes as safe for the
1334         coding system.
1336 2001-01-08  Richard M. Stallman  <rms@gnu.org>
1338         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1339         don't mention the file name or the date here, because they are
1340         logged at the start of the file.
1342 2001-01-08  Richard M. Stallman  <rms@gnu.org>
1344         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1345         Change screen-width to frame-width.
1347 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
1349         * info.el (Info-search): Print the default as part of the prompt.
1351 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
1353         * vc.el (vc-default-latest-on-branch-p): New function, replaces
1354         constant implementations in backends.
1356         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1357         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1359         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1360         WRITABLE to EDITABLE.
1362         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1363         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1364         to EDITABLE.
1366 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
1368         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1369         (copyright, copyright-update): Compute the current year at run
1370         time.
1372 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
1374         * isearch.el (isearch-old-signal-hook): Removed.
1375         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1376         instead of setting signal-hook-function.
1377         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1379 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
1381         * emulation/edt.el: Update to version 4.0.  Provide support for
1382         EDT scroll margins at top and bottom of the window.  Provide an
1383         emulation of the EDT SUBS command (bound to GOLD-Enter, by
1384         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
1385         user when file-related buffer modifications exist.  Provide
1386         support for running EDT Emulation in XEmacs.  Provide customize
1387         access to some user updatable variables.  Add Commentary section
1388         to file header.  Fixed a few minor bugs and cleaned up some code.
1390         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
1391         for detecting a keypress that generates an ASCII key sequence.
1392         (Previously, only a keypress that generates a vector was
1393         recognized.)  Embed Window Manager name into name of the generated
1394         EDT Emulation initialization file since the initialization file is
1395         Window Manager specific.  Add Commentary section to file header.
1397 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
1399         * mail/sendmail.el (mail-mode): Doc fix.
1401         * info.el (Info-goto-emacs-command-node): Doc fix.
1402         (Info-goto-emacs-key-command-node): Doc fix.
1404 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
1406         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
1407         systems without long file-name support.
1409 2001-01-06  Andrew Innes  <andrewi@gnu.org>
1411         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1413 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
1415         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1416         (isearch-lazy-highlight-update): Doc fix.
1418         * ffap.el (ffap-bindings): Doc fix.
1420         * dired-x.el (dired-virtual-guess-dir): Doc fix.
1422 2001-01-05  Dave Love  <fx@gnu.org>
1424         * emacs-lisp/cl-seq.el (remove, remq): Remove.
1426 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
1428         * mouse-drag.el (mouse-drag-safe-scroll): Bind
1429         scroll-preserve-screen-position to nil.
1431         * isearch.el (isearch-old-signal-hook): New variable.
1432         (isearch-mode): Set signal-hook-function to isearch-done.
1433         (isearch-done): Restore old signal-hook-function.
1435         * info.el (Info-fontify-node): Mark one more char as intangible.
1437 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
1439         * composite.el (compose-last-chars): New argument COMPONENTS.  If
1440         it is non-nil, compose preceding characters by compose-region with
1441         COMPONENTS.
1443         * international/quail.el (quail-input-string-to-events): New function.
1444         (quail-input-method): Convert input string to events here.
1445         (quail-start-translation): Return input string, not event list.
1446         (quail-start-conversion): Likewise.
1448 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
1450         * tooltip.el (tooltip-cancel-delayed-tip)
1451         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1452         and tooltip-add-timeout.
1453         (tooltip-show): Set border color from faces's foreground.
1454         (tooltip-show-help-function): If called with the same help string
1455         as last time, do nothing.
1456         (tooltip-help-tips): Don't set tooltip-help-message to nil.
1458         * startup.el (fancy-splash-screens): Don't bind show-help-function
1459         to nil.
1461         * tooltip.el (tooltip-frame-parameters): Remove colors.
1462         (tooltip): New face
1463         (tooltip-set-param): New function.
1464         (tooltip-show): Set up color frame parameters from face `tooltip'.
1465         Display the tooltip text in face `tooltip'.
1467 2001-01-04  Dave Love  <fx@gnu.org>
1469         * whitespace.el (whitespace-global-mode): Fix typo.
1471         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1473 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
1475         * help.el (help-for-help): Fix a typo in a doc string.  From
1476         kwzh@gnu.org (Karl Heuer).
1478 2001-01-03  Dave Love  <fx@gnu.org>
1480         * dired-x.el: Doc fixes.  Maintainer change.
1481         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1482         :type.
1483         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1484         (dired-guess-shell-alist-user): Customize.
1485         (dired-x-help-address): Set to bug-gnu-emacs.
1486         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1487         (dired-default-directory): Renamed from default-directory.
1489         * hl-line.el (hl-line): Doc fix.
1491 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
1493         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
1495 2001-01-02  Richard M. Stallman  <rms@gnu.org>
1497         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1498         to remove all the current alternative-match highlighting.
1499         If nil, remove only what's outside the current window.
1500         (isearch-lazy-highlight-remove-overlays): Take optional
1501         region within which NOT to remove them.
1502         (isearch-lazy-highlight-new-loop): Greatly simplified.
1503         (isearch-lazy-highlight-update): Find all the other occurrences
1504         visible in the window, in just one call.
1505         (isearch-lazy-highlight-start): Now holds start of region to scan.
1506         (isearch-lazy-highlight-end): Now holds end of region to scan.
1507         (isearch-lazy-highlight-wrapped): Variable deleted.
1508         (isearch-lazy-highlight-search): Function deleted.
1510 2000-01-02  Andrew Innes  <andrewi@gnu.org>
1512         * w32-fns.el (convert-standard-filename): Do length check on name
1513         before aref.
1515 2001-01-02  Dave Love  <fx@gnu.org>
1517         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1518         value.
1519         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1521         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1523         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1524         read syntax.
1526         * calendar/todo-mode.el (todo): Add :link, :version.
1527         (todo-save-top-priorities): Remove autoload cookie.
1528         (todo-add-category, todo-add-item-non-interactively)
1529         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1530         cookie.
1532 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
1534         * comint.el (comint-input-history-ignore): New variable.
1535         (comint-read-input-ring): Ignore entries matching
1536         comint-input-history-ignore.
1538 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
1540         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1541         (lm-copyright-mark): New function.
1542         (lm-crack-copyright): New function.
1543         (lm-verify): Check that the file has a copyright.
1544         Check that the file is copyright Free Software Foundation.
1546 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
1548         * international/mule-diag.el (print-fontset): Indent font name by
1549         24 columns, not 25.
1551 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
1553         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1554         in Subject line.
1556         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1557         Use mail-mode-hook instead of mail-setup-hook.  Otherwise
1558         continuing an interrupted message with C-u C-x m for instence,
1559         winds up in Mail mode without abbrevs.
1561 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1563         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1564         non-nil.  Adding almost all customization variables on ps-setup.  Doc
1565         fix.
1566         (ps-print-version): New version number (6.3.3).
1567         (ps-end-with-control-d): Initialization fix.
1568         (ps-lines-printed): New var.
1569         (ps-skip-newline): New fun.
1570         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1571         (ps-next-line, ps-continue-line, ps-plot-region)
1572         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
1574 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
1576         * international/fontset.el (x-complement-fontset-spec): Resolve
1577         ASCII font name so that the same family name is used for fonts
1578         registered in x-font-name-charset-alist.
1579         (create-fontset-from-fontset-spec): Adjusted for the above change.
1580         The name of fontset alias should be a unresolved ASCII font name.
1582 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
1584         * simple.el (delete-key-deletes-forward-mode): Bind backspace
1585         and delete in isearch-mode-map.
1587 2000-12-28  Richard M. Stallman  <rms@gnu.org>
1589         * dired-x.el (dired-guess-shell-alist-default):
1590         Use xpdf instead of acroread.
1592 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
1594         * textmodes/artist.el (artist-butlast): Deleted.
1595         (artist-ellipse-mirror-quadrant): Use butlast instead of
1596         artist-butlast.
1598         * subr.el (butlast, nbutlast): Moved from cl.el to here.
1600         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1602 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
1604         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1606         * ls-lisp.el: Better support for the Mac and MS-Windows.
1607         (ls-lisp): New defgroup.
1608         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
1609         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
1610         (ls-lisp-support-shell-wildcards): New defcustoms.
1611         (ls-lisp-parse-symlink): New function.
1612         (insert-directory): Code to convert switches to a list and set up
1613         the wildcard argument copied from ls-lisp-insert-directory.
1614         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
1615         for -C and -R switches.
1616         (ls-lisp-column-format): New function.
1617         (ls-lisp-delete-matching, ls-lisp-handle-switches)
1618         (ls-lisp-format-time): Add doc strings.
1619         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1620         Support ls-lisp-dirs-first.
1621         (ls-lisp-classify, ls-lisp-extension): New functions.
1622         (ls-lisp-format): Optionally support emulation of symlinks.
1623         Support -i, -s, and -G switches.
1625 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
1627         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1629         * version.el (emacs-version): Print X scroll bar information.
1631         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1632         instead of x-toolkit-scroll-bars-p.
1634         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1635         of x-toolkit-scroll-bars-p.
1637 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
1639         * ffap.el (ffap-bindings): Make interactive and add an autoload
1640         cookie.
1641         (ffap-bindings): Doc fix, to reflect the above change.
1643 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
1645         * term.el (term-char-mode): Define all non-ascii self-inserting
1646         characters to 'term-send-raw in term-raw-map.
1648 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
1650         * viper-init (viper-restore-cursor-type): Added condition-case
1651         guard.
1653         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
1654         initialization; use add-hook.
1655         (ediff-file-remote-p): Use file-local-copy.
1657         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
1659         * ediff.el (ediff-patch-buffer): Bug fix.
1660         (ediff-revision): Allow selection of the file at the prompt.
1662 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
1664         * subr.el (combine-run-hooks): Remove.
1666         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1667         and remove the rogue second spec.
1669 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
1671         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1673 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
1675         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1676         Use minibuffer menu prompt for the `=' prefix.
1677         (smerge-command-prefix): Change default to C-^.
1678         (smerge-mode): Don't assume font-lock doesn't move point.
1680         * skeleton.el (skeleton-internal-1): Make sure the first line of
1681         the region is also re-indented.
1682         (skeleton-end-newline): New var.
1683         (skeleton-end-hook): Use it.
1685 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
1687         * comint.el (comint-password-prompt-regexp): Support CVS.
1689 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
1691         * simple.el (delete-key-deletes-forward-mode): Simplify.  Also
1692         backspace key combinations, depending on
1693         delete-key-deletes-forward.
1695         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1697         * simple.el (delete-key-deletes-forward): Doc fix.
1699 2000-08-22  Emmanuel Briot  <briot@gnat.com>
1701         * xml.el (top level comment): Updated to reflect the fact that
1702         white spaces are relevant in the XML file.
1703         (xml-parse-file): Do not kill an existing Emacs buffer if the file
1704         to parse was already edited. This allows for on-the-fly analysis
1705         of XML files.
1706         (xml-parse-tag): Check that the casing is the same in the start
1707         tag and end tag, since XML is case-sensitive.  Allows for spaces
1708         in the end tag, after the name of the tag.
1709         (xml-parse-attlist): Allow for the character '-' in the name of
1710         attributes, as in the standard http-equiv attribute Do not save
1711         the properties in the XML tree, since they are not relevant.
1713 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
1715         * generic.el (generic-read-type): Undo last change, inline into
1716         `generic-mode' and then remove.
1717         (generic-mode): Inline generic-read-type.
1718         (define-generic-mode): Push the symbol name rather than the symbol
1719         onto generic-mode-list.
1721 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
1723         * generic.el (generic-read-type): Build an alist for
1724         completing-read as in 20.7.
1726         * play/landmark.el (lm): Use interactive spec `P'.
1727         (toplevel): Don't set debug-on-error.
1729         * server.el (server-switch-buffer): Choose a window on a visible
1730         frame.
1732 2000-12-21  Dave Pearson  <davep@davep.org>
1734         * quickurl.el: Commentry change, I've moved my web site.
1736 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1738         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1739         ranges like \177-\237, but accepts the character sequence from \177 to
1740         \237.  Doc fix.
1741         (ebnf-version): New version (3.4).
1742         (ebnf-setup): Code fix.
1743         (ebnf-range-regexp): New fun.
1744         (ebnf-8-bit-chars): Const fix.
1746         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1747         entry.  Doc fix.
1748         (ebnf-bnf-lex): Code fix.
1749         (ebnf-bnf-comment-chars): Const fix.
1751         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1752         entry.  Doc fix.
1753         (ebnf-iso-comment-chars): Const fix.
1755         * ebnf-otz.el: Doc fix.
1757         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1758         entry.  Doc fix.
1759         (ebnf-yac-skip-code): Code fix.
1760         (ebnf-yac-comment-chars): Const fix.
1762 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
1764         * files.el (insert-directory-safely): New function.
1765         (recover-file): Use it instead of insert-directory.  From Markus
1766         Rost <markus.rost@mathematik.uni-regensburg.de>
1768 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
1770         * international/mule-cmds.el (select-safe-coding-system): Check
1771         coding-category-list more rigidly.  Improve help message.
1773         * dired.el (dired-move-to-filename-regexp): Fix previous change.
1775 2000-12-21  Miles Bader  <miles@gnu.org>
1777         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1778         prefix.
1780 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
1782         * international/mule-diag.el (describe-char-after): Make *Help*
1783         buffer inherit multibyteness of the current buffer.
1785         * international/mule.el (make-char): Docstring adjusted for the
1786         change of make-char-internal.
1788 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
1790         * international/iso-cvt.el: Docstrings fix.
1792 2000-12-20  Dave Love  <fx@gnu.org>
1794         * subr.el (eval-after-load): Doc fix.
1796 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
1798         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1799         for numbers.
1801 2000-12-20  Miles Bader  <miles@gnu.org>
1803         * international/quail.el (quail-help): Resize the help window
1804         again after it has all its contents.  Remove unneeded progn.
1806 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
1808         * pcmpl-linux.el: Fix copy/paste error.
1810 2000-12-19  Andrew Innes  <andrewi@gnu.org>
1812         * simple.el (delete-key-deletes-forward-mode): Fix typo in
1813         docstring.
1815 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1817         * progmodes/idlw-rinfo.el: Fixed copyright notice.
1819         * progmodes/idlw-toolbar.el: Fixed copyright notice.
1821         * progmodes/idlw-shell.el: Fixed copyright notice.
1823         * progmodes/idlwave.el: Fixed copyright notice.
1825         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1826         TAB as key separators.
1828 2000-12-19  Alex Schroeder  <alex@gnu.org>
1830         * sql.el (sql-sybase-options): New option.
1831         (sql-sybase): Use it.  Add sql-database to the list of parameters
1832         provided for login.  The options -w 2048 -n are not used any more.
1833         (sql-postgres-options): Changed default from "--pset" to "-P".
1834         (sql-mysql-options): Doc change.
1835         (sql-stop): Doc change.
1837 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
1839         * international/quail.el (quail-input-method): Always hide
1840         the guidance buffer on exiting.
1842 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1844         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1845         isn't fboundp.
1847         * server.el (server-buffer-done): Bury the buffer before
1848         killing it.
1850         * faces.el (face-spec-set): Interpret a nil in specs for
1851         foreground and background colors as `unspecified', for
1852         compatibility with 20.x.
1854 2000-12-18  Dave Love  <fx@gnu.org>
1856         * simple.el (mail-user-agent): Doc fix.
1857         (input-mode-8-bit): Removed.
1859         * international/mule.el (set-keyboard-coding-system): Doc fix.
1860         (keyboard-coding-system): New option.
1862         * mail/sendmail.el (send-mail-function): Customize.
1864 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
1866         * international/codepage.el (cp866-decode-table): New table.
1868 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1870         * version.el (emacs-version): Remove `%a' from the time format
1871         because the weekday doesn't fit well into each locale.
1873 2000-12-18  Miles Bader  <miles@gnu.org>
1875         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1877         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
1878         Check that emacs-major-version is `=' to 20, not `>='.
1879         (artist-replace-chars): Use `make-string' instead of a loop.
1881 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
1883         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1884         (cvs-execute-single-file): Don't change directory.
1885         Patch from Per Cederqvist.
1887 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
1889         * textmodes/ispell.el (check-ispell-version): If
1890         `ispell-program-name' is "aspell", pass it the -v switch instead
1891         of -vv.
1893 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
1895         * international/mule-diag.el (mule-diag): Insert information about
1896         configure options, multibyte awareness, language env.
1898         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1899         regexp to search for candidates.
1901 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
1903         * info.el (Info-forward-node): If the node has an
1904         Info-header-line, widen the buffer before searching for "next:"
1905         and "up:" pointers, and set the search limit to stay in the
1906         current node.
1908 2000-12-16  Miles Bader  <miles@gnu.org>
1910         * simple.el (delete-trailing-whitespace): Remove extraneous let.
1912 2000-12-15  Miles Bader  <miles@gnu.org>
1914         * comint.el (comint-send-string, comint-send-region): Also accept
1915         a buffer, buffer-name, or nil for PROCESS, for compatibility with
1916         process-send-string/region.
1918 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
1920         * isearch.el (isearch-lazy-highlight-max): New user-option.
1921         (isearch-lazy-highlight-update): Don't highlight more than
1922         isearch-lazy-highlight-max matches.
1924         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1926 2000-12-15  Richard M. Stallman  <rms@gnu.org>
1928         * sort.el (sort-columns): Fix error message.
1930         * dabbrev.el (dabbrev--last-case-pattern): Value is now
1931         `upcase' or `downcase' or nil.
1932         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1933         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1934         (dabbrev--substitute-expansion): New arg record-case-pattern.
1935         If it is non-nil, set dabbrev--last-case-pattern.
1936         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1938         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1940 2000-12-15  Miles Bader  <miles@gnu.org>
1942         * paths.el (Info-default-directory-list): Don't delete
1943         configure-info-directory from the list of standard info
1944         directories when appending it to the end -- their order is
1945         important.
1947         * faces.el (read-face-attribute): If there's no entry for the
1948         user's input in VALID, just use it as-is (this will often result
1949         in an error, but it may be OK for e.g. colors using hexadecimal
1950         notation, and at least will yield a better error message).
1952         * window.el (mode-line-window-height-fudge): Function removed.
1953         (height-affecting-face-attributes, mode-line-window-height-fudge):
1954         Variables removed.
1955         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1956         window is really the right size.  Use vertical-motion
1957         rather than forward-line.
1958         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1959         (ispell-command-loop, ispell-show-choices): Use the variable
1960         ispell-choices-win-default-height, rather than the function.
1961         (ispell-choices-win-default-height): Function removed.
1962         (ispell-mode-line-window-height-fudge): Function removed.
1964 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
1966         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1968 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
1970         * paths.el (Info-default-directory-list): If
1971         configure-info-directory is not one of the standard directories,
1972         put it first in the list; otherwise put it last.  Doc string
1973         changed accordingly.
1975         * info.el (Info-directory-list): Change doc string to reflect the
1976         change in Info-default-directory-list.
1978         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1979         windows-nt as windowed environments, even under -nw.
1981         * startup.el (command-line): Don't call x-backspace-delete-keys-p
1982         if not fboundp.  Switch delete-forward mode for the <delete> key
1983         on all PC platforms, even under -nw.
1985         * term/internal.el ([M-delete]): Remap to M-d.
1987 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
1989         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1991 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
1993         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1995 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
1997         * startup.el (command-line): Call delete-key-deletes-forward-mode,
1998         if appropriate.
2000         * simple.el (delete-key-deletes-forward): New user-option.
2001         (delete-key-deletes-forward-mode): New function.
2003         * bindings.el: Bind `delete' to backward-delete-char.
2005         * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
2006         if symbol is bound before getting its value.
2008         * tooltip.el (tooltip-show): If an error is signaled in
2009         x-show-tip, display that error, and display the help in the
2010         echo area.
2012 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
2014         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
2015         "... entries" messages for every 10000 entries, not 10.
2017 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
2019         * bookmark.el: Provide a generic exit hook, as suggested by
2020         Ovidiu Predescu <ovidiu@cup.hp.com>:
2021         (bookmark-exit-hook): New var.
2022         (bookmark-exit-hook-internal): New func, replaces
2023         old raw lambda form in `kill-emacs-hook', and runs new
2024         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
2025         as logically that feature must have been provided if this function
2026         is running.
2027         Removed ;;;###autoload before the `add-hook' call.
2029 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
2031         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2032         (easy-menu-current-active-maps): New function.
2033         (easy-menu-get-map): Use it.
2034         Make a proper menu entry when creating a new keymap.
2036 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
2038         * international/characters.el: Fix cases and syntaxes for
2039         mule-unicode-0100-24ff.
2041         * dired.el (dired-move-to-filename-regexp): Fixed for the case
2042         that a Japanese character is not appended after day and year.
2044         * info.el (Info-suffix-list): Change format for a command that
2045         requires arguments.
2046         (info-insert-file-contents): Adjusted for the above change.
2048 2000-12-12  Andreas Schwab  <schwab@suse.de>
2050         * tar-mode.el (tar-extract): Base the name of the subfile buffer
2051         on the name of the tar buffer.  Verify that the existing buffer is
2052         visiting the same subfile.
2054 2000-12-12  Dave Love  <fx@gnu.org>
2056         * subdirs.el: Add obsolete.
2058 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
2060         * mail/rmailsum.el (rmail-summary-expunge)
2061         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
2062         instead of rmail-confirm-expunge.
2064         * replace.el (perform-replace): Don't use an empty match adjacent
2065         to a non-empty match when computing the next match before the
2066         replacement is performed.
2068 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
2070         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
2071         definition (patch by Stefan Monnier).
2072         (glasses-mode): Use jit-lock instead of `after-change-functions'
2073         (patch by Stefan Monnier).
2075 2000-12-12  Miles Bader  <miles@gnu.org>
2077         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
2078         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
2080 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
2082         * term/mac-win.el: Remove load for ls-lisp.
2084         * loadup.el: Load ls-lisp for system-type `macos'.
2086 2000-12-12  Miles Bader  <miles@gnu.org>
2088         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
2089         Respect field end too.
2090         (just-one-space): Respect fields as `delete-horizontal-space'.
2091         (newline-and-indent, reindent-then-newline-and-indent): Use
2092         `delete-horizontal-space'.
2094 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
2096         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
2097         (so as to obey the field property in the minibuffer).
2099         * obsolete/c-mode.el: Moved from lisp/progmodes.
2100         * obsolete/auto-show.el: Moved from lisp.
2101         * obsolete/ooutline.el: Moved from lisp/textmodes.
2103 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2105         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
2106         changes to list them here.
2108         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.  Too
2109         many changes to list them here.
2111         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.  Too
2112         many changes to list them here.
2114         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2116 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
2118         * simple.el (kill-new): Don't try to setcar kill-ring if it is
2119         nil.
2121         * cus-edit.el (custom-save-variables, custom-save-faces):
2122         Comment fix.
2124         * hscroll.el: Moved to `obsolete' subdir.
2126 2000-12-11  Miles Bader  <miles@gnu.org>
2128         * window.el (window-text-height): Function removed (now in C).
2130 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
2132         * log-edit.el (log-edit-parent-buffer): New var.
2133         (log-edit): Set it.  Add BUFFER argument.
2134         (log-edit-done): Use char-before.
2135         Don't bother checking validity of vc-comment-ring.
2136         Only bury the buffer if log-edit popped it up.
2138         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2139         (cvs-mode-diff-help): Remove.
2140         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
2141         (cvs-mode-marked): Set up the default for CMD manually.
2143         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2144         Remove binding for ? now made unnecessary.
2146 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2148         * textmodes/reftex.el (reftex-scanning-info-available-p): New
2149         function
2150         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2152         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2153         when master file is not open.
2155 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
2157         * progmodes/ada-stmt.el: Update `maintainer'.
2159 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
2161         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2162         choices to match documentation string.
2164 2000-12-09  Miles Bader  <miles@gnu.org>
2166         * minibuf-eldef.el: New file.
2168         * window.el (fit-window-to-buffer): Don't pass last argument to
2169         pos-visible-in-window-p, now that its meaning is inverted.
2171 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
2173         * image.el (create-image): Doc fix; spotted by Per Cederqvist
2174         <ceder@lysator.liu.se>.
2176 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
2178         * autoinsert.el (auto-insert-alist): Add missing final \n.
2180         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
2181         (cvs-menu-map): Remove.
2182         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2183         (cvs-mode-quit): Turn it back into a plain function.
2185         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
2186         (texinfo-filter): Remove (move to texinfo.el).
2188         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2189         file where it's more visible.
2190         (texinfo-filter, texinfo-chapter-level-regexp): New variables
2191         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2192         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2193         (texinfo-inside-macro-p): Only catch `scan-error's.
2194         (texinfo-inside-env-p): Make better use of the match info.
2195         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2196         (texinfo-insert-@end): Slight re-organization.
2197         Also remove useless `looking-at' call.
2199 2000-12-08  Andrew Innes  <andrewi@gnu.org>
2201         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2202         accessible in -nw mode.
2204         * term/w32-win.el: Remove stuff about selection timeout, which is
2205         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
2206         it is accessible in -nw mode.
2208 2000-12-08  Dave Love  <fx@gnu.org>
2210         * emacs-lisp/lisp-mode.el (lisp-mode): Set
2211         font-lock-keywords-case-fold-search.
2213 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
2215         * textmodes/ispell.el (ispell): Doc fix.
2217 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
2219         * international/quail.el (quail-insert-decode-map): Check the
2220         frame width of a window displaying the current buffer, not that of
2221         the selected frame.
2222         (quail-help): Make sure that the help buffer has window before
2223         inserting text in it.
2225 2000-12-07  Sam Steingold  <sds@gnu.org>
2227         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2228         Backquote is used in isearch.el, so autoloading saves nothing.
2230 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
2232         * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2233         the CVS and RCS subdirectories case-insensitively.
2235         * dired.el (dired-insert-directory): If file-system-info is
2236         fboundp, call it instead of invoking dired-free-space-program.
2238 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
2240         * server.el (server-visit-files): Push files on file-name-history.
2242         * progmodes/cc-langs.el: Update copyright.
2244         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2246         * bindings.el (mode-line-mode-menu): Add glasses-mode.
2248         * bindings.el (mode-line-mode-menu): Reverse the order
2249         of define-keys so that the menu appears in alphabetical order.
2251 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
2253         * progmodes/glasses.el (glasses-mode): Update mode line at the end
2254         of the function.
2256 2000-12-07  Dave Love  <fx@gnu.org>
2258         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2260         * facemenu.el (facemenu-unlisted-faces): Fix value.
2262 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
2264         * font-lock.el (font-lock-default-fontify-region):
2265         Include the terminating \n (off-by-one error).
2266         (font-lock-set-defaults): Use dolist.
2268         * derived.el (define-derived-mode): Don't use combine-run-hooks.
2270 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
2272         * international/mule-cmds.el (describe-language-environment): Fix
2273         for the case that an input method title is not string but a list.
2275         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2276         of wrong SIZE record.
2278 2000-12-06  Dave Love  <fx@gnu.org>
2280         * newcomment.el (comment-region, comment-dwim): Doc fix.
2282         * textmodes/texinfo.el: Require tex-mode when compiling.
2283         (texinfo-update-node): Doc fix.
2284         (texinfo-imenu-generic-expression): Add @anchor.
2285         (texinfo-font-lock-keywords): Add @uref.
2286         (texinfo-inside-macro-p): Don't use ignore-errors.
2287         (texinfo-insert-quote): Match more contexts.
2289         * international/mule.el (decode-char, encode-char): Doc fix.
2290         (auto-coding-alist): Customize.
2292         * files.el (load-file): Fix change of 2000-03-12.
2294         * wid-edit.el (widget-text-keymap): Doc fix.
2296 2000-12-06  Andrew Innes  <andrewi@gnu.org>
2298         * makefile.w32-in (lisp): Set to an absolute directory, namely
2299         $(CURDIR).
2301 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2303         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2304         read generated-autoload-file, and set buffer-file-coding-system to
2305         raw-text-unix after reading the file.
2307         * international/mule-conf.el (file-coding-system-alist): Use
2308         raw-text for reading loaddefs.el and raw-text-unix for writing
2309         it.
2311 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
2313         * replace.el (occur): Make line-number-width 1 smaller for the
2314         colon following the line number.
2316         * startup.el (fancy-splash-text, command-line-1): Use
2317         `File' for the menu name instead of `Files'.
2319         * tmm.el: Update copyright.
2321         * cus-start.el: Add entry for even-window-heights.
2323 2000-12-06  Miles Bader  <miles@gnu.org>
2325         * faces.el (frame-set-background-mode): Avoid stomping on
2326         locally modified faces.
2328 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
2330         * international/fontset.el: Correct the font registries for
2331         japanese-jisx0213-1 and japanese-jisx0213-2.
2333 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
2335         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2337         * iswitchb.el: Update customization commentary.
2339 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
2341         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2342         (tpu-search-highlight): Fixed comparison of overlay end positions.
2343         (tpu-trim-line-ends): Implemented trimming logic locally.
2345         * emulation/tpu-extras.el (tpu-write-file-hook)
2346         (tpu-set-cursor-bound): Replaced picture-clean with
2347         tpu-trim-line-ends.
2349 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
2351         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2352         to cn-gb.
2353         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2355 2000-12-04  Dave Love  <fx@gnu.org>
2357         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2359 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
2361         * mail/rmailsum.el (rmail-summary-expunge)
2362         (rmail-summary-expunge-and-save): Ask for confirmation with
2363         rmail-expunge-confirmed.
2365         * mail/rmail.el (rmail-expunge-confirmed): New function.
2366         (rmail-expunge): Use it.
2368         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2369         (etags-recognize-tags-table, find-tag-in-order): New
2370         functionality: interpret file names as tags.
2372 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
2374         * info.el (Info-scroll-prefer-subnodes): New defcustom.
2375         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2376         visit the first subnode until the bottom of the current node is
2377         visible.
2379 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
2381         * format.el (format-decode): Don't change buffer's undo list.
2383 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
2385         * faces.el (face-font-registry-alternatives): Add entries for CJK
2386         fonts.  Doc-string adjusted for the actual usage of this data.
2388         * international/fontset.el: Change the font registries for CJK
2389         fonts in the default fontset.  Don't append '*' to registries.
2391 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
2393         * emacs-lisp/easy-mmode.el (define-derived-mode)
2394         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2396         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2397         (derived-mode-p): New function.
2398         (derived-mode-make-docstring): Add `docstring' argument.
2399         Use it if available and complete it if necessary.
2401 2000-12-03  Andreas Schwab  <schwab@suse.de>
2403         * type-break.el (type-break): Don't make parent of itself.
2405 2000-12-03  Miles Bader  <miles@gnu.org>
2407         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2409 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2411         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2412         (tex-main-file, tex-file): Simplify.
2413         (tex-generate-zap-file-name): Use subst-char-in-string.
2414         (tex-strip-dots): Remove.
2416         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2418         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2419         to check if the match succeeded.
2421 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
2423         * startup.el (use-fancy-splash-screens-p): New function.
2424         (command-line-1): Use it to determine whether or not to use
2425         a fancy splash screen.
2427 2000-12-02  Andreas Schwab  <schwab@suse.de>
2429         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2431 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
2433         * international/mule.el (make-char): Fix last change.
2435         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2436         New defcustoms.
2437         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2438         autoloading tex-mode; instead, do the same manually.  Use
2439         texinfo-open-quote and texinfo-close-quote.  Insert literal quote
2440         with numeric argument.  Docstring fix.
2441         (toplevel): Require cl when compiling.
2443         * international/mule.el (make-char): Doc fix.
2445 2000-12-02  Jason Rumney  <jasonr@gnu.org>
2447         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2448         the Emacs Lisp manual)
2450 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
2452         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2454         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2455         the Emacs Lisp manual).
2457 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
2459         * simple.el (next-line-add-newlines): Change default to nil.
2461 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
2463         * files.el (revert-buffer, recover-file): Bind
2464         coding-system-for-read to emacs-mule-unix, not to no-conversion.
2466 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
2468         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2470 2000-12-01  Miles Bader  <miles@gnu.org>
2472         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2474 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
2476         * international/mule-diag.el (describe-char-after): Fix typo.
2477         (describe-character-set, non-iso-charset-alist): Fix typo.
2479 2000-12-01  Miles Bader  <miles@gnu.org>
2481         * image-file.el (image-file-name-regexp): Automatically add
2482         upper-case variants of each filename extension in
2483         `image-file-name-extensions', since they seem to be common.
2485         * simple.el (minibuffer-contents)
2486         (minibuffer-contents-no-properties, delete-minibuffer-contents):
2487         New functions.
2488         * filecache.el (file-cache-directory-name)
2489         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2491 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
2493         * filecache.el (file-cache-minibuffer-complete): Don't try to
2494         delete the minibuffer prompt.
2496 2000-11-30  Dave Love  <fx@gnu.org>
2498         * cus-start.el: Fix read-buffer-function type.
2500 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
2502         * md5.el: Removed.  There's a built-in function, now.
2504 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
2506         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2507         as dummy 0-th char of rmail-deleted-vector.
2509 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
2511         * ps-print.el (ps-end-job): Bind case-fold-search only after
2512         switching to ps-spool-buffer.
2514 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2516         * ps-print.el: Line number font customization.  PostScript: Lines and
2517         PageCount are initialized on each page.  Doc Fix.
2518         (ps-print-version): New version number (6.3.2).
2519         (ps-lpr-switches, ps-font-info-database, ps-font-size)
2520         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2521         (ps-right-header): Customization fix.
2522         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2523         Fix code.
2524         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2525         New vars.
2527 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
2529         * bs.el: Fix typos and spelling errors.
2530         (bs-appearance) <defgroup>: Renamed from bs-appearence.
2531         (bs-configuration): Doc fix.
2533         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
2535 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
2537         * emulation/tpu-edt.el (tpu-version): New version.
2538         (tpu-search-overlay, tpu-replace-overlay): New initial range.
2539         (tpu-original-mode-line): Variable deleted.
2540         (tpu-mark-flag): New initial value.
2541         (tpu-set-mode-line): Don't redefine mode-line-format.  Add
2542         tpu-mark-flag to minor-mode-alist.
2543         (tpu-update-mode-line): New mark flag logic.
2544         (tpu-get): Use find-file-wildcards.
2545         (tpu-search-highlight): Move overlay less, reset overlay properly.
2546         (tpu-unselect): Deactivate mark.
2547         (tpu-lm-replace): Reset overlay properly.
2548         (tpu-forward-line): Use forward-visible-line.
2549         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
2551         * emulation/tpu-extras.el (tpu-forward-line): Use
2552         forward-visible-line.
2554 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
2556         * cus-edit.el (custom-face-value-create): Always emphasize tag.
2558 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2560         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2561         and skip whitespace and newlines.
2563 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
2565         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2567 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
2569         * help.el (describe-function-1): Regexp-quote function name
2570         when used as part of a regexp.
2572         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2573         face-attribute instead of face-foreground and face-background.
2574         (tool-bar-add-item): Likewise, and handle unspecified colors.
2576         * enriched.el (enriched-face-ans): Use face-attribute instead
2577         of face-foreground and face-background.
2579         * faces.el (face-foreground, face-background, face-stipple):
2580         Return nil if attribute is unspecified, for backward
2581         compatibility.
2583         * files.el (auto-mode-alist): Add an entry for antlr-mode.
2585         * play/5x5.el: Remove version info.
2587         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2589         * frame.el (blink-cursor-mode): Doc fix.
2591 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2593         * antlr-mode.el: New commands to run ANTLR from within Emacs and
2594         to create Makefile rules.
2595         (antlr-tool-command): New user option.
2596         (antlr-ask-about-save): New user option.
2597         (antlr-makefile-specification): New user option.
2598         (antlr-file-formats-alist): New variable.
2599         (antlr-special-file-formats): New variable.
2600         (antlr-unknown-file-formats): New user option.
2601         (antlr-help-unknown-file-text): New variable.
2602         (antlr-help-rules-intro): New variable.
2603         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2604         (antlr-mode-menu): Add entries.
2605         (antlr-file-dependencies): New function.
2606         (antlr-directory-dependencies): New function.
2607         (antlr-superclasses-glibs): New function.
2608         (antlr-run-tool): New command.
2609         (antlr-makefile-insert-variable): New function.
2610         (antlr-insert-makefile-rules): New function.
2611         (antlr-show-makefile-rules): New command.
2613         * antlr-mode.el: More Emacs/XEmacs stuff.
2614         (antlr-no-action-keywords): New constant with value nil.
2615         (antlr-font-lock-keywords-alist): Use it.  Old value would break
2616         syntax highlighting in Emacs-21.0.
2617         (antlr-default-directory): Emacs/XEmacs dependend function.
2618         (antlr-read-shell-command): Ditto.
2619         (antlr-with-displaying-help-buffer): Ditto.
2621 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2623         * antlr-mode.el: imenu, parsing and highlighting changes.
2624         (antlr-imenu-create-index-function): Don't create extra submenus
2625         for definitions in different grammar classes.  It is not necessary
2626         for the menu and would make command `imenu' awkward to use.
2627         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2628         header actions and more than one.
2629         (antlr-font-lock-tokendef-face): Changed color.
2630         (antlr-font-lock-tokenref-face): Changed color.
2631         (antlr-font-lock-additional-keywords): Also highlight lowercase.
2632         (antlr-mode-syntax-table): New variable.
2633         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2634         (antlr-with-syntax-table): Don't copy syntax table.
2636 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2638         * antlr-mode.el: Minor changes: language setting.
2639         (antlr-language-alist): The value for file option "language" can
2640         be both an identifier and a string.
2641         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2642         (antlr-language-limit-n-regexp): Change accordingly.
2644 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2646         * antlr-mode.el: Minor changes: tabs, hiding.
2647         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2648         (antlr-action-visibility): Also allow value nil to also hide the
2649         braces.  Renamed from `antlr-tiny-action-length'.
2650         Suggested by Jay@aol.com.
2651         (antlr-hide-actions): Change accordingly.  Hide line if completely
2652         hidden action is on a line of its own.
2654 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2656         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2658         * sort.el (sort-columns): Don't concat strings with numbers.
2660 2000-11-29  Dave Love  <fx@gnu.org>
2662         * cus-edit.el (face): Fix :format.
2664         * mail/feedmail.el: Require smtpmail when compiling.
2665         (mail-do-fcc): Autoload.
2666         (feedmail) <defgroup>: Fix :link.
2667         (feedmail-nuke-body-in-fcc): Fix :type.
2668         (feedmail-send-it): Add autoload cookie.
2670 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2672         * newcomment.el (comment-indent): Save excursion around call to
2673         comment-indent-function.
2675 2000-11-29  Miles Bader  <miles@gnu.org>
2677         * subr.el (member-ignore-case): Return the tail of the list who's
2678         car matches, like `member', not the matching element itself.
2680 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
2682         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
2683         should not contain `\n'.
2685 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2687         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2689         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2691         * dired-aux.el (dired-do-create-files): Construct default file
2692         name for dired-mark-read-file-name so that when the user enters
2693         just RET, the target file will end up in the target directory.
2695         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2696         local-abbrev-table before changing buffers because it might
2697         have a buffer-local binding.
2699 2000-11-28  Miles Bader  <miles@gnu.org>
2701         * simple.el (delete-horizontal-space): Handle fields more generally.
2703 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2705         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2707 2000-11-28  Dave Love  <fx@gnu.org>
2709         * progmodes/ps-mode.el (ps-mode): Set comment-start and
2710         comment-start-skip locally.
2712         * progmodes/fortran.el (fortran-mode): Don't set
2713         fortran-comment-line-start-skip.  Set comment-start to
2714         fortran-comment-line-start.
2715         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2716         (fortran-comment-line-start-skip): Simplify slightly.
2718 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2720         * play/5x5.el: Remove RCS keyword.
2722         * bs.el: Mistaken commit, undone 2000-11-30.
2724 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
2726         * textmodes/tildify.el (tildify-string-alist): Add
2727         `plain-tex-mode' here.
2729 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
2731         * chistory.el (Command-history-setup): Remove extraneous `keymap'
2732         reference.
2734 2000-11-28  Miles Bader  <miles@gnu.org>
2736         * cus-face.el (custom-face-attributes): Add post-filter function
2737         for :box.  Make pre-filter function for :box handle all cases.
2739         * wid-edit.el (widget-choose): Make sure pop-up window is large
2740         enough to display all the choices, as there's no way to scroll it.
2742 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
2744         * international/mule-conf.el: Make the coding system no-conversion
2745         safe for all characters.
2747 2000-11-27  Dave Love  <fx@gnu.org>
2749         * net/ldap.el (ldap) <defgroup>: Add :version.
2751         * tooltip.el (tooltip-use-echo-area): Doc fix.
2753         * cus-start.el <minibuffer-prompt-properties>: Add version.
2754         <read-buffer-function>: Add.
2756         * apropos.el (apropos-print): Add help-echo to active text.
2758         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2760 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
2762         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2763         type, group and version.
2765 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
2767         * select.el (x-get-selection): Docstring fix.
2769 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
2771         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2773 2000-11-27  Andrew Innes  <andrewi@gnu.org>
2775         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2777         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2779 2000-11-27  Miles Bader  <miles@gnu.org>
2781         * dired.el (dired-get-filename): Return filename verbatim if
2782         LOCALP is `verbatim'.
2783         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2784         `verbatim' so that we don't inadvertently delete a non-existant
2785         directory name.
2787 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
2789         * international/characters.el: Specify cases and syntaxes for
2790         mule-unicode-0100-24ff.
2792 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
2794         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2795         that foreground and/or background colors of the face `tool-bar'
2796         are unspecified.
2798 2000-11-27  Miles Bader  <miles@gnu.org>
2800         * wid-edit.el (widget-field-buffer, widget-field-start)
2801         (widget-field-end): Handle widget field `pseudo-overlays'.
2802         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2803         if it's there instead of in `widget-field-list'.
2805         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2806         (help-make-xrefs): Delete extraneous newlines at the end of the
2807         docstring.
2809 2000-11-25  Jason Rumney  <jasonr@gnu.org>
2811         * startup.el (command-line): Call set-locale-environment after
2812         Window System init file is read, as it can result in a call to
2813         redraw-frame.
2815 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
2817         * simple.el (shell-command): Mention the effect of the prefix
2818         argument in the doc string.
2820 2000-11-25  Miles Bader  <miles@gnu.org>
2822         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2824         * wid-edit.el (widget-field-value-delete): Don't try to delete
2825         overlay when it's the `pseudo-overlay' that exists at some points.
2827 2000-11-24  Jason Rumney  <jasonr@gnu.org>
2829         * international/mule-cmds.el (locale-language-names): Add "jp" as
2830         a non-standard alternative for Japanese.
2832 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
2834         * vc-hooks.el: Require 'cl during compilation.
2836 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
2838         * faces.el (face-set-after-frame-default): Let face attributes
2839         specified for new frames override frame parameters.
2841         * startup.el (command-line): Fix computation of the source file
2842         for user-init-file when user-init-file is a compiled file.
2844 2000-11-24  Miles Bader  <miles@gnu.org>
2846         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2847         (custom-post-filter-face-spec): New functions.
2848         (custom-face-set, custom-face-value-create): Filter the face spec
2849         before and after customization.
2850         (custom-face-set): If VALUE specifies a null face, pass a
2851         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2852         * cus-face.el (custom-face-attributes): Remove SET and GET
2853         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
2854         cases they're needed.
2856         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2857         that it's distinguishable from the :off-glyph on dark-background
2858         displays.  Set its background color too.
2860         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2861         so that people can easily turn it off.
2863 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
2865         * ediff-diff.el: Moved variables around to have it compile under NT.
2867         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2869         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2871         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2872         redundant skip-small-frames test.
2874         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
2875         (viper-downgrade-to-insert): protect against errors in hooks.
2877         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2878         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2879         (viper-restore-cursor-type,viper-set-insert-cursor-type): New
2880         functions.
2882         * viper-util.el (viper-memq-char): Bug fixes.
2884         * viper.el (viper-mode): Fix cursor handling.
2886 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
2888         * international/mule-diag.el (list-iso-charset-chars): For
2889         two-byte charset, fix the `while' condition.
2890         (list-non-iso-charset-chars): Fix the `while' condition.
2892 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
2894         * subr.el (add-hook, remove-hook): Don't call make-local-hook
2895         if the variable is make-variable-buffer-local.
2897         * progmodes/ada-stmt.el (ada-template-map): Initialize
2898         and bind it to C-c t in ada-mode-map.
2899         (ada-stmt-mode-hook): New function extracted from old code.
2900         Only change the buffer-local side of skeleton-*.
2901         (ada-mode-hook): Use it.
2903 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
2905         * iswitchb.el (iswitchb-minibuf-depth): New variable.
2906         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2907         we expect to be returned by minibuffer-depth once we prompt the
2908         user in the minibuffer.
2909         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2910         as recorded in iswitchb-minibuf-depth, return non-nil.
2912 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
2914         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2915         (hscroll-window-maybe): Docstring fix.
2917 2000-11-23  Dave Love  <fx@gnu.org>
2919         * rect.el (string-rectangle): Don't test delete-selection-mode.
2921 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
2923         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2924         is in the tool bar.
2926         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2927         with `no-dir'; we want the directory part to be able to remove
2928         it.
2930 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2932         * textmodes/outline.el (outline-flag-region):
2933         Don't bind inhibit-read-only since we don't modify the buffer.
2934         (outline-isearch-open-invisible): Don't jump to overlay-start
2935         since we're trying to unhide text around point.
2936         (outline-discard-overlays): Use dolist.
2938         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2940 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2942         * mail/rmail.el (rmail-confirm-expunge): Default to
2943         y-or-n-p.
2945 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2947         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2948         Fix ARG regexp to skip quoted braces.
2949         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2950         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2951         are (correctly) handled separately).
2952         Remove `caption' and `footnote' from `citations': they contain text.
2953         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2954         (latex-skeleton-end-hook): New function.
2955         (latex-mode): Use it.
2956         (tex-start-tex-marker): Remove.
2957         (tex-send-tex-command): Don't set tex-start-tex-marker.
2958         (tex-error-parse-syntax-table): New var.
2959         (tex-compilation-parse-errors): Use it.
2960         Ignore tex-start-tex-marker.  Don't bother with marker-position.
2961         (tex-validate-buffer): Don't bother with marker-position.
2963         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
2964         (flyspell-generic-progmode-verify): Use it.
2966 2000-11-22  Sam Steingold  <sds@gnu.org>
2968         * simple.el (delete-trailing-whitespace): New interactive
2969         function.
2971         * progmodes/ada-mode.el (ada-mode): Use it instead of
2972         `ada-remove-trailing-spaces'.
2973         (ada-remove-trailing-spaces): Removed.
2975         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
2977         * textmodes/picture.el (picture-clean): Removed.
2978         (picture-mode-exit): Call it instead of `picture-clean'.
2980 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2982         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2984         * hi-lock.el (hi-lock-refontify): Don't call non-existent
2985         jit-lock-fontify-buffer; it should anyway be unneccessary to
2986         do anything special when jit-lock is active.
2987         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2989 2000-11-22  Dave Love  <fx@gnu.org>
2991         * calendar/todo-mode.el (todo-top-priorities): Use
2992         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2994         * language/chinese.el, language/cyrillic.el:
2995         * language/devanagari.el, language/ethiopic.el, language/greek.el:
2996         * language/hebrew.el, language/indian.el, language/japanese.el:
2997         * language/korean.el, language/lao.el, language/misc-lang.el:
2998         * language/thai.el, language/tibetan.el, language/vietnamese.el:
2999         Use provide.
3001         * cus-edit.el (custom-buffer-create-internal): Save some consing.
3002         (custom-variable-set): Improve validation error mesage.
3004         * rect.el (string-rectangle): Revert last change.
3005         (string-rectangle-line): New arg DELETE.
3006         (string-rectangle): Check delete-selection-mode.
3008         * emacs-lisp/edebug.el (edebug-version)
3009         (edebug-maintainer-address): Deleted.
3010         (edebug-submit-bug-report): Just alias to report-emacs-bug.
3011         (edebug-read-function): Account for other `'#' read forms.
3012         (edebug-mode-menus): Make some items toggles.
3013         (edebug-outside-unread-command-event, unread-command-event):
3014         Remove these to avoid warnings.
3016 2000-11-22  David Ponce  <david@dponce.com>
3018         * recentf.el (recentf-menu-items-for-commands)
3019         (recentf-make-menu-items, recentf-make-menu-item)
3020         (recentf-filter-changer): Added :help and :active menu-item properties.
3022         (recentf-build-dir-rules, recentf-dump-variable)
3023         (recentf-edit-list, recentf-open-files-item)
3024         (recentf-open-files): Replaced unnecessary `mapcar' with new
3025         built-in `mapc'.
3027 2000-11-23  Miles Bader  <miles@gnu.org>
3029         * faces.el (menu): Make inverse-video on ttys too.
3031 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
3033         * simple.el (comment-line-break-function): Use the new name
3034         indent-new-comment-line -> comment-indent-new-line.
3035         (clone-indirect-buffer): Don't ignore NORECORD.
3036         (next-completion): Properly handle the case where items are adjacent.
3038         * mouse.el (popup-menu): Stupid typo.
3040 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
3042         * emacs-lisp/authors.el: Remove autoload cookies, add author,
3043         maintainer, keywords tags.
3045         * rect.el (replace-rectangle): Don't call string-rectangle-line
3046         with too many arguments.
3048 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
3050         * ediff-util.el (ediff-file-checked-out-p)
3051         (ediff-file-checked-in-p): Call vc-state instead of
3052         vc-locking-user, which no longer exists.
3054         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3056 2000-11-22  Dave Love  <fx@gnu.org>
3058         * md5.el (md5): Provide.
3059         (md5): Fix error call.
3061 2000-11-22  Miles Bader  <miles@gnu.org>
3063         * textmodes/refill.el (refill-adjust-ignorable-overlay)
3064         (refill-fill-paragraph-at): Remove debugging code.
3066         * calendar/calendar.el (generate-calendar-window): When we don't
3067         call `fit-window-to-buffer', make sure the top line is fully visible.
3069         * image-file.el (insert-image-file): Don't make `read-only'
3070         property rear-nonsticky.
3072         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
3073         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
3074         stashing away its original value.
3075         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
3076         in the recursive edit.
3077         Bind `isearch-original-minibuffer-message-timeout' to protect it.
3078         (isearch-done): Restore `minibuffer-message-timeout'.
3080         * cus-start.el: Remove entry for `mode-line-inverse-video'.
3082 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
3084         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
3086         * find-lisp.el (find-lisp-find-files-internal):
3087         Use dolist, when and file-name-as-directory.
3089         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3090         (define-derived-mode, define-minor-mode): Add specs.
3092         * window.el: General comment and spacing fixes.
3093         (save-selected-window): Use backquotes.
3094         (window-safely-shrinkable-p): New function.
3095         (shrink-window-if-larger-than-buffer): Use it.
3097         * subr.el (make-local-hook): Docstring fix.
3099         * shell.el (shell-mode): Use define-derived-mode.
3101         * newcomment.el (comment-indent): Insert comment before calling
3102         comment-indent-function.  Don't insert in column 0.
3103         (comment-dwim): Indent before inserting comment.
3105         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
3106         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
3107         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3108         Use mapc rather than map.
3110         * files.el (find-buffer-visiting): Compare all attributes before
3111         declaring two files identical (rather than just their inode-no).
3112         (auto-mode-alist): Use \' rather than $.
3114         * which-func.el: Update maintainer line.
3116         * pcvs.el (uniquify-buffer-file-name): Remove advice.
3117         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3118         (uniquify-buffer-file-name): Use it.
3120 2000-11-22  Miles Bader  <miles@gnu.org>
3122         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3123         * simple.el (minibuffer-avoid-prompt): New function.
3125 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
3127         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3129 2000-11-21  Miles Bader  <miles@gnu.org>
3131         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3132         inclusion of `track-mouse'.
3134         * textmodes/refill.el (refill-ignorable-overlay): New variable.
3135         (refill-adjust-ignorable-overlay): New function.
3136         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3137         only the paragraph's tail if possible.
3138         Update `refill-ignorable-overlay'.
3139         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3141         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3142         point inside the fill-prefix.
3144         * textmodes/refill.el (refill-post-command-function): Don't reset
3145         refill-doit in the case where a self-insertion command doesn't
3146         case a refill.  Use `refill-fill-paragraph-at', getting position
3147         from `refill-doit'.
3148         (refill-after-change-function): Set `refill-doit' to END.
3149         (refill-fill-paragraph-at): New function, mostly from old
3150         refill-fill-paragraph.
3151         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3152         (refill-pre-command-function): New function.
3153         (refill-mode): Add it to `pre-command-hook'.
3155 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
3157         * textmodes/artist.el (artist-mode): Fix autoload cookie.
3159         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3160         javadoc tags.
3162 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
3164         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3165         vc.el).
3167         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
3168         require vc.
3170         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
3171         checkouts.
3173 2000-11-20  Dave Love  <fx@gnu.org>
3175         * Makefile.in (DONTCOMPILE): Omit bindings.el.
3177 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
3179         * calculator.el (calculator-paste): Use `if' instead of `and'
3180         and `or'.
3181         (calculator-help): Don't use electric-describe-mode for XEmacs.
3183 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
3185         * info.el (info-menu-5): Doc fix.
3187         * textmodes/artist.el: New file.
3189 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
3191         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
3192         and differentiate according to checkout model.
3193         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3194         since this function is only concerned with master state.
3196         * vc-hooks.el (vc-workfile-unchanged-p,
3197         vc-default-workfile-unchanged-p): Moved here from vc.el.
3199         * vc.el (vc-workfile-unchanged-p,
3200         vc-default-workfile-unchanged-p): See above.
3202 2000-11-19  Miles Bader  <miles@gnu.org>
3204         * image-file.el (insert-image-file): Make `intangible' and
3205         `read-only' properties rear-nonsticky too.
3207 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
3209         * ps-print.el: Update copyright notice.
3211         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3212         (tooltip-show): Use the offsets.
3214         * bindings.el (mode-line-modified): Fix a typo.
3215         (mode-line-toggle-modified, mode-line-widen)
3216         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3218 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
3220         * ps-print.el (toplevel): Test for find-coding-system being
3221         fboundp before calling ps-x-find-coding-system.
3223 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
3225         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3226         (vc-version-backup-file): Docstring fix.
3228 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
3230         * files.el (basic-save-buffer): Don't add a newline if
3231         find-file-literally is non-nil.
3232         (find-file-literally): Extend doc string.
3234         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3235         sort(1) with the `-f' argument.
3237 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
3239         * vc.el: Updated backend documentation.
3240         (vc-default-check-headers): New function.
3242         * vc-{cvs,rcs,sccs}.el: Functions reordered.
3244         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
3245         up-to-date.
3246         (vc-do-command): In the asynchronous case, output messages only if
3247         the minibuffer is not active.
3249         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
3250         `vc-cvs-use-edit' is on.
3251         (vc-cvs-checkout): When this is used for reverting the workfile,
3252         make a backup of the original contents and revert to that in case
3253         of error.
3254         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
3255         remote repositories.
3257         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3258         for both version and ratio in the minibuffer.
3260         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
3261         Use vc-do-command to perform the annotation, not call-process.
3263 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
3265         * international/quail.el (quail-start-translation): Don't call
3266         `message' before reading key sequence.
3268 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
3270         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3272 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
3274         * window.el (fit-window-to-buffer): Be sure to acquire at least
3275         one text line even if the buffer is empty.
3277 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
3279         * net/ange-ftp.el (ange-ftp-file-writable-p)
3280         (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3281         ange-ftp-process-verbose to nil.
3283 2000-11-15  Dave Love  <fx@gnu.org>
3285         * wid-edit.el (widget-specify-field, widget-specify-button): If
3286         :help-echo is a function, set help-echo of overlay to
3287         widget-mouse-help.
3288         (widget-mouse-help): New function.
3289         (widget-echo-help): Rewritten for :help-echo functions only taking
3290         a widget arg.
3292         * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3293         display-graphic-p.
3294         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3295         and that JPEG is available.
3296         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3298         * international/mule-cmds.el (locale-charset-language-names):
3299         Match @euro.
3301 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
3303         * faces.el (face-set-after-frame-default): If
3304         `inhibit-default-face-x-resources' is bound, don't intialize the
3305         default face from X resources.
3307 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
3309         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3310         Don't set EMACSLOADPATH.
3312 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
3314         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3315         texinfo-insert-@url.
3316         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3317         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3319 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
3321         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3322         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3323         (checkdoc-minor-keymap): Backward compatibility.
3324         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3325         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3326         (checkdoc-this-string-valid-engine): Be a bit more strict
3327         to avoid matching substrings of `...' quoted vars/funs.
3328         (checkdoc-defun-info): Only look for `interactive' if alone.
3329         (debug-ignored-errors): Add "arg doesn't appear in docstring".
3331         * progmodes/compile.el (grep): `tag-default' can be nil.
3333         * newcomment.el (comment-indent): Paren typo.
3335 2000-11-14  Dave Love  <fx@gnu.org>
3337         * calculator.el: New maintainer version.
3339         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
3341         * cmuscheme.el: Doc fixes.
3342         (cmuscheme) <defgroup>: Use `scheme' as parent.
3343         (cmuscheme-program-name): Remove.  Change uses to
3344         scheme-program-name.
3346         * xscheme.el (scheme-program-name): Don't define here.
3348         * progmodes/scheme.el (scheme-program-name): New variable
3349         (originally in cmuscheme).
3351 2000-11-14  Miles Bader  <miles@gnu.org>
3353         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3354         Handle header-lines.  Don't loop forever if we can't enlarge the
3355         window anymore.  Simplify a bit.
3357 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
3359         * window.el (fit-window-to-buffer): Don't check
3360         window-text-height.  Assure that the last line is fully visible.
3362         * international/quail.el (quail-show-guidance-buf): Call
3363         fit-window-to-buffer to assure the enough height of the guidance
3364         buffer.
3365         (quail-update-guidance): Avoid making the guidance buffer shorter.
3367 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
3369         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3370         rather than `prepend' and add an interesting comment.
3371         (tex-math-face, tex-font-lock-syntactic-face-function):
3372         New face and function to use it.
3373         (tex-define-common-keys, tex-mode-map): Use menu-item rather
3374         than `menu-enable' symbol property.
3375         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3376         (tex-mode): Add some latex-mode commands for auto-selection.
3377         Use tex-font-lock-syntactic-face-function.
3378         (tex-insert-quote): Simplify.
3379         (tex-shell): New mode.
3380         (tex-start-shell): Use it.
3381         (tex-shell-proc, tex-shell-buf): New functions.
3382         (tex-send-command): Use it.
3383         (tex-main-file): Fix the meaning of the new arg REALFILE.
3384         (tex-send-tex-command): New function split from `tex-start-tex'.
3385         Set compilation-last-buffer and compilation-parsing-end.
3387         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3388         when it follows non-comment text on the line.
3390         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3391         Set font-lock-defaults.
3392         (lisp-mode-shared-map): Init inside the defvar.
3393         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3394         Use define-derived-mode.
3396 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
3398         * faces.el (header-line): Use `:box nil' for color/gs displays too.
3400 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
3402         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3403         recursively optimize body because that can lead to infinite
3404         recursion; see comment there.
3406 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
3408         * faces.el (face-spec-set-match-display): Revert the change from
3409         2000-10-24.  Add a FIXME for after v21.1.
3411 2000-11-13  Miles Bader  <miles@gnu.org>
3413         * textmodes/fill.el (skip-line-prefix): New function.
3414         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
3415         (fill-paragraph): Don't leave point inside the fill-prefix.
3416         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3417         point inside the fill-prefix.
3419 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
3421         * calendar/calendar.el (generate-calendar-window): Use
3422         `fit-window-to-buffer'.
3424 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
3426         * gud.el (gud-minor-mode): New var.
3427         (gud-symbol, gud-val): New functions.
3428         (gud-find-file): Copy gud-minor-mode to the new buffer.
3429         (gud-menu-map): Include entries for commands that are not always
3430         available, using :enable to (de)activate them.
3431         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
3432         (gud-mode-map): New map.
3433         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
3434         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3435         Don't set up gud's menu (it's done by the minor-mode).
3436         (gud-minibuffer-local-map): New.
3437         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3438         (gud-query-cmdline): New function.
3439         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
3440         (gud-mode): Use define-derived-mode.
3441         Don't set up gud's menu (it's done by the minor-mode).
3442         (gud-chop-words): Remove.
3443         (gud-common-init): Use split-string instead.
3444         (gud-new-keymap, gud-make-debug-menu): Eradicate.
3446         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3447         Add keyword arg :name.
3449         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3450         (diff-count-matches, diff-split-hunk): New functions.
3451         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3453         * pcvs-info.el (cvs-fi-conflict-face): New var.
3455         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3456         Make it into a simple syntax-table, shared among all submodes.
3457         (sh-heredoc-face): Re-introduce.
3458         (sh-font-lock-syntactic-face-function): New function.
3459         (sh-mode): Use it.  Also use define-derived-mode.
3460         Remove old bogus setting of indent-region-function.
3461         (sh-set-shell): Don't set the syntax-table any more.
3462         (sh-mode-syntax-table) <defun>: Remove.
3464 2000-11-12  Miles Bader  <miles@gnu.org>
3466         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3467         message if interactive.
3469 2000-11-12  Dave Love  <fx@gnu.org>
3471         * mail/feedmail.el: Fix header,
3472         (feedmail) <defgroup>: Add :link.
3474         * view.el: Use local-map property, not keymap on mode-line string.
3476         * scroll-all.el (scroll-all-mode): Customize variable.  Add
3477         autoload cookie to function.
3479         * lazy-lock.el: Remove compatibility code.
3481         * finder.el (finder-known-keywords): Add `files', remove `vms'.
3482         (finder-help-echo): New variable.
3483         (finder-mouse-face-on-line): Add help-echo stuff.
3484         (finder-list-keywords, finder-list-matches): Use mapc.
3486         * faces.el (face-font-registry-alternatives): Add :version.
3488         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3489         tags-table-list.
3491         * net/browse-url.el (browse-url-browser-function): Update :version.
3493         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
3494         (mail-mode): Use [:alnum:] in some regexps.
3496 2000-11-10  Dave Love  <fx@gnu.org>
3498         * ediff.el (ediff-regions-internal, ediff-documentation):
3499         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3500         fundamental mode.
3502         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3503         buffer into fundamental mode.
3504         (ediff-set-difference): Use copy-sequence if available.
3506         * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3507         ediff-patch-map non-nil.
3508         (ediff-fixup-patch-map, ediff-fixup-patch-map)
3509         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3510         buffer into fundamental mode.
3512         * ediff-merg.el (state-or-merge): Defvar when compiling.
3514 2000-11-10  Jason Rumney  <jasonr@gnu.org>
3516         * w32-fns.el (w32-add-charset-info): New function.
3517         (w32-charset-info-alist): Use it.
3519 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
3521         * faces.el (face-font-registry-alternatives): New user-option.
3523 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
3525         * textmodes/texinfo.el (texinfo-block-default): New var.
3526         (texinfo-insert-block): Use it.  Insert a newline if needed.
3528         * textmodes/fill.el (fill-indent-according-to-mode): New var.
3529         (fill-region-as-paragraph): Use it.
3531         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3532         (latex-mode): Tweak tex-*-(head|trail)er regexps.
3533         Tweak paragraph regexps to allow a leading [ \t]*.
3534         (tex-latex-block): Insert a newline if necessary.
3535         (latex-insert-item): Only insert a newline if necessary.
3536         (tex-guess-main-file): New function.
3537         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
3538         Set tex-main-file if TeX-master is provided.
3539         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3541 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
3543         * startup.el (command-line): Set the default tooltip-mode
3544         to t for graphical displays which implement x-show-tip.
3546         * tooltip.el (tooltip-mode): Add a comment about startup.el
3547         setting the default value of this user-option.
3549 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
3551         * font-lock.el (font-lock-*-face) <defvar>: Move.
3552         (font-lock-defaults-alist): Mark obsolete.
3553         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3554         (font-lock-mode): Use define-minor-mode.
3555         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3556         (font-lock-turn-off-thing-lock): Be more explicit.
3557         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3558         (font-lock-syntactic-face-function): New var.
3559         (font-lock-fontify-syntactically-region): Use it.
3560         (font-lock-doc-face): New.
3562         * pcvs.el (cvs-enabledp): Ignore errors.
3563         (cvs-commit-filelist): Never query.
3564         (cvs-mode-insert): Always add a terminating / in the initial prompt.
3565         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3566         (cvs-do-removal): Use cvs-partition rather than delete-if.
3567         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3568         cvs-bury-buffer.
3570         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3571         Allow `next' to jump to after the end of the last match.
3573 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
3575         * simple.el (byte-compiling-files-p): New function.
3577         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3578         if it is there.
3580         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3581         nil again.
3583         * textmodes/ispell.el (ispell-library-path): Don't call
3584         check-ispell-version when byte-compiling because that starts
3585         an ispell process, and ispell might not be installed.
3586         (toplevel): Don't set up a menu when byte-compiling.
3588         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3589         it, so that a boundp test can be used to determine if we're
3590         currently byte-compiling.
3592 2000-11-09  Dave Love  <fx@gnu.org>
3594         * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3595         eval-after-load.
3597 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3599         * ps-print.el: Patch for variable initialization when spooling.  Doc
3600         fix.
3601         (ps-output-list): Fun eliminated.
3602         (ps-begin-file, ps-begin-job): Code fix.
3604 2000-11-08  Dave Love  <fx@gnu.org>
3606         * ediff-wind.el (ediff-control-frame-parameters): Zero
3607         tool-bar-lines.
3609 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
3611         * simple.el (shell-command, display-message-or-buffer)
3612         (shell-command-on-region): Mention resize-mini-windows in the doc
3613         string.
3614         (display-message-or-buffer): Take the value of resize-mini-windows
3615         into account.
3617 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
3619         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3621         * dired.el (dired-between-files): Add `^. find' as an alternative
3622         to the regular expression, for find-dired.
3624 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3626         * textmodes/texnfo-upd.el: Require texinfo.
3627         (defmacro, defgroup): Remove.
3628         (texinfo-section-to-generic-alist): Remove.
3629         Use texinfo-section-list instead (i.e. level is changed string->int).
3630         (texinfo-filter): New function.
3631         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3632         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3633         Use it.  And use regexp-opt.
3634         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3635         (texinfo-update-menu-region-beginning)
3636         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3637         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3638         (texinfo-update-menu-same-level-regexps): Update.
3639         (texinfo-update-node, texinfo-every-node-update)
3640         (texinfo-sequential-node-update): Remove autoload cookie.
3642         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3643         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3644         (texinfo-chapter-level-regexp): Remove.
3645         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3647 2000-11-06  Dave Love  <fx@gnu.org>
3649         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
3651         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3652         Match defun*.
3654 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
3656         * composite.el (composition-function-table): Variable declaration
3657         moved to src/composite.c.
3658         (compose-chars-after): New optional arg object.
3660 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
3662         * bindings.el (mode-line-toggle-read-only)
3663         (mode-line-toggle-modified, mode-line-widen)
3664         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3665         (make-mode-line-mouse2-map): Rewritten.
3666         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3667         functions so that C-h k can show something with a doc string.
3669         * startup.el (fancy-splash-delay): Set to 10 seconds.
3670         (fancy-splash-max-time): New user-option.
3671         (fancy-splash-stop-time): New variable.
3672         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
3673         (fancy-splash-screens-1): Throw `stop-splashing' when current
3674         time is greater than fancy-splash-stop-time.
3676 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3678         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3680         * pcvs.el (cvs-mode-marked): New arg `noquery'.
3681         Prompt user for a file rather than raising an error.
3682         (cvs-enabledp): Fix call to cvs-mode-marked.
3683         (cvs-insert-file): New function (extracted from cvs-mode-insert).
3684         (cvs-mode-insert): Use it.  Change the init prompt' value.
3685         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3687         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3688         Don't pass default arg to ewoc-locate.
3689         (ewoc-collect): Return result in the right order.
3691         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3693         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3694         (cvs-status-get-tags): Fix regexp.
3695         (cvs-status-trees, cvs-status-cvstrees):
3696         Combine after change hooks and don't sit-for.
3697         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3698         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
3699         Use make-char rather than hard-coded cryptic data.
3700         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3702         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3704         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3705         (cvs-insert-strings): New function.
3707 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
3709         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3710         `mwheel-scroll-amount'.
3711         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3712         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3713         string-matching against the version string.
3715 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
3717         * language/thai.el ("Thai"): Set a lisp form that produces
3718         composed string in `sample-text' language info.
3720         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3721         composed string in `sample-text' language info.
3723         * international/mule-cmds.el (describe-language-environment): Eval
3724         `sample-text' data and insert the result.
3726         * international/mule-conf.el (compound-text): Define this coding
3727         system here.  Make x-ctext and ctext aliases of it.
3729         * language/european.el (compound-text, ctext): Moved to
3730         international/mule-conf.el.
3732 2000-11-05  Andrew Innes  <andrewi@gnu.org>
3734         * w32-fns.el (w32-version): New function.
3736 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
3738         * progmodes/awk-mode.el: Update copyright.
3739         (awk-mode-abbrev-table): Remove.
3740         (awk-font-lock-keywords): Use regexp-opt.
3741         (awk-mode): Use define-derived-mode.
3743         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3744         when extracting a suffix.
3746 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
3748         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
3749         auto-save-mode.
3751 2000-11-04  Jason Rumney  <jasonr@gnu.org>
3753         * language/european.el (decode-mac-roman): Test against r1 not r0.
3755 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
3757         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3758         (icon-mode): Define indent-line-function.
3759         (icon-comment-indent): Simplify.
3760         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3762         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3764         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3765         Bind change-log-default-mode to defeat the caching done on it.
3766         Don't bother saving excursion any more.
3768         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3770         * frame.el (after-setting-font-hook): Rename hooks -> hook.
3771         (set-frame-font): Use the new name (and the old for compatibility).
3773         * toolbar/tool-bar.el (tool-bar-mode):
3774         * time.el (display-time-mode):
3775         * recentf.el (recentf-mode):
3776         * paren.el (show-paren-mode):
3777         * mwheel.el (mouse-wheel-mode):
3778         * msb.el (msb-mode):
3779         * jka-compr.el (auto-compression-mode):
3780         * image-file.el (auto-image-file-mode):
3781         * hl-line.el (hl-line-mode):
3782         * delsel.el (delete-selection-mode):
3783         * autoinsert.el (auto-insert-mode):
3784         * complete.el (partial-completion-mode): Drop unneeded positional args.
3786         * info.el (Info-mode):
3787         * comint.el (comint-mode): Don't bother with make-local-hook.
3789         * log-edit.el (log-edit-menu): New menu.
3791 2000-11-03  Miles Bader  <miles@gnu.org>
3793         * wid-edit.el (widget-end-of-line): Reinstate, with a new
3794         definition, so that trailing spaces are handled properly.
3795         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3797 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
3799         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3800         tab character.
3801         (fancy-splash-screens): Set tab-width to 20.
3803 2000-11-03  Dave Love  <fx@gnu.org>
3805         * comint.el (comint-completion-addsuffix): Fix custom type.
3807 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
3809         * font-lock.el (font-lock-buffers): Remove.
3810         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3811         (font-lock-change-major-mode): Remove.
3812         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3813         (font-lock-default-fontify-region): Extend the multiline
3814         fontification to whole lines.
3815         (font-lock-fontify-anchored-keywords)
3816         (font-lock-fontify-keywords-region): If matching just one
3817         line (with \n) only mark the \n as multiline.
3819         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3820         Correctly handle the case where several :group args are supplied.
3821         Allow :extra-args.
3822         (easy-mmode-define-global-mode): Allow :extra-args.
3823         Correctly handle the case where several :group args are supplied.
3825 2000-11-02  Miles Bader  <miles@gnu.org>
3827         * calendar/calendar.el (diary-face, calendar-today-face)
3828         (holiday-face): Remove dependency on `window-system'.
3830 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
3832         * Makefile.in (emacs): Set EMACSLOADPATH always.
3833         (update-authors, .el.elc, compile-files): Don't do it explicitly
3834         here.
3835         (compile-files): Bomb out if compilation of a file fails.
3837 2000-11-02  Dave Love  <fx@gnu.org>
3839         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3841 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
3843         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3844         punctuation in the warning inserted into the *mail* buffer.
3846 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
3848         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3849         (authors-public-domain-p): New function.
3850         (authors-print): Use it.
3852         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3854         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3856 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3858         * ps-print.el: Extension for even/odd printing.  Doc fix.
3859         (ps-print-version): New version number (6.3.1).
3860         (ps-even-or-odd-pages): Customization fix.
3861         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3862         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3863         (ps-page-count): Var replaced by `ps-page-column'.
3864         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3865         (ps-print-sheet-p): New fun.
3867 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3869         * tooltip.el (tooltip-gud-tips-setup): New function.
3870         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3871         (tooltip-mode): Call tooltip-gud-tips-setup.
3872         (tooltip-gud-tips): Use `gud-basic-call' instead of
3873         process-send-string, so the prompt gets frobbed appropriately.
3874         Handle nil return value from `tooltip-gud-print-command'.
3876 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
3878         * comint.el (comint-add-to-input-history): New function.
3879         (comint-send-input): Use `comint-add-to-input-history'.
3881 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3883         * info.el (info-menu-header): New face.
3884         (Info-fontify-menu-headers): New function.
3885         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3887         * info.el (Info-insert-dir): Don't include blank lines at
3888         beginning of additional dir files (one is added automatically).
3890 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
3892         * emacs-lisp/easy-mmode.el (define-minor-mode):
3893         Revert the latest changes.
3894         Allow the three positional arguments to be skipped and replaced
3895         by keyword arguments.
3896         Add a :toggle argument to determine whether a nil arg means toggle
3897         or means turn-on.  The default is unchanged.
3898         Add a call to force-mode-line-update.
3900 2000-11-01  Dave Love  <fx@gnu.org>
3902         * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3903         cookie.
3905 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
3907         * calendar/calendar.el (diary-face, holiday-face): Add
3908         dark-background variants.
3910 2000-10-31  Sam Steingold  <sds@gnu.org>
3912         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3913         `tex-main-file' does not have directory in it.
3915 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
3917         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3919 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
3921         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3922         functional change.
3924 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
3926         * files.el (find-file-noselect): When we expand a wildcard, return
3927         a list of buffers, as we should do according to the doc string.
3929 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
3931         * loadup.el (top level): Adjust load path if program name is
3932         "../src/bootstrap-emacs", in case it's not dumped and thus the
3933         load path adjustment hasn't already been done.
3935 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3937         * ps-print.el: Fix bug on selected pages for printing.  Use
3938         `color-values' for Emacs 21.  Ensure fontification when jit-lock
3939         is on.  Try to avoid warning messages when compiling.  Doc Fix.
3940         (ps-print-version): New version number (6.3).
3941         (ps-color-device): Use `color-values' to determine if device
3942         supports color.
3943         (ps-color-values): Try to use `x-color-values' when using XEmacs.
3944         (ps-print-page-p): Changed from defsubst to defun.
3945         (ps-page-number): Changed from defmacro to defun.
3946         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3947         printing.
3948         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
3949         (ps-end-file, ps-dummy-page): Funs eliminated.
3950         (ps-print-color-scale): Changed default value.
3951         (ps-page-n-up, ps-print-page-p): New internal vars.
3952         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3953         (ps-plot-region, ps-generate, ps-end-job): Code fix.
3955         * delim-col.el: Little programming improvement.
3956         (delimit-columns-str): New macro.
3957         (delimit-columns-region, delimit-columns-rectangle): Code fix.
3959 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
3961         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3962         Moved to european.el.
3963         (ccl-encode-mac-roman-font, fontset-mac): Modified for
3964         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3965         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3966         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
3968 2000-10-30  Dave Love  <fx@gnu.org>
3970         * progmodes/cc-menus.el (imenu-generic-expression)
3971         (imenu-progress-message): Only defvar when compiling.
3973         * emacs-lisp/elp.el (elp-unload-hook): New function.
3975         * loadhist.el (unload-feature): Call elp-restore-function,
3976         checking for symbols; don't use elp-restore-all.
3977         (loadhist-hook-functions): Doc fix.
3979 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3981         * log-edit.el (log-edit-confirm): Fix the default.
3983 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3985         * delim-col.el: Little fix: replace delimit-columns-align-columns by
3986         delimit-columns-format.
3987         (delimit-columns-region, delimit-columns-rectangle): Code fix.
3989 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
3991         * comint.el (comint-replace-by-expanded-history): Don't use
3992         comint-get-old-input (we're not looking at *old* input).
3993         (comint-get-old-input-default): If using fields, signal an error
3994         when the point is not in an input field.
3996 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
3998         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3999         and mule-unicode-e000-ffff.
4001         * international/mule.el (decode-char, encode-char): New functions.
4002         (make-coding-system): Accept a symbol of translation table as a
4003         value of property `safe-chars'.
4005         * international/mule-cmds.el (encode-coding-char): Check property
4006         safe-chars instead of safe-charsets.
4008         * international/fontset.el (fontset-default): Modified for
4009         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4010         (x-font-name-charset-alist): Likewise.
4011         (ccl-encode-unicode-font): New CCL program.  Record it in
4012         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4014         * language/european.el (mac-roman-decoder, mac-roman-encoder):
4015         New translation tables.
4016         (decode-mac-roman, encode-mac-roman): Definition of these CCL
4017         programs are modified and moved from mac-win.el.
4018         (mac-roman): Definition of this coding system is modified and
4019         moved from mac-win.el.
4021 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
4023         * ediff-wind.el (ediff-setup-control-frame): Enclose
4024         face-attribute in condition-case to avoid errors in older emacsen.
4026 2000-10-29  Miles Bader  <miles@gnu.org>
4028         * custom.el (custom-add-to-group): Allow multiple entries for a
4029         given value OPTION, as long as their widget types are different.
4030         * cus-edit.el (custom-face-value-create): If face name doesn't end
4031         with "face", add such here (similar to custom group widgets).
4033         * comint.el (comint-highlight-prompt): Add :type.
4035 2000-10-28  John Wiegley  <johnw@gnu.org>
4037         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4038         Changed this function to operate on a temporary buffer instead of
4039         the main buffer.  This not only keeps flyspell from marking a
4040         buffer as changed that wasn't, but it solves the jumpy cursor
4041         problem when attempts are made to edit incorrect words.
4042         (flyspell-maybe-correct-doubling): Same change as for
4043         `flyspell-maybe-correct-transposition'.
4045         * calendar/timeclock.el (timeclock-log): Doc fix.
4046         (timeclock-last-event): Doc fix.
4047         (timeclock-log): Kill the timelog buffer after appending a new
4048         event.
4049         (timeclock-find-discrep): Use a temp buffer to read in the
4050         timelog, instead of visiting the file.
4051         (timeclock-log-data): A new function, along with a host of helper
4052         functions, for the purpose of making timelog data accessible to
4053         programmers.
4055         * eshell/esh-mode.el (window-height test): Make certain that
4056         `eshell-stringify-t' is non-nil.
4057         (eshell-password-prompt-regexp): Changed to a much simpler
4058         password regexp.
4059         (eshell-send-input): If `eshell-invoke-directly' returns t,
4060         directly invoke the parsed command using `eval'.  This improves
4061         turn-around time on simple commands by a factor of three or
4062         greater, such as cd, ls, pwd, etc. -- which get used very often.
4063         It also conserves thousands of cons cells per call (since
4064         `eshell-do-eval' consumes memory like a Cookie Monster set loose
4065         in the Pacific Cookie Company).
4067         * eshell/esh-test.el (eshell-test): Whitespace fix.
4069         * eshell/em-ls.el (eshell-ls-insert-directory): Make
4070         `eshell-ls-initial-args' nil when inserting directory contents.
4072         * eshell/em-script.el (eshell-script-initialize): Add names to
4073         `eshell-complex-commands, since `source' and `.' are complex.
4075         * eshell/esh-cmd.el (eshell-rewrite-for-command)
4076         (eshell-rewrite-while-command): Use `eshell-protect' instead of
4077         `eshell-copy-handles'.
4078         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
4079         bodies.
4080         (eshell-separate-commands): Whitespace fix.
4081         (eshell-complex-commands): Added a new list of names, for
4082         determining whether a given command is as simple as it looks.
4083         (eshell-invoke-directly): New function.  Returns t if a command
4084         should be invoked directly (using `eval'), rather than indirectly
4085         using `eshell-do-eval'.
4086         (eshell-do-eval): Whitespace fix.
4088         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
4089         which provides an emulation of the DOS shell behavior of assuming
4090         that cp/mv/ln should copy/move/link to the current directory.
4091         (eshell-remove-entries): Added a doc string.
4092         (eshell-shuffle-files): Removed the check for `target' being null.
4093         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
4094         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
4095         it to do a smarter check of whether a destination was provided.
4096         (eshell/mv, eshell/cp): Enable `:preserve-args'.
4097         (eshell/ln): Enable `:preserve-args', and use
4098         `eshell-mvcpln-template' to implement the body of the function.
4099         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
4100         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
4101         list after flattening it.  This makes it possible to cat files
4102         with numerical names.
4103         (eshell-unix-initialize): Added several names to
4104         `eshell-complex-commands.
4105         (eshell-unix-command-complex-p): Return t if a given command name
4106         may result in external processes being invoked.
4108         * eshell/em-glob.el (eshell-glob-show-progress): Make this
4109         variable nil by default, since it slows down glob processing by a
4110         factor of two or more, and increases memory consumption.
4112         * eshell/em-smart.el: Added a note about how memory consumptive
4113         smart display mode can be (at least this is true in Emacs 21).
4114         (eshell-smart-initialize): Whitespace fix.
4115         (eshell-refresh-windows): Use `if' instead of `when'.
4116         (eshell-smart-scroll-window): Calling `save-current-buffer' was
4117         not necessary.
4118         (eshell-currently-handling-window): Added a missing global
4119         variable.
4121         * eshell/em-ls.el (eshell-do-ls): Code simplification.
4122         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4123         Whitespace fix.
4124         (eshell-ls-exclude-hidden): Added this variable in addition to
4125         `eshell-ls-exclude-regexp'.  This one prevents files beginning
4126         with . from even being read, which can improve memory consumption
4127         quite a bit.
4128         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4129         read file entries beginning with a dot.  In home directories with
4130         lots of hidden files, fully two-thirds of the time spent in ls is
4131         used to read directory entries that are immediately thrown away.
4132         (eshell-ls-initial-args): Added back this configuration variable,
4133         for specifying default initial arguments to every call to ls.
4134         Much faster than using an alias to do the same thing.
4135         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4136         (eshell-ls-dir): Whitespace change.
4138         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4140         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4141         available.
4142         (eshell-stringify-t): Added a customization variable, to indicate
4143         whether `t' should be rendered as a string at all.  If not, one
4144         can still determine if the result of an expression is true using
4145         "file-exists-p FILE && echo true".
4146         (eshell-stringify): If `eshell-stringify-t' is nil, don't
4147         stringify t!
4149         * eshell/esh-module.el: Whitespace fix.
4151         * eshell/em-alias.el (eshell-alias-initialize): Added
4152         `eshell-command-aliased-p' to `eshell-complex-commands'.
4153         (eshell-command-aliased-p): New function that returns t if a
4154         command name names an aliased.
4156 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
4158         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
4159         redrawing the screen when changing cursor color.
4160         (viper-insert-state-pre-command-sentinel)
4161         (viper-replace-state-pre-command-sentinel)
4162         (viper-replace-state-post-command-sentinel):
4163         Use viper-preserve-cursor-color.
4164         Many functions changed to use viper= instead of = when comparing
4165         characters.
4166         * viper-util.el (viper-memq-char,viper=): New functions for
4167         working with characters.
4168         (viper-change-cursor-color): Fixed buglet.
4169         Many functions changed to use viper= instead of = when comparing
4170         characters.
4171         * viper.el (viper-insert-state-mode-list): Added eshell.
4173         * ediff-init.el (ediff-before-setup-hook): New hook.
4174         Several typos fixed in various docstrings.
4175         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4176         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
4177         hook.
4178         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4179         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4180         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4181         (ediff-get-selected-buffers): New function.
4182         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4183         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
4184         save-window-excursion.
4185         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
4186         termination check in while loop.
4187         * ediff.el (ediff-get-default-file-name): Better defaults when in
4188         dired buffer.
4189         (ediff-files,ediff-merge-files,ediff-files3)
4190         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4192 2000-10-28  Dave Love  <fx@gnu.org>
4194         * info.el (Info-fontify-node): Add help-echo for menu items.
4196 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
4198         * startup.el (normal-top-level): If the value of $TERM indicates
4199         we are running from xterm or one of its work-alikes, default to a
4200         light background mode.
4202         Support for -fg, -bg, and -rv command-line arguments for TTYs:
4203         * faces.el (tty-handle-reverse-video): New function.
4204         (tty-create-frame-with-faces): Call it.
4206         * frame.el (frame-notice-user-settings): Don't apply
4207         default-frame-alist and initial-frame-alist to MS-DOS frames.
4208         Call tty-handle-reverse-video, frame-set-background-mode, and
4209         face-set-after-frame-default for non-MS-DOS frames.
4211         * startup.el (tty-long-option-alist): New variable.
4212         (tty-handle-args): New function.
4213         (command-line): Call tty-handle-args.
4215         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4216         startup.el now does that for all character-terminal frames.
4218 2000-10-28  Miles Bader  <miles@gnu.org>
4220         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4221         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4222         global.  If :global is followed by a non-nil but non-t value,
4223         make the mode buffer-local, but also generate a `global-MODE'
4224         version using `easy-mmode-define-global-mode'.  Add
4225         :conditional-turn-on keyword argument.
4227 2000-10-28  Dave Love  <fx@gnu.org>
4229         * international/latin1-disp.el (latin1-char-displayable-p): Don't
4230         use window-system.
4232 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
4234         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4235         Don't call find-buffer-file-type-coding-system.  Instead, just
4236         set eol-type to -unix if inhibit-eol-conversion is in effect, or
4237         if the file is on an untranslated filesystem.
4238         (add-untranslated-filesystem): Use "D" instead of "f" inside
4239         interactive.
4241 2000-10-27  Dave Love  <fx@gnu.org>
4243         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
4244         (refill-mode): Use it.
4246 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
4248         * international/quail.el (quail-activate): Don't make-local-hook.
4250 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
4252         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
4253         manual backups and file.~<rev>.~ for automatic ones.
4254         (vc-make-version-backup): Don't do it on MS-DOS without long file
4255         names.
4257         * vc.el (vc-version-other-window): If an automatic backup of the
4258         desired version exists, rename it instead of copying it.
4260         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4261         after command.  If there's an unexpected error, signal it instead
4262         of being silent.
4263         (vc-cvs-merge-news): Be prepared for no news at all.
4265 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
4267         * shell.el (shell): Add BUFFER argument.
4268         * comint.el (make-comint-in-buffer): New function.
4269         (make-comint): Use it.
4271         * faces.el (face-spec-choose): Change syntax so that the list of
4272         attribute-value pairs is now the cdr of each clause, not the cadr.
4273         Detect old-style entries, and handle them.  Use pop.
4275 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
4277         * cus-edit.el (custom-mode-map): Use a sparse map.
4278         (custom-mode): Don't bother with make-local-hook.
4280         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4282         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4284 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4286         * ps-print.el: Avoid compilation gripes.
4287         (ps-print-version): New version number (6.2.1).
4289 2000-10-26  Dave Love  <fx@gnu.org>
4291         * menu-bar.el: Modify some menu item help strings.
4292         (menu-bar-help-menu): Add link to MORE.STUFF.
4294         * cus-edit.el (custom-mode): Add `special' mode-class property.
4296         * wid-browse.el (widget-browse-mode): Likewise.
4298         * wid-edit.el (widget-specify-field): Revert to using local-map
4299         property, not keymap.
4301 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
4303         * wid-edit.el (widget-field-end): When checking for a `boundary'
4304         field, do so in the correct buffer.
4306         * simple.el (undo): Correctly distinguish between numeric and
4307         non-numeric prefix args in non-transient-mark-mode, as per the doc
4308         string.  When in transient-mark-mode, treat all prefix-args as
4309         numeric.
4311         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4312         Position point on match.  Handle N == 0 correctly.
4314         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4315         (comint-mode-map): Reverse order of `comint-write-output' and
4316         `comint-append-output-to-file'.
4317         (comint-append-output-to-file): Reinstate this function, for the
4318         benefit of the menu.
4320 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4322         * vc.el (vc-version-other-window): Bind `file'.
4324 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
4326         * Makefile.in (update-authors): New target for maintenance purposes.
4328         * emacs-lisp/authors.el (batch-update-authors): New function.
4329         (authors-fixed-entries): New defconst.
4330         (authors-add-fixed-entries): New function.
4331         (authors): Call it.: Don't process lispref/.
4333 2000-10-25  Jason Rumney  <jasonr@gnu.org>
4335         * cus-edit.el (custom-button-face, custom-button-pressed-face):
4336         Merge x w32 and mac definitions.
4338 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
4340         * menu-bar.el (menu-bar-options-menu): Add a help string for
4341         `uniquify'.
4343 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
4345         * time-stamp.el (time-stamp-string-preprocess):
4346         Fix a wrong type argument error.
4348 2000-10-25  Miles Bader  <miles@gnu.org>
4350         * recentf.el (recentf-mode): Variable removed.
4351         (recentf-mode): Use `define-minor-mode'.
4353         * mwheel.el (mouse-wheel-mode): New global minor mode.
4354         (mwheel-install): Use `mouse-wheel-mode'.
4356 2000-10-25  Dave Love  <fx@gnu.org>
4358         * progmodes/cperl-mode.el (cperl-mode):
4359         Set normal-auto-fill-function correctly.
4361         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4362         inherit from global-map and don't nullify menu-bar and tool-bar
4363         bindings.
4365 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
4367         * wid-edit.el (widget-field-at): New function.
4368         (widget-at, widget-field-activate): Use it.
4369         (widget-tabable-at): Use `widget-at'.
4370         (widget-specify-field): If the terminating character of the widget
4371         field (which is read-only) is a newline, put it into a special
4372         `boundary' field so that C-n/C-p act more naturally.
4373         (widget-field-end): Also don't subtract one if a special
4374         `boundary' field has been added after the widget field.
4376         * comint.el (comint-output-filter, comint-send-input): Don't
4377         bother adding stickiness fields to overlays to fool the field
4378         code, since it should notice the overlay insertion-types now.
4380         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4381         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4382         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4384 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
4386         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4387         (authors): Set file coding system to iso-2022-7bit.  Add
4388         file-local variables to output buffer.
4390         * files.el (after-find-file): Don't print any warnings if
4391         WARN is nil.
4393 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4395         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4397         * delim-col.el: Now there is a column formatting mechanism.
4398         Modified to customization mechanisms convention.  Doc fix.
4399         (columns): New group for delim-col.
4400         (delimit-columns-before, delimit-columns-after)
4401         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4402         (delimit-columns-end): New vars.
4403         (delimit-columns-customize, delimit-columns-format): New funs.
4404         (delimit-columns-region, delimit-columns-rectangle)
4405         (delimit-columns-rectangle-line): Modified to support column
4406         formatting.
4408 2000-10-24  Dave Love  <fx@gnu.org>
4410         * log-edit.el (log-edit): Add :version and a :group for vc.
4412 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
4414         * files.el (after-find-file): Don't print a message ``New file''
4415         if WARN is nil.
4417         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4418         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
4419         get duplicate tool-bar entries because we'll see the global ones
4420         on more than one path through keymaps.
4422         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4424         * progmodes/cmacexp.el: Change Francesco's email address.
4426 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
4428         * window.el (fit-window-to-buffer): Adjust point of the window
4429         buffer, not that of the current buffer.
4431 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
4433         * progmodes/cmacexp.el: Update the euthor's email address.
4435 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
4437         * faces.el (face-spec-set-match-display): Add `graphic' display
4438         type (the inverse of `tty').  Use `display-graphic-p' instead of
4439         the window-system variable.
4441 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
4443         * international/isearch-x.el (isearch-with-input-method): Call
4444         input-method-function with the first event in
4445         unread-command-events.
4447 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
4449         * faces.el (face-default-spec, face-user-default-spec): Make
4450         defsubsts.
4452 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
4454         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4455         New charsets.
4457         * term/mac-win.el: Remove definitions of mac-roman-lower and
4458         mac-roman-upper, require dired, and define instead of set
4459         mac-ready-for-drag-n-drop to avoid compilation error.
4461 2000-10-23  Andrew Innes  <andrewi@gnu.org>
4463         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4464         superfluous calls to subst-char-in-string; instead apply
4465         expand-file-name after convert-standard-filename to ensure
4466         expected directory separators are used.
4468 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
4470         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4472 2000-10-23  Dave Love  <fx@gnu.org>
4474         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4475         (tool-bar-add-item): Set foreground and background for XBM icons.
4477         * international/latin1-disp.el (latin1-char-displayable-p): New
4478         function (from Handa).
4479         (latin1-display-check-font): Use it.
4481         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4482         using :key-sequence, making it much more usable.  Use nconc, not
4483         append.
4484         (imenu--create-keymap-1): Avoid append.
4486         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4488 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
4490         [the following changes fix a bug where `define-minor-mode' didn't
4491         correctly generate :require clauses for defcustoms in compiled files]
4492         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4493         (byte-compile-log-file, byte-compile-log-1): Don't set
4494         `byte-compile-current-file' to nil.  Instead set
4495         `byte-compile-last-logged-file' to it.  Test whether
4496         byte-compile-current-file equals byte-compile-last-logged-file
4497         instead of whether its nil.
4498         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
4500 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
4502         * textmodes/refill.el: Fix var names in doc.
4503         (refill-mode): Don't bother with make-local-hook anymore.
4505 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
4507         * faces.el (face-user-default-spec, face-default-spec): New functions.
4508         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4509         (frame-set-background-mode, face-set-after-frame-default):
4510         Use `face-user-default-spec'.  Simplify code slightly.
4512         * woman.el (woman-italic-face, woman-bold-face)
4513         (woman-unknown-face): Add dark-background variants.
4514         (woman-default-faces): Renamed from `woman-colour-faces'.
4515         Set using the stored defaults, rather than using hard-wired colors.
4516         (woman-monochrome-faces): Renamed from `woman-black-faces'.
4517         Just make the foreground `unspecified' rather than "black".
4518         (woman-menu): Rename menu entries accordingly.
4520         * faces.el (header-line): Make more reasonable on mono/grayscale
4521         displays.
4523 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
4525         * cus-edit.el (custom-button-face): Use 3D look for mac.
4526         (custom-button-pressed-face): Likewise.
4528         * faces.el (set-face-attributes-from-resources): Handle mac frames
4529         in the same way as x and w32 frames.
4530         (face-valid-attribute-values): Likewise.
4531         (read-face-attribute): Likewise.
4532         (defined-colors): Likewise.
4533         (color-defined-p): Likewise.
4534         (color-values): Likewise.
4535         (display-grayscale-p): Likewise.
4536         (face-set-after-frame-default): Likewise.
4537         (mode-line): Same default face as for x and w32.
4538         (tool-bar): Likewise.
4540         * frame.el: Remove call to frame-notice-user-settings at end of
4541         the file.
4543         * info.el (Info-fontify-node): make underlines invisible for mac
4544         as for x, pc, and w32 frame types.
4546         * term/mac-win.el: New file.
4548 2000-10-22  Dave Love  <fx@gnu.org>
4550         * textmodes/refill.el: New file.
4552 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
4554         * vc-hooks.el (vc-version-backup-file-name): New optional args
4555         MANUAL and REGEXP.
4556         (vc-delete-automatic-version-backups, vc-make-version-backup):
4557         New functions.
4558         (vc-before-save): Use the latter.
4559         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4560         confusion.
4562         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
4563         expected by vc[-hooks].el.
4565         * vc.el (vc-checkout): Added `-p' suffix in call to
4566         vc-make-version-backups-p; use vc-make-version-backup to actually
4567         make the backup.
4568         (vc-version-other-window, vc-version-backup-file): Handle both
4569         automatic and manual backups.
4570         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4571         of all of them.
4573 2000-10-22  Miles Bader  <miles@gnu.org>
4575         * comint.el (comint-highlight-input, comint-highlight-prompt):
4576         Renamed, `-face' at end removed.
4577         (comint-send-input, comint-output-filter): Use renamed faces.
4579         * window.el (fit-window-to-buffer): Change defaulting of
4580         MAX-HEIGHT slightly.
4582         * faces.el (color-values, color-defined-p): Use `member', not
4583         `memq', because it works correctly for strings.
4584         (frame-set-background-mode): Actually, "unspecified-fg" and
4585         "unspecified-bg" *are* strings.  Use `member', not `memq', and
4586         `equal', not `eq', when a string value is possible.
4588 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
4590         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4592 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
4594         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4595         sh-electric-rparen, sh-electric-less and sh-electric-hash.
4596         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4597         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4598         (sh-font-lock-syntactic-keywords): Use them.
4599         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4600         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4601         (sh-mode): Don't override font-lock-unfontify-region-function.
4602         Use a copy of sh-font-lock-syntactic-keywords.
4603         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4604         Don't call sh-scan-buffer since font-lock does it on the fly.
4605         (sh-get-indent-info): Use `face' rather than `syntax-table'
4606         text-property to detect here-documents.
4607         Replace sh-special-syntax with sh-st-punc.
4608         (sh-prev-line): Use `face' rather than `syntax-table'
4609         text-property to skip over here-documents.
4610         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4611         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4612         (sh-electric-less, sh-set-here-doc-region)
4613         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
4614         (sh-scan-buffer, sh-rescan-buffer): Remove.
4616 2000-10-21  Andrew Innes  <andrewi@gnu.org>
4618         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4619         remote (ange-ftp) file names.
4621 2000-10-21  Miles Bader  <miles@gnu.org>
4623         * window.el (fit-window-to-buffer): New function.
4624         (shrink-window-if-larger-than-buffer): Use it.
4625         (window-text-height): Don't expect minibuffers to have mode-lines.
4627         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
4628         * international/quail.el (quail-update-guidance): Use
4629         `fit-window-to-buffer' instead of `set-window-text-height'.
4631         * international/quail.el (quail-show-guidance-buf): Make sure
4632         guidance window really has enough room.
4633         (quail-update-guidance): If quail-guidance-win is already shown,
4634         make sure its height is OK.
4636         * window.el (window-text-height, set-window-text-height):
4637         New functions.
4638         (shrink-window-if-larger-than-buffer): Use `window-text-height'
4639         instead of `window-height' & `mode-line-window-height-fudge'.
4640         (mode-line-window-height-fudge): Add FACE parameter.
4641         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4642         instead of `enlarge-window' & `mode-line-window-height-fudge'.
4644 2000-10-20  Miles Bader  <miles@gnu.org>
4646         * window.el (height-affecting-face-attributes): Use `defconst'.
4648         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4649         New function, conditionally aliased to `mode-line-window-height-fudge'.
4650         (ispell-help): Use it.
4651         (ispell-choices-win-default-height): Don't include mode-line fudge.
4652         (ispell-choices-win-default-height): New function.
4653         (ispell-show-choices, ispell-command-loop): Use function
4654         `ispell-choices-win-default-height' instead of variable.
4656 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
4658         * window.el (mode-line-window-height-fudge): New variable.
4659         (height-affecting-face-attributes): New variable.
4660         (mode-line-window-height-fudge): New function.
4661         (shrink-window-if-larger-than-buffer): Use it.
4662         * help.el (resize-temp-buffer-window): Likewise.
4664         * info.el (Info-fontify-node): Add support for @subsubsection
4665         titles, which use `Info-title-4-face'.
4666         (Info-title-4-face): New face.
4667         (Info-title-3-face): Inherit from Info-title-4-face instead of
4668         variable-pitch.
4670 2000-10-19  Jason Rumney  <jasonr@gnu.org>
4672         * dired.el (dired-insert-directory): Do not let errors signalled by
4673         attempt to run dired-free-space-program prevent dired from working.
4675 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
4677         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4679 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
4681         * dirtrack.el (dirtrack): Fix call to run-hooks.
4683         * cmuscheme.el (cmuscheme-program-name): Renamed from
4684         scheme-program-name because xscheme.el contains a defcustom with
4685         the same name.  As a consequence, customizing group `cmuscheme'
4686         loaded `xscheme' which redefined run-scheme.
4687         (run-scheme): Use cmuscheme-program-name.
4689         * ps-print.el (ps-print-emacs-type): Move into the
4690         eval-and-compile.
4692         * play/doctor.el (doctor-death): Update the Samaritans'
4693         anonymous address, and add a website for Befrienders International.
4695 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4697         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
4698         Avoid compilation gripes.  Doc fix.
4699         (ps-print-version): New version number (6.2).
4700         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4701         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4702         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4703         (ps-x-extent-priority, ps-x-extent-start-position)
4704         (ps-x-face-font-instance, ps-x-find-coding-system)
4705         (ps-x-font-instance-properties, ps-x-make-color-instance)
4706         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4707         avoid compilation gripes without defining functions.
4708         (ps-e-find-composition): Alias for function find-composition, to have a
4709         suitable function depending on Emacs version.
4710         (ps-color-device, ps-color-values, ps-face-foreground-name)
4711         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4712         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4713         (ps-print-ensure-fontified): Function definitions surrounded by
4714         `eval-and-compile' to avoid compilation gripes.
4715         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4716         by symbol-value to avoid compilation gripes.
4717         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4718         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4720 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
4722         * startup.el (normal-top-level): Call `frame-set-background-mode'
4723         after `frame-notice-user-settings' because the latter doesn't call
4724         the former on a tty.
4726         * faces.el (frame-set-background-mode): `unspecified' &c are
4727         symbols, not strings.
4729 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
4731         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4732         why some "light*" colors are deliberately absent from the alist.
4734         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4735         Change colors for tty's, as suggested by Miles Bader.
4737 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
4739         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
4740         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
4741         for ISO10646-1 fonts.
4742         (x-font-name-charset-alist): Add an entry for "iso10646-1".
4744 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
4746         * faces.el (frame-set-background-mode): If a tty frame defines a
4747         background color, use that to compute the background mode, instead
4748         of always defaulting to "dark".
4750 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
4752         * comint.el (comint-write-output): New function.
4753         (comint-mode-map): Add it to the menu.
4754         Bind `C-c C-s' to comint-write-output.
4756 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
4758         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4759         Use fancy-splash-delay.
4761 2000-10-18  Alex Schroeder  <alex@gnu.org>
4763         * progmodes/sql.el (sql-sybase-options): New option.
4764         (sql-sybase): Use it.  Add sql-database to the list of parameters
4765         provided for login.  The options -w 2048 -n are not used any more.
4767         * comint.el (comint-read-input-ring): Bugfix such that the first
4768         and the last entry of the input ring file are not lost.
4770 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4772         * ps-print.el: Internal variable changes to defcustom,
4773         make-local-hook changes to defvar.  Doc fix.
4774         (ps-print-version): New version number (6.1).
4775         (ps-setup, ps-do-despool): Code fix.
4776         (ps-printer-name): Customization fix.
4777         (ps-printer-name-option): Now is a defcustom instead of an
4778         internal variable.
4779         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4780         (ps-print-begin-column-hook): Now are defvar instead of
4781         make-local-hook.
4783 2000-10-18  Miles Bader  <miles@gnu.org>
4785         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4786         (comint-kill-output): Changed into an alias for `comint-delete-output',
4787         and made obsolete.
4788         (comint-mode-map): Rename references to comint-kill-output.
4790 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
4792         * diff-mode.el (diff-header-face, diff-file-header-face)
4793         (diff-changed-face): Add bold and italic attributes to tty faces.
4794         (diff-function-face): New face.
4795         (diff-font-lock-keywords): Use it.
4797 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
4799         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4800         Remove commented-out call to force-mode-line-update.
4801         (comint-kill-output): Use `forward-line 0' instead of
4802         beginning-of-line to make sure we get past the prompt.
4804 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
4806         * diff-mode.el (diff-header-face, diff-file-header-face):
4807         Add specific setting for dark background.
4808         (diff-context-face): Renamed from diff-comment-face.
4809         Set explicitly rather than inheriting from font-lock-comment-face.
4811 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4813         * startup.el (command-line): Move the code which sets the default
4814         TTY colors to before before-init-hook.
4816 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4818         * jit-lock.el (jit-lock-stealth-time): Doc fix.
4820 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4822         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4823         extensions, for MS-DOS.
4825         * diff-mode.el (diff-header-face, diff-file-header-face)
4826         (diff-changed-face): Define tty-specific colors.
4828 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4830         * startup.el (fancy-splash-text): Realign the text.
4832 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4834         * font-lock.el (font-lock-comment-face): Define a separate default
4835         for dark-background tty's.
4837 2000-10-17  Miles Bader  <miles@gnu.org>
4839         * help.el (resize-temp-buffer-window): Add hack to avoid last line
4840         being obscured by whizzy mode-lines on graphics displays.
4842 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4844         * info.el (Info-title-1-face, Info-title-2-face)
4845         (Info-title-3-face): Define colors for tty's.
4846         (info-header-node): Remove unneeded tty-specific definition.
4848 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
4850         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4851         reverse from the frame parameters, and don't invert foreground and
4852         background colors.
4854 2000-10-16  Miles Bader  <miles@gnu.org>
4856         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4857         string "*Info*".  Call propertized-buffer-identification to spruce
4858         up the result.
4860 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
4862         * help.el: Provide `help' for the sake of define-minor-mode
4863         which generates defcustoms with requires.
4865         * jit-lock.el (jit-lock-after-change): If we're in text that
4866         matches a multi-line font-lock pattern, make sure the whole text
4867         will be redisplayed.
4869         * emacs-lisp/authors.el (authors-add): Don't add an entry if
4870         author's name is unknown.
4872         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4873         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4874         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4875         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4876         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4877         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4878         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4879         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4880         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4881         Add author information.
4883 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
4885         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4886         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4887         full-color version (using the Gimp) to eliminate dithering artifacts.
4889 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
4891         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4893         * simple.el (syntax-flag-table, string-to-syntax): Remove.
4895 2000-10-15  Dave Love  <fx@gnu.org>
4897         * progmodes/sh-script.el: Require skeleton and comint when
4898         compiling.
4900         * pcomplete.el (pcomplete) <defgroup>: Add :version.
4902         * whitespace.el: Doc fixes.
4903         (top-level): Don't add hooks here.
4904         (whitespace-running-emacs): Deleted.
4905         (timer): Don't require.
4906         (whitespace): Add back :version conditional on xemacs test.
4907         (whitespace-spacetab-regexp, whitespace-indent-regexp)
4908         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4909         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4910         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4911         Avoid specific xemacs test.
4912         (whitespace-global-mode): New option.
4913         (whitespace-global-mode): New command.
4914         (whitespace-unload-hook): New function.
4916         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4917         (Info-fontify-node, Info-goto-node, Info-mode-menu)
4918         (Info-fontify-node): `Goto' goes to `Go to'.
4919         (Info-fontify-node): Add help-echo to xref links.
4921 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
4923         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4925 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
4927         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4928         Use plist-get and allow :inherit.
4930         * emacs-lisp/cl-macs.el (cl-do-arglist):
4931         Use plist-get and plist-member instead of memq.
4933         * emacs-lisp/ewoc.el (ewoc-location): New function.
4934         (ewoc-enter-after, ewoc-enter-before): Document return value.
4935         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4936         Don't need make-local-hook any more.
4937         (cvs-addto-collection): Return the new tin.
4938         (cvs-mode-insert): Jump to the new line.
4940         * jit-lock.el (jit-lock-fontify-buffer): Remove.
4942         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4944         * font-lock.el (font-lock-syntactically-fontified): New var.
4945         (font-lock-fontify-syntactic-keywords-region): Use it.
4946         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
4948         * diff-mode.el (diff-find-file-name): Fix regexp.
4950         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4951         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4953         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4954         (sh-mode-syntax-table): Add punctuation syntax for < and >.
4955         (sh-mode): Don't make all vars local here.
4956         (sh-kw): Reformat.
4957         (sh-set-shell): Use dolist.  Don't set indent-region-function.
4958         (sh-mode-syntax-table): Use pop.
4959         (sh-remember-variable): Use push.
4960         (sh-help-string-for-variable): Use memq.
4961         (sh-safe-backward-sexp): Remove.
4962         (sh-safe-forward-sexp): Add ARG.
4963         (sh-get-indent-info, sh-prev-stmt): Use it.
4964         (sh-prev-line): Simplify by using forward-comment.
4965         (sh-this-is-a-continuation): Simplify.
4966         (sh-learn-buffer-indent): Use dolist.
4967         (sh-do-nothing): Remove.
4968         (sh-set-char-syntax, sh-set-here-doc-region):
4969         Use inhibit-modification-hooks.
4970         (sh-name-style): Use mapcar and push.
4971         (sh-load-style): Use dolist.
4972         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4973         (sh-case, sh-while-getopts): Use propertize directly rather
4974         than sh-electric-rparen.
4976 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
4978         * textmodes/tex-mode.el: Require CL when compiling.
4979         (tex-mode-syntax-table): Init immediately.
4980         (tex-mode-map): Bind M-RET to latex-insert-item.
4981         (latex-mode): Set indent-line-function to latex-indent.
4982         (tex-common-initialization): Don't setup the syntax-table any more.
4983         (latex-insert-item): New skeleton.
4984         (tex-next-unmatched-end): Fix copy/paste braino.
4985         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
4986         (latex-indent, latex-find-indent): New functions.
4987         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
4988         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4989         (tex-compilation-parse-errors): Use with-syntax-table.
4991 2000-10-15  Miles Bader  <miles@gnu.org>
4993         * font-lock.el (font-lock-comment-face): Change dark-background,
4994         color, non-tty, default to `chocolate1'.
4996 2000-10-13  John Wiegley  <johnw@gnu.org>
4998         * eshell/esh-util.el (require): Added a missing `require' form,
4999         needed when compiling (for an ange-ftp macro definition).
5001 2000-10-13  Dave Love  <fx@gnu.org>
5003         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5005 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
5007         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
5008         fix.
5010         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
5011         transparent -colors 8).
5013 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
5015         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5016         that breaks with old list format timestamps.
5017         (time-stamp-warn-inactive, time-stamp-old-format-warn)
5018         (time-stamp-count, time-stamp-conversion-warn): Improved doc
5019         strings.
5021 2000-10-13  John Wiegley  <johnw@gnu.org>
5023         * align.el, pcomplete.el, calendar/timeclock.el,
5024         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5026         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
5027         faulty math, where holiday hours were being computing as seconds.
5029 2000-10-13  John Wiegley  <johnw@gnu.org>
5031         * desktop.el (desktop-buffer-modes-to-save): Added a global for
5032         specifying what "other" kinds of buffers should be saved.  This
5033         used to be hard-coded.
5034         (desktop-buffer-misc-functions): A global for specifying how
5035         auxiliary data should be determined for special buffer types.
5036         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5037         instead of hard-coding the special buffer types.
5038         (desktop-save): Run `desktop-buffer-misc-functions' to gather
5039         auxiliary data, instead of hard-coding for Info buffers and dired.
5040         (desktop-buffer-info-misc-data): Aux function for determining Info
5041         buffer auxiliary info.
5042         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5043         (desktop-buffer-info): Changed this function to use the info
5044         gathered above.
5045         (desktop-create-buffer): Be a little more careful about what
5046         `minor-mode' means before calling it.  This is important for some
5047         buffer types.
5049 2000-10-13  John Wiegley  <johnw@gnu.org>
5051         * eshell/esh-util.el: Added a global form which declares an
5052         autoload for `parse-time-string', if that function is not already
5053         defined, and if parse-time.el is available on the user's system.
5055         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5056         to be aware of ange-ftp user info.
5057         (eshell-do-ls): Bind `ange-cache'.  Also, use
5058         `eshell-file-attributes'.
5059         (eshell-ls-annotate): Use `eshell-file-attributes'.
5060         (eshell-ls-file): Made the user-id printing code a bit smarter.
5062         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5063         allow identification of alias user ids in remote directories.
5064         It's manual, but there's no other way to know when the current
5065         user on the local machine, is also the owning user on the remote
5066         machine.
5067         (fboundp): Bind `ange-cache'.
5068         (eshell-directory-files-and-attributes): Re-organized the logic a
5069         bit to use `eshell-file-attributes' instead of `file-attributes'.
5070         The former is more sensitive to directories that are read via FTP,
5071         and knows how to use ange-ftp to determine full attribute
5072         information, instead of just the name and last modtime.
5073         (eshell-current-ange-uids): Return the current user id when in a
5074         remote directory.
5075         (eshell-parse-ange-ls): Parse a full directory listing that has
5076         been returned by ange-ftp.
5077         (eshell-file-attributes): This beefed up version of
5078         `file-attributes' is only special if the user is currently in a
5079         remote directory, in which case it does a lot of work to find out
5080         what the real attributes of a file are, as they appear on the
5081         remote machine.  This makes usage of remote directories (i.e.,
5082         ange-ftp pathnames) much more useful.  You can now use Eshell as a
5083         full-fledged FTP client, with much more manipulation ability than
5084         most other clients.
5086         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
5087         variable, which means that Eshell's du should always be preferred
5088         in remote directories.
5089         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
5090         just `file-attributes'.
5091         (eshell-mvcp-template): Bind `ange-cache', to improve performance
5092         when reading remote directories.  This is an Eshell-specific
5093         variable (not part of ange-ftp).
5094         (eshell/ln): Bind `ange-cache'.
5095         (eshell/du): Added some extra logic for determining when to use
5096         Eshell's du (which is slow), and when to use the external version
5097         (which may or may not exist).
5099         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
5100         `eshell-interactive-process', rather than using
5101         `get-buffer-process', since backgrounded processes don't count in
5102         the context of this function's logic.
5104         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5105         `forward-char', so that null strings are parsed correctly.
5107 2000-09-13  John Wiegley  <johnw@gnu.org>
5109         * eshell/em-pred.el (eshell-pred-file-type,
5110         eshell-pred-file-links, eshell-pred-file-size): Use
5111         `eshell-file-attributes'.  This is more correct over ange-ftp.
5113         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5114         that remote file globbing is more efficient.
5116         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5117         gathering the files and attributes within a directory.
5119         * eshell/em-unix.el (eshell/cat): If any of the files passed on
5120         the command line is a special file (not a regular file, directory
5121         or symlink), always attempt to call the external version of cat.
5123 2000-09-13  John Wiegley  <johnw@gnu.org>
5125         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5126         Eshell-friendly version of find-tag.
5128 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
5130         * image-file.el (image-file-name-extensions)
5131         (image-file-name-regexps): Add autoload cookies.
5133 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
5135         * international/mule-cmds.el (select-safe-coding-system): If FROM
5136         is string, show it in *Warning* buffer.
5138 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
5140         * startup.el (normal-top-level): Use display-popup-menus-p instead
5141         of window-system.
5142         (command-line): Use display-graphic-p instead of window-system.
5143         (command-line-1): Use display-popup-menus-p and display-mouse-p
5144         instead of window-system.
5146 2000-10-12  Sam Steingold  <sds@gnu.org>
5148         * tooltip.el (tooltip-use-echo-area): New user variable.
5149         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5151 2000-10-12  Dave Love  <fx@gnu.org>
5153         * recentf.el: Maintainer's checkdoc fixes.
5155         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5156         character class, not ASCII when matching file names.
5157         (fancy-splash-head): Add trailing slash to URL.
5158         (command-line): Don't require XPM support for toolbar.
5160         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5161         (cperl-invalid-face): Revert last change.
5162         (cperl-init-faces): Quote cperl-invalid-face.
5164 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
5166         * startup.el (fancy-splash-text): Remove superfluous quote.
5168 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
5170         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5171         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5172         (command-line-1): Don't use fancy-splash-pending-command.
5173         (fancy-splash-screens-1): Goto point-min after inserting text.
5175         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5177         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5178         instead of shared-lisp-mode-map.
5180 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
5182         * faces.el (header-line): Change tty-variant to use underlining.
5184         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5185         (isearch-highlight): Restore lazy-isearch face properties at old
5186         position, and suppress them at new position.
5187         (isearch-dehighlight): Restore lazy-isearch face properties.
5188         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5189         over the real isearch overlay, but in that case, don't give it a
5190         face property.  Use `push'.
5192 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
5194         * man.el (Man-getpage-in-background): Fix previous change.
5195         Decode the process output only when we are in multibyte mode.
5197 2000-10-11  Dave Love  <fx@gnu.org>
5199         * info.el (Info-mode-menu): Fix some help.
5200         (info-tool-bar-map): Add entry for Info-last.
5202         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5203         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5204         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5205         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5206         * toolbar/search-replace.xpm, toolbar/exit.xpm:
5207         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5208         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5209         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5210         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5211         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5212         Reduce colour requirements to 25 overall.  (Probably wants
5213         revisiting from the originals to reduce further.)
5215 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
5217         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5218         buffer-file-coding-system, instead of raw-text.
5219         (dehexlify-buffer): Bind coding-system-for-read to
5220         buffer-file-coding-system, instead of raw-text.
5222 2000-10-11  Sam Steingold  <sds@gnu.org>
5224         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5225         `underline' - fixes the bug introduced on 2000-09-21.
5227 2000-10-11  Dave Love  <fx@gnu.org>
5229         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5230         compiler warnings.
5231         (scheme-mode): Doc fix.
5232         (scheme-font-lock-keywords-1): Match `define-syntax'.
5234 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
5236         * faces.el (frame-set-background-mode): Pay attention to saved
5237         face specs as well as default ones.  Only do anything if the
5238         bg-mode or display-type has actually changed.  Use `dolist'.
5239         (region): Make dark-background `region' face less in-your-face.
5241 2000-10-10  Sam Steingold  <sds@gnu.org>
5243         * chistory.el, ielm.el, ledit.el:
5244         * progmodes/inf-lisp.el, progmodes/scheme.el:
5245         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5247 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
5249         * textmodes/texinfo.el: Update copyright and fix typo.
5251         * desktop.el (desktop-modes-not-to-save): New var.
5252         (desktop-save-buffer-p): Use it.
5253         Also, obey desktop-buffers-not-to-save even for non-file buffers.
5254         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5256 2000-10-10  Dave Love  <fx@gnu.org>
5258         * toolbar/tool-bar.el (tool-bar-add-item)
5259         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5260         display.
5262         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5263         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5264         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5265         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5266         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5267         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5268         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5269         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5270         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5271         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5272         the .xpms; probably need retouching.
5274 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
5276         * subr.el (add-to-list): Add optional argument APPEND.
5277         * battery.el (display-battery): Use `add-to-list'.
5279 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
5281         * play/zone.el (zone-timer, zone-wc-tbl): Rework
5282         these vars as symbol properties.
5283         (zone, zone-when-idle, zone-leave-me-alone)
5284         (zone-pgm-whack-chars): Use new symbol properties.
5286         * battery.el (display-battery): Doc spelling fix.
5288         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5289         property.
5291 2000-10-09  Dave Love  <fx@gnu.org>
5293         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5294         has been initialized before calling tool-bar-setup.
5295         (tool-bar-add-item-from-menu): Add autoload cookie.
5297 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
5299         * menu-bar.el (send-mail-item-name): New function.
5300         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5301         of mail-user-agent in the menu.  Don't display the "Send Mail"
5302         item if mail-user-agent is nil or its value is ignore.
5303         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5304         if read-mail-command is nil or its value is ignore.
5306         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5308 2000-10-09  Miles Bader  <miles@gnu.org>
5310         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5311         Correct image size.
5312         * toolbar/left_arrow.xpm: Correct image size.
5314         * jka-compr.el: Don't call `jka-compr-install' when loading (it
5315         will be done by the definition of `auto-compression-mode' if
5316         necessary.  Move code to uninstall existing file-name handler
5317         before definition of `auto-compression-mode'.
5319         * image-file.el (auto-image-file-mode): Move to the end of the
5320         file, because `define-minor-mode' actually calls the mode-function
5321         if the associated variable is non-nil, which requires that all
5322         needed functions be already defined.
5324         * mouse.el (popup-menu): Balance parens.
5326 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
5328         * mouse.el (popup-menu): Move the command call outside the loop
5329         so that popup-menu returns whatever the command returns.
5331         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
5332         (initialize-new-tags-table): Use run-hook-with-args-until-success.
5333         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5334         (tags-table-format-functions): Renamed from tags-table-format-hooks.
5336         * vc.el (vc-version-diff): diff-switches can be a list.
5337         Use relative filenames for prettier output.
5339         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5340         (vc-post-command-functions): Remove old-VC compatibility code.
5342         * newcomment.el (comment-indent-default): Autoload.
5344         * font-lock.el (font-lock-defaults): Make buffer-local.
5345         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5346         (font-lock-choose-keywords):
5347         Ignore LEVEL unless KEYWORDS is a list of syms.
5348         (c-keywords, c++-keywords, objc-keywords, java-keywords):
5349         Don't wrap regexp-opt things in \(...\) unnecessarily.
5351         * jit-lock.el: Don't require font-lock any more.
5352         (jit-lock-functions): Make buffer-local.
5353         (jit-lock-saved-fontify-buffer-function): Remove.
5354         (jit-lock-mode): Remove autoload cookie.
5355         Remove font-lock specific code.
5356         (jit-lock-unregister): Don't bother handling complex hooks any more.
5357         (jit-lock-refontify): New function.
5358         (jit-lock-fontify-buffer): Use it.
5359         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5360         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5361         Add optional args START and END.
5362         Never call font-lock-fontify-region directly.
5363         (jit-lock-function, jit-lock-stealth-fontify): Use it.
5365         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5367 2000-10-08  Dave Love  <fx@gnu.org>
5369         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5371         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5373         * play/studly.el (studlify-region, studlify-word): Add autoload
5374         cookie.
5376         * play/morse.el (morse-region, unmorse-region): Add autoload
5377         cookie.
5379         * play/spook.el (spook-phrases-file): Use expand-file-name, not
5380         concat.
5382         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5383         insist on symbols starting with word syntax.
5384         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5385         (eval-defun-1): Doc fix.
5386         (indent-sexp): Use nconc to build up indent-stack.
5388         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5389         Gnus with little use.
5390         (mail-setup-hook): Add mail-abbrevs-setup to options.
5392         * recentf.el: Doc fixes.
5394         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5395         Clean up remainder.
5397         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
5398         without timezone and (8) with timezone to enforce some whitespace.
5399         Simplify code somewhat.
5401         * options.el (list-options): Doc that you should use customize.
5403         * iswitchb.el (iswitchb-mode): Add :require.
5405         * info.el (Info-goto-node, Info-menu): Doc fix.
5406         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5407         (info-tool-bar-map): New variable.
5408         (Info-mode): Use it.
5409         (Info-edit-map): Define all in defvar.
5410         (speedbar-attached-frame): Avoid compiler warning.
5412         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5413         (global-map): Bind [tool-bar] to a filtered map.
5414         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
5415         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5416         Allow PBM icons.
5417         (tool-bar-setup): Adjust calls of tool-bar-add-item.
5419         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5420         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5421         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
5422         icons, except up_arrow, which is left-arrow rotated.
5424         * imenu.el (imenu-add-to-menubar): Fix last change.
5426 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
5428         * generic-x.el (rul-generic-mode): Remove eval-when-compile
5429         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
5431 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
5433         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5434         typos in doc strings.
5436         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5437         the doc strings how to customize Font Lock faces.
5439         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5440         computing growth when dragging the header line.
5442 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
5444         * simple.el (kill-line): Doc fix.
5446 2000-10-08  Miles Bader  <miles@gnu.org>
5448         * faces.el (secondary-selection): Make foreground visible on tty.
5450         * jka-compr.el (auto-compression-mode): Move to the end of the
5451         file, because `define-minor-mode' actually calls the mode-function
5452         if the associated variable is non-nil, which requires that all
5453         needed functions be already defined.
5454         (with-auto-compression-mode): Add autoload cookie.
5456 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
5458         * files.el (find-backup-file-name) [ms-dos]: If support for long
5459         file names is not available, behave as if version-control were set
5460         to never.
5462 2000-10-07  Dave Love  <fx@gnu.org>
5464         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5465         (browse-url-gnome-moz): New function.
5466         (browse-url-browser-function): Use it.
5467         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5469 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
5471         * indent.el (tab-always-indent): New var.
5472         (indent-for-tab-command): Use it.
5474         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5475         raise an error.  This way it can still default to a sane value.
5477 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
5479         * startup.el (fancy-splash-screens): Use local rather than global map.
5480         Don't use `update-menu-bindings' any more.
5481         Get rid of assumptions about keymap representation.
5483 2000-10-06  Dave Love  <fx@gnu.org>
5485         * textmodes/fill.el (sentence-end-double-space)
5486         (sentence-end-without-period):  Doc fix.
5487         (adaptive-fill-regexp): Purecopy.
5488         (unjustify-current-line): Use line-end-position.
5489         (fill-individual-paragraphs-prefix): Use line-beginning-position.
5491         * net/eudc-vars.el (eudc): Add :version, :link.
5493         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5495         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5496         Fix for define-minor-mode.
5497         (function-at-point): Alias to function-called-at-point.
5499         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5501         * simple.el (backward-word): Doc fix.
5503         * image-file.el (image-file-name-regexp): image-file-regexps ->
5504         image-file-name-regexps.
5505         (image-file-name-extensions): Add pbm.
5507 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
5509         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5510         and add filename to the names so that diff-mode can jump to source.
5512         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5513         (tex-font-lock-keywords, tex-font-lock-keywords-2)
5514         (tex-font-lock-keywords-1): Remove.
5515         (font-lock-turn-on-thing-lock): Use jit-lock-register.
5516         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5517         (font-lock-default-fontify-region):
5518         Expand beg..end correctly when just following a multiline region.
5519         (font-lock-fontify-anchored-keywords):
5520         Include the anchor text as part of the multiline.
5522 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
5524         * loadup.el (toplevel): Load `loaddefs' before `help' because the
5525         latter needs the autoloaded define-minor-mode macro during the
5526         bootstrap.
5528         * startup.el (command-line): For now, activate tool-bar-mode only
5529         if XPM images are supported.
5531         * mouse.el (mouse-drag-header-line): Don't allow resizing a
5532         window by dragging a header-line at the top of the frame; that's
5533         confusing because the header-line doesn't move.
5534         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5535         of treating the event as a list.  Some cleanup.
5537 2000-10-06  Miles Bader  <miles@gnu.org>
5539         * simple.el (display-message-or-buffer): New function.
5540         (shell-command-on-region): Use `display-message-or-buffer'.
5542         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5543         docstring parts.
5545         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5546         (smbclient-prompt-regexp): Add usage note to doc string.
5547         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5548         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5549         Use add-hook for adding the comint filter function, and only do so
5550         if it's not already in the global hook list.
5551         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5552         to `make-local-variable'.
5553         (nslookup-font-lock-keywords): Remove prompt entry.
5554         (nslookup): Don't set the process-filter.
5555         (finger): Exit the loop correctly when the regexps list runs out.
5556         (ftp, smbclient, smbclient-list-shares):
5557         Set the real major mode immediately, not after execing.
5558         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5560         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5562 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
5564         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5566         * which-func.el (which-func-format): Remove spurious space.
5567         (which-func-mode): Don't make it permanent-local.
5568         (which-func-ff-hook): Allow which-func-maxout to be nil.
5569         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
5570         (which-func-mode): Simplify.
5571         Use post-command-idle-hook rather than post-command-hook.
5572         Go through all buffers and update their state.
5573         (which-function): Also try add-log-current-defun-function.
5575         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5576         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5577         Update call to with-vc-properties accordingly.
5578         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5579         (vc-revert-buffer): More careful about window selection and deletion.
5580         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5582         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5583         (cvs-retrieve-revision): Reuse a pre-existing buffer.
5584         (cvs-dired-action): Change the default to quickdir.
5586         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5587         if comment-indent-function returns nil.
5588         (comment-indent-default): New function.
5589         (comment-indent-function): Use it and document the new semantics.
5591         * image-file.el: Docstring fixes.
5593         * help.el (help-xref-on-pp): Use match-string.
5594         (describe-variable): New arg BUFFER.
5595         Store the current buffer in the help-xref-stack.
5596         (temp-buffer-resize-mode): Use define-minor-mode.
5598         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5599         consistently with its docstring.
5600         Set jit-lock-first-unfontify-pos in an idempotent way.
5601         (jit-lock-register): Autoload and add arg CONTEXTUAL.
5603 2000-10-05  Alex Schroeder  <alex@gnu.org>
5605         * sql.el (sql-mysql-options): New variable.
5606         (sql-mysql): Use it.
5608 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
5610         * image.el (image): New group.
5612         * smerge-mode.el (smerge-mine-face, smerge-other-face)
5613         (smerge-base-face, smerge-markers-face): Add dark-background variants.
5615 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
5617         * net/net-utils.el (nslookup-font-lock-keywords)
5618         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5619         Ignore the value of wqindow-system; always define keywords
5621 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
5623         * startup.el (fancy-splash-screens): Remove the code for
5624         debugging; `(trace-to-stderr "EXITTT\n")'.
5626 2000-10-05  Miles Bader  <miles@gnu.org>
5628         * diff-mode.el (diff-goto-source): Update call to
5629         `diff-hunk-status-msg' to reflect new REV variable.
5631 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
5633         * progmodes/icon.el (icon-mode):
5634         Don't gratuitously override the default for comment-column.
5636         * vc-hooks.el (vc-mode-line): Fix interactive spec.
5638         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5639         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5640         (jit-lock-functions): New var.
5641         (jit-lock-function-1): Use it if non-nil.
5642         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
5643         Set the `fontified' property before doing the fontification to avoid
5644         repeatedly going through the same error.
5645         Don't turn errors into messages.
5646         (jit-lock-register, jit-lock-unregister): New functions.
5648         * dired.el (dired-mark-pop-up): Turn comment into docstring.
5649         Use with-current-buffer.
5651         * dired-aux.el (dired-do-create-files, dired-kill-tree):
5652         Turn comment into docstring.
5654         * apropos.el (apropos-mode): Use define-derived-mode.
5656 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
5658         * startup.el (fancy-splash-pending-command): New variable.
5659         (fancy-splash-pre-command): New function.
5660         (fancy-splash-screens): Rewritten.
5661         (command-line-1): If fancy-splash-pending-command is set, call it
5662         interactively.
5664 2000-10-04  Dave Love  <fx@gnu.org>
5666         * toolbar/tool-bar.el (tool-bar-setup): New function.
5667         (tool-bar-mode): Use it.
5669         * subr.el (substitute-key-definition): Doc fix.
5670         (play-sound-file): New command.
5672 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
5674         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5675         vc-version-backup-file-name): New functions.
5677         * files.el (basic-save-buffer): Call vc-before-save before saving.
5679         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5680         vc-cvs-stay-local-p.
5682         * vc.el (vc-revert-buffer): Handle empty diff properly.
5683         (vc-version-backup-file): New function.
5684         (vc-checkout): Create a version backup if necessary.
5685         (vc-checkin): If a version backup file exists, delete it.
5686         (vc-version-diff): Diff locally using version backups, if available.
5687         (vc-revert-file): If there's a version backup, revert locally.
5688         (vc-transfer-file): Use version backup for base version, if
5689         available.  If not, ask for confirmation whether to get it from the
5690         server.  Update mode line before check-in.
5692 2000-10-04  Dave Love  <fx@gnu.org>
5694         * toolbar/tool-bar.el (tool-bar-setup): New function.
5695         (tool-bar-mode): Use it.
5697 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
5699         * net/net-utils.el (nslookup-font-lock-keywords)
5700         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5701         Only set if window-system is non-nil
5702         (net-utils-run-program): Returns buffer.
5703         (network-connection-reconnect): Added this function.
5705         * generic.el:
5706         Incorporates extensive cleanup and docfixes by
5707         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5708         Uses cl compile-time macros.
5709         (generic-mode-name, generic-comment-list)
5710         (generic-keywords-list, generic-font-lock-expressions)
5711         (generic-mode-function-list, generic-mode-syntax-table):
5712         Removed variables.
5713         (generic-mode-alist): Renamed to generic-mode-list.
5714         (generic-find-file-regexp): Default changed to "^#".
5715         (generic-read-type): Uses completing read on generic-mode-list.
5716         (generic-mode-sanity-check): removed this function.
5717         (generic-add-to-auto-mode): Removed this function
5718         (generic-mode-internal): Bind mode-specific definitions
5719         into function instead of putting them in alist.
5720         (generic-mode-set-comments): Reworked extensively.
5721         (generic-mode-find-file-hook): Simplified regexp searching
5722         (generic-make-keywords-list): Omit extra pair of parens
5724         * find-lisp.el (find-lisp-find-files-internal):
5725         Make sure directory name ends with "/".
5727         * generic-x.el (apache-conf-generic-mode):
5728         Regexp now allows leading whitespace.
5729         (rc-generic-mode): Added eval-when-compile
5730         around generic-make-keywords-list.
5731         Deleted duplicate regexp
5732         (rul-generic-mode): Added eval-when-compile
5733         around generic-make-keywords-list.
5734         (etc-fstab-generic-mode): New generic mode.
5735         (rul-generic-mode): Removed one eval-when-compile
5736         which caused a max-specpdl-size exceeded error.
5738 2000-10-04  Miles Bader  <miles@gnu.org>
5740         * simple.el (minibuffer-temporary-goal-position): New variable.
5741         (next-history-element): Try to keep the position of point in the
5742         input string constant.
5744         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5745         (dired-do-create-files): If there's only one file, pass it in as
5746         the DEFAULT arg to dired-mark-read-file-name.
5748 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
5750         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5751         (diff-goto-source): Be smarter when choosing REVERSE or not.
5753         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5754         (texinfo-mode-menu): Add an explicit shortcut for update all.
5756 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
5758         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5759         factorize backend-specific code cleanly (this was essentially
5760         conceived by Stefan Monnier).
5761         (vc-unregister): Function removed.
5762         (vc-revert-file): New function.
5763         (vc-revert-buffer): Delegate some of the work to it.
5765         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5766         default branch unconditionally.
5767         (vc-rcs-set-default-branch): New function.
5768         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5769         (vc-rcs-checkin): If an appropriate default branch has been set,
5770         force creation of that branch.
5771         (vc-rcs-receive-file): Rewritten to contain only backend-specific
5772         code (as suggested by Stefan Monnier).
5774 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5776         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5777         highlighting overlay with a different face over the overlay
5778         isearch uses to highlight the current match because that can lead
5779         to bad face combinations.
5781         * loadup.el (toplevel): Load faces before isearch.
5783         * isearch.el (isearch-faces): New custom group.
5784         (isearch): New defface; was already tested for in the code.
5785         (isearch-lazy-highlight-face): Changed to defface from defcustom.
5786         (isearch-highlight): Always use face `isearch'.
5788 2000-10-02  Dave Love  <fx@gnu.org>
5790         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5791         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
5792         comparison of opcode with operand.
5794 2000-10-03  Miles Bader  <miles@gnu.org>
5796         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5797         buffer, since the echo area will now grow to accommodate them.
5799 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
5801         * vc-hooks.el (vc-registered): If FILE used to be registered under
5802         a certain backend, try that one first.
5804         * vc.el (vc-responsible-backend): Undo the previous change in the
5805         argument list.  Handle multiple backends correctly.
5806         (vc-find-new-backend): Function removed.
5807         (vc-register): Use vc-responsible-backend, as before.
5808         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5810 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5812         * startup.el (fancy-splash-head): Change message below the
5813         logo.
5815 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
5817         * diff-mode.el (diff-goto-source): Emit a status message.
5818         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5819         (diff-test-hunk): Fix doc string.
5820         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5821         (diff-advance-after-apply-hunk): New variable.
5822         (diff-apply-hunk): Don't return a value.
5824 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
5826         * vc.el (vc-editable-p): Minor optimization.
5827         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5828         (vc-find-new-backend): New function split from vc-responsible-backend.
5829         (vc-register): Use it.
5830         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5831         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5832         (vc-default-unregister, vc-revert-buffer): Docstring fix.
5833         (vc-clear-headers): Don't use find-file.
5834         (vc-revert-buffer): Use `and' again (must have been a braino).
5835         (vc-switch-backend): Only prompt if requested.
5836         Short circuit if nothing is to be done.
5837         Don't use vc-resynch-buffer which could lose unsaved editing.
5838         (vc-default-receive-file): Update call to vc-unregister.
5839         (with-vc-file, vc-next-action-on-file):
5840         Use vc-backend rather than vc-registered.
5841         (vc-next-action-on-file): Use intern-soft.
5842         Deal with read-only *vc-diff* buffer.
5843         (vc-transfer-file): Docstring fix.
5845         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5846         (vc-rcs-receive-file): Avoid with-vc-properties.
5847         Update call to vc-unregister.
5848         Use constant `RCS' rather than (dynamically bound) var `backend'.
5850 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
5852         * vc.el (vc-next-action-on-file): Update mode line only if file
5853         is visited.
5854         (vc-start-entry): New argument initial-contents.  Don't visit the file
5855         if it isn't already visited.  Brought documentation up-to-date.
5856         (vc-next-action, vc-register): Updated calls to vc-start-entry.
5857         (vc-checkin): New optional arg initial-contents, which is passed to
5858         vc-start-entry.
5859         (vc-finish-logentry): Make sure to bury log buffer only if there
5860         really is one.  Call `vc-resynch-buffer' on log-file, not
5861         buffer-file-name.
5862         (vc-default-comment-history, vc-default-wash-log): New functions.
5863         (vc-index-of): Removed.
5864         (vc-transfer-file): Make do without the above.
5865         (vc-default-receive-file): Call comment-history unconditionally.  Pass
5866         the resulting string to vc-checkin, instead of inserting it into the
5867         comment ring.
5869         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5870         unconditionally.  Use the comments as initial contents of the log
5871         entry buffer.  Document the trick to force branch creation with no
5872         changes.
5874 2000-10-01  Miles Bader  <miles@gnu.org>
5876         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5877         `recenter' with an arg to prevent redrawing the display.
5879 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
5881         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5883         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5885         * progmodes/c-mode.el (c-mode):
5886         Don't gratuitously override the default for comment-column.
5888         * textmodes/tex-mode.el (latex-metasection-list): New var.
5889         (latex-imenu-create-index): Use it.
5890         Move the regexp construction outside loops (and use push).
5891         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5892         (tex-font-lock-keywords): Moved from font-lock.el.
5893         (tex-comment-indent): Remove.
5894         (tex-common-initialization): Don't set comment-indent-function.
5895         (latex-block-default): New var.
5896         (tex-latex-block): Use it to provide a default choice.
5897         Add any unknown choice to latex-block-names.
5898         Insert [...] after {...}.
5899         (tex-last-unended-begin): Simplify regexp.
5900         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5901         (latex-forward-sexp-1, latex-forward-sexp): New functions.
5902         (latex-mode): Set forward-sexp-function.
5904         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5905         Add regexp for @ignore ... @end ignore.
5906         (texinfo-heading-face): New face.
5907         (texinfo-font-lock-keywords): Use it.
5908         (texinfo-mode-menu): New menu.
5909         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5910         New functions.
5911         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5912         (texinfo-section-types-regexp, texinfo-section-level-regexp)
5913         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5914         Remove declaration.
5915         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5917         * delsel.el (delete-selection-mode): Use define-minor-mode.
5919         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5921 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5923         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5925 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
5927         * replace.el (keep-lines-read-args): New function.
5928         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5929         read arguments interactively.  Add parameters RSTART and REND.
5930         Operate on the active region in Transient Mark mode.
5932         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5934         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5935         (authors-obsolete-files-regexps): New variable.
5936         (authors-add): Don't record changes in obsolete files.
5938 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5940         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5942         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5943         (comment-indent): Make sure there's a space between code and comment.
5944         Shift comments left to avoid going past fill-column.
5946 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5948         * startup.el (startup-echo-area-message): New function.
5949         (display-startup-echo-area-message): Use it.
5950         (fancy-splash-screens): Rewritten to use keymaps and a timer.
5951         (fancy-splash-default-action): New function.
5952         (fancy-splash-screens-1): New function.
5953         (fancy-splash-head): Put a help-echo and a keymap under the image.
5955 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5957         * diff-mode.el (diff-add-log-file-name): Remove.
5958         (diff-mode): Use add-log-buffer-file-name-function.
5960         * add-log.el (find-change-log): New arg BUFFER-FILE.
5961         (add-log-file-name): Obey add-log-file-name-function.
5962         (add-log-buffer-file-name-function): New var.
5963         (add-change-log-entry): Use it.
5965 2000-09-29  Miles Bader  <miles@gnu.org>
5967         * image-file.el (image-file-name-extensions): New variable.
5968         (image-file-name-regexps): Renamed from `image-file-regexps'.
5969         New default value is nil.  Call `auto-image-file-mode'.
5970         (image-file-name-regexp): New function.
5971         (auto-image-file-mode): New minor mode.
5972         (insert-image-file): Don't make conditional on the image-file
5973         handler being enabled.
5974         (image-file-handler): Make the call here conditional instead.
5975         (set-image-file-handler-enabled, enable-image-file-handler)
5976         (disable-image-file-handler): Functions removed.
5978         * emacs-lisp/authors.el (authors-print): Rephrase many-files
5979         string.
5981 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5983         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5984         it's a function from CL.
5985         (latex-imenu-create-index): Replace eval-when-compile with progn
5986         because latex-section-alist is not bound while compiling.
5988 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
5990         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5991         (outline-mode): Use define-derived-mode.
5993         * progmodes/perl-mode.el (perl-mode):
5994         * progmodes/awk-mode.el (awk-mode):
5995         * progmodes/asm-mode.el (asm-mode):
5996         Don't gratuitously override the default for comment-column.
5998         * emacs-lisp/lisp.el (lisp-complete-symbol):
5999         Distinguish the let-binding case from the funcall case.
6000         (forward-sexp-function): New variable.
6001         (forward-sexp): Use it.
6003         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6004         (easy-mmode-defmap): Remove the now useless autoload.
6006         * time.el (display-time-mode): Use define-minor-mode.
6008         * subr.el (add-minor-mode): Don't eval NAME.
6009         Don't depend on the presence of TOGGLE-FUN for any special behavior.
6010         Use if rather than cond.
6012         * simple.el (read-expression-map): Define more properly.
6013         (comment-indent-hook): Remove.
6014         (string-to-syntax): Bug fix.
6016         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6017         (cvs-ediff-diff): Fix typo.
6018         (cvs-revert-if-needed): Don't bother preserving read-only.
6020         * paren.el (show-paren-mode): Use define-minor-mode.
6022         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6023         (toggle-auto-compression): Remove.
6024         (jka-compr-build-file-regexp): Remove useless grouping.
6026         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6027         Avoid user-reserved bindings.
6028         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6029         (diff-header-face): Revert to grey85.
6031         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6033         * complete.el (partial-completion-mode) <defcustom>: Remove.
6034         (partial-completion-mode): Use define-minor-mode.
6035         (PC-do-completion): Understand `completion-auto-help = delay'
6036         to mean to popup the completion buffer only the second time.
6037         (PC-include-file-all-completions, PC-include-file-all-completions)
6038         (PC-include-file-all-completions): Don't quote lambda.
6040         * comint.el (comint-mode-hook): Docstring fix.
6041         (comint-mode): Use define-derived-mode.
6042         (comint-mode-map): Remove obsolete comment.
6043         (make-comint): Minor stylistic change.
6044         (comint-insert-clicked-input): Be more careful to find the overlay.
6045         Use this-command-keys rather than hardcoding mouse-2.
6047         * font-lock.el: Replace confusing (,@ with ,
6048         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6049         Don't use regexp-opt-depth.  Spice up the regexp for args.
6050         Don't distinguish between cmds that can take an opt arg or not.
6051         Use `append' and `prepend' rather than `keep'.
6053         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6054         (latex-outline-regexp): New var.
6055         (latex-outline-level): New fun.
6056         (latex-section-alist): New var.
6057         (latex-imenu-create-index): Use it.  Use `push' as well.
6058         (tex-shell-map): Initialize it properly.
6059         (tex-mode): Minor stylistic change.
6060         (plain-tex-mode): Use define-derived-mode.
6061         (latex-mode): Use define-derived-mode.
6062         Construct the paragraph regexps in a more readable way.
6063         Set the buffer-local outline-{level,regexp} vars.
6064         (slitex-mode): Derive from latex-mode.
6065         (tex-common-initialization): Don't kill-all-vars anymore.
6066         Add setting for comment-add and font-lock-defaults.
6067         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6068         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
6069         (tex-start-tex): New arg DIR (and send a chdir command for it).
6070         Also display the shell buffer and save it in tex-last-buffer-texed.
6071         (tex-region): Use expand-file-name rather than concat.
6072         Remove code made useless by changes in tex-start-tex.
6073         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6075         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6077 2000-09-28  Dave Love  <fx@gnu.org>
6079         * eshell/eshell.el (eshell) <defgroup>: Add :version.
6081 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
6083         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6084         `append'.
6086 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
6088         * info.el (Info-extract-pointer): Undo last change.
6089         Instead, fix the position of the `bound' arg to re-search-backward.
6091 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
6093         * info.el (Info-extract-pointer):
6094         Widen more carefully, to avoid finding pointers in other nodes.
6095         (Info-index): Use push.
6097 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
6099         * frame.el (set-frame-font): Remove call to obsolete function
6100         frame-update-faces.
6101         (set-foreground-color, set-background-color): Likewise for
6102         frame-update-face-colors.
6104 2000-09-27  Miles Bader  <miles@gnu.org>
6106         * image-file.el: New file.
6108 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
6110         * frame.el (frame-notice-user-settings): Don't call
6111         frame-update-faces, which is a no-op now.
6113         * ediff-wind.el (ediff-control-frame-parameters): Add zero
6114         tool-bar-lines.
6116 2000-09-27  Dave Love  <fx@gnu.org>
6118         * mouse.el: Fix last change.
6120 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
6122         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6124 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
6126         * international/quail.el (quail-help): The output message is
6127         improved.
6129 2000-09-26  Dave Love  <fx@gnu.org>
6131         * mouse.el (popup-menu): If POSITION is nil, set it using
6132         mouse-position.
6134 2000-09-25  Sam Steingold  <sds@gnu.org>
6136         * net/browse-url.el (browse-url-file-url): Check for null maps.
6138 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
6140         * frame.el (frame-notice-user-settings): Don't add a
6141         tool-bar-lines frame parameter to default-frame-alist in batch mode.
6143         * frame.el (frame-notice-user-settings):
6144         Make tool-bar-mode and default-frame-alist consistent.
6146         * toolbar/tool-bar.el (tool-bar-help): New function.
6148 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
6150         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6151         current-load-list in top-level forms.  Else this leaks a cons cell
6152         every time a defun is called.
6154         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6156 2000-09-25  Dave Love  <fx@gnu.org>
6158         * startup.el (fancy-splash-head): Check XPM is available.
6160         * autoinsert.el (auto-insert): Doc fix.
6161         (auto-insert-alist): Following GNU notices, don't say `copyright
6162         _by_'.  Use line-beginning-position.
6163         (auto-insert): Check buffer-file-name is non-nil before use.
6165 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
6167         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6168         starting with `@def' or `@multitable', in addition to ones
6169         specified by the user in auto-fill-inhibit-regexp.
6171 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
6173         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6174         rmail-dont-reply-to-names matches the empty string.
6176 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
6178         * startup.el (command-line-1, fancy-splash-text): Change the
6179         text to sound more friendly.
6181 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
6183         * progmodes/hideshow.el: Update author email address.
6184         Generally, sync w/ maintainer version 5.22.
6185         (hs-hide-all-non-comment-function): New var.
6186         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6187         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6188         (hs-show-region): Delete this command.
6189         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6191 2000-09-22  Dave Love  <fx@gnu.org>
6193         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6194         (hl-line-highlight): Specify buffer when moving overlay.
6196         * progmodes/fortran.el (fortran-mode): Locally set
6197         normal-auto-fill-function.
6198         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6199         (fortran-mode-map): Adjust auto-fill menu entry.
6201 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
6203         * vc-rcs.el (toplevel): Require `vc' when compiling.
6205         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6207 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
6209         * vc.el (vc-switch-backend): Signal an error if the file is not
6210         registered under the new backend.
6212         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6213         without explicit revision number.
6215 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
6217         * diff-mode.el (diff-file-header-face): Reset to its previous value.
6218         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6219         (diff-xor): New function.
6220         (diff-find-source-location): Use it.  Fix a stupid name clash.
6221         (diff-hunk-status-msg): New function.
6222         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6223         (diff-test-hunk): Use diff-find-source-location.
6224         (diff-goto-source): Favor the `reverse'.
6225         (diff-hunk-text): Properly handle one-sided context diffs.
6226         (diff-apply-hunk): When done, advance to the next hunk.
6228 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
6230         * startup.el (command-line): If frame was created with a non-zero
6231         tool-bar-lines parameter, switch tool-bar-mode on.
6233         * add-log.el (change-log-date-face, change-log-name-face)
6234         (change-log-email-face, change-log-file-face)
6235         (change-log-list-face, change-log-conditionals-face)
6236         (change-log-function-face, change-log-acknowledgement-face):
6237         New faces, inheriting from font-lock faces.
6238         (change-log-font-lock-keywords): Use them.
6240 2000-09-21  Dave Love  <fx@gnu.org>
6242         * progmodes/cperl-mode.el (top-level): Clean up
6243         `eval-when-compile's and assorted defvars.
6244         (cperl-invalid-face): Don't double-quote value.  Change custom
6245         type.
6246         (cperl-mode): Set normal-auto-fill-function and don't zap
6247         auto-fill-function.
6248         (cperl-imenu--function-name-regexp-perl): Renamed from
6249         imenu-example--function-name-regexp-perl.
6250         (cperl-imenu--create-perl-index): Renamed from
6251         imenu-example--create-perl-index.
6252         (cperl-xsub-scan): Don't require cl.
6254         * msb.el (msb-mode-map): Use substitute-key-definition.
6255         (msb-mode): Use msb-mode-map.
6257 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
6259         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6260         New functions.
6261         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6262         (vc-switch-backend): New function.
6263         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6264         (vc-register): Fix prompt.
6265         (vc-unregister, vc-default-unregister): New functions.
6266         (vc-version-diff): Handle empty buffer in sentinel.
6268         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6269         (vc-rcs-state-heuristic): Use it to guess the state of files with
6270         non-strict locking.
6271         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6272         been set with -b, but not created yet.
6273         (vc-rcs-fetch-master-state): With non-strict locking, compare file
6274         contents in order to find the state.
6275         (vc-rcs-checkin): Allow creation of branches with no changes.
6276         (vc-rcs-unregister, vc-rcs-receive-file)
6277         (vc-rcs-set-non-strict-locking): New functions.
6279         * vc-hooks.el (vc-name): Force correct computation of the value
6280         in case it is missing.
6282 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
6284         * startup.el (fancy-splash-tail): Use a different foreground
6285         color on a dark frame background.
6287 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
6289         * info.el: Use the correct capitalization when making Info-mode
6290         and Info-edit-mode `special' modes.
6292 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
6294         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6295         (diff-mode): Add support for add-log.el.
6296         (diff-hunk-text): Use char offsets rather than line offsets.
6297         (diff-find-source-location): Replace LINE with line-offset (nil
6298         if not found) and always set POS to a meaningful position.
6299         Adapt to the new char-offsets.
6300         (diff-apply-hunk): Drop support for the unused `select' POPUP.
6301         Adapt to the new diff-find-source-location.
6302         (diff-goto-source): Adapt to the new diff-find-source-location.
6304         * add-log.el (add-log-file-name): New function (split out of
6305         add-change-log-entry).
6306         (add-change-log-entry): Use it.
6307         Call add-log-file-name-function with the changelog file name if
6308         the current buffer is not associated with any file.
6309         Avoid find-file if the selected window is dedicated.
6311         * diff-mode.el (diff-find-source-location):
6312         Move code from diff-apply-hunk.  Return buffer rather than file.
6313         (diff-apply-hunk): Use the new result from  diff-find-source-location.
6314         (diff-goto-source): Use the new diff-find-source-location.
6316 2000-09-20  Dave Love  <fx@gnu.org>
6318         * iswitchb.el: Some doc fixes.
6319         (iswitchb-mode-map): Define completely initially.  Inherit
6320         minibuffer-local-map.
6321         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6322         fundamental-mode.
6323         (iswitchb-global-map): New variable.
6324         (iswitchb-summaries-to-end): Amalgamate regexps.
6325         (iswitchb-mode): New.
6326         (iswitchb-mode-hook): New variable.
6327         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
6328         `extensions'.
6330 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
6332         * ehelp.el (electric-help): New defgroup.
6333         (electric-help-shrink-window): New user-option.
6334         (with-electric-help): Use it.
6336         * window.el (shrink-window-if-larger-than-buffer): If face
6337         `mode-line' has a :box, and we're on a graphical frame, add 1
6338         to the needed window height.
6340         * frame.el (frame-notice-user-settings): Add a last parameter nil
6341         to a call to `append', because the last list passed to `append' is
6342         not copied, and so subsequent calls to assq-delete-all will modify
6343         default-frame-alist.
6345         * startup.el (fancy-splash-image): Change :type.
6346         (fancy-splash-head): Use an XBM image if appropriate.
6347         (command-line-1): Show splash screens in more cases.
6349         * startup.el (fancy-splash-text): Don't quote faces.
6351         * dired.el (dired-font-lock-keywords): Undo last change.
6352         (dired-readin): Bind indent-tabs-mode to nil.
6354         * startup.el (fancy-splash-head): If frame's background mode
6355         is `dark', change the black background of the image to gray.
6356         (fancy-splash-screens): Display startup echo area message.
6357         (display-startup-echo-area-message): New function.
6359 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
6361         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6363         * info.el (info-header-node): Tweak for color ttys.
6365         * faces.el (face-valid-attribute-values): Make sure directories we
6366         search for stipples both exist and are readable before trying to
6367         search them.
6369         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6370         in the dry-run case.
6372         * jka-compr.el (with-auto-compression-mode): New macro.
6374         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6375         (custom-group-tag-face, custom-variable-tag-face): Use relative
6376         :height and inherit from `variable-pitch' face instead of
6377         hardwiring :family.
6378         * hi-lock.el (hi-black-hb): Likewise.
6380         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6381         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6382         toolbar-add-item, if image doesn't have a mask add a `:mask
6383         heuristic'.
6385 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
6387         * diff-mode.el: Docstring fixes.
6388         (diff-header-face, diff-comment-face): New faces.
6389         (diff-font-lock-keywords): Highlight a bit differently.
6390         (diff-find-source-location): Don't return SPAN any more.
6391         (diff-hunk-text): Don't bother erasing the temp buffer.
6392         (diff-find-text): Drop argument LINE.
6393         (diff-apply-hunk): Update calls to diff-find-text.
6394         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6396         * calendar/calendar.el: Docstring fixes.
6397         (calendar-make-alist): Don't quote lambda.
6398         (calendar-star-date): Use make-local-variable.
6400 2000-09-19  Dave Love  <fx@gnu.org>
6402         * toolbar/tool-bar.el: Renamed from toolbar.el.
6403         Change `toolbar' to `tool-bar' generally in symbols.
6404         Make some items invisible in `special' major modes.
6405         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6406         Add arg PROPS.
6408         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6409         Add :version here.
6410         (fancy-splash-delay, fancy-splash-image): Remove :version here.
6412 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6414         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6416         * files.el (find-file-suppress-same-file-warnings): New user-option.
6417         (find-file-noselect): Use it.
6419         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6420         (fancy-splash-screen): Defgroup.
6422         * add-log.el (change-log-font-lock-keywords): Match names
6423         more exactly for the case that font-lock-constant-face is
6424         underlined.
6426 2000-09-19  Richard M. Stallman  <rms@gnu.org>
6428         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6430 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
6432         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6434 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6436         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6437         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6438         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6439         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6440         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6441         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6442         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6443         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6444         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6445         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6446         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6447         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6449         * startup.el (fancy-splash-text): New variable.
6450         (fancy-splash-delay, fancy-splash-image): New user-options.
6451         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6452         (fancy-splash-screens): New functions.
6453         (command-line-1): If display has a `display' frame parameter, has
6454         colors, and we have XPM support, show more fancy splash screens.
6456 2000-09-19  Dave Love  <fx@gnu.org>
6458         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
6459         with null `help'.  Use modern backquote syntax.
6461 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6463         * font-lock.el (font-lock-mode): Change message telling the user
6464         that ``the buffer is too big''.
6466         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6467         for instance for the case that tab-width is 2.
6469 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
6471         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6472         toolbar-add-item, if image doesn't have a mask add a `:mask
6473         heuristic'.
6475 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
6477         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6478         and return a cons if it's non-nil.
6479         (diff-apply-hunk): Try to jump to the line in the source text
6480         corresponding to the position of point in the in the hunk.
6482         * info.el (Info-title-3-face, Info-title-2-face)
6483         (Info-title-1-face): Use face inheritance and relative sizes
6484         instead of hard-wiring things.
6486         * faces.el (secondary-selection): Make dark-background variant sane.
6488 2000-09-16  Andrew Innes  <andrewi@gnu.org>
6490         * makefile.w32-in (compile-files-CMD): No need to make .elc files
6491         read-only, since they aren't under VC now.
6493 2000-09-17  Dave Love  <fx@gnu.org>
6495         * tmm.el: Replace mapcar with mapc in several places.
6497         * loadhist.el (unload-feature): Maybe call elp-restore-list and
6498         ad-unadvise.
6500         * international/latin1-disp.el: New file.
6502         * calendar/cal-move.el (scroll-calendar-left)
6503         (scroll-calendar-right): Make arg optional (for active mode line).
6505         * calendar/calendar.el (calendar-mode-line-format): Make fields
6506         mouse-sensitive.
6507         (calendar-read-date, calendar-read-date, calendar-window-list):
6508         Unquote lambda.
6509         (calendar-month-name): Use aref, not sref.
6511         * view.el (minor-mode-alist): Propertize the string.
6513         * international/characters.el (standard-case-table): Add entries
6514         for Greek.
6516 2000-09-18  Miles Bader  <miles@gnu.org>
6518         * info.el (info-node, info-xref): Add dark-background variants.
6520         * faces.el (header-line): Change defaults to be less confusing
6521         when mixed with mode-lines.
6523         * info.el (Info-fontify-node): Make a few cleanups.
6524         Add extra `help-echo' and `local-map' props to node xrefs.
6525         Use header-specific faces for node-names & xrefs.
6526         (Info-use-header-line): New variable.
6527         (info-header-xref, info-header-node): New faces.
6528         (Info-setup-header-line): New function.
6529         (Info-select-node): Call Info-setup-header-line when enabled.
6530         (Info-extract-pointer): Work even if the header line is hidden.
6531         (Info-header-line): New variable.
6533 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
6535         * vms-patch.el (print-region-function): Don't quote lambda.
6537         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6539         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6540         (lm-get-header-re): Allow spaces between the header and the colon.
6541         (lm-header): Allow $ in non-RCS headers.
6542         (lm-header-multiline): Put the strings back into order.
6543         Stop at an empty line.  Don't require two space chars if the
6544         line is clearly not another header line.
6546         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6547         (popup-menu-popup): Remove.
6549 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
6551         * toolbar/toolbar.el (toolbar-add-item): Use the same image
6552         specification if or if not tool-bar item contains an `:enabled'
6553         property.
6555         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6556         current buffer has no file name.
6558 2000-09-15  Dave Love  <fx@gnu.org>
6560         * strokes.el: Sync with maintainer's current version with changes
6561         for Emacs, but avoid runtime cl and levents.
6562         (toplevel):  Change autoloads and compilation requires.
6563         (strokes-version, strokes-bug-address, strokes-lift): Values
6564         changed.
6565         (strokes-xpm-header, strokes-insinuated): New variable.
6566         (strokes): Add :link.
6567         (strokes-mode): Customized.
6568         (strokes-while-inhibiting-garbage-collector): New macro.
6569         (strokes-remassoc): Avoid remove-if.
6570         (strokes-fix-button2-command): Don't use ad-do-it.
6571         (strokes-insinuate): New function.
6572         (strokes-button-press-event-p, strokes-button-release-event-p):
6573         New functions, used instead of non-`strokes-' versions..
6574         (strokes-mouse-event-p): Rewritten.
6575         (strokes-event-closest-point): Avoid event-point.
6576         (strokes-get-grid-position): Avoid cdadr, caadr
6577         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6578         functions.
6579         (strokes-help): Use with-output-to-temp-buffer.
6580         (strokes-window-configuration-changed-p): New function.
6581         (strokes-update-window-configuration): Use buffer-live-p,
6582         strokes-window-configuration-changed-p.
6583         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
6584         (strokes-char-face): New face.
6585         (strokes-char-table, strokes-base64-chars): New variable.
6586         (strokes-xpm-for-stroke, strokes-list-strokes)
6587         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6588         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6589         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6590         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6591         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6592         functions.
6594 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
6596         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6598         * image.el (create-image): Doc fix.
6600         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6601         instead of `:heuristic-mask t'.
6603 2000-09-14  Andrew Innes  <andrewi@gnu.org>
6605         * makefile.w32-in: Revert to Unix line endings.
6607 2000-09-14  Andrew Innes  <andrewi@gnu.org>
6609         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
6610         when installing.
6612         * makefile.nt (DONTCOMPILE): Fix typo.
6614         * shell.el (shell-write-history-on-exit): New function.
6615         (shell-dumb-shell-regexp): New custom variable.
6616         (shell-mode): Make shell-write-history-on-exit the process
6617         sentinel if shell name matches shell-dumb-shell-regexp.
6619         * w32-fns.el: Comment out before-init-hook function which resets
6620         source-directory based; this breaks bootstrap.
6622 2000-09-14  Dave Love  <fx@gnu.org>
6624         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6625         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6626         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6627         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6628         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6629         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6630         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
6631         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
6632         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6634         * toolbar/toolbar.el: New.
6636         * subdirs.el: Add toolbar.
6638 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
6640         * indent.el (indent-for-tab-command): Doc fix.
6642 2000-09-14  Alex Schroeder  <alex@gnu.org>
6644         * ansi-color.el (ansi-colors): Doc change.
6645         (ansi-color-get-face): Simplified regexp.
6646         (ansi-color-faces-vector): Added more faces, doc change.
6647         (ansi-color-names-vector): Doc change.
6648         (ansi-color-regexp): Simplified regexp.
6649         (ansi-color-parameter-regexp): New regexp.
6650         (ansi-color-filter-apply): Doc change.
6651         (ansi-color-filter-region): Doc change.
6652         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6653         deal with zero length parameters.
6654         (ansi-color-apply-on-region): Doc change.
6655         (ansi-color-map): Doc change.
6656         (ansi-color-map-update): Removed debugging message.
6657         (ansi-color-get-face-1): Added condition-case to trap
6658         args-out-of-range errors.
6659         (ansi-color-get-face): Doc change.
6660         (ansi-color-make-face): Removed.
6661         (ansi-color-for-shell-mode): New option.
6663 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
6665         * international/quail.el (quail-start-translation): Translate KEY
6666         if necessary even if it doesn't have any mapping in the current
6667         input method.
6668         (quail-start-conversion): Likewise.
6669         (quail-help): The output message is improved.
6671 2000-09-13  Miles Bader  <miles@gnu.org>
6673         * comint.el (comint-output-filter): Revert to using
6674         `insert-before-markers'.  Add bletcherous hack to undo damage
6675         caused by `insert-before-markers'.  Put `front-sticky' property on
6676         overlays created here so that the field code understands how the
6677         overlay works.  Use a let when making comint-last-prompt-overlay,
6678         so that the code is easier to read.
6680 2000-09-13  Dave Love  <fx@gnu.org>
6682         * wid-edit.el (widget-default-format-handler): DTRT when
6683         doc-property is a function.
6685 2000-09-12  Francesco Potorti`  <pot@gnu.org>
6687         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6688         filed name if it's not there.
6690 2000-09-12  Dave Love  <fx@gnu.org>
6692         * simple.el (read-mail-command): Doc fix.
6693         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6695         * vc.el (vc-dired-listing-switches): Fix :version.
6697         * vc-hooks.el: Doc fixes.
6699         * subr.el (add-minor-mode): Use toggle-fun arg.
6701         * speedbar.el: Add :version to several defcustoms.
6703         * imenu.el (imenu--truncate-items, imenu--cleanup)
6704         (imenu--generic-function): Avoid mapcar.
6705         (imenu--replace-spaces): Function removed.
6706         (imenu--completion-buffer): Use subst-char-in-string.
6707         (imenu-add-to-menubar): Use keymap inheritance.
6709 2000-09-12  Miles Bader  <miles@gnu.org>
6711         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6712         (diff-mode-map): Bind `diff-test-hunk'.
6713         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6715 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
6717         * bytecomp.el (byte-compile-defvar): Undo last change
6718         because it breaks '(make-variable-buffer-local (defvar ...)'
6719         which is used at least in dired.
6721 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
6723         * international/quail.el (quail-define-package): Docstring
6724         modified.
6726 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
6728         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6729         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6730         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
6731         docstring of "chinese-py".
6733         * international/quail.el (quail-translation-docstring): New
6734         variable.
6735         (quail-show-keyboard-layout): Docstring modified.
6736         (quail-select-current): Likewise.
6737         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6738         infinite recursive call.
6739         (quail-help): Check quail-translation-docstring.  Format of the
6740         output changed.
6741         (quail-help-insert-keymap-description): Adjusted for the above
6742         change.
6744 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
6746         * bytecomp.el (byte-compile-defvar): Only cons onto
6747         current-load-list in top-level forms.  Else this leaks a cons cell
6748         every time a defun is called.
6750 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
6752         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6753         Now understands non-unified diffs.  Some functionality moved into
6754         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
6755         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
6756         modify anything.  Only reposition point in the patched file if the
6757         patch succeeds.  Only pop up another window if POPUP is true.
6758         Emit a message describing what happened if successful, and at what
6759         line-offset.  Automatically detect reversed hunks and do something
6760         appropriate.
6761         (diff-hunk-text, diff-find-text): New functions.
6762         (diff-filter-lines): Function removed.
6763         (diff-test-hunk): New function.
6764         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6766 2000-09-10  Dave Love  <fx@gnu.org>
6768         * textmodes/tildify.el: Minor doc/commentary fixes.
6769         (tildify) <defgroup>: Add :version.
6771         * faces.el (face-x-resources): Make custom type more specific.
6772         (frame-background-mode): Use mapc.
6773         (region) <defcustom>: Add :version.
6775 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
6777         * vc-sccs.el (vc-sccs-register):
6778         * vc-rcs.el (vc-rcs-register):
6779         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6780         * vc.el (vc-register): Clear file's properties.
6782 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
6784         * faces.el (face-spec-set): Only face-spec-reset-face when
6785         ATTRS is non-nil.
6787 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
6789         * help.el (help-insert-xref-button): Fix a typo in doc string.
6791 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
6793         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6794         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6795         methods.
6797         * menu-bar.el (read-mail-item-name): New function.
6798         (menu-bar-tools-menu): Use it to compute and display the package
6799         used to read email.
6800         (menu-bar-tools-menu): Fix typo in GUD's help string.
6802 2000-09-07  Dave Love  <fx@gnu.org>
6804         * diff-mode.el (diff-mouse-goto-source): New function.
6806         * vc-sccs.el: Doc fixes.
6807         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6809         * vc-rcs.el: Doc fixes.
6810         (vc-rcs-register-switches, vc-rcs-checkin-switches)
6811         (vc-rcs-checkout-switches, vc-rcs-header)
6812         (vc-rcs-master-templates): Add or change :version.
6814         * vc-cvs.el: Doc fixes.
6815         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6816         (vc-cvs-stay-local): Add :version.
6818         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6820 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6822         * international/quail.el (quail-help): Fix previous change.
6824 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6826         * faces.el (color-values): Doc fix.
6828         * faces.el (frame-set-background-mode): Use frame-parameter
6829         instead of frame-parameters.
6831         * frame.el (filtered-frame-list): Reduce consing.
6832         (frames-on-display-list): Call frame-parameter instead of
6833         frame-parameters.
6835 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6837         * language/devan-util.el (devanagari-to-indian-region): In the
6838         loop, change the following char, not preceding char.
6840 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6842         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6843         instead of frame-parameters.
6845         * faces.el (set-face-attribute): Simplify by calling
6846         internal-set-lisp-face-attribute with FRAME being 0.
6848         * vc.el: Remove `Id' version control keyword.
6850 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6852         * help.el (help-make-xrefs): Adjusted for the change of
6853         help-xref-mule-regexp.
6854         (help-insert-xref-button): New function.
6856         * international/mule-cmds.el (help-xref-mule-regexp-template):
6857         Include the pattern for character set.
6858         (leim): New group.
6860         * international/quail.el: Don't require face.
6861         (quail): New group.
6862         (quail-other-command): Dummy command to make quail-help work better.
6863         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6864         (quail-keyboard-layout-substitution): New variable.
6865         (quail-update-keyboard-layout): New function.
6866         (quail-keyboard-layout-type): New customizable variable.
6867         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6868         (quail-keyboard-translate): Pay attention to
6869         quail-keyboard-layout-substitution.
6870         (quail-insert-kbd-layout): New function.
6871         (quail-show-keyboard-layout): New function.
6872         (quail-get-translation): If the definition is a vector of length
6873         1, and the element is a string of length 1, return the character
6874         in that string.
6875         (quail-update-current-translations): Fix the case of
6876         relative-index out of range.
6877         (quail-build-decode-map, quail-insert-decode-map): New Functions.
6878         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6879         Show key sequences for all available characters.
6880         (quail-help-insert-keymap-description): Don't show such verbose
6881         key bindings as quail-self-insert-command.
6883         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6884         Format changed, and each element now have extra documentations.
6885         (tit-process-header): Delete invalid characters from TIT-PROMPT.
6886         Adjusted for the change of quail-cxterm-package-ext-info.
6888 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
6890         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6891         requiring it leads to a recursive loading of vc.el and vc-hooks.el
6892         during bootstrap.
6894 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6896         * vc.el: (toplevel): Don't require `dired' at run-time.
6897         (vc-dired-resynch-file): Remove autoload cookie.
6899 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
6901         * vc.el: Made several backend functions optional.
6902         (vc-default-responsible-p): New function.
6903         (vc-merge): Use RET for first version to trigger merge-news, not
6904         prefix arg.
6905         (vc-annotate): Handle backends that do not support annotation.
6906         (vc-default-merge-news): Removed.  The existence of a merge-news
6907         implementation is now checked on caller sites.
6909         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6910         case.
6912         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6913         special case that has been removed from the default in vc-hooks.el.
6915 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6917         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6919 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
6921         * vc-hooks.el: Require vc during compilation.
6922         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6923         macro `with-vc-properties' in vc.el.
6924         (vc-file-getprop): Doc fix.
6925         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6927         * vc.el: Require dired-aux during compilation.
6928         (vc-name-assoc-file): Moved to vc-sccs.el.
6929         (with-vc-properties): New macro.
6930         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6931         vc-finish-steal): Use it.
6932         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
6933         to the backend-specific function is now supposed to do the checkout,
6934         too.
6935         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6937         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6938         set file properties; that gets done in the generic code now.
6940         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6941         Changed parameter list, added code from vc.el that does the
6942         checkout, possibly with a double-take.
6944         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6945         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6946         the above under the new name.
6947         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
6948         parameter list, added checkout command.
6949         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6950         properties; that gets done in the generic code now.
6952 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6954         * vc.el: Docstring fixes (courtesy of checkdoc).
6956 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6958         * vc.el (vc-checkout-writable-buffer-hook)
6959         (vc-checkout-writable-buffer): Remove.
6960         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6961         (vc-log-mode): Make it into a clean derived major mode.
6962         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6963         vc-log-mode if log-edit is not available.
6964         (vc-dired-mode-map): Don't set-keymap-parent yet.
6965         (vc-dired-mode): Do set-keymap-parent here.
6966         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6968 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
6970         * faces.el (set-face-attribute, face-spec-reset-face)
6971         (face-spec-set): Avoid consing by removing calls to `apply'.
6973         * frame.el (frame-parameter): Move to C code.
6975 2000-09-05  Dave Love  <fx@gnu.org>
6977         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6978         insert-before-markers-and-inherit.  Now checked systematically!
6980 2000-09-05  Alex Schroeder  <alex@gnu.org>
6982         * sql.el (sql-postgres): Use sql-postgres-options.
6983         (sql-postgres-options): New variable.
6985 2000-09-05  Alex Schroeder  <alex@gnu.org>
6987         * sql.el (sql-mode-menu): Work around missing variable mark-active
6988         in XEmacs.
6989         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6990         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6991         compatibility.
6993 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
6995         * vc.el (vc-dired-resynch-file): Add autoload cookie.
6997         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6999         * Makefile.in (DONTCOMPILE): Fix typo in file name.
7001 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7003         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7004         don't support anything else under SCCS yet.
7006         * vc-hooks.el: Minor doc fixes.
7008 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7010         * vc.el (vc-next-action-on-file): Do not visit the file if it's
7011         not necessary.  If verbose in state `needs-patch', do the same as
7012         under `up-to-date'.  When NOT verbose and `needs-patch', check out
7013         latest version instead of `merge-news'.
7014         (vc-next-action-dired): Don't mess with default-directory here; it
7015         breaks other parts of dired.  It is the job of the
7016         backend-specific functions to adjust it temporarily if they need it.
7017         (vc-next-action): Remove a special CVS case.
7018         (vc-clear-headers): New optional arg FILE.
7019         (vc-checkin, vc-checkout): Set properties vc-state and
7020         vc-checkout-time properly.
7021         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7022         (vc-print-log): Use new backend function `show-log-entry'.
7023         (vc-cancel-version): Do the checks in a different order.  Added a
7024         FIXME concerning RCS-only code.
7026         * vc-rcs.el (vc-rcs-show-log-entry): New function.
7027         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7029         * vc-cvs.el (vc-cvs-show-log-entry): New function.
7031         * vc-hooks.el (vc-default-mode-line-string): Show state
7032         `needs-patch' as a `-' too.
7034 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7036         * vc.el (vc-responsible-backend): New optional arg REGISTER.
7037         (vc-default-could-register): New function.
7038         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7039         (vc-resynch-buffer): Call vc-dired-resynch-file.
7040         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7041         vc-resynch-buffer instead of vc-resynch-window.
7042         (vc-next-action-dired): Don't redisplay here, that gets done as a
7043         result of the individual file operations.
7044         (vc-retrieve-snapshot): Corrected prompt order.
7046         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7048         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7049         as well.
7050         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
7051         hostname regexps.  Updated all callers.
7052         (vc-cvs-responsible-p): Handle directories as well.
7053         (vc-cvs-could-register): New function.
7054         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7055         properties up-to-date.
7057         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7058         user whether to create one.
7060 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7062         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7063         check out a non-existing file.
7065         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7066         workfile does not exist.
7068         * vc.el (vc-version-diff): Use `require' to check for existence of
7069         diff-mode.
7071 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7073         * vc-cvs.el (vc-cvs-registered): Use new function
7074         vc-cvs-parse-entry to do the actual work.
7076 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7078         * vc-hooks.el (vc-find-backend-function): If function doesn't
7079         exist, return nil instead of error.
7080         (vc-call-backend): Doc fix.
7082         * vc.el (vc-do-command): Doc fix.
7083         (vc-finish-logentry): When checking in from vc-dired, choose the
7084         right backend for logentry check.
7085         (vc-dired-mode-map): Inherit from dired-mode-map.
7086         (vc-dired-mode): Local value of dired-move-to-filename-regexp
7087         simplified.
7088         (vc-dired-state-info): Removed, updated caller.
7089         (vc-default-dired-state-info): Use parentheses instead of hyphens.
7090         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
7091         (vc-dired-listing-switches): New variable.
7092         (vc-directory): Use it, instead of dired-listing-switches.
7094         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
7095         (vc-cvs-dir-state): New function.
7096         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7097         (vc-cvs-parse-entry): New function, also to be used in
7098         vc-cvs-registered.
7100 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7102         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7103         *or* single-window-frames.
7105 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7107         * vc.el (vc-update-changelog): Split into generic part and default
7108         implementation.  Doc string adapted.
7109         (vc-default-update-changelog): New function.  Call the `rcs2log'
7110         script in exec-directory, to fix a long-standing nuisance.
7112         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7113         simply signals an error.
7115 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7117         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7118         control-flow more clear and to avoid running `cvs' twice.
7120         * vc.el (vc-next-action-on-file): Doc fix.
7121         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7122         (vc-print-log): Eval `file' before constructing the continuation.
7124 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7126         * vc.el (vc-next-action-on-file): Corrected several messages.
7127         (vc-merge): Add prefix arg `merge-news'; handle it.
7129         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7130         is not reached.  It is.
7131         (vc-cvs-merge): Set state to 'edited after merge.
7132         (vc-cvs-merge-news): Set workfile version to nil if not known.
7133         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
7135         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7136         via stdout. (Merge from main line.)
7138 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7140         * vc.el (vc-finish-logentry): Thinko in the "same comment"
7141         detection.
7143 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7145         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7146         against kill-all-local-variables.
7147         (vc-log-edit): Don't save vc-parent-buffer any more.
7148         (vc-last-comment-match): Initialize to an empty string.
7149         (vc-post-command-functions): New hook.
7150         (vc-do-command): Run it.
7151         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7152         (vc-finish-logentry): Only add the comment to the ring if it's
7153         different from the last comment entered.
7154         (vc-new-comment-index): New function.
7155         (vc-previous-comment): Use it.  Make the minibuffer message
7156         slightly less terse.
7157         (vc-comment-search-reverse): Make it work forward as well.  Don't
7158         set vc-comment-ring-index if no match is found.  Use
7159         vc-new-comment-index.
7160         (vc-comment-search-forward): Use vc-comment-search-reverse.
7161         (vc-dired-mode-map): Don't inherit from dired-mode-map since
7162         define-derived-mode will do it for us.  Bind `v' to a keymap that
7163         inherits from vc-prefix-map so that we can bind `vt' without
7164         binding C-x v t.
7165         (vc-retrieve-snapshot): Parenthesis typo.
7167         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7168         to 1.  Make sure to switch to *vc* before looking for an error
7169         message.  Use vc-parse-buffer.
7171 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7173         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7174         and NAME.
7175         (vc-retrieve-snapshot): Split into two parts.
7176         (vc-default-retrieve-snapshot): New function.
7178         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7179         (vc-cvs-retrieve-snapshot): New function (untested).
7180         (vc-cvs-stay-local): Default to t.
7181         (vc-cvs-remote-p): New function and property.
7182         (vc-cvs-state): Stay local only if the above is t.
7183         (vc-handle-cvs): Removed.
7184         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7185         done via vc-handled-backends now.
7186         (vc-cvs-header): Escape Id.
7188 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7190         * vc.el (vc-do-command): Remove unused commands.
7191         (vc-version-diff): Make sure default-directory ends with a slash.
7192         Move the window commands into a vc-exec-after.
7193         (vc-print-log): Move more of the code into the `vc-exec-after'.
7195 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7197         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7198         (vc-print-log): Search current revision from beginning of buffer.
7199         (vc-revert-buffer): Clear echo area after the diff is finished.
7200         (vc-prefix-map): Removed definition of "t" for terse display in vc
7201         dired.
7202         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
7203         definition of "vt" for terse display.
7204         (vc-dired-mode): Fix dired-move-to-filename-regexp.
7206 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7208         * vc.el (vc-exec-after): Avoid caddr.
7210 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7212         * vc.el (vc-exec-after): New function.
7213         (vc-do-command): Use it to add a termination message for async
7214         procs.
7215         (vc-checkout): Try to handle a missing-backend situation.
7216         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7217         of a directory with a backend using async diffs.
7218         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7219         present.
7221         * vc-sccs.el (vc-sccs-state-heuristic): Use
7222         file-ownership-preserved-p.
7224         * vc-rcs.el (vc-rcs-state-heuristic): Use
7225         file-ownership-preserved-p.
7226         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7228 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7230         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7231         vc-do-command.
7233         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7234         when there are no changes.
7236 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7238         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7240         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7242 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7244         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7246         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7247         the `fset' outside of the defvar so that it works even if
7248         vc-prefix-map was already defined.
7249         (vc-setup-buffer): New function, split out of vc-do-command.
7250         (vc-do-command): Allow BUFFER to be t to mean `just use the
7251         current buffer without any fuss'.
7252         (vc-version-diff): Change the `diff' backend operation to just put
7253         the diff in the current buffer without erasing it.  Always use
7254         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
7255         shrink-window-if-larger-than-buffer.
7256         (vc-print-log): Change the `print-log' backend operation to just
7257         put the log in the current buffer without erasing it.  Protect
7258         shrink-window-if-larger-than-buffer.
7259         (vc-update-change-log): Fix setd typo.
7261         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7262         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7264         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7265         (vc-rcs-diff): Insert in the current buffer and remove unused arg
7266         CMP.
7268         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7269         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
7270         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7272 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7274         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7275         not possible, use vc-BACKEND-workfile-unchanged-p.
7276         (vc-default-workfile-unchanged-p): New function.  Delegates to a
7277         full vc-BACKEND-diff.
7279         * vc-hooks.el (vc-simple-command): Removed.
7281         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7282         instead of vc-simple-command.
7283         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7284         avoid doing a diff when opening a file.
7285         (vc-rcs-state): Added check for unlocked-changes.
7286         (vc-rcs-header): Escape Id.
7287         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7288         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7289         version.
7291         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7292         (vc-sccs-diff): Remove optional arg CMP.
7293         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7294         SCCS-specific function.
7296         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7297         vc-simple-command.
7299 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7301         * vc.el (vc-editable-p): Renamed from vc-writable-p.
7302         (with-vc-file, vc-merge): Use vc-editable-p.
7303         (vc-do-command): Remove unused var vc-file and fix the
7304         doubly-defined `status' var.  Add a user message when starting an
7305         async command.
7306         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7307         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7308         Use with-current-buffer.
7309         (vc-buffer-sync): Use unless.
7310         (vc-next-action-on-file): If the file is 'edited by read-only,
7311         make it read-write instead of trying to commit.
7312         (vc-version-diff, vc-update-change-log): Use `setq
7313         default-directory' rather than `cd'.
7314         (vc-log-edit): Don't forget to set default-directory in the
7315         buffer.
7317         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7318         (vc-sccs-state-heuristic): Use file-writable-p instead of
7319         comparing userids.
7320         (vc-sccs-checkout): Use `unless'.
7322         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7323         of comparing userids.
7324         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7325         Simplify the logic by eliminating unreachable code.
7326         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7327         just do a recursive call if we need to retry.
7328         (vc-rcs-checkout): Handle the case where rcs is missing by making
7329         the buffer read-write if requested and re-signalling the error.
7331         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7333 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7335         * vc-hooks.el (vc-handled-backends): Docstring change.
7336         (vc-ignore-vc-files): Mark obsolete.
7337         (vc-registered): Check vc-ignore-vc-files.
7338         (vc-find-file-hook, vc-file-not-found-hook): Don't check
7339         vc-ignore-vc-files.
7341         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7343 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7345         * vc.el (vc-checkout): Don't do anything special for ange-ftp
7346         files since ange-ftp already has vc-registered return nil.
7348         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7349         (vc-sccs-workfile-version): Use with-temp-buffer and new
7350         vc-parse-buffer and don't bother setting the property.
7351         (vc-sccs-add-triple): Use with-current-buffer and
7352         find-file-noselect.
7353         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7355         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
7356         derives from the old vc-parse-buffer but uses the revision number
7357         rather than the date (much easier to compare robustly).
7358         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
7359         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
7360         locking-user more directly.  Check strict locking and set
7361         checkout-model appropriately.
7362         (vc-rcs-parse-locks): Remove.
7363         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7364         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7365         (vc-rcs-system-release): Use with-current-buffer and
7366         vc-parse-buffer.
7367         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7369         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7370         (vc-simple-command): Docstring fix.
7371         (vc-registered): Align the way the file-handler is called with the
7372         way the function itself works.
7373         (vc-file-owner): Remove.
7375         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
7376         extraction of fields and call to file-attributes because of a
7377         temporary bug in rcp.el.
7378         (vc-cvs-fetch-status): Use with-current-buffer.
7380 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7382         * vc.el (vc-do-command): Use file-relative-name.
7383         (vc-responsible-backend): Use vc-backend if possible.
7384         (vc-create-snapshot): Improve the `interactive' spec. Add support
7385         for branches and dispatch to backend-specific `create-snapshot'.
7386         (vc-default-create-snapshot): New function, containing the bulk of
7387         the old vc-create-snapshot.
7388         (vc-retrieve-snapshot): Improve the interactive spec.
7390         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7391         (vc-backend-hook-functions): Remove.
7392         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7393         (vc-backend): Reintroduce the test for `file = nil' now that I
7394         know why it was there (and added a comment to better remember).
7396         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7397         code from vc-sccs-hooks.el.
7398         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
7399         'vc anymore.
7400         (vc-sccs-responsible-p): Use expand-file-name instead of concat
7401         and file-directory-p instead of file-exists-p.
7402         (vc-sccs-check-headers): Simplify the regexp.
7404         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7405         from vc-rcs-hooks.el.  Don't require 'vc anymore.
7406         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7407         file-directory-p instead of file-exists-p.
7409         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7410         from vc-cvs-hooks.el.
7411         (proto vc-cvs-registered): Require 'vc-cvs instead of
7412         'vc-cvs-hooks.  Don't require 'vc anymore.
7413         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7414         file-directory-p instead of file-exists-p.
7415         (vc-cvs-create-snapshot): New function, replacing
7416         vc-cvs-assign-name.
7417         (vc-cvs-assign-name): Remove.
7419 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7421         * vc-cvs.el (vc-cvs-header): New var.
7423         * vc-rcs.el (vc-rcs-exists): Remove.
7424         (vc-rcs-header): New var.
7426         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7427         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7428         (vc-sccs-header): New var.
7430         * vc.el (vc-do-command): Get rid of the `last' argument.
7431         (vc-header-alist): Remove, replaced by vc-X-header.
7432         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7433         (vc-dired-hook): Use expand-file-name instead of concat.
7434         (vc-directory): Use file-name-as-directory.
7435         (vc-snapshot-precondition, vc-create-snapshot)
7436         (vc-retrieve-snapshot): Allow the command to operate on any
7437         directory.
7439         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7440         just removing the 'WORKFILE argument or by removing the 'MASTER
7441         argument and replacing `file' with (vc-name file).
7443 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7445         * vc.el: Update Copyright and add a crude list of backend funs.
7446         (vc-writable-p): New function.
7447         (with-vc-file): Use vc-writable-p.
7448         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7449         (vc-register): Avoid vc-name.
7450         (vc-locking-user): Remove.
7451         (vc-steal-lock): Make the `owner' arg non-optional.
7452         (vc-merge): Use vc-writable-p instead of vc-locking-user and
7453         vc-checkout-model.
7454         (vc-default-dired-state-info): Use vc-state instead of
7455         vc-locking-user and return special strings for special states.
7456         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7457         and get rid of one of the special CVS cases.
7458         (vc-cancel-version): prettify error message with \\[...].
7459         (vc-rename-master): New function.
7460         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7461         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
7462         the CVS special case generic.
7463         (vc-default-record-rename): Remove.
7464         (vc-file-tree-walk-internal): Only call FUNC for files that are
7465         under control of some VC backend and replace `concat' with
7466         expand-file-name.
7467         (vc-file-tree-walk): Update docstring.
7468         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7469         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7471         * vc-sccs.el (vc-sccs-rename-file): Renamed from
7472         vc-sccs-record-rename.  Use `find-file-noselect' rather than
7473         `find-file' and call `vc-rename-master' to do the actual move.
7474         (vc-sccs-diff): Remove unused `backend' variable.
7476         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7477         to delay loading of vc-sccs until it is really used.
7478         (vc-sccs-master-templates): Preload.
7479         (vc-sccs-state): Update call to vc-sccs-parse-locks.
7480         (vc-sccs-project-dir): Remove (merged into
7481         vc-sccs-search-project-dir).
7482         (vc-sccs-search-project-dir): Rewrite using file name handling ops
7483         rather than `concat', make sure it is preloaded and don't bother
7484         to check that the file actually exists.
7485         (vc-sccs-parse-locks): Remove unused `file' argument, remove
7486         `locks' argument (use buffer's content instead) and eliminate n^2
7487         behavior.
7489         * vc-rcs.el: Update Copyright.
7490         (vc-rcs-rename-file): New function.
7491         (vc-rcs-diff): Remove unused `backend' variable.
7493         * vc-hooks.el: Update Copyright.
7494         (vc-backend): Don't accept a nil argument any more.
7495         (vc-up-to-date-p): Turn into a defsubst.
7496         (vc-possible-master): New function.
7497         (vc-check-master-templates): Use `vc-possible-master' and allow
7498         funs in vc-X-master-templates to return a non-existent file.
7500         * vc-cvs.el: Update Copyright.
7501         (vc-cvs-diff): Remove unused `backend' variable.
7502         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7504         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7506 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7508         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7509         since it can be called from vc-rcs.el.
7510         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7512 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7514         * vc.el (vc-version-diff): Expand file name read from the
7515         minibuffer.  Handle the case when a previous version number can't
7516         be guessed.  Give suitable messages when there were no differences
7517         found.
7518         (vc-clear-headers): Call backend-specific implementation, if one
7519         exists.
7520         (vc-cancel-version): Made error checks generic.  When done, clear
7521         headers generically, too.
7523         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7524         from vc-clear-headers in vc.el.
7526         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7527         correctly.
7528         (vc-rcs-latest-on-branch-p): Made second argument VERSION
7529         optional.  Handle the case when it's not there.
7531 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7533         * vc.el (vc-locking-user): Moved from vc-hooks.el.
7535 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7537         * vc-hooks.el (vc-loadup): Remove.
7538         (vc-find-backend-function): Use `require'.  Also, handle the case
7539         where vc-BACKEND-hooks.el doesn't exist.
7540         (vc-call-backend): Cleanup.
7542 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7544         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7545         vc-rcs-grab-templates)
7546         (vc-rcs-registered): Remove.  The default function works as well.
7547         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7548         vc-sccs-grab-templates)
7549         (vc-sccs-registered): Remove.  The default function works as well.
7551         * vc.el (vc-version-diff): Left out a vc- in call to
7552         vc-call-backend.
7553         (vc-default-dired-state-info, vc-default-record-rename)
7554         (vc-default-merge-news): Update for the new backend argument.
7556         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7557         using the default function.
7558         (vc-call-backend): If calling the default function, pass it the
7559         backend as first argument.  Update the docstring accordingly.
7560         (vc-default-state-heuristic, vc-default-mode-line-string): Update
7561         for the new backend argument.
7562         (vc-make-backend-sym): Renamed from vc-make-backend-function.
7563         (vc-find-backend-function): Use the new name.
7564         (vc-default-registered): New function.
7566 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7568         * vc.el (vc-merge): Use vc-find-backend-function.
7570         * vc-hooks.el (vc-backend-functions): Remove.
7571         (vc-loadup): Don't setup 'vc-functions.
7572         (vc-find-backend-function): New function.
7573         (vc-call-backend): Use above fun and populate 'vc-functions
7574         lazily.
7575         (vc-backend-defines): Remove.
7577 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7579         * vc.el (vc-register): Put a FIXME note for a newly found bug.
7580         Call vc-call-backend without the leading vc-.
7581         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7582         (vc-check-headers): Call vc-call-backend without the leading vc-.
7583         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7584         (vc-annotate-display): Replace confusing use of `cond' with `or'.
7585         Call vc-call-backend without the leading vc-.
7587         * vc-cvs.el (tail): Provide vc-cvs.
7588         * vc-sccs.el (tail): Provide vc-sccs.
7589         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7591         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7592         (vc-make-backend-function, vc-call): Pass names without leading
7593         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7594         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7595         (vc-call-backend): Always try to load vc-X-hooks.
7596         (vc-registered): Remove vc- in call to vc-call-backend.
7598 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7600         * vc.el (vc-process-filter): New function.
7601         (vc-do-command): Setup `vc-process-filter' for the async process.
7602         (vc-maybe-resolve-conflicts): New function to reduce
7603         code-duplication.  Additionally, it puts the buffer in
7604         `smerge-mode' if applicable.
7605         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7606         calling `merge-news'.
7607         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7608         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
7609         interfacing to log-edit.el.
7610         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7611         log-edit is available.
7612         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7614 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7616         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7617         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7618         defvar and the initialization.
7619         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7621         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7622         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7624         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7626 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7628         * vc.el (vc-file-clear-masterprops): Removed.
7629         (vc-checkin, vc-revert-buffer): Removed calls to the above.
7630         (vc-version-diff): Use buffer-size without argument.
7631         (vc-register): Heed vc-initial-comment.
7633         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7634         default branch.
7636         * vc-rcs.el (vc-rcs-register): Parse command output to find master
7637         file name and workfile version.
7638         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7640         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7641         vc-file-clear-masterprops.
7643         * vc-sccs.el (vc-sccs-checkout): Removed call to
7644         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
7645         rather than user login name.
7648 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7650         * vc.el (vc-workfile-unchanged-p): Remove unused argument
7651         `want-differences-if-changed' and simplify.
7652         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7653         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7654         output (which is invalid for async vc-diff) to decide whether to
7655         do the revert silently or not.
7657 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7659         * vc-hooks.el (vc-loadup): Load files quietly.
7660         (vc-call-backend): Oops, brain fart.
7662 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7664         * vc-cvs.el (vc-cvs-state): Typo.
7665         (vc-cvs-merge-news): Return the status code rather than the error msg.
7667 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7669         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7670         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7671         vc-state or vc-up-to-date-p.
7672         (vc-merge): Use vc-backend-defines to check whether merging is
7673         possible.  Set state to 'edited after successful merge.
7675         * vc-hooks.el (vc-locking-user): If locked by the calling user,
7676         return that name.  Redocumented.
7678 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7680         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7681         new `vc-state' semantics.
7682         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7683         'vc-locking-user to the current user.
7684         (vc-merge): Inline vc-backend-merge.  Comment out code that I
7685         don't understand and hence can't adapt to the new `vc-state' and
7686         `vc-locking-user' semantics.
7687         (vc-backend-merge): Remove.
7689         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7690         rather than 'vc-locking-user.
7692         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7694         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7695         (vc-state): Don't use 'reserved any more.  Just use the same
7696         convention as the one used for vc-<backend>-state where the
7697         locking user (as a string) is returned.
7698         (vc-locking-user): Update, based on the above convention. The
7699         'vc-locking-user property has disappeared.
7700         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7702         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7703         with a heuristic one.
7704         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7705         (vc-cvs-checkin): Do a trivial parse to set the state in case of
7706         error.  That allows us to get to 'needs-merge even in the
7707         stay-local case.  There's still no way to detect 'needs-patch in
7708         such a setup (or to force an update for that matter).
7709         (vc-cvs-logentry-check): Remove, the default works as well.
7711 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7713         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7715         * vc.el (vc-do-command): kill-all-local-variables, to reset any
7716         major-mode in which the buffer might have been put earlier.  Use
7717         `remove' and `when'.  Allow `okstatus' to be `async' and use
7718         `start-process' in this case.
7719         (vc-version-diff): Handle the case where the diff looks empty
7720         because of the use of an async process.
7722 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7724         * vc.el (vc-next-action-on-file): Removed optional parameter
7725         `simple'.  Recompute state unconditionally.
7726         (vc-default-toggle-read-only): Removed.
7728         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7729         (vc-toggle-read-only): Undid prev change.
7731         * vc-cvs.el (vc-cvs-stay-local): Renamed from
7732         vc-cvs-simple-toggle.  Redocumented.
7733         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7734         (vc-cvs-toggle-read-only): Removed.
7736 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7738         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7739         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7740         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7741         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
7742         still is. So maybe it should be removed.
7743         (vc-head-version, vc-find-binary): Remove.
7744         (vc-recompute-state): Move from vc-hooks.el.
7745         (vc-next-action-on-file): Add a `simple' argument to allow
7746         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7747         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7748         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7749         (vc-dired-mode-map): Properly defvar it.
7750         (vc-print-log): Call log-view-mode if available.
7751         (small-temporary-file-directory): defvar instead of use boundp.
7752         (vc-merge-news): Moved to vc-cvs.el.
7753         (vc-default-merge-news): New function.
7755         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7756         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7757         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7758         unknown `vc-latest-version' function.  It should probably refer to
7759         vc-workfile-version or somesuch, but it's very unclear to me and I
7760         don't have SCCS to test things.
7762         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7763         (vc-sccs-state-heuristic): Fix typo.
7764         (vc-sccs-workfile-unchanged-p): Add missing argument.
7766         * vc-rcs.el: Require vc and vc-rcs-hooks.
7767         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7768         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7769         (vc-release-greater-or-equal-p): Move from vc.
7770         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7771         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7772         (vc-rcs-checkout): Add a missing `new-version' argument in the
7773         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
7775         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7776         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7777         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7778         than the apparently unbound `workfile-version'.
7780         * vc-hooks.el (vc-master-templates): Def the obsolete var.
7781         (vc-file-prop-obarray): Use `make-vector'.
7782         (vc-backend-functions): Add new hookable functions
7783         vc-toggle-read-only, vc-record-rename and vc-merge-news.
7784         (vc-loadup): If neither backend nor default functions exist, use
7785         the backend function rather than nil.
7786         (vc-call-backend): If the function if not bound yet, try to load
7787         the non-hook file to see if it provides it.
7788         (vc-call): New macro plus use it wherever possible.
7789         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7790         nor `vc-find-binary' since it's only called from
7791         vc-mistrust-permission which is only used once the backend is known.
7792         (vc-checkout-model): Fix parenthesis.
7793         (vc-recompute-state, vc-prefix-map): Move to vc.el.
7795         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7796         (vc-cvs-release, vc-cvs-system-release): Remove.
7797         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7798         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7799         status symbols.
7800         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7801         (vc-cvs-toggle-read-only): First cut at a function to allow a
7802         cvs-status-free vc-toggle-read-only.
7803         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7804         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7805         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
7806         (vc-cvs-checkout): Modify access rights directly if the user
7807         requested not to use `cvs edit'.  And refresh the mode line.
7809         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7810         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7812 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7814         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
7815         workfile' that got lost when the code was extracted from vc.el.
7816         And merged the tail with the rest of the code (not possible in the
7817         old vc.el where the tail was shared among all backends).  And
7818         explicitly set the state to 'edited if `writable' is set.
7820         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7821         (vc-cvs-state): Be careful to return the value from
7822         vc-cvs-parse-state.
7823         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
7824         property but return it instead.  Also be careful to handle a nil
7825         or "" `rev' when workfile is non-nil (it was handled properly when
7826         workfile was nil).
7828         * vc.el: Removed those pesky unnecessary `(function' quotes.
7829         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7830         directly in the defvar.
7831         (vc-do-command): Bind inhibit-read-only so as to properly handle
7832         the case where the destination buffer has been made read-only.
7833         (vc-diff): Delegate to vc-version-diff in all cases.
7834         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7835         (vc-annotate-mode-variables): Removed (code moved partly to
7836         defvars and partly to vc-annotate-add-menu).
7837         (vc-annotate-mode): Turned into a derived-mode.
7838         (vc-annotate-add-menu): Moved in code in
7839         vc-annotate-mode-variables.
7840         (vc-update-change-log): Use make-temp-file if available.
7842 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
7844         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7845         `vc-checkout-model' updated to `vc-cvs-update-model'.
7847 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7849         * vc.el (vc-next-action-on-file): Added handling of state
7850         `unlocked-changes'.
7851         (vc-checkout-carefully): Is now practically obsolete, unless the
7852         above is too slow to be enabled unconditionally.
7853         (vc-update-change-log): Fixed typo.
7855         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7857         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7858         Now handles state `unlocked-changes'.
7859         (vc-sccs-workfile-unchanged-p): New function, to support the above.
7861         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7863         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7864         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
7865         `unlocked-changes'.
7866         (vc-rcs-workfile-unchanged-p): Renamed from
7867         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
7868         function yet, but supposed to become one soon.
7870         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7871         `vc-steal-lock'.
7872         (vc-call-backend): Changed error message.
7873         (vc-state): Added description of state `unlocked-changes'.
7875 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7877         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7878         always return t in CVS-controlled directories.
7880         * vc.el (vc-responsible-backend): New function.
7881         (vc-register): Largely rewritten.
7882         (vc-admin): Removed (implementation moved into vc-register).
7883         (vc-checkin): Redocumented.
7884         (vc-finish-logentry): If no backend defined yet (because we are in
7885         the process of registering), use the responsible backend.
7887         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7888         Updated function lists.
7889         (vc-call-backend): Fixed typo.
7891         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7892         New functions.
7893         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7894         Removed query option.  Redocumented.
7896 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7898         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7900         * vc.el: Updated callers of `vc-checkout-required' to use
7901         `vc-checkout-model'.
7903 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7905         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
7906         stuff updated to reference this function instead of the old
7907         `vc-backend-release-p'.
7909 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7911         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7912         vc-checkout-model.  Return appropriate values.  Updated callers.
7914 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7916         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7917         (vc-backend-revert): Function moved into `vc-revert';
7918         `vc-next-action' must be updated to accomodate this change.
7919         (vc-backend-steal): Function moved into `vc-finish-steal'.
7920         (vc-backend-logentry-check): Function moved into
7921         `vc-finish-logentry'.
7922         (vc-backend-printlog): Function moved into `vc-print-log'.
7923         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7924         (vc-backend-assign-name): Function moved into
7925         `vc-create-snapshot'.
7927 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7929         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7930         Rename to vc-checkout-model.  Return appropriate values.
7931         Update callers.
7933         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7934         to vc-checkout-model.
7935         (vc-checkout-required): Rename to vc-checkout-model.
7936         Re-implement and re-comment.
7937         (vc-after-save): Use vc-checkout-model.
7939 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7941         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7942         Update to use the vc-BACKEND-diff functions instead.
7943         `vc-diff' is now working.
7945         * vc-rcs.el (vc-rcs-logentry-check): New function.
7947         * vc-cvs.el (vc-cvs-logentry-check): New function.
7949         * vc-sccs.el (vc-sccs-diff): Function changed name from
7950         `vc-backend-diff'.  This makes `vc-diff' work.
7952         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7953         of functions possibly implemented in a vc-BACKEND library.
7954         (vc-checkout-required): Fix bug that caused an error to be
7955         signaled during `vc-after-save'.
7957         * vc.el: Fix typo.
7958         This checkin is made with our new VC code base for the very first time.
7959         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7961         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7962         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7964         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7965         updated to `vc-uses-locking'.
7966         (vc-checkout-required): Call to backend function.
7967         `vc-checkout-required' updated to `vc-uses-locking' instead.
7969         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7970         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7972         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7973         to match the split into various backends.
7974         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
7975         (vc-retrieve-snapshot): Bug fix.
7977 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7979         * vc-sccs.el (vc-sccs-release): Doc fix.
7981 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7983         * vc.el (vc-next-action-on-file): Bug found and fixed.
7984         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7985         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7987         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7988         (vc-rcs-checkout): Name space cleaned up.  No more revision number
7989         crunching function names that are not prefixed with vc-rcs.
7990         (vc-rcs-checkout-model): Function added.  References to
7991         `vc-checkout-model' replaced.
7993 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7995         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7996         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
7997         still need to be split, and implemented for RCS).
7999 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8001         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8003         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8004         required by the vc.el file.
8006         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8007         required by the vc.el file.
8008         (vc-rcs-exists): Function added.
8010         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8011         required by the vc.el file.
8013         * vc.el (vc-admin): Updated to handle selection of appropriate
8014         backend.  Current implementation is crufty and need re-thinking.
8016         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8018 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8020         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8021         beginning of annotate buffers correctly.
8023         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8024         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8025         functionality updated quite a lot to support multiple backends.
8026         Variables `vc-annotate-mode', `vc-annotate-buffers',
8027         `vc-annotate-backend' added.
8029         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8030         `vc-annotate-difference' added to supported backend functions.
8032 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8034         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8035         Use with-temp-file instead of /bin/sh.  Merged from mainline
8037 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8039         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8041         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8043         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8045 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8047         * vc-hooks.el: vc-state-heuristic added to
8048         vc-backend-hook-functions.
8050         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8052         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8054         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8055         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
8056         state to `reserved'.
8058         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8059         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
8061 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8063         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
8064         untouched.
8066         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8068         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8069         if defined.  (Merged from main line, slightly adapted.)
8071         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8072         millenium problem (merged from mainline).
8074 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8076         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8077         part and moved the non-BACKEND stuff to vc.el.
8079         * vc.el: Split the annotate feature into a BACKEND specific part
8080         and moved it from the vc-cvs.el file to this one.
8082 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8084         * vc-hooks.el: Implement new state model.
8085         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
8086         (vc-locking-user): Simplify.  Now only needed if the file is
8087         locked by somebody else.
8088         (vc-lock-from-permissions): Remove.  Functionality is in
8089         vc-sccs-hooks.el and vc-rcs-hooks.el now.
8090         (vc-mode-line-string): New name for former vc-status.  Adapted.
8091         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
8093         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
8094         Various simplifications and adaptations all over the place.
8096         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
8097         Simplify and adapt the rest.
8099         * vc.el (vc-resynch-window): Add TODO comment: check for
8100         interaction with view mode according to recent RCS change.
8101         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8103 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8105         * vc.el: Convert the remaining function comments to docstrings.
8107 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8109         * vc.el (vc-backend-release, vc-release-greater-or-equal)
8110         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8111         (vc-minor-part, vc-previous-version): Functions that operate and
8112         compare revision numbers got proper documentation.  Comments added
8113         about their possible removal.
8115 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8117         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8118         the vc-backend.el files.
8120         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8122         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8123         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8124         (vc-rcs-previous-version): Functions added.
8126         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8128         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8130 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8132         * vc-hooks.el (vc-master-templates): Is really obsolete.
8133         Comment out the definition for now.  What is the right procedure
8134         to get rid of it?
8135         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8136         rewritten.
8137         (vc-default-registered): Remove.
8138         (vc-check-master-templates): New function; does mostly what the
8139         above did before.
8140         (vc-locking-user): Don't rely on the backend to set the property.
8142         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8143         Rewrite documentation.
8144         (vc-rcs-templates-grabbed): New variable.
8145         (vc-rcs-grab-templates): New function.
8146         (vc-rcs-registered): Rewrite to use above mechanism.
8148         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8149         Rewrite documentation.
8150         (vc-sccs-templates-grabbed): New variable.
8151         (vc-sccs-grab-templates): New function.
8152         (vc-sccs-registered): Rewrite to use above mechanism.
8153         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8154         Don't throw the result, simply return it.
8156         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8157         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
8158         (vc-cvs-registered): Does the check itself now.  Simplify.
8160         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8161         from main line.
8163 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8165         * vc-cvs.el (vc-cvs-diff): New function.
8167         * vc-sccs.el (vc-sccs-diff): New function.
8169         * vc-rcs.el (vc-rcs-diff): New function.
8170         (vc-rcs-checkout): Bug (typo) found and fixed.
8171         (vc-rcs-register-switches): New variable.
8173         * vc.el (vc-backend-diff): Function removed and placed in the
8174         backend files.
8176 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8178         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8180         * vc.el (vc-backend-checkout): Function removed and replaced in
8181         the vc-backend.el files.
8183         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8185         * vc.el (vc-backend-admin): Removed and replaced in the
8186         vc-backend.el files.
8188         * vc.el (Martin): Removed all the annotate functionality since it
8189         is CVS backend specific.
8191 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8193         * spec.txt: Added specification of vc-state.
8195         * vc-sccs-hooks.el (vc-sccs-master-properties):
8196         Remove handling of vc-latest-version and
8197         vc-your-latest-version.  What used to be vc-latest-version, is now
8198         returned as vc-workfile-version.
8199         (vc-sccs-workfile-version): Adapt.
8201 2000-09-04  Dave Love  <fx@gnu.org>
8203         * vc.el: [Merged from mainline.]
8204         (vc-dired-mode): Make the dired-move-to-filename-regexp
8205         regexp match the date, to avoid treating date as file size.
8206         Add YYYY S option to WESTERN/
8208 2000-09-04  Dave Love  <fx@gnu.org>
8210         * vc.el: Require `compile' when compiling.
8211         (vc-logentry-check-hook): New option.
8212         (vc-steal-lock): Use compose-mail.
8213         (vc-dired-mode-map): Defvar when compiling.
8214         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8215         vc-sccs.el and renamed.  Callers changed.
8216         (vc-backend-checkout, vc-backend-logentry-check)
8217         (vc-backend-merge-news): Doc fix.
8218         (vc-default-logentry-check): New function.
8219         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8220         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8221         (vc-backend-merge): Doc fix.  Use backend functions.
8222         (vc-check-headers): Use backend functions.
8224         * vc-cvs.el: Require vc when compiling.
8225         (vc-cvs-register-switches): Doc fix.
8226         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8227         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8228         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8229         New functions (code from vc.el).
8230         (vc-annotate-display-default): Fix interactive spec.
8231         (vc-annotate-time-span): Doc fix.
8233         * vc-rcs.el: Require vc when compiling.
8234         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8235         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8236         (vc-rcs-checkin): New functions (code from vc.el).
8237         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8238         Doc fix.
8239         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
8241         * vc-sccs.el: Require vc when compiling.
8242         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8243         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8244         (vc-sccs-revert)
8245         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8246         from vc.el).
8247         (vc-sccs-add-triple, vc-sccs-record-rename)
8248         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8249         (vc-sccs-admin): Doc fix.
8251 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8253         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8254         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8255         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8256         from vc.el.
8258         * vc-sccs.el (vc-admin-sccs): Added from vc.el
8260         * vc-cvs.el: Moved the annotate functionality from vc.el.
8261         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8263 2000-09-04  Dave Love  <fx@gnu.org>
8265         * vc.el (vc-backend-release): Call vc-system-release.
8267         * vc-sccs.el (vc-sccs-system-release):
8268         Renamed from vc-sccs-backend-release.
8270         * vc-rcs.el (vc-rcs-system-release):
8271         Renamed from vc-rcs-backend-release.
8273         * vc-cvs.el (vc-cvs-system-release):
8274         Renamed from vc-cvs-backend-release.
8276 2000-09-04  Dave Love  <fx@gnu.org>
8278         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8279         backend files.
8280         (vc-backend-release): Dispatch to backend functions.
8281         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
8282         probably needs attention.]
8284         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8285         (vc-sccs-backend-release): New function.
8287         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8288         (vc-cvs-backend-release): New function.
8290         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8291         Doc fix.
8292         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8293         (vc-default-dired-state-info): New function.
8294         (vc-dired-state-info): Dispatch to backends.
8295         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
8297         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8298         from vc.el and renamed.
8300 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8302         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8303         (vc-version-other-window, vc-backend-assign-name): Removed
8304         references to vc-latest-version; sometimes changed into
8305         vc-workfile-version.
8307         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8308         vc-rcs-master-workfile-version.
8309         (vc-rcs-workfile-version): Use the above.  Don't call
8310         vc-latest-version (that was unreachable code, anyway).
8311         (vc-rcs-fetch-master-properties): Doc fix.
8313         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8314         (vc-backend-hook-functions): Removed them from this list, too.
8315         (vc-fetch-properties): Removed.
8316         (vc-workfile-version): Doc fix.
8318         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8319         (vc-rcs-workfile-version, vc-rcs-locking-user)
8320         (vc-rcs-uses-locking): Use it.
8322         * vc-hooks.el (vc-consult-rcs-headers):
8323         Moved into vc-rcs-hooks.el, under the name
8324         vc-rcs-consult-headers.
8326         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8327         headers.
8328         (vc-cvs-find-master): Use this name only; correct different
8329         versions of the name.
8331         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8332         New functions.
8333         (vc-sccs-locking-user): Use the latter.
8335         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8336         New functions.
8338         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8339         Moved into both
8340         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
8341         functions are implementation details of those two backends.
8343 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8345         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8346         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8348         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8349         (vc-sccs-parse-locks): SCCS-specific code moved here from
8350         vc-hooks.
8352         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8353         code moved here from vc-hooks.
8355         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8356         into back-end specific parts and removed.  Callers not updated
8357         yet; because I guess these callers will disappear into back-end
8358         specific files anyway.
8360 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8362         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8363         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8364         `vc-uses-locking'.
8366         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8367         Store yes/no in the property, and return t/nil.  Updated all
8368         callers.
8370         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8371         vc-sccs-uses-locking.  Don't set property.
8372         (vc-sccs-locking-user): Don't set property.
8374         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8375         vc-cvs-uses-locking.  Don't set property here; leave that to
8376         vc-hooks.
8377         (vc-cvs-locking-user): Reflect above change.  Streamlined.
8379         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8380         vc-rcs-uses-locking.
8381         (vc-rcs-locking-user): Reflect above change.
8383 2000-09-04  Dave Love  <fx@gnu.org>
8385         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8387         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8389         * vc-hooks.el (vc-checkout-model): Punt to backends.
8391         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8393         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8395         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8396         New functions.
8398         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8399         New functions.
8401         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8402         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8404         * vc-hooks.el (vc-default-locking-user): New function.
8405         (vc-locking-user, vc-workfile-version): Punt to backends.
8407 2000-09-04  Dave Love  <fx@gnu.org>
8409         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8410         (vc-master-workfile-version): Moved from vc-hooks.
8412         * vc-rcs-hooks.el: Fix duplicate code in last change.
8414         * vc-rcs-hooks.el: Require vc-hooks when compiling.
8415         (vc-rcs-master-templates): Improve :type.
8416         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8417         vc-master-workfile-version): Moved from vc-hooks.
8419         * vc-sccs-hooks.el: Require vc-hooks when compiling.
8420         (vc-sccs-master-templates): Improve :type.
8421         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8423         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8425         * vc-cvs-hooks.el: Require vc-hooks when compiling.
8426         (vc-cvs-master-templates): Improve :type.  Use
8427         vc-cvs-find-cvs-master.
8428         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8429         from vc-hooks.
8430         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8432         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8433         Moved to vc-cvs-hooks.
8435         * vc-hooks.el: Add doc strings in various places.  Simplify the
8436         minor mode setup.
8437         (vc-handled-backends): New user variable.
8438         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8439         simplification.
8441 2000-09-04  Dave Love  <fx@gnu.org>
8443         * vc.el: Some doc fixes for autoloaded and interactive functions.
8444         Fix compilation warnings from ediff stuff.
8445         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8447         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8449         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8451         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8453 2000-09-04  Dave Love  <fx@gnu.org>
8455         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8456         New variable.
8457         (vc-make-backend-function, vc-loadup, vc-call-backend)
8458         (vc-backend-defines): New functions.
8460         * vc-hooks.el: Various doc fixes.
8461         (vc-default-back-end, vc-follow-symlinks): Custom fix.
8462         (vc-match-substring): Function removed.  Callers changed to use
8463         match-string.
8464         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8465         Simplify.
8467 2000-09-04  Dave Love  <fx@gnu.org>
8469         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8470         type.
8471         (vc-sccs-project-dir, vc-search-sccs-project-dir)
8472         (vc-sccs-registered): Doc fix.
8474         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8475         (vc-cvs-registered): Doc fix.
8477         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8478         (vc-rcs-registered): Doc fix.
8480 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8482         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8484         * vc-hooks.el: vc-registered has been renamed
8485         vc-default-registered.  Some functions have been moved to the
8486         backend specific files.  they all support the
8487         vc-BACKEND-registered functions.
8489 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8491         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8493         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8495 2000-09-04  Dave Love  <fx@gnu.org>
8497         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8498         menu-bar-update-hook.
8500         * help.el (help-manyarg-func-alist): Add
8501         find-operation-coding-system.
8503         * wid-edit.el (widget-sexp-validate): Fix garbled code.
8505         * custom.el (custom-set-variables): Print message about errors in
8506         setting.
8508 2000-09-03  Andrew Innes  <andrewi@gnu.org>
8510         * makefile.w32-in: Change to DOS line endings.
8512 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8514         * mouse.el (mouse-popup-menubar): Supply the prompt string for
8515         minor-mode keymaps, if they don't have one.
8517 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8519         * eshell/esh-module.el (eval-when-compile): Don't lose if
8520         esh-module.el's file name is truncated to DOS 8+3 limits.
8522 2000-09-01  John Wiegley  <johnw@gnu.org>
8524         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8525         predicate, which caused entries in the completion list to be
8526         doubled.
8528 2000-08-30  John Wiegley  <johnw@gnu.org>
8530         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8531         sending to subprocesses.  Also, hook pre-command-hook if
8532         `eshell-send-direct-to-subprocesses' is non-nil.
8533         (eshell-send-direct-to-subprocesses): New config variable.  If t,
8534         subprocess input is send immediately.
8535         (eshell-toggle-direct-send): New function.
8536         (eshell-self-insert-command): New function.
8537         (eshell-intercept-commands): New function.
8538         (eshell-send-input): If direct subprocess sending is enabled,
8539         don't echo any input to the Eshell buffer.  Let the subprocess
8540         handle that.  This requires "stty echo" in bash, for example.
8542 2000-08-28  John Wiegley  <johnw@gnu.org>
8544         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8545         completion function for Eshell's implementation of `unset'.
8547 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8549         * info.el (Info-directory-list): Doc fix.
8551 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
8553         * filecache.el (file-cache-add-directory-using-find): Don't quote
8554         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8556 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
8558         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8559         coding systems.
8561 2000-08-30  Andrew Innes  <andrewi@gnu.org>
8563         * timer.el (run-with-idle-timer): Undo last change, so that timer
8564         is not activated immediately if Emacs is already idle.  Some
8565         existing code relies on this behaviour.
8567 2000-08-30  Miles Bader  <miles@gnu.org>
8569         * frame.el (set-frame-font): Do completion of font-name for
8570         interactive use.
8572 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
8574         * international/quail.el (quail-start-translation): Bind locally
8575         last-command-event, last-command, and this-command.
8576         (quail-start-conversion): Likewise.
8577         (quail-self-insert-command): Fix docstring.
8579 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
8581         * progmodes/executable.el
8582         (executable-make-buffer-file-executable-if-script-p): Check that
8583         buffer contains at least 2 characters.
8585 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
8587         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8589 2000-08-29  Dave Love  <fx@gnu.org>
8591         * diff-mode.el (diff-mode) <defgroup>: Add :version.
8592         (diff-mode-shared-map): Bind mouse-2.
8593         (diff-imenu-generic-expression): New variable.
8594         (diff-mode): Use it.
8596         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8597         (mouse-popup-menubar): Add minor mode menus.
8598         (popup-menu): Check for lookup-key returning number.
8600 2000-08-29  Miles Bader  <miles@gnu.org>
8602         * comint.el (comint-send-input): Create overlays using the proper
8603         front/read-advance arguments.
8605 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8607         * ps-print.el: Even/odd pages printing.  Doc fix.
8608         (ps-print-version): New version number (6.0).
8609         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8610         (ps-background, ps-begin-file, ps-begin-job): Code fix.
8611         (ps-print-duplex-feature): Variable eliminated.
8612         (ps-even-or-odd-pages): New variable.
8614         * progmodes/ebnf2ps.el: Doc fix.
8615         (ebnf-version): New version (3.3).
8616         (ebnf-user-arrow): Change variable customization to sexp.
8617         (ebnf-user-arrow): Function eliminated.
8618         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8620 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
8622         * help.el (help-xref-mule-regexp): New variable.
8623         (help-make-xrefs): Handle help-xref-mule-regexp.
8625         * international/mule-cmds.el (help-xref-mule-regexp-template): New
8626         variable.
8627         (describe-input-method): Temporarily activate the specfied input
8628         method to display the information.
8629         (describe-language-environment): Hyperlinks to mule related items.
8631         * international/mule-diag.el (charset-multibyte-form-string): New
8632         function.
8633         (list-character-sets-1): Use charset-multibyte-form-string.
8634         (describe-character-set): New function.
8635         (describe-coding-system): Hyperlinks to safe character sets.
8637         * international/quail.el (quail-help): New arg PACKAGE.
8638         Hyperlinks to mule related items.
8639         (quail-help-insert-keymap-description): Use
8640         substitute-command-keys instead of describe-bindings.
8641         (quail-translation-help): Hyperlinks to mule related items.
8643 2000-08-28  John Wiegley  <johnw@gnu.org>
8645         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8646         have a defsubst call itself.  Made `eshell-flatten-list' back into
8647         a function again.
8649         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8650         catch, in case re-centering point at bottom messes up the display.
8651         This happens frequently in Emacs 21, due I believe to variable
8652         line heights.
8654         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8655         to call `find-tag-interactive'.
8657         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8658         the list of remember directories.
8660 2000-08-28  John Wiegley  <johnw@gnu.org>
8662         * align.el: Test align-region-separate to see if it's a symbol.
8664 2000-08-28  John Wiegley  <johnw@gnu.org>
8666         * eshell/esh-util.el (eshell-flatten-list): Made this function
8667         into a defsubst form.  It gets used very frequently, although
8668         calls don't occur all that often.
8670         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8671         examining it.
8673         * eshell/esh-cmd.el (eshell-rewrite-while-command):
8674         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8675         `eshell-protect'.
8676         (eshell-copy-handles): Created a new macro for duplicating the
8677         current set of open handles.  This is needed by the looping
8678         functions.
8679         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8680         is not incorrectly stomped on.
8682         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8683         declaration for pcomplete-use-paring.
8684         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8685         value of eshell-cmpl-use-paring.
8686         * pcomplete.el (pcomplete-use-paring): New config variable, to
8687         indicate whether paring should be used.
8688         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8689         completion alternatives that have already been used.
8691         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8692         bound to C-c C-y, which will repeat the previous N arguments
8693         (based on prefix argument).
8694         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8696         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8697         if there is no *Help* buffer.  This is for XEmacs, which renames
8698         its help buffers uniquely.  TODO: Find out what the current buffer
8699         name to delete is.
8701         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8702         first entry that correlates to a passwd/group number.  Later
8703         entries (used for group/user name aliasing to multiple IDs) are
8704         ignored.
8706         * eshell/em-xtra.el (eshell/expr):
8707         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8708         (eshell-grep, eshell/diff, eshell/locate):
8709         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8710         argument list, before passing it to the system command.
8712         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8713         `find-tag' for use at final position in Eshell buffers (which
8714         otherwise triggers an error on Emacs 21).
8715         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8716         buffer, if it is currently bound to `find-tag'.
8718         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8719         in the list of matched Makefile names.
8720         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8721         directory, prefer its contents to Makefile.
8723         * eshell/em-dirs.el (eshell/cd): cd commands that look up
8724         directory parts (like "cd old new", or "cd =regexp"), are now case
8725         sensitive on non-Windows/DOS platforms.
8727         * eshell/esh-mode.el (eshell-parse-command-input): When a user
8728         types RET after an open delimiter (like "), display a message
8729         indicating that Eshell is waiting for the closing delimiter.
8731         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8732         environment variables.
8734         * eshell/em-unix.el (eshell/diff): Added logic to fail more
8735         gracefully if the user enters incorrect arguments.
8737         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8738         Eshell buffers.
8740         * eshell/esh-var.el (eshell-interpolate-variable):
8741         * eshell/esh-mode.el (eshell-move-argument):
8742         * eshell/em-unix.el (eshell-du-sum-directory):
8743         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8744         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8745         (not (= ...)).
8747         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8748         to ensure the `preserve' flag gets propagated when doing recursive
8749         directory copies.
8751 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
8753         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8754         Don't convert \n into \0177 in memory.
8755         (eshell-read-history, eshell-write-history): Convert \n to \0177,
8756         and back again, when reading and writing.
8758 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
8760         * eshell/esh-util.el (eshell-processp): Added to relieve constant
8761         testing of `fboundp' on `processp'.
8763         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8764         (eshell/jobs): Don't call process-list if it is not bound.
8765         (eshell-gather-process-output): Support systems where async
8766         subprocesses aren't supported.
8767         (eshell-scratch-buffer, eshell-last-sync-output-start): New
8768         variables.
8770         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8771         eshell-do-eval returns t.
8772         (eshell-do-pipelines-synchronously): New defmacro.
8773         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8774         when async subprocesses aren't supported.
8775         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
8776         if async subprocesses aren't supported.
8777         (eshell-resume-command): Don't assume STATUS is a string.
8779         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8781         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8782         (eshell-close-target, eshell-get-target): Use eshell-processp.
8783         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8784         fix.
8785         (eshell-get-target, eshell-create-handles): Doc fix.
8787 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
8789         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8790         criterion to include commands that output something, as long as it
8791         leaves both the command and the end-of-buffer visible when the
8792         command has exited.
8793         (eshell-review-quick-commands): Adjust the help doc string
8794         accordingly.
8796 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
8798         * locate.el (locate): Cleaned up locate command's interactive prompting
8799         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8801         * filecache.el (file-cache-case-fold-search): New variable
8802         (file-cache-assoc-function): New variable
8803         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8804         Use file-cache-case-fold-search variable
8805         (file-cache-add-file): Use file-cache-assoc-function
8806         (file-cache-delete-file): likewise
8807         (file-cache-directory-name): likewise
8808         (file-cache-debug-read-from-minibuffer): likewise
8810 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
8812         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8813         (abbrev-table-name): New function.
8814         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8815         If non-nil list local abbrev, only.
8817 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
8819         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8820         from Gnus support code, and use special article copy buffer
8821         `(gnus-original-article-buffer)' instead.  This allows to get rid
8822         of article-hide-headers usage (which breaks in the latest Gnus
8823         version).  Thanks to Detlev Zundel.
8825 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
8827         * international/quail.el (quail-use-package): Hide "... loaded"
8828         message.
8829         (quail-start-translation, quail-start-conversion): Likewise.
8831         * international/kkc.el (kkc-region): Hide "... loaded" message.
8833 2000-08-27  Dave Love  <fx@gnu.org>
8835         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8837 2000-08-27  Miles Bader  <miles@gnu.org>
8839         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8841 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
8843         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8844         'ja-dic-cnv), not (require 'skkdic-cnv).
8846 2000-08-26  Miles Bader  <miles@gnu.org>
8848         * faces.el (face-x-resources): Add entry for :inherit.
8849         * cus-face.el (custom-face-attributes): Add support for :inherit
8850         attribute.  Add support for relative face heights.
8851         (custom-face-attributes-get): Treat `nil' as being a default value
8852         for :inherit (as well as `unspecified').
8854         * faces.el (set-face-attribute): Update doc string.
8855         (face-attribute-name-alist): Add :inherit.
8856         (face-valid-attribute-values): Handle :inherit.
8857         (face-read-string): Rephrase prompt to be less confusing.
8858         Assume that DEFAULT is a string, since we must return a string.
8859         (face-read-integer): Use `format' to turn DEFAULT into an
8860         acceptable default for face-read-string.  Match NEW-VALUE against
8861         the string "unspecified", not the symbol `unspecified', since
8862         that's what face-read-string returns.
8863         (read-face-attribute): Lookup a name for old-value in valid, and
8864         use it as a default if we find one.  Treat all values from
8865         face-read-string as strings.  If the default is used, don't do any
8866         more processing on the value, just use the old value directly.
8867         (read-face-and-attribute, modify-face): Tweak prompt.
8868         (read-face-name): Don't assume prompt ends with a space.
8870         * faces.el (describe-face): Add support for :inherit attribute.
8872 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
8874         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
8875         concat doesn't accept interger.
8877         * international/kkc.el: Remove SKK from Keywords.  Require
8878         ja-dic-utl instead of skkdic-utl.
8880         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8881         Provide ja-dic-cnv instead of skkdic-cnv.
8882         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
8883         (iso-2022-7bit-short): Add safe-charsets property.
8884         (skkdic-convert-postfix): Search Japanese chou-on character in
8885         addition to Hiragana character.
8886         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8887         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8888         (batch-skkdic-convert): Likewise.
8890         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8891         Provide ja-dic-utl instead of skkdic-utl.
8892         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8894 2000-08-24  Dave Love  <fx@gnu.org>
8896         * disp-table.el (standard-display-default): Make the test of `l'
8897         useful.
8899         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8900         mod sample text.
8902         * international/iso-ascii.el: Make pilcrow convenient string
8903         consistent with section.
8904         (iso-ascii-display): Set up multibyte characters as well as
8905         unibyte.
8907 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
8909         * international/mule-cmds.el (reset-language-environment): Set
8910         default-process-coding-system to '(undecided . iso-latin-1), which
8911         makes process I/O almost consistent with file I/O.   Call this
8912         function when mule-cmds.el[c] is loaded.
8914 2000-08-22  Andrew Innes  <andrewi@gnu.org>
8916         * makefile.w32-in: New file.
8918 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
8920         * comint.el (comint-output-filter): Compare end of
8921         comint-last-output-overlay with the start of the newly inserted
8922         text, not the end, when deciding whether to extend it.
8923         Set saved-point's insertion type to advance after insertion.
8925         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8926         since this is now done independently of font-lock mode.
8928 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
8930         * server.el (server-kill-new-buffers): New user option.
8931         (server-existing-buffer): New buffer-local variable.
8932         (server-visit-files): When using an existing buffer, set
8933         server-existing-buffer to t.
8934         (server-buffer-done): If server-kill-new-buffers is t, kill the
8935         buffer, unless it was already present before visiting it with
8936         Emacs server.
8938 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
8940         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8941         even if the display doesn't support colors: some displays will
8942         support bold/underline faces.
8944 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
8946         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8948         * startup.el (command-line): If user's init file had an error,
8949         add explanatory text to *Messages*.
8951 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
8953         * man.el (Man-getpage-in-background): Decode the process output by
8954         the system locale coding system.
8956 2000-08-20  Dave Love  <fx@gnu.org>
8958         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8959         Don't test x-popup-menu.
8960         (function) <complete-function>: Complete only fbound symbols.
8961         <validate, value>: New.
8962         (variable) <complete-function>: Complete only bound symbols.
8963         (coding-system): Add :base-only, :complete-function, :validate,
8964         :value, :prompt-match.
8965         (widget-coding-system-prompt-value): Use read-coding-system and
8966         act on :base-only.
8967         (editable-field): Add :help-echo.
8968         (widget-push-button-gui, widget-push-button-cache)
8969         (widget-gui-action, widget-editable-list-gui): COmment out, along
8970         with uses.
8971         (widget-at): Make arg optional.
8972         (widget-echo-help): Adjust for current help-echo calling sequence.
8973         (widget-specify-field, widget-specify-button)
8974         (widget-specify-insert, widget-get-sibling, widget-image-find)
8975         (widget-convert, widget-insert, widget-leave-text)
8976         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8977         (widget-setup, widget-field-find, widget-before-change)
8978         (widget-after-change, widget-default-complete)
8979         (widget-default-create, widget-default-delete)
8980         (widget-push-button-value-create, editable-field)
8981         (widget-field-prompt-value, widget-field-validate)
8982         (widget-choice-value-create, widget-choice-action)
8983         (widget-choice-validate, widget-checklist-add-item)
8984         (widget-radio-add-item, widget-radio-chosen)
8985         (widget-radio-value-inline, widget-editable-list-value-create)
8986         (widget-editable-list-entry-create)
8987         (widget-documentation-link-add)
8988         (widget-documentation-string-value-create)
8989         (widget-regexp-validate, widget-file-complete)
8990         (widget-sexp-validate, widget-plist-convert-widget)
8991         (widget-plist-convert-widget, widget-alist-convert-widget)
8992         (widget-alist-convert-widget, widget-color-complete): Simplify,
8993         particularly to avoid bindings which aren't optimized out.
8995         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8996         Doc fix.
8997         (down-list, backward-up-list, up-list, kill-sexp)
8998         (backward-kill-sexp, mark-sexp): Make arg optional.
8999         (lisp-complete-symbol): Add optional arg PREDICATE.
9001         * cus-start.el: Add display-buffer-reuse-frames,
9002         file-coding-system-alist.
9004 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
9006         * startup.el (command-line): Clear realized faces after
9007         modifying TTY color mappings.
9009 2000-08-20  Miles Bader  <miles@gnu.org>
9011         * faces.el (face-attr-match-p): Don't return true if ATTRS are
9012         merely a subset of FACE's attributes.
9014 2000-08-19  Miles Bader  <miles@gnu.org>
9016         * comint.el (comint-output-filter): Save the point with a marker,
9017         not just a buffer position.
9019         * international/mule.el (set-buffer-process-coding-system): Make
9020         interactive prompt less confusing.
9022 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
9024         * hilit-chg.el: General cleanup of doc strings, comments and
9025         code formatting.
9027 2000-08-19  Miles Bader  <miles@gnu.org>
9029         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9030         Compiler macro removed; beginning-of-line is no longer always
9031         equivalent to forward-line, in the presence of fields.
9033         * comint.el (comint-output-filter): Remove ad-hoc saving of
9034         restriction, and just use save-restriction, now that it works
9035         correctly.  Don't adjust comint-last-input-start to account for
9036         our insertion; it shouldn't have moved because we don't use
9037         insert-before-markers anymore.  Comment out call to
9038         `force-mode-line-update'; why is it here?
9040         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9041         while checking for prompt to delete.  Use `forward-line 0'
9042         instead of beginning-of-line.
9043         (gud-filter): Temporarily widen gud comint buffer while
9044         examining output.
9046 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
9048         * progmodes/sh-script.el: Big bag of typos.
9050         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9051         check since ispell-process is not bound when ispell is not yet loaded.
9053 2000-08-18  Dave Love  <fx@gnu.org>
9055         * image.el (find-image): Copy `spec' before using plist-put.
9057 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
9059         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9060         `portugues'.
9062         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9063         backward-kill-sexp, analogous to kill-sexp.
9065         * progmodes/icon.el (icon-indent-line)
9066         (icon-is-continuation-line): Handle comments specially.
9068 2000-08-17  Ken Stevens <k.stevens@ieee.org>
9070         * ispell.el: Set to standard author/maintainer/keyword fields.
9071         Fine tuning to menu map appearance and operation, and added help.
9072         Remove `start' and `end' error messages when compiling.
9073         (ispell-choices-win-default-height): Fixed comment string.
9074         (ispell-dictionary-alist-1): Fixed regexp in castellano and
9075         castellano8 dictionaries.
9076         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9077         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9078         dictionary, added italiano dictionary.
9079         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9080         word character
9081         (ispell-tex-skip-alists): Added psfig support.
9082         (ispell-skip-html): Renamed from ispell-skip-sgml.
9083         (ispell-begin-skip-region-regexp, ispell-skip-region)
9084         (ispell-minor-check): Improved html skipping support to skip across
9085         code, and recognize `&' commands without propper `;' syntax;
9086         (ispell-process-line): Fix alignment error when manually
9087         correcting spelling.
9088         (ispell): Fix comment string.
9089         (ispell-add-per-file-word-list): Always put word list on new line.
9091 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
9093         * format.el (format-encode-run-method): Fix error message to say
9094         `encode' instead of `decode'.  Use save-window-excursion around
9095         shell-command-on-region as in format-decode-run-method because
9096         shell-command-on-region can display a buffer with error output.
9097         (format-decode): Don't record undo information for the decoding.
9098         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
9099         that number part of the temporary buffer name so that more than
9100         one decoding using a temporary buffer can happen safely.
9102         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9103         of `A-z' in the regexp.
9105         * hilit-chg.el: Fix typos in commentary.
9107         * help.el (view-emacs-news): Rewritten for new naming scheme
9108         for old NEWS files.
9110         * startup.el (command-line): Pop to *Messages* in case an error
9111         is signaled while loading user-init-file.
9113 2000-08-17  Andreas Schwab  <schwab@suse.de>
9115         * files.el (insert-directory): Don't lose original file name,
9116         undoing an undocumented change.
9118 2000-08-17  Alex Schroeder  <alex@gnu.org>
9120         * sql.el (sql-magic-go): Use comint-bol.
9121         (sql-copy-column): Use comint-line-beginning-position.
9122         (comint-line-beginning-position): Define a replacement for
9123         comint-line-beginning-position if it is not fboundp.
9125 2000-08-17  Alex Schroeder  <alex@gnu.org>
9127         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9128         it didn't have any effect anyway.
9130 2000-08-17  Alex Schroeder  <alex@gnu.org>
9132         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9133         --pset and pager=off instead of sending \\o|cat at the beginning
9134         of the session.
9136 2000-08-17  Miles Bader  <miles@gnu.org>
9138         * progmodes/octave-inf.el: Add compatibility definition of
9139         comint-line-beginning-position.
9141 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
9143         * startup.el (normal-top-level): Look in each dir in load-path for
9144         a leim-list.el file too.  This assures of loading leim-list.el
9145         that is created at Emacs installation time even if a user have his
9146         own leim-list.el.
9148 2000-08-17  Miles Bader  <miles@gnu.org>
9150         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9151         foreground color to black if the background is dark.
9153 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
9155         * loadhist.el (unload-feature): Typo.
9157         * finder.el (finder-compile-keywords):
9158         * cus-dep.el (custom-make-dependencies): Add local-variable settings
9159         to the generated file.
9161         * mail/mh-e.el (mh-make-local-vars):
9162         Replace make-variable-buffer-local with make-local-variable.
9164         * play/landmark.el:
9165         * options.el (Edit-options-{set,toggle,t,nil}):
9166         * mail/mailabbrev.el (mail-abbrevs-mode):
9167         * textmodes/tex-mode.el (tex-expand-files):
9168         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9170         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9172         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9173         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9174         Allow going past the last element.
9175         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9176         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9177         (cvs-mouse-toggle-mark): Don't move point.
9178         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9180         * progmodes/compile.el (grep): Provide a default set of files.
9181         (next-error): Docstring fix.
9182         (compilation-find-file): Avoid find-file (fails in a dedicated window).
9184         * emacs-lisp/easy-mmode.el (define-minor-mode):
9185         Use `symbol-value' to keep the byte-compiler quiet.
9187         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9188         (diff-find-source-location): New fun, extracted from diff-goto-source.
9189         (diff-goto-source): Use it.
9190         (diff-next-complex-hunk, diff-filter-lines): New function.
9191         (diff-apply-hunk): New command.
9193         * smerge-mode.el (smerge-mode-menu): Doc fix.
9195         * msb.el (msb-mode): Define it in terms of define-minor-mode.
9197 2000-08-16  Dave Love  <fx@gnu.org>
9199         * windmove.el (windmove) <defgroup>: Add :version.
9201         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
9202         (goto-address-fontify-p, goto-address-highlight-p)
9203         (goto-address-url-face, goto-address-url-mouse-face)
9204         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9205         (goto-address-url-regexp): Use thing-at-point-url-regexp.
9206         (goto-address-fontify, goto-address-at-mouse): Simplify,
9207         (goto-address-at-point): browse-url-url-at-point,
9208         goto-address-find-address-at-point can return nil.
9209         (goto-address-find-address-at-point): Return nil on failure.
9211         * align.el (align) <defgroup>: Add :version.
9213         * calculator.el (calculator): Add :version.
9214         (calculator): Use two lines for calculator window if `modeline'
9215         face is boxed.
9217         * play/5x5.el: Doc fixes.
9218         (5x5) <defgroup>: Add :version.
9220         * play/fortune.el (fortune) <defgroup>: Add :version.
9221         (fortune-append): Fix error message.
9222         (fortune-from-region): Doc fix.
9224         * play/pong.el (pong): Doc fix.
9226         * play/morse.el: Keywords, commentary, autoloads.
9228 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
9230         * desktop.el (desktop-save): Don't look at symbol-value of a
9231         member of minor-mode-alist, unless it is boundp.
9233 2000-08-16  Sam Steingold  <sds@gnu.org>
9235         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9236         `while'; use `with-current-buffer' instead of `save-excursion'.
9237         Removed unnecessary kludges now that "*Buffer List*" is excluded.
9239 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
9241         * international/ccl.el (declare-ccl-program): Docstring modified.
9242         (ccl-execute-with-args): Likewise.
9244 2000-08-16  Miles Bader  <miles@gnu.org>
9246         * progmodes/sql.el: Add compatibility definition of
9247         comint-line-beginning-position.
9249 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
9251         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9252         'buffer-menu' property.
9253         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9254         fails.
9255         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9256         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9257         wasn't killed.
9259         * buff-menu.el (list-buffers-noselect): Don't display the
9260         *Buffer List* buffer.
9262         * font-lock.el: Require jit-lock to prevent a very late
9263         `Loading jit-lock' message.
9265         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9266         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9267         mail address.
9269 2000-08-15  Miles Bader  <miles@gnu.org>
9271         * textmodes/ispell.el (ispell-graphic-p): New constant.
9272         (ispell-choices-win-default-height, ispell-help): Use
9273         `ispell-graphic-p' instead of `xemacsp'.
9275 2000-08-15  Dave Love  <fx@gnu.org>
9277         * simple.el: Autoload widget-convert when compiling.
9278         (mail-user-agent): Doc fix.
9280         * help.el (function-called-at-point, variable-at-point): Use
9281         with-syntax-table.
9282         (help-manyarg-func-alist): Add insert-and-inherit.
9284         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9286         * delsel.el (delsel-unload-hook): New function.
9288         * find-file.el: Doc fixes.  Move provide to end.
9289         (ff) <defgroup>: Add :link.
9290         (ff-goto-click): Deleted.
9291         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9292         Use mouse-set-point.
9294         * textmodes/tildify.el: Doc fixes.
9295         (tildify) <defgroup>: Add:version.
9297         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9298         (glasses-custom-set): Use set-default, not set.
9299         (minor-mode-alist): Propertize the lighter.
9300         (glasses-mode): Provide optional arg.
9302         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9303         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
9304         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9305         option.  Provide :type.
9306         (cwarn-configuration): Provide :type.
9307         (cwarn-mode): Doc fix.
9309         * add-log.el (change-log-merge): Doc fix.
9310         (change-log-redate): New command.
9312         * net/browse-url.el (browse-url-filename-alist): Add a clause for
9313         Doze and Dog.
9314         (browse-url): Use dolist, not mapcar.
9315         (browse-url-at-point): Check for null url.
9316         (browse-url-event-buffer, browse-url-event-point): Functions
9317         deleted.
9318         (browse-url-at-mouse, browse-url-netscape): Simplify.
9320         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9321         modes.
9322         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9323         Fix previous change to mapcan.
9324         (msb--init-file-alist, msb--add-separators)
9325         (msb--make-keymap-menu): Simplify.
9326         (msb--choose-file-menu): Use copy-sequence.
9327         (msb-mode-map): Add title to keymap.
9328         (msb-unload-hook): New function.
9330         * bs.el: Fix indentation.
9331         (bs) <defgroup>: Add :links.
9332         (bs-show): Doc fix.
9333         (bs-apply-sort-faces): Don't use window-system.
9334         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9336 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
9338         * calendar/timeclock.el (timeclock-file): Run .timelog through
9339         convert-standard-filename.
9341 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
9343         * emacs-lisp/authors.el: New file.
9345         * paren.el (show-paren-priority): New user option.
9346         (show-paren-function): Set overlay priorities to
9347         show-paren-priority.
9349 2000-08-14  Miles Bader  <miles@gnu.org>
9351         * comint.el (comint-bol): Use `forward-line 0' instead of calling
9352         beginning-of-line with inhibit-field-text-motion bound.
9354 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
9356         * calendar/timeclock.el: New file.
9358 2000-08-14  David Ponce  <david@dponce.com>
9360         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9361         `widget-button-click'. so that one can use left mouse button to
9362         click on dialog buttons.
9364 2000-08-14  Emmanuel Briot  <briot@gnat.com>
9366         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9367         identifiers, since XML is case sensitive
9369 2000-08-12  Miles Bader  <miles@gnu.org>
9371         * comint.el (comint-output-filter): Don't bother frobbing
9372         window-start, it doesn't seem to be necessary.
9374         * comint.el (comint-send-string, comint-send-region): Make into
9375         real functions.  Snapshot the prompt before sending.
9377 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
9379         * info.el (Info-find-emacs-command-nodes): Rewrite to use
9380         technique similar to Info-index, instead of relying on specific
9381         names of relevant Index nodes.
9382         (Info-goto-emacs-command-node): Bind Info-history to nil when
9383         going to the first node found by Info-find-emacs-command-nodes.
9385 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
9387         * menu-bar.el (menu-bar-help-menu): Add a :help string.
9389 2000-08-10  Miles Bader  <miles@gnu.org>
9391         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9393 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
9395         * info.el (Info-file-list-for-emacs): More elements for the
9396         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9397         and woman manuals.
9399 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
9401         * comint.el (comint-send-input): Make the newline boundary overlay
9402         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
9403         (comint-output-filter): Use `insert' instead of
9404         `insert-before-markers'.  Extend comint-last-output-overlay when
9405         necessary since we can't rely on insert-before-markers to do it.
9406         * gud.el (gud-filter): Use `with-current-buffer' instead of
9407         save-excursion when inserting the output, so that point gets
9408         updated correctly; the old method relied on a rather dodgy
9409         side-effect of comint-output-filter to avoid the effect of
9410         save-excursion.
9412 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
9414         * files.el (recover-file): Call insert-directory instead of
9415         invoking `ls' directly.
9417 2000-08-10  Miles Bader  <miles@gnu.org>
9419         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9420         (comint-last-prompt-overlay): New variables.
9421         (comint-output-filter): Implement prompt highlighting.
9422         (comint-snapshot-last-prompt): New function.
9423         (comint-send-input): Snapshot the last prompt.
9424         Use comint-highlight-input-face.
9425         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9426         Use defface instead of defcustom.
9427         (send-invisible, comint-send-eof): Snapshot the last prompt.
9428         (comint-delchar-or-maybe-eof): Use comint-send-eof.
9429         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9431 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
9433         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9434         (regexp-opt-group): Use a list of chars for `letters'.
9435         (regexp-opt-charset): `chars' is now a list of chars.
9436         Use a char-table rather than a vector so it works for multibyte chars.
9438         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
9439         Set cvs-minor-current-files to the selected fileinfo.
9440         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9441         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9443 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
9445         * files.el (insert-directory): Don't call access-file on
9446         directories on DOS and Windows.
9448 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
9450         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9451         longer if necessary.
9452         (ccl-embed-code): Call ccl-embed-data to store CODE in
9453         ccl-program-vector.
9455 2000-08-09  Miles Bader  <miles@gnu.org>
9457         * comint.el (comint-output-filter): Properly handle the case where
9458         the text surrounded by comint-last-output-overlay was deleted.
9460 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
9462         * info.el (Info-insert-dir): Use Info-additional-directory-list if
9463         non-nil.
9464         (Info-file-list-for-emacs): Remove "info" from the list because
9465         that leads to trying to use the documentation from file `info'
9466         in various situations where it isn't appropriate, for instance
9467         C-h C-k C-h i.
9469         * ffap.el (ffap-read-file-or-url-internal): Handle case that
9470         DIR and/or STRING are nil.
9472         * progmodes/compile.el (compilation-setup): Make variable
9473         compilation-error-screen-columns buffer-local, as some comment
9474         in the code suggests it should be.
9476         * files.el (auto-mode-interpreter-regexp): New variable.
9477         (set-auto-mode): Use it.
9479         * indent.el (indent-for-tab-command): Doc fix.
9481         * mouse-sel.el (mouse-sel-mode): Doc fix.
9483         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9484         labels.
9486         * help.el (print-help-return-message): When
9487         display-buffer-reuse-frames is set, let the help window been quit,
9488         instead of deleting it, which might delete a reused frame.
9490 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
9492         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9493         rename a directory to a name that differs only by its letter case.
9495 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
9497         * international/quail.el (quail-define-rules): Handle Quail decode
9498         map correctly.  Add code for supporting annotations.
9499         (quail-install-decode-map): New function.
9500         (quail-defrule-internal): New optional arguments decode-map and
9501         props.
9502         (quail-advice): New function.
9504 2000-08-07  Sam Steingold  <sds@gnu.org>
9506         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9507         `defconst', `define-condition', `with-slots'.
9508         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9510 2000-08-03  Miles Bader  <miles@gnu.org>
9512         * comint.el (comint-use-prompt-regexp-instead-of-fields):
9513         New variable.
9514         (comint-prompt-regexp, comint-get-old-input): Document dependence on
9515         comint-use-prompt-regexp-instead-of-fields.
9516         (comint-send-input): Add `input' field property to stuff we send to
9517         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9518         (comint-output-filter): Add `output' field property to process
9519         output, if comint-use-prompt-regexp-instead-of-fields is nil.
9520         (comint-replace-by-expanded-history)
9521         (comint-get-old-input-default, comint-show-output)
9522         (comint-backward-matching-input, comint-forward-matching-input)
9523         (comint-next-prompt, comint-previous-prompt):  Use field
9524         properties if comint-use-prompt-regexp-instead-of-fields is nil.
9525         (comint-line-beginning-position): New function.
9526         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
9527         (comint-replace-by-expanded-history-before-point): Use
9528         comint-line-beginning-position and line-end-position.
9529         (comint-last-output-overlay): New variable.
9530         (comint-mode): Make `comint-last-output-overlay' buffer-local.
9532         * shell.el (shell-prompt-pattern): Doc change.
9533         (shell-backward-command): Use line-beginning-position.
9535         * gud.el (gud-gdb-complete-command): Use
9536         comint-line-beginning-position.
9538         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9539         comint-bol doesn't actually go to the beginning of the line.
9541         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9542         if comint-use-prompt-regexp-instead-of-fields is non-nil.
9543         (try-expand-line-all-buffers): Likewise.
9545         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9546         explicitly matching comint-prompt-regexp.
9547         (sql-copy-column): Use comint-line-beginning-position instead of
9548         explicitly matching comint-prompt-regexp.
9550         * progmodes/octave-inf.el (inferior-octave-complete): Use
9551         comint-line-beginning-position.
9553         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9555         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9556         looking for a prompt, use `forward-line 0' instead of
9557         `beginning-of-line', to avoid getting caught by an input field.
9559 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
9561         * files.el (shell-quote-wildcard-pattern): Make sure to return
9562         PATTERN, in the Unix case.
9564 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
9566         * play/zone.el (zone): Discard any pending input before running
9567         the randomly-chosen pgm.
9569 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
9571         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9572         checking the existence of any multibyte characters.
9574 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
9576         * help.el (describe-mode): Test minor-mode symbol for being
9577         bound before testing its value for being nil.
9579         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9580         `first', `second', and `third'.
9582         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9583         (second): Make it an alias for `cadr'.
9585 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
9587         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9588         types of display support faces now.
9590 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
9592         * pcvs.el (require): Require `cl' during compilation, only.
9594         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9595         (toplevel): Remove `remq' and `remove' from autoloads.
9596         (cl-fake-autoloads): New variable.  If set, arrange for an error
9597         when CL functions etc. are autoloaded.
9599 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
9601         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9603         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9604         popped up, but the user clicks outside the menu, return an empty
9605         regexp (that causes unhighlight-regexp to have no effect).
9607         * menu-bar.el (menu-bar-games-menu): Add Zone.
9609         * hi-lock.el (toplevel): Require font-lock.
9611 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9613         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9614         (ebnf-8-bit-chars): New var for bug fix.
9615         (ebnf-string): Bug fix.
9617 2000-08-03  Sam Steingold  <sds@gnu.org>
9619         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9620         instead of `buffer-string'.
9621         (require 'cl): Always, not just when compiling.
9622         `ignore-errors' in `interactive', `list*', `defun*' &c make this
9623         necessary.
9625 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
9627         * international/mule-cmds.el (select-safe-coding-system): Make
9628         the message text about selecting a safe coding system more clear.
9630 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
9632         * hi-lock.el: New file.
9634         * play/zone.el: New file.
9636         * replace.el (occur): Set tab-width in the *Occur* buffer to the
9637         value of tab-width in the original buffer.  Choose a line number
9638         format that's a multiple of the original buffer's tab width, so
9639         that lines appear right.
9641         * textmodes/ispell.el (ispell): New function, replacing an alias.
9642         Spell-check active region if in transient-mark-mode and mark
9643         is active; otherwise spell-check buffer.
9645 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9647         * ps-mule.el: Fix a customization problem on
9648         ps-mule-font-info-database-default.
9650 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
9652         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9653         display-mouse-p instead of window-system.
9654         (ebrowse-member-mode-map): Ditto.
9656 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9658         * progmodes/ebnf2ps.el: Update ps-print functions call.
9659         Indentation fix.  Doc fix.
9660         (ebnf-version): New version number (3.2).
9661         (ebnf-format-color, ebnf-begin-job): Code fix.
9663 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
9665         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9666         font lock support on window-system.
9667         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9669         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9670         display-color-p, if fboundp, instead of window-system.
9672 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
9674         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9675         instead of window-system.
9677         * wid-edit.el (widget-choose): Use display-mouse-p instead of
9678         window-system.
9679         (widget-choice-mouse-down-action): Use display-popup-menus-p
9680         instead of window-system.
9682         * strokes.el (strokes-file): Run the file name through
9683         convert-standard-filename.
9684         (strokes-mode): Call display-mouse-p instead of looking at
9685         window-system.  Change the error message accordingly.
9687         * progmodes/cpp.el (toplevel): Support faces on tty's.
9689         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9690         (lm-plot-square, lm-init-display): Don't use window-system.
9692         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9693         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9695         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9696         instead of looking at window-system.
9698 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
9700         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9701         of testing if iswitchb-prepost-hooks is bound, because the
9702         latter will always be true when invoking a recursive minibuffer
9703         from an active Iswitchb buffer.
9705 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
9707         * files.el (shell-quote-wildcard-pattern): New function.
9708         (insert-directory): Call it.  Only prepend "\" to command on Unix
9709         and GNU/Linux systems.
9711 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
9713         * eshell/esh-groups.el: Change custom :link file names
9714         from `eshell.info' to `eshell'.
9716 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
9718         * dired.el (dired-build-subdir-alist): Expand subdirectory names
9719         correctly in recursive ange-ftp listings.
9721 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9723         * ps-print.el: Fix bug 1: if ps-font-size-internal,
9724         ps-header-font-size-internal and
9725         ps-header-title-font-size-internal variables are not set,
9726         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
9727         face text property is (foreground-color . COLOR) or
9728         `(background-color . COLOR)', ps-print crashes.  Doc fix.
9729         (ps-print-version): New version number (5.2.4).
9730         (ps-plot-region): Code fix.
9731         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9732         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9733         Bug fix 2.
9735 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
9737         * glasses.el (glasses-make-readable): Fix uncapitalization of
9738         identifiers like `myXMLDocument'.
9740 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
9742         * mail/mail-hist.el (mail-hist-previous-input)
9743         (mail-hist-next-input): Do the obvious code factorization.
9744         (mail-hist-retrieve-and-insert): New func, contains common
9745         code of above two.
9746         If inserting a message body, leave point at top.
9748 2000-07-28  Sam Steingold  <sds@gnu.org>
9750         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9751         Use `<=', not `<' to compare times!
9752         (ange-ftp-ls): Remove.
9754 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
9756         * play/cookie1.el: Add explanation of how to make cookie.el
9757         compatible with strfile(1) to comment.
9759         * subr.el (remove, remq): New functions.
9761         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9762         escape `*' in regexps.
9763         (midnight-find): Reverse order of arguments in the funcall of
9764         TEST.
9766         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9767         and `.class'.
9769         * play/meese.el: Add Commentary section.
9771 2000-07-27  Alex Schroeder  <alex@gnu.org>
9773         * sql.el (sql-ms): Added autoload cookie.
9774         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9775         (sql-oracle): Ditto.
9776         (sql-help): Doc change.
9778         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9779         types and exceptions.
9781 2000-07-27  Alex Schroeder  <alex@gnu.org>
9783         * sql.el (sql-placeholder-history): New variable.
9784         (sql-query-placeholders-and-send): New function that will query
9785         the user and replace placeholders with user input.
9786         (sql-oracle): If running on NT, set comint-input-sender to
9787         sql-query-placeholders-and-send.
9789         (sql-stop): If in the SQLi buffer, insert stop notification, else
9790         present it as a message.
9792 2000-07-27  Alex Schroeder  <alex@gnu.org>
9794         * sql.el (sql-input-ring-separator): Doc change.
9795         (sql-input-ring-file-name): Doc change.
9796         (sql-interactive-mode): Use `sql-input-ring-separator' and
9797         `sql-input-ring-file-name' to set the comint-mode equivalents
9798         without making them local variables.
9799         (sql-stop): Don't bind `sql-input-ring-separator' and
9800         `sql-input-ring-file-name' dynamically to their comint-mode
9801         equivalents.
9803 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9805         * international/mule.el (register-char-codings): New function.
9806         (make-coding-system): Handle `safe-chars' specification in the arg
9807         PROPERTY.
9809         * international/mule-cmds.el
9810         (find-coding-systems-region-subset-p): This function deleted.
9811         (sort-coding-systems-predicate): New variable.
9812         (sort-coding-systems): New function.
9813         (find-coding-systems-region): Use
9814         find-coding-systems-region-internal.
9815         (find-coding-systems-string): Use find-coding-systems-region.
9816         (find-coding-systems-for-charsets): Check
9817         char-coding-system-table.
9818         (select-safe-coding-system-accept-default-p): New variable.
9819         (select-safe-coding-system): Mostly rewritten.  New argument
9820         ACCEPT-DEFAULT-P.
9821         (select-message-coding-system): Call select-safe-coding-system
9822         with ACCEPT-DEFAULT-P arg.
9823         (reset-language-environment): Reset default-sendmail-coding-system
9824         to the default value iso-latin-1.
9825         (set-language-environment): Don't set the obsolete variable
9826         charset-origin-alist.
9828         * international/codepage.el (cp-coding-system-for-codepage-1):
9829         Give `safe-chars' property to make-coding-system.
9831         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9832         calling select-message-coding-system twice.
9834         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9835         instead of `safe-charsets'.
9836         (cyrillic-alternativnyj): Likewise.
9837         (ccl-encode-alternativnyj): Don't check the charset
9838         cyrillic-iso8859-5.
9840 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9842         * composite.el (compose-chars-after): Preserve match data.
9844 2000-07-26  Sam Steingold  <sds@gnu.org>
9846         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9847         (ange-ftp-real-file-newer-than-file-p): New function.
9848         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9849         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9851         * tooltip.el (tooltip-float-time): Removed (use `float-time').
9852         * midnight.el (midnight-float-time): Ditto.
9854 2000-07-26  Andreas Schwab  <schwab@suse.de>
9856         * files.el (normal-backup-enable-predicate): Correct
9857         interpretation of the return value of compare-strings.
9859 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
9861         * isearch.el (isearch-resume): New function.
9862         (isearch-done): Add something to command-history to resume
9863         the search.
9864         (isearch-yank-line, isearch-yank-word): Use
9865         buffer-substring-no-properties instead of buffer-substring.
9867         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9868         of flyspell-mouse-map.
9870         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9871         duplicate definition.
9872         (makefile-mode): Remove duplicate setting of local-abbrev-table.
9874         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9875         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9877 2000-07-25  Sam Steingold  <sds@gnu.org>
9879         * net/ange-ftp.el: Get modtime over the net.
9880         (ange-ftp-file-modtime): New function.
9881         (ange-ftp-write-region, ange-ftp-insert-file-contents)
9882         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9883         Use it.
9884         (ange-ftp-dot-to-slash): New function.
9885         (ange-ftp-fix-name-for-vms): Use it.
9887         * midnight.el (midnight-buffer-display-time): Use
9888         `with-current-buffer'.
9890 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
9892         * find-dired.el: Update copyright notice.
9893         (find-dired): Offer to kill a running `find'.
9895         * enriched.el (enriched-face-ans): For a `foreground-color'
9896         property, return '(("x-color" COLOR))' so that COLOR will be
9897         output as a parameter of the x-color annotation.  Likewise for the
9898         `background-color' property.  In the case of normal face
9899         properties, don't return annotations for unspecified foreground
9900         and background face attributes.
9902 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
9904         * language/japan-util.el (japanese-katakana-region): Fix handling
9905         HANKAKU argument.
9907 2000-07-25  Miles Bader  <miles@gnu.org>
9909         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9910         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
9911         constrain-to-field.
9913 2000-07-24  Andrew Innes  <andrewi@gnu.org>
9915         * timer.el (timer-activate-when-idle): Add optional parameter
9916         DONT-WAIT.  Update docstring.
9917         (run-with-idle-timer): Specify extra parameter to
9918         timer-activate-when-idle, so that timer will be activated
9919         immediately if Emacs is already idle.
9921         * w32-fns.el (w32-using-nt): Fix docstring.
9923 2000-07-24  Dave Love  <fx@gnu.org>
9925         * mouse.el (popup-menu): Set last-command-event.
9926         (mouse-major-mode-menu-prefix): Declare.
9928 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
9930         * textmodes/flyspell.el: Update to author's version 1.5d.
9932         * progmodes/hideshow.el: Update copyright notice.
9934         * vcursor.el: Set maintainer to FSF, since author cannot
9935         be reached.
9937 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
9939         * info.el (Info-goto-emacs-key-command-node): Leave a space after
9940         the prompt.
9942         * mouse.el (popup-menu): Run the keymap through indirect-function,
9943         in case it was defined with define-prefix-key.  If the menu is a
9944         list of keymaps, look up the binding of user's choice in each one
9945         of the keymaps.
9946         (mouse-popup-menubar): If the global and local menu-bar keymaps
9947         don't have a prompt string, create one and insert it into the
9948         keymap.  Don't barf if current-local-map returns nil.
9950 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
9952         * dired.el (dired-sort-R-check): Added to allow recursive listing
9953         to be undone.
9954         (dired-sort-other): Use it.
9956 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9958         * Release of cc-mode 5.27
9960 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9962         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9963         c-beginning-of-statement-1 that caused a bad case of recursion
9964         which could consume a lot of CPU in large classes in languages
9965         that have in-expression classes (i.e. Java and Pike).
9967         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9968         statements before top level constructs (i.e. case 6 is moved
9969         before case 5 and is now case 4) to catch in-expression
9970         classes in top level expressions correctly.
9972 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9974         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9975         objc-method-intro. Case 4 removed and case 5I added.
9977         * cc-langs.el (c-append-paragraph-start): New variable used by
9978         c-common-init to get paragraph-start correct.
9979         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9980         initialize paragraph-start to make it correct both with and
9981         without the javadoc special case.
9983         * cc-mode.el (java-mode): Use c-append-paragraph-start to
9984         initialize paragraph-start for javadoc markup.
9986         * cc-vars.el (c-style-variables-are-local-p): Incompatible
9987         change by defaulting this to t.  It's motivated by the
9988         confusing behavior that otherwise arise from the style system
9989         when editing both java and non-java files at the same time
9990         (see the comments about style setting in c-common-init).
9992 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9994         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9995         similar to the one in c-fill-paragraph to check the fill
9996         prefix from the adaptive fill function for sanity.
9998 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10000         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10001         defun block.
10003 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10005         * cc-mode.texi Documented the change of cpp-macro.
10007 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10009         * cc-align.el (c-lineup-multi-inher): Handle lines with
10010         leading comma nicely. Extended to handle member initializers
10011         too.
10013         * cc-engine.el: (c-beginning-of-inheritance-list,
10014         c-guess-basic-syntax): Fixed recognition of inheritance lists
10015         when the lines begins with a comma.
10017         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
10019         * cc-vars.el (c-offsets-alist): Changed default for
10020         member-init-cont to c-lineup-multi-inher since it now handles
10021         member initializers and indents better for leading commas.
10023 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10025         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10026         handling that caused class open lines to be recognized as
10027         statement-conts in some cases.
10029         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10030         guessed by the adaptive fill function unless point is on the
10031         first line of a block comment.
10033         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10034         when the buffer ends with a macro continuation char.
10036         * cc-engine.el (c-guess-basic-syntax): Added support for
10037         function definitions as statements in Pike.  The first
10038         statement in a lambda block is now labeled defun-block-intro
10039         instead of statement-block-intro.
10041         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10042         so that the class surrounding point is selected, not the one
10043         innermost in the state.
10045         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10046         recognition of switch labels having hanging multiline
10047         statements.
10049         * cc-engine.el (c-beginning-of-member-init-list): Broke out
10050         some code in c-guess-basic-syntax to a separate function.
10051         * cc-engine.el (c-just-after-func-arglist-p): Fixed
10052         recognition of member inits with multiple line arglists.
10053         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10054         member-init-cont when the commas are in funny places.
10056 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10058         * cc-defs.el (c-auto-newline): Removed this macro since it's
10059         not used anymore.
10061         * cc-engine.el (c-looking-at-bos): New helper function.
10062         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10063         inexpr and toplevel classes apart in Pike.
10065         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10066         of case 9A.
10068         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10069         constant, since "class" can introduce an in-expression class
10070         in Pike nowadays.
10072 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10074         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10075         indentation on cpp-macro lines.
10077         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10078         a syntax modifier like comment-intro, to make it possible to
10079         get syntactic indentation for preprocessor directives.  It's
10080         incompatible wrt to lineup functions on cpp-macro, but it has
10081         no observable effect in the 99.9% common case where cpp-macro
10082         is set to -1000.
10084 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10086         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10087         member-init-cont when the preceding arglist is several lines.
10089 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10091         * cc-styles.el (c-style-alist): The basic offset for the BSD
10092         style corrected to 8.
10094 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10096         * cc-styles.el (c-style-alist): Adjusted the indentation of
10097         brace list openers in the gnu style.
10099 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10101         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10103         * cc-cmds.el (c-electric-brace, c-electric-slash,
10104         c-electric-star, c-electric-semi&comma, c-electric-colon,
10105         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10106         when c-syntactic-indentation is nil.
10108         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10109         we were left at comments preceding the first statement when
10110         reaching the beginning of the buffer.
10112         * cc-vars.el (c-syntactic-indentation): New variable to turn
10113         off all syntactic indentation.
10115 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10117         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10118         between the text and the block comment ender when it hangs,
10119         depending on how many there are before the fill.
10121 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10123         * cc-engine.el (c-beginning-of-closest-statement): New helper
10124         function to go back to the closest preceding statement start,
10125         which could be inside a conditional statement.
10126         * cc-engine.el (c-guess-basic-syntax): Use
10127         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10129         * cc-engine.el (c-guess-basic-syntax): Better handling of
10130         arglist-intro, arglist-cont-nonempty and arglist-close when
10131         the arglist is nested inside parens.  Cases 7A, 7C and 7F
10132         changed.
10134         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10135         up-to-date with javadoc 1.2.
10137 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10139         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10140         multiline Pike type decls.
10142 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10144         * cc-cmds.el (c-indent-new-comment-line): Always break
10145         multiline comments in multiline mode, regardless of
10146         comment-multi-line.
10148 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10150         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10151         fully::qualified::names in C++ member init lists.  Preamble in
10152         case 5D changed.
10154 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10156         * cc-langs.el (c-common-init): Handling of obsolete variables
10157         moved to c-initialize-cc-mode.  More compatible style override
10158         when using global style variables.
10159         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10160         variables moved here.
10162         * cc-mode.texi: Documented the special behavior of
10163         c-special-indent-hook as a style variable.  Don't talk about
10164         doing (c-make-styles-buffer-local t) in a mode hook, since
10165         that's already too late to work right.
10167         * cc-styles.el (c-make-styles-buffer-local): Flag style
10168         variable localness in c-style-variables-are-local-p to make
10169         the compatibility measure in c-common-init work well.
10171         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10172         longer contain set-from-style.
10173         * cc-styles.el (c-initialize-builtin-style): Don't check for
10174         set-from-style on c-special-indent-hook.
10175         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
10176         copy-alist is sufficient now.
10178         * cc-styles.el (c-set-style, c-set-style-1,
10179         c-get-style-variables): Fixes to variable initialization so
10180         that duplicate entries in styles have the same effect
10181         regardless of DONT-OVERRIDE.
10183         * cc-styles.el (c-set-style-2): Fixed bug where the
10184         initialization of inheriting styles failed when the
10185         dont-override flag is set.
10187         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10188         on this.
10190 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10192         * cc-defs.el (c-forward-comment): Removed the workaround
10193         introduced in 5.38 since it had worse side-effects.  If a line
10194         contains the string "//\"", it regarded the // as a comment
10195         start since the \ temporarily doesn't have escape syntax.
10197 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
10199         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10200         ada-xref.el before ada-prj.el, so that the Project menu is created
10201         when ada-prj tries to add to it.
10202         (ada-activate-keys-for-case): Suppress the characters that are not
10203         part of the Ada syntax. Better compatibility with else-mode
10204         (ada-adjust-case-interactive): When auto-casing is not active,
10205         correctly insert newlines (used to insert only ^M).  Prevent the
10206         syntax table from being changed in case of an error
10207         (or '_' becomes part of a word and some commands are confused).
10208         Do nothing if ada-auto-case is nil.
10209         (ada-after-keyword-p): Ignore keywords that are also attributes
10210         (ada-batch-reformat): Update usage comment
10211         (ada-call-from-contextual-menu): New function
10212         (ada-case-read-exceptions): Reinitialize the casing exception list
10213         first to nil first, so that the casing exception file can be
10214         shared.
10215         (ada-check-defun-name): Handles "configure" keyword for gnatdist
10216         files.
10217         (ada-compile-goto-error): Fix regexp used to detect a file:line
10218         anywhere in the error message
10219         (ada-contextual-menu-last-point): New variable
10220         (ada-create-keymap): If the variable delete-key-deletes-forward is
10221         t on XEmacs, it means that DEL should delete one character
10222         forward.
10223         (ada-create-menu): Use :included instead of :visible for XEmacs.
10224         New submenu "Options".
10225         (ada-end-stmt-re): Correctly indent "select ... then abort"
10226         statements.
10227         (ada-fill-comment-paragraph): Correctly delete all leading '--'
10228         even if they don't match ada-fill-comment-prefix Fix handling of
10229         paragraphs on the first or last line of a file.
10230         (ada-format-paramlist): Fix handling of default parameter values.
10231         (ada-get-body-name): New function.
10232         (ada-get-current-indent): Optimized by searchling directly for an
10233         existing generic part or a statement outside of it.  Handle
10234         ada-indent-align-comments when indenting comments Replaced some
10235         regexps by testing directly the next character. This results in a
10236         huge speedup on some files.  New indentation scheme for renames
10237         statements.  Stop looking for the 'while' or 'for' associated with
10238         a 'loop' at the first semicolon encountered.  A "return" can also
10239         match an anonymous access subprogram declaration.
10240         (ada-get-indent-noindent): Ignore strings and comments when
10241         looking for the keywords "record" and "private".
10242         (ada-goto-matching-decl-start): When matching "if", make sure we
10243         are not in fact seeing "end if".  Ignore "when" statements except
10244         when initial keyword was "begin".  Fix handling of nested
10245         procedures.  Add a recursive call to this function to skip over
10246         other 'end' statmts.  Fix indentation for "when .. => begin"
10247         (ada-in-open-paren-p): Fix indentation for complex boolean
10248         expressions, where 'and then', 'or else' and parenthesis
10249         statements are mixed up.
10250         (ada-in-paramlist-p): Skip comments while searching for the
10251         beginning Fix handling of operator declarations.
10252         (ada-indent-align-comments): New variable
10253         (ada-indent-current): Change the syntax table only in the
10254         protected section, so that we are sure it is restored correctly.
10255         (ada-indent-on-previous-lines): Use ada-use-indent and
10256         ada-with-indent Correctly indent "select ... then"
10257         (ada-indent-region): Slight speedup.
10258         (ada-indent-renames): New variable.
10259         (ada-last-which-function-subprog, ada-last-which-function-line):
10260         New variables
10261         (ada-looking-at-semi-private): Correctly indent the 'private'
10262         keyword when it is the first word in a package declaration.
10263         (ada-loose-case-word): Stop searching if at the end of the buffer.
10264         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10265         even if point is not initially at the end of the word.
10266         (ada-matching-decl-start-re): Add "when".
10267         (ada-mode): Add support for abbrev-mode, outline-mode and
10268         which-func-mode Override the old find-file.el entry in
10269         ff-special-constructs since it is using the obsolete
10270         ada-spec-suffix variable
10271         (ada-no-auto-case): New function
10272         (ada-scan-paramlist): When parsing the argument type, accept
10273         spaces (as in "X 'Class", generated by Rational Rose).
10274         (ada-other-file-name): No longer loads the other file.
10275         (ada-popup-menu): Save and restore the current buffer and cursor
10276         position before and after displaying the menu.
10277         (ada-search-ignore-complex-boolean): New function.
10278         (ada-uncomment-region): Emacs21 already knows how to delete
10279         comments not starting in the first column.
10280         (ada-use-indent): New variable
10281         (ada-which-function): New function.
10282         (ada-with-indent): New variable
10283         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10284         can be batch-compiled from the command line.
10286         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10287         Add to the menu when the file is loaded, not in ada-mode-hook.
10288         Add -toolbar to the default ddd command Switches moved from
10289         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10290         ada-prj-default-comp-opt
10291         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10292         Reference Manual to the menu
10293         (ada-check-current): rewritten as a call to ada-compile-current
10294         (ada-compile): Removed.
10295         (ada-compile-application, ada-compile-current, ada-check-current):
10296         Set the compilation-search-path so that compile.el automatically
10297         finds the sources in src_dir.  Automatic scrollong of the
10298         compilation buffer.  C-uC-cC-c asks for confirmation before
10299         compiling
10300         (ada-compile-current): New parameter, prj-field
10301         (ada-complete-identifier): Load the .ali file before doing
10302         processing
10303         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10304         conform to gnatmake's behavior.
10305         (ada-find-file-in-dir): New function
10306         (ada-find-references): Set the environment variables for gnatfind
10307         (ada-find-src-file-in-dir): New function.
10308         (ada-first-non-nil): Removed
10309         (ada-gdb-application): Add support for jdb, the java debugger.
10310         (ada-get-ada-file-name): Load the original-file first if not done
10311         yet.
10312         (ada-get-all-references): Handles the new ali syntax (parent types
10313         are found between <>).
10314         (ada-initialize-runtime-library): New function
10315         (ada-mode-hook): Always load a project file when a file is opened,
10316         so that the casing exceptions are correctly read.
10317         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10318         (ada-parse-prj-file): Use find-file-noselect instead of find-file
10319         to open the project file, since the latter does not work with
10320         speedbar Get default values before loading the prj file, or the
10321         default executable file name is wrong.  Use the absolute value of
10322         src_dir to initialize ada-search-directories and
10323         compilation-search-path,...  Add the standard runtime library to
10324         the search path for find-file.
10325         (ada-prj-default-debugger): Was missing an opening '{'
10326         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10327         variables.
10328         (ada-prj-default-gnatmake-opt): New variable
10329         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10330         buffers, the project file is the default one Save the windows
10331         configuration before displaying the menu.
10332         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10333         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10334         ...)  regexp-quote identifiers names to support operators +,
10335         -,... in regexps.
10336         (ada-remote): New function.
10337         (ada-run-application): Erase the output buffer before starting the
10338         run Support remote execution of the application.  Use
10339         call-process, or the arguments are incorrectly parsed
10340         (ada-set-default-project-file): Reread the content of the active
10341         project file, not the one from the current buffer When a project
10342         file is set as the default project, all directories are
10343         automatically associated with it.
10344         (ada-set-environment): New function
10345         (ada-treat-cmd-string): New special variable ${current}
10346         (ada-treat-cmd-string): Revised.  The substitution is now done for
10347         any ${...} substring
10348         (ada-xref-current): If no body was found, compiles the spec
10349         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10350         compiler to get rid of command line length limitations.
10351         (ada-xref-get-project-field): New function
10352         (ada-xref-project-files): New variable
10353         (ada-xref-runtime-library-specs-path)
10354         (ada-xref-runtime-library-ali-path): New variables
10355         (ada-xref-set-default-prj-values): Default run command now does a
10356         cd to the build directory.  New field: main_unit Provide a default
10357         file name even if the current buffer has no prj file.
10359         * ada-prj.el:
10360         Rewritten to show a tabbed-dialog.
10361         (ada-prj-add-ada-menu): Remove the map and name parameters.
10362         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10363         New function
10364         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10365         (ada-prj-load-from-file): New function
10366         (ada-prj-save): Always save fields that depend on the current buffer
10367         (ada-prj-show-value): New function
10369         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10370         Ada mode. This will allow us to display the Ada menu in any buffer
10371         we want (for project items).
10372         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10373         number of spaces in the header.
10375 2000-07-24  Dave Love  <fx@gnu.org>
10377         * ediff-init.el (ediff-region-help-echo): Bind face-help.
10379 2000-07-23  Noah Friedman  <friedman@splode.com>
10381         * type-break.el (type-break): perform autosave.
10382         Suggested by Stephen Gildea <gildea@intouchsys.com>.
10383         (type-break-do-query): Cancel query schedule while performing
10384         actual query, to avoid possibility of a second query being made
10385         while first one is already in progress.
10386         (type-break-time-stamp-format): New variable.
10387         (type-break-time-stamp): New function.
10388         (type-break-time-warning): Use it.
10389         (type-break-keystroke-warning): Use it.
10390         (type-break-noninteractive-query): Use it.
10392         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10393         cookie.
10394         Use add-minor-mode to set minor-mode-alist, if available.
10395         (eldoc-echo-area-use-multiline-p): New user option.
10396         (eldoc-echo-area-multiline-supported-p): New variable.
10397         (eldoc-docstring-format-sym-doc): Use them.
10398         (eldoc-mode): If not using idle timers, append to local post and
10399         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
10400         (eldoc-display-message-no-interference-p): Don't interfere with
10401         edebug.
10402         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10403         (eldoc-function-arglist): New function.
10404         (eldoc-function-argstring): Use it.
10406         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10407         auto save directory exists before calling directory-files.
10409 2000-07-23  Dave Love  <fx@gnu.org>
10411         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10412         ^o, ^u.
10414 2000-07-21  Dave Love  <fx@gnu.org>
10416         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10417         now passed to the function.  It now works properly.
10419         * smerge-mode.el (smerge-mode-menu): Fill it out.
10421 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
10423         * info-look.el (info-lookup): If *info* is shown in another frame
10424         on the same display, select that frame, instead of switching to
10425         the Info buffer in another window of the selected frame.
10427         * simple.el (universal-argument-map): Bind numeric keypad keys
10428         kp-0 to kp-9 and kp-subtract.
10429         (digit-argument): Handle these keys.
10431 2000-07-20  Dave Love  <fx@gnu.org>
10433         * net/goto-addr.el (goto-address-fontify): Don't bother with
10434         buffer-modified and read-only stuff -- irrelevant with overlays.
10435         Put an extra property on the overlays and use it to clean up in
10436         case goto-address is re-run.
10438 2000-07-19  Richard M. Stallman  <rms@gnu.org>
10440         * timer.el (run-with-idle-timer): Doc fix.
10442         * mail/mail-utils.el (mail-strip-quoted-names):
10443         Handle case where <...> appears inside "...".
10444         Use replace-match to edit the string more simply.
10445         (rmail-dont-reply-to): Cope with an unmatched ".
10447 2000-07-19  Dave Love  <fx@gnu.org>
10449         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10450         implementation.
10452         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10453         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10454         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10456 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
10458         * textmodes/refer.el: Correct maintainer's email address.
10460         * progmodes/hideif.el: Correct author's email address.
10461         Fix typo in comment.
10463         * xml.el: New file.
10465         * mail/mailheader.el: Correct author's mail address.
10467         * gnus/parse-time.el: Correct author's mail address.
10469 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
10471         * comint.el (comint-highlight-input, comint-highlight-face):
10472         New user options.
10473         (comint-input-ring-file-name): Change custom type.
10474         (comint-mode-map): Bind mouse-2.
10475         (comint-insert-clicked-input): New function.
10476         (comint-send-input): Handle input highlighting.
10478 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
10480         * mouse.el (popup-menu): New function.
10481         (mouse-major-mode-menu): Use it.
10483 2000-07-18  Dave Love  <fx@gnu.org>
10485         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10486         improvements.
10488 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
10490         * faces.el (face-font-selection-order)
10491         (face-font-family-alternatives): Add custom type.
10493 2000-07-18  Dave Love  <fx@gnu.org>
10495         * cus-edit.el (custom-variable-reset-saved)
10496         (custom-variable-reset-standard): Remove unused bindings.
10498         * rect.el (open-rectangle-line): Remove unused let.
10500         * hl-line.el (hl-line-highlight): Check hl-line-mode.
10502 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
10504         * cdl.el: Fix `Maintainer' keyword.
10506         * play/pong.el: Add author's email address.
10508 2000-07-17  Sam Steingold  <sds@gnu.org>
10510         * files.el (insert-directory): Call `split-string' instead of
10511         re-implementing it.
10513 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
10515         * mail/vms-pmail.el: Change maintainer to FSF.
10517         * net/goto-addr.el: Change maintainer to FSF.
10519         * info.el (Info-title-face-alist): Removed.
10521 2000-07-18  David Ponce  <david@dponce.com>
10523         * recentf.el (recentf-open-files): New command that works like
10524         `recentf-open-more-files', but shows the whole list of files (not just
10525         those omitted from the menu). Useful if you don't use a menu-bar!
10526         (recentf-open-more-files) Modified to use `recentf-open-files'.
10528         (recentf-open-files, recentf-open-more-files)
10529         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10531         (recentf-dialog-mode): New mode for dialogs. You can now just type
10532         "q" to cancel the dialogs.
10534 2000-07-18  David Ponce  <david@dponce.com>
10536         * recentf.el: This is a major update of recentf.el. It adds new
10537         features to better organize the recentf menu and "More..." buffer.
10539         Using new provided menu filtering functions you can now organize the
10540         recent files list:
10542         - by major modes
10543         - by directories
10544         - by user defined rules
10546         Finally, with the new `recentf-filter-changer' customizable filter you
10547         can define a ring of filters and dynamically (via the menu) cycle on
10548         each menu organization in the ring (a la msb).
10550 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
10552         * eshell/eshell.el (eshell): Replace links to eshell.info with
10553         links to eshell, to avoid problems on systems where the manual is
10554         installed as `eshell'.
10555         * eshell/esh-cmd.el (eshell-cmd): Ditto.
10556         * eshell/em-smart.el (eshell-smart): Ditto.
10557         * eshell/em-banner.el (eshell-banner): Ditto.
10558         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10560         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10561         same-file check in the MS-DOS version (it does support inodes).
10563         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10565         * eshell/eshell.el (eshell-directory-name):
10566         Run default directory name through convert-standard-filename.
10568 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
10570         * international/mule-cmds.el (select-safe-coding-system):
10571         Fix typo in the comment.
10573         * language/european.el (compound-text):
10574         Force katakana-jisx0201 to be designated to G1.
10576         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10577         Don't translate some national variant characters of latin-jisx0201.
10578         (x-ctext): Force katakana-jisx0201 to be designated to G1.
10580         * international/kkc.el (kkc-after-update-conversion-functions):
10581         New variable.
10582         (kkc-update-conversion): Run functions in it at the tail.
10584 2000-07-16  John Wiegley  <johnw@gnu.org>
10586         * lisp/align.el (align-newline-and-indent):
10587         Adding new function.  for auto-aligning blocks of code on RET.
10588         (align-region): Fixed badly formatted minibuffer message.
10590 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
10592         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10593         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
10594         the conversion list at first if appropriate.
10595         (kkc-next): Don't update kkc-next-count here.
10596         (kkc-prev): Don't update kkc-prev-count here.
10597         (kkc-show-conversion-list-update): Fix setting up of conversion
10598         list message.
10600 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
10602         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10604 2000-07-16  Dave Love  <fx@gnu.org>
10606         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10607         function to be more specific.
10609         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10610         non-string help-echo.
10611         (widget-types-convert-widget): Defsubst it.
10612         (widget-echo-help): Try to cope with a help-echo function of two
10613         possible sorts.
10615 2000-07-15  Jason Rumney  <jasonr@gnu.org>
10617         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10618         Declare as obsolete.
10620         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10622 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
10624         * hilit-chg.el: Fix typo.
10626 2000-07-14  Dave Love  <fx@gnu.org>
10628         * info.el (Info-mode-menu): Fix use of :help, :enable.
10630 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
10632         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10634 2000-07-13  Dave Love  <fx@gnu.org>
10636         * emacs-lisp/easymenu.el: Doc fixes.
10637         (easy-menu-remove): Defalias to ignore.
10639         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10640         Call throw correctly.
10642 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
10644         * faces.el (frame-background-mode): Doc fix.
10646         * simple.el (eval-expression-print-length): Change custom type to
10647         allow entering nil as value.
10649 2000-07-13  Dave Love  <fx@gnu.org>
10651         * progmodes/fortran.el (fortran-imenu-generic-expression):
10652         Change definition layout.
10653         (fortran-mode-menu): Reinstate customize entries.
10655         * cus-edit.el (custom-group-menu-create, customize-menu-create):
10656         Use :filter, per old XEmacs code.
10658 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
10660         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10661         event when deciding what to send to the terminal.
10663 2000-07-12  Dave Love  <fx@gnu.org>
10665         * cus-start.el: Add optional version as 4th element of specs and
10666         use it for several things new in v21.  Remove load-path.  Fix type
10667         of line-number-display-limit.
10669 2000-07-11  Dave Love  <fx@gnu.org>
10671         * progmodes/fortran.el: Don't require easymenu.
10672         Use repeat counts in various regexps.
10673         (fortran-mode-syntax-table): Defvar directly.
10674         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10675         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10676         Use defvar, not defconst.
10677         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
10678         (fortran-mode): Set fortran-comment-line-start-skip,
10679         fortran-comment-line-start-skip, dabbrev-case-fold-search.
10680         (fortran-comment-indent): Use defsubst.
10681         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10682         Use fortran-comment-indent, not fortran-comment-indent-function.
10683         (fortran-comment-region, fortran-electric-line-number): Simplify.
10684         (fortran-auto-fill): New function.
10685         (fortran-do-auto-fill): Deleted.
10686         (fortran-find-comment-start-skip):
10687         Check for non-null comment-start-skip.
10688         (fortran-auto-fill-mode, fortran-fill-statement):
10689         Use fortran-auto-fill.
10690         (fortran-fill): Use fortran-auto-fill.  Check for null
10691         comment-start-skip.  Simplify final clause and use end-of-line finally.
10693         * widget.el (widget-plist-member): New alias.
10695 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
10697         * eshell/esh-module.el (toplevel): Reference
10698         byte-compile-current-file only if it is bound.
10700 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
10702         * dired.el: Don't require `dired-aux'.
10704 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
10706         * dired-aux.el (dired-show-file-type): New function.
10707         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10708         (dired-show-file-type): Add autoload.
10710 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
10712         * international/mule-diag.el (describe-font): Adjusted for the
10713         change of fontset-info.
10714         (print-fontset): Likewise.
10716 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
10718         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10720 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
10722         * bindings.el: Bind `[delete]' to delete-char.
10724         * dired.el (dired-find-alternate-file): New function.
10725         (dired-mode-map): Bind `a' to dired-find-alternate-file.
10726         (toplevel): Require dired-aux when compiling.
10727         (dired-buffers): Move defvar within file to avoid compiler warning.
10729         * info.el (Info-last-search): Variable removed.
10730         (Info-search-history): New variable.
10731         (Info-search): New Info-search-history.
10733         * battery.el, info-look.el: Change author's mail address.
10735 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
10737         * mail/rmail.el (rmail-clear-headers): Don't throw an error
10738         if rmail-ignored-headers is nil.
10739         (rmail-retry-failure): Bind rmail-ignored-headers and
10740         rmail-displayed-headers to nil.
10742 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
10744         * lpr.el (lpr-page-header-switches): Add `-h' switch.
10745         (print-region-1): Don't hard code `-h' here.
10747         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10749 2000-07-01  Francesco Potorti`  <pot@gnu.org>
10751         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10752         exim can use "your message" instead of "the message".
10754 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
10756         * facemenu.el: Docstrings fixes.
10757         (facemenu-get-face): Don't use internal-find-face.
10758         (facemenu-iterate): Rename arg to match the docstring.
10760         * newcomment.el (uncomment-region): Be more careful when skipping
10761         backwards over `=' not to bump into BOBP.
10763 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
10765         * ediff-diff.el (ediff-wordify): Use syntax table.
10766         * ediff-init.el (ediff-has-face-support-p): Use
10767         ediff-color-display-p.
10768         (ediff-color-display-p): Use display-color-p, changed to defun
10769         from defsubst.
10770         Got rid of special cases for NeXT and OS/2.
10771         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10772         face.
10774 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
10776         * emacs-lisp/lucid.el: Require CL.
10777         (copy-tree, remprop): Remove, it's provided by CL.
10778         (map-keymap): Define in terms of cl-map-keymap.
10779         (extent-property, set-extent-end-glyph): New functions.
10781         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10783 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10785         * Makefile.in (DONTCOMPILE): Add comment that the name may
10786         not be changed without changing the make-dist script.
10788         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10789         (cl-mapc): Use mapc instead of cl-old-mapc.
10791 2000-07-05  Andrew Innes  <andrewi@gnu.org>
10793         * makefile.nt: Add support for `bootstrap' and related targets.
10795 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
10797         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10798         (easy-menu-do-define): Use `menu-item' format.
10799         Handle case where easy-menu-create-menu returns a symbol.
10800         Manually call the potential top-level filter in the function binding.
10801         (easy-menu-filter-return): New arg NAME.
10802         Convert to a keymap if MENU is an XEmacs menu.
10803         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
10804         (easy-menu-converted-items-table, easy-menu-convert-item):
10805         New var and fun to memoize easy-menu-convert-item-1.
10806         (easy-menu-do-add-item): Use it.
10807         (easy-menu-create-menu): Use easy-menu-convert-item.
10808         Wrap easy-menu-filter-return around any :filter specification.
10809         Don't convert the menu if a filter was specified.
10810         Tell easy-menu-make-symbol not to check for MENU being an expression.
10811         (easy-menu-make-symbol): New arg NOEXP.
10813 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10815         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10816         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10817         (eval-defun): If called with prefix arg, instrument code for
10818         Edebug.
10820         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10821         similar to that of eval-defun.
10823 2000-07-04  Dave Love  <fx@gnu.org>
10825         * hl-line.el (hl-line-overlay): Make it permanent-local.
10827         * calendar/todo-mode.el: Replaced with a working version, based on
10828         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10830 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
10832         * paths.el (prune-directory-list): New function.
10833         (Info-default-directory-list): Rewritten to more methodically
10834         enumerate a big list of possible info directories (based on the
10835         list used by the standalone info reader).
10837         * info.el (info-initialize): Use prune-directory-list to remove
10838         non-existent directories from Info-directory-list.
10840         * paths.el (Info-default-directory-list): Try a list of possible
10841         info-directories instead of a single one.  Add the possible
10842         info directory "/usr/share/info".
10844         * woman.el (woman-man.conf-path): Explicitly include the debian
10845         man-db config file "/etc/manpath.config".
10846         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10847         are present in `manpath.config'.
10848         (woman-manpath): Include "/usr/share/man".
10850 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
10852         * frame.el (blink-cursor-mode): Don't hide cursor initially.
10854         * startup.el (command-line): Initialize blink-cursor based
10855         on window-system.
10857         * frame.el (blink-cursor): Default to nil if not running under
10858         a window-system.
10860         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10861         (face-x-resources): Remove duplicate entry for :font.
10863         * textmodes/refer.el (refer-find-entry-internal): Use some-window
10864         instead of cycling through windows with next-window.
10866         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10867         of cycling through windows with next-window.
10869         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10870         of cycling through windows with next-window.
10872         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10873         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10874         instead of cycling through windows with next-window.
10876         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10877         instead of cycling through windows with next-window.
10879         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10880         of cycling through windows with next-window.
10882         * terminal.el (te-process-output): Use walk-windows instead of
10883         cycling through windows with next-window.
10885         * server.el (server-switch-buffer): Use some-window instead of
10886         cycling through windows with next-window.
10888         * window.el (some-window): New function.
10889         (walk-windows): Remove reference to walk-windows-start.
10891         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10893 2000-07-03  Richard Stallman  <rms@gnu.org>
10895         * window.el (walk-windows): Guarantee termination by keeping a list
10896         of all the windows already handled.
10898 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
10900         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10901         window-system.
10903         * man.el (Man-notify-when-ready): Don't use window-system.  If
10904         Man-notify-method is newframe, and the display is not
10905         multi-frame, select the frame created for the man page.
10906         (Man-init-defvars): Doc fix.
10908 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
10910         * faces.el (region): Change background color for light background.
10912         * ediff-wind.el (ediff-setup-control-frame): Remove :box
10913         attribute from mode-line face of Ediff control frame.
10915         * replace.el (query-replace-map): Bind `e' like `E'.
10917 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
10919         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10920         Change name to "Select All".
10922         * dos-fns.el (convert-standard-filename): Fix last change.
10924 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
10926         * help.el (describe-variable): Don't insert a second `'s' in front
10927         of the string `value is shown below'.  Since the syntax-table is
10928         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10929         an existing `'s', so that this won't be deleted.
10931         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10932         * pcmpl-unix.el: New files.
10934 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
10936         * wid-edit.el (widget-member): Use the new plist-member.
10938 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
10940         * replace.el (perform-replace): Undo change of 2000-04-04.
10941         Instead, move backward 1 character at the end of the loop when
10942         necessary.
10944         * faces.el (fringe): Change face for different backgrounds.
10946         * eshell/esh-module.el (toplevel): Load defgroup's differently;
10947         patch from John.
10949         * eshell/*.el: Change spelling of the Free Software Foundation.
10951         * eshell/esh-toggle.el: Removed.
10953         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10955         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10956         interactively.
10958 2000-06-26  Alex Schroeder  <alex@gnu.org>
10960         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10961         `define-key'; instead of checking `(emacs-version)' check for
10962         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
10963         for `;' and `o' which might be electric.
10965         (sql-electric-stuff): New user option.
10966         (sql-magic-go): New function which uses `sql-electric-stuff'.
10967         (sql-magic-semicolon): New function which uses
10968         `sql-electric-stuff'.
10970         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10971         is not fboundp.
10973         (sql-oracle-options): New variable.
10974         (sql-oracle): Use it.
10976         (sql-imenu-generic-expression): Doc change.
10977         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10978         is used.
10980         (sql-informix): Added command line parameter "-" to force
10981         sql-informix-program to use stdout.
10983 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
10985         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10986         (cp864-decode-table): Doc fix.
10987         (cp720-decode-table): New variable, supports the Arabic OEM
10988         codepage used by Windows.
10989         (cp737-decode-table): New, Greek OEM codepage used by Windows.
10991 2000-06-23  Dave Love  <fx@gnu.org>
10993         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10994         (font-lock-fontify-anchored-keywords): Use
10995         line-beginning-position.
10996         (global-font-lock-mode): Use mapc.
10998 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
11000         * eshell/esh-module.el: Require CL when compiling.
11002 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
11004         * comint.el (comint-substitute-in-file-name): Call replace-match
11005         with second and third arg t.
11007         * cus-edit.el (custom-button-face, custom-button-pressed-face):
11008         Specify foreground color.
11010         * faces.el (tool-bar, mode-line, header-line): Specify foreground
11011         color.
11013         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11015         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11016         cddr instead of cdddr.
11018         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11019         instead of copy-list.
11021         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11022         of copy-list.
11024         * subdirs.el: Add eshell subdirectory.
11026         * eshell: New subdirectory containing the Eshell package.
11028         * pcomplete.el: New file.
11030 2000-06-23  Paul Eggert  <eggert@twinsun.com>
11032         * mail/mailpost.el (post-mail-send-it): Make sure file has
11033         proper permissions from birth.
11035         * files.el (basic-save-buffer-2): When temporarily setting
11036         file modes, set them to current modes plus 0200, not to 0777.
11038         * emerge.el (emerge-make-temp-file): Make sure file has proper
11039         permissions from birth.
11041 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
11043         * files.el (make-backup-file-name-1): On DOS/Windows, run the
11044         backup file name through convert-standard-filename.
11046         * dos-fns.el (convert-standard-filename): Convert leading
11047         directories as well.  When long file names are supported, convert
11048         characters that are invalid in Windows file names.
11050 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11052         * ps-print.el: Fix bug: if ^L is the very first buffer character,
11053         ps-print crashes.  New feature: page selection for printing.  Create
11054         raw-text-unix coding system for XEmacs.  Doc fix.
11055         (ps-print-version): New version number (5.2.3).
11056         (ps-plot-region): Bug fix.
11057         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11058         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11059         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11060         funs.
11061         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11062         (ps-last-page): New vars.
11064 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
11066         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11067         empty option string.
11069 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
11071         * man.el (man): Doc fix.
11073 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
11075         * international/mule-cmds.el (set-language-info-alist): Docstring
11076         fixed.
11078 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
11080         * version.el (emacs-version): Use ISO date format.
11082         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11083         instead of `M-backspace'.
11085         * simple.el (turn-off-auto-fill): New function.
11087 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
11089         * jit-lock.el (with-buffer-prepared-for-jit-lock):
11090         Renamed from with-buffer-prepared-for-font-lock and use
11091         inhibit-modification-hooks rather than setting *-change-functions.
11092         Update all functions to use the new name.
11093         (jit-lock-first-unfontify-pos): New semantics (and doc).
11094         (jit-lock-mode): Make non-interactive.
11095         Don't automatically turn on font-lock.
11096         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11097         Always use jit-lock-after-change.
11098         Remove and restore font-lock-after-change-function.
11099         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11100         (jit-lock-after-unfontify-buffer): Remove.
11101         (jit-lock-stealth-fontify):
11102         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11103         (jit-lock-after-change): Set the `fontified' text-prop to nil.
11105 2000-06-20  Sam Steingold  <sds@gnu.org>
11107         * emacs-lisp/cl-indent.el (toplevel): Indent
11108         `print-unreadable-object' properly.  Untabify.
11110 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11112         * textmodes/reftex.el (reftex-find-citation-regexp-format):
11113         Support for bibentry.
11114         (reftex-compile-variables): Fixed problem with end of section-re.
11116         * texmodes/reftex-dcr.el (reftex-view-crossref,
11117         reftex-view-crossref-from-bibtex):
11118         Deal with changed `reftex-find-citation-regexp-format'.
11119         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11120         Replaced `remprop' with `put'.
11121         (reftex-view-crossref, reftex-view-crossref-when-idle):
11122         Support for bibentry.
11124         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11125         New entry for bibentry package.
11127         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11128         Regexp also matches "\nobibliography".
11130         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11131         Call `reftex-ensure-write-access' before doing anything.
11132         (reftex-ensure-write-access): New function.
11134 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11136         * progmodes/idlwave.el: File re-installed (update to version 4.2)
11138         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11140         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11142         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11145 2000-06-20  Dave Love  <fx@gnu.org>
11147         * faces.el (frame-background-mode): Use set-default, not set, in
11148         setter.
11149         (frame-update-faces, frame-update-face-colors): Define with
11150         defalias.
11152         * enriched.el (enriched-decode-foreground)
11153         (enriched-decode-background): Don't use internal-find-face.
11155         * apropos.el: Doc fixes.
11157         * cus-edit.el (customize-changed-options): Check arg.
11158         (customize-version-lessp): Don't require decimal point.
11160         * custom.el (defcustom, defgroup): Doc fix.
11162         * newcomment.el (comment) <defgroup>: Add :version.
11163         (comment-multi-line): Doc fix.
11165         * emulation/mlsupport.el (define-hooked-local-abbrev,
11166         define-hooked-global-abbrev): Fix, using define-abbrev.
11168 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
11170         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11171         the whole buffer.
11173 2000-06-19  Dave Love  <fx@gnu.org>
11175         * menu-bar.el (menu-bar-options-save): New function.
11176         (menu-bar-options-menu): Use it.
11177         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11178         Simplify.
11180 2000-06-19  Andreas Schwab  <schwab@suse.de>
11182         * progmodes/etags.el (tags-query-replace): Put new parameters
11183         START and END at the end, for backward compatibility.
11185 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
11187         * international/codepage.el:
11188         (cp-coding-system-for-codepage-1): Delete special codes for
11189         generating xxx-dos coding system because now a CCL based coding
11190         system can handle EOL conversion by default.
11192         * international/mule.el (make-coding-system): Generate subsidiary
11193         coding systems for EOL handling variants even for a CCL based
11194         coding system.
11196 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
11198         * international/isearch-x.el (isearch-minibuffer-input-method)
11199         (isearch-minibuffer-input-method-function): These variables
11200         deleted.
11201         (isearch-with-input-method): Don't use the above variables.
11202         (isearch-process-search-multibyte-characters): Likewise.  Call
11203         read-string with the arg INHERIT-INPUT-METHOD t.
11205 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
11207         * font-lock.el (font-lock-after-fontify-buffer)
11208         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11210         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11211         Use consistent make-local-variable style for font-lock-fontified.
11212         (jit-lock-fontify-buffer):
11213         Don't bother checking for font-lock-mode and jit-lock-mode.
11215         * time.el: Remove trailing ^M that prevent CVS-merging.
11217 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
11219         * Makefile.in (distclean): New target.
11221 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
11223         * Makefile.in (srcdir): Define for update-subdirs.
11225 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
11227         * find-lisp.el: New file.
11229 2000-06-16  Andrew Innes  <andrewi@gnu.org>
11231         * time.el (display-time-mail-function): New variable, to allow
11232         external packages to indicate when new mail is available.
11233         (display-time-update): Use it.
11235 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
11237         * international/mule.el (mule-version): Change version name to
11238         SAKAKI.  AOI has already been used by Meadow.
11240         * international/quail.el (quail-show-guidance-buf): To find the
11241         bottom window (but minibuffer), pay attention to the height of
11242         minibuffer.
11244 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
11246         * arc-mode.el (archive-mode-map): Use the new menu-item format for
11247         menu-bar menus.  Add help strings.  Don't remove the Edit menu
11248         from the menu bar, as the menu bar has enough space now.
11250         * Makefile.in (SHELL): Make sure /bin/sh is used.
11252         * woman.el (woman-man-buffer): Fix bold and underlined CJK
11253         characters, which use series of two ^H characters instead of one.
11255 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
11257         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11258         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11259         functions.
11260         (Info-find-node-2): Try a case-sensitive search first, then
11261         do a case-insensitive search.
11263         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11264         tutorials.
11266         * complete.el (PC-env-vars-alist): New variable.
11267         (PC-complete-as-file-name): New function.
11268         (partial-completion-mode): Initialize PC-env-vars-alist from
11269         process-environment.
11270         (PC-do-completion): Handle completion of env vars.
11272         * info.el (Info-set-mode-line): Show file name in mode line,
11273         use `*Info*' instead of `Info:'.
11275         * startup.el (command-line-1): Change copyright messages to year
11276         2000.
11278 2000-06-15  Dave Love  <fx@gnu.org>
11280         * net/goto-addr.el (goto-address-fontify): Use keymap property,
11281         not local-map.
11283 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
11285         * international/mule.el (set-buffer-file-coding-system): Almost
11286         rewritten to handle `undecided' as no-op.
11288 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
11290         * Makefile.in: New file.
11292         * Makefile: Removed.
11294         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11295         (goto-address-highlight-keymap): Bind C-c RET.
11297 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
11299         * mail/sendmail.el (sendmail-send-it): The temporary buffer
11300         inherits buffer-file-coding-system of the current buffer.
11302         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11303         0.  Give correct argument to set-auto-coding-function.
11304         (tar-expunge): For goto-char, use (point-min), not 0.
11305         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11306         (tar-subfile-save-buffer): Likewize.
11308         * international/mule.el
11309         (after-insert-file-set-buffer-file-coding-system): Call
11310         set-buffer-file-coding-system with the arg FORCE t.
11312 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
11314         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11315         nil.  Contemporary sendmails issue an X-Authentication-Warning if
11316         the sender is set with `-f'.
11318 2000-06-13  Dave Love  <fx@gnu.org>
11320         * help.el (describe-function-1): Kluge around cases of functions
11321         fset to subrs whose doc doesn't match their symbol-name.
11323         * image.el (insert-image): Default STRING to a space.
11325         * info.el Doc fixes.
11326         (Info-build-node-completions): Match Ref tags.
11328 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
11330         * frame.el (display-multi-frame-p, display-multi-font-p): New
11331         defaliases for display-graphic-p.
11333         * hl-line.el: Fixed a typo in commentary.
11335 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
11337         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11338         fixed.
11340 2000-06-12  Dave Love  <fx@gnu.org>
11342         * image.el (insert-image): Save a little consing.
11344 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
11346         * language/tibet-util.el: Convert all tibetan-1-column characters
11347         to the corresponding tibetan characters.
11348         (tibetan-add-components): Delete code for the special treatment of
11349         'a chung.
11351         * language/tibetan.el (tibetan-composable-pattern): Fix previous
11352         change.
11353         (tibetan-vowel-transcription-alist): More rules added.
11354         (tibetan-composite-vowel-alist): New variable.
11355         (tibetan-precomposition-rule-alist): More rules added.
11357 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
11359         * startup.el (command-line): Only call menu-bar-mode if interactive.
11361         * thingatpt.el (toplevel symbol-properties):
11362         * textmodes/makeinfo.el (makeinfo-compile):
11363         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11364         * progmodes/hideif.el (hif-compress-define-list)
11365         (hide-ifdef-use-define-alist):
11366         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11367         (ange-ftp-vms-add-file-entry):
11368         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11369         * man.el (Man-build-man-command):
11370         * mail/rnewspost.el (news-reply-header-hook):
11371         * info.el (Info-insert-dir):
11372         * emulation/mlconvert.el (backward-word, forward-word, setq):
11373         * emacs-lisp/gulp.el (gulp-send-requests):
11374         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11375         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11376         (byte-optimize-apply, end of file):
11377         * emacs-lisp/advice.el (ad-advice-class-completion-table)
11378         (ad-make-freeze-definition):
11379         * startup.el (command-line, command-line-1): Don't quote lambdas.
11381         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11382         (cvs-cleanup-removed): New function.
11383         (cvs-cleanup-functions): New var.
11384         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11385         some flexibility in specifying additional entries to auto-cleanup.
11386         (cvs-quickdir): New function.
11387         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11388         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11389         (cvs-mode-find-file): Check that we are on a filename or dirname
11390         when invoked through a mouse-click.
11391         (cvs-full-path): Remove.
11392         (cvs-dired-action): Re-introduced.
11393         (cvs-dired-noselect): Use it.
11394         (vc-post-command-functions): use this new hook if available.
11396         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11397         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11398         (cvs-filename-map, cvs-dirname-map): Remove.
11399         (cvs-default-action): Remove.
11400         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11401         if the arg is really a keymap.
11402         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11403         Don't hardcode the mapping from state (aka type) to face, but check
11404         the var cvs-fi-<type>-face instead.
11405         (cvs-fileinfo-from-entries): New function.
11407         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11408         Docstring fix.
11409         (cvs-find-file-and-jump): Change default to be safer.
11410         (cvs-mode-diff-map): Define it as a function as well.
11411         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11412         Bind mouse-2 in this global map rather than with text-properties.
11414         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11415         file to resolve the ambiguity between C(conflict) and C(need-merge).
11417 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
11419         * international/mule.el (set-buffer-file-coding-system): If
11420         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11421         unconditionally.
11423 2000-06-12  Dave Love  <fx@gnu.org>
11425         * wid-edit.el (widget-specify-button): Really suppress the face if
11426         required.
11428 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
11430         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11432 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
11434         * imenu.el (imenu-generic-expression): Docstring fix.
11436         * composite.el (composition-function-table): Move the `put'
11437         below the autoload cookie so we can load the file before loaddefs.
11439         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11441         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11442         Handle easy-mmode-define-global-mode.
11443         For complex macros like define-minor-mode that can generate
11444         several autoload entries, try to autoload entries in the
11445         macroexpanded code.
11447         * emacs-lisp/easy-mmode.el (define-minor-mode):
11448         If KEYMAP is a symbol, just use it.
11449         Use byte-compile-current-file and load-file-name to infer the
11450         proper :require to pass to defcustom.
11451         Wrap the hook var into `progn' so as not to autoload it.
11452         Add a :autoload-end cookie.
11453         Be more careful about the evaluation of KEYMAP.
11454         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11455         (define-derived-mode): Move define-abbrev-table outside of defvar.
11457 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
11459         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11460         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11461         (backup-compiled-files): Ignore errors during `tar'.
11462         (bootstrap): Make autoloads before elc files.
11464 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
11466         * international/mule.el (set-buffer-file-coding-system): If one of
11467         undecided-XXX is specified, change only EOL conversion.
11469         * international/mule-conf.el (unix): New alias for the coding
11470         system undecided-unix.
11472 2000-06-09  Dave Love  <fx@gnu.org>
11474         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11476         * progmodes/executable.el: Byte compile dynamic.
11477         (executable-insert): Change custom type.
11478         (executable-find): Add autoload cookie.
11479         (executable-make-buffer-file-executable-if-script-p): New
11480         function.  After Noah Friedman.
11482         * files.el (after-save-hook): Customize, with
11483         executable-make-buffer-file-executable-if-script-p as an option.
11485 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
11487         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11488         "tib24p-mule.bdf" for Tibetan.
11490         * composite.el (decompose-composite-char): Declare it as obsolete.
11492         * man.el (Man-fontify-manpage): Pay attention to underline and
11493         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11495 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
11497         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11498         Set maintainer to FSF since author isn't reachable.
11500 2000-06-08  Dave Love  <fx@gnu.org>
11502         * international/mule-cmds.el (select-safe-coding-system): If
11503         DEFAULT-CODING-SYSTEM is not specified, also check the most
11504         preferred coding-system if buffer-file-coding-system is
11505         `undecided'.  From Handa.
11507 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
11509         * international/mule.el
11510         (after-insert-file-set-buffer-file-coding-system): If the buffer
11511         size is greater than INSERTED, judget that we are not visiting.
11513 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
11515         * whitespace.el (defgroup whitespace): Comment out `:version'.
11516         XEmacs 20.4 has problems defining the group with this present.
11517         We'll have this commented out till get resolve the problem.
11519 2000-06-07  John Wiegley  <johnw@gnu.org>
11521         * align.el (align-dq-string-modes, align-sq-string-modes)
11522         (align-open-comment-modes): Add pyhton-mode.
11523         (align-rules-list): Use get-text-property instead of
11524         text-properties-at.
11525         (align-rules-list): Add python-assignment.
11526         (align-rules-list): Change perl-comma-delimiter to
11527         basic-comma-delimiter.  Use if for Perl modes and python-mode.
11528         (align-rules-list): Add python-chain-logic and
11529         basic-line-continuation.
11531 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
11533         * apropos.el (apropos-mode-hook): New user variable.
11534         (apropos-mode): Run apropos-mode-hook.
11536 2000-06-07  David Ponce  <david@dponce.com>
11538         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11539         commands.  Require `wid-edit' at run-time.
11541 2000-06-07  David Ponce  <david@dponce.com>
11543         * recentf.el: Added some "Commentary".
11544         (recentf-open-more-files, recentf-edit-list): Minor changes to
11545         move the point at the top of the file list.  This behaviour is
11546         consistent with the menu one when the list contains a lot of
11547         files.
11548         (recentf-cleanup): Now displays the number of items removed from
11549         the list.
11550         (recentf-relative-filter) New menu filter to show filenames
11551         relative to `default-directory'.
11553 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11555         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
11556         with/without giving an error if PostScript printer doesn't have this
11557         kind of page size.  Zebra Stripe continues or restarts on next page.
11558         Manual/automatic paper feeding.  Switch or not the header.
11559         (ps-print-version): New version number (5.2.2).
11560         (ps-windows-system): Include emx as a Windows system.
11561         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11562         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11563         (ps-background-text): Code fix.
11564         (ps-error-handler-message, ps-user-defined-prologue)
11565         (ps-print-prologue-header, ps-printer-name)
11566         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11567         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11568         (ps-use-face-background): Customization fix.
11569         (ps-n-up-database): Data fix.
11570         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11571         (ps-switch-header): New vars.
11572         (ps-xemacs-color-name, ps-face-foreground-name)
11573         (ps-face-background-name, ps-boolean-constant): New funs.
11575 2000-06-07  Dave Love  <fx@gnu.org>
11577         * allout.el: New version from Manheimer.
11579 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
11581         * textmodes/fill.el (fill-find-break-point): Check the validity of
11582         charset.
11584 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11586         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11587         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11588         Call display-color-p and display-mouse-p instead of looking at
11589         window-system.
11591 2000-06-06  Dave Love  <fx@gnu.org>
11593         * image.el (find-image): Doc fix.  Return nil if image not found.
11594         (put-image, insert-image): Make STRING arg optional.
11596 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
11598         * language/vietnamese.el: Remove eval-when-compile.
11599         (viet-viscii-nonascii-translation-table): Define it as a
11600         translation table made from viet-viscii-decode-table.
11601         (viet-viscii-encode-table): Define it as a translation table made
11602         from the reverse map of above.
11603         (viet-vscii-nonascii-translation-table): Define it as a
11604         translation table made from viet-vscii-decode-table.
11605         (viet-vscii-encode-table): Define it as a translation table made
11606         from the reverse map of above.
11607         (ccl-decode-viscii): Use translate-character.
11608         (ccl-encode-viscii, ccl-encode-viscii-font)
11609         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11610         Likewize.
11612         * language/cyrillic.el: Remove eval-when-compile.
11613         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11614         translation table made from cyrillic-koi8-r-decode-table.
11615         (cyrillic-koi8-r-encode-table): Define it as a translation table
11616         made from the reverse map of above.
11617         (ccl-decode-koi8): Use translate-character.
11618         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11619         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11620         a translation table made from cyrillic-alternativnyj-decode-table.
11621         (cyrillic-alternativnyj-encode-table): Define it as a translation
11622         table made from the reverse map of above.
11623         (ccl-decode-alternativnyj): Use translate-character.
11624         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11625         Likewize
11627         * international/mule-diag.el (non-iso-charset-alist): Specify
11628         translation table symbol instead of translation table itself.
11629         (list-block-of-chars): CHARSET may be a translation table symbol.
11631         * international/mule.el (make-coding-system): If CODING-SYSTEM
11632         already exists, override it.
11634         * international/fontset.el: Use family `proportional' for Tibetan
11635         fonts.
11637         * international/ccl.el (ccl-compile-translate-character): Don't
11638         check if Rrr has property translation-table.
11639         (ccl-compile-map-multiple): Modified to avoid compiler warning.
11641 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
11643         * info.el: Bind case-fold-search to t when searching in case
11644         a user sets it to nil in a hook.
11646 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
11648         * autoarg.el (autoarg-mode, autoarg-kp-mode):
11649         * hl-line.el (hl-line-mode): Use the new :global key argument.
11651         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11652         (tar-clip-time-string): Prepend a space.
11653         (tar-grind-file-mode): Construct a string rather than modifying one.
11654         (tar-header-block-summarize): Fix docstring.
11655         Use `format' rather than an error-prone set of copy-loops.
11657         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11658         (diff-goto-source, diff-unified->context, diff-context->unified)
11659         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11660         understand the format output by the `-p' argument to diff.
11662         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11663         (sh-re-done): Use defconst.
11664         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11665         (sh-help-string-for-variable, sh-guess-basic-offset):
11666         Don't quote lambdas.
11667         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11668         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11670         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11671         (mh-letter-mode): Derive from text-mode.
11672         This implicitly means that it now calls kill-all-local-variables.
11673         Also remove the Emacs-18 compatibility code.
11675         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11676         Make use of symbol-property doc-string-elt.
11677         Use memq rather than a sequence of eq.
11678         (doc-string-elt): Fix the wrong or missing previously unused values.
11679         (autoload-print-form): New function extracted from
11680         generate-file-autoloads to allow recursion when handling progn
11681         so that defvar's and defun's docstrings are properly printed.
11682         (generate-file-autoloads): Use it.
11684         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11685         Use find-file-hooks in the minor-mode function.
11686         Be careful not to loop indefinitely in the post-command-hook function.
11688 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
11690         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11691         tty's.
11692         * ediff-diff.el (ediff-exec-process): Use --binary for fine
11693         differences whenever appropriate.
11694         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11695         * viper.el (find-file, find-file-other-window): Get viper to do
11696         wildcards.
11698 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
11700         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11701         (jit-lock-fontify-buffer): New function for JIT refontification.
11702         (jit-lock-mode): Fix docstring.
11703         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11704         Remove jit-lock-after-change from the _local_ hook.
11705         (jit-lock-function-1): Fix docstring.
11707         * info.el (Info-on-current-buffer): Initialize info.
11709         * newcomment.el (comment-indent): Ignore comment-indent-hook.
11711         * progmodes/tcl.el (tcl-indent-for-comment):
11712         Ignore comment-indent-hook.
11714         * emacs-lisp/easy-mmode.el: Require CL during compilation.
11715         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11716         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11717         and improve to use the lighter to guess the capitalization.
11718         (define-minor-mode): Inline code from easy-mmode-define-toggle.
11719         Add keyword arguments to specify global-ness or the custom group.
11720         Add local-map and help-echo properties to the lighter.
11721         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11722         (easy-mmode-define-global-mode): New macro.
11724 2000-06-02  Dave Love  <fx@gnu.org>
11726         * wid-edit.el: byte-compile-dynamic since we typically don't use
11727         all the widgets.  Don't require cl or widget.  Remove
11728         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
11729         (widget-read-event): Removed.  Callers changed to use read-event.
11730         (widget-button-release-event-p): Renamed from
11731         button-release-event-p.
11732         (widget-field-add-space, widget-field-use-before-change):
11733         Uncustomize.
11734         (widget-specify-field): Use keymap property, not local-map.
11735         (widget-specify-button): Obey :suppress-face.
11736         (widget-specify-insert): Use modern backquote syntax.
11737         (widget-image-directory): Renamed from widget-glyph-directory.
11738         (widget-image-enable): Renamed from widget-glyph-enable.
11739         (widget-image-find): Replaces widget-glyph-find.
11740         (widget-button-pressed-face): Move defvar.
11741         (widget-image-insert): Replaces widget-glyph-insert.
11742         (widget-convert): Use keywordp.
11743         (widget-leave-text, widget-children-value-delete): Use mapc.
11744         (widget-keymap): Remove XEmacs stuff.
11745         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11746         (widget-button-click): Don't set point at the click, but re-centre
11747         if we scroll out of window.  Rewritten for images v. glyphs &c.
11748         (widget-tabable-at): Use POS arg, not point.
11749         (widget-beginning-of-line, widget-end-of-line)
11750         (widget-item-value-create, widget-sublist, widget-princ-to-string)
11751         (widget-sexp-prompt-value, widget-echo-help): Simplify.
11752         (widget-default-create): Use widget-image-insert; some rewriting.
11753         (widget-visibility-value-create)
11754         (widget-push-button-value-create, widget-toggle-value-create): Use
11755         widget-image-insert.
11756         (checkbox): Create on and off images dynamically.
11757         (documentation-link): Change :help-echo.
11758         (widget-documentation-link-echo-help): Remove.
11760 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
11762         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11764         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11765         (easy-mmode-define-toggle, define-minor-mode): Use it.
11766         (easy-mmode-define-keymap): Docstring fix.
11767         (define-derived-mode): Default PARENT to fundamental-mode.
11768         Add the derived-mode-parent symbol-property.
11769         (easy-mmode-derived-mode-p): New function.
11771 2000-06-02  Dave Love  <fx@gnu.org>
11773         * files.el (convert-standard-filename): Doc fix.
11774         (normal-backup-enable-predicate): New function.
11775         (backup-enable-predicate): Use it to replace the lambda form.
11777         * calendar/todo-mode.el: [This needs more work on the outline
11778         stuff.]  Doc fixes.
11779         (todo) <defgroup>: Add :version.
11780         (todo-add-category): Don't use pushnew.
11781         (todo-cmd-raise): Fix typo.
11782         (todo-top-priorities): Change temp buffer name.
11783         (todo-category-alist): Avoid redundant lambda.
11784         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11785         Use outline-next-heading.
11787         * autoarg.el: Rewritten to use define-minor-mode.
11788         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11789         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11791 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
11793         * isearch.el (isearch-other-meta-char): Fix previous change.
11795 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11797         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11798         (log-edit-done): Only add the comment to the ring if it's different
11799         from the last comment entered.
11801         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11803 2000-06-01  Dave Love  <fx@gnu.org>
11805         * hl-line.el: Rewritten using define-minor-mode.
11807         * help.el (describe-function-1): Distinguish special form from
11808         builtin function.  Sanity-check presence of arglist for builtins.
11810 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
11812         * international/characters.el: Fix syntax/category setting of
11813         Tibetan characters.
11815         * language/tibet-util.el (tibetan-add-components): Fixes for new
11816         encoding of Tibetan characters.
11817         (tibetan-decompose-precomposition-alist): New variable.
11818         (tibetan-decompose-region): Convert precomposed characters to
11819         non-precomposed characters.
11820         (tibetan-decompose-string): Likewise.
11821         (tibetan-composition-function): Fix args to
11822         thibetan-compose-string.
11824         * language/tibetan.el (tibetan-composable-pattern): More
11825         characters included.
11826         (tibetan-consonant-transcription-alist): Rule for "R" added.
11827         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11828         "+R" added.
11829         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11831         * language/lao-util.el (lao-composition-function): Fix args to
11832         compose-string.
11834         * language/thai-util.el (thai-composition-function): Fix args to
11835         compose-string.
11837         * isearch.el (isearch-update): Set disable-point-adjustment to t
11838         to prevent the point moving to the end of a composition when a
11839         part of a composition is searched.
11840         (isearch-other-meta-char): If the key invoking this command can be
11841         mapped by function-key-map to a printing char, call
11842         isearch-process-search-char directly.
11844 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11846         * emacs-lisp/bytecomp.el:
11847         * frame.el:
11848         * international/mule-cmds.el:
11849         * international/mule-util.el:
11850         * international/mule.el:
11851         * mouse.el:
11852         * subr.el:
11853         * faces.el: Update calls to make-obsolete with a WHEN argument.
11855         * byte-run.el (make-obsolete, make-obsolete-variable):
11856         Add an optional WHEN argument and change the format of the
11857         symbol-property information.
11858         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11859         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11860         new obsolete-symbol-property format and print WHEN if it is provided.
11862 2000-05-31  Dave Love  <fx@gnu.org>
11864         * loadhist.el (loadhist-hook-functions): Remove
11865         before-change-function, after-change-function.
11866         (unload-feature): Deal with symbols which are both bound and
11867         fbound.
11869         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11870         before-change-function, after-change-function.
11872         * simple.el (newline): Don't bind before-change-function,
11873         after-change-function.
11875 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
11877         * whitespace.el (whitespace-rescan-timer-time): Update interval
11878         set to 600 seconds (10 minutes) instead of 60 seconds since
11879         a large number of whitespace buffers causes emacs to `freeze'
11880         for a considerable amount of time.
11882         * whitespace.el: Updated email address
11884 2000-05-31  Dave Love  <fx@gnu.org>
11886         * add-log.el (change-log-font-lock-keywords) <function>: Add
11887         pattern for function of change.
11888         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11889         acknowledgements patterns.
11891 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
11893         * isearch.el (isearch-printing-char): If keyboard coding system is
11894         being used, call isearch-process-search-multibyte-characters.
11896         * international/isearch-x.el: Mostly rewritten.
11898         * international/quail.el (quail-start-conversion): Don't include
11899         unhandled events in the returned events, but set them in
11900         unread-command-events.  Exit if all inputs are deleted.
11902 2000-05-30  Jason Rumney  <jasonr@gnu.org>
11904         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11906         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11907         Reenable code to create initial fontsets.
11908         Use set-fontset-font in place of put-charset-property.
11910 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
11912         * progmodes/perl-mode.el (perl-indent-line): When looking for a
11913         label, ensure that the first colon isn't followed by another.
11915         * paths.el (Info-default-directory-list): Doc fix.
11917         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11918         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11919         send a query containing USER only, not USER@HOST.
11921         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11922         and rmail-msgend to compute the restriction at the end, instead of
11923         computing it.
11925 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
11927         * dabbrev.el (dabbrev-expand): Don't display messages in the
11928         echo area if the minibuffer window is active.
11930         * jit-lock.el (jit-lock-mode): Add after change function to
11931         local hook.
11933 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
11935         * antlr-mode.el: New commands: hide/unhide actions,
11936         upcase/downcase literals.
11937         (antlr-tiny-action-length): New user option.
11938         (antlr-hide-actions): New command.  Suggested by
11939         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11940         (antlr-mode-map): New binding [C-c C-v].
11941         (antlr-mode-menu): New entries.
11942         (antlr-downcase-literals): New command.
11943         (antlr-upcase-literals): Ditto.
11945         * antlr-mode.el: Minor changes: indendation, mode-name.
11946         (antlr-indent-line): Indent cpp directive at column 0.
11947         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11949         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11950         (antlr-font-lock-additional-keywords): Workaround for intentional
11951         bug in XEmacs version of font-lock.
11952         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
11953         be used by a smarter version of `buffers-menu-grouping-function'.
11955 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
11957         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11958         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11960 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
11962         * international/encoded-kb.el
11963         (encoded-kbd-iso2022-designation-map): Pay attention to that
11964         charset-iso-final-char return -1 for eight-bit-control and
11965         eight-bit-graphic.
11967 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
11969         * speedbar.el (speedbar-use-images, speedbar-update-flag)
11970         (speedbar-easymenu-definition-base): Use display-graphic-p where
11971         available, instead of window-system.
11973 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
11975         * international/codepage.el (cp-coding-system-for-codepage-1): Add
11976         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11977         coding systems.
11979 2000-05-26  Dave Love  <fx@gnu.org>
11981         * disp-table.el (standard-display-underline): Don't use
11982         internal-find-face.
11984         * mail/reporter.el: Maintainer change.  Doc fixes.
11985         (reporter-version): Deleted.
11987         * emacs-lisp/elp.el: Maintainer change.
11988         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11990 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
11992         * add-log.el (add-change-log-entry): Merge the current entry with the
11993         previous one if the previous one is empty.
11995 2000-05-26  Dave Love  <fx@gnu.org>
11997         * loadhist.el (unload-feature): Fix interactive spec [from
11998         lijnzaad@ebi.ac.uk].
12000         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12001         subr-arity to check primitives.
12002         (byte-compile-flush-pending, byte-compile-file-form-progn)
12003         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12004         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12005         mapcar.
12007 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
12009         * international/fontset.el: Set family names of non-latin charsets
12010         in default fontset to "*".
12012         * international/mule-diag.el (print-fontset): Combine family part
12013         and registry part of the fontname by "-*-" instead of "-".
12015         * international/mule-cmds.el (encode-coding-char): Make strings
12016         multibyte before calling encode-coding-string.
12018 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
12020         * derived.el: Fix keywords.
12021         (define-derived-mode): Only define if needed.
12023         * simple.el (fill-comment, comment-column, comment-start)
12024         (comment-start-skip, comment-end, comment-indent-function)
12025         (block-comment-start, block-comment-end, indent-for-comment)
12026         (set-comment-column, kill-comment, comment-padding, comment-region)
12027         (comment-multi-line, indent-new-comment-line): Remove.
12029         * bindings.el (esc-map): Change ; to comment-dwim and use the new
12030         function names for comment operations.
12032         * newcomment.el: Add abundant autoload cookies.
12033         (comment-style): Don't depend on runtime data at compile-time.
12034         (comment-indent-hook): Remove.
12035         (comment-indent): Check if comment-indent-hook is bound.
12036         (comment-region): Docstring fix.
12038 2000-05-25  Dave Love  <fx@gnu.org>
12040         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12041         byte-code-function-p.
12043         * mail/rmailsum.el: Add provide.
12045         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12047         * smerge-mode.el (smerge-diff-switches): Don't use list* in
12048         defcustom.
12050 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
12052         * ediff-diff.el (ediff-exec-process): delete --binary option from
12053         non-buffer ediff jobs.
12055 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
12057         * hilit-chg.el (highlight-changes-mode): Ask about color or
12058         grayscale support, not about window-system.
12060         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12061         window-system.
12062         (ffap-highlight): Always default to t.
12064         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12065         display-popup-menus-p instead of looking at window-system.
12067         * disp-table.el (standard-display-g1, standard-display-graphic):
12068         Only refuse to use string glyphs on X and MS-Windows.
12070         * avoid.el: Remove window-system from commentary, suggest to use
12071         display-*-p instead.
12073         * apropos.el (apropos-print): Use display-mouse-p instead of
12074         window-system.
12076 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
12078         * international/codepage.el (cp-decoding-vector-for-codepage):
12079         Fill up unsupported characters with their own codes.  From Kenichi
12080         Handa.
12082 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
12084         * international/mule-diag.el (describe-char-after): Use
12085         display-graphic-p instead of window-system, so that this function
12086         works on MS-DOS.
12088 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
12090         * international/codepage.el (cp-make-coding-systems-for-codepage):
12091         Remove the eight-bit-graphic and eight-bit-control charsets from
12092         the list of charsets which we convert into `?'.
12094 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
12096         * international/mule-conf.el: Specify CHARSET-ID explicitely for
12097         private charsets.
12098         (mule-unicode-0100-24ff, japanese-jisx0213-1,
12099         japanese-jisx0213-2): New charsets.
12101         * international/fontset.el: Setup default fontset for new charsets.
12103 2000-05-24  Dave Love  <fx@gnu.org>
12105         * info.el (Info-find-node-2): Restructure [following "Vadim
12106         S. Solomin" <sovs@uic.nnov.ru>].
12108         * icomplete.el: Fix header for Finder.
12110 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
12112         * rmailout.el (rmail-output-to-rmail-file): Added optional param
12113         STAY.
12115         * rmail.el (rmail-automatic-folder-directives): New user variable.
12116         (rmail-show-message): Add call to `rmail-auto-file' during
12117         display.
12118         (rmail-auto-file): New function.
12120 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
12122         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12123         account.
12124         (ediff-test-utility,ediff-diff-mandatory-option)
12125         (ediff-reset-diff-options): Utilities for proper initialization of
12126         ediff-diff-options and ediff-diff3-options on Windows.
12128         * ediff-init.el (ediff-merge-filename-prefix): New customizable
12129         variable.
12131         * ediff-mult.el (ediff-filegroup-action): Use
12132         ediff-merge-filename-prefix.
12134 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
12136         * viper-ex.el (ex-write): Set selective display to nil.
12138 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
12140         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12141         aliases for hebrew-iso-8bit.
12143 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
12145         * woman.el: New version from Francis J. Wright
12146         <F.J.Wright@Maths.QMW.ac.uk>.
12147         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12148         names in environment variables regardless of the path separator.
12149         (woman-topic-all-completions-1): Don't call file-name-directory-p
12150         on all files, since woman-file-regexp already filters out any
12151         directories.
12153 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
12155         * international/quail.el (quail-start-translation): Don't change
12156         modified-p of the current buffer.
12157         (quail-start-conversion): Likewise.
12159         * international/kkc.el (kkc-region): Don't change modified-p of
12160         the current buffer.
12162         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12163         conform to RFC1468.
12164         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12166 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
12168         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12169         (speedbar-insert-button): Invisible text property fix.
12170         (speedbar-directory-plus): Renamed from speedbar-directory-+
12171         (speedbar-directory-minus): Renamed from speedbar-directory--
12172         (speedbar-page-plus): Renamed from speedbar-file-+
12173         (speedbar-page-minus): Renamed from speedbar-file--
12174         (speedbar-page): Renamed from speedbar-file-
12175         (speedbar-tag): Renamed from speedbar-tag-
12176         (speedbar-tag-plus): Renamed from speedbar-tag-+
12177         (speedbar-tag-minus): Renamed from speedbar-tag--
12178         (speedbar-expand-image-button-alist): Use above renames.
12180         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12181         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12182         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12183         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12184         * sb-pg.xpm: Renamed from sb-file.xpm
12185         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12186         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12188 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
12190         * international/quail.el (quail-show-guidance-buf): Set
12191         current-input-method of the guidance buffer to the name of the
12192         curren input method.
12194 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
12196         * progmodes/compile.el (compile-internal): Style typo.
12198         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12199         quote vars and functions in the docstring.
12201         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12203         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12204         Don't quote lambdas.
12206         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12208 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
12210         * startup.el (command-line): Determine source file of compiled
12211         user init file differently.  Warn if compiled user init file
12212         is older than its source file.
12214         * ffap.el (ffap-url-regexp): Add `https'.
12216 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
12218         * files.el (make-backup-file-name-1): Replace slashes with `!'
12219         rather than `|' (which is not allowed on Windows).  Replace the
12220         drive letters with a string "drive_X".
12222 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
12224         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12226         * files.el (interpreter-mode-alist): Add `bash2'.
12228 2000-05-22  Dave Love  <fx@gnu.org>
12230         * loadhist.el (feature-symbols, file-provides, file-requires): Use
12231         mapc.
12232         (feature-file): Avoid calling symbol-name.  Doc fix.
12233         (file-set-intersect, file-dependents): Use dolist, not mapcar.
12234         (loadhist-hook-functions): Add mouse-position-function.
12235         (unload-feature): Change uses of mapcar.
12237         * files.el (parse-colon-path): Doc fix.
12238         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12239         (set-auto-mode): Use mapc.
12241         * complete.el (PC-look-for-include-file): Use :alnum: character
12242         class.
12243         (partial-completion-mode): Add autoload cookie.
12245 2000-05-22  Sam Steingold  <sds@gnu.org>
12247         * info.el (Info-fontify-node): Fixed the call to
12248         `add-text-properties' (bug introduced on 2000-05-18).
12250 2000-05-22  Dave Love  <fx@gnu.org>
12252         * bindings.el: Remove debug-ignored-errors set in other files.
12254         * progmodes/etags.el: Add to debug-ignored-errors.
12255         (visit-tags-table-buffer): Clear out buffers holding old tables
12256         when making a new list.
12257         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12258         mapc.
12260         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
12261         quote keywords.
12262         (cmpl-string-case-type): Use character classes.
12264         * comint.el:
12265         * textmodes/ispell.el:
12266         * imenu.el:
12267         * mail/mh-e.el:
12268         * progmodes/compile.el: Add to debug-ignored-errors.
12270         * dabbrev.el: Add to debug-ignored-errors.
12271         (dabbrev-completion): Use mapc.
12273 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
12275         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12276         (woman-mapcan, woman-parse-man.conf)
12277         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12278         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12279         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
12280         path syntax better.
12281         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12282         (woman-manpath): Call woman-parse-man.conf.
12283         (woman-emulation): New defcustom, defaults to nroff.
12284         (woman-font-support): New defconst.
12285         (woman-use-symbol-font): New defcustom.
12286         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12287         "Emulation".
12288         Many functions: Doc fix.
12290 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
12292         * international/quail.el (quail-simple-translation-keymap): Map
12293         128..255 to quail-self-insert-command.
12294         (quail-keyboard-layout-alist): Add definition for "pc102-de".
12296 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
12298         * help.el (help-manyarg-func-alist): Typo.
12300         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12301         intervals which makes it heaps simpler.
12303         * newcomment.el (comment-region-internal): Go back to BEG after quoting
12304         the nested comment markers.
12306         * subr.el (remove-hook): Don't turn the hook's value into a list.
12308 2000-05-21  Dave Love  <fx@gnu.org>
12310         * edmacro.el (edmacro-parse-keys): Return vector if any elements
12311         are invalid characters.
12313         * international/mule-util.el (detect-coding-with-priority): Use
12314         mapc.  Remove redundant lambda.
12316         * international/mule-diag.el (list-non-iso-charset-chars)
12317         (describe-fontset): Remove redundant lambda.
12319         * emulation/crisp.el (brief-mode): New alias.
12321         * emacs-lisp/ring.el (ring-elements): New function.
12323         * emacs-lisp/easymenu.el (easy-menu-create-menu)
12324         (easy-menu-do-add-item): Use keywordp.
12326         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12328         * replace.el: Doc and error message fixes.
12329         (replace-highlight): Use facep, not internal-find-face.
12331 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
12333         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12335         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12336         (log-edit-insert-changelog): Drop `:' as well.
12338         * log-view.el: Fix file description.
12339         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12340         available.
12341         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12342         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12344         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12345         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12346         Print a status message if the toggle is called interactively.
12347         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12348         for global minor modes and use `defcustom' for them.
12349         Use add-minor-mode.
12350         (easy-mmode-define-derived-mode): Remove.
12351         (define-derived-mode): Fancier default docstring.
12352         (easy-mmode-define-navigation): Signal an error rather than (ding).
12354         * newcomment.el (comment-styles): New `box-multi'.
12355         (comment-normalize-vars): Better default for comment-continue to
12356         avoid whitespace-only continuations.
12357         (comment-search-forward): Always move even in the no-syntax case.
12358         (comment-padright): Only obey N if it's only obeyed for padleft.
12359         (comment-make-extra-lines): Better handling of empty continuations.
12360         Use `=' for the filler if comment-start has only one character.
12361         (uncomment-region): Try handling the special `=' filler.
12362         (comment-region): Allow LINES even if MULTI is nil.
12363         (comment-box): Choose box style based on comment-style.
12365 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
12367         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12368         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12370 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
12372         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12373         and insert, not subst-char-in-region.
12375         * international/mule-diag.el (list-character-sets-1): Handle
12376         charsets eight-bit-control and eight-bit-graphic.
12377         (list-iso-charset-chars): Likewise.
12378         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12379         charactes as is.  Use indent-to to align characters.
12381         * international/mule-cmds.el (find-multibyte-characters): Never
12382         exclude charsets eight-bit-control and eight-bit-graphic.
12384 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
12386         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12387         Don't quote lambdas.
12389         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12391 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
12393         * gud.el (gud-jdb-directories): Doc fix.
12395 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
12397         * newcomment.el: New file.
12399 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
12401         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12403 2000-05-18  Andreas Schwab  <schwab@suse.de>
12405         * dired.el (dired-between-files): Also skip lines beginning with
12406         `used'.
12408 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
12410         * msb.el (msb-menu-cond): Add choice `user'.
12412 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12414         * ps-print.el: Compatibility, customization and doc fix.
12415         (ps-printer-name-option): Replace defconst by defvar.
12416         (ps-postscript-code-directory): XEmacs compatibility.
12417         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12418         fix.
12419         (ps-user-defined-prologue, ps-print-prologue-header)
12420         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12421         compatibility and code fix.
12422         (ps-print-background-image, ps-print-background-text):
12423         Customization fix.
12424         (ps-line-number-start, ps-n-up-on): New vars.
12426 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
12428         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12429         the indent-comment function to just return the appropriate indent.
12431 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
12433         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12434         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12435         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12437 2000-05-18  Dave Love  <fx@gnu.org>
12439         * info.el (Info-fontify-node): Add intangible property as well as
12440         invisible.
12442         * calendar/appt.el (appt-make-list): Match all lines of entry.
12443         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12445 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
12447         * international/mule-diag.el (describe-char-after): Call
12448         internal-char-font, not char-font.  If internal-char-font returns
12449         nil, display "-- none --".
12451 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
12453         * image.el (image-type-available-p): Don't reference image-types
12454         if it isn't bound.
12456 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
12458         * autoarg.el (autoarg-mode): Typo in the :set argument.
12460 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
12462         * startup.el (command-line-1): Don't signal an error if the
12463         directory for auto-save-list files does not yet exist.
12465 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
12467         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12469 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
12471         * subr.el (remove-hook): `setq' hook-value, not `set'.
12473 2000-05-16  Sam Steingold  <sds@gnu.org>
12475         * info.el (debug-ignored-errors): More errors to ignore.
12477 2000-05-16  Dave Love  <fx@gnu.org>
12479         * cus-edit.el: Don't require cl or easymenu.
12480         (custom-variable-prompt): Test standard-value property, not
12481         user-variable-p.
12483 2000-05-16  Sam Steingold  <sds@gnu.org>
12485         * subr.el (add-hook): `setq' hook-value, not `set'.
12487 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
12489         * startup.el (command-line-1): Mention the FAQ in the startup
12490         message.
12492         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12494         * progmodes/compile.el (compilation-parse-errors): Collect
12495         `nomessage' regexps last.
12497         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12499         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12500         to the function name.
12502 2000-05-15  Dave Love  <fx@gnu.org>
12504         * speedbar.el (speedbar-recenter): Typo.
12505         (speedbar-expand-line): Make arg optional.
12506         (speedbar-mode): Avoid a compiler warning.
12508 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
12510         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12511         user-specified option string is empty.
12513         * mouse.el (mouse-yank-at-click): Doc fix.
12515 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
12517         * term/internal.el (IT-character-translations): More updates of
12518         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12519         documents.
12521 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
12523         * env.el (getenv): New function, interactively callable.
12524         (setenv, getenv): Remove autoload cookies.
12526         * loadup.el: Load `env'.
12528         * progmodes/f90.el: Change author's mail address.
12530 2000-05-14  Dave Love  <fx@gnu.org>
12532         * mail/rmail.el (rmail-show-message-hook): Customize and offer
12533         goto-addr as an option.
12535         * help.el (help-xref-stack): Doc fix.
12536         (help-xref-following): New variable.
12537         (help-make-xrefs): Use it.
12538         (help-xref-go-back): Use position information from stack element.
12539         (help-follow): Make position in stack element a pair.  Use
12540         help-xref-following.
12542         * autoarg.el: New file.
12544         * faces.el: Declare more functions obsolete.
12546         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12547         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12548         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12549         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12550         Remove all the setup-...-environment functions.
12552 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
12554         * speedbar.el: Updated the commentary section.  xemacs20p now uses
12555         >= when detecting.  Require `defimage' safely.
12556         (speedbar-easymenu-definition-base): Add toggle for images.
12557         (speedbar-easymenu-definition-special): Add flush cache & expand.
12558         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
12559         (speedbar-reconfigure-keymaps-hook): New variable.
12560         (speedbar-frame-parameters): Updated documentation.
12561         (speedbar-use-imenu-flag): Updated custom tag
12562         (speedbar-dynamic-tags-function-list): New variable.
12563         (speedbar-tag-hierarchy-method): Updated doc & custom.
12564         (speedbar-indentation-width, speedbar-indentation-width) New
12565         variables.
12566         (speedbar-hide-button-brackets-flag): Customizable.
12567         (speedbar-vc-indicator): Doc update.
12568         (speedbar-ignored-path-expressions): Updated default value.
12569         (speedbar-supported-extension-expressions): Updated default value.
12570         (speedbar-syntax-table): Remove {} paren status.
12571         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12572         as "+".  Added overlay aliases.
12573         (speedbar-mode): Use `speedbar-mode-line-update' instead of
12574         `force-mode-line-update'.
12575         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12576         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12577         `mouse-set-point'
12578         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12579         (speedbar-item-info-tag-helper): Revamped to handle a wider range
12580         of arbitrary text, and new helper functions.
12581         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12582         filename finder.
12583         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12584         (speedbar-directory-buttons): Update path search/expansion.
12585         (speedbar-make-tag-line): Pay attention to
12586         `speedbar-indentation-width'.  Use more care w/ invisible
12587         properties.
12588         (speedbar-change-expand-button-char): Call
12589         `speedbar-insert-image-button-maybe'.
12590         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12591         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12592         (speedbar-trim-words-tag-hierarchy)
12593         (speedbar-simple-group-tag-hierarchy): New functions
12594         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12595         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12596         functions.
12597         (speedbar-mouse-set-point): New function
12598         (speedbar-power-click): Updated documentation.
12599         (speedbar-line-token, speedbar-goto-this-file): Handle more types
12600         of tag prefix text.
12601         (speedbar-expand-line, speedbar-contract-line): Make more robust
12602         to strange text.
12603         (speedbar-expand-line): Takes universal argument to flush the
12604         cache.
12605         (speedbar-flush-expand-line): New function.
12606         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12607         Use new generator insertion method.
12608         (speedbar-fetch-dynamic-tags): New function.
12609         (speedbar-fetch-dynamic-imenu): Removed code now handled in
12610         `speedbar-fetch-dynamic-imenu'.
12611         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12612         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12613         "Revert Buffer" menu items.
12614         (speedbar-buffer-buttons-engine): Be smarter when creating a
12615         filename tag (for expansion purposes.).
12616         (speedbar-highlight-one-tag-line,
12617         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12618         (speedbar-recenter): New functions.
12619         (defimage-speedbar): Image loading abstraction.
12620         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12621         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12622         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12623         (speedbar-tag-type, speedbar-tag-mail): New images.
12624         (speedbar-expand-image-button-alist): New variable.
12625         (speedbar-insert-image-button-maybe): Insert an image over some
12626         buttons.
12628 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
12630         * international/mule-cmds.el (encode-coding-char): An ASCII
12631         character is always encodable.
12633         * international/mule-conf.el: Add more information in descriptions
12634         of character sets.
12636         * international/mule-diag.el (describe-char-after): New function.
12637         (describe-font-internal): Adjusted for the change of font-info.
12638         (describe-font): Likewise.
12639         (print-fontset): Rewritten for the new fontset implementation.
12640         (describe-fontset): Include fontset alias names in completion.
12641         (list-fontsets): Adjusted for the change of print-fontset.
12643         * simple.el (what-cursor-position): If DETAIL is non-nil, call
12644         describe-char-after instead of displaying the detail in the echo
12645         area.
12646         (syntax-code-table): Format changed.
12647         (string-to-syntax): Adjusted for the above change.
12649 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
12651         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12653 2000-05-12  Dave Love  <fx@gnu.org>
12655         * calendar/todo-mode.el: Remove some compatibility stuff and CL
12656         dependence.  Use line-{beginning,end}-position, not
12657         point-at{b,e}ol.  Some doc fixes.
12658         (todo-position): New function.  Fix callers of position to use it.
12659         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12661 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
12663         * time.el (display-time-mail-icon): Use `:ascent center'.
12665         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12666         handling FTP security extensions.
12668 2000-05-11  Dave Love  <fx@gnu.org>
12670         * calendar/todo-mode.el: New file.
12672 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
12674         * comint.el (comint-read-input-ring): Move reference to
12675         comint-input-ring-size outside of the save-excursion.  It was
12676         causing the default value to be the only one ever seen.
12678         * font-lock.el: Update copyright.  Remove Simon Marshall's email
12679         address on request from him.
12681         * subr.el (substitute-key-definition): Add comment describing
12682         the meaning of PREFIX.
12684 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
12686         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12688         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12689         (add-minor-mode): Don't make the variable buffer-local and add a
12690         reference to define-minor-mode in the docstring.
12692         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12693         HEADER/FOOTER and fix bug with trailing empty directory.
12694         (cvs-append-to-ignore): Use vc-editable-p if available.
12695         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12696         (vc-do-command): Tweak advice to handle the new VC.
12698         * log-view.el (log-view-goto-rev): New function for the new VC.
12699         (log-view-minor-wrap): Use mark-active.
12701         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12702         (log-edit-changelog-full-paragraphs): New var.
12703         (log-edit-insert-changelog): Remove a lonely leading `* file'.
12704         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12705         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12706         (log-edit-changelog-ours-p, log-edit-changelog-entries)
12707         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12708         Replace the `cvs' prefix with `log-edit'.
12710         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12712         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12713         (diff-font-lock-defaults): Explicitly turn off multiline.
12714         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12715         (diff-ediff-patch): Fix call to ediff-patch-file.
12716         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12717         Handle comments.
12719         * frame.el (automatic-hscrolling): Typo.
12721         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12723 2000-05-09  Sam Steingold  <sds@goems.com>
12725         * apropos.el (apropos-print): use `describe-face' instead of
12726         `customize-face-other-window'.
12728 2000-05-09  Dave Love  <fx@gnu.org>
12730         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12732         * help.el (describe-variable): Have customize button pop the
12733         help-xref stack when invoked.
12734         (help-xref-symbol-regexp): Add `face'.
12735         (help-make-xrefs): Check for quoted face names and adapt regexp
12736         submatch numbers to cope.
12737         (help-xref-interned): Maybe insert face doc too.  Separate
12738         sections with a line of hyphens.
12740         * faces.el:  Some doc fixes.  Declare some functions obsolete.
12741         (describe-face): Add customize button.  Return the help
12742         text.  Fix prompt.
12744 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
12746         * term/internal.el (IT-character-translations): Fix last change.
12748 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12750         * woman.el: New file
12751         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12753 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12755         * term/internal.el (IT-character-translations): Update ASCII
12756         simulations for greek-iso8859-7, add latin-iso8859-14 and
12757         latin-iso8859-15.
12759         * international/mule-cmds.el (set-language-info-alist): Call
12760         define-prefix-command with 3 arguments, to make the map suitable
12761         for a menu.
12763 2000-05-07  Dave Love  <fx@gnu.org>
12765         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12767 2000-05-05  Dave Love  <fx@gnu.org>
12769         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12770         list in doc string.  Don't quote keyword symbols.
12771         * emacs-lisp/cl.el: Likewise
12772         * emacs-lisp/cl-seq.el: Likewise
12774 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
12776         * abbrev.el (abbrev-mode): Make ARG optional.
12778 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
12780         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12782         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12784         * subr.el (substitute-key-definition): Clarify documentation.
12786 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
12788         * glasses.el (glasses-convert-to-unreadable): Use
12789         `glasses-separator' instead of the hard-wired "_".
12790         (glasses-mode): Call `glasses-make-unreadable' only in a single
12791         place.
12793 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
12795         * term/internal.el (cjk-codepages-alist): Add associations for
12796         Chinese and Korean codepages.  Remove FIXME comment.
12798 2000-05-03  Dave Love  <fx@gnu.org>
12800         * time.el (display-time-mail-face, display-time-use-mail-icon):
12801         New option.
12802         (display-time-mail-icon): New variable.
12803         (display-time-string-forms): Use the above.  Fix the local-map.
12805 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
12807         * replace.el (query-replace-map): Add binding for `E'.
12808         (query-replace-help): Extend help text.
12809         (perform-replace): Allow editing the replacement string.
12811         * make-mode.el (makefile-mode-abbrev-table): New variable.
12812         (makefile-mode): Set local abbrev table to
12813         makefile-mode-abbrev-table.
12814         (makefile-font-lock-keywords): Fontify includes and conditionals.
12816         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12817         set TOGGLE's value.
12819         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12820         mail-interactive-insert-alias.
12821         (mail-abbrev-complete-alias): New command.
12822         (mail-mode-map): Bind it to `M-TAB'.
12824 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
12826         * language/lao-util.el (lao-compose-region): New function.
12828 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
12830         * files.el (recover-session): Make directories as necessary
12831         if they don't exist yet.
12833         * calendar/cal-french.el
12834         (french-calendar-multibyte-special-days-array)
12835         (french-calendar-special-days-array): Change French text.
12836         (calendar-french-date-string): Change output.
12837         (calendar-goto-french-date): Likewise.
12839 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
12841         * wid-edit.el (widget-default-active): Obey `:always-active'.
12842         (widget-documentation-string-value-create): Set `:always-active'.
12844 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12846         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12847         default prefix to `~/_emacs.d/auto-save.list/_s'.
12848         (normal-top-level): Create the directory for auto-save files, if
12849         it doesn't already exist (in the ms-dos case only).
12851 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12853         * international/mule-cmds.el (set-language-environment): Don't
12854         concat an integer (dos-codepage), use format instead.
12856 2000-05-02  Dave Love  <fx@gnu.org>
12858         * help.el (help-xref-on-pp): Check for constant symbols.
12860 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
12862         * startup.el (normal-top-level): Put a condition-case around
12863         the code loading subdirs.el.
12865 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12867         * ps-print.el: Upside-down and face background color printing,
12868         line number step, doc fix.
12869         (ps-print-version): New version number (5.2).
12870         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12871         (ps-face-attribute-list, ps-plot-with-face): Code fix.
12872         (ps-spool-config): Var fix.
12873         (ps-printer-name-option): Const fix.
12874         (ps-print-upside-down, ps-use-face-background)
12875         (ps-line-number-step): New vars.
12876         (ps-window-system, ps-lp-system): New consts.
12877         (ps-face-background): New fun.
12879 2000-04-28  Richard Stallman  <rms@gnu.org>
12881         * files.el (make-auto-save-file-name):
12882         Apply auto-save-file-name-transforms to visited file name
12883         before generating auto save file name.
12884         (auto-save-file-name-transforms): New variable.
12886         * files.el (backup-enable-predicate):
12887         Correctly test for a file under a temporary directory.
12889 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
12891         * subr.el (add-minor-mode): Rewritten.
12893 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
12895         * mail/sendmail.el (sendmail-send-it): Set
12896         buffer-file-coding-system to the selected coding system for MIME
12897         header.
12899 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
12901         * dired.el (dired-move-to-filename-regexp): Allow format where
12902         YYYY is followed by two spaces.
12904         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12905         in the second character class of the regexp.
12907         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12908         mh-etc, too.
12910         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12911         nil.
12913         * subr.el (add-minor-mode): Use `set' instead of `setq'.
12915         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12916         argument.
12918 2000-04-27  Sen Nagata <sen@eccosys.com>
12920         * emacs-lisp/crm.el (crm-completion-table): New variable.
12921         (crm-collection-fn, crm-test-completion)
12922         (completing-read-multiple): Use it.
12924 2000-04-27  Dave Love  <fx@gnu.org>
12926         * help.el (locate-library): Use mapc.
12927         (help-manyarg-func-alist): Add call-process-region.
12929 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
12931         * subr.el (add-minor-mode): Make argument MAP optional.
12933         * desktop.el (desktop-save): Save list of minor modes.
12934         (desktop-create-buffer): Restore minor modes.
12935         (desktop-minor-mode-table): New user-option.
12937         * subr.el (add-minor-mode): New function.
12939         * image.el (find-image): New function.
12940         (defimage): Rewritten to find image at load time.
12942         * startup.el (normal-top-level-add-to-load-path): Handle
12943         case that the default directory is not in load-path.
12945         * help.el: Old patch from Stefan Monnier.
12946         (help-xref-on-pp): New function.
12947         (describe-variable): Use it to display xrefs in a symbol's value.
12949 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
12951         * cus-edit.el (custom-face): Fix parenthesis.
12953 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
12955         * mail/rmail.el (rmail-expunge): When there are no deleted
12956         messages, do nothing.
12958 2000-04-26  Dave Love  <fx@gnu.org>
12960         * international/mule-cmds.el (locale-translation-file-name):
12961         Defvar to nil.
12962         (set-locale-environment): Set it here (at runtime).
12964 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
12966         * replace.el (perform-replace): Add parameters START and END.  Use
12967         them instead of the check for a region in Transient Mark mode.
12968         (query-replace-read-args): Return two more list elements for the
12969         start and end of the region in Transient Mark mode.
12970         (query-replace, query-replace-regexp, query-replace-regexp-eval)
12971         (map-query-replace-regexp, replace-string, replace-regexp): Add
12972         optional last arguments START and END and pass them to
12973         perform-replace.
12975         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12976         form with additional arguments for perform-replace.
12978         * progmodes/etags.el (tags-query-replace): Add parameters START
12979         and END.  Construct a form with additional arguments for
12980         perform-replace.
12982         * simple.el (shell-command): Set default directory for "*Shell
12983         Command Output" buffer.
12985         * language/european.el (iso-latin-4): Fix typo.
12987         * emacs-lisp/crm.el: New file.
12989 2000-04-24  Dave Love  <fx@gnu.org>
12991         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12992         (Custom-reset-saved, Custom-reset-standard)
12993         (custom-group-value-create, custom-group-set, custom-group-save)
12994         (custom-group-reset-current, custom-group-reset-saved)
12995         (custom-group-reset-standard): Use mapc.
12996         (custom-buffer-create-internal): Disable undo when creating items.
12997         Use mapc.
12998         (custom-face): Avoid redundant lambda.
13000 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
13002         * startup.el (auto-save-list-file-prefix): Set default to
13003         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13005 2000-04-24  Sam Steingold  <sds@gnu.org>
13007         * time-stamp.el (time-stamp-string-preprocess): Always convert
13008         `field-result' to a string.
13010 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
13012         * frame.el (scrolling): New group.
13013         (automatic-hscrolling): New user-option.
13015         * startup.el (command-line-x-option-alist): Add `-lsp' and
13016         `--line-spacing'.
13018 2000-04-19  Dave Love  <fx@gnu.org>
13020         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13021         (cl-mapc): Rename from mapc.  Fix the funcall.
13023 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
13025         * simple.el (clone-indirect-buffer-other-window): New command.
13026         (clone-indirect-buffer): Add optional arg NORECROD.
13027         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13029         * help.el (resize-temp-buffer-window): Use count-screen-lines.
13031         * window.el (count-screen-lines): New function.
13032         (shrink-window-if-larger-than-buffer): Use count-screen-lines
13033         instead of window-buffer-height.
13035         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13036         non-existing variable comint-input-sentinel.
13037         (inferior-lisp-args-to-list): Removed.
13038         (inferior-lisp): Use split-string instead of
13039         inferior-lisp-args-to-list.
13041         * hexl.el (hexl-insert-hex-string): New command.
13043         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13044         instead of concat.
13046 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
13048         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13049         at the start of an existing but empty folder.
13051 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13053         * ps-mule.el: Customization fix, doc fix.
13054         (ps-multibyte-buffer): Customization fix.
13056 2000-04-17  Richard M. Stallman  <rms@gnu.org>
13058         * subr.el (read-passwd): Use read-char-exclusive.
13060 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
13062         * textmodes/texinfo.el (texinfo-insert-@email)
13063         (texinfo-insert-@emph, texinfo-insert-@quotation)
13064         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13065         (texinfo-mode-map): Add key bindings for them.
13067         * files.el (basic-save-buffer-2): Use a template with `$'
13068         instead of `#' for VMS.
13070         * simple.el (clone-indirect-buffer): New function.
13072 2000-04-16  Stephen Eglen  <stephen@gnu.org>
13074         * iswitchb.el (iswitchb-case): New function.  If the user input
13075         contains any upper-case characters, the search is made
13076         case-sensitive.
13078 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
13080         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13081         comment-end.
13082         (texinfo-font-lock-syntactic-keywords): New var.
13083         (texinfo-font-lock-keywords): Remove comment regexp.
13084         (texinfo-insert-block): New function.
13085         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13086         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
13087         and font-lock-defaults.  Use regexp-opt for outline-regexp.
13088         (texinfo-environments): New var.
13089         (texinfo-environment-regexp): Use regexp-opt and
13090         texinfo-environments.
13092         * textmodes/ispell.el (ispell-menu-map-needed): Check that
13093         ispell-process is bound since this might be eval'd before ispell
13094         is loaded.
13095         (ispell-message): Use a tiny bit less magic and a bit more hard
13096         data to figure out what kind of sc-cite-regexp to use.
13098         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13100         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
13101         (insert-cyclic-diary-entry): Unquote the lambda.
13103         * gud.el (gud-jdb-build-source-files-list): Fix typo.
13105         * files.el (backup-enable-predicate): Unquote the lambda.
13107         * cus-edit.el (custom-face, face): Unquote the lambda.
13109 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13111         * ps-print.el: Check for line-beginning-position definition.
13113         * ps-print.el: Fix counting lines in a region.
13114         (ps-print-version): New version number (5.1.5).
13115         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13116         (ps-printing-region): Fun code fix.
13118 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
13120         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13121         to file-directory-p.
13123 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
13125         * gud.el (gud-jdb-build-source-files-list): Check that directory
13126         exists before calling directory-files.
13128 2000-04-13  Dave Love  <fx@gnu.org>
13130         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
13131         syntax.
13133         * emacs-lisp/cl-specs.el: Remove when, unless.
13135         * emacs-lisp/cl-extra.el: Don't quote keywords.
13136         (cl-old-mapc): New variable.
13137         (mapc): Use it.
13138         (cl-map-intervals): Use with-current-buffer.  Don't check for
13139         next-property-change.
13140         (cl-map-overlays): Use with-current-buffer.
13141         (cl-expt): Remove.
13142         (copy-tree, remprop): Define unconditionally.
13144         * emacs-lisp/cl-compat.el (keywordp): Remove.
13146         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
13147         to use keywordp.
13148         (edebug-spec): Enable keywordp.
13150         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13151         string-lessp.
13153         * cus-start.el: Use keywordp.
13155 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13157         * diary-lib.el (include-other-diary-files): Fix the fix of
13158         2000-02-18 by doing a save-excursion.
13160 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13162         * ps-print.el: Customization fix, doc fix.
13163         (ps-print-version): New version number (5.1.4).
13164         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13165         (ps-print-preprint): Adjust code.
13166         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13167         (ps-print-prologue-header, ps-print-control-characters)
13168         (ps-spool-config): Customization fix.
13170 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
13172         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13173         converted to the new menu-item format, names silightly changed,
13174         help strings added.
13176         Support for spelling without async subprocesses:
13178         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13179         (ispell-session-buffer): New variables.
13180         (ispell-start-process, ispell-process-status,
13181         ispell-accept-output, ispell-send-string): New functions, for
13182         Ispell invocation when async subprocesses aren't supported.
13183         (ispell-word, ispell-pdict-save, ispell-command-loop,
13184         ispell-process-line, ispell-buffer-local-parsing): Replace calls
13185         to process-send-string with calls to ispell-send-string, and
13186         accept-process-output with ispell-accept-output.
13187         (ispell-init-process): Call ispell-process-status instead of
13188         process-status with.
13189         (ispell-init-process): Call ispell-start-process.  Call
13190         ispell-accept-output and ispell-send-string.  Don't call
13191         process-kill-without-query and kill-process if they are unbound.
13192         (ispell-async-processp): New function.
13194 2000-04-12  Dave Love  <fx@gnu.org>
13196         * info.el: Add debug-ignored-errors.
13197         (Info-mode-menu): Add some items.
13198         (Info-directory): Add autoload cookie.
13200         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13201         Modify `truncate-lines'.  Make `describe-language-environment'
13202         always visible and add help.  Modify `describe-key' help.  Invoke
13203         Info-directory from `info'.  New entry `emacs-manual'.
13205 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
13207         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13208         propertized-buffer-identification.
13209         (ebrowse-update-member-buffer-mode-line): Likewise.
13210         (ebrowse--mode-strings): Removed.
13211         (ebrowse--mode-line-props): Removed.
13213         * files.el (auto-mode-alist): Add `EBROWSE'.
13215         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13216         space before testing for end of buffer.
13217         (ebrowse-load): Removed.
13218         (ebrowse-revert-tree-buffer-from-file): Rewritten.
13219         (ebrowse-create-tree-buffer): Rewritten.
13220         (ebrowse-tree-mode): Read tree from buffer.
13222         * progmodes/ebrowse-ffh.el: Removed.
13224 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
13226         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13228 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
13230         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13231         at the wrong place.
13233 2000-04-09  Dave Love  <fx@gnu.org>
13235         * files.el (backup-enable-predicate): Use
13236         temporary-file-directory, small-temporary-file-directory.
13237         (make-backup-file-name-function, backup-directory-alist): New
13238         variables.
13239         (make-backup-file-name-1): New function.
13240         (make-backup-file-name): Use it.
13241         (find-backup-file-name): Likewise.  Use format for clarity, not
13242         concat.
13243         (file-newest-backup): Use make-backup-file-name.
13245 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
13247         * progmodes/ebrowse-ffh.el: New file.
13249         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13250         to ebrowse-ffh.el.
13251         (ebrowse-load): Add autoload.
13253         * finder.el (finder-commentary): Add autoload cookie.
13255         * mail/rfc2368.el: Correct author's email address.
13257         * progmodes/ebrowse.el: New file.
13259         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13260         item help string.
13261         (easy-menu-do-add-item): Ditto.
13262         (easy-menu-define): Extend doc string.
13264         * jit-lock.el (with-buffer-unmodified): Use
13265         restore-buffer-modified-p.
13266         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13267         (jit-lock-function, jit-lock-stealth-fontify): Don't use
13268         with-buffer-unmodified.
13270 2000-04-08  Dave Love  <fx@gnu.org>
13272         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13273         unless, when.
13275 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
13277         * viper-util.el (viper-put-on-search-overlay): New subroutine.
13278         (viper-flash-search-pattern): No operation when using Emacs
13279         doesn't support face.
13280         Use `viper-put-on-search-overlay'.
13282 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
13284         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13285         like C-r.
13287         * progmodes/make-mode.el: Some doc fixes.
13288         (makefile-mode-abbrev-table): New variable.
13289         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13290         (makefile-font-lock-keywords): Fontify includes and conditionals.
13291         (toplevel): Require `dabbrev' and `add-log' when compiling.
13293         * replace.el (perform-replace): Don't move forward one char
13294         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
13295         to do that because it leaves point 1 position after the last
13296         replacement, after everything has been replaced.
13298         * jit-lock.el (with-buffer-unmodified): New macro.
13299         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13300         modified state.
13301         (jit-lock-function-1): Extracted from jit-lock-function; not
13302         preserving buffer's modified state.
13303         (jit-lock-function, jit-lock-stealth-fontify): Call
13304         jit-lock-function-1.
13306         * mail/rfc2368.el: Remove supernumerary copyright line.
13308 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
13310         * glasses.el: Provide facilities for inserting space before left
13311         parentheses and uncapitalization of identifiers.
13312         (glasses-mode): Try to remove old overlays in all cases.
13314 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
13316         * progmodes/compile.el (compile-internal): Display the compilation
13317         buffer in a different frame, if it's already displayed there.
13319         * mail/rfc2368.el: New file.
13321         * simple.el (sendmail-user-agent-compose): Recognize a `body'
13322         header and insert its value as mail body.
13324         * subr.el (member-ignore-case): New function.
13326         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13327         (dabbrev--find-expansion): Ignore buffers matching a regexp
13328         from dabbrev-ignored-regexps.
13330         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13331         to extensions handled by gzip.
13333 2000-04-03  Richard M. Stallman  <rms@gnu.org>
13335         * files.el (insert-directory): List the total free space
13336         along with the used space.
13338         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13339         line is followed by one that matches CITATION-REGEXP, end the
13340         paragraph.
13342 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
13344         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13345         (rmail-make-basic-summary-line): Use that option.
13347 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
13349         * international/mule-cmds.el (encoded-string-description):
13350         Rewritten.   Try pretty description for ISO 2022 escape sequences
13351         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
13352         for hexadecimal format.
13354 2000-04-01  Dave Love  <fx@gnu.org>
13356         * cpp.el: Change customization group to `c' from `C'.
13358         * vcursor.el (vcursor-move): Use display-color-p.
13360         * international/mule-util.el: Provide mule-utils.
13361         (string-to-sequence): Simplify and speed up.
13363         * international/mule.el (make-coding-system): Purecopy doc-string.
13365         * international/mule-cmds.el: Various menu changes.
13366         (describe-specified-language-support): Handle `Default'.
13367         (set-language-info): Purecopy `info'.
13369 2000-03-31  Andrew Innes  <andrewi@gnu.org>
13371         * vc.el (vc-backend-diff): Return the correct status if we had to
13372         retry the rcsdiff command without the --brief option.
13374 2000-03-31  Dave Love  <fx@gnu.org>
13376         * help.el (help-manyarg-func-alist): Correct several omissions.
13378         * add-log.el: Don't require cl, fortran.
13379         (add-log-current-defun-function): Doc fix.
13380         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
13381         fix.
13382         (change-log-version-rcs): Function deleted.
13383         (change-log-version-number-search): Doc fix.  Use
13384         vc-workfile-version.  Avoid CL dolist.
13385         (add-change-log-entry): Just call add-log-current-defun to get
13386         defun.  Simplify somewhat.
13387         (change-log-get-method-definition-1): Likewise.
13388         (add-log-current-defun): Return nil if calling
13389         add-log-current-defun-function does so.  Move Fortran stuff to
13390         fortran.el.  Return string without properties.
13392         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13393         and :alpha: char classes.
13395         * mail/supercite.el: Defvar curline when compiling.
13396         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13397         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13398         rather than a-zA-Z0-9 to allow non-ASCII characters.
13400 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
13402         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13404         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13405         Re-enable new code.
13407         * lpr.el (print-region-1): Use -d to specify printer name for
13408         systems `usg-unix-v*, `dgux', `hpux', `irix'.
13410 2000-03-31  Dave Love  <fx@gnu.org>
13412         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13413         for function definition in symbol's function value slot first
13414         instead of first consulting byte-compile-function-environment.
13416 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
13418         * language/european.el ("Polish"): New language environment.
13419         (setup-polish-environment): New function.
13421 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
13423         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13424         Disable new code.
13426         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13427         trying to `load' the symbol of an autoload instead of the file
13428         recorded in the autoload.  Fix error messages.
13430 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13432         * ps-print.el: PostScript programming fix for ghostview, doc fix.
13433         (ps-print-version): New version number (5.1.3).
13434         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13435         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13436         (ps-generate-postscript-with-faces): Code fix.
13437         (ps-color-values): XEmacs compatibility.
13438         (ps-print-background-image, ps-print-background-text, ps-printer-name)
13439         (ps-default-fg, ps-default-bg): Adjust customization.
13440         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13441         (ps-color-scale): Renaming old ps-color-value fun.
13442         (ps-print-headers): Replace ps-print-header group to avoid conflict
13443         with ps-print-header variable.
13444         (ps-print-miscellany): New group.
13445         (ps-format-color, ps-rgb-color): New funs.
13446         (ps-default-foreground): New var.
13447         (ps-printer-name-option): New const.
13449 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
13451         * net/net-utils.el:
13452         (network-connection-host, network-connection-service): New variables
13453         (network-connection-mode): New mode, derived from comint-mode
13454         (network-connection-mode-setup): New function, saves host and
13455         service information in local variables.
13457         * lisp/locate.el:
13458         (locate-word-at-point): Added this function
13459         (locate): Default to using locate-word-at-point as input
13460         Run dired-mode-hook
13462 2000-03-29  Dave Love  <fx@gnu.org>
13464         * calendar/appt.el: Doc fixes.
13465         (appt-check): Convert min-to-app to a string before passing to
13466         appt-disp-window-function or concat.
13467         (appt-delete-window): Remove test for frame-root-window.
13468         (appt-select-lowest-window, appt-convert-time): Simplify.
13470         * emacs-lisp/bytecomp.el: Doc fixes.
13471         (byte-compile-file-form-autoload): Update
13472         byte-compile-function-environment.
13474 2000-03-29  Andreas Schwab  <schwab@suse.de>
13476         * emacs-lisp/autoload.el: Also print defsubst doc string
13477         specially.
13479         * dired.el (dired-insert-directory): If dired-free-space-program
13480         failed just delete its output.
13482 2000-03-29  Dave Love  <fx@gnu.org>
13484         * international/iso-cvt.el: Move provide to end.  Doc fixes.
13485         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13486         (iso-iso2sgml, iso-sgml2iso): New functions.
13487         (iso-cvt-define-menu): Fix some entries and use backquote for
13488         clarity.
13490         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13492 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
13494         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13495         ISO-DATE.  If non-nil, return date in ISO 8601 format.
13497 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
13499         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13500         if it ever becomes used.
13501         (log-edit-mode-hook): Default to vc-log-mode-hook.
13502         (log-edit-mode): Fix the docstring.
13504         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13505         the code.
13507 2000-03-26  Dave Love  <fx@gnu.org>
13509         * net/browse-url.el (browse-url): Re-fix case of
13510         browse-url-browser-function being an alist.
13511         (browse-url): Add :link to defgroup.
13513         * files.el: Doc fixes.
13514         (file-truename): Include `[' in wildcard characters.
13515         (automount-dir-prefix): Customize.
13516         (find-file-wildcards): Add :version.
13517         (find-file-noselect): Simplify a mapcar call.
13519         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13520         compatible with inf-lisp version.
13521         (eval-defun-1): Fix custom-declare-variable case.
13523 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
13525         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13527 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
13529         * Makefile (COMPILE_FIRST): New macro.
13530         (compile-files): Compile files from COMPILE_FIRST first.
13532         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13533         code.
13535         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13536         matching open parenthesis in column 0 to defun-prompt-regexp
13537         only if open-paren-in-column-0-is-defun-start is set.
13539         * sun-curs.el: Require CL at compile-time only.
13541         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13542         instead of copy-list which is a function from CL.
13543         (msb--choose-menu, msb--mode-menu-cond)
13544         (msb--create-buffer-menu-2): Use dolist instead of mapc.
13545         (msb--init-file-alist): Use mapcar instead of mapcan.
13546         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
13547         `(' in column 0 in doc string.
13548         (msb--add-separators): Use mapcar instead of mapcan.
13550         * cus-dep.el: Require CL at compile-time only.
13552 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
13554         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13555         (byte-compile-warnings): New warning `noruntime'.
13556         (byte-compile-constants, byte-compile-variables): Fix docstring.
13557         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13558         execute `eval-whenc-compile's body.
13559         (byte-compile-unresolved-functions): Fix docstring.
13560         (byte-compile-eval): New function.
13561         (byte-compile-callargs-warn): Check if the function will be available
13562         at runtime (via property `byte-compile-noruntime').
13563         (byte-compile-print-syms): New function.
13564         (byte-compile-warn-about-unresolved-functions): Also warn about
13565         `noruntime' functions (and use `byte-compile-print-syms').
13566         (byte-compile-file): Capitalize the message.
13568 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
13570         * mail/rmail.el (rmail-confirm-expunge): New user-option.
13571         (rmail-expunge): Ask for confirmation depending on the setting
13572         of rmail-confirm-expunge.
13574 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
13576         * Makefile (bootstrap-clean): If $(emacs) exists, build
13577         loaddefs.el first.  A loaddefs.el that's not up-to-date might
13578         cause a bootstrap failure because things don't autoload as
13579         expected.
13581 2000-03-23  Dave Love  <fx@gnu.org>
13583         * net/browse-url.el: Restore previous use of
13584         browse-url-maybe-new-window.
13586 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13588         * ps-print.el: Skip banner page fix.
13589         (ps-print-version): New version number (5.1.2).
13590         (ps-begin-file, ps-end-file, ps-generate): Code fix.
13592 2000-03-23  Dave Pearson  <davep@davep.org>
13594         * net/quickurl.el Changed the type of parameter passed to the
13595         function defined by `quickurl-format-function'. Before only the
13596         text of the URL was passed. Now the whole URL structure is passed
13597         and the function is responsible for extracting the parts it
13598         requires.  Changed the default of `quickurl-format-function'
13599         accordingly.
13600         (quickurl-insert): Changed the `funcall' of
13601         `quickurl-format-function' to match the above change.
13602         (quickurl-list-insert): Changed the `url' case so that it makes
13603         use of `quickurl-format-function', previous to this the format was
13604         hard wired.
13606 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
13608         * startup.el: Change some spellings for the X Window System.
13610 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
13612         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13613         up the code and the regexp and make sure the cursor is temporarily
13614         moved to the suspicious line while querying the user.
13616 2000-03-22  Jason Rumney  <jasonr@gnu.org>
13618         * w32-fns.el (w32-charset-info-alist): Initialize.
13620 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13622         * ps-print.el: N-up last page fix.
13623         (ps-print-version): New version number (5.1.1).
13624         (ps-end-file, ps-end-job, ps-generate): Code fix.
13626 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
13628         * files.el (find-file-run-dired): Update docstring.
13629         (find-directory-functions): New hook.
13630         (find-file-noselect): Run find-directory-functions rather than
13631         calling dired directly.
13633         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13635         * pcvs.el: Add a minimal leading commentary.
13636         (cvs-make-cvs-buffer): Change the header part by removing the startup
13637         message and adding a `Module' entry.  Also replace the FOOTER and
13638         HEADER special fileinfos with the new support in ewoc for updating
13639         its own footer and header.
13640         (cvs-update-header): Update to use the header/footer of the ewoc.
13641         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13642         (cvs-is-within-p): New function.
13643         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13644         to only examine some subset of the buffers.
13646         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13647         `format' instead of our own ad-hoc functions.
13648         Remove HEADER and FOOTER cases, now handled in the EWOC.
13649         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13651         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13652         output to avoid scaring the user.
13653         (cvs-parse-table): Catch message for non-up-to-date commits.
13655         * pcvs-defs.el (cvs-startup-message): Remove.
13656         (cvs-global-menu): New autoloaded menu.
13658         * pcvs-util.el (cvs-string-fill): Remove.
13660         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13661         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13662         PP part of it and also make it work for footers and headers.
13663         (ewoc-create): Drop POS and BUFFER arguments.
13664         Use the DLL's dummy node to store the end-of-footer position.
13665         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13666         (ewoc-refresh): Remove unused `header' variable.
13667         (ewoc-(get|set)-hf): New functions.
13669         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13670         log-view-*-(message|file) and use easy-mmode-define-navigation.
13671         (log-view-message-re): Match SCCS format as well.
13672         And match the revision line rather than the dashed separator line.
13673         (log-view-mode): Use the new define-derived-mode.
13674         (log-view-current-tag): Fill in with an actual implementation.
13676         * cvs-status.el (cvs-status-(prev|next)): Rename from
13677         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13678         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13679         to let the output "breathe" a little more (more readable).
13680         (cvs-status-mode): Use the new define-derived-mode.
13682         * smerge-mode.el (smerge-auto-leave): New function and variable.
13683         (smerge-basic-map): Rename from smerge-basic-keymap.
13684         Change the bindings for smerge-diff-*.
13685         (smerge-*-map): Use easy-mmode-defmap.
13686         (smerge-(next|prev)): Use easy-mmode-define-navigation.
13687         (smerge-keep-*): Use smerge-auto-leave.
13689 2000-03-21  Jason Rumney  <jasonr@gnu.org>
13691         * cus-edit.el (custom-button-face): Use 3D look for w32.
13692         (custom-button-pressed-face): Likewise.
13694 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
13696         * progmodes/etags.el (tags-case-fold-search): New user-option.
13697         (tags-loop-eval): New function.  Bind case-fold-search around eval
13698         depending on the value of tags-case-fold-search.
13699         (tags-loop-continue): Use tags-loop-eval.
13700         (find-tag-in-order): Bind case-fold-search depending on the value
13701         of tags-case-fold-search.
13703 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
13705         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13706         (diff-end-of-hunk): Return the end position for use in
13707         `easy-mmode-define-navigation'.
13708         (diff-recenter): Remove.
13709         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13710         of `easy-mmode-define-navigation'.
13711         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13712         previous renaming) and fix to use new names.
13713         (diff-merge-strings): Use \n as separator: simpler, faster.
13714         (diff-mode): Use `define-derived-mode'.
13716         * derived.el (define-derived-mode): Don't autoload anymore.
13717         Prefer the macro-only version provided by easy-mmode.el.
13719         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13720         `easy-mmode-define-derived-mode'.
13721         Use `combine-run-hooks'.
13722         (easy-mmode-define-navigation): New macro.
13724         * subr.el (combine-run-hooks): New function.
13726 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
13728         * term/x-win.el: Fontsets related initialization is simplified.
13730         * international/mule-diag.el (describe-font): Don't refer to
13731         global-fontset-alist, instead call font-list.
13732         (describe-fontset, list-fontsets, mule-diag): Likewise.
13733         (print-fontset): Adjusted for the change of fontset
13734         implementation.
13736         * international/fontset.el (x-charset-registries): Variable
13737         removed, instead the corresponding data is stored in the default
13738         fontset.
13739         (register-alternate-fontnames): Function removed.
13740         (resolved-ascii-font): Variable removed.
13741         (x-compose-font-name): Ignore the second argument REDOCE.
13742         (x-complement-fontset-spec): Complement only an ASCII font and
13743         element for those charsets than can use that ASCII font.
13744         (generate-fontset-menu): Don't refer to global-fontset-alist,
13745         instead call fontset-list.
13746         (uninstantiated-fontset-alist): Variable removed.
13747         (x-style-funcs-alist): Likewise.
13748         (fontset-default-styles): Likewise.
13749         (x-modify-font-name): Function removed.
13750         (create-fontset-from-fontset-spec): Ignore the argument
13751         STYLE-VARIANT.
13752         (create-fontset-from-ascii-font): Docsting adjusted for the above
13753         change.
13754         (instantiate-fontset, resolve-fontset-name): Functions removed.
13755         (fontset-list): Now implemented by C code.
13757         * faces.el (read-face-font): Fix TABLE arg to completing-read.
13758         (describe-face): Include `font' attribute in the description.
13760 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
13762         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13764 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
13766         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13767         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13768         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13770         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13771         about behavior of set-buffer-modified-p wrt redisplay.
13773 2000-03-19  Richard M. Stallman  <rms@gnu.org>
13775         * view.el (view-mode-disable): Kill local binding of view-read-only.
13777 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
13779         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13780         is a string, convert it to a syntax cell using string-to-syntax.
13782         * simple.el (syntax-code-table, syntax-flag-table): New variables.
13783         (string-to-syntax): New function.
13785         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13786         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13787         try to use passive ftp mode.
13789 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
13791         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13793         * simple.el (append-to-buffer): Update point of windows after
13794         insertion.
13796         * abbrev.el (inverse-add-abbrev): Identify word by first moving
13797         forward then moving backward.  Reindent.
13799         * frame.el (other-frame): Call x-focus-frame only if
13800         focus-follows-mouse is off.
13802 2000-03-17  Dave Love  <fx@gnu.org>
13804         * pcvs-util.el (cvs-strings->string): Rename
13805         replace-regexps-in-string.
13807 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
13809         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13810         regexp for labels cannot span several lines.
13812         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13813         `(setq :<key> ':<key>)' to the macro expansion.
13815 2000-03-16  Dave Love  <fx@gnu.org>
13817         * progmodes/f90.el (f90): Put custom group under `languages', not
13818         `fortran'.
13819         (f90-mode-hook): Customize.
13820         (f90-mode): Set add-log-current-defun-function.
13821         (f90-current-defun): New function.
13823 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
13825         * cus-edit.el (custom-variable-tag-face): Handle case that
13826         default face's height is not a number.
13827         (custom-face-tag-face, custom-group-tag-face-1)
13828         (custom-group-tag-face): Ditto.
13829         (custom-group-tag-face-1): Add :group.
13831         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13833 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
13835         * pcvs-defs.el (toplevel): Remove autoload cookie for form
13836         requiring easymenu.
13838 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13840         * ps-print.el: PostScript user-defined prologue, PostScript error
13841         handler, doc fix.
13842         (ps-print-version): New version number (5.1).
13843         (ps-user-defined-prologue, ps-error-handler-message)
13844         (ps-print-prologue-0, ps-error-handler-alist): New vars.
13845         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13846         (ps-insert-string): New function.
13848 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
13850         * international/ccl.el (ccl-compile-expression): Don't generate
13851         invalid self-assignment code.
13853 2000-03-14  Dave Love  <fx@gnu.org>
13855         * subr.el (replace-regexp-in-string): Renamed from
13856         replace-regexps-in-string.  Doc fix.
13858 2000-03-12  Dave Love  <fx@gnu.org>
13860         * cus-edit.el: Doc fixes.
13861         (customize-set-variable, customize-save-variable): Rename args for
13862         doc.
13863         (custom-variable-tag-face, custom-face-tag-face)
13864         (custom-group-tag-face-1, custom-group-tag-face): Modify from
13865         style which user identify as hyperlink.
13866         (hook): Don't add undefined functions to the hook.
13867         (debug-ignored-errors): Transfer message from bindings.el.
13869 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13871         * recentf.el (recentf-keep-non-readable-files-p): Remove
13872         double/nested definition.
13874 2000-03-12  Dave Love  <fx@gnu.org>
13876         * facemenu.el (facemenu-get-face): Use display-color-p.
13877         * enriched.el (enriched-decode-foreground): Likewise.
13878         (enriched-decode-background): Likewise.
13879         * isearch.el (isearch-highlight): Likewise.
13880         * info-look.el (info-lookup): Likewise.
13881         * simple.el (completion-setup-function): Likewise.
13883         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13884         :options.
13886         * bindings.el (mode-line-format): Fix line-number and
13887         column-number items.  Add help-echo for the background.
13888         (mode-line-mule-info): Modify help-echo.
13890         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13892         * files.el (load-file): Allow completion to .elc.
13894         * man.el: Doc fixes.
13895         (Man-init-defvars): Use display-color-p to set fontification.
13897         * play/hanoi.el (hanoi-internal): Don't use oddp.
13899 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13901         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13903         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13905 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13907         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13908         Fix comment.
13910 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
13912         * font-lock.el (font-lock-keywords): Fix the doc now that
13913         regexp-opt-depth is unnecessary.
13914         (save-buffer-state): Set an edebug spec.
13915         (font-lock-fontify-anchored-keywords): Properly handle the case when
13916         the matcher goes past the limit.
13918         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13919         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13921         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
13922         dll.el and cookie.el (from Elib) with heavy renaming and other
13923         massaging.
13925         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13926         Autoload the functions used.
13927         (easy-mmode-define-syntax): Fix CL typo.
13928         (easy-mmode-define-derived-mode): Improve the docstring generation.
13930 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
13932         * textmodes/texinfo.el (texinfo-version): Variable and function
13933         removed.
13935 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
13937         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13938         allow more flexibility.
13939         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13940         fns.
13941         (easy-mmode-defmap, easy-mmode-defsyntax)
13942         (easy-mmode-define-derived-mode): New macros.
13944 2000-03-09  Didier Verna  <didier@xemacs.org>
13946         * rect.el (replace-rectangle): New function.
13948 2000-03-09  Dave Love  <fx@gnu.org>
13950         * progmodes/fortran.el (fortran-comment-line-start): Define as
13951         "C".
13952         (fortran-comment-line-start-skip): Don't match cpp stuff.
13953         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
13954         (fortran-mode-map): Remove over-eager custom-menu-create for now.
13955         (fortran-mode): Don't set fortran-comment-line-start-skip,
13956         fortran-comment-line-start here.  Set comment-start,
13957         add-log-current-defun.
13958         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13959         (fortran-current-defun): New function.
13961 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
13963         * emacs-lisp/re-builder.el: New file.
13965         * mouse.el (mouse-drag-region): Don't run up-event handler
13966         if hscroll has changed.
13968         * octave-mod.el (octave-font-lock-keywords): To font-lock the
13969         builtin operators, use `font-lock-builtin-face' for Emacs and
13970         `font-lock-preprocessor-face' otherwise.
13972         * font-lock.el (lisp-font-lock-keywords-1): Highlight
13973         `(defun (setf foo)' differently.
13975 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
13977         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13978         (regexp-opt): Update comment and adapt the code the new meaning of
13979         the `paren' argument of regex-opt-group for shy-groups.
13980         (regexp-opt-depth): Handle shy groups as well as backslashed
13981         backslashes.
13982         (regexp-opt-group): Turn the leading comment into a docstring.
13983         Allow `paren' to be a string (the string to use to open a group).
13984         Remove open-presuf and close-presuf.  Instead of checking for `all
13985         one-char' and then later on check for `several one-char', handle
13986         both cases close together.  Also apply a more generic algorithm
13987         for suffixes (the mirror image of the algorithm used for
13988         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
13989         (regexp-opt-try-suffix): Removed.
13991         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13992         from comint-mode-map, so we can just inherit from it.  Also, move
13993         the initialization into the `defvar' since there's no docstring
13994         anyway and it's fairly short.
13995         (inferior-scheme-mode): Define it as derived-mode: the code is
13996         shorter and this way we inherit from comint-mode-map rather than
13997         copying it.
13999         * subr.el (replace-regexps-in-string): Properly handle the case
14000         where we match an empty string.
14002         * comint.el (comint-exec-1): Add the current-dir to the exec-path
14003         when the command has a directory component (such as "./testml").
14004         Also fix a typo in the comment.
14006 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
14008         * Makefile (compile-files): Compile files one by one because
14009         that's the only way to ensure a clean compilation environment for
14010         each individual file.
14012         * frame.el (other-frame): Call x-focus-frame.
14014 2000-03-07  Dave Love  <fx@gnu.org>
14016         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14017         :require to defcustom.
14019         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14020         lists.
14022         * files.el (auto-mode-alist): Add configure.in.
14024         * progmodes/autoconf.el: New file.
14026 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
14028         * mail/mh-e.el: Change maintainer to `none'.
14030         * recentf.el (recentf-keep-non-readable-files-p): Quote args
14031         to remove-hook and add-hook.
14033 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
14035         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14036         it as the default.
14037         (mail-send): Test mail-send-nonascii also for the new `mime' value.
14038         (sendmail-send-it): Conditionally add MIME headers specifying the
14039         used character set.
14041 2000-03-07  Dave Love  <fx@gnu.org>
14043         * winner.el: Fix keywords, autoload cookies.  Split
14044         eval-when-compile form to avoid compilation failure.
14046 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
14048         * international/mule.el: Modify comment about coding system
14049         property `coding-category'.
14050         (make-coding-system): New argument EOL-TYPE.  Pay attention to
14051         coding-category property of PROPERTIES.
14053         * international/mule-conf.el (coding-category-utf-8,
14054         coding-category-utf-16-be, coding-category-utf-16-le): New coding
14055         categories.  Include them in the argument for set-coding-priority.
14057         * international/mule-cmds.el (reset-language-environment): Include
14058         coding-category-utf-8, coding-category-utf-16-be, and
14059         coding-category-utf-16-le in the argument for set-coding-priority.
14060         (reset-language-environment): Initialize coding-category-utf-8,
14061         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14063 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
14065         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14066         code abstracted out of `bookmark-jump-noselect'.  Now tries info
14067         extensions as well as compression extensions.
14068         (bookmark-jump-noselect): Use above new func.
14070 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
14072         * strokes.el: Change maintainer's mail address.
14074 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
14076         * international/mule-diag.el (list-character-sets): Make help-echo
14077         string by substitute-command-keys.
14078         (list-character-sets): Likewise.
14079         (sort-listed-character-sets): Call help-setup-xref.
14081 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
14083         * time.el (display-time-mail-file): Add `none' to the list of
14084         choices.
14086 2000-03-01  Dave Love  <fx@gnu.org>
14088         * help.el (help-xref-go-back): Don't try to set position.
14090         * international/mule-diag.el (list-character-sets): Call
14091         help-setup-xref.  Add help-echo to xrefs.
14092         (list-character-sets-1): Add help-echo to xrefs.
14094 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
14096         * frame.el (blink-cursor-mode): Switch cursor on when turning
14097         the mode off.
14099         * add-log.el (add-log-current-defun): Add support for
14100         Autoconf mode.
14102         * mail/rmail.el (rmail-quit-hook): New variable.
14104 2000-03-01  Dave Love  <fx@gnu.org>
14106         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14108         * help.el (help-xref-button): Add help-echo arg.
14109         (describe-function-1, describe-variable, help-make-xrefs): Use it.
14111         * faces.el (list-faces-display): Supply help-echo with
14112         help-make-xrefs.
14114         * facemenu.el (list-text-properties-at): Set help-xref-stack to
14115         nil.
14117 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
14119         * image.el (defimage): Look for image files in load-path.
14121         * frame.el (busy-cursor-delay-seconds): Change type to
14122         `number'.
14124 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
14126         * recentf.el (recentf): Added version tag to the defgroup of
14127         recentf.
14129 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
14131         * recentf.el (recentf-cleanup): Changed to remove excluded file
14132         too.
14133         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14134         action to select/unselect a file.
14135         (recentf-edit-list): Code cleanup and improvement.
14136         (recentf-open-more-files-action): `recentf-open-more-files' button
14137         widget action to open a file.
14138         (recentf-open-more-files): No more use standard completion but
14139         widgets.
14140         (recentf-more-collection): Deleted.
14141         (recentf-more-history): Deleted.
14142         (recentf-setup-more-completion): Deleted.
14144 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
14146         * recentf.el (recentf-mode): No more needs that Emacs is running
14147         under a window-system.
14149 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
14151         * recentf.el (recentf-edit-list): New command to edit the recent
14152         list which allow the user to remove files.
14153         (recentf-edit-selected-items): New global variable, used by
14154         `recentf-edit-list' to hold the list of files to be removed from
14155         the recent list.
14156         (recentf-make-menu-items): Updated to display a "Edit list..."
14157         menu item.  Minor code cleanup.
14159 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
14161         * recentf.el (recentf-open-more-files): New command to open files
14162         that are not displayed in the menu.
14163         (recentf-more-collection): New global variable holding the set of
14164         permissible completions used by `recentf-open-more-files'.
14165         (recentf-more-history): New global variable holding the history list
14166         used by `recentf-open-more-files' completion.
14167         (recentf-setup-more-completion): New function to setup completion for
14168         `recentf-open-more-files'.
14169         (recentf-make-menu-items): Updated to display a "More..." menu item.
14171 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
14173         * recentf.el (recentf-menu-action): Doc fixed.
14175 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
14177         * recentf.el (recentf-menu-filter): Doc updated.
14178         (recentf-update-menu-hook): Allow menu filters to force menu update.
14179         (recentf-make-menu-items): New menu filter handling.
14180         (recentf-make-menu-item): New helper function.
14181         (recentf-menu-elements): New menu handling function.
14182         (recentf-sort-ascending): Updated to new menu filter handling.
14183         (recentf-sort-descending): Updated to new menu filter handling.
14184         (recentf-sort-basenames-ascending): New menu filter function.
14185         (recentf-sort-basenames-descending): New menu filter function.
14186         (recentf-show-basenames): New menu filter function.
14187         (recentf-show-basenames-ascending): New menu filter function.
14188         (recentf-show-basenames-descending): New menu filter function.
14190 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14192         * diary-lib.el (list-diary-entries): Don't try to go forward at
14193         the end of the buffer.
14195 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
14197         * international/mule-diag.el (list-character-sets): Completely
14198         rewritten.
14199         (sort-listed-character-sets): New function.
14200         (list-character-sets-1): Completely rewritten.
14201         (list-character-sets-2): New function.
14202         (non-iso-charset-alist): New variable.
14203         (decode-codepage-char): New function.
14204         (charset-history): New variable.
14205         (read-charset) (list-block-of-chars)
14206         (list-iso-charset-chars)
14207         (list-non-iso-charset-chars)
14208         (list-charset-chars): New functions.
14209         (mule-diag): Call list-character-sets-2, not
14210         list-character-sets-2.
14211         (dump-charsets): Likewise.
14213 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
14215         * dired-x.el (dired-filename-at-point): Add `@' to valid
14216         file name characters.
14217         (dired-filename-at-point): Handle ange-ftp file names.
14219         * frame.el (frame-notice-user-settings): Use assq-delete-all
14220         instead of assoc-delete-all.
14221         (frame-notice-user-settings): Ditto.
14223         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14224         Don't copy alist.
14226 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
14228         * calculator.el (calculator-use-menu): New option.
14229         (calculator-initial-bindings): Changed some bindings to work as
14230         macros.
14231         (calculator-forced-input): Removed.
14232         (calculator-restart-other-mode): New variable.
14233         (calculator-mode-map): Set up menu.
14235 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
14237         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14238         tags.
14240 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
14242         * viper-cmd.el (viper-envelop-ESC-key): added the option to
14243         translate all ESC key sequences.
14244         (viper-goto-mark-subr): restore markers for files for which
14245         they were saved.
14246         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14247         * viper-util.el (viper-set-replace-overlay-glyphs,
14248         viper-set-replace-overlay): always check if the replacement
14249         overlay is live.
14250         * viper.el (viper-vi-state-mode-list): added major modes.
14251         * ediff-wind.el: minor comment changes.
14252         * ediff.el: copyright notice date fix.
14254 2000-02-27  Jason Rumney  <jasonr@gnu.org>
14256         * faces.el (face-font-family-alternatives): Add arial to helv.
14257         (mode-line, header-line, tool-bar): Same default as x for w32.
14258         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14259         face-font-family-alternatives from working.
14260         * term/w32-win.el (mouse-set-font): Do not build fontset from
14261         chosen font.
14263 2000-02-25  Sam Steingold  <sds@goems.com>
14265         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14266         properly.
14268 2000-02-25  Richard M. Stallman  <rms@gnu.org>
14270         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14272 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
14274         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14275         writable.
14277         * frame.el (busy-cursor-delay-seconds): New option.
14279 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
14281         * frame.el (show-cursor-in-non-selected-windows): New option.
14283 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14285         * diary-lib.el (include-other-diary-files): Undo the selective
14286         display in any included file and don't kill it.
14288 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
14290         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14291         bar.  Menu items converted to (menu-item format, help strings
14292         added.
14293         [downcase, upcase]: Don't enable on MS-DOS.
14294         [symlink, symlinks]: Don't show if make-symbolic-link is not
14295         bound.
14296         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14298 2000-02-23  Dave Love  <fx@gnu.org>
14300         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14301         (backward-kill-word): Revert addition of * to interactive spec --
14302         it's a feature.
14304         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14305         (backward-kill-sentence, kill-sentence): Likewise.
14307         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14308         scratch buffer name.
14309         (gud-format-command): Use int-to-string in ?l case.  Simplify
14310         slightly.
14312         * term/w32-win.el (internal-face-interactive): Update prompt for
14313         new read-face-name.
14315         * mail/footnote.el (footnote): Add :version to defgroup.
14316         (footnote-section-tag-regexp): Customize.
14317         (footnote-start-tag, footnote-end-tag): New option.
14318         (footnote-latin-regexp): New variable.
14319         (Footnote-latin): New function.
14320         (footnote-style-alist): Add element for latin style.
14321         (footnote-style): Moved.
14322         (Footnote-goto-footnote): Use eq to test arg.
14324         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14326         * emacs-lisp/byte-opt.el: Change old backquote syntax.
14327         (byte-compile-trueconstp): Include keywords.
14328         (byte-optimize-quote, byte-optimize-lapcode): Use
14329         byte-compile-const-symbol-p.
14330         (byte-optimize-char-before): New optimization.
14332         * emacs-lisp/bytecomp.el: Change old backquote syntax.
14333         (byte-compile-const-symbol-p): New function.
14334         (byte-compile-constp, byte-compile-out-toplevel)
14335         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14336         Use it.
14338         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
14340 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
14342         * international/encoded-kb.el: Be sure to update minor-mode-alist
14343         and minor-mode-map-alist.
14344         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14345         codes SS2 and SS3 correctly.
14346         (encoded-kbd-self-insert-ccl): New function.
14347         (encoded-kbd-setup-keymap): New function.
14348         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
14349         by calling encoded-kbd-setup-keymap.
14351         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14352         characters.
14353         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14354         locally.
14356 2000-02-22  Dave Love  <fx@gnu.org>
14358         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14359         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14360         defvar.
14361         (lisp-mode-syntax-table): Set up for #|...|# comments.
14362         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
14363         classes.  Match `defface'.
14364         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14365         (eval-defun-1): Fix for defcustom.
14366         (lisp-indent-region): Doc fix.
14368         * subr.el (when, unless, split-string): Doc fix.
14369         (read-passwd): Move call of clear-this-command-keys to the right
14370         place.
14371         (replace-regexps-in-string): New function.
14373 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
14375         * help.el (describe-variable): Set syntax table to
14376         emacs-lisp-mode-syntax-table when moving forward over the
14377         symbol's name.
14379 2000-02-22  Dave Love  <fx@gnu.org>
14381         * xt-mouse.el: Doc fixes.
14382         (xterm-mouse-position-function): New function, replacing advice of
14383         mouse-position.
14384         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
14386         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14388 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
14390         * format.el (format-annotate-single-property-change): Handle
14391         properties.with dotted-list values.
14392         (format-proper-list-p): New function.
14394         * enriched.el (enriched-face-ans): Handle '(foreground-color
14395         . COLOR) and (background-color . COLOR).
14397 2000-02-20  Dave Love  <fx@gnu.org>
14399         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14400         and assignments to it.
14401         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14402         current local map.
14403         (make-flyspell-overlay): Use it.
14404         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14406         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14407         (lm-get-header-re): Defun, not defsubst.
14408         (lm-get-package-name): Defun, not defsubst.  Simplify.
14409         (lm-version): Doc fix.  Simplify.
14410         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14411         (lm-crack-address, lm-last-modified-date, lm-commentary)
14412         (lm-verify, lm-synopsis): Simplify.
14413         (lm-report-bug): Require emacsbug.  Use compose-mail.
14415 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
14417         * dired.el (dired-mode): Call propertized-buffer-identification
14418         to set mode-line-buffer-identification to something having
14419         the right text properties.
14421         * bindings.el (propertized-buffer-identification): New function.
14423 2000-02-20  Dave Love  <fx@gnu.org>
14425         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14426         check for t-mouse too.
14428         * cus-start.el: Make echo-keystrokes `number'.
14430 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
14432         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14433         Don't call ring-empty-p unless tags-location-ring is bound.
14434         From Noah Friedman <friedman@splode.com>.
14436 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
14438         * progmodes/hideshow.el (hs-flag-region): No longer use
14439         `intangible' overlay property.
14441         (hs-toggle-hiding): New command.
14442         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14444         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14445         Fix omission bug: Run `hs-minor-mode-hook' for both activation
14446         and deactivation.
14448 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
14450         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14452 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
14454         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14456         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14457         of `*' to handle `(* ... *)' comments.
14459 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
14461         * faces.el (list-faces-display): Use display-mouse-p instead of
14462         window-system.
14464         * menu-bar.el (global-map): Menu-bar items converted to the new
14465         format (menu-item..., rearranged for better CUA compliance, and
14466         their names changed for better clarity.  Help strings added.
14468         * international/mule-cmds.el (mule-menu-keymap)
14469         (describe-language-environment-map, set-coding-system-map)
14470         (setup-language-environment-map): Convert to new (menu-item...
14471         form, add help strings.  Change names of menu items for better
14472         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
14473         submenu).
14475 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
14477         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14478         within the code.
14480 2000-02-16  Dave Love  <fx@gnu.org>
14482         * faces.el: Don't require custom.  Add more specific :groups to
14483         various deffaces.
14484         (set-face-attribute): Purecopy args.
14485         (read-face-name): Default to name at point and use it in prompt.
14486         Remove colon from arg in all callers.
14487         (list-faces-display): Hyperlink to face descriptions and customize
14488         buffers.
14490 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
14492         * wid-edit.el (widget-match-inline): An atom never matches a
14493         list.
14495 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14497         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14498         at ':' characters by call to split-string.
14500 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14502         * textmodes/bibtex.el: Added RCS version identification.
14504 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14506         * textmodes/bibtex.el: Some temporary comments removed.
14507         (bibtex-field-name, bibtex-entry-type): Made the relationship
14508         explicit.
14509         (bibtex-field-const): Allow capital letters.
14510         (bibtex-start-of-string): Deleted because unused.
14512         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
14513         use the term 'reference' to describe a bibtex entry as a whole.
14514         Further, reference keys are no longer called 'labels'.
14515         (bibtex-keys): Renamed to bibtex-reference-keys.
14516         (bibtex-reformat-previous-labels): Renamed to
14517         bibtex-reformat-previous-reference-keys.
14518         (bibtex-reference-type): Renamed to bibtex-entry-type.
14519         (bibtex-reference-head): Renamed to bibtex-entry-head.
14520         (bibtex-reference-maybe-empty-head): Renamed to
14521         bibtex-entry-maybe-empty-head.
14522         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14523         (bibtex-search-reference): Renamed to bibtex-search-entry.
14524         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14525         bibtex-enclosing-entry-maybe-empty-head.
14526         (bibtex-entry-field-alist, bibtex-entry-head,
14527         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14528         bibtex-map-entries, bibtex-search-entry,
14529         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14530         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14531         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14532         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14533         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14534         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14535         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14537 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14539         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14540         comment.
14541         (bibtex-format-field-delimiters): New function, functionality
14542         extracted from bibtex-format-entry.
14543         (bibtex-autokey-get-yearfield-digits): New function, functionality
14544         extracted from bibtex-autokey-get-yearfield.
14546         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14547         entries in order to avoid stack overflow in the regexp matcher if
14548         field contents become large.
14549         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14550         bibtex-field-string-part-not-braced,
14551         bibtex-field-string-part-no-inner-braces,
14552         bibtex-field-string-part-1-inner-brace,
14553         bibtex-field-string-part-2-inner-braces,
14554         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14555         bibtex-field-string-quoted, bibtex-field-string,
14556         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14557         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14558         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14559         as parsing is now performed by the following functions.
14560         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14561         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14562         bibtex-parse-field-string, bibtex-search-forward-field-string,
14563         bibtex-parse-association, bibtex-field-name-for-parsing,
14564         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14565         bibtex-search-forward-field, bibtex-search-backward-field,
14566         bibtex-start-of-field, bibtex-end-of-field,
14567         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14568         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14569         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14570         bibtex-parse-string, bibtex-search-forward-string,
14571         bibtex-search-backward-string, bibtex-start-of-string,
14572         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14573         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14574         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14575         entries.  Instead of reporting the results of the parsing by
14576         match-beginning or match-end, these functions return data structures
14577         that hold the corresponding positions.
14578         (bibtex-enclosing-field): Changed to also report field boundaries by
14579         return values rather than by match-beginning or match-end.  The
14580         following functions have been adapted to use the new parsing
14581         functions.
14582         (bibtex-skip-to-valid-entry, bibtex-search-reference,
14583         bibtex-enclosing-field, bibtex-format-entry,
14584         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14585         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14586         bibtex-print-help-message, bibtex-end-of-entry,
14587         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14588         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14589         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14590         method for parsing.
14591         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14592         bibtex-map-entries, bibtex-flash-head,
14593         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14594         bibtex-autokey-change, bibtex-autokey-get-namefield,
14595         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14596         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14597         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14598         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14599         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14600         order to make the new binding of case-fold-search immediately
14601         visible.
14603 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14605         * textmodes/bibtex.el: Copyright notice is up to date.
14606         Added constant 'bibtex-maintainer-salutation.
14608         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14609         than make-temp-name, use match-string-no-properties and eliminate
14610         a quadratic behavior when building bibtex-strings.
14612         * bibtex.el (bibtex-reference-key): Accept string entries whose
14613         reference key contains upper case letters.
14615 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14617         * bibtex.el (bibtex-reference-head): Allow entries to start with
14618         a new line.
14620 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14622         * bibtex.el: Hiding of entry bodies is not longer provided by
14623         bibtex.el directly.  Instead the hideshow package can be used.
14624         Added a special bibtex entry to hs-special-modes-alist.
14625         (bibtex-hs-forward-sexp): Added for hideshow.el.
14627 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14629         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14630         at ':' characters by call to split-string.
14632 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14634         * textmodes/bibtex.el: Added RCS version identification.
14636 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14638         * textmodes/bibtex.el: Some temporary comments removed.
14639         (bibtex-field-name, bibtex-entry-type): Made the relationship
14640         explicit.
14641         (bibtex-field-const): Allow capital letters.
14642         (bibtex-start-of-string): Deleted because unused.
14644         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
14645         use the term 'reference' to describe a bibtex entry as a whole.
14646         Further, reference keys are no longer called 'labels'.
14647         (bibtex-keys): Renamed to bibtex-reference-keys.
14648         (bibtex-reformat-previous-labels): Renamed to
14649         bibtex-reformat-previous-reference-keys.
14650         (bibtex-reference-type): Renamed to bibtex-entry-type.
14651         (bibtex-reference-head): Renamed to bibtex-entry-head.
14652         (bibtex-reference-maybe-empty-head): Renamed to
14653         bibtex-entry-maybe-empty-head.
14654         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14655         (bibtex-search-reference): Renamed to bibtex-search-entry.
14656         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14657         bibtex-enclosing-entry-maybe-empty-head.
14658         (bibtex-entry-field-alist, bibtex-entry-head,
14659         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14660         bibtex-map-entries, bibtex-search-entry,
14661         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14662         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14663         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14664         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14665         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14666         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14667         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14669 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14671         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14672         comment.
14673         (bibtex-format-field-delimiters): New function, functionality
14674         extracted from bibtex-format-entry.
14675         (bibtex-autokey-get-yearfield-digits): New function, functionality
14676         extracted from bibtex-autokey-get-yearfield.
14678         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14679         entries in order to avoid stack overflow in the regexp matcher if
14680         field contents become large.
14681         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14682         bibtex-field-string-part-not-braced,
14683         bibtex-field-string-part-no-inner-braces,
14684         bibtex-field-string-part-1-inner-brace,
14685         bibtex-field-string-part-2-inner-braces,
14686         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14687         bibtex-field-string-quoted, bibtex-field-string,
14688         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14689         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14690         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14691         as parsing is now performed by the following functions.
14692         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14693         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14694         bibtex-parse-field-string, bibtex-search-forward-field-string,
14695         bibtex-parse-association, bibtex-field-name-for-parsing,
14696         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14697         bibtex-search-forward-field, bibtex-search-backward-field,
14698         bibtex-start-of-field, bibtex-end-of-field,
14699         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14700         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14701         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14702         bibtex-parse-string, bibtex-search-forward-string,
14703         bibtex-search-backward-string, bibtex-start-of-string,
14704         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14705         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14706         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14707         entries.  Instead of reporting the results of the parsing by
14708         match-beginning or match-end, these functions return data structures
14709         that hold the corresponding positions.
14710         (bibtex-enclosing-field): Changed to also report field boundaries by
14711         return values rather than by match-beginning or match-end.  The
14712         following functions have been adapted to use the new parsing
14713         functions.
14714         (bibtex-skip-to-valid-entry, bibtex-search-reference,
14715         bibtex-enclosing-field, bibtex-format-entry,
14716         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14717         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14718         bibtex-print-help-message, bibtex-end-of-entry,
14719         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14720         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14721         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14722         method for parsing.
14723         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14724         bibtex-map-entries, bibtex-flash-head,
14725         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14726         bibtex-autokey-change, bibtex-autokey-get-namefield,
14727         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14728         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14729         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14730         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14731         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14732         order to make the new binding of case-fold-search immediately
14733         visible.
14735 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14737         * textmodes/bibtex.el: Copyright notice is up to date.
14738         Added constant 'bibtex-maintainer-salutation.
14740         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14741         than make-temp-name, use match-string-no-properties and eliminate
14742         a quadratic behavior when building bibtex-strings.
14744         * bibtex.el (bibtex-reference-key): Accept string entries whose
14745         reference key contains upper case letters.
14747 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14749         * bibtex.el (bibtex-reference-head): Allow entries to start with
14750         a new line.
14752 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14754         * bibtex.el: Hiding of entry bodies is not longer provided by
14755         bibtex.el directly.  Instead the hideshow package can be used.
14756         Added a special bibtex entry to hs-special-modes-alist.
14757         (bibtex-hs-forward-sexp): Added for hideshow.el.
14759 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14761         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14762         proceedings entry type (for cross referencing). Thanks to Wagner
14763         Toledo Correa for the suggestion.
14765         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14767 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
14769         * international/characters.el: Setup case table for Vietnamese.
14771 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
14773         * uniquify.el (toplevel): Require CL at compile time.
14774         (uniquify-push): Removed.
14776         * shadowfile.el (shadow-when): Removed.
14778         * tempo.el (tempo-dolist, tempo-mapc): Removed.
14779         (tempo-process-and-insert-string): Use dolist instead of
14780         tempo-dolist.
14782         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14783         regexp for paragraph-start.
14785         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14786         commas as well.
14788 2000-02-10  Dave Love  <fx@gnu.org>
14790         * wid-edit.el: (widgets) [defgroup]: Remove url link.
14791         (widget-color-choice-list, widget-color-history, widget-mouse-help):
14792         Deleted.
14793         (widget-specify-field, widget-specify-button): Don't use
14794         widget-mouse-help as help-echo property.
14795         (default): Use #'ignore for :validate and :mouse-down-action.
14796         (checkbox): Add help-echo.
14797         (widget-sexp-validate): Rewritten to clarify error messages.
14798         (character): Use char-valid-p in :match function.
14799         (widget-color-complete): Use facemenu-color-alist.
14800         (widget-color-action): Use facemenu-read-color.
14802         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
14803         set up `caar' &c that we now have.
14805 2000-02-09  Ray Blaak  <blaak@gnu.org>
14807         * delphi.el: Make resourcestring a declaration region, like const
14808         and var.
14810 2000-02-09  Dave Love  <fx@gnu.org>
14812         * bindings.el (mode-line-input-method-map): New variable.
14813         (mode-line-mule-info): Use it; fix last change.
14814         (mode-line-mode-menu): Move definition.
14815         (mode-line-mouse-sensitive-p): Deleted.
14816         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14817         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
14818         level.
14820         * startup.el (command-line-1): Don't call
14821         make-mode-line-mouse-sensitive.
14823 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
14825         * mail/rmail.el (rmail-retry-failure): Use
14826         rmail-beginning-of-message before rmail-toggle-header, because the
14827         former toggles headers.
14829 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
14831         * diff-mode.el (diff-kill-junk): New interactive function.
14832         (diff-reverse-direction): Use delete-and-extract-region.
14833         (diff-post-command-hook): Restrict the area so that the hook also works
14834         outside of any diff hunk.  This is necessary for the minor-mode.
14835         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14836         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14838         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14839         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14840         so that it can be used more easily in <foo>-mode-hook.  Also make sure
14841         to avoid duplicate entries.
14842         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14843         (font-lock-remove-keywords): Just as was done for `add', allow it to
14844         work even if font-lock-mode is nil.  Also make sure we don't modify
14845         any pre-existing list by forcing a copy-sequence.  Finally rename
14846         `major-mode' to `mode'.
14847         (font-lock-fontify-syntactic-anchored-keywords)
14848         (font-lock-fontify-anchored-keywords)
14849         (font-lock-fontify-keywords-region): Use line-end-position.
14850         Don't make `font-lock-multiline' local (it's now done in
14851         font-lock-set-defaults).
14852         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
14853         move the `font-lock-fontified' creation to inside the `unless'.
14855 2000-02-06  Andrew Innes  <andrewi@gnu.org>
14857         * term/w32-win.el (x-handle-args): Comment out call to message,
14858         which occurs before window system is initialized.
14860         * makefile.nt: Add support for recompiling lisp code.
14862 2000-02-04  Dave Love  <fx@gnu.org>
14864         * bindings.el (mode-line-mule-info): Fix/extend last change.
14866         * completion.el: Replace completion-dolist with dolist.
14868         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14869         dotimes.
14871 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14873         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14874         environment names before they go into the section regexp.
14876         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14877         char class in regexp.
14879         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14880         `case-fold-search' to nil.
14882         * progmodes/idlwave.el (idlwave-template): Respect
14883         `idlwave-abbrev-change-case'.
14884         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14885         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14886         idlwave-while): respect `idlwave-reserved-word-upcase'.
14887         (idlwave-rw-case): New function.
14888         (idlwave-statement-match): Fixed problem with assignment regexp.
14889         (idlwave-font-lock-keywords): Improved regexp for keyword
14890         parameters.
14891         (idlwave-surround): New argument LENGTH to support padding of
14892         operators longer than 1 char.
14894         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14895         idlwave-shell-expression-overlay.  Implemented printing of
14896         expressions on higher levels of the calling stack.
14897         (idlwave-shell-display-level-in-calling-stack): Restore stack
14898         level.
14899         (idlwave-retrieve-expression-from-level): New function.
14900         (idlwave-shell-last-calling-stack): Variable removed.
14901         (idlwave-shell-reset): Argument action reversed (`visible' to
14902         `hidden').  Also remove stop-line overlay.
14903         (idlwave-shell-calling-stack-routine): New variable.
14904         (idlwave-shell-parse-stack-and-display): Messages now display
14905         negative level numbers.
14906         (idlwave-shell-mode): Set `modeline-format'.
14907         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14908         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14909         21.
14910         (idlwave-shell-print-expression-function): New option.
14912         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14913         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14914         `tool-bar' instead of `toolbar'.
14916 2000-02-02  Dave Love  <fx@gnu.org>
14918         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14919         emacs-lisp-mode-hook.  Don't check for defalias being defined.
14921         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14922         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
14923         the new builtins directly.
14925         * whitespace.el (whitespace): Add :version to defgroup.
14927         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14928         Doc fix.
14930         * thingatpt.el (sexp-at-point, symbol-at-point)
14931         (number-at-point, list-at-point): Add autoload cookie.
14933         * recentf.el (recentf): Add :version to defgroup.
14935         * quickurl.el (quickurl): Add :version to defgroup.
14937         * elide-head.el (elide-head): Use point-marker more.
14939         * bs.el (bs): Add :version to defgroup.
14941         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14943         * progmodes/delphi.el (delphi): Add :version to defgroup.
14945 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
14947         * ange-ftp.el (ange-ftp-write-region): Handle case that
14948         succeeding process operation sets a different coding system.
14950         * calculator.el: New file.
14952 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
14954         * frame.el (frames-on-display-list, framep-on-display): New
14955         functions.
14956         (display-mouse-p, display-popup-menus-p, display-graphic-p)
14957         (display-selections-p, display-screens, display-pixel-width)
14958         (display-pixel-height, display-mm-width, display-mm-height)
14959         (display-backing-store, display-save-under, display-planes)
14960         (display-color-cells, display-visual-class): New functions.
14962         * term/tty-colors.el (tty-color-gray-shades): New function.
14964         * faces.el (display-color-p): Use framep-on-display.
14965         (display-grayscale-p): New function.
14967 2000-01-31  Dave Love  <fx@gnu.org>
14969         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14970         (create-fontset-from-x-resource): Don't concat integers.
14972 2000-01-31  Inge Frick  <inge@nada.kth.se>
14974         * view.el: Some changes in documentation.  Removed some trailing
14975         whitespace. Changed some parameter names to agree with
14976         documentation.
14977         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14978         window is not deleted.  Modifies change 1998-04-26.
14980 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
14982         * windmove.el: New file.
14984         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14985         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14986         progmodes/ebnf-yac.el: Update copyright and license info.
14988         * jit-lock.el (jit-lock-function): Widen before calculating end
14989         position.
14990         (jit-lock-stealth-chunk-start): Rewritten.
14992         * info.el (Info-title-face-alist): Removed.
14993         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14994         faces.
14995         (Info-fontify-node): Use these faces.
14997 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
14999         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15000         (cl-macro-list1): Recognize `&allow-other-keys' instead of
15001         `&allow-other-keywords'.
15003         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15004         the list of directories scanned heuristically.
15006         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15007         exist.
15009 2000-01-30  Jason Rumney  <jasonr@gnu.org>
15011         * w32-fns.el: Define w32-tty-standard-colors.
15013         * startup.el (command-line): Use w32-tty-standard-colors when in
15014         w32 console mode.
15016 2000-01-30  Dave Love  <fx@gnu.org>
15018         * jka-compr.el (jka-compr-load): Fix up load-history.
15020         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15022         * emacs-lisp/cl-macs.el: Revert previous change.
15024 2000-01-29  Dave Love  <fx@gnu.org>
15026         * facemenu.el: Purecopy various strings.
15028         * timezone.el (timezone-fix-time): Window against 69 for two-digit
15029         years.  Deal with three-digit years.
15031         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15032         defconst, purecopy.
15033         (help-back-label): Purecopy it.
15035 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
15037         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15038         variable. If non-nil, order the buffer list according to the
15039         currently selected frame.
15040         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15041         non-nil, pass the selected frame to function buffer-list.
15043 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15045         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15047 2000-01-28  Dave Love  <fx@gnu.org>
15049         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15051         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15052         Don't use lisp-indent-hook property.
15053         (cl-abs): Remove.
15055         * subr.el: Move out indent and edebug specs for when and unless.
15057         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15058         when, unless.
15060         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15061         unless, when.
15063 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
15065         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15066         `collecting' as synonym for `collect'.
15068         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15069         for the case it contains spaces.
15071         * simple.el (what-cursor-position): Change formatting of
15072         messages.
15074         * frame.el (delete-other-frames): New function.
15075         (toplevel): Bind it to C-x 5 1.
15077         * sort.el (sort-numeric-base): New option.
15078         (sort-numeric-fields): If number starts with `0' or `0[xX[',
15079         interpret it as octal or hexadecimal.  Use sort-numeric-base
15080         as default base.
15082         * progmodes/glasses.el: New file.
15084 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
15086         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15087         userids differently.
15089         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15090         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15091         progmodes/ebnf-yac.el: New files.
15093 2000-01-26  Dave Love  <fx@gnu.org>
15095         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15096         on a function with an empty body.  [From Eric Ludlam.]
15098 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
15100         * vc.el (vc-version-diff): Make sure file name is expanded.
15102 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
15104         * scroll-bar.el (scroll-bar-timer): Variable removed.
15105         (scroll-bar-toolkit-scroll): Don't use a timer.
15107 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
15109         * language/thai-util.el (thai-composition-function): Delete
15110         superfluous `a'.
15112 2000-01-24  Dave Love  <fx@gnu.org>
15114         * fortran.el (fortran-mode): Use beginning-of-defun-function,
15115         end-of-defun-function.
15117         * font-lock.el (turn-on-font-lock): Don't depend on window-system
15118         &c.
15120 2000-01-22  Jason Rumney  <jasonr@gnu.org>
15122         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15123         conflicts with new face support.
15125 2000-01-22  Richard M. Stallman  <rms@gnu.org>
15127         * replace.el (query-replace): Rename last arg to DELIMITED.
15128         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15129         (query-replace-regexp): Likewise.
15131 2000-01-20  Richard M. Stallman  <rms@gnu.org>
15133         * subr.el (with-syntax-table): Use make-symbol, not gensym.
15135         * emacs-lisp/lisp.el (beginning-of-defun-function):
15136         Variable renamed from beginning-of-defun.
15137         Do not call make-variable-buffer-local.
15138         (beginning-of-defun-raw): Use new variable name; doc fix.
15139         (beginning-of-defun): Doc fix.
15140         (end-of-defun-function): Variable renamed from end-of-defun.
15141         Do not call make-variable-buffer-local.
15142         (end-of-defun): Use new variable name; doc fix.
15144         * subr.el (dolist, dotimes): Copied from cl-macs.el
15145         and made to work.
15147         * mail/undigest.el (rmail-digest-end-regexps):
15148         Variable replaces rmail-digest-end-regexp.
15149         Allows multiple regexps for detecting the end line.
15150         (undigestify-rmail-message): Corresponding changes.
15152 2000-01-19  Dave Love  <fx@gnu.org>
15154         * files.el (user-init-file): Don't declare here -- is primitive.
15156         * startup.el (command-line): Check for compiled user-init-file and
15157         set to uncompiled version if necessary.
15159 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
15161         * mail/undigest.el (rmail-digest-end-regexp): New user option.
15162         (undigestify-rmail-message): Use it.
15164         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15166 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
15168         * tmm.el (tmm-goto-completions): Adapt to prompt being part
15169         of mini-buffer.
15171 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
15173         * emacs-lisp/copyright.el (copyright-update): Removed the
15174         requirement for a trailing space from `copyright-regexp', to
15175         support copyrights with owner specified on a separate line..
15177         * align.el: New file.
15179         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15181         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15183 2000-01-13  Dave Love  <fx@gnu.org>
15185         * ph.el: Removed.  (Obsoleted by EUDC.)
15187 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
15189         * net/eudc.el (toplevel): Remove autoloaded code installing
15190         menu with easymenu, because that causes build problems.
15192         * frame.el (frame-notice-user-settings): New variable.
15193         (frame-notice-user-settings): Don't modify frame parameters
15194         if called a second time.
15196 2000-01-13  Richard M. Stallman  <rms@gnu.org>
15198         * frame.el (frame-notice-user-settings):
15199         Notice default-frame-parameters even for non-window frames.
15201 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
15203         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15204         for Emacs.
15205         (eudc-bob-can-display-inline-images): Extend for Emacs.
15206         (eudc-bob-toggle-inline-display): Ditto.
15207         (eudc-bob-display-jpeg): Ditto.
15209 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
15211         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15212         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15213         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15215         * add-log.el (add-change-log-entry): Fix error trying an `(insert
15216         nil)'.
15218         * subdirs.el: Add `net' directory.
15220         * net: New directory.
15222         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15223         eval-last-sexp.  Don't bind debug-on-error here.
15224         (eval-last-sexp): New function.  Bind debug-on-error if
15225         eval-expression-debug-on-error is non-nil.
15226         (eval-defun-2, eval-defun): Likewise.
15228         * simple.el (eval-expression): Don't bind debug-on-error if
15229         eval-expression-debug-on-error is nil.  Detect changed
15230         debug-on-error, and propagate new value to global binding, if
15231         eval-expression-debug-on-error is non-nil,
15232         (eval-expression-debug-on-error): Change doc string.
15234 2000-01-11  Richard M. Stallman  <rms@gnu.org>
15236         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15238         * emacs-lisp/lisp-mode.el (with-syntax-table):
15239         Set up lisp-indent-function property.
15241         * subr.el (with-syntax-table): Moved from simple.el.
15243         * simple.el (with-syntax-table): Moved to subr.el.
15245 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
15247         * tmm.el (tmm-shortcut): Delete region after prompt instead
15248         of erasing buffer.
15250         * textmodes/fill.el (fill-common-string-prefix): New function.
15251         (fill-context-prefix): Use the longest common prefix of first
15252         and second line fill prefix, if there is one.
15254 2000-01-11  Richard M. Stallman  <rms@gnu.org>
15256         * array.el (array-mode): Don't use make-variable-buffer-local.
15257         Use make-local-variable for `truncate-lines'.
15259 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
15261         * add-log.el (add-log-current-defun): Handle user-defined
15262         add-log-current-function returning nil,
15264         * add-log.el (add-change-log-entry): Insert version number
15265         if having found a current function
15267         * add-log.el (add-log-current-defun): Call
15268         `add-log-current-defun-function'.  Try matches at level 0 and
15269         level 1.  Strip whitespace from defun found.
15271 2000-01-10  John Wiegley  <johnw@gnu.org>
15273         * allout.el (isearch-done/outline-provisions): Added `edit'
15274         argument to correspond with the current definition of
15275         `isearch-done'.
15277 2000-01-10  Dave Love  <fx@gnu.org>
15279         * elide-head.el (elide-head): Use point-marker, not point.
15281 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
15283         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15284         before and after the year 2000.
15286         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15287         Add ispell- prefix.
15289 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
15291         * ispell.el:  Only define dictionaries in menus when they exist.
15292         (version18p): New variable.
15293         (version20p): New variable.
15294         (xemacsp): New variable.
15295         (ispell-choices-win-default-height): Fix for XEmacs visibility.
15296         (ispell-dictionary-alist1): Added Brasileiro dictionary.
15297         (ispell-dictionary-alist6): Russian command lines no longer accept
15298         run-together words.
15299         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15300         (ispell-dictionary-alist): Add koi8-r to customize definition.
15301         (check-ispell-version): Added documentation string.  Returns
15302         library path when called non-interactively.
15303         (ispell-menu-map-needed): Uses new variables.
15304         (ispell-library-path): New variable.
15305         (ispell-decode-string): XEmacs fix for bogus variable bindings.
15306         (ispell-word): Improved documentation string.  Test for valid
15307         character mappings.  Correctly check typed in word changes that can
15308         result in single words split into multiple words.  Returns
15309         replacement word.
15310         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
15311         replace in recursive query replace mode.  Help message for
15312         recursive edit mode.
15313         (ispell-show-choices): Protect against bad framepop bindings.
15314         (ispell-help): Fix to work with XEmacs.
15315         (ispell-highlight-spelling-error): Use new variables.
15316         (ispell-overlay-window): Fix to work with XEmacs.
15317         (ispell-parse-output): Passed and returns location information
15318         tracking spelling corrections.  Doesn't recheck same word on
15319         current line.
15320         (ispell-init-process): Protect against bogus XEmacs variable binding.
15321         Fix call to single argument in sleep-for.  Use new variables.
15322         (ispell-region): Passed and returns location information tracking
15323         spelling corrections.  Doesn't check same word on current line.
15324         Improved documentation string.  Doesn't resend a line already
15325         checked to the ispell process - fixes bug in LaTeX parsing.
15326         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15327         (ispell-skip-region): No longer skips <TT> in SGML.
15328         (ispell-process-line): Tracks location information with spelling
15329         corrections.  Added documentation string.  Accounts for words
15330         already accepted on this line.  Don't allow query-replace on line
15331         starting with math characters.  Doesn't resend a line already sent
15332         to ispell process.  Fixes alignment error bug.
15334 2000-01-10  Richard M. Stallman  <rms@gnu.org>
15336         * dired-x.el (dired-guess-shell-alist-default):
15337         Suggest xloadimage, which is free, not xv, which isn't.
15339         * ange-ftp.el (ange-ftp-file-name-nondirectory):
15340         Don't ever include the host name or user name in the value.
15342 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
15344         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15345         of a real newline.
15347 2000-01-09  Stephen Eglen  <stephen@gnu.org>
15349         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15350         for .png files.
15352 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
15354         * cus-edit.el (custom-hook-convert-widget): Fix comment.
15356 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
15358         * progmodes/cperl-mode.el: Replace ^F with ^L.
15360         * sendmail.el (toplevel): Provide `sendmail' when compiling
15361         before `require'ing rmail and mailalias to prevent infinite
15362         recursion.
15364 2000-01-08  Dave Love  <fx@gnu.org>
15366         * emacs-lisp/backquote.el: Remove inappropriate customization
15367         (allowing custom.el to use backquote).
15369 2000-01-07  Dave Love  <fx@gnu.org>
15371         * add-log.el (add-log-debugging): Deleted.
15372         (add-change-log-entry): Treat a backup FILE-NAME as its parent
15373         file.  Remove debugging code.
15374         (change-log-get-method-definition, change-log-name): Add doc.
15375         (change-log-sortable-date-at): New function.
15376         (change-log-merge): New command.
15378         * time.el (display-time-string-forms): Make the Mail string active.
15379         (display-time-update): Provide help-echo for load average.
15381         * bindings.el (make-mode-line-mouse2-map): New function.
15382         (mode-line-modified): Use it and simplify.
15383         (mode-line-mule-info): Provide help-echo info.
15384         (minor-mode-alist): Activate the strings.
15385         (make-mode-line-mouse-sensitive): Simplify for
15386         mode-line-buffer-identification.
15388 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
15390         * play/pong.el: New file.
15392 2000-01-06  Dave Love  <fx@gnu.org>
15394         * array.el: Assorted cleanups for compiler warnings, doc strings,
15395         `array-' prefix for symbols.
15397 2000-01-05  Dave Love  <fx@gnu.org>
15399         * textmodes/outline.el (outline-mode-menu-bar-map): Add
15400         outline-headers-as-kill.
15401         (outline-mode): Define imenu-generic-expression.
15402         (outline-headers-as-kill): New command.
15404         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15405         from paragraph-start.
15406         (paragraph-indent-minor-mode): New command.
15408         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15409         M-C-e, M-C-h, C-j, C-xnd, TAB.
15410         (fortran-mode): Set beginning-of-defun, end-of-defun.
15411         (fortran-column-ruler): Simplify.
15412         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15413         (fortran-with-subprogram-narrowing): Likewise.
15414         (fortran-indent-subprogram): Call mark-defun.
15415         (fortran-check-for-matching-do): Change narrowing.
15417         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15418         (cl-lucid-hash-tag): Delete.
15419         (cl-hash-table-p): Correct test for native table.
15420         (cl-hash-table-count): Use hash-table-count.
15422         * browse-url.el (browse-url): Fix case of
15423         browse-url-browser-function being an alist.
15425 2000-01-05  Carsten Dominik  <cd@gnu.org>
15427         * textmodes/reftex-vars.el (reftex-parse-file-extension)
15428         (reftex-index-phrase-file-extension): New options.
15430         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15431         Use new option `reftex-index-phrase-file-extension'.
15433         * textmodes/reftex.el (reftex-access-parse-file): Use new option
15434         `reftex-parse-file-extension'.
15436 2000-01-05  Dave Love  <fx@gnu.org>
15438         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15439         (beginning-of-defun-raw): Use it.
15440         (end-of-defun): New variable.
15441         (end-of-defun): Use it.
15442         (check-parens): New command.
15444 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
15446         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15447         (hs-show-block): Don't use `mapcar' when not accumulating.
15449         Fix buglet in local variables initialization.
15451 2000-01-05  Andreas Schwab  <schwab@suse.de>
15453         * hscroll.el (hscroll): Doc fix.
15455 2000-01-05  Carsten Dominik  <cd@gnu.org>
15457         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15458         idlw-toolbar.
15460         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15461         file idlw-rinfo.el.
15462         (idlwave-customize): load must read file idlw-shell.el.
15463         (idlwave-create-customize-menu): load must read file idlw-shell.el.
15465 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
15467         * progmodes/idlw-shell.el: Also provide idlwave-shell
15468         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15469         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15471         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15472         both reftex-dcr and reftex-vcr.
15474         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15476 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15478         * ps-print.el: PostScript code now is in separate files, doc fix.
15479         (ps-print-version): New version number (5.0.3).
15480         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15481         local.
15482         (ps-spool-config): Initialization fix.
15483         (ps-print-prologue-1, ps-print-prologue-2)
15484         (ps-print-duplex-feature): PostScript code moved to separated file.
15485         (ps-background-image): Little code reformating.
15486         (ps-begin-file, ps-begin-job): Fix code.
15487         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15488         (ps-prologue-file): New fun.
15490 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15492         * ps-vars.el: Eliminated.
15494         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15495         `;;;###autoload'.
15497         * ps-print.el: ps-vars eliminated, doc fix.
15498         (ps-print-version): New version number (5.0.2).
15499         (ps-spool-config): Initialization fix.
15500         (ps-print-customize): New fun.
15502 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
15504         * autorevert.el (auto-revert-mode): Return value of
15505         auto-revert-mode.
15507 2000-01-04  Dave Love  <fx@gnu.org>
15509         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15510         menu items.
15512 2000-01-03  Dave Love  <fx@gnu.org>
15514         * elide-head.el (elide-head) [defgroup]: Add :version.
15516         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15517         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15518         `cl-hash-table-p', not `hash-table-p'.
15519         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15521 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15523         * faces.el (face-read-integer, read-face-attribute)
15524         (color-defined-p, color-values): unspecified-{f,b}g are now
15525         strings.
15527 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
15529         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15530         at comment end, and re-insert them after filling.
15532 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15534         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15535         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15536         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15538 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15540         * term/x-win.el (xw-defined-colors): Call color-supported-p,
15541         the new name of face-color-supported-p.
15543         * term/w32-win.el (xw-defined-colors): Likewise.
15545 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15547         * simple.el (completion-setup-function): Count completion-size
15548         from minibuffer-prompt-end, not from point-min.
15550 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
15552         * faces.el (read-face-attribute, defined-colors, color-defined-p):
15553         Pass the frame to tty-color-* functions.
15554         (display-color-p, frame-set-background-mode): Pass the frame to
15555         tty-display-color-p.
15557         * term/tty-colors.el (tty-defined-color-alist): Renamed from
15558         tty-color-alist.
15559         (tty-color-alist, tty-modify-color-alist): New functions.
15560         (tty-color-define,  tty-color-clear, tty-color-approximate)
15561         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15562         an optional parameter FRAME.
15564 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
15566         * image.el (create-image, defimage): Don't assume image data is a
15567         string.
15569         * image.el (defimage): Handle specifications containing :data
15570         instead of :file.
15571         (image-type-from-data): New function.
15572         (image-type-from-file-header): Use it.
15573         (create-image): Add parameter DATA-P.
15575 See ChangeLog.8 for earlier changes.
15577 ;; Local Variables:
15578 ;; coding: iso-2022-7bit
15579 ;; End: