(update_frame): Move the variable `tem' to the block where it is used.
[emacs.git] / lisp / ChangeLog
blob4cf1aea044e6627bfdc7e08efd486c565a15fba7
1 2002-01-18  Richard M. Stallman  <rms@gnu.org>
3         * comint.el (comint-redirect-send-command-to-process):
4         Restore previous current buffer.
6         * window.el (window-body-height): New function.
8 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
10         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
11         "Finish Function" menu map entries for jdb mode.
12         (gud-jdb-use-classpath): New customization variable.
13         (gud-jdb-command-name): Add customization.
14         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
15         (gud-jdb-classpath-string): New variable.
16         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
17         (gud-jdb-build-source-files-list): Likewise.
18         (gud-jdb-massage-args): Record any command argument classpath
19         string in `gud-jdb-classpath-string'.
20         (gud-jdb-lowest-stack-level): New function, finds bottom of current
21         java call stack in jdb output.
22         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
23         (gud-jdb-parse-classpath-string): New functions.
24         (gud-jdb-marker-filter): Search/detect classpath information in
25         jdb's output.  marker regexp updated to match oldjdb and jdb output
26         formats.  Expand search for source files to include new/old methods
27         using new functions above.  Do not allow `gud-marker-acc' to grow
28         without bound.
29         (jdb): Set classpath information (if available) as jdb is started.
30         Change `gud-break' and `gud-remove'
31         to use new %c ("class") escape in format strings.  Add
32         `gud-finish', `gud-up', `gud-down' command string functions, and
33         add them to the local menu map.  Update `comint-prompt-regexp' for
34         jdb and oldjdb.  If attaching to an already running java VM and
35         configured to use classpath, send command to query for classpath,
36         else use previous method for finding and parsing java
37         sources.  Set `gud-jdb-find-source' function accordingly.
38         (gud-mode): Doc fix.
39         (gud-format-command): Add support for new %c ("class") escape.
40         (gud-find-class): New function in support of %c escape.
42 2002-01-17  Richard M. Stallman  <rms@gnu.org>
44         * ibuf-ext.el: Enable byte-compile-dynamic.
46 2002-01-17  Jason Rumney  <jasonr@gnu.org>
48         * term/w32-win.el: Restore conditional require of fontset.
50 2002-01-16  Richard M. Stallman  <rms@gnu.org>
52         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
53         more or less.
54         (mouse-drag-region): New function.  For a click in the echo area,
55         show *Messages*.
57         * ibuf-ext.el: Delete the autoloads for functions defined with
58         ibuffer-specific commands.
60         * help.el (describe-distribution): Really call view-file.
62         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
63         (ange-ftp-get-process): Pass that arg.
65         * comint.el (comint-simple-send): Fix previous change.
67         * net/telnet.el (telnet-simple-send): Fix previous change.
69         * progmodes/sql.el (sql-escape-newlines-and-send) 
70         (sql-query-placeholders-and-send): Fix previous change.
72 2002-01-16  Colin Walters  <walters@verbum.org>
74         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
75         URL, Compatibility headers.  Update copyright notice.
76         * ibuf-macs.el (toplevel): Require `cl' when compiling.
78 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
80         * startup.el (command-line): Set EOL mnemonics for the Mac.
82 2002-01-16  Andreas Schwab  <schwab@suse.de>
84         * mail/feedmail.el (feedmail): Fix :link spec.
86 2002-01-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
88         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
89         2 ldapsearch.
91         * net/eudc.el: New maintainer.  Change author's address.
92         (eudc-pre-select-window-configuration, eudc-insertion-marker):
93         Variables removed.
94         (eudc-insert-selected): Function removed.
95         (eudc-select): Reimplemented.
96         (eudc-expand-inline): Delete the strings only after its expansion
97         is chosen not before.
99         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
100         Minor coding style fixes.
102         * net/eudcb-ldap.el: New maintainer.  Change author's address.
103         (eudc-attribute-display-method-alist): Display mail with
104         eudc-display-mail.
106         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
107         * net/eudc-vars.el: New maintainer.  Change author's address.
109         * net/eudc-bob.el: New maintainer.  Change author's address.
110         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
111         (eudc-display-mail): New function.
112         (eudc-bob-play-sound-at-point): Remove XEmacs case.
114 2002-01-15  Richard M. Stallman  <rms@gnu.org>
116         * emacs-lisp/autoload.el (make-autoload): 
117         Don't handle define-ibuffer-column, define-ibuffer-filter,
118         define-ibuffer-sorter, and define-ibuffer-op.
120 2002-01-14  Richard M. Stallman  <rms@gnu.org>
122         * calendar/calendar.el (diary-date-forms): Doc fix.
124 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
126         * startup.el (command-line): Register the default tty colors even
127         if the terminal doesn't seem to support colors.
128         <tty-long-option-alist>: New option --color.
129         (tty-handle-args): Parse the --color arg.
131         * term/tty-colors.el (tty-color-mode-alist): New variable.
133 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
135         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
136         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
137         Use it.
138         (ange-ftp-hook-function): Preserve match-data.
139         (ange-ftp-insert-directory): Typo.
140         (ange-ftp-shell-command): Check if regexp matched.
142 2002-01-13  Richard M. Stallman  <rms@gnu.org>
144         * international/mule-cmds.el: help-map bindings moved to help.el.
146         * help.el (view-echo-area-messages): New function.
147         (help-map): Add `e' binding.  Delete obsolete `d' binding.
148         Change old Info bindings C-f, C-k and C-i to F, K, S.
149         Move view-emacs-FAQ from F to C-f.
150         Move view-emacs-problems from P to C-e.
151         Bindings moved here from mule-cmds.el.
152         C-l binding for describe-language-environment deleted
153         (help-for-help): Update for all these changes.
155         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
157 2002-01-13  Dave Love  <fx@gnu.org>
159         * emacs-lisp/copyright.el: Doc fixes.
160         (copyright-regexp): Add Latin-9 copyright sign.
161         Match comment delimiters in year lists.
162         (copyright-current-year): Initialize to load-time year.
164 2002-01-13  Andreas Schwab  <schwab@suse.de>
166         * dired-aux.el (dired-do-shell-command): Doc fix.
168 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
170         * startup.el (command-line-x-option-alist): New options "-fs",
171         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
173         * term/x-win.el (x-handle-initial-switch): New function.
175 2002-01-13  Colin Walters  <walters@debian.org>
177         * emacs-lisp/autoload.el (make-autoload): Handle
178         define-ibuffer-column, define-ibuffer-filter,
179         define-ibuffer-sorter, and define-ibuffer-op.
181         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
183         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
185 2002-01-12  Richard M. Stallman  <rms@gnu.org>
187         * net/browse-url.el (browse-url-grail):
188         Use browse-url-maybe-new-window.
190         * net/telnet.el (telnet-simple-send): Handle
191         comint-input-sender-no-newline like comint-simple-send.
193         * progmodes/sql.el (sql-query-placeholders-and-send): Handle
194         comint-input-sender-no-newline like comint-simple-send.
195         (sql-escape-newlines-and-send): Likewise.
197         * comint.el (comint-input-sender): Doc fix.
198         (comint-input-sender-no-newline): New variable.
199         (comint-simple-send): If comint-input-sender-no-newline,
200         don't output newline, but maybe send eof.
201         (comint-send-input): New arg NO-NEWLINE.
202         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
204 2002-01-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
206         * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
207         delaying when executing keyboard macros.
209 2002-01-12  Richard M. Stallman  <rms@gnu.org>
211         * simple.el (line-move): If we can't move enough lines,
212         go to beginning or end of line.
214         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
215         and proper window.
217         * help.el (describe-mode): Call help-setup-xref in the help buffer.
218         Switch buffers only after calling `help-buffer'.
220         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
221         only when they are surrounded by whitespace.
222         Use dired-mark-separator when adding one file name to a command.
223         (dired-do-shell-command): Verify that * is surrounded by whitespace.
224         Ask for confirmation if * or ? is not surrounded by whitespace.
225         (dired-bunch-files): Re-reverse the partial file list when it is used.
227 2002-01-12  Richard M. Stallman  <rms@gnu.org>
229         * comint.el (comint-dynamic-list-completions): Repeating the command
230         after displaying a completion list scrolls the list.
232 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
234         * files.el (find-file-noselect): Don't consider a buffer as
235         visiting a file literally if it is in hexl-mode.
237         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
239 2002-01-11  Richard M. Stallman  <rms@gnu.org>
241         * startup.el (initial-scratch-message): Fix custom type, add group.
243         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
244         around the decode-coding-region call.
246         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
247         after displaying a completion list scrolls the list.
249 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
251         * version.el (emacs-version): Bump to 21.2.50.
253 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
255         * play/zone.el (zone-timeout): New var.
256         (zone-hiding-modeline): New macro.
257         (zone-call): New func.
259         (zone): Init `modeline-hidden-level' symbol property.
260         Use `zone-call' instead of `funcall'.
262         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
264         (zone-pgm-stress): Use `zone-hiding-modeline'.
266         (zone-pgm-stress-destress): New zone program.
268 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
270         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
272 2002-01-09  Richard M. Stallman  <rms@gnu.org>
274         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
276 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
278         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
279         flyspell-mouse-map.
281 2002-01-08  Richard M. Stallman  <rms@gnu.org>
283         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
285         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
287         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
289 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
291         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
292         Do not use make-local-hook.
294 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
296         * international/quail.el (quail-start-translation)
297         (quail-start-conversion): Bind last-command-event, last-command,
298         and this-command in the first let.  This fixes the change from
299         2000-08-30.
301 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
303         * ediff-hook.el: Add an autoload cookie.
305 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
307         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
308         address of the author.
310 2002-01-08  Richard M. Stallman  <rms@gnu.org>
312         * replace.el (occur-mode-goto-occurrence-other-window): New command.
313         (occur-mode-map): Bind `o' to that.
315 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
317         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
318         new macro that replaces viper-emacs-p and viper-xemacs-p in many
319         cases. Used to reduce the number of warnings.
321         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
322         (viper-standard-value): Move here from viper.el.
323         (viper-set-unread-command-events): Move to viper-util.el
324         (viper-check-minibuffer-overlay): Make sure
325         viper-minibuffer-overlay is moved to cover the entire input field.
327         * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
328         (viper-read-key-sequence, viper-set-unread-command-events)
329         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
331         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
333         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
335         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
337         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
338         (viper-event-vector-p): Move to viper-util.el
340         * viper.el (viper-standard-value): Move to viper-cmd.el.
341         Use viper-cond-compile-for-xemacs-or-emacs.
343         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
345         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
347         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
348         New macro designed to be used in many places where ediff-emacs-p or
349         ediff-xemacs-p was previously used.  Reduces the number of warnings.
350         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
351         of ediff-xemacs-p.
352         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
353         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
354         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
355         Move to ediff-util.el.
356         (ediff-event-key): Moved here.
358         * ediff-merge.el: Got rid of unreferenced variables.
360         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
362         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
363         (ediff-cleanup-mess): Improve the way windows are set up after
364         quitting ediff.
365         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
366         (ediff-dispose-of-variant-according-to-user): New function
367         designed to be smarter and also understands indirect buffers.
368         (ediff-highlight-diff-in-one-buffer)
369         (ediff-unhighlight-diff-in-one-buffer)
370         (ediff-unhighlight-diffs-totally-in-one-buffer)
371         (ediff-highlight-diff, ediff-highlight-diff)
372         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
373         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
374         (ediff-get-region-contents, ediff-make-current-diff-overlay):
375         Moved here.
376         (ediff-format-bindings-of): New function by Hannu Koivisto
377         <azure@iki.fi>.
378         (ediff-setup): Make sure the merge buffer is always widened and
379         modifiable.
380         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
381         result of a merge into a file visited by another buffer.
382         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
383         is visited by another buffer and ask to save/delete that buffer.
384         (ediff-verify-file-merge-buffer): New function to do the above.
386         * ediff-vers.el: Load ediff-init.el at compile time.
388         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
390         * ediff.el (ediff-windows, ediff-regions-wordwise)
391         (ediff-regions-linewise): Use indirect buffers to improve
392         robustness and make it possible to compare regions of the same
393         buffer (even overlapping regions).
394         (ediff-clone-buffer-for-region-comparison)
395         (ediff-clone-buffer-for-window-comparison): New functions.
396         (ediff-files-internal): Refuse to compare identical files.
397         (ediff-regions-internal): Get rid of the warning about comparing
398         regions of the same buffer.
400         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
401         Plus the following fixes courtesy of Dave Love: Doc fixes.
402         (ediff-word-1): Use word class and move - to the
403         front per regexp documentation.
404         (ediff-wordify): Bind forward-word-function outside loop.
405         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
406         consing buffer contents.
407         (ediff-goto-word): Move syntax table setting outside loop.
409 2002-01-07  Richard M. Stallman  <rms@gnu.org>
411         * dired.el (dired-copy-filename-as-kill): Call kill-append
412         if following a kill command.
414         * help-fns.el (describe-variable, describe-function):
415         Do save-excursion.
417 2002-01-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
419         * net/ldap.el (ldap-search-internal): Skip error message from
420         ldapsearch.  Allow listing attribute names only.  Do not open
421         non-existent files.
423         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
424         call non-existent function.
426         * net/eudc.el (top-level): Revert previous change.
428         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
429         variables to prevent warning from byte-compiler.
431         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
432         string-match on emacs-version again.
434         * enriched.el (enriched-make-annotation): Fix the change from
435         2002-01-05.
436         (enriched-handle-display-prop): Return proper values.
438         * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
439         proper attribute name labeledUri instead of deprecated labeledUrl.
441 2002-01-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
443         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
444         editing an empty hotlist.
446         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
447         Use buffer-string instead of buffer-substring for the whole
448         buffer.
450         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
451         not free.
453         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
454         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
455         (eudc-bob-save-object): Make the buffer unibyte.
456         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
457         object to external program.
459 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
461         * vc.el (vc-branch-part): Return nil if there's no `.'
462         (vc-default-previous-version): Renamed from vc-previous-version.
463         New args BACKEND and FILE.  Return nil for revision numbers
464         without a `.'
465         (vc-version-diff): Call vc-BACKEND-previous-version.
466         (vc-steal-lock): Steal lock before composing mail, so that no mail
467         is sent when the stealing goes wrong.  And we'll actually see the
468         error in that case now.
469         (vc-finish-steal): Removed.
471         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
472         the lock, so that we see expanded headers.
473         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
474         vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
475         available from vc.el.  Updated all callers.
477 2002-01-05  Richard M. Stallman  <rms@gnu.org>
479         * enriched.el (enriched-make-annotation): Doc fix.
481         * format.el (format-replace-strings, format-subtract-regions)
482         (format-annotate-region, format-annotate-location)
483         (format-annotate-atomic-property-change)
484         (format-annotate-single-property-change): Doc fixes.
486 2002-01-05  Jason Rumney  <jasonr@gnu.org>
488         * term/w32-win.el: Require fontset unconditionally.
489         (w32-handle-scroll-bar-event): Remove.
491 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
494         copyrights to be updated.
496 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
498         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
499         2001-10-24.
501         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
503 2002-01-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
505         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
506         entry.
507         (ldap-ignore-attribute-codings): Change the default value to allow
508         encoding/decoding of attributes.
509         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
511 2002-01-03  Richard M. Stallman  <rms@gnu.org>
513         * files.el (basic-save-buffer): Undo previous change.
515         * calendar/diary-lib.el (diary-block): Doc fix.
517         * custom.el (defcustom): Fix syntax of previous change.
519 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
521         * custom.el (defcustom): Documented :tag, :link and :load.
523 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
525         * mail/sendmail.el (mail-recover-1): New function.
526         (mail-recover): Switch to the *mail* buffer right away.  Use
527         buffer-auto-save-file-name instead of calling
528         make-auto-save-file-name.  Call dired-noselect instead of invoking
529         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
530         before reading the auto-save file.  If the buffer's auto-save file
531         does not exist, call mail-recover-1 to allow recovery from past
532         auto-saved drafts.
534 2002-01-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
536         * time.el (display-time-load-average-threshold): Fix defcustom
537         (add type and group).
539         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
540         specification from the hostname.
542 2002-01-02  Richard M. Stallman  <rms@gnu.org>
544         * facemenu.el (facemenu-active-faces):
545         Use face-attributes-as-vector, not face-attributes-vector.
547 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
549         * xscheme.el: Eleven years of updates on a private copy.
551         Extensive changes to support multiple xscheme buffers:
552         (run-scheme): Break up into new functions to facilitate starting
553         processes in other buffers.
554         (xscheme-start, xscheme-read-command-line): New functions.
555         (start-scheme, select-scheme)
556         (default-xscheme-runlight)
557         (global-set-scheme-interaction-buffer)
558         (local-set-scheme-interaction-buffer)
559         (local-clear-scheme-interaction-buffer)
560         (exit-scheme-interaction-mode)
561         (verify-xscheme-buffer): New functions.
562         (xscheme-process-name, xscheme-buffer-name)
563         (xscheme-runlight): New internal vars.
564         (default-xscheme-runlight): New const.
565         (xscheme-start-process): Add args for the process/buffer names.
566         (reset-scheme): Pass process/buffer names.
567         (scheme-interaction-mode): Initialize new local vars.
568         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
569         (xscheme-select-process-buffer, xscheme-process-buffer)
570         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
571         (xscheme-goto-output-point, xscheme-write-message-1): Use new
572         var xscheme-process-name.
573         (xscheme-start-process): Initialize xscheme-process-name and
574         xscheme-buffer-name in the process buffer.  Pass buffer name to
575         xscheme-modeline-initialize.
576         (xscheme-modeline-initialize): Add argument to specify buffer name
577         for mode-line vars.
578         (xscheme-process-sentinel): Make sure sentinel is run in the
579         process buffer so it sees its local vars.
580         (xscheme-process-filter-initialize, xscheme-set-runlight): More
581         elaborate logic to handle multiple-buffer mode lines.
583         (xscheme-enter-input-wait): Re-enable control-G handler upon
584         entering input wait.
586         (scheme-interaction-mode): Add arg to preserve local vars.
587         (xscheme-enter-interaction-mode)
588         (xscheme-enter-debugger-mode): Preserve local vars.
589         (xscheme-start-process): Clobber local vars.
591         (scheme-interaction-mode-commands): Allow end user to add commands
592         to scheme-interaction-mode keymap.
593         (scheme-interaction-mode-commands-alist): New variable.
595         (xscheme-send-string): Don't use insert-before-markers.
597         Implement a per-buffer kill ring:
598         (xscheme-insert-expression)
599         (xscheme-rotate-yank-pointer, xscheme-yank)
600         (xscheme-yank-pop, xscheme-yank-push): New functions.
601         (xscheme-expressions-ring)
602         (xscheme-expressions-ring-yank-pointer)
603         (xscheme-expressions-ring-max): New variables.
604         (xscheme-send-string-1): Call xscheme-insert-expression to save
605         expression in ring.
606         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
607         (xscheme-previous-send): Deleted variable.
609         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
610         xscheme-send-control-g-interrupt): Use process-send-string rather
611         than send-string.
613         (xscheme-send-region): Insert a newline after an expression that
614         is submitted in the interaction buffer, for consistency with
615         recent changes to Edwin.
617         (xscheme-delete-output): New function mimics comint-delete-output.
618         (xscheme-last-input-end): New internal variable.
619         (xscheme-process-filter-output): Update xscheme-last-input-end.
621         (xscheme-send-control-g-interrupt): Make sure that
622         xscheme-control-g-disabled-p is looked up in the right buffer.
624         (xscheme-enable-control-g): Clear C-g message if visible.
625         (xscheme-control-g-message-string): New internal var.
626         (xscheme-send-control-g-interrupt): Use new var.
628         (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
629         after sending interrupt in order to work around race condition.
631         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
632         (xscheme-send-char): Use xscheme-send-char rather than send-string
633         to send single char.
635         (xscheme-process-filter, xscheme-process-filter-alist): Add
636         support for evaluating expressions outside of the call-excursion.
637         (xscheme-process-filter:string-action-noexcursion): New func.
639         (xscheme-write-value): Change output string to match that used by
640         Edwin.
642         (xscheme-coerce-prompt): Don't write a space after a command
643         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
644         for us.
646         (reset-scheme): Delete process after killing it.
648 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
650         * bindings.el (function-key-map): Don't bind shifted keypad
651         numeric keys.
653 2002-01-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
655         * enriched.el (enriched-handle-display-prop): Remove unused
656         variables.
657         (enriched-mode): Doc fix.
659 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
661         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
662         Hebrew points.
664 2002-01-01  Richard M. Stallman  <rms@gnu.org>
666         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
668 2001-12-31  Richard M. Stallman  <rms@gnu.org>
670         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
671         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
672         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
673         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
674         * progmodes/cperl-mode.el, progmodes/idlwave.el:
675         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
676         Adapt face definitions to use :weight and :slant.
678         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
680         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
682         * font-lock.el (initializing from font-lock-face-attributes):
683         Use :weight and :slant, not :bold and :italic.
685 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
687         * cus-edit.el (custom-face-edit-fix-value): New function.
688         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
690 2001-12-30  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
692         * progmodes/octave-mod.el (octave-abbrev-table):
693         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
694         * progmodes/fortran.el (fortran-mode-abbrev-table):
695         * progmodes/f90.el (f90-mode-abbrev-table):
696         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
697         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
698         predefined abbrevs as "system" abbrevs.
700 2001-12-30  Richard M. Stallman  <rms@gnu.org>
702         * info.el (Info-fontify-node): For a **** underline line, put the
703         invisible and intangible props on the following newline, but not
704         on the previous newline or the last char of the previous line.
706         * faces.el (face-set-after-frame-default): Don't change `default' face.
708         * faces.el (minibuffer-prompt): Adopt some default colors.
710         * replace.el (query-replace-read-args): Immediate error if read-only.
712         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
713         Display the output buffer in a more intelligent way.
715 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
717         * ls-lisp.el (insert-directory): Modify the "total" line wording,
718         in accordance with files.el's insert-directory.
720 2001-12-29  Richard M. Stallman  <rms@gnu.org>
722         * files.el (basic-save-buffer): If a before-write hook displays
723         an echo area message, pause before calling basic-save-buffer-1.
725 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
727         * textmodes/reftex-global.el (reftex-query-replace-document)
728         (reftex-change-label): Doc fix.
730         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
732         * progmodes/etags.el (tags-query-replace): Doc fix.
734 2001-12-29  Richard M. Stallman  <rms@gnu.org>
736         * progmodes/compile.el (compile-internal): Fix previous change.
738 2001-12-28  Richard M. Stallman  <rms@gnu.org>
740         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
741         shrink the windows above as necessary to get space.
742         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
744         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
745         This fixes a bug that treated all files as directories.
746         (ange-ftp-insert-directory): Explicitly follow symlinks.
748         * international/iso-transl.el (iso-transl-char-map) Eliminate the
749         alias symbols--put the translated sequences here directly.
751         * progmodes/cc-mode.el (c-mode-abbrev-table)
752         (c++-mode-abbrev-table, objc-mode-abbrev-table)
753         (java-mode-abbrev-table, pike-mode-abbrev-table):
754         Mark all the predefined abbrevs as "system" abbrevs.
756         * mail/sendmail.el (mail-envelope-from): Fix custom type.
757         (sendmail-send-it): Check mail-specify-envelope-from
758         and mail-envelope-from in the mail buffer at start.
760 2001-12-28  Simon Josefsson  <jas@extundo.com>
762         * mail/sendmail.el (mail-envelope-from): Fix :type.
763         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
765 2001-12-28  Richard M. Stallman  <rms@gnu.org>
767         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
769         * simple.el (line-move-invisible): New subroutine.
770         (line-move-to-column): New subroutine--smarter about advancing over
771         invisible parts of a line, or lines, but only as long as hpos grows.
772         (line-move-finish): New subroutine: repeatedly processes desired
773         column, intangibility, and fields.
774         (line-move): Use those subroutines.
775         When moving lines downward, skip invisible text first rather than last.
777 2001-12-27  Richard M. Stallman  <rms@gnu.org>
779         * international/mule-diag.el (describe-char-after):
780         Describe the text properties of the char after point.
782         * help.el (describe-key): Doc fix.
784 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
786         * find-dired.el (find-dired-sentinel): Precede exit message by
787         two spaces, to match the regexp in dired-between-files.
789 2001-12-28  Miles Bader  <miles@gnu.org>
791         * wid-edit.el (widget-toggle-value-create): Don't eval actual
792         images (which are lists too).
794 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
796         * language/european.el: Fix the doc string of "Latin-5" language
797         environment.
799 2001-12-26  Richard M. Stallman  <rms@gnu.org>
801         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
802         defined as before 2001-11-09.
803         (add-minor-mode call): Specify the keymap.
805         * progmodes/compile.el (compile-internal):
806         Set TERM variable in process-environment.
808 2001-12-25  Richard M. Stallman  <rms@gnu.org>
810         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
811         the buffer.
813         * startup.el (command-line): Convert command line args
814         to Emacs internal representation using locale-coding-system.
816 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
818         * international/fontset.el: Don't require ind-util when compiling.
820 2001-12-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
822         * emulation/tpu-edt.el (tpu-reset-screen-size): Use
823         set-frame-height and set-frame-width instead of set-screen-height
824         and set-screen-width.
826         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
827         of obsolete set-screen-width.
829         * locate.el (locate): Remove dot at the end of error argument.
831         * emerge.el (emerge-show-file-name): Use frame-height instead of
832         obsolete screen-height.
834         * mail/mh-utils.el (mh-show-msg): Likewise.
835         (mh-handle-process-error): Use frame-width instead of obsolete
836         screen-width.
838 2001-12-25  Richard M. Stallman  <rms@gnu.org>
840         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
841         to enlarge-window.  Use save-selected-window.  Don't try
842         to resize windows that end at the bottom "level".
843         Retry changing the sizes until the windows get the desired sizes.
844         Discount the minibuffer when computing total height available.
846         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
847         (debugger-make-xrefs): Only make a button for the first symbol
848         on any line.
850 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
852         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
853         Call IT-setup-unicode-display here instead of adding it to
854         dos-codepage-setup-hook, so that Unicode display tables are set
855         before dos-codepage-setup-hook runs.
857 2001-12-24  Richard M. Stallman  <rms@gnu.org>
859         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
860         (nslookup-mode-abbrev-table): Don't define it.
861         (smbclient-mode-abbrev-table): Don't define it.
862         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
863         (nslookup-mode, smbclient-mode): Likewise.
864         (network-connection-service-abbrev-alist): Variable deleted.
865         (network-connection-mode-setup): Don't set up abbrev table.
867         * faces.el (minibuffer-prompt): New face.
868         (minibuffer-prompt-properties): Add `face' property.
870         * replace.el (occur-mode-display-occurrence): New function.
871         (occur-mode-map): Bind C-o to it.
873 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
875         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
876         (viper-special-read-and-insert-char): Make C-m work right in the r
877         comand.
878         (viper-buffer-search-enable): Fixed format string.
880         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
881         instead of viper-info-on-file.
882         (ex-set-visited-file-name): New function.
884         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
886         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
887         action argument.
889         * ediff-init.el: Fixed some doc strings.
891         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
892         Got rid of make-local-hook.
894         * ediff-wind.el (ediff-setup-control-frame): Got rid of
895         make-local-hook.
897 2001-12-23  Richard M. Stallman  <rms@gnu.org>
899         * term/x-win.el (x-handle-geometry): Put height and width
900         on default-frame-alist, left and top on initial-frame-alist.
901         * term/w32-win.el (x-handle-geometry): Likewise.
903         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
905         * play/yow.el (yow): Use an arg to distinguish interactive calls,
906         not interactive-p.
908 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
910         * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
911         mocklisp entries.
913         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
914         Lisp.  Obsoleted.
916         * emulation/mlconvert.el: File removed.
918         * emulation/mlsupport.el: Moved to obsolete.
920         * obsolete/mlsupport.el: Moved there from lisp/emulation.
922         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
924         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
925         mocklisp case.
927         * help-fns.el (describe-function-1): Remove mocklisp function
928         case.
930 2001-12-22  Miles Bader  <miles@gnu.org>
932         * textmodes/refill.el (refill-mode): Don't barf when redundantly
933         turning refill-mode off.
935 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
937         * time.el (display-time-load-average-threshold): New variable.
938         (display-time-update): Use it.
940         These changes allow cycling through past 1, 5 and 15 minutes
941         load-average displayed in the mode-line.
943         * time.el (display-time-default-load-average): New customizable option.
944         (display-time-load-average): New variable.
945         (display-time-cycle-load-average): New function.
946         (display-time-update): Use them.
948 2001-12-21  Richard M. Stallman  <rms@gnu.org>
950         * apropos.el (apropos-print): SPACING is now nil or a separator string.
951         (apropos-documentation, apropos-value): Pass a suitable string.
953 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
955         * dired.el (dired-free-space-program, dired-free-space-args):
956         Aliases for back-compatibility.
958         * info.el (Info-select-node): If Info-use-header-line is nil, set
959         header-line-format to nil.
960         (Info-fontify-node): Don't put a keymap text property on the
961         heading if we are not going to display the header line.  Remove
962         any such text properties left over from past visits to this node.
964         * ls-lisp.el (insert-directory): Insert the amount of free disk
965         space, like files.el's insert-directory does.
967         * files.el (directory-free-space-program): Mention
968         file-system-info in the doc string.
969         (get-free-disk-space): New function; code moved from
970         insert-directory.
971         (insert-directory): Call get-free-disk-space to get the amount of
972         free space.
974 2001-12-21  Richard M. Stallman  <rms@gnu.org>
976         * help.el (view-order-manuals, view-emacs-news, describe-copying)
977         (describe-distribution, describe-project): Use view-file.
979         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
981         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
983         * emacs-lisp/easy-mmode.el (define-minor-mode):
984         Make no arg by default in an interactive call,
985         so that repeating the command toggles again.
987         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
989 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
991         * antlr-mode.el: More sophisticated indentation of cpp directive.
992         (antlr-indent-at-bol-alist): New user option.
993         (antlr-indent-line): Use it.
994         (antlr-indent-style): New user option.
995         (antlr-mode): Use it.
996         (antlr-indent-item-regexp): Customize.
998         * antlr-mode.el: Syntax highlighting changes.
999         (antlr-font-lock-literal-regexp): New user option.
1000         (antlr-font-lock-syntax-face): New face used for :, |, ....
1001         (antlr-font-lock-default-face): New face.
1002         (antlr-font-lock-additional-keywords): Use them.
1004         * antlr-mode.el: New command to insert options -- variables.
1005         (antlr-mode-map): New binding [C-c C-o].
1006         (antlr-mode-menu): New submenus.
1007         (antlr-options-use-submenus): New user option.
1008         (antlr-tool-version): New user option.
1009         (antlr-options-auto-colon): New user option.
1010         (antlr-options-style): New user option.
1011         (antlr-options-push-mark): New user option.
1012         (antlr-options-assign-string): New user option.
1013         (antlr-options-headings): New variable.
1015         * antlr-mode.el: New command to insert options -- specific.
1016         (antlr-options-alists): New variable.
1017         (antlr-read-value): New function.
1018         (antlr-read-boolean): New function.
1019         (antlr-language-option-extra): New function.
1020         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
1021         (antlr-c++-mode-extra): New function.
1022         (antlr-grammar-tokens): New function.
1023         (antlr-imenu-create-index-function): New optional argument.
1025         * antlr-mode.el: New command to insert options -- functions.
1026         (antlr-insert-option): New command.
1027         (antlr-insert-option-interactive): New function.
1028         (antlr-options-menu-filter): New function.
1029         (antlr-option-kind): New function.
1030         (antlr-scan-lists): New alias.
1031         (antlr-scan-lists-internal): New function.
1032         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
1033         (antlr-option-level): New function.
1034         (antlr-syntactic-grammar-depth): New function.
1035         (antlr-option-location): New function.
1036         (antlr-insert-option-do): New function.
1037         (antlr-option-spec): New function.
1038         (antlr-version-string): New function.
1039         (antlr-insert-option-existing): New function.
1040         (antlr-insert-option-space): New function.
1041         (antlr-insert-option-area): New function.
1043         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
1044         with narrowing.  Menu change.  Miscellaneous.
1045         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
1046         (antlr-mode-map): New bindings for characters in ":;|&(){}".
1047         (antlr-electric-character): New command.
1048         (antlr-class-header-regexp): New variable.
1049         (antlr-font-lock-additional-keywords): Use it.
1050         (antlr-imenu-create-index-function): Use it.
1051         (antlr-file-dependencies): Use it.
1052         (antlr-indent-line): Also works with restrictions.
1053         (antlr-indent-command): Interactive spec - changes the buffer.
1054         (antlr-language-for-option): Deletia.
1055         (antlr-language-option): New function, defined instead.
1056         (antlr-mode): Use it.
1057 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
1059         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
1060         instead of a literal /dev/null.
1062         * Makefile.in (distclean): Remove Makefile in the build
1063         directory, not in the source directory.
1065 2001-12-21  Simon Josefsson  <jas@extundo.com>.
1067         * mail/smtpmail.el (smtpmail-send-queued-mail): Use
1068         with-temp-buffer instead of find-file-noselect, and bind
1069         coding-system-for-read to no-conversion when reading the queued
1070         messages.  (Simon's code modified slightly by Eli Zaretskii.)
1072 2001-12-20  Werner Lemberg  <wl@gnu.org>
1074         * international/mule-diag.el (describe-coding-system,
1075         print-coding-system-briefly): Make printed output have a similar
1076         format as describe-character-set.
1078 2001-12-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1080         * play/blackbox.el (bb-member): Remove, use member instead.
1081         (bb-delete): Remove, use delete instead.
1082         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
1083         bb-score, bb-detour-count and bb-balls-placed.
1084         Propertize results of rays.
1086 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
1088         * isearch.el (isearch-forward, isearch-edit-string): Make doc
1089         strings mention keybinding for `isearch-yank-word-or-char',
1090         rather than `isearch-yank-word', since the former is bound now
1091         and the latter is not.
1092         (isearch-yank-word-or-char): Fix formatting.
1094 2001-12-19  Werner Lemberg  <wl@gnu.org>
1096         * language/czech.el, language/european.el, language/slovak.el: More
1097         fixes for language info doc strings.
1099 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
1101         * loadup.el: Add "language" to the load-path.
1103 2001-12-19  Richard M. Stallman  <rms@gnu.org>
1105         * international/mule-cmds.el (describe-language-environment):
1106         Fix calls to help-xref-button.
1108 2001-12-19  Miles Bader  <miles@gnu.org>
1110         * international/fontset.el: Require `ind-util' when compiling.
1112 2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1114         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
1115         instead of decompose-composite-char.
1117 2001-12-18  Richard M. Stallman  <rms@gnu.org>
1119         * simple.el (eval-expression-print-level)
1120         (eval-expression-print-length): Doc fixes.
1122         * international/mule-diag.el (describe-character-set):
1123         Fix the arg to help-xref-button.
1125         * files.el (directory-free-space-program): New variable.
1126         (directory-free-space-args): New variable.
1127         (insert-directory): Use those two variables for getting free space.
1128         Use file-system-info instead, if that is defined.
1130         * dired.el (dired-free-space-program): Variable deleted.
1131         (dired-free-space-args): Variable deleted.
1132         (dired-insert-directory): Don't try to determine free space.
1134         * files.el (font-lock-defaults): Add risky-local-variables prop.
1135         (hack-one-local-variable): Treat various font-lock variables as risky.
1137 2001-12-18  Werner Lemberg  <wl@gnu.org>
1139         * language/chinese.el, language/cyrillic.el:
1140         * language/czech.el, language/european.el, language/greek.el:
1141         * language/hebrew.el, language/indian.el, language/japanese.el:
1142         * language/korean.el, language/lao.el, language/slovak.el:
1143         * language/thai.el, language/tibetan.el, language/vietnamese.el:
1144         Improve documentation strings of coding systems and language infos.
1146 2001-12-18  Werner LEMBERG  <wl@gnu.org>
1148         Add support for EUC-TW decoding/encoding.
1150         * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
1151         euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
1152         New auxiliary functions to build `big5-to-cns'.
1153         (big5-to-cns): New translation alist.
1155         * language/chinese.el: Added new coding system `euc-tw' and its
1156         alias `euc-taiwan'.
1157         Updated language `Chinese-CNS' to include euc-tw encoding also.
1158         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
1159         euc-tw.
1161 2001-12-18  Dave Love  <fx@gnu.org>
1163         * loadup.el: Add language/utf-8-lang, language/georgian.
1165         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
1166         (image-file-name-regexps): Doc fix.
1168         * server.el (server-unload-hook): New function.
1170         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
1171         (lm-crack-copyright): Cope with multi-line copyright `lines'.
1173         * simple.el (newline): Doc fix.
1174         (eval-expression-print-level, eval-expression-print-length): Doc
1175         fix.  Amend :type.
1176         (next-line, previous-line): Make arg optional.
1177         (newline): Doc fix.
1179         * Makefile.in (DONTCOMPILE): Add various language files.
1181         * international/quail.el (quail-input-string-to-events): Don't use
1182         string-to-list.
1184         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
1185         calling `newline'.
1187 2001-12-17  Richard M. Stallman  <rms@gnu.org>
1189         * comint.el (comint-dynamic-list-input-ring-select): New function.
1190         Switches back to the old window configuration.
1191         (comint-dynamic-list-input-ring): Bind RET to that function.
1192         (comint-dynamic-list-input-ring-window-conf): New variable.
1194 2001-12-17  Werner Lemberg  <wl@gnu.org>
1196         * international/mule-conf.el: Improve documentation strings of
1197         character sets.
1199 2001-12-16  Richard M. Stallman  <rms@gnu.org>
1201         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
1202         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
1204         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
1206         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
1207         Add a DESCRIPTION for the makefile item.
1209         * find-file.el (ff-other-file-name): New function.
1211 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
1213         * international/quail.el (quail-input-string-to-events): Fix last
1214         change.
1216 2001-12-16  Richard M. Stallman  <rms@gnu.org>
1218         * isearch.el (isearch-edit-string): When we set isearch-string
1219         to the default, also set isearch-message.
1221         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
1223         * startup.el (command-line-1): Display startup screen
1224         even if there are command line args.
1225         Add a note about how to go to editing your files.
1226         (fancy-splash-head): Add a note about how to go to your files.
1227         (fancy-splash-outer-buffer): New variable.
1228         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
1230         * subr.el (with-temp-message): At the end, always discard
1231         the temp message, even by clearing the echo area.
1233         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
1235 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
1237         * log-view.el (log-view-message-re, log-view-current-tag):
1238         Recognize Subversion's log output format.
1240         * international/fontset.el: Build the list L at compile time.
1242         * language/ind-util.el (mapthread): Make a closure.
1244 2001-12-15  Richard M. Stallman  <rms@gnu.org>
1246         * isearch.el (isearch-start-hscroll): New variable.
1247         (isearch-mode): Set isearch-start-hscroll.
1248         (isearch-update): Restore original hscrolling if possible.
1250         * isearch.el (isearch-edit-string):
1251         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
1253         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
1254         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
1255         rather than regexp search and (2) copying text properties
1256         already set up on text unchanged from the previous backtrace.
1258         * case-table.el (set-case-syntax-pair):
1259         Detect invalid calls and signal an error.
1261 2001-12-15  Richard M. Stallman  <rms@gnu.org>
1263         * language/ind-util.el (range): Function deleted.
1264         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
1265         All calls changed.
1267         * language/devan-util.el (devanagari-range): Renamed from `range'.
1268         All calls changed.
1269         (devanagari-regexp-of-hashtbl-keys):
1270         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
1272 2001-12-15  Dave Love  <fx@gnu.org>
1274         * language/ind-util.el: Don't require cl.
1275         (indian-glyph-char, indian-glyph-max-char)
1276         (indian-char-glyph): Moved from indian.el
1277         (indian--puthash-char, mapthread): Don't quote lambda.
1278         (indian--map): New function.
1279         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
1280         (indian--puthash-cv): Use it.
1282         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
1283         (indian-char-glyph): Moved to ind-util.el
1285         * language/devan-util.el (devanagari-post-read-conversion):
1286         New function.
1288         * language/georgian.el: New file.
1290         * international/mule-cmds.el (locale-language-names): Add various
1291         entries.  Remove utf-8 special case.
1292         (locale-charset-language-names, locale-preferred-coding-systems):
1293         Add utf-8 case.
1294         (set-language-environment): Process required-features earlier.
1296         * international/quail.el (quail-keyboard-layout-alist):
1297         Add pc105-uk.
1298         (quail-keyboard-layout-type): Fix :type.
1299         (quail-choose-completion-string): Simplify.
1300         (quail-update-leim-list-file): Don't get fooled by commented-out code.
1301         (quail-input-string-to-events): Run events through
1302         translation-table-for-input.
1304         * international/mule-conf.el (translation-table-for-input):
1305         New variable.
1306         (latin-iso8859-14): Amend description.
1307         (file-coding-system-alist): Add entry for utf-8.
1309         * language/utf-8-lang.el: New file.
1311         * international/code-pages.el: New file.
1313         * language/hebrew.el ("Windows-1255"): New language.
1315         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
1316         ("Latvian"): New languages.
1318 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
1320         * xml.el: Use setq rather than (set 'foo bar).
1321         Use push+nreverse rather than append.
1322         (xml-node-name, xml-node-attributes, xml-node-children):
1323         Use defsubst rather than macros.
1324         (xml-parse-region): Handle a nil return value from xml-parse-tag.
1325         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
1326         Concat the two strings surrounding a comment into a single string.
1328         * newcomment.el (comment-indent): Jump to the middle of empty comments.
1330 2001-12-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1332         * select.el (xselect-convert-to-class, xselect-convert-to-name):
1333         Document.
1335 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
1337         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
1338         Return nil if FILE is not registered.
1339         (vc-check-master-templates, vc-default-make-version-backups-p):
1340         Doc fix.
1342 2001-12-13  David Ponce  <david@dponce.com>
1344         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
1345         (ruler-mode-left-fringe-cols): New macro.
1346         (ruler-mode-right-fringe-cols): New macro.
1347         (ruler-mode-left-scroll-bar-cols): New macro.
1348         (ruler-mode-right-scroll-bar-cols): New macro.
1349         (ruler-mode-ruler): Use above new macros.
1351 2001-12-13  Richard M. Stallman  <rms@gnu.org>
1353         * files.el (set-auto-mode): Fix previous change.
1355 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
1357         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
1358         (easy-menu-do-define, easy-menu-convert-item-1)
1359         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
1360         (easy-menu-return-item): Only return nil if there is no binding.
1362 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
1364         * whitespace.el (whitespace-version): 3.2
1365         * whitespace.el (whitespace-force-mode-line-update): Replace with
1366         `whitespace-mode-line-update', which is an alias to the correct
1367         function in various emacsen.
1368         * whitespace.el (whitespace-{un,}highlight-the-space):
1369         Add colorized highlighting of the bogus whitespaces in a buffer/file,
1370         using the `whitespace-highlight-face' if
1371         `whitespace-display-spaces-in-color' is set.
1373 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
1375         * international/mule.el (set-auto-coding): Don't search for
1376         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
1378 2001-12-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1380         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
1382         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
1384         * mail/rmailsum.el (rmail-summary-mode): Likewise.
1386 2001-12-13  Richard M. Stallman  <rms@gnu.org>
1388         * simple.el (undo): Always set this-command to `undo',
1389         so that the next undo after an error will not begin redoing.
1391         * simple.el (shell-command): Doc fix.
1392         (shell-command-on-region): If there is output an an error,
1393         add "...Shell command failed" to the output.
1395 2001-12-13  David Ponce  <david@dponce.com>
1397         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
1398         (ruler-mode-left-fringe-cols): Function replaced by more efficient
1399         implementation `ruler-mode-extra-left-cols'.
1400         (ruler-mode-ruler): Use above new function.  Take into account
1401         that the fringe areas can now be resized.
1403 2001-12-12  Richard M. Stallman  <rms@gnu.org>
1405         * international/characters.el (Unicode): Comment out
1406         the specifications for kelvin and angstrom signs.
1408         * international/mule.el (make-translation-table-from-vector):
1409         Allow null elements in VEC.
1411         * international/ucs-tables.el (unify-8859-on-encoding-mode)
1412         (unify-8859-on-decoding-mode): Swap the code in their bodies.
1413         Add :version.
1415 2001-12-11  Richard M. Stallman  <rms@gnu.org>
1417         * derived.el (derived-mode-p): Function moved to subr.el.
1419         * subr.el (derived-mode-p): Moved here from derived.el.
1421         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
1423         * files.el (set-auto-mode-1): New subroutine, broken out of
1424         set-auto-mode.
1425         (set-auto-mode, hack-local-variables-prop-line): Use that.
1427 2001-12-11  Dave Love  <fx@gnu.org>
1429         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
1431         * language/european.el: Remove autoload cookies.  Fix registration
1432         of diacritic composition function.
1434 2001-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1436         * calendar/todo-mode.el: Require time-stamp.
1438         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
1440 2001-12-11  Richard M. Stallman  <rms@gnu.org>
1442         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
1444         * textmodes/ispell.el (ispell-buffer-local-parsing):
1445         Match xml like sgml.
1447         * emacs-lisp/advice.el (ad-compile-function):
1448         Byte compile the function under another (uninterned) name.
1450         * gud.el (gdb): Define and bind gud-jump.
1452         * font-lock.el (font-lock-mode):
1453         Put our function at the end of after-change-functions.
1455         * ediff-diff.el (ediff-cmp-options): Doc fix.
1457         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
1459 2001-12-10  Richard M. Stallman  <rms@gnu.org>
1461         * isearch.el (isearch-yank-word-or-char): New function.
1462         (isearch-mode-map): Bind C-w to that.
1464         * menu-bar.el (menu-bar-mode): Make arg optional.
1466         * simple.el (line-move): Cope if next-single-property-change
1467         or previous-single-property-change returns nil.
1469         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
1470         Don't use interactive-p; instead, pass the proper args
1471         in (interactive...).  Clean up most of the trouble-report strings.
1473 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
1475         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
1476         enqueued messages literally.
1478 2001-12-10  Noah Friedman  <friedman@splode.com>
1480         * battery.el (battery-insert-file-contents): Obsolete function
1481         removed.
1482         (battery-read-function): Obsolete function removed.
1483         (battery-linux-proc-apm): Use insert-file-contents.
1485 2001-12-07  Stephen Eglen  <stephen@gnu.org>
1487         * iswitchb.el (iswitchb-visit-buffer):
1488         Use `select-frame-set-input-focus'--needed when window manager
1489         uses "click to focus" policy.
1491 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1493         * COPYING: Moved back.
1495 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
1497         * term/internal.el (IT-character-translations): Add entries for
1498         more points.
1500         * international/characters.el: Resurrect the Hebrew category
1501         settings for all Hebrew characters removed by the last change.
1502         Add code for setting the Hebrew category of the Unicode Hebrew
1503         characters.  Set syntax entries for Hebrew punctuation characters.
1505         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
1506         points and directional formatting control characters.
1508 2001-12-07  Dave Love  <fx@gnu.org>
1510         * language/lao-util.el: Add Unicode equivalents for rules.
1511         (lao-post-read-conversion): New function.
1513         * language/lao.el: Add Unicode equivalents.
1514         (lao): Add post-read conversion.
1516         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
1517         Use iso2022 encoding.
1518         (latin1-char-displayable-p): Doc fix.
1519         (latin1-display-ucs-per-lynx): New option.
1520         (latin1-display-ucs-per-lynx): New command.
1521         (latin1-display-reset): Special-case arabic.
1522         (ucs-tables): Require.
1523         (latin1-display-sets, latin1-display-setup): Add arabic.
1524         (latin1-display) <variable>: Use function latin1-display.
1525         (latin1-display) <function>: Add mule-unicode stuff.
1526         (latin1-display-check-font): Don't lose if `info' is nil.
1528         * international/iso-transl.el: Insert Latin-1 characters, not
1529         unibyte codes.
1531         * language/european.el (diacritic-composition-pattern): New constant.
1532         (diacritic-compose-region, diacritic-compose-string)
1533         (diacritic-compose-buffer, diacritic-post-read-conversion)
1534         (diacritic-composition-function): New functions.
1536         * international/utf-8.el (ucs-mule-to-mule-unicode):
1537         New translation table.
1538         (ccl-encode-mule-utf-8): Use it.
1539         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
1540         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
1541         (utf-8-subst-table): New variable.
1542         (utf-8-compose-scripts): New option.
1543         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
1545         * international/ucs-tables.el, international/utf-8-subst.el:
1546         New files.
1548         * international/characters.el: Don't set word syntax (the default)
1549         explicitly.  Add a diacritic category.  Add info for Unicode
1550         equivalents of characters in various Mule charsets and for extra
1551         Unicode characters.  Don't define specific categories for
1552         Indian/Devanagari, since they aren't used.
1554 2001-12-06  Richard M. Stallman  <rms@gnu.org>
1556         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
1557         (set-justification-left, set-justification-right): Doc fix.
1559         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
1560         (bug-f90-mode): Variable deleted.
1562 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
1564         * indent.el (indent-line-function): Default is indent-relative again.
1566 2001-12-07  Miles Bader  <miles@gnu.org>
1568         * progmodes/compile.el (compilation-error-regexp-alist):
1569         Added regexps for RXP.
1571 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
1573         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
1574         Add shift-assignment operators to those highlighted, and highlight
1575         the whole operator rather than just the "=".
1577 2001-12-04  Juanma Barranquero  <lektu@terra.es>
1579         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
1580         before saving abbrevs if `save-abbrevs' has the value `silently'.
1582 2001-12-04  Andreas Schwab  <schwab@suse.de>
1584         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
1586 2001-12-04  Colin Walters  <walters@debian.org>
1588         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
1589         for `defmacro*' forms.
1591         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
1592         `defmacro*'.
1594 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
1596         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
1598 2001-12-02  Richard M. Stallman  <rms@gnu.org>
1600         * files.el (insert-directory): If the df output does not look right,
1601         don't try to use it.  Other cleanups in overall code structure.
1603 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
1605         * textmodes/outline.el (outline-mode-prefix-map):
1606         Add bindings for outline-promote and outline-demote.
1607         (outline-minor-mode-menu-bar-map): New var.
1608         (outline-minor-mode): Use it.
1609         (outline-heading-alist): New var (renamed from outline-level-heading).
1610         (outline-level): Use it.
1611         (outline-insert-heading, outline-promote, outline-demote):
1612         Update to use outline-heading-alist.
1614         * disp-table.el (standard-display-european):
1615         Simplify since the function is not interactive any more.
1616         Don't set the existing buffers to unibyte.
1618         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
1620         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
1622         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
1624         * shell.el (shell): Use shell-file-name.
1625         Pop to buffer before calling comint to set COLUMNS properly.
1627         * emacs-lisp/cl.el (svref): New alias.
1629         * progmodes/antlr-mode.el (antlr-c-common-init):
1630         Don't inhibit adaptive-fill-mode any more.
1632         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
1634         * progmodes/etags.el (tags-with-face): Use make-symbol.
1635         (tags-search, tags-query-replace): Use backquotes.
1637         * textmodes/picture.el (picture-mode-map): Don't use defconst
1638         for a variable.
1640 2001-12-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1642         * textmodes/reftex-index.el (reftex-index-mode):
1643         Remove make-local-hook.
1645         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
1647 2001-12-02  Kim F. Storm  <storm@cua.dk>
1649         * isearch.el (isearch-resume-enabled): New variable.
1650         (isearch-done): Use that variable.
1652 2001-12-01  Richard M. Stallman  <rms@gnu.org>
1654         * wid-edit.el (widget-button-click): Don't move point permanently:
1655         Avoid mouse-set-point--instead select the window,
1656         then do save-excursion, then move point.
1657         Specify the buffer for get-char-property.
1658         Don't use `@' in interactive.
1660         * indent.el (indent-line-function):
1661         Default is indent-to-left-margin again.
1663         * replace.el (query-replace-read-args): Display message
1664         if FROM contains `\n' or `\t'.
1666 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
1668         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
1670         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
1672         * emacs-lisp/regexp-opt.el (regexp-opt):
1673         Bind completion-regexp-list to nil.
1675         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
1677 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
1679         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
1680         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
1681         Update maintainer.
1683 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
1685         * mail/smtpmail.el: Use with-current-buffer.
1686         (message-make-date, message-make-message-id): Autoload when needed.
1687         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
1688         headers when missing.
1690         * international/encoded-kb.el (encoded-kbd-mode):
1691         Use define-minor-mode.
1693         * enriched.el (enriched-mode): Use define-minor-mode.
1694         Use dolist and pop and push.
1696         * info.el (Info-find-node-2): Don't call info-insert-file-contents
1697         with the `visit' argument.
1698         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
1700         * progmodes/hideif.el (hide-ifdef-mode): Only modify
1701         `change-major-mode-hook' locally.  Reset invisibility spec.
1703         * man.el (Man-build-section-alist): Remove last Man-match-substring.
1705 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1707         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
1708         Clarify error message.
1710 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1712         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
1714 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
1716         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
1717         don't just return it.
1719 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
1721         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
1722         (menu-bar-read-emacs-man, search-emacs-glossary)
1723         (emacs-index-search, elisp-index-search): New functions.
1724         (apropso-documentation, apropos, apropos-value, apropos-variable)
1725         (apropos-commands): Modify menu item names and help text.
1726         (elisp-index-search, emacs-index-search, emacs-glossary):
1727         New menu items.
1728         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
1729         submenu.
1730         (info-elisp, info-elintro): New menu items.
1731         (apropos): Modify the menu item name.
1733 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
1735         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
1737         * textmodes/outline.el (outline-promote, outline-demote): Typo.
1739         * man.el (man-follow-mouse): New function.
1740         (Man-mode-map): Bind mouse-2 to it.
1741         (Man-match-substring): Remove.  Replace with `match-string'.
1742         (man): Use the `default-value' argument to `read-string'.
1743         (Man-fontify-manpage): Add mouse-face to cross references.
1745         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
1747 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
1749         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
1750         the value of require-match in minibuffer-completion-confirm.
1751         Use crm-local-completion-map.
1753         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
1754         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
1755         (cl-make-type-test): Use char-valid-p for `character'.
1757         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
1758         (Info-complete-menu-item): Rewrite.  Add the ability to search
1759         several sequential nodes.  Add a simple caching mechanism.
1760         (Info-goto-index): New function extracted from Info-index.
1761         (Info-index): Use it.  Add completion to the interactive spec.
1762         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
1764 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1766         * COPYING: Removed.
1768 2001-11-29  Dave Love  <fx@gnu.org>
1770         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
1771         (fortran-window-create, fortran-window-create-momentarily):
1772         Rewrite, moving error condition.
1773         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
1774         (fortran-mode-syntax-table): Revert last change.
1776         * international/mule.el: Doc fixes.
1777         (map-charset-chars): New function.
1778         (register-char-codings): Use it to cope with generic chars in
1779         safe-chars.
1781 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1783         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
1785         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
1787         * play/studly.el (studlify-word, studlify-region)
1788         (studlify-buffer): Fix doc-string.
1789         (studlify-buffer): Add autoload cookie.
1791 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
1793         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
1794         (outline-up-heading-all): Remove.
1795         (hide-sublevels): Move to end-of-heading before calling flag-region.
1796         (outline-copy-overlay, outline-discard-overlays): Remove.
1797         (outline-flag-region): Use `remove-overlays'.
1798         Don't move to end-of-heading.
1799         (outline-next-visible-heading, outline-back-to-heading)
1800         (outline-on-heading-p): Use outline-invisible-p.
1801         (outline-font-lock-level): Use outline-up-heading's new arg.
1802         (outline-minor-mode): Simplify.
1803         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
1804         (outline): Put a `reveal-toggle-invisible' property.
1805         (outline-level-heading): New var.
1806         (outline-insert-heading, outline-promote, outline-demote)
1807         (outline-toggle-children): New commands.
1809         * progmodes/hideif.el (hif-end-of-line): New function.
1810         (hide-ifdef-mode): Set line-move-ignore-invisible.
1811         (hide-ifdef-region-internal): New function.
1812         (hide-ifdef-region): Use it.
1813         (hif-defined): Return an integer.
1814         (hif-infix-to-prefix): Remove.
1815         (hif-tokenize): Parse from the buffer rather than from a string.
1816         Correctly tokenize integers.  Use forward-comment.
1817         (hif-expr): Use hif-or.
1818         (hif-term): Use hif-and.
1819         (hif-factor): Use hif-not.  Handle numbers properly.
1820         Don't require parenthesis around `defined's argument.
1821         (hif-and, hif-or, hif-not): New funs.
1822         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
1823         (hif-hide-line): Don't hide the \n before the line.
1824         (hif-possibly-hide): Correctly handle numeric evaluation results.
1826         * progmodes/make-mode.el: Use line-(end|beginning)-position.
1827         (makefile-mode): Set indent-line-function.
1828         (makefile-browser-insert-continuation): Use with-current-buffer.
1829         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
1831 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
1833         * isearch.el (isearch-yank-internal): New helper function.
1834         (isearch-yank-char): New function.
1835         (isearch-yank-word, isearch-yank-line): Rewrite to use
1836         isearch-yank-internal.
1838 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
1840         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
1841         aren't supported.  Print a message to that effect if invoked.
1843 2001-11-27  Stephen Eglen  <stephen@gnu.org>
1845         * locate.el (locate): Put point at first matching file rather
1846         than top of buffer.
1848 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
1850         * reveal.el: New file.
1852         * progmodes/hideif.el: Misc cleanup.
1853         (hide-ifdef-mode-submap): Put the def in the defvar.
1854         Use substitute-key-definition.
1855         (hide-ifdef-mode): Use define-minor-mode.
1856         (hif-outline-flag-region): Remove.
1857         (hif-show-all): Define in terms of hif-show-ifdef-region.
1858         (hif-after-revert-function): Rename from hif-before-revert-function.
1859         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
1860         (hif-tokenize): Use with-syntax-table.
1861         (hif-make-range): Use `else' also for `else-p'.
1862         (hif-range-else-p): Remove.
1863         (hif-find-range): Simplify.
1864         (hif-hide-line): Don't bother preserving buffer-modified-p.
1865         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
1866         Don't use selective-display and inhibit-read-only.
1868         * subr.el (copy-overlay, remove-overlays): New funs.
1870         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
1872 2001-11-27  Sam Steingold  <sds@gnu.org>
1874         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
1875         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
1876         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
1877         * obsolete/c-mode.el, obsolete/cplus-md.el
1878         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
1879         * term/sun-mouse.el, textmodes/artist.el:
1880         Converted backquote to the new style.
1881         * mouse.el, reposition.el: Likewise (in comments).
1882         * expand.el: Likewise (in a string).
1884 2001-11-27  Richard M. Stallman  <rms@gnu.org>
1886         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
1888 2001-11-26  Richard M. Stallman  <rms@gnu.org>
1890         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
1891         if :on-glyph or :off-glyph is a list, eval it and store it back.
1892         (checkbox): Quote the values for :on-glyph and :off-glyph.
1894         * cus-start.el (recursive-load-depth-limit): Delete item.
1896 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
1898         * help-fns.el (describe-categories, help-describe-category-set): New.
1899         describe-categories moved here from src/category.c.
1901 2001-11-26  Sam Steingold  <sds@gnu.org>
1903         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
1904         arguments to `insert' are strings.
1906 2001-11-26  Richard M. Stallman  <rms@gnu.org>
1908         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
1910 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
1912         * international/mule-diag.el: Require help-fns instead of
1913         help-funs.
1915         * help-fns.el: Renamed from help-funs.el.
1917         * startup.el (command-line-1): Don't try to call process-list if
1918         it is not fboundp.
1920 2001-11-26  Sam Steingold  <sds@gnu.org>
1922         * frame.el (show-trailing-whitespace): Remove :set argument (the
1923         value was essentially identical to the defalt).
1925 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1927         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
1929         * icomplete.el (icomplete-minibuffer-setup): Likewise.
1931         * hilit-chg.el (hilit-chg-set): Likewise.
1933         * speedbar.el (speedbar-mode): Likewise.
1935         * calendar/calendar.el (calendar-mode): Likewise.
1937         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
1938         insert-string.
1940         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
1942         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
1944         * term/sun-mouse.el (sun-yank-selection): Likewise.
1946         * textmodes/bib-mode.el (return-key-bib): Likewise.
1948         * calendar/appt.el (appt-disp-window): Likewise.
1950         * calendar/diary-lib.el (list-diary-entries): Likewise.
1952         * array.el (array-reconfigure-rows): Likewise.
1954         * filecache.el (file-cache-minibuffer-complete): Likewise.
1956         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
1958         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
1960         * allout.el (outline-version, outline-open-topic)
1961         (outline-rebullet-heading, outline-insert-listified)
1962         (outline-latex-verbatim-quote-curr-line)
1963         (outline-latexify-one-item, outlineify-sticky): Likewise.
1965         * vc.el (vc-next-action-on-file): Likewise.
1966         (vc-dired-mode): Remove make-local-hook.
1968 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
1970         * vc.el (vc-find-version): New function.
1971         (vc-version-other-window): Redefined in terms of the above.
1973         * log-view.el (log-view-find-version): New function.
1974         (log-view-mode-map): Bind it to `f'.
1976 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
1978         * language/devan-util.el (dev-char-glyph): Escape `"' in
1979         string literals.
1980         (dev-glyph-glyph, dev-glyph-glyph-2)
1981         (devanagari-compose-syllable-region): Likewise.
1983 2001-11-26  Richard M. Stallman  <rms@gnu.org>
1985         * window.el (save-selected-window): No error if saved window is dead.
1987         * help-funs.el (describe-syntax): Put (interactive) after doc string.
1989 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1991         * international/quail.el (quail-help): Require help-mode in
1992         top-level instead.
1994         * iswitchb.el (iswitchb-exhibit): Use insert instead of
1995         insert-string.
1997         * icomplete.el (icomplete-exhibit): Likewise.
1999 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
2001         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
2002         (diff-hunk-kill): Simplify.
2003         (diff-post-command-hook): Only apply to a single hunk.
2004         (diff-hunk-text): Make `char-offset' non-optional.
2005         (diff-find-text): Return a cons cell.
2006         (diff-find-approx-text): New fun.
2007         (diff-find-source-location): Use it.
2008         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
2009         Adapt to new retval of diff-find-text.
2011         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
2012         rather than integer- representation of dates.
2014         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
2016         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
2017         (syntax-after): New fun.
2019         * help-funs.el (describe-syntax): New fun.
2021         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
2022         (font-lock-ppss-stats, font-lock-ppss): Remove.
2023         (font-lock-fontify-syntactically-region): Remove tuning code.
2024         (font-lock-compile-keywords): Fix off-by-one bug.
2025         (font-lock-set-defaults): Don't set removed vars.
2026         (c-keywords): Add `inline'.
2027         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
2029         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2030         Set syntax-begin-function.
2031         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
2032         (lisp-interaction-mode): Don't set local-abbrev-table any more.
2033         (lisp-mode-auto-fill): Use syntax-ppss and obey
2034         comment-auto-fill-only-comments.
2035         (lisp-fill-paragraph): Use syntax-ppss.
2037 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2039         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
2040         version of rmail-enable-mime.
2041         (rmail-forward): Use it.
2043 2001-11-25  Richard M. Stallman  <rms@gnu.org>
2045         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
2047         * international/quail.el (quail-keyboard-layout-button):
2048         Define button type.
2049         (quail-keyboard-customize-button): Likewise.
2050         (quail-help): Use those button types.  Require `help-mode'.
2051         Avoid altering the argument `package'.
2053         * help-mode.el (help-function, help-variable, help-face)
2054         (help-coding-system, help-input-method, help-character-set):
2055         Define each button type with its own explicit define-button-type.
2057         * language/devan-util.el: Comment out parts of the file
2058         which apparently are garbled.
2060 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2062         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
2063         insert-string.
2065 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2067         * play/snake.el (snake-mode): Remove make-local-hook.
2069         * play/tetris.el (tetris-mode): Likewise.
2071         * play/decipher.el (decipher-mode): Likewise.
2073         * tmm.el (tmm-add-prompt): Likewise.
2075 2001-11-25  Sam Steingold  <sds@gnu.org>
2077         * menu-bar.el (menu-bar-apropos-menu): New variable.
2078         Moved all `apropos' bindings to this menu.
2079         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
2081 2001-11-24  KAWABATA, Taichi <batta@beige.ocn.ne.jp>
2083         The following changes are for new indian languages support based
2084         on Unicode charset and CDAC fonts.
2086         * international/mule-conf.el: Change indian-1-column charset to
2087         indian-glyph charset.
2089         * international/characters.el: Adjusted for the change of
2090         indian-1-column -> indian-glyph.
2092         * international/fontset.el: Delete the setting for indian-1-column
2093         and add the setting for indian-glyph in the default fontset.
2095         * language/indian.el: Completely re-written.
2097         * language/devanagari.el: Completely re-written.
2099         * language/devan-util.el: Completely re-written.
2101         * language/ind-util.el: New file.
2103 2001-11-24  Richard M. Stallman  <rms@gnu.org>
2105         * startup.el (command-line-1): Don't do startup screen
2106         if a subprocess is running.  Call the startup screen buffer
2107         "GNU Emacs".  Make a special mode-line-format for it.
2109         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
2110         (browse-url-galeon): Use that variable.
2112         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
2113         eval-expression.  Eval and set the variable simply.
2115         * files.el (temporary-file-directory): Use defcustom.
2116         (small-temporary-file-directory): Likewise.
2117         (normal-backup-enable-predicate): Move down in file
2118         after definition of temporary-file-directory.
2120         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
2122 2001-11-24  Colin Walters  <walters@debian.org>
2124         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
2125         autoload names to match files renamed on initial calc import.
2127         * calc/calc.el (Commentary): Cleanup, and add logistic curve
2128         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
2130 2001-11-23  Colin Walters  <walters@debian.org>
2132         * Makefile.in (finder_setwins, setwins): Include Calc again.
2134         * calc/calc-rules.el: Add header comment.
2136 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
2138         * vc.el (with-vc-properties): Don't bind `filename' locally.
2139         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
2140         to avoid name clashes.  Fix `lisp-indent-function' property for
2141         both.
2143 2001-11-23  Francesco Potorti`  <pot@gnu.org>
2145         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
2147 2001-11-22  Colin Walters  <walters@debian.org>
2149         * calc/calc-misc.el (report-calc-bug):
2150         Use `reporter-prompt-for-summary-p'.
2152         * calc/INSTALL, calc/Makefile: Remove.
2154 2001-11-22  Miles Bader  <miles@gnu.org>
2156         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
2157         (reb-match-2, reb-match-3): Add dark-background variants.
2159 2001-11-22  Colin Walters  <walters@debian.org>
2161         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
2162         (info "Calc").
2163         (report-calc-bug): Use reporter.el.
2165         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
2167 2001-11-21  Richard M. Stallman  <rms@gnu.org>
2169         * which-func.el (which-function): Call imenu--make-index-alist
2170         if necessary to get a list of functions.
2171         (which-function-imenu-failed): New variable.
2172         (which-func-update): Handle all visible windows.
2173         (which-func-update-1): New subroutine broken out of which-func-update.
2175         * files.el (temporary-file-directory, null-device)
2176         (small-temporary-file-directory): Definitions moved up.
2178         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
2179         (cperl-non-problems, cperl-praise): Doc fixes.
2181         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
2182         (sh-mode-syntax-table): Function restored.
2183         Variable set up for use by function sh-mode-syntax-table.
2184         (sh-set-shell): Set the syntax table.
2186         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
2188         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
2190         * international/encoded-kb.el: Don't alter minor-map-alist.
2192 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2194         * files.el (auto-save-file-name-transforms): Put remote files in
2195         temporary-file-directory rather than /tmp.
2197 2001-11-21  Colin Walters  <walters@debian.org>
2199         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
2200         of (function ...) wrapper.
2202 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
2204         * derived.el (define-derived-mode): Create the abbrev-table
2205         from inside the `defvar'.
2207         * jit-lock.el (jit-lock-defer-time): New var.
2208         (jit-lock-defer-timer, jit-lock-buffers): New vars.
2209         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
2210         (jit-lock-function): Defer fontification if requested.
2211         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
2212         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
2213         text property.
2214         (jit-lock-deferred-fontify): New fun.
2216 2001-11-20  Richard M. Stallman  <rms@gnu.org>
2218         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
2219         Set local-abbrev-table to lisp-mode-abbrev-table.
2221         * emacs-lisp/re-builder.el (reb-mode):
2222         Don't use define-derived-mode.  Call kill-all-local-variables.
2224         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
2225         Don't use define-derived-mode.
2227         * help-mode.el (help-mode): Undo 2001-10-07 change.
2229         * replace.el (occur-mode): Undo 2001-5-20 change.
2231 2001-11-20  Jason Rumney  <jasonr@gnu.org>
2233         * w32-fns.el (w32-system-coding-system): Change to an alias for
2234         locale-coding-system.
2235         (set-w32-system-coding-system): Document the above change.
2236         Set locale-coding-system instead.
2238 2001-11-20  Richard M. Stallman  <rms@gnu.org>
2240         * ruler-mode.el: Add pagination.
2241         (ruler-mode-toggle-show-tab-stops): No need to
2242         test `ruler-mode' variable.
2244 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
2246         * play/landmark.el: Mark lm-mode as special.
2248         * play/gomoku.el: Mark gomoku-mode as special.
2250 2001-11-20  Juanma Barranquero  <lektu@terra.es>
2252         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
2253         (top-level): Bind it to C-c C-b.
2254         (re-builder): Don't re-enter RE Builder Mode.
2256         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
2258 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
2260         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
2261         `manual-program'.
2263         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
2264         to a line without a comment.
2266 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
2268         * dired.el (dired-listing-switches): Mention in the doc string
2269         that some switches are not supported by ls-lisp.el
2271 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2273         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
2274         (imenu--create-keymap-2): Remove.
2275         (imenu--create-keymap-1): Simplify, remove third argument.
2276         (imenu--generic-function): Use dolist.
2277         (imenu-find-default): New function.
2278         (imenu--completion-buffer): Use it.
2279         (imenu--mouse-menu): Use popup-menu.
2280         (imenu--menubar-select): Return t rather than calling imenu.
2282         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
2283         New functions, extracted from fill-region-as-paragraph.
2284         (fill-region-as-paragraph): Use them.
2285         Use an end marker instead of eob.
2286         Ignore whitespace-only fill-prefixes when indenting according to mode.
2287         Simplify the loop that searches for spaces backwards.
2289         * textmodes/picture.el (picture-vertical-step)
2290         (picture-horizontal-step): Don't use defconst for variables.
2292         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
2293         (mail-extract-address-components): Downcase domain names.
2294         (mail-extr-delete-char): Remove.  Use delete-char instead.
2296         * emulation/pc-select.el: Doc string fixes.
2297         (pc-selection-mode): Don't treat macos as a tty.
2299         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
2301         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
2303         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
2304         (mouse-wheel-progessive-speed): New var.
2305         (mwheel-scroll): Use it and handle float values.
2307         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
2309         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
2310         (iswitchb): Fix the case where the result was selected with the mouse.
2311         (iswitchb-completion-help): Use the normal *Completions* now that
2312         mouse selection works.
2313         (iswitchb-minibuffer-setup): Simplify.
2315         * newcomment.el (comment-column, comment-style, comment-multi-line)
2316         (comment-auto-fill-only-comments): Remove :group arg.
2317         (comment-padding): Add :type.
2318         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
2319         if called interactively.
2321 2001-11-19  Colin Walters  <walters@verbum.org>
2323         * calc/calc.el (toplevel): Add comment and version header.
2324         (calc-init-base): Bump version to 2.02f, update date.
2326 2001-11-19  Richard M. Stallman  <rms@gnu.org>
2328         * net/browse-url.el: Support Mozilla and Galeon.
2329         By default, find the installed browser whichever it is.
2330         (browse-url-mozilla): New function.
2331         (browse-url-mozilla-sentinel): New function.
2332         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
2333         (browse-url-default-browser): New function.
2334         (browse-url-process-environment): Use browse-url-browser-display.
2335         (browse-url-browser-display): Renamed from browse-url-netscape-display.
2336         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
2337         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
2338         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
2339         (browse-url-browser-function): New default, new options.
2341 2001-11-19  Sam Steingold  <sds@gnu.org>
2343         * bindings.el (last-buffer, unbury-buffer): New function.
2344         (mode-line-unbury-buffer): Use `unbury-buffer'.
2346 2001-11-18  Stephen Eglen  <stephen@gnu.org>
2348         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
2349         control behaviour when no further completion is possible.
2351 2001-11-19  Colin Walters  <walters@verbum.org>
2353         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
2354         (math-showing-full-precision, math-with-extra-prec, math-working)
2355         (calc-with-default-simplification)
2356         (calc-with-trail-buffer): Use backtick.
2357         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
2358         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
2359         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
2360         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
2361         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
2362         (Math-num-integerp, Math-bignum-test, Math-equal-int)
2363         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
2364         (calc-record-compilation-date-macro): Deleted.  Callers updated.
2365         (math-format-radix-digit): Move to calc-bin.el.
2367         * calc/calc.el (calc-record-compilation-date): Remove.
2368         (calc-bug-address): Update.
2369         (calc-settings-file): Use `user-init-file'.
2371         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
2372         Handle null `calc-settings-file'.
2374         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
2375         * calc/calc-keypd.el (calc-keypad-mode): New.
2376         (calc-do-keypad): Use it.
2377         (calc-keypad-map): Move into `calc-keypad-mode'.
2379         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
2380         to defalias argument.
2382         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
2383         (calcFunc-floor): Ditto.
2385         * calc-units.el (calcFunc-usimplify): Ditto.
2387         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
2388         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
2389         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
2390         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
2391         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
2392         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
2393         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
2394         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
2395         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
2396         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
2397         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
2398         and move them before their first use.  Use `when', `unless'.
2399         Remove trailing periods from error forms.  Add description and
2400         headers suggested by Emacs Lisp coding conventions.
2402 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2404         * newcomment.el (comment-indent):
2405         Fix misindentation for comment-only lines.
2406         (comment-indent-new-line): Only obey comment-multi-line if the
2407         comment-ender is not the end-of-line.
2409 2001-11-19  Richard M. Stallman  <rms@gnu.org>
2411         * net/net-utils.el (network-connection-service-abbrev-alist):
2412         New variable.
2414         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
2415         Advance to start of 3rd sexp by moving fwd and backing over it.
2416         At first three elements, act like defun.
2418         * delsel.el (delete-selection-pre-hook): Handle and resignal
2419         file-supersession errors to interact properly with userlock.el.
2421 2001-11-18  Richard M. Stallman  <rms@gnu.org>
2423         * progmodes/fortran.el (fortran-mode-syntax-table):
2424         Specify punctuation syntax for backslash.
2426         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
2427         All calls deleted.
2429         * international/mule-util.el (string-to-sequence): Make it obsolete.
2430         (string-to-list, string-to-vector): Implement them directly
2431         using append and vconcat, not with string-to-sequence.
2433         * startup.el (command-line): Set abbrevs-changed to nil after
2434         reading the init file and the abbrevs file.
2436         * isearch.el (isearch): Use magenta2 as bg for (background light)
2438 2001-11-17  Richard M. Stallman  <rms@gnu.org>
2440         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
2442         * simple.el (minibuffer-history-sexp-flag): Doc fix.
2444 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
2446         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
2447         If set and if applicable, add a regexp to highlight defun-like
2448         text inside comments and strings.
2449         (font-lock-fontify-keywords-region): Pass that new arg.
2450         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
2451         to the end and pass that new arg.
2452         (c-font-lock-keywords-2): Fix regex for labels.
2453         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
2454         Make it work when LIMIT is several lines further.
2455         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
2456         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
2457         Use backquote and make the regexes for `int a, b, c;' work on
2458         multiple lines.
2460         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
2461         (font-lock-defaults-alist): Don't change it any more.
2462         (reb-subexp-mode-map): Cleanup.
2464         * custom.el (custom-current-group-alist): New var.
2465         (custom-declare-group): Set it.
2466         (custom-current-group): New fun.
2467         (custom-declare-variable, custom-handle-all-keywords):
2468         Use it as a default if no :group argument is specified.
2470         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
2471         (standard-keyboard-coding-systems): New var.
2472         (set-locale-environment): Use it to decide whether or not to call
2473         set-keyboard-coding-system.
2474         (locale-language-names): Use \"French\" for "fr".
2476 2001-11-17  Richard M. Stallman  <rms@gnu.org>
2478         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
2479         (add-to-list): Delete compatibility code.
2480         (checkdoc-next-message-error): Doc fix.
2482 2001-11-17  Stephen Eglen  <stephen@gnu.org>
2484         * locate.el (locate): Show default locate pattern within the
2485         prompt, but don't insert it into the minibuffer contents.
2486         Catch the case when pattern is the empty string.
2488 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
2490         * language/european.el ("French"): New language environment.
2492 2001-11-16  Richard M. Stallman  <rms@gnu.org>
2494         * calendar/todo-mode.el (todo-save): Fix previous change.
2496         * subr.el (functionp): Do use cdr-safe on object.
2498 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2500         * bindings.el (mode-line-mode-name): Only put the help-echo property
2501         if the local-map property was put as well.
2502         (global-map): Bind switch-frame, delete-frame, iconify-frame
2503         and make-frame-visible events.
2505         * emacs-lisp/elp.el (elp-not-profilable): New var.
2506         (elp-not-profilable-p): New function.
2507         (elp-instrument-function): Use it.  Use backquotes and push.
2509         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
2510         (byte-stack+-info, byte-compile-last-warned-form)
2511         (byte-compile-last-logged-file): Don't defconst a variable.
2512         (no-byte-compile): Declare.
2513         (byte-compile-file): Don't boundp-check no-byte-compile any more.
2514         (byte-compile-defvar): Leave defconst as is.
2516         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
2517         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
2518         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
2519         (edebug-best-error): Don't defconst a variable.
2520         (edebug-read-syntax-table): Use a char-table.
2521         (edebug-lemacs-specific): Remove.
2522         Toplevel: Eliminate check for Lucid Emacs.
2524         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
2526         * rect.el (move-to-column-force): Mark obsolete.
2527         (operate-on-rectangle, delete-extract-rectangle-line)
2528         (insert-rectangle, delete-whitespace-rectangle-line)
2529         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
2530         (string-rectangle-history): New var.
2531         (string-rectangle, string-insert-rectangle): Use it.
2532         (delete-rectangle-line): Fix pos/column mixup and simplify.
2534         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
2535         (normal-top-level, command-line, command-line-1): Simplify.
2537         * tar-mode.el (tar-mode): Use define-derived-mode.
2539         * view.el (view-mode-enable): Don't use make-local-hook.
2541         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
2543 2001-11-16  Richard M. Stallman  <rms@gnu.org>
2545         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
2546         if it doesn't make sense as anything else.
2547         Don't recognize a "telephone number" at the beginning of the name.
2548         (mail-extr-leading-garbage): Match non-word characters only.
2550 2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2552         * startup.el (command-line-processed): Doc fix.
2554         * apropos.el (apropos-next-label-button): Doc fix.
2556 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2558         * comint.el (comint-mode): Simplify.
2559         (make-comint-in-buffer): Run `comint-mode' only if necessary.
2561         * subr.el (eval-after-load): Make it work with features as well.
2563         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
2565         * international/mule-cmds.el (describe-input-method): Setup xref.
2566         (set-language-environment): Use functionp.
2567         (locale-language-names, locale-charset-language-names)
2568         (locale-preferred-coding-systems): Defconst and purecopy.
2570         * language/european.el (mac-roman): Add mime-charset property.
2572 2001-11-15  Richard M. Stallman  <rms@gnu.org>
2574         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
2575         (multiple-value-apply, nth-value): Use defsubst rather than defalias
2576         to get better doc strings.
2578 2001-11-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2580         * derived.el: Fix autoload cookie.
2582 2001-11-15  Richard M. Stallman  <rms@gnu.org>
2584         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
2586 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
2588         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
2590 2001-11-15  Richard M. Stallman  <rms@gnu.org>
2592         * dired.el (dired-undo): Display a message to explain
2593         that this does not undo file system changes.
2595 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
2597         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
2598         into `unread-command-events' instead of trying keymap
2599         lookups ourselves.  This makes mouse-clicks do the right
2600         thing even when keymaps of overlays are involved.
2601         (mouse-drag-drag): Likewise.
2603 2001-11-15  Andreas Schwab  <schwab@suse.de>
2605         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
2606         characters and append anchor to pattern added to auto-mode-alist.
2608 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
2610         * server.el (server-process-filter): Run pore/post-comment-hook
2611         before/after visiting the file.
2613         * info-look.el (makefile-mode): Add info for automake.
2614         (autoconf-mode): Fix the name of the index for automake.
2616         * international/latin-9.el: Give pilcrow punctuation syntax.
2618 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
2620         * vc.el: Documentation fixes.
2622 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
2624         * smerge-mode.el (smerge-match-conflict): Fix typo.
2625         (smerge-diff): Be careful to read match-data early enough.
2627 2001-11-14  Colin Walters  <walters@verbum.org>
2629         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
2630         (calcFunc-subst): Use `defalias' instead of `fset' and
2631         `symbol-function'.
2633         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
2634         (calcFunc-ceil, calcFunc-round): Ditto.
2636         * calc/calc-bin.el (calcFunc-clip): Ditto.
2638         * calc/calc-ext.el (calcFunc-evalv): Ditto.
2640         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
2642         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
2643         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
2645         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
2647         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
2648         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
2649         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
2650         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
2651         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
2652         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
2653         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
2654         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
2655         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
2656         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
2657         * calcsel2.el: Style cleanup; don't put closing parens on their
2658         own line, add "foo.el ends here" to each file, and update
2659         copyright date.
2661         * README: Update maintainer.
2663 2001-11-13  Richard M. Stallman  <rms@gnu.org>
2665         * progmodes/compile.el (recompile): Use compilation-arguments if
2666         set, so as to be able to M-x recompile the exact command which
2667         created a compilation-mode buffer.
2669         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
2671 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
2673         * mouse.el (mouse-drag-region): Don't run the up-event
2674         handler if window start changed due to the down-mouse event.
2676 2001-11-13  Richard M. Stallman  <rms@gnu.org>
2678         * mouse.el (mouse-show-mark): Either move point to the mark
2679         or use highlighting, never both.
2680         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
2682 2001-11-13  Simon Josefsson  <jas@extundo.com>
2684         * mail/smtpmail.el (top-level): Change maintainer to Simon
2685         Josefsson, cleanup the smtpmail.el header.
2687         * mail/smtpmail.el (top-level): Don't require cl or base64.
2688         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
2689         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
2690         Defsubst instead of defmacro.
2691         (smtpmail-intersection): Return value in reverse order.
2692         (smtpmail-open-stream): Use stringp instead of string-to-list.
2693         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
2694         separated from smtpmail-via-smtp.
2696         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
2697         rfc2104.  Require base64 and cl.
2698         (smtpmail-smtp-service): Doc fix.  :type fix.
2699         (smtpmail-debug-info): Doc fix.
2700         (smtpmail-debug-verb, smtpmail-auth-credentials)
2701         (smtpmail-starttls-credentials, smtpmail-auth-supported):
2702         New variables.
2703         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
2704         mail-utils (it is autoloaded).
2705         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
2706         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
2707         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
2708         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
2709         (smtpmail-via-smtp): Support AUTH.
2710         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
2712 2001-11-13  Richard M. Stallman  <rms@gnu.org>
2714         * ebuff-menu.el (electric-buffer-update-highlight): New function.
2715         (electric-buffer-overlay): New variable.
2716         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
2717         (electric-buffer-list): Likewise.
2719         * isearch.el (isearch-whitespace-chars): Doc fix.
2720         (isearch-mode): Handle negative search-slow-window-lines correctly.
2722 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
2724         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
2726         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
2727         From Emmanuel Briot <briot@act-europe.fr>.
2729 2001-11-13  Colin Walters  <walters@debian.org>
2731         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
2733         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
2734         "~/.emacs"; use `read-file-name'.
2736         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
2737         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
2738         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
2739         * calc/calc.el: Use `frame-width' instead of `screen-width',
2740         `frame-height' instead of `screen-height', and,
2741         `executing-kbd-macro' instead of `executing-macro'.
2743         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
2744         correct number of arguments.
2746         * calc/calc-aent.el (calc-do-alg-entry):
2747         Use `blink-paren-function' instead of `blink-paren-hook'.
2749 2001-11-12  Richard M. Stallman  <rms@gnu.org>
2751         * calendar/todo-mode.el (todo-save): Add save-excursion
2752         and save-restriction.
2754         * server.el (server-edit, server-done): Doc fix.
2756         * simple.el (clone-indirect-buffer): Error if major mode symbol
2757         has a no-clone-indirect property.
2758         (clone-buffer): Check for obvious errors before reading clone name.
2760         * info.el (Info-mode): Add a no-clone-indirect property.
2762 2001-11-12  Sam Steingold  <sds@gnu.org>
2764         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
2765         set-buffer-modified-p to nil after `vc-exec-after'.
2766         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
2767         (log-view-mode): Make read-only.
2768         (log-view-current-file): Do final `expand-file-name' in the
2769         current `default-directory'.
2770         (log-view-current-tag): Take an optional `where' arg.
2771         (log-view-diff): New user command.
2773 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2775         * progmodes/cpp.el (cpp-choose-face): Fix typo.
2777 2001-11-12  Sam Steingold  <sds@gnu.org>
2779         * emacs-lisp/cl-indent.el (toplevel): Indent properly
2780         `generic-flet', `generic-labels', `with-accessors',
2781         `with-condition-restarts'.
2783 2001-11-12  Richard M. Stallman  <rms@gnu.org>
2785         * dired.el: Many trivial doc fixes.
2786         (dired-get-file-for-visit): New function.
2787         (dired-find-alternate-file, dired-mouse-find-file-other-window):
2788         (dired-view-file, dired-find-file-other-window, dired-display-file):
2789         (dired-find-file): Use dired-get-file-for-visit.
2791 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
2793         * sql.el (sql-mode): Doc change.
2795         * sql.el (sql-mode-syntax-table): The backslash is no longer an
2796         escape character.
2798 2001-11-12  Colin Walters  <walters@debian.org>
2800         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
2801         (calc-do-keypad): Don't attempt to use nonexistent global
2802         mouse-map, use calc-keypad-map.
2803         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
2804         (calc-keypad-left-click): Don't use mouse-map; update to new event
2805         interface.
2806         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
2807         (calc-keypad-press): Use `unread-command-events' instead of
2808         `unread-command-char'.
2810         * calc/calc-ext.el (calc-init-extensions): Update autoload names
2811         to match files renamed on initial calc import.
2813 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2815         * textmodes/flyspell.el (flyspell-default-dictionary):
2816         Fix previous change.
2818 2001-11-12  Richard M. Stallman  <rms@gnu.org>
2820         * textmodes/flyspell.el (flyspell-default-dictionary):
2821         Fix custom type.
2823 2001-11-11  Richard M. Stallman  <rms@gnu.org>
2825         * calendar/solar.el (solar-sunrise-and-sunset):
2826         Exchange the two extreme values of day-length.
2828         * progmodes/sh-script.el (sh-must-be-shell-mode):
2829         Allow modes derived from sh-mode.
2831         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2832         Turn off error in some re-search-forward calls.
2834         * replace.el (query-replace-skip-read-only): New variable.
2835         (perform-replace): If that variable is non-nil, ignore matches
2836         that have a read-only property.
2838         * derived.el (define-derived-mode): Doc fix.
2840         * server.el (server-buffer-done): Test of server-existing-buffer
2841         was backwards.
2842         (server-existing-buffer): Doc fix.
2844         * textmodes/flyspell.el (flyspell-default-dictionary):
2845         Allow nil as value, and make nil the default.
2847 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
2849         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
2850         it is not fboundp.
2851         (clipboard-yank): Ditto.
2853 2001-11-11  Colin Walters  <walters@verbum.org>
2855         The following changes are based on patches from
2856         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
2857         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
2859         * calc/calc.el (toplevel): Require calc-macs.
2860         (calc-minibuffer-size): New.
2861         (calcDigit-nondigit): Use it instead of `buffer-size'.
2862         (calcDigit-backspace): Likewise.
2863         (calcDigit-nondigit): Use `minibuffer-contents' instead of
2864         `buffer-string'.
2865         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
2866         `point-min'.
2867         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
2868         `save-excursion'.
2870         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
2871         simple `setq' form.
2873         * calc/calc-ext.el: (toplevel): Require calc.
2874         (calc-fancy-prefix-map): New.
2875         (calc-fancy-prefix): Use it.
2876         (calc-fancy-prefix-other-key): New.
2878         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
2879         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
2880         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
2881         (calcAlg-enter): Likewise.
2882         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
2884 2001-11-10  Richard M. Stallman  <rms@gnu.org>
2886         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
2887         (quietly-read-abbrev-file): Doc fix.
2889         * startup.el (command-line): Read standard abbrev
2890         file (abbrev-file-name), if it exists.
2892         * files.el (save-abbrevs): Default value is t.
2894         * progmodes/compile.el (compile-goto-error): Fix previous change
2895         in the case where subsequent errors have not been parsed yet
2896         because they are in a different source file.
2898 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
2900         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2901         Merge two regular expressions into one.
2902         (ps-mode): Make local bindings for `comment-start' and
2903         `comment-start-skip'.
2904         (ps-mode-looking-at-nested): Simplify an if-else construct;
2905         use `set-match-data' to set the result.
2907 2001-11-10  Richard M. Stallman  <rms@gnu.org>
2909         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
2910         Function deleted.
2911         (flyspell-correct-word): Old definition deleted.
2912         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
2913         All references renamed too.
2915 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
2917         * Makefile.in (finder_setwins, setwins): Exclude Calc.
2919 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
2921         * wid-edit.el (checklist): Removed `:menu-tag'.
2922         (radio-button-choice): Ditto.
2923         (editable-list): Ditto.
2925 2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2927         * play/gomoku.el: Move definitions of constants to the beginning
2928         of file, before their use.
2930 2001-11-09  Richard M. Stallman  <rms@gnu.org>
2932         * textmodes/flyspell.el: Use the keymap property
2933         instead of local-map, and don't use a minor-mode map.
2934         (flyspell-mode-map): Variable deleted.
2935         Don't mess with minor-mode-map-alist.
2936         (calling add-minor-mode): Specify nil for keymap.
2937         And always use add-minor-mode, now that it exists.
2938         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
2939         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
2940         or flyspell-local-mouse-map.
2941         (make-flyspell-overlay): Use flyspell-mouse-map directly.
2942         (flyspell-mode): Doc fix.
2943         (flyspell-mode-on): Don't call make-local-hook.
2945 2001-11-09  Sam Steingold  <sds@gnu.org>
2947         * emacs-lisp/debug.el (debugger-make-xrefs):
2948         Add buttons to all symbols.
2950 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
2952         * vc.el: Add John David Smith to credits.
2954         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
2956         * vc-hooks.el (vc-error-occured): Backquotified.
2957         (vc-file-prop-obarray): Use prime length for better efficiency.
2959         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
2961 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
2963         * info.el (Info-file-list-for-emacs): Add entries for Calc.
2965 2001-11-09  Miles Bader  <miles@gnu.org>
2967         * subr.el (functionp): Don't consider macros as functions.
2969 2001-11-08  Miles Bader  <miles@gnu.org>
2971         * subr.el (functionp): Make work correctly for macros and unbound
2972         symbols.
2974         * comint.el (comint-send-input): Fix description of
2975         `comint-process-echoes' in the doc-string.
2977 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
2979         * international/mule.el (make-translation-table): Doc fix.
2980         Suggested by Alex Schroeder <alex@gnu.org>.
2982 2001-11-07  Richard M. Stallman  <rms@gnu.org>
2984         * info.el (Info-fontify-node): Highlight every third menu item.
2986 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
2988         * cus-edit.el (custom-face-value-create): Don't ignore the
2989         `customized-face' attribute when finding the current face spec.
2991 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
2993         * subr.el (with-local-quit): New macro.
2994         (make-syntax-table): Always inherit.
2995         (functionp): Be more careful when `object' is a symbol.
2997         * dabbrev.el (dabbrev-completion): Use "*Completions*".
2999 2001-11-07  Paul Eggert  <eggert@twinsun.com>
3001         * dired.el (dired-move-to-filename-regexp):
3002         Do not distinguish between ASCII letters and non-ASCII characters.
3003         Don't allow comma except in the form "month day, year".
3004         Don't allow space between month name and comma.
3005         Clean up the code that checks for trailing period, comma, and space.
3006         Remove now-obsolete comments, and add more commentary about
3007         Japanese dates.
3008         Always gobble up trailing spaces, instead of doing it only sometimes.
3010 2001-11-07  Miles Bader  <miles@gnu.org>
3012         * paren.el (show-paren-match-face): Add dark-background variant.
3014 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3016         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
3017         (lisp-mode-variables): Don't set paragraph-{start,separate}.
3018         Don't disable adaptive-fill-mode.
3019         (lisp-fill-paragraph): Use tab-width rather than 8.
3020         Prevent filling the first line of docstrings.
3022 2001-11-06  Richard M. Stallman  <rms@gnu.org>
3024         * play/gomoku.el (gomoku): Doc fix.
3026         * jka-compr.el (jka-compr-partial-uncompress):
3027         Support an alternative of not using dd.
3028         (jka-compr-dd-program): Use defcustom to define this.
3029         (jka-compr-load-suffixes): Use defcustom.
3030         (jka-compr-mode-alist-additions): Use defcustom.
3032 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3034         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
3035         Also work when LIMIT is further than the end of line.
3037 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
3039         * international/quail.el (quail-update-leim-list-file): Print the
3040         offending file name if some of its quail-define-package forms is broken.
3042 2001-11-05  Richard M. Stallman  <rms@gnu.org>
3044         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
3045         of the evaluated form.
3047 2001-11-05  Paul Eggert  <eggert@twinsun.com>
3049         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
3050         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
3051         stamps always line up by default.  Also, it uses a slightly
3052         different window to determine whether files are "recent".
3054 2001-11-05  Andrew Innes  <andrewi@gnu.org>
3056         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3057         Don't attempt to remake autoloads before nuking .elc files.
3059 2001-11-04  Richard M. Stallman  <rms@gnu.org>
3061         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
3062         previous-single-property-change or next-single-char-property-change
3063         returns nil.
3065         * international/mule-cmds.el (set-locale-environment):
3066         Make it interactive; make arg optional.
3068         * international/mule-diag.el (help-funs): Require help-funs.
3070 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
3072         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
3074 2001-11-04  Miles Bader  <miles@gnu.org>
3076         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
3077         shadow of the splash image grey on a dark background instead of black.
3079 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
3081         * term.el (all faces): Don't (copy-face 'default <foo>).
3083         * term/xterm.el (function-key-map):
3084         Add entry for `ESC [ 3 ~' -> <delete>
3085         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
3086         Use inheritance so that .emacs and terminfo take precedence.
3088 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
3090         * tooltip.el (tooltip-delay): Decrease to 0.7.
3091         (tooltip-hide-delay): Enlarge to 10.
3093 2001-11-03  Richard M. Stallman  <rms@gnu.org>
3095         * startup.el (fancy-splash-tail): Explain how to recover
3096         from a crash, if there was a crash.
3097         (command-line-1): Reorganize display of startup screen,
3098         to simplify the logic.  Use a temp buffer for it.
3100 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
3102         * frame.el (set-background-color, set-foreground-color):
3103         Call face-set-after-frame-default, to propagate the new colors to
3104         the frame's parameters alist.
3106         * calendar/timeclock.el (timeclock-out): Signal an error if
3107         timeclock-last-event is nil.
3109 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
3111         * textmodes/fill.el (fill-context-prefix): Fix braino.
3113         * international/quail.el (quail-help):
3114         Use `help-buffer' and move `help-setup-xref' to beginning.
3116         * international/mule-cmds.el (describe-language-environment):
3117         Use `help-buffer' and move `help-setup-xref' to beginning.
3119         * international/mule-diag.el (list-character-sets)
3120         (sort-listed-character-sets, describe-character-set)
3121         (describe-coding-system, describe-fontset, list-fontsets):
3122         Use `help-buffer' and move `help-setup-xref' to beginning.
3123         (describe-char-after): Use `internal-describe-syntax-value'.
3125 2001-11-02  Richard M. Stallman  <rms@gnu.org>
3127         * mouse.el (popup-menu): If the user refuses to select
3128         from a menu, don't try to invoke the menu.
3130 2001-11-02  Miles Bader  <miles@gnu.org>
3132         * help-mode.el (help-xref): New button type.
3133         (help-function, help-variable, help-face, help-coding-system)
3134         (help-input-method, help-character-set, help-type, help-symbol)
3135         (help-back, help-info, help-customize-variable, help-customize-face)
3136         (help-function-def, help-variable-def): Use it as a supertype.
3137         Remove `action' property.
3139         * international/mule-diag.el (describe-character-set)
3140         (describe-coding-system): Pass correct args to `help-xref-button'.
3141         (sort-listed-character-sets): New button type.
3142         (list-character-sets): Use it.
3143         (list-charset-chars): New button type.
3144         (list-character-sets-1): Use it.
3146 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
3148         * indent.el (tab-always-indent, indent-for-tab-command):
3149         Remove redundant `never' setting.
3151         * fill.el (fill-region-as-paragraph): Don't forget to skip
3152         over current whitespace before looking for a preceding space.
3154 2001-11-01  Richard M. Stallman  <rms@gnu.org>
3156         * files.el (file-newest-backup): Don't pass backup file name
3157         thru file-name-sans-versions, because it never has version numbers.
3159         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
3160         to avoid ambiguous nested loops.
3162         * files.el (find-file-noselect): Offer to change buffer-read-only
3163         only when the file's read-only status has changed from before
3164         as well as disagreeing with the buffer's current status.
3165         (buffer-file-read-only): New var, local in all buffers.
3167         * buff-menu.el (buffer-menu): Doc fix.
3168         (buffer-menu-other-window): Doc fix.
3169         (list-buffers, list-buffers-noselect): Doc fix.
3171 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
3173         * startup.el (command-line): If the terminal Emacs is running on
3174         has erase char set to ^H, use the Backspace key for deleting
3175         backward, and the Delete key for deleting forward.
3177 2001-11-01  Miles Bader  <miles@gnu.org>
3179         * button.el (define-button-type): Make sure every user-defined
3180         button type has a supertype.
3182 2001-10-31  Jason Rumney  <jasonr@gnu.org>
3184         * international/mule-cmds.el (locale-language-names): Add chs and
3185         cht as aliases for Chinese-GB and Chinese-BIG5.
3187 2001-10-31  Richard M. Stallman  <rms@gnu.org>
3189         * bindings.el (mode-line-frame-identification): Add doc string.
3190         (mode-line-position, mode-line-modes): New variables.
3191         (mode-line-format): Use mode-line-position for the part
3192         that displays the position-in-buffer info.
3193         Use mode-line-modes for the part that displays major and minor modes.
3195 2001-10-31  Sam Steingold  <sds@gnu.org>
3197         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
3198         (debugger-setup-buffer): Call it.
3199         (debugger-mode-map): Bind RET and mouse-2.
3201 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3203         * startup.el: Document command line option --no-window-system
3204         instead of --no-windows.
3206 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3208         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
3210         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
3211         (font-lock-defaults-alist): Use it.
3212         From David Ponce <david.ponce@wanadoo.fr>
3214         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
3215         output of `char-after'.
3217         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
3219         * simple.el (reindent-then-newline-and-indent): Insert the newline
3220         before indenting the first line.
3221         (undo-get-state, undo-revert-to-state): New funs.
3222         (shell-command): Don't kill the buffer even if empty.
3223         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
3224         (transpose-subr-end2): Remove.
3225         (transpose-subr): Add `special' arg and simplify.
3226         (transpose-subr-1): Rewrite.
3227         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
3228         (rfc822-goto-eoh): Simplify.
3230 2001-10-30  Richard M. Stallman  <rms@gnu.org>
3232         * enriched.el (enriched-face-ans): Fix previous change.
3234 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
3236         * international/iso-acc.el (iso-accents-compose): Remove a
3237         superfluous setq.
3239 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
3241         * buff-menu.el (list-buffers-noselect): If the buffer's name
3242         starts with a blank, but it visits a file, do show it (for files
3243         whose names start with a blank).
3245 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3247         * textmodes/fill.el (sentence-end-double-space)
3248         (sentence-end-without-period): Move to paragraphs.el.
3249         (fill-indent-according-to-mode): Change default to t.
3250         (fill-context-prefix): Simplify control-flow and use a more
3251         sophisticated merge that unifies both previous checks.
3252         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
3253         (fill-nobreak-predicate): Make it into a defcustom'd hook.
3254         (fill-nobreak-p): New fun.
3255         (fill-region-as-paragraph): Use it.
3256         Handle `fill-indent-according-to-mode' slightly differently.
3257         (fill-individual-paragraphs-prefix): Simplify the control-flow.
3258         (fill-individual-paragraphs-citation): Fix.
3260         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
3261         (paragraph-start): Change default to the `text-mode' value.
3262         (sentence-end-double-space, sentence-end-without-period):
3263         Move from fill.el.
3264         (forward-paragraph): Use `parstart' and `parsep' for temp variables
3265         rather than rebinding `paragraph-start' and `paragraph-separate'.
3267         * indent.el (indent-line-function): Change default to indent-relative.
3268         (tab-always-indent): Add an `never' setting.
3269         (indent-according-to-mode): Handle `indent-relative' and
3270         `indent-relative-maybe' specially.
3271         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
3272         Handle the `never' case for `tab-always-indent'.
3273         Don't call indent-according-to-mode for indent-relative' and
3274         `indent-relative-maybe'.
3275         (insert-tab): Rename `prefix-arg' to `arg'.
3276         (indent-region): Indent the first line as well.
3277         (indent-relative): Don't mark the buffer modified if the indentation
3278         is unchanged.
3280         * textmodes/text-mode.el (paragraph-indent-minor-mode):
3281         Don't set paragraph-separate.  Set paragraph-start more carefully.
3282         Set indent-line-function.
3283         (paragraph-indent-text-mode): Use it and define-derived-mode.
3284         (text-mode-map): Remove the \t binding.
3285         (text-mode): Simplify now that the default is more favorable.
3287 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
3289         * emacs-lisp/find-func.el (find-function-search-for-symbol):
3290         If the regexp doesn't match, use a looser one.
3291         (find-variable-noselect): Add `file' argument.
3293         * pcvs.el (cvs-mode-commit-hook): New hook.
3294         (cvs-mode-commit): Run it.
3296         * log-edit.el (log-edit): Run hook after `log-edit-files'.
3298         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
3299         (edebug-instrument-function): Use `find-function-noselect'.
3301 2001-10-29  Richard M. Stallman  <rms@gnu.org>
3303         * term.el (term-if-emacs19): Macro deleted.
3304         Callers changed to use progn instead.
3306         * frame.el (blink-cursor-mode): Doc fix.
3308         * files.el (find-backup-file-name): Use make-backup-file-name.
3310         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
3311         window-live-p.
3312         (edebug-set-conditional-breakpoint): Unconditionally use
3313         the former Emacs >=19 definition.
3314         (edebug-mark): Define unconditionally.
3315         (edebug-eval-expression): Always call read-from-minibuffer
3316         and specify history list.
3317         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
3318         edebug-set-conditional-breakpoint.
3319         (edebug-emacs-version-specific): Function deleted;
3320         do the job at top level.
3321         (edebug-emacs-19-specific): Function deleted, this is the default.
3323 2001-10-29  Sam Steingold  <sds@gnu.org>
3325         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
3326         "/cygdrive/LETTER/" pathnames.
3328 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
3330         * faces.el (invert-face): Check for 'unspecified, not for nil,
3331         when testing whether face colors are not specified.
3332         From David.Kastrup@t-online.de (David Kastrup).
3333         (read-face-name): Doc fix.
3334         (make-face-bold, make-face-unbold, make-face-italic)
3335         (make-face-unitalic, make-face-bold-italic, invert-face):
3336         Remove trailing blank from the prompt passed to read-face-name.
3338 2001-10-29  Sam Steingold  <sds@gnu.org>
3340         * emacs-lisp/bytecomp.el (byte-recompile-directory):
3341         Report numbers of files skipped and failed too.
3342         (byte-compile-file): Return 'no-byte-compile for skipped files.
3344 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3346         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
3347         and `M p'.
3349 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
3351         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
3352         as is on unread-command-events instead of `(SECOND-CHAR)'.
3354 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
3356         * vc.el: Mention vc-*-switches in backend API documentation.
3357         (vc-annotate): Adapt doc string to recent change.
3359 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
3361         * enriched.el (enriched-face-ans): Handle face attributes
3362         of the form `(FACE1 FACE2 ...)'.
3364         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
3366 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
3368         * progmodes/sql.el (sql-mysql): Doc change by RMS.
3370         * progmodes/sql.el (sql-db2): Doc change.
3371         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
3372         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
3374 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
3376         * env.el (substitute-env-vars): Don't quote argument to `rx';
3377         it's a macro.
3379 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
3381         * cus-start.el (recursive-load-depth-limit): Added.
3383 2001-10-28  Richard M. Stallman  <rms@gnu.org>
3385         * textmodes/ispell.el (version18p, version20p): Vars deleted.
3386         All uses removed--assume Emacs version is >= 20.
3388         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
3389         by really checking that it is not version 18.
3391         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
3393 2001-10-28  Miles Bader  <miles@gnu.org>
3395         * faces.el (face-attribute): Add INHERIT argument, consider face
3396         inheritance if it's non-nil.
3397         (face-attribute-merged-with): New function.
3398         (face-attribute-specified-or): New macro.
3399         (face-foreground, face-background, face-stipple): Add INHERIT
3400         argument.  Use `face-attribute-specified-or'.
3402 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
3404         * font-lock.el: Require `syntax'.
3405         (font-lock-defaults-alist): Don't define keywords for lisp languages.
3406         Use `c-font-lock-syntactic-face-function' for c languages.
3407         (font-lock-mode): Don't unset vars when turning the mode off.
3408         (font-lock-default-fontify-buffer): Don't unset vars at the end.
3409         (font-lock-extra-managed-props): New var.
3410         (font-lock-default-unfontify-region): Use it.
3411         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
3412         Don't eval the value when there's no match.
3413         (font-lock-ppss-stats): New var.
3414         (font-lock-ppss): New fun.
3415         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
3416         (font-lock-apply-highlight): Allow `highlight' to set several props.
3417         (font-lock-set-defaults): Use dolist.
3418         (font-lock-unset-defaults): Remove.
3419         (font-lock-match-c-style-declaration-item-and-skip-to-next):
3420         Try to recognize prototypes using `foo P_ ((args))'.
3421         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
3422         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
3423         (c-font-lock-syntactic-face-function): New function.
3424         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
3425         (c++-keywords): Use a more sophisticated regexp to handle
3426         shallowly nested templates.
3428 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
3430         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
3431         (sgml-tag): Use it.  Cleanup with `cond'.
3432         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
3433         Mark the overlays and only delete those that are marked.
3434         (sgml-skip-close-p): Remove.
3435         (sgml-value): Replace sgml-skip-close-p with its definition.
3436         (html-tag-alist): Use sgml-xml a bit more.
3437         (html-mode): Set sgml-empty-tags.
3439         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
3440         (texinfo-update-node, texinfo-sequential-node-update):
3441         Don't bind the obsolete `auto-fill-hook'.
3442         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
3443         Use `set-buffer' rather than `switch-to-buffer'.
3444         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
3445         Use `set-buffer' rather than `switch-to-buffer'.
3447         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
3448         text-mode-syntax-table.
3449         (mail-mode): Use define-derived-mode.
3450         Fix ordering of alternatives in adaptive-fill-regexp.
3451         (mail-mode-map): Don't rely on keymap's internal representation.
3453 2001-10-27  Sam Steingold  <sds@gnu.org>
3455         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
3456         (sgml-xml-guess): Extracted from `html-mode' and generalized.
3457         (sgml-mode-common): Call it.
3458         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
3459         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
3460         (html-horizontal-rule, html-image, html-ordered-list):
3461         (html-unordered-list, html-list-item, html-paragraph):
3462         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
3463         `html-xhtml'.
3465 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
3467         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
3468         (ifnothtml): New alias.
3470 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
3472         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
3473         (toggle-text-mode-auto-fill): Use derived-mode-p.
3475 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
3477         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
3478         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
3480 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
3482         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
3483         Add make-obsolete cookies, to follow faces.el.
3485         These changes avoid warnings from the byte compiler in faces.el:
3487         * faces.el (internal-get-face): Use facep instead of the obsolete
3488         internal-find-face.
3489         (internal-frob-font-weight, internal-frob-font-slant):
3490         New defaliases for obsolete functions.
3491         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
3492         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
3493         (x-make-font-bold-italic): Use internal-frob-font-weight and
3494         internal-frob-font-slant aliases instead of the obsolete
3495         x-frob-... functions.
3497 2001-10-26  Sam Steingold  <sds@gnu.org>
3499         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
3500         DOCTYPE; set `mode-name' based on it.
3501         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
3502         (sgml-tag): Close empty tags in XHTML.
3504 2001-10-26  Jason Rumney  <jasonr@gnu.org>
3506         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
3507         when UNICODE is not defined.
3509 2001-10-26  Sam Steingold  <sds@gnu.org>
3511         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
3512         be alone on the line.
3514 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
3516         * button.el (button): Special face definition for MS-DOS terminals.
3518 2001-10-26  Sam Steingold  <sds@gnu.org>
3520         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
3521         Protect the /= test by checking that the args are non-nil.
3522         (sh-font-lock-close-heredoc): Check eof for being non-nil.
3524 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
3526         * textmodes/artist.el (artist-version): 1.2.4.
3527         (artist-butlast-fn): New variable.
3528         (artist-butlast): New function.
3529         (artist-ellipse-mirror-quadrant): Use it.
3530         (artist-mouse-draw-poly): Use nil for `point-list'.
3531         (artist-mouse-draw-poly): Check for point-list being nil.
3533 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
3535         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
3536         lambda expression.
3537         (ps-mode-menu-main): Submenu with options on/off was replaced with
3538         a toggle button.
3539         (ps-mode, ps-run-mode): Define with `define-derived-mode'
3540         (ps-mode): Autoload cookie added on same line as comment
3541         (ps-mode-tabkey, ps-mode-backward-delete-char):
3542         (ps-mode-r-balance): Replace `delete-horizontal-space' and
3543         `indent-to' with `indent-line-to'
3544         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
3545         instead of `eval'.
3546         (ps-mode-print-region): Use `with-temp-buffer'.
3547         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
3548         (numerous places): Add back-tick and tick around names in
3549         docstrings, fix punctuation in docstrings, remove trailing spaces.
3551 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
3553         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
3554         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
3555         (sgml-font-lock-syntactic-keywords): New var.
3556         (sgml-mode-common): Drop the two args.
3557         Don't make buffer-local variables that aren't used.
3558         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
3559         Don't set `before-string' props from sgml-display-text.
3560         (sgml-mode): Use define-derived-mode.
3561         (sgml-tags-invisible): Use sgml-display-text.
3562         (sgml-quote): New command.
3563         (html-tag-alist): Add args for `span'.
3564         (html-mode): Use define-derived-mode.
3565         Set sgml-display-text and sgml-tag-face-alist.
3567 2001-10-25  Sam Steingold  <sds@gnu.org>
3569         * add-log.el (add-log-always-start-new-record): New user option.
3570         (add-change-log-entry): Use it.
3572 2001-10-25  Richard M. Stallman  <rms@gnu.org>
3574         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
3575         bind case-fold-search if FROM is not all lower case.
3577 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
3579         * startup.el (normal-top-level): Check for frame-initial-frame
3580         only if it's really used.
3582         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
3584         * progmodes/compile.el (compilation-parse-errors-filename-function):
3585         New variable.
3586         (compilation-parse-errors): Use it.
3588 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
3590         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
3591         interactively so that C-u M-C-x still does edebug.
3592         (checkdoc-sentencespace-region-engine): Don't force a double-space
3593         after `.' if it doesn't look like an end-of-sentence.
3594         (debug-ignored-errors): Add `disambiguate ...'.
3596 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
3598         * textmodes/texinfo.el (texinfo-environments)
3599         (texinfo-environment-regexp): Hoist.
3600         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
3601         Only highlight the menu name in menu items.
3602         Setup `@foo ... @end foo' as text clones.
3603         (texinfo-clone-environment): New function.
3604         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
3605         (texinfo-insert-block): Simplify.
3606         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
3607         the command is repeated.
3608         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
3609         (texinfo-insert-@end): Simplify.
3611         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
3612         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
3613         (texinfo-subsubsection-level-regexp)
3614         (texinfo-update-menu-same-level-regexps)
3615         (texinfo-update-menu-higher-regexps)
3616         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
3618         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
3619         (derived-mode-p): Autoload.
3621         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
3622         New vars and functions.
3623         (text-clone-maintain, text-clone-create): New functions.
3625 2001-10-25  Miles Bader  <miles@gnu.org>
3627         * facemenu.el (facemenu-add-new-face): Fix variable names.
3629 2001-10-24  Richard M. Stallman  <rms@gnu.org>
3631         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
3632         of t and nil values.
3633         (facemenu-set-face): Handle START and END interactively.
3634         (facemenu-set-foreground): Don't use a face; specify color directly.
3635         (facemenu-set-background): Likewise.
3636         (facemenu-set-face-from-menu): Doc fix.
3637         (facemenu-active-faces): Use face-attribute-vector
3638         to handle bare attributes not in faces.
3639         (facemenu-get-face): Don't handle face names fg:... and bg:...
3640         specially.
3641         (facemenu-add-new-face): New argument MENU.
3642         New way to handle adding colors to the color menus.
3644         * env.el (substitute-env-vars): Quote the arg to rx.
3646 2001-10-24  Sam Steingold  <sds@gnu.org>
3648         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
3649         Control" and "SGML" groups.
3651 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3653         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
3654         Better handling of C++ template args to avoid confusion with `<'
3655         and `>' used as operators in member init expressions.
3657 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
3659         * replace.el (perform-replace): Move START and END parameters
3660         to the end of the argument list and make them optional.
3662         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
3663         perform-replace.
3665         * international/fontset.el (x-must-resolve-font-name): New function.
3666         (x-complement-fontset-spec): Use it.
3668 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
3670         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
3672         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
3673         Turn caadr into caar of cdr.
3675 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3677         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
3678         of mouse-{1,2} since dragging is on the down event.
3680         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
3682         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
3683         if ARG is nil.
3685         * desktop.el (desktop-last-buffer): New variable.
3686         (desktop-create-buffer): Set it.
3687         (desktop-read): Bind it and switch to that buffer.
3689 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
3691         * progmodes/compile.el (compilation-set-window-height):
3692         Select old window only if it's still live.
3694 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3696         * help-mode.el (help-buffer): Remove debugging code.
3697         From Stefan Monnier <monnier@cs.yale.edu>.
3699 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
3701         * files.el (file-name-sans-extension, file-name-extension):
3702         Don't count the leading dots in file names as signaling an extension.
3704 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
3706         * vc.el (vc-diff-switches): Doc rewritten.
3708 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
3710         * tooltip.el (tooltip-set-param): Doc fix.
3712         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
3713         127 to sgml-maybe-name-self.
3714         (sgml-name-8bit-mode): Doc fix.
3715         (sgml-char-names-table): New variable.
3716         (sgml-name-char): Support non-ASCII and mule-unicode-*
3717         characters.  Doc fix.
3718         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
3720         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
3721         doc string the effect of `left' and `top' parameters in
3722         tooltip-frame-parameters, the default values, and the units.
3723         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
3724         (tooltip-show): Mention in the doc string the `top' and `left'
3725         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
3727 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
3729         Add autoscaling support for vc-annotate.
3730         From J.D. Smith <jdsmith@alum.mit.edu>.
3732         * vc.el (vc-annotate-display-default): Accept colormap scaling
3733         ratio (now deprecated).
3734         (vc-annotate-display-autoscale): Added.
3735         (vc-annotate-add-menu): New autoscaling menu options "Span to
3736         Oldest" and "Span Oldest->Newest".  Easymenu support added for
3737         toggle menus driven by customize variable `vc-annotate-display-mode'.
3738         (vc-annotate-display-select): Added.
3739         (vc-annotate): Changed temp-buffer-show-function to
3740         `vc-annotate-display-select'.
3741         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
3742         Added argument OFFSET.  Instead of backend function, calls now
3743         generic `vc-annotate-difference'.
3744         (vc-annotate-difference): Added as generic function instead of
3745         backend-specific function.  No longer takes argument POINT, but
3746         instead accepts a time OFFSET.
3747         (vc-default-annotate-current-time): Added.
3749         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
3750         version in vc.el, with
3751         (vc-cvs-annotate-current-time): Added, as override of default.
3752         (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
3753         `vc-cvs-annotate-difference'.
3755 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
3757         * saveplace.el (save-place): Require `saveplace'.
3759         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
3760         Use `sexp' for :value-type instead of `face'.
3762 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
3764         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
3765         regexps due to 5-digit message IDs.
3767 2001-10-21  Jason Rumney  <jasonr@gnu.org>
3769         * term/w32-win.el (redisplay-dont-pause): Don't set.
3771 2001-10-21  Miles Bader  <miles@gnu.org>
3773         * help-funs.el (help-manyarg-func-alist): Variable removed.
3775 2001-10-21  Miles Bader  <miles@gnu.org>
3777         * help-funs.el (help-manyarg-func-alist): Remove entries for
3778         `insert', `insert-and-inherit', `insert-before-markers',
3779         `insert-before-markers-and-inherit', `message', `message-box',
3780         `message-or-box', `propertize', `format', `encode-time', `append',
3781         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
3782         `insert-string', `ml-if', `ml-provide-prefix-argument', and
3783         `ml-prefix-argument-loop'.
3785 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
3787         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
3788         (vc-default-diff-tree): New functions.
3789         (vc-version-diff): Use them.  As a result, coding systems are now
3790         set up properly for all sorts of diffs, and tree diffs can now
3791         also be done locally.
3792         (vc-diff): With a prefix argument, don't require that it's called
3793         from a buffer under version control.
3794         (diff-switches): Remove duplicate definition.
3796         * vc-cvs.el (vc-cvs-diff-tree): New function.
3798 2001-10-21  Miles Bader  <miles@gnu.org>
3800         * help-funs.el (help-manyarg-func-alist): Remove entries for
3801         `list', `vector', `make-byte-code', `call-process',
3802         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
3803         `logand', `logior', and `logxor'.
3805         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
3806         image bits to compensate.  Use `make-string' instead of
3807         `make-bool-vector' (XBM apparently wants byte-aligned rows).
3809 2001-10-20  Kim F. Storm  <storm@cua.dk>
3811         * simple.el (kill-ring-save): Don't show extent of copied region
3812         if using transient-mark-mode and region is fully visible.
3814 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
3816         * (Version 21.1 released.)
3818 2001-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
3820         * files.el (auto-mode-alist): Associate .indent.pro with
3821         Fundamental mode.  Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
3823 2001-10-18  Sam Steingold  <sds@gnu.org>
3825         Put the *Compile-Log* buffer in `compilation-mode'.
3826         * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
3827         (byte-compile-log-1, byte-compile-log-file)
3828         (displaying-byte-compile-warnings): Use it
3830 2001-10-18  Stefan Monnier  <monnier@cs.yale.edu>
3832         * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
3834         * xml.el (xml-parse-tag): Use eq on char-after's return value.
3836 2001-10-18  Gerd Moellmann  <gerd@gnu.org>
3838         * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
3840         * obsolete/hilit19.el (hilit-lookup-face-create):
3841         Call set-face-font only if display-graphic-p.
3842         (toplevel): Remove references to window-system.
3844 2001-10-18  Miles Bader  <miles@gnu.org>
3846         * simple.el (what-line): Avoid problems with field properties.
3848 2001-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
3850         * wid-edit.el (widget-field-face, widget-single-line-field-face):
3851         Define special colors for a tty.
3853 2001-10-17  Francesco Potorti`  <pot@gnu.org>
3855         * comint.el (comint-password-prompt-regexp): Make it less
3856         restrictive, letting comint recognise OpenSSH2 passphrase prompts.
3858 2001-10-17  John Wiegley  <johnw@gnu.org>
3860         * eshell/em-unix.el (eshell/cat): Do a quick test if something is
3861         a regular file, before checking if it is a directory or symlink.
3862         This avoids a call to eshell-file-attributes, which can be
3863         expensive in some situations.
3865         * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
3866         customization variable, to differentiate ls-in-dired from regular
3867         uses of ls.
3869 2001-10-17  Miles Bader  <miles@gnu.org>
3871         * custom.el (defface): Mention `:inherit' in doc-string.
3873 2001-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
3875         * paren.el: Update the Commentary with installation instructions.
3877 2001-10-15  Dave Love  <fx@gnu.org>
3879         * international/mule.el (set-auto-coding): Fix regexps for local
3880         variables section not to eat newlines.
3882 2001-10-15  Miles Bader  <miles@gnu.org>
3884         * simple.el (display-message-or-buffer): Pass the correct buffer
3885         to `display-buffer'.
3887 2001-10-14  Stefan Monnier  <monnier@cs.yale.edu>
3889         * progmodes/executable.el (executable-binary-suffixes): Make varalias.
3890         (executable-find): Use exec-suffixes.
3891         (executable-set-magic): Don't use make-local-hook.
3893         * bindings.el (exec-suffixes): Initialize to a system-dependent value.
3895 2001-10-14  Eli Zaretskii  <eliz@is.elta.co.il>
3897         * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
3898         Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
3899         Add .so to the Unix and GNU branch.
3901         * international/latin-1.el:
3902         * international/latin-2.el:
3903         * international/latin-3.el:
3904         * international/latin-4.el:
3905         * international/latin-5.el:
3906         * international/latin-8.el:
3907         * international/latin-9.el: Add no-byte-compile: t, since
3908         Makefile.in instructs make-docfile to look at .el files.
3910 2001-10-14  Miles Bader  <miles@gnu.org>
3912         * button.el (define-button-type): Allow supertype property to be
3913         specified with a keyword `:supertype' too.
3914         (button-put, make-text-button): Allow button type property to be
3915         specified using the keyword `:type' too.
3916         (button-type): New function.
3917         (button): Add `button-category-symbol' property.
3919 2001-10-13  Stefan Monnier  <monnier@cs.yale.edu>
3921         * bindings.el (esc-map): Revert `j' and `C-j' bindings to
3922         indent-new-comment-line from comment-indent-new-line.
3924         * textmodes/refill.el (refill-mode):
3925         Bind DEL to backward-delete-char-untabify.
3926         Set backward-delete-char-untabify-method to `hungry'.
3928         * textmodes/bib-mode.el (bib-mode):
3929         * play/gomoku.el (gomoku-mode):
3930         * textmodes/page-ext.el (pages-directory-mode):
3931         * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
3933         * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
3935         * emacs-lisp/syntax.el (syntax-ppss): Autoload.
3937         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
3938         Handle here-docs differently.
3939         (sh-font-lock-heredoc): Remove.
3940         (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
3941         (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
3942         (sh-font-lock-open-heredoc): New functions.
3943         (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
3944         (sh-font-lock-keywords-1): Use regexp-opt.
3945         (sh-in-comment-or-string): Use syntax-ppss.
3946         (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
3947         (sh-select, sh-tmp-file): Add explicit terminating \n.
3949         * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
3950         Use with-current-buffer.
3951         (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
3952         (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
3953         filename), catch any error that occurs in `ange-ftp-cd'.
3954         If an error happened, don't bother sending `cmd' at all.
3955         Fix a parenthesis typo.
3956         (ange-ftp-write-region): Don't blindly use binary if the remote host
3957         is unix-like.
3959         * play/pong.el (pong-init): Don't use make-local-hook.
3961 2001-10-13  Michael Kifer  <kifer@cs.sunysb.edu>
3963         * viper-ex.el (ex-edit): Make checks for modified buffer/file.
3964         (viper-get-ex-address-subr): More precise addr for the $ marker
3966 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
3968         * version.el (emacs-version): Bump to 21.1.50.
3970 2001-10-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3972         * mail/mailalias.el (mail-directory-stream): Do not double
3973         variables in the lambda-list.
3975         * play/gomoku.el (gomoku-init-display): Ditto.
3977         * play/landmark.el (lm-init-display): Ditto.
3979         * delim-col.el (delimit-columns-rectangle-max): Ditto.
3980         (delimit-columns-rectangle-line): Ditto.
3982 2001-10-12  Stefan Monnier  <monnier@cs.yale.edu>
3984         * newcomment.el (comment-region-internal): Don't rebind
3985         invisibility_spec now that the C routines handle it correctly.
3987         * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
3989         * frame.el (special-display-popup-frame): Obey new specs `same-window'
3990         and `same-frame'.
3992         * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
3994         * simple.el (minibuffer-local*-map): Remove redundant bindings.
3996         * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
3997         C-p and C-r.  Remove redundant bindings from inheriting maps.
3999         * progmodes/cperl-mode.el: Merged in changes from v4.32.
4000          After 4.23 and: After 4.24:
4001         (cperl-contract-levels): Restore position.
4002         (cperl-beautify-level): Likewise.
4003         (cperl-beautify-regexp): Likewise.
4004         (cperl-commentify): Rudimental support for length=1 runs
4005         (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
4006          After 4.25:
4007         (cperl-commentify): Was recognizing length=2 "strings" as length=1.
4008         (imenu-example--create-perl-index): Was not enforcing
4009         syntaxification-to-the-end.
4010         (cperl-invert-if-unless): Allow `for', `foreach'.
4011         (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
4012         Mark qw(), m()x as indentable.
4013         (cperl-init-faces): Highlight `sysopen' too.
4014         Highlight $var in `for my $var' too.
4015         (cperl-invert-if-unless): Was leaving whitespace at end.
4016         (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
4017         (cperl-calculate-indent): Remove old commented out code.
4018         Support (primitive) indentation of qw(), m()x.
4019          After 4.26:
4020         (cperl-problems): Mention `fill-paragraph' on comment. \"" and
4021         q [] with intervening newlines.
4022         (cperl-autoindent-on-semi): New customization variable.
4023         (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
4024         (cperl-tips): Mention how to make CPerl the default mode.
4025         (cperl-mode): Support `outline-minor-mode'.  From Mark A. Hershberger.
4026         (cperl-outline-level): New function.
4027         (cperl-highlight-variables-indiscriminately): New customization var.
4028         (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
4029         From Sean Kamath <kamath@pogo.wv.tek.com>.
4030         (cperl-after-block-p): Support CHECK and INIT.
4031         (cperl-init-faces, cperl-short-docs): Likewise and "our".
4032         From Doug MacEachern <dougm@covalent.net>.
4033          After 4.27:
4034         (cperl-find-pods-heres): Recognize \"" as a string.
4035         Mark whitespace between q and [] as `syntax-type' => `prestring'.
4036         Allow whitespace between << and "FOO".
4037         (cperl-problems): Remove \"" and q [] with intervening newlines.
4038         Mention multiple <<EOF as unsupported.
4039         (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
4040         (cperl-indent-parens-as-block): New configuration variable.
4041         (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
4042         Use `cperl-indent-parens-as-block'.
4043         (cperl-find-pods-heres): Test for =cut without empty line instead of
4044         complaining about no =cut.
4045         (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
4046         (cperl-find-pods-heres): Likewise.
4047         (cperl-electric-pod): Change `forward-sexp' to `forward-word':
4048         POD could've been marked as comment already.
4049         (cperl-unwind-to-safe): Unwind before start of POD too.
4050          After 4.28:
4051         (cperl-forward-re): Throw an error at proper moment REx unfinished.
4052          After 4.29:
4053         (x-color-defined-p): Make an extra case to peacify the warning.
4054         Toplevel: `defvar' to peacify the warnings.
4055         (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
4056         No -nw-compile time warnings now.
4057         (cperl-find-tags): TAGS file had too short substring-to-search.
4058         Be less verbose in non-interactive mode
4059         (imenu-example--create-perl-index): Set index-marker after name
4060         (cperl-outline-regexp): New variable.
4061         (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
4062         (cperl-mode): Made use `cperl-outline-regexp'.
4063          After 4.30:
4064         (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
4065         (cperl-outline-level): Make start-of-file same level as `package'.
4066          After 4.31:
4067         (cperl-electric-pod): `head1' and `over' electric only if empty.
4068         (cperl-unreadable-ok): New variable.
4069         (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
4070         on an unreadable file.
4071         (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
4072         on an unreadable directory.
4074         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4075         Consider the text between two errors as belonging to the first error.
4076         (compilation-goto-locus): Use pop-to-buffer rather than
4077         switch-to-buffer-other-frame.
4079         * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
4080         (awk-font-lock-syntactic-keywords): New var.
4081         (awk-mode): Use it.
4083         * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
4085         * faces.el (describe-face): Call help-setup-xref earlier.
4087         * jka-compr.el (jka-compr-load-suffixes): New var.
4088         (jka-compr-install): Add its content to load-suffixes.
4089         (jka-compr-uninstall): Remove its content from load-suffixes.
4091 2001-10-12  Sam Steingold  <sds@gnu.org>
4093         * bindings.el (completion-ignored-extensions): CL-related
4094         extensions are platform-independent.
4096         * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
4097         asynchronous multiple file copying.
4099 2001-10-12  Gerd Moellmann  <gerd@gnu.org>
4101         * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
4102         Turn error for repeated variables into warning.
4104         * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
4105         New function checking that lambda-list consists of non-constant
4106         symbols, that &rest and &optional are followed by variable names,
4107         that &rest VAR is the last element, and that variables aren't doubled.
4108         (byte-compile-lambda): Use it.
4110 2001-10-12  Eli Barzilay <eli@barzilay.org>
4112         * calculator.el (calculator-eng-display): Don't call concat
4113         with an integer argument.
4115 2001-10-12  Miles Bader  <miles@gnu.org>
4117         * help-mode.el (help-customize-face): New button-type.
4119         * faces.el (list-faces-display): Fix args to `help-xref-button'.
4120         (describe-face): Fix args to `help-xref-button'.
4121         Don't switch to help-buffer around call to `help-setup-xref'.
4122         Use `help-buffer' instead of hard-wired "*Help*".
4123         Require `help-mode'.
4125 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
4127         * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
4129         * help-mode.el (help-buffer): New function.
4130         Returns the buffer-name to use for help output.
4131         Change all the code to use it instead of hard-coding *Help*.
4132         (help-mode-map): Put back the mouse-2 binding.
4133         (help-xref-stack): Change the format and make buffer-local.
4134         (help-xref-stack-item): Make buffer-local.
4135         (help-setup-xref): Do the `push' here rather than in help-do-xref.
4136         (help-xref-interned): Display the face doc as well.
4137         (help-follow-mouse): Re-introduce.
4138         (help-xref-go-back): Adapt to the new use of help-xref-stack.
4139         (help-do-xref): Don't `push' any more.
4140         (help-follow): Also follow face names.
4142         * help-funs.el (describe-function-1): Remove unused `parens' arg.
4143         Don't call help-setup-xref anymore and remove its `interactive-p' arg.
4144         Autoload and cleanup.
4145         (describe-function): Call help-setup-xref.
4146         (describe-variable): Call help-setup-xref earlier.
4148         * help.el (describe-bindings-internal): New fun moved from keymap.c.
4149         (view-lossage): Call help-setup-xref correctly and earlier.
4150         (describe-bindings): Call help-setup-xref earlier.
4151         (describe-key): Call help-setup-xref.  Fix call to describe-function-1.
4152         (describe-mode): Don't autoload.  Call help-setup-xref earlier.
4154 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
4156         * master.el (master-mode): Use define-minor-mode instead of
4157         easy-mmode-define-minor-mode.  Add autload cookie.
4158         (Commentary): Remove the line showing how to autoload master-mode,
4159         since it's always autoloaded.
4161         * master.el: New file.
4163 2001-10-11  Dave Love  <fx@gnu.org>
4165         * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
4166         <byte-constref-ops>: Consider byte-constant2 and clarify the code.
4167         <const-C varset-X const-C>: Fix car/cdr typo.
4169 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
4171         * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
4172         New function extracted from byte-compile-log-1.
4173         (byte-compile-log-1): Change output to be more in line with
4174         the output of other GNU tools.
4175         (byte-compile-warn): Emit `warning' instead of `**' for warnings.
4176         (byte-compile-report-error): Downcase error message.
4177         Use `error' instead of `!!' for error messages.
4178         (byte-compile-print-syms): Treat non-interactive case specially.
4179         (displaying-byte-compile-warnings): Use backquote.
4180         (byte-compile-from-buffer): Bind byte-compile-last-line.
4181         (batch-byte-compile): Remove `Done' message.
4183 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
4185         * emacs-lisp/copyright.el (copyright): Add final \n.
4187 2001-10-11  Miles Bader  <miles@gnu.org>
4189         * diff.el (diff): Display default values in prompts as
4190         `(default ...)', not `(...)'.
4192         * info.el (Info-follow-reference): Likewise.
4194 2001-10-10  Stefan Monnier  <monnier@cs.yale.edu>
4196         * emacs-lisp/autoload.el (doc-string-elt): Remove.
4198         * newcomment.el (comment-indent): Be a little more robust in case
4199         comment-indent-function does funny things.
4200         (comment-normalize-vars): Autoload.
4201         (comment-region-internal): Fiddle with the visibility spec.
4202         (comment-valid-prefix): New function.
4203         (comment-indent-new-line): Use it.  Ignore adaptive-fill-prefixes
4204         that would turn comment-text into non-comment-text.
4206         * emacs-lisp/syntax.el: New file.
4208         * progmodes/tcl.el: Change maintainer to FSF and remove loads of
4209         compatibility cruft.
4210         (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
4211         (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
4212         (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
4213         tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
4214         tcl-submit-bug-report.
4215         (tcl-mode-syntax-table): Leave \f alone.
4216         (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
4217         tcl-end-of-defun, tcl-submit-bug-report.
4218         (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
4219         (tcl-add-emacs-menu): Remove.
4220         (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
4221         (tcl-keyword-list): Add `chain'.
4222         (tcl-font-lock-syntactic-keywords): New variable.
4223         (tcl-pps-has-arg-6): Remove.
4224         (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
4225         (tcl-internal-mark-defun): Remove.
4226         (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
4227         (tcl-mode): Use define-derived-mode.  Simplify.
4228         Set comment-indent-function.
4229         (tcl-indent-command): Use line-beginning-position and comment-indent.
4230         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4231         (tcl-indent-line): Use tcl-calculate-indent.
4232         (tcl-indent-exp): Renamed from indent-tcl-exp.  Use new names.
4233         (tcl-add-log-defun): Renamed from add-log-tcl-defun.  Use match-string.
4234         (tcl-filter): Use with-current-buffer, simplify.
4235         (inferior-tcl-mode): Use define-derived-mode.
4236         (tcl-hairy-in-comment): Renamed tcl-in-comment.
4237         (tcl-simple-in-comment, tcl-in-comment): Removed.
4238         (tcl-files-alist): New function.
4239         (tcl-help-snarf-commands): Use it and return the result directly
4240         rather than through a global variable.
4241         (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
4242         (tcl-help-on-word): Provide the default value to completing-read.
4243         (tcl-hilit): Remove.
4244         (tcl-hashify-buffer, tcl-popup-menu): Simplify.
4245         (tcl-comment-indent): New function.
4246         (tcl-submit-bug-report): Remove.
4247         (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
4248         (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
4249         (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
4251 2001-10-10  Miles Bader  <miles@gnu.org>
4253         * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
4254         (Info-fontify-node): Don't fontify the node if it's already been done.
4256 2001-10-10  Gerd Moellmann  <gerd@gnu.org>
4258         * international/iso-transl.el (iso-transl-e-caret)
4259         (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
4260         Fix duplicates.  From Dave Love <d.love@dl.ac.uk>.
4262         * simple.el (end-of-buffer): Fix code scrolling specially
4263         for the buffer end.
4265         * startup.el (command-line-1): Bind tab-width to 8.
4267 2001-10-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4269         * emulation/tpu-edt.el: Use defalias instead of fset for
4270         user-visible commands.  From Rob Riepel
4271         <riepel@Networking.Stanford.EDU>.
4273 2001-10-09  Gerd Moellmann  <gerd@gnu.org>
4275         * ruler-mode.el: New file.
4277 2001-10-09  Miles Bader  <miles@gnu.org>
4279         * apropos.el (button): New require.
4281         * help-funs.el: New file, contents mostly from `help.el'.
4282         (describe-variable): Use `condition-case' instead of `ignore-errors'.
4284         * help-mode.el: New file, contents mostly from `help.el'.
4286         * help.el: Don't require `view' when compiling.
4287         (help-with-tutorial, describe-function, describe-function-1)
4288         (variable-at-point, describe-variable, locate-library):
4289         Functions moved into `help-funs.el'.
4290         (help-manyarg-func-alist): Variable moved into `help-funs.el'.
4291         (help-mode, help-mode-setup, help-mode-finish, help-button-action)
4292         (help-setup-xref, help-xref-following, help-make-xrefs)
4293         (help-xref-button, help-insert-xref-button, help-xref-interned)
4294         (help-xref-go-back, help-go-back, help-do-xref, help-follow)
4295         (help-xref-on-pp): Functions moved into `help-mode.el'
4296         (help-mode-map, help-xref-stack, help-xref-stack-item)
4297         (help-highlight-p, help-highlight-face, help-back-label)
4298         (help-xref-symbol-regexp, help-xref-mule-regexp)
4299         (help-xref-info-regexp): Variables moved into `help-mode.el'.
4300         (help-symbol, help-back, help-info, help-customize-variable)
4301         (help-function-def, help-variable-def):
4302         Button-types moved into `help-mode.el'.
4303         (load-symbol-file-load-history, symbol-file):
4304         Functions moved into `subr.el'.
4305         (symbol-file-load-history-loaded): Variable moved into `subr.el'.
4306         (view-lossage): Call `help-setup-xref' instead of doing it manually.
4308         * subr.el (symbol-file-load-history-loaded)
4309         (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
4311         * loadup.el ("button"): Load removed.
4313         * button.el (define-button-type): Respect any `supertype' property.
4314         (button-type-subtype-p, button-has-type-p): New functions.
4316         * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
4317         dollar-signs.
4319         * comint.el (comint-insert-previous-argument): New function.
4320         (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
4321         (comint-insert-previous-argument-last-start-pos)
4322         (comint-insert-previous-argument-last-index): New variables.
4324         * apropos.el (apropos-next-label-button): Use the presence of a
4325         `apropos-label' property to detect label buttons.
4327 2001-10-08  Miles Bader  <miles@gnu.org>
4329         * button.el (next-button, previous-button): Remove N and WRAP
4330         parameters.  Don't pay attention to `skip' properties.
4331         (forward-button): Implement wrapping, iterating, and skipping here
4332         instead.
4333         (button-activate): USE-MOUSE-ACTION is optional.
4334         (button-nop): Function removed.
4335         (default-button): Use `ignore' as default button action.
4337         * apropos.el (apropos-next-label-button): Update arguments to
4338         `next-button'.
4339         (apropos-symbol): Add `skip' property.
4340         (apropos-function, apropos-macro, apropos-command)
4341         (apropos-variable, apropos-face, apropos-group, apropos-widget)
4342         (apropos-plist): New button types.
4343         (apropos-label-properties): Variable removed.
4344         (apropos-print): Pass button-type to apropos-print-doc, rather
4345         than help function and label text.
4346         (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
4347         Get button label from TYPE.
4349 2001-10-07  Stefan Monnier  <monnier@cs.yale.edu>
4351         * help.el (help-mode): Use define-derived-mode.
4352         (describe-mode): Add optional `buffer' arg.
4353         Use it instead of going through help-xref-mode.
4354         Avoid doubling the word `minor' when prettifying.
4355         (describe-function-1): List the corresponding key bindings.
4356         (describe-variable): Say if the var is automatically buffer-local.
4357         If the source is `loaddefs.el', look for the real source.
4358         (help-xref-mode): Remove.
4360         * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
4361         the file says no-byte-compile.
4363 2001-10-08  Miles Bader  <miles@gnu.org>
4365         * button.el (next-button, previous-button): Respect `skip' property.
4367 2001-10-07  Miles Bader  <miles@gnu.org>
4369         * woman.el (woman-mode-map): Copy button-buffer-map instead of
4370         making a new keymap.  Don't bind mouse-2.  Bind M-mouse-2 to
4371         `woman-follow-word' instead of `woman-mouse-2'.
4372         (woman-follow-word): Renamed from `woman-mouse-2'.
4373         Follow current unconditionally, since this function is now only
4374         bound to M-mouse-2.  Use accessor functions.
4375         (WoMan-highlight-references): Use `make-text-button'.
4376         (woman-xref): New button type.
4378         * loadup.el ("faces"): Move load before loading "loaddefs.el".
4379         ("button"): New load, just before "help" (which uses it).
4381         * help.el (help-mode-map): Make button-buffer-map our parent.
4382         Don't bind mouse events or tab/backtab.
4383         (help-function, help-variable, help-face, help-coding-system)
4384         (help-input-method, help-character-set, help-back, help-info)
4385         (help-customize-variable,  help-function-def, help-variable-def):
4386         New button types.
4387         (help-button-action): New function.
4388         (describe-function-1): Pass help button-types to
4389         `help-xref-button' rather than help function and help-echo string.
4390         Don't put multiple help-function args in a list to pass them to
4391         help-xref-button, just pass them as multiple arguments.
4392         Use `help-insert-xref-button' to make [back]-button, rather than
4393         `help-xref-button'.
4394         (help-xref-button): Take a button-type TYPE as a parameter rather
4395         than a function.  Remove HELP-ECHO parameter.  Remove DATA parameter
4396         and add a &rest parameter ARGS to serve the same purpose.
4397         Use `make-text-button' to add the button.
4398         (help-insert-xref-button): Use `insert-text-button' to add the button.
4399         (help-follow-mouse, help-next-ref, help-previous-ref):
4400         Functions removed.
4401         (help-do-xref): New function.
4402         (help-follow): Use `push-button' and `help-do-xref' to do most of
4403         the work.
4405         * apropos.el (apropos-symbol, apropos-label): New button types.
4406         (apropos-symbol-button-display-help)
4407         (apropos-label-button-display-help, apropos-next-label-button):
4408         New functions.
4409         (apropos-mode-map): Make button-buffer-map our parent.
4410         Don't bind mouse events.
4411         (apropos-print, apropos-print-doc): Create buttons instead of text
4412         properties.
4413         (apropos-mouse-follow): Function removed.
4414         (apropos-follow): Use buttons.
4416         * button.el: New file.
4418 2001-10-07  Gerd Moellmann  <gerd@gnu.org>
4420         * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
4421         Remove.
4423 2001-10-05  Richard M. Stallman  <rms@gnu.org>
4425         * add-log.el (add-change-log-entry): Skip copyright notice
4426         and copying permission notice at start of file, if any.
4427         Make use of terms "entry" and "item" accord with Emacs manual.
4428         Simplify the logic for moving point while entering or creating
4429         an entry and then an item.
4430         (add-change-log-entry-other-window): Doc fix.
4432 2001-10-06  Miles Bader  <miles@gnu.org>
4434         * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
4435         removed; they apparently don't work with faces.
4437 2001-10-05  Sam Steingold  <sds@gnu.org>
4439         * textmodes/sgml-mode.el (html-xhtml): New user option.
4440         (html-tag-alist, html-horizontal-rule, html-image, html-line)
4441         (html-ordered-list, html-unordered-list, html-list-item)
4442         (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
4443         (sgml-skip-close-p): New function.
4444         (sgml-value): Use it.
4446 2001-10-05  Sam Steingold  <sds@gnu.org>
4448         * calendar/diary-lib.el (diary-entry-compare): When times are
4449         identical, compare the entries lexicographically.
4451 2001-10-06  Miles Bader  <miles@gnu.org>
4453         * rfn-eshadow.el (rfn-eshadow-update-overlay):
4454         Use `minibuffer-prompt-end'.
4456         * simple.el (previous-matching-history-element): Fix misplaced
4457         parentheses.
4459 2001-10-05  Miles Bader  <miles@gnu.org>
4461         * rfn-eshadow.el: New file.
4463 2001-10-05  Miles Bader  <miles@gnu.org>
4465         * cus-face.el (custom-face-attributes): Make sure each attribute
4466         has a valid default value.  Remove hacks that mapped `nil' to
4467         `off' and used nil to mean `unspecified'.  Remove `unspecified'
4468         choices from all attributes (unspecified is handled by the parent
4469         checklist).
4470         * cus-edit.el (custom-face-edit-convert-widget)
4471         (custom-face-edit-deactivate, custom-face-edit-activate)
4472         (custom-face-edit-delete, custom-face-edit-attribute-tag):
4473         New functions.
4474         (custom-face-edit): Specify a custom :convert-widget.
4475         (custom-pre-filter-face-spec, custom-post-filter-face-spec):
4476         Don't pass in default filters that map between `nil' and `off' and
4477         `unspecified' and `nil'.
4479 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
4481         * progmodes/compile.el (compilation-buffer-name): New function.
4482         (compile-internal): Use it to determine the name of the
4483         compilation buffer.
4485 2001-10-05  Miles Bader  <miles@gnu.org>
4487         * progmodes/compile.el (grep-use-null-device): New variable.
4488         (grep-command): Mention `grep-use-null-device'.
4489         (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
4490         Make computation of `grep-command' respect `grep-use-null-device'.
4491         (grep): Respect `grep-use-null-device'.
4492         Call `grep-compute-defaults' even if grep-command is set, if
4493         grep-use-null-device is still tentative.
4495         * subr.el (call-process-shell-command): New function.
4497 2001-10-05  Miles Bader  <miles@gnu.org>
4499         * simple.el (previous-matching-history-element)
4500         (next-history-element, next-complete-history-element): Use
4501         `minibuffer-' functions instead of calling `field-' functions directly.
4502         (minibuffer-prompt-end, minibuffer-contents):
4503         (minibuffer-contents-no-properties, delete-minibuffer-contents):
4504         Functions removed (now subrs).
4505         (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4507         * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
4508         (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
4509         instead of calling `field-' functions directly.
4510         (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
4512 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
4514         * files.el (find-file-noselect): If file's read-only status has
4515         changed on disk, ask if buffer's read-only status should be
4516         changed, unless NOWARN is set.
4518         * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
4519         alias for define-setf-method.
4521         * bindings.el: Remove no-byte-compile from file local variables
4522         to enable bootstrapping.
4524 2001-10-04  Andrew Innes  <andrewi@gnu.org>
4526         * faces.el (face-font-registry-alternatives) [windows-nt]:
4527         Make gb2312 an alias for gb2312.1980.
4529 2001-10-04  Stefan Monnier  <monnier@cs.yale.edu>
4531         * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
4532         (uniquify-reverse-components): Remove.
4534         * emacs-lisp/bytecomp.el (byte-recompile-directory):
4535         Make sure the file is readable.
4536         (byte-compile-file): Don't compile if `no-byte-compile' is set.
4537         (byte-compile-defvar): Update to reflect the change in Fdefvar.
4538         (batch-byte-recompile-directory): Pass arg=0.
4540         * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
4541         (perl-calculate-indent): Use it.
4542         (perl-backward-to-noncomment): Use forward-comment.
4544         * derived.el (define-derived-mode, derived-mode-make-docstring):
4545         Allow `parent' to be nil.
4547         * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
4548         Use define-derived-mode.
4549         (nroff-mode-map, nroff-mode-syntax-table): Massage.
4551         * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
4553         * emacs-lisp/lselect.el: Use facep iso find-face.
4555         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4556         Use regexp-opt.
4557         (doc-string-elt): Set symbols' prop.  Copied from autoload.el.
4558         (lisp-font-lock-syntactic-face-function): New function.
4559         (lisp-mode-variables): Use it.  Make arg optional.
4560         (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
4561         (lisp-mode): Don't pass an arg to lisp-mode-variables.
4562         Set comment-start-skip.
4564         * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
4566         * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
4567         (ignore-errors): Don't bother using a `err' symbol.
4569         * emacs-lisp/autoload.el (autoload-ensure-default-file)
4570         (autoload-insert-section-header, autoload-before-p)
4571         (autoload-remove-section): New functions.
4572         (generate-file-autoloads): Use them.
4573         (update-file-autoloads): Use them.  Return FILE if there's no cookie.
4574         Make sure the autoload file is properly formatted when creating it.
4575         (update-autoloads-from-directories): Use them as well.
4576         Only update autoloads for files whose timestamp has changed.
4577         Add a dummy entry to remember the files which had no autoload cookies.
4579         * timer.el (timer-relative-time): Fix computation for negative `micro'.
4581         * subr.el (define-key-after): Allow `key' to be longer than 1.
4582         (make-local-hook): Make obsolete.
4583         (add-hook, remove-hook): Don't use make-local-hook any more.
4584         (make-syntax-table): Inherit all chars from s-s-t.
4586 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
4588         This is a fix for a report saying that resuming a search with C-s
4589         C-s doesn't use the case-fold-search setting of the previous
4590         search (C-s ... M-c ... then C-s C-s).
4592         * isearch.el (isearch-last-case-fold-search): New variable.
4593         (isearch-mode): Remember value of isearch-case-fold-search
4594         in isearch-last-case-fold-search.
4595         (isearch-done): Quote value of isearch-case-fold-search.
4596         (isearch-repeat): When resuming a search, restore
4597         isearch-case-fold-search from isearch-last-case-fold-search.
4599         Added to NEWS.
4601         * startup.el (inhibit-startup-buffer-menu): New user-option.
4602         (command-line-1): If inhibit-startup-buffer-menu is set, don't
4603         display the buffer menu.  From Simon Josefsson <jas@extundo.com>.
4605         This allows upto 99999 messages in the summary without screwing up
4606         the summary sorting.  Previously 9999 was the maximum.  Added to NEWS.
4608         * mail/rmailsum.el (rmail-make-summary-line)
4609         (rmail-make-summary-line-1, rmail-summary-next-same-subject)
4610         (rmail-summary-goto-msg, rmail-summary-goto-msg):
4611         Allow 5-digit message ids instead of 4.
4613         This adds expansion of environment variables in the value
4614         specified with M-x setenv.  Added to NEWS.
4616         * env.el (substitute-env-vars): New function.
4617         (setenv): Add parameter SUBSTITUTE-ENV-VARS.  If set, substitute
4618         environment variables in VALUE.  Return VALUE.
4620 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
4622         * Branch for 21.1.
4624 2001-10-03  Stefan Monnier  <monnier@cs.yale.edu>
4626         * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
4628 2001-10-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4630         * emulation/tpu-edt.el: Make messages match original TPU/edt
4631         editor.  From riepel@Stanford.EDU (Rob Riepel).
4633 2001-10-03  Eli Zaretskii  <eliz@is.elta.co.il>
4635         * rect.el: Update maintainer's email address.
4637 2001-10-02  Andreas Schwab  <schwab@suse.de>
4639         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
4640         and Extended Passive Mode, resp.
4642 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
4644         These changes add support for Calendar-related items in the
4645         menu bar on tty's as well:
4647         * calendar/calendar.el (calendar-mode-map): Require cal-menu
4648         unconditionally.
4649         (calendar-mode): Set up activate-menubar-hook unconditionally.
4651         * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
4652         calls x-popup-menu only if popup menus are supported.
4653         (calendar-mouse-insert-hebrew-diary-entry)
4654         (calendar-mouse-insert-islamic-diary-entry)
4655         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4656         (calendar-mouse-view-other-diary-entries)
4657         (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
4658         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4659         Call cal-menu-x-popup-menu instead of x-popup-menu.
4661 2001-10-01  Gerd Moellmann  <gerd@gnu.org>
4663         * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
4665         * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
4667         * emacs-lisp/rx.el: New file.
4669 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
4671         * help.el (help-for-help): Doc fix.  From Pavel@Janik.cz (Pavel Janik).
4673 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
4675         * frame.el (select-frame-by-name, other-frame): Doc fix.
4677 2001-09-29  Eli Zaretskii  <eliz@is.elta.co.il>
4679         * play/snake.el (snake-score-file): Use temporary-file-directory
4680         instead of a literal "/tmp".  Suggested by Robert
4681         <robert@chezmarshall.freeserve.co.uk>.
4683         * play/tetris.el (tetris-score-file): Ditto.
4685 2001-09-28  Eli Zaretskii  <eliz@is.elta.co.il>
4687         * apropos.el (apropos-print): Make the directions inserted at the
4688         beginning of the *Apropos* buffer more clear.
4690 2001-09-27  Michael Kifer  <kifer@cs.sunysb.edu>
4692         * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
4693         Added comments.
4695 2001-09-27  Stefan Monnier  <monnier@cs.yale.edu>
4697         * newcomment.el (comment-normalize-vars): Use " \t" rather than
4698         "\\s-" when defining comment-end-skip.
4700 2001-09-27  Gerd Moellmann  <gerd@gnu.org>
4702         * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
4703         Call get-buffer-window first second arg `visible'.
4705         * international/mule-diag.el (list-input-methods-1):
4706         Output something that's independent of Emacs' version.
4708         * tar-mode.el (tar-mode-write-file): Don't signal an error by
4709         calling byte-to-position with a nil tar-header-offset.
4711 2001-09-27  Simon Josefsson  <jas@extundo.com>
4713         * mail/sendmail.el (send-mail-function): Doc fix.
4714         (mail-do-fcc): Error if header-end is not a marker.
4715         (mail-do-fcc): Add a comment.
4716         (mail-reply-to): Doc fix.
4717         (mail-signature): Make ATPOINT optional.
4718         (mail-yank-original): Use cond instead of nestled if.
4720 2001-09-26  Stefan Monnier  <monnier@cs.yale.edu>
4722         * info.el (Info-on-current-buffer): Default arg to "Top".
4724 2001-09-25  Eli Barzilay  <eli@barzilay.org>
4726         * calculator.el (calculator-copy-displayer): New user-option.
4727         (calculator-displayer-prev, calculator-displayer-next):
4728         Renamed from calculator-displayed-{left,right}.
4729         (calculator, calculator-standard-displayer)
4730         (calculator-num-to-string, calculator-update-display)
4731         (calculator-copy, calculator-put-value): Bug and display fixes.
4733 2001-09-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4735         * ebnf2ps.el: Eliminate make-local-hook calls.  Doc fix.
4736         (ebnf-version): New version (3.6.1).
4738         * ebnf-bnf.el: Fix character range regexp.  Doc fix.
4739         (ebnf-bnf-non-terminal-chars): New internal const.
4740         (ebnf-bnf-lex): Fix code.
4742         * ebnf-iso.el: Fix character range regexp.  Doc fix.
4743         (ebnf-iso-non-terminal-chars): New internal const.
4744         (ebnf-iso-lex): Fix code.
4746         * ebnf-yac.el: Fix character range regexp.  Doc fix.
4747         (ebnf-yac-skip-chars): New internal const.
4748         (ebnf-yac-skip-code): Fix code.
4750 2001-09-24  Stefan Monnier  <monnier@cs.yale.edu>
4752         * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
4754         * pcvs-parse.el (cvs-parse-commit): Expand the file name before
4755         passing it to VC.
4757         * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
4758         case where the file is relative.
4760 2001-09-24  Gerd Moellmann  <gerd@gnu.org>
4762         * xml.el (xml-parse-attlist): Quotes around attributes must be the
4763         same on each side.  Make sure we properly handle simple quotes.
4764         From Daiki Ueno <ueno@unixuser.org>.
4766 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
4768         * mail/sendmail.el (mail-mode): Doc fix.  From Simon Josefsson
4769         <jas@extundo.com>.
4771         * menu-bar.el (top-level): Minor fixes for text of help-echo in
4772         some items of the Options menu.
4774 2001-09-22  Stefan Monnier  <monnier@cs.yale.edu>
4776         * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
4778         * vc-hooks.el (vc-delete-automatic-version-backups):
4779         Don't fail if the directory doesn't exist.
4781         * diff-mode.el (diff-default-read-only): New var.
4782         (diff-mode): Use it.
4784 2001-09-22  Eli Zaretskii  <eliz@is.elta.co.il>
4786         * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
4787         Use make-keymap instead of copy-keymap, since copying the global
4788         keymap messes up the menu bar.
4790         * info.el (Info-goto-node, Info-menu): Doc fix.  Suggested by
4791         Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
4793 2001-09-21  Eli Zaretskii  <eliz@is.elta.co.il>
4795         * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
4797         * dired-aux.el (dired-insert-subdir): Pass switches to
4798         dired-build-subdir-alist.
4800 2001-09-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
4802         * time-stamp.el (time-stamp-string-preprocess): Fix bug that
4803         caused %#a and %#b to be mis-formatted.
4805 2001-09-20  Eli Zaretskii  <eliz@is.elta.co.il>
4807         * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
4808         ccmode, emacs-mime, and eudc manuals.
4810 2001-09-19  Sam Steingold  <sds@gnu.org>
4812         w32 find cannot be used with `grep-find'.
4813         * progmodes/compile.el (find-program): New variable.
4814         (grep-compute-defaults): Use it to set `grep-find-command'.
4816 2001-09-19  Gerd Moellmann  <gerd@gnu.org>
4818         * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
4820 2001-09-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4822         * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
4823         programming.  Doc fix.
4824         (ebnf-version): New version (3.6).
4825         (ebnf-eps-begin): Data fix.
4826         (ebnf-begin-file): Code fix.
4828         * ebnf-bnf.el: Doc fix.
4829         (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
4831         * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
4833 2001-09-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4835         * ps-print.el: Better face mapping for black/white PostScript printers.
4836         Check if mark is active when printing a region.  Doc fix.
4837         (ps-print-version): New version number (6.5.5).
4838         (ps-print-color-p): Customization fix.
4839         (ps-black-white-faces): New option.
4840         (ps-black-white-faces-alist): New internal var.
4841         (ps-count-lines-preprint, ps-print-preprint-region): New funs.
4842         (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
4843         (ps-nb-pages-region): Interactive fix.
4844         (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
4845         (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
4847 2001-09-18  Eli Zaretskii  <eliz@is.elta.co.il>
4849         * dired.el (dired-move-to-filename-regexp): Allow one digit in the
4850         numeric month value, and allow the Kanji character after the it to
4851         be missing (happens with ls-lisp's output on Japanese versions of
4852         MS-Windows).
4854 2001-09-18  Miles Bader  <miles@gnu.org>
4856         * diff-mode.el (diff-mode): Don't make the buffer read-only if
4857         it's empty (and thus probably a new patch file about to be edited).
4859 2001-09-17  Gerd Moellmann  <gerd@gnu.org>
4861         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4862         Check for '(' in column 0 of doc string.
4864         * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
4865         of `nth' so that using a vector as bounding-box works.
4866         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
4868 2001-09-17  Andre Spiegel  <spiegel@gnu.org>
4870         * vc.el (vc-annotate): Use current workfile version explicitly as
4871         a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
4873 2001-09-16  Eli Zaretskii  <eliz@is.elta.co.il>
4875         * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
4876         convert-standard-filename doesn't guarantee that the .el extension
4877         is preserved.
4879         * dos-fns.el (convert-standard-filename): Replace invalid
4880         characters only after converting dash/underscore to a period.
4881         (original-make-auto-save-file-name): New.
4882         (make-auto-save-file-name): New function, overrides the definition
4883         on files.el and calls the original function via
4884         original-make-auto-save-file-name.
4886         * mail/rmail.el (top-level): Require mule-utils when compiling.
4887         (rmail-decode-babyl-format): Use detect-coding-with-priority
4888         instead of detect-coding-region, to favor detection of emacs-mule
4889         encoded Babyl files written by rmailout.el etc.  Suggested by
4890         Kenichi Handa <handa@etl.go.jp>.
4892 2001-09-14  Eli Zaretskii  <eliz@is.elta.co.il>
4894         * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
4895         Use `equal', not `=', since the device number can be a cons cell.
4897 2001-09-14  Gerd Moellmann  <gerd@gnu.org>
4899         * simple.el: Comment out change of 2001-09-13.
4901 2001-09-13  Milan Zamazal  <pdm@zamazal.org>
4903         * progmodes/compile.el (grep-compute-defaults): Don't set
4904         grep-command/grep-find-command when it is already non-nil.
4905         (grep-command): Make it a user option.
4906         (grep-find-command): Likewise.
4908 2001-09-13  Michael Kifer  <kifer@cs.sunysb.edu>
4910         * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
4911         inhibit quit.
4913 2001-09-13  Eli Zaretskii  <eliz@is.elta.co.il>
4915         * files.el (make-auto-save-file-name): If long file names are not
4916         supported on MS-DOS, truncate the file name to DOS 8+3 limits before
4917         generating an auto-save file name from it.
4919 2001-09-13  Gerd Moellmann  <gerd@gnu.org>
4921         * ps-print.el (ps-print-region, ps-print-region-with-faces)
4922         (ps-nb-pages-region): Signal an error if called interactively
4923         and the mark is not active.
4925         * simple.el (minibuffer-prompt-modification)
4926         (minibuffer-prompt-insertion): New functions.
4927         (minibuffer-prompt-properties): Use `modification-hooks' and
4928         `insert-in-front-hooks'.
4930 2001-09-12  Richard M. Stallman  <rms@gnu.org>
4932         * textmodes/outline.el (outline-regexp): Doc fix.
4933         Initialize it in the defcustom, the usual way.
4935 2001-09-12  Gerd Moellmann  <gerd@gnu.org>
4937         * ediff-mult.el (ediff-get-meta-info): Take into account that data
4938         from `ediff-meta-info' properties need not be an overlay.
4939         From David Ponce <dponce@voila.fr>.
4941         * isearch.el (isearch-intersects-p): Fix end checks.
4943 2001-09-11  Eli Zaretskii  <a34785@is.elta.co.il>
4945         * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
4946         `t' branch of `cond', since Irix 6.1 and up is a special case of
4947         the standard dbx interface.
4949 2001-09-11  Miles Bader  <miles@gnu.org>
4951         * comint.el (comint-send-input): When waiting for echoed input,
4952         don't save the expected end position in `echo-end', so that things
4953         work properly even if the buffer is modified elsewhere at the same
4954         time [this happens if `comint-truncate-buffer' is used].
4956 2001-09-11  Gerd Moellmann  <gerd@gnu.org>
4958         * textmodes/outline.el (outline-mode): Use `^' and a shy group
4959         when constructing imenu-generic-expression from outline-regexp.
4961 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
4963         * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
4964         `equal' instead of `=', since they can be cons cells.  From Nils
4965         Goesche <cartan@cartan.de>.
4967 2001-09-10  Andre Spiegel  <spiegel@gnu.org>
4969         * vc.el (vc-annotate): Rewrote doc string.
4971 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
4973         * time-stamp.el: Update Stephen Gildea's email address.
4975 2001-09-10  Gerd Moellmann  <gerd@gnu.org>
4977         * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
4978         enable-multibyte-characters = nil.  From Hallvard B Furuseth
4979         <h.b.furuseth@usit.uio.no>.
4981 2001-09-09  Michael Kifer  <kifer@cs.sunysb.edu>
4983         * ediff-init.el (ediff-highest-priority): Bug fix.
4985         * viper-cmd.el (viper-special-read-and-insert-char): New function
4986         that reads a character and uses the current input method or
4987         iso-accents when appropriate.
4989         * viper.el and all others: Corrections to the comment blocks at
4990         the top.
4992 2001-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
4994         * info.el (Info-goto-node): Doc fix.
4996 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
4998         * isearch.el (isearch-intersects-p): New function.
4999         (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
5000         use isearch-intersects-p, and clean up.
5002 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
5004         * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
5005         and "german8", for the new German orthography dictionaries,
5006         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
5007         the entries, to keep the line length balanced for loaddefs.el.
5009 2001-09-07  Dr Francis J. Wright  <F.J.Wright@qmw.ac.uk>
5011         * comint.el (comint-send-input): Handle comint-process-echoes
5012         differently.
5014 2001-09-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5016         * locate.el (locate-insert-header): Remove unnecessary whitespace.
5018 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
5020         * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
5022 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
5024         * server.el (server-switch-buffer):
5025         * textmodes/refer.el (refer-find-entry-internal):
5026         * term/sup-mouse.el (sup-pos-to-window):
5027         * term/bg-mouse.el (bg-window-from-x-y):
5028         * emacs-lisp/edebug.el (edebug-window-live-p):
5029         Use get-window-with-predicate.
5031         * window.el (get-window-with-predicate): Renamed from some-window.
5032         (some-window): Make it an alias.
5034 2001-09-06  Gerd Moellmann  <gerd@gnu.org>
5036         * simple.el (undo): Remove positions from buffer-undo-list up to
5037         the next undo boundary only.
5039 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
5041         * makefile.nt (install): Don't copy sc.el.  Reported by Richard
5042         Kim <ryk@dspwiz.com>
5044         * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
5045         the message "Creating customization items...done".
5047 2001-09-05  Gerd Moellmann  <gerd@gnu.org>
5049         * font-lock.el (toplevel): Require `jit-lock' only if
5050         font-lock-support-mode is set to jit-lock-mode.
5052 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
5054         * international/quail.el (quail-use-package, quail-inactivate)
5055         (quail-activate): Mention the hooks these functions run in their
5056         doc strings.
5058 2001-09-05  Edward M. Reingold <reingold@iit.edu>
5060         * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
5061         of file in header of menu.
5063 2001-09-04  Gerd Moellmann  <gerd@gnu.org>
5065         * env.el (setenv): Interactively, if VARIABLE has a current value,
5066         add that to the front of the history, as the doc string says.
5068         * comint.el (comint-send-input): Change help-echo.
5069         From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
5071         * bookmark.el (bookmark-write-file): Bind print-length and
5072         print-level to nil.  From Tom Capey <tomc@edina.co.uk>.
5074         * obsolete/uncompress.el: Moved there from lisp/.
5076         * comint.el (comint-insert-clicked-input): Goto point-max before
5077         deleting previous input.  From "Dr Francis J. Wright"
5078         <F.J.Wright@qmw.ac.uk>.
5080         * simple.el (backward-word): Doc fix.
5082 2001-09-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5084         * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
5085         * uncompress.el, uniquify.el, vc.el, view.el, window.el
5086         * w32-fns.el: Add Keywords header.
5088 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
5090         * menu-bar.el: Fix separators in the Edit menu.  Bring "Fill" near
5091         "Text Properties".  Suggested by Simon Marshall
5092         <Simon.Marshall@midas-kapiti.com>.
5094 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
5096         * term/mac-win.el (mac-drag-n-drop): Decode file name by
5097         consulting the value of file-name-coding-system.
5099 2001-09-03  Stefan Monnier  <monnier@cs.yale.edu>
5101         * help.el (describe-function-1): Save precomputed `file-name' rather
5102         than recomputing it (incorrectly) with `symbol-file'.
5104 2001-09-03  Gerd Moellmann  <gerd@gnu.org>
5106         * international/isearch-x.el (isearch-exit-recursive-edit):
5107         Take three parameters, since it's used as an after-change-function.
5109         * emacs-lisp/backquote.el (backquote-backquote-symbol)
5110         (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
5111         from doc strings.
5113 2001-09-02  Milan Zamazal  <pdm@zamazal.org>
5115         * progmodes/glasses.el (glasses-convert-to-unreadable):
5116         Consider underscores as in `glasses-make-readable'.
5118 2001-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
5120         * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
5121         MS-DOS, since cpp might not be available.
5123         * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
5124         Mention "yank" in the help-echo text.
5125         Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5127 2001-09-01  Stefan Monnier  <monnier@cs.yale.edu>
5129         * newcomment.el (comment-indent): Insert spaces more carefully.
5131 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
5133         * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
5134         exists.  From Andy Petrusenco <andy@int.spb.ru>.
5136         * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5137         display-popup-menus-p returns nil.  Suggested by Andy Petrusenco
5138         <andy@int.spb.ru>.
5140 2001-08-31  Gerd Moellmann  <gerd@gnu.org>
5142         * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
5143         Instead of running mouse-yank-at-click, see what the event is
5144         bound to outside Isearch and run that.
5146 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
5148         * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
5149         Fix the menu entry to mention transient-mark-mode.
5151 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
5153         * simple.el (eval-expression-print-level): Fix last change.
5155         * bindings.el (mode-line-coding-system-map): New variable.
5156         (mode-line-mule-info): Give the "%Z" a local-map keymap.
5158         * simple.el (eval-expression-print-level): Change the type
5159         of the defcustom to allow nil.
5161         * emacs-lisp/find-gc.el: Moved here from lisp/.
5163         * international/quail.el (quail-completion-1):
5164         Reverse the ((CHAR . DEFN) ...) list before processing it.
5165         From Kenichi Handa <handa@etl.go.jp>.
5167         * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
5168         * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
5170 2001-08-30  Eli Zaretskii  <eliz@is.elta.co.il>
5172         * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
5173         aren't supported.  This avoids the annoying gray strip drawn by
5174         the Windows version instead of the missing tool bar.
5176 2001-08-29  Gerd Moellmann  <gerd@gnu.org>
5178         * menu-bar.el (menu-bar-options-menu): Make option text, messages
5179         and tooltips more consistent.  From "Marshall, Simon"
5180         <Simon.Marshall@midas-kapiti.com>.
5182         * startup.el (fancy-splash-screens): Temporarily set
5183         minor-mode-map-alist to nil while displaying splash screens.
5185 2001-08-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5187         * buff-menu.el: Add Keywords header.
5188         Doc fix (C-x C-b is bound to list-buffers).
5190         * dired-x.el: Add keyword files to get listed in finder.
5191         Remove confusing notes about GNU Emacs 19.
5193         * dired.el, dired-aux.el: Add Keywords header.
5195 2001-08-28  Andre Spiegel  <spiegel@gnu.org>
5197         * vc.el (vc-revert-file): Call the backend even if the FILE's
5198         contents can be reverted locally; pass new arg CONTENTS-DONE
5199         down to the backend.
5201         * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
5202         optional arg CONTENTS-DONE.
5204 2001-08-28  Andrew Innes  <andrewi@gnu.org>
5206         * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
5208 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
5210         * makefile.nt (install): Copy more *.el files.
5212 2001-08-28  Gerd Moellmann  <gerd@gnu.org>
5214         * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
5215         instead of `w' which is already in use.
5217         * gs.el (gs-load-image): Use sleep-for.
5218         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
5220 2001-08-28  Miles Bader  <miles@gnu.org>
5222         * replace.el (query-replace-regexp-eval): Return args from
5223         `interactive' form in correct order.
5225 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
5227         * mouse.el (mouse-buffer-menu): If the buffer menu is split by
5228         major modes, don't create panes for modes for which
5229         mouse-buffer-menu-alist returns an empty alist.
5231 2001-08-28  Thien-Thi Nguyen  <ttn@gnu.org>
5233         * progmodes/hideshow.el: Update first-line description.
5234         Sync comments w/ maintainer version 5.31.
5236         (hs-isearch-open): Default value now `code'.
5237         Fix docstring to use "code blocks" vs "comment blocks",
5238         as opposed to "block" vs "comment".
5239         (hs-flag-region): Accept `hs-isearch-open' value
5240         of `block' as synonymous w/ `code'.
5241         (hs-hide-block-at-point): For code blocks, pass `code'
5242         to `hs-flag-region' instead of `block'.
5244 2001-08-28  Miles Bader  <miles@gnu.org>
5246         * comint.el (comint-next-prompt): Don't loop infinitely if
5247         {next,previous}-single-char-property-change returns its input
5248         position when the search fails.
5250 2001-08-27  Miles Bader  <miles@gnu.org>
5252         * comint.el (comint-get-old-input-default): Don't signal an error
5253         if point is not on an input field; instead, return the current
5254         line (using `comint-bol' to skip any prompt, in case we're not
5255         using fields at all).
5257         * man.el (Man-mode-line-format): Variable removed.
5258         (Man-mode): Change `mode-line-buffer-identification' instead of
5259         `mode-line-format'.
5261 2001-08-27  Gerd Moellmann  <gerd@gnu.org>
5263         * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
5264         From Simon Josefsson <jas@extundo.com>.
5266 2001-08-26  Eli Zaretskii  <eliz@is.elta.co.il>
5268         * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
5269         messages.  From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5271         * emacs-lisp/levents.el: Specify FSF as Maintainer.  From Pavel
5272         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5274         * emacs-lisp/lselect.el: Ditto.
5276         * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
5277         Remove periods from the end of error message strings.
5278         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5280         * progmodes/antlr-mode.el: Add Keywords header.  From Pavel
5281         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5283         * net/telnet.el: Ditto.
5285 2001-08-26  Gerd Moellmann  <gerd@gnu.org>
5287         * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
5288         KEYMAP to the call to define-minor-mode.
5290 2001-08-24  Eli Zaretskii  <eliz@is.elta.co.il>
5292         * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
5293         Replace some of the undefined characters with emulations of bidi
5294         formatting characters and Niqud as per SI 1311-1.
5295         (IT-unicode-translations): Ditto.
5296         (IT-display-table-setup, IT-setup-unicode-display):
5297         Fill characters without translations with dos-unsupported-char-glyph.
5299 2001-08-24  Simon Josefsson  <jas@extundo.com>
5301         * hl-line.el (hl-line-mode): Don't be a global mode.
5302         (global-hl-line-mode): New function.
5304 2001-08-24  Gerd Moellmann  <gerd@gnu.org>
5306         * gs.el (gs-load-image): Wait for GHOSTVIEW window property
5307         being reset by Ghostscript.  Don't kill the gs process.
5308         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
5310 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
5312         * term/mac-win.el: Require scroll-bar.
5314 2001-08-23  Stefan Monnier  <monnier@cs.yale.edu>
5316         * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
5318 2001-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
5320         * hexl.el (hexl-insert-multibyte-char) New function.
5321         (hexl-quoted-insert, hexl-self-insert-command)
5322         (hexl-insert-hex-char, hexl-insert-decimal-char)
5323         (hexl-insert-octal-char): Call it instead of hexl-insert-char.
5324         Fix the doc strings accordingly.
5325         (hexl-insert-char): Reject characters whose code is above 255.
5326         Doc fix.
5327         (hexl-mode-map): Copy the global keymap instead of creating a
5328         sparse keymap, and bind all self-inserting characters to
5329         hexl-self-insert-command.
5331 2001-08-22  Stefan Monnier  <monnier@cs.yale.edu>
5333         * wid-edit.el (text): Re-order docstring correctly.
5335         * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
5337         * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
5339 2001-08-22  Eli Zaretskii  <eliz@is.elta.co.il>
5341         * simple.el (line-number-mode): Mention the variable
5342         line-number-display-limit-width in the doc string.
5344 2001-08-22  Gerd Moellmann  <gerd@gnu.org>
5346         * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
5347         Temporarily select EVENT's window for switching buffers.
5348         (mode-line-bury-buffer): New function.
5349         (mode-line-buffer-identification-keymap): Use it instead of
5350         bury-buffer.  Bind down-mouse events to prevent global down-mouse
5351         events from shining through.
5353 2001-08-21  Stefan Monnier  <monnier@cs.yale.edu>
5355         * newcomment.el (comment-beginning): Make sure the comment-start
5356         we found isn't a comment-end (in cases where confusion is possible).
5358 2001-08-22  Miles Bader  <miles@gnu.org>
5360         * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
5361         before writing it, so that hard-links don't see new version.
5363 2001-08-21  Gerd Moellmann  <gerd@gnu.org>
5365         * gs.el (gs-set-ghostview-colors-window-prop):
5366         Call x-change-window-property with 3rd arg FRAME.
5367         (gs-load-image): Wait for a previous Ghostscript process
5368         to complete before starting a new one.
5370         * image.el (image-type-regexps): Make sure that the TIFF
5371         pattern is only matched at the beginning of a string.
5372         From Markus Rost <rost@math.ohio-state.edu>.
5374         * international/swedish.el: Pre-Mule file removed.  From Jonas
5375         Oberg <jonas@gnu.org>.
5377 2001-08-20  Rajesh Vaidheeswarran  <rv@gnu.org>
5379         * whitespace.el (whitespace-abort-on-error): Add custom variable
5380         to whitespace to abort a write-file if whitespace is detected in file.
5382         * whitespace.el (whitespace-write-file-hook): Hook to be called
5383         when writing a file. If `whitespace-abort-on-error' is set, the
5384         write will abort on detecting whitespaces.
5385         If `whitespace-auto-cleanup' is set, the file will be cleaned
5386         automatically prior to writing.
5388         * whitespace.el (whitespace-buffer-search): Let's not insert bogus
5389         whitespaces in the error output!
5391         * whitespace.el (whitespace-check-indent-whitespace): Defaults to
5392         `indent-tabs-mode', since the latter notes user preferences on
5393         TABs anyway.
5395         * whitespace.el (whitespace-version): 3.1. All of the above issues
5396         were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
5398 2001-08-20  Gerd Moellmann  <gerd@gnu.org>
5400         * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
5401         some spaces from a message.  From Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>.
5403         * whitespace.el (whitespace-global-mode): Add autoload cookie.
5405 2001-08-20  Alex Schroeder  <alex@gnu.org>
5407         * sql.el (sql-db2): Doc change.
5409 2001-08-20  Alex Schroeder  <alex@gnu.org>
5411         * sql.el (sql-postgres): Add the database at the end of the
5412         parameters instead of at the beginning.
5413         (sql-postgres-options): Doc change.
5415 2001-08-17  Gerd Moellmann  <gerd@gnu.org>
5417         * custom.el (defcustom): Doc fix.
5419 2001-08-16  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5421         * ps-mule.el (find-composition): Check if (char-after POS)
5422         returns a valid character.
5424 2001-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
5426         * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
5427         original-point for extra CR characters that are added/removed when
5428         the buffer is written/read whose EOL type is -dos.
5430 2001-08-16  Miles Bader  <miles@gnu.org>
5432         * simple.el (line-move): Undo previous change.
5434         * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
5435         property to input-terminating `boundary' overlays to avoid
5436         line-move wierdness.
5438 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
5440         * lazy-lock.el (lazy-lock-fontify-region): Widen the current
5441         buffer in a save-restriction.  Under one test case with Ediff,
5442         window-scroll-functions are run with a window start that's
5443         temporarily outside of the restriction.
5445 2001-08-16  Robert J. Chassell <bug-texinfo@gnu.org>
5447         * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
5448         (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
5449         (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
5450         (texinfo-update-menu-region-beginning)
5451         (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
5452         command, @ifnottex, to regexps, so it is found.
5454 2001-08-16  Andrew Innes  <andrewi@gnu.org>
5456         * makefile.nt (DONTCOMPILE): Omit bindings.el.
5457         (DONTCOMPILE): Omit sc.el.
5459         * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
5460         (DONTCOMPILE): Omit sc.el.
5462 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
5464         * replace.el (occur): Bind inhibit-read-only to t.
5466 2001-08-16  Miles Bader  <miles@gnu.org>
5468         * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
5469         calling `constrain-to-field', to avoid problems with comint prompts.
5471 2001-08-15  Gerd Moellmann  <gerd@gnu.org>
5473         * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
5474         (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
5476         * ediff-mult.el (ediff-get-meta-info): Fix the condition
5477         of a while-loop.
5479         * Makefile.in (DONTCOMPILE): Remove sc.el.
5481         * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
5482         Don't include term/.
5484         * mail/sc.el:  Moved to obsolete/.
5486 2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5488         * ps-print.el: Change error function arguments to follow Emacs
5489         message convention.  Doc fix.
5490         (ps-print-version): New version number (6.5.4).
5491         (coding-system-for-write): Change declaration position to avoid
5492         XEmacs compilation gripes.
5493         (coding-system-for-read, buffer-file-coding-system):
5494         Declarations to avoid XEmacs compilation gripes.
5496         * ps-mule.el: Doc fix.
5497         (ps-mule-encode-header-string): If STRING is not a string, replace
5498         STRING by empty string.
5500 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
5502         * frame.el (show-trailing-whitespace): Doc fix.
5504 2001-08-13  Eli Zaretskii  <eliz@is.elta.co.il>
5506         * desktop.el (desktop-save): Insert the coding: tag before
5507         desktop-header.
5509 2001-08-13  Gerd Moellmann  <gerd@gnu.org>
5511         * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
5512         its path from $els.
5514         * image.el (image-jpeg-p): Fix call of substring.
5516 2001-08-10  Gerd Moellmann  <gerd@gnu.org>
5518         * play/animate.el (animate-string): Doc fix.  Use a buffer
5519         name with stars in it.
5520         (animate-sequence): New function.
5521         From Richard Stallman <rms@gnu.org>.
5523         * frame.el (select-frame-set-input-focus): New function
5524         extracted from other-frame.
5525         (other-frame): Use it.
5526         (next-multiframe-window, previous-multiframe-window): Use it.
5528         * isearch.el (isearch-other-meta-char): Don't switch to the
5529         buffer of a window clicked on, when the current buffer is
5530         in Isearch mode.
5532         * image.el (image-jpeg-p): Test for APPn markers in the range
5533         #xe0..#xef.
5535 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
5537         * desktop.el (desktop-save): Don't use concat to form a file
5538         name, use expand-file-name.
5540         * mouse.el (mouse-delete-window): Do nothing if frame has just
5541         one window.
5543         * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
5544         for the minor mode name.
5546         * view.el (toplevel): Use mode-line-minor-mode-keymap for the
5547         minor mode name.
5549         * time.el (display-time-string-forms): Use make-mode-line-mouse-map
5550         instead of make-mode-line-mouse2-map.
5552         * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
5553         the minor mode name.
5555         * emacs-lisp/easy-mmode.el (define-minor-mode):
5556         Use  mode-line-minor-mode-keymap for the minor mode name.
5558         * calendar/calendar.el (calendar-mode-line-format):
5559         Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
5561         * bindings.el (make-mode-line-mouse-map): Renamed from
5562         make-mode-line-mouse2-map.  Take additional arg MOUSE.
5563         (mode-line-modified): Use mouse-3 instead of mouse-2.
5564         (mode-line-buffer-identification-keymap): Bind keys differently.
5565         (propertized-buffer-identification): Adapt help-echo to new bindings.
5567         * bindings.el (mode-line-format): Specify help-echo for line
5568         number, column number and buffer-percent part of the mode-line.
5570         * image.el (image-type-regexps): Allow whitespace at the start
5571         of the image data for XPM, XBM and Postscript, which are
5572         text files.
5573         (image-jpeg-p): Correct calculation of next field offset.
5575 2001-08-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5577         * battery.el: Fix typo.
5579 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
5581         * image.el (image-type-regexps): Allow predicates.  Change the way
5582         JPEG images are recognized.
5583         (image-jpeg-p): New function.
5584         (image-type-from-data): Handle predicates in image-type-regexps.
5586         * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
5587         #:, #x, #o, and similar constructs.
5589 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
5591         * vc.el (vc-transfer-file): Fix malformed autoload cookie.
5593         * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
5594         instead of `progn'.
5596         * tar-mode.el (tar-extract): Avoid generating a new buffer
5597         for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
5599         * textmodes/paragraphs.el (forward-sentence): Avoid building
5600         a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
5602         * progmodes/executable.el (executable-set-magic):
5603         If executable-find returns a quoted file name, unquote it before
5604         inserting it.
5606         * image.el (image-type-regexps): For JPEG files, use a regexp
5607         derived from the JFIF spec.
5609         * image.el (image-type-regexps): Use `\`' instead of `^' in
5610         most regular expressions.
5612 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5614         * play/animate.el: Re-insert a reference to re-inserted function.
5616 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
5618         * help.el (describe-function-1): Use find-function-search-for-symbol
5619         instead of find-function-noselect because the latter follows aliases.
5621         * play/animate.el (animate-birthday-present): Re-insert.
5623         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5624         Handle old-style menu definitions.
5626 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5628         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
5629         * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
5631         * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
5632         * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
5633         * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
5635 2001-08-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5637         * textmodes/tildify.el: Milan Zamazal has new address.
5639 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
5641         * custom.el (custom-set-variables): Don't test `custom-requests'
5642         properties, check the third element of the options passed to
5643         custom-set-variables instead.
5645         * info.el (info-insert-file-contents): Use info-file-exists-p
5646         instead of file-exists-p.
5648         * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
5649         the mode-line face is restored.  Fix several bugs.
5651         * replace.el (perform-replace): Doc fix.
5653 2001-08-02  Francesco Potorti`  <pot@gnu.org>
5655         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
5656         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
5657         (uniquify-fix-item-base, uniquify-fix-item-filename)
5658         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
5659         Callers changed.
5660         (uniquify-set-proposed): Changed to work with a vector item.
5661         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
5662         the fix list, and a list of strings for the non-file buffer
5663         names.  Both changes reduce consing.
5664         (uniquify-rationalize-a-list): Local variable renaming.
5665         (uniquify-rationalize-conflicting-sublist): Use member instead of
5666         assoc.
5667         (uniquify-rename-buffer): Use unless instead of if not.
5669 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
5671         * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
5673         * custom.el (custom-set-variables): Set options with :require
5674         clauses last.
5676         * custom.el (defcustom): Doc fix.
5678         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
5680 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
5682         * man.el (man): Mention Man-switches in the doc string.
5683         (Man-switches): Mention -a in the doc string.
5685         * textmodes/ispell.el (ispell-alternate-dictionary):
5686         Add /usr/share/lib/dict/words, for Irix.
5688         * bindings.el: Bind shifted and control-shifted kp-* keys to the
5689         corresponding non-kp keys.  Suggested by Stephen Gildea
5690         <gildea@stop.mail-abuse.org>.
5692 2001-08-01  Francesco Potorti`  <pot@gnu.org>
5694         * uniquify.el: These changes correct a corner case that the old
5695         code managed correctly.
5696         (uniquify-fix-item-proposed): Renamed from
5697         uniquify-fix-item-min-proposed.
5698         (uniquify-set-proposed): New function.
5699         (uniquify-rationalize-file-buffer-names): Code reshuffled for
5700         clarity and speed.
5701         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
5702         This is equivalent to what the old code did.
5703         (uniquify-rationalize-a-list): Never recompute the proposed
5704         name.  Sort the conflicting sublist before rationalising it: this
5705         is equivalent to what the old code did, but one directory element
5706         at a time, and only when necessary.
5707         (uniquify-rationalize-conflicting-sublist): Recompute here the
5708         proposed name.
5710 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
5712         * play/animate.el: Add Keywords and Maintainer.  Remove a
5713         reference to a removed function.
5715         * play/animate.el (animate-string): Handle case that the string is
5716         longer than the window is wide.
5718 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
5720         * desktop.el (desktop-save): Bind coding-system-for-write to
5721         `emacs-mule' for write-region.
5723         * delsel.el (delete-selection-pre-hook): Don't set this-command
5724         to `ignore' if the region is empty.
5726         * international/mule.el (set-keyboard-coding-system):
5727         Set keyboard-coding-system.
5729         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
5730         before accessing it.
5732 2001-07-30  Andreas Schwab  <schwab@suse.de>
5734         * menu-bar.el (toggle-highlight-paren-mode):
5735         Use `(show-paren-mode)' as body.
5737 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
5739         * vc.el (vc-checkout-hook): New hook.
5740         (vc-checkout): Run it.
5742 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
5744         * progmodes/make-mode.el (makefile-macroassign-regex):
5745         Recognize the ?= operator.  From Jonathan Kamens <jik@curl.com>.
5747 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
5749         * vc.el (vc-switch-backend): Fix autoload cookie.
5751         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
5752         the desktop file.
5754 2001-07-30  Simon Josefsson  <jas@extundo.com>
5756         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
5757         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
5759 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
5761         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
5762         (last-sexp-toggle-display): Renamed from last-sexp-print.
5763         (last-sexp-toggle-display, eval-last-sexp-1):
5764         Use last-sexp-setup-props.
5766         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
5767         New user-options.
5768         (mouse-wheel-change-button): New function.
5769         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
5770         (mwheel-scroll): Ditto.
5772 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
5774         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
5775         `...', compare with unabbreviated printed representation instead.
5776         (last-sexp-print): Bind print-length and print-level to nil.
5778         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
5779         before assigning text properties.  Make properties rear-nonsticky.
5781         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
5782         (eval-last-sexp-1): Give printed text a `keymap' property and bind
5783         <mouse-2> and <RET> in that map to a function printing the
5784         unabbreviated value.
5786         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
5787         is a buffer, put a text property `printed-value' on the printed
5788         representation, with the Lisp object printed as value.
5790 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
5792         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
5793         Mention the effect of eval-expression-print-length and
5794         eval-expression-print-level in the doc strings.  Suggested by
5795         Kevin Gallagher <kevingal@onramp.net>.
5797 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
5799         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
5800         for buttons > 3.
5801         (xterm-mouse-translate): Handle the case that we don't get a
5802         down-event.
5804         * emacs-lisp/find-func.el (find-function-regexp):
5805         Add easy-mmode-define-global-mode to the regexp.  Allow newlines
5806         in front of the function name.
5808         * isearch.el (isearch-other-meta-char): Fix last change.
5810         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
5811         similar events for which fake prefix keys are generated.  It's no
5812         longer necessary since read_key_sequence doesn't modify these
5813         events for internal purposes anymore.
5815         * files.el (auto-mode-alist): Use nroff-mode for files ending
5816         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
5818 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
5820         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
5821         tool-bar-lines parameter, behave as if its value were zero.
5822         (mouse-avoidance-set-pointer-shape): Don't do anything if
5823         x-pointer-shape is not boundp.
5825 2001-07-23  Francesco Potorti`  <pot@gnu.org>
5827         * uniquify.el: Overall speedup changes when using many buffers.
5828         (uniquify-fix-item-base, uniquify-fix-item-filename)
5829         (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
5830         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
5831         place in the item, but was never used.
5832         (uniquify-fix-item-min-proposed): New defalias: the fourth place
5833         in the item is now used as cache for the proposed name.
5834         (uniquify-rationalize-file-buffer-names): Move computation made on
5835         newbuffile out of the loop, in the newbuffile-nd local var.
5836         Use dolist (cosmetic change).  Compute the proposed name for the most
5837         common case and cache it in the fourth place in the item.
5838         (uniquify-rationalize-file-buffer-names): Used to return a a list
5839         of buffer whose name was changed, but that return value was never used.
5840         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
5841         the cached proposed name, does much less consing and is quicker.
5842         (uniquify-filename-lessp): Deleted.
5843         (uniquify-rationalize-a-list): Use dolist (cosmetic change).
5844         Do not bind locally the uniquify-possibly-resolvable flag.  Use the
5845         cached proposed name is possible.
5846         (uniquify-get-proposed-name): Arguments changed, callers changed.
5847         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
5848         uniquify-possibly-resolvable flag, which is no more bound locally.
5849         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
5850         flag, which does not exist any more.
5852 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
5854         * term/internal.el (IT-unicode-translations): Fix the appearance of
5855         "6`".
5857         * progmodes/compile.el (compile-internal): If EMACS is already
5858         defined in the environment, don't override its value.
5860 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
5862         * play/fortune.el: Undo change of 2001-07-13.
5863         Fix autoload cookies.  Add types to defcustoms.
5864         (fortune) <defgroup>: Add :link.
5865         (fortune-from-region): Use eq, not eql.
5866         From Dave Love <fx@gnu.org>.
5868         * play/animate.el (animate-birthday-present): Function removed.
5870         * play/animate.el: New file.
5872 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
5874         * startup.el (normal-top-level-add-subdirs-to-load-path):
5875         On Windows, put into normal-top-level-add-subdirs-inode-list the
5876         canonicalized names of the directories instead of inode numbers.
5878 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
5880         * ediff-util.el: Copyright years.
5881         (ediff-choose-syntax-table): New function.
5882         (ediff-setup): Use ediff-choose-syntax-table.
5883         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
5884         vc-state is available.
5885         (ediff-make-temp-file): Use ediff-coding-system-for-write.
5887         * ediff-init.el (ediff-with-syntax-table): New macro, uses
5888         with-syntax-table.
5889         (ediff-coding-system-for-read): From ediff-diff.el
5890         (ediff-coding-system-for-write): New variable.
5891         (ediff-highest-priority): Fixed the bug having to do with disappearing
5892         overlays.
5893         (ediff-file-remote-p): Use file-remote-p, if available.
5894         (ediff-listable-file): New function.
5895         (ediff-file-attributes): Use ediff-listable-file.
5897         * ediff-mult.el (ediff-meta-insert-file-info1):
5898         Use ediff-listable-file.
5900         * ediff-ptch.el (ediff-prompt-for-patch-file):
5901         Use ediff-coding-system-for-read.
5902         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
5904         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
5905         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
5907         * ediff.el: Date of last update, copyright years.
5909         * ediff-wind (ediff-setup-control-frame): Nill->nil.
5911         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
5912         of Scott Bronson.
5913         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
5914         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
5915         Deleted functions.
5916         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
5917         ex-token-list.
5918         (viper-get-ex-address-subr): Convert registers to char data type.
5920         * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
5921         (viper-memq-char): Use viper-int-to-char.
5922         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
5923         vc-locking-state.
5924         (viper-read-key): Use viper-read-key-sequence.
5926         * viper.el (viper-major-mode-modifier-list):
5927         Added inferior-emacs-lisp-mode.
5928         (this-major-mode-requires-vi-state): New function that uses simple
5929         heuristics to decide if vi state is appropriate.
5930         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
5931         (viper-non-hook-settings): Don't advise read-key-sequence.
5932         (viper-read-key-sequence): New function that replaces the
5933         previously used advice to read-key-sequence.
5935         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
5936         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
5937         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
5938         (viper-open-line-at-point,viper-substitute,viper-overwrite)
5939         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
5940         Got rid of the negative character hack.
5941         (viper-escape-to-state,viper-replace-state-exit-cmd):
5942         Use viper-read-key-sequence.
5943         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
5944         (viper-minibuffer-standard-hook,viper-read-string-with-history):
5945         Don't override existing minibuffer-setup-hook.
5946         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
5947         Convert registers to char data type.
5948         (viper-autoindent): Use viper-indent-line.
5950         * viper-keym.el: Use viper-exec-key-in-emacs.
5952 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
5954         * server.el (server-visit-files): Fix variable name typo.
5956 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
5958         * simple.el (delete-trailing-whitespace): Save match data
5959         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
5961 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
5963         * progmodes/compile.el (compilation-parse-errors): `linenum' might
5964         return a this-error using the alternative format (a pair of markers).
5966 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
5968         * font-lock.el (c++-keywords): Add Standard C++ operator names.
5970         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
5971         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5973 2001-07-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5975         * international/iso-transl.el: Fix typo in the header of the file.
5977         * textmodes/picture.el (picture): Doc fix.
5979         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
5980         follow coding conventions in generated files.
5982 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
5984         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5985         (tool-bar-add-item): Don't call image-related primitives if the
5986         display doesn't support images.
5988         * frame.el (display-images-p): New function.
5990 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
5992         * server.el (server-visit-files): Handle the case the specified
5993         column number is <= 0.
5995 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
5997         * startup.el (command-line-1): Add support for +LINE:COLUMN
5998         command line argument.
6000 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6002         * server.el (server-process-filter, server-visit-files):
6003         Add support for +LINE:COLUMN style emacsclient calls.
6005 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6007         * emacs-lisp/easy-mmode.el: Add Keywords header.
6009         * play/pong.el: Author has new address.
6011         * play/landmark.el: Author is no more reachable.
6013         * play/handwrite.el: Author is no more reachable.
6015 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
6017         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
6018         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
6019         Complete bindings for F<1..12> keys.
6020         (global-map): Remove `undo' binding (already in the default).
6021         Replace `t<n>' bindings with `f<n>' bindings.
6023 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6025         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
6026         (tcl-mode): Use tcl-add-log-defun.
6027         (tcl-indent-line): Use tcl-calculate-indent.
6028         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
6029         (tcl-indent-exp): Renamed from indent-tcl-exp.
6030         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
6031         (tcl-indent-for-comment): Call comment-indent-function properly
6032         and handle the case where it returns nil.
6034 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
6036         * calendar/cal-islam.el (calendar-goto-islamic-date):
6037         Remove autoload cookie.
6039         * calendar/calendar.el (calendar-goto-islamic-date):
6040         Add call to autoload.
6042 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6044         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
6045         Don't change compile-auto-highlight globally.
6046         Don't bother with `font-lock-defaults' property since XEmacs
6047         also understands the `font-lock-defaults' variable.
6048         Use make-local-variable rather than make-variable-buffer-local.
6049         Don't `defconst' comment-indent-function: keep the default.
6050         Call easy-menu-add unconditionally.
6051         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
6052         (ada-create-menu): Use :included for Emacs as well.
6054         * vc.el (vc-do-command): Autoload.
6056         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
6058 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6060         * ps-print.el: Fix Author: header.
6062 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
6064         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
6065         mouse-1 etc., bind them to `ignore'.
6067         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
6068         send-invisible, which is already defined in Comint.
6069         (eshell-watch-for-password-prompt): Use it.
6071 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6073         * which-func.el (which-func-mode): Doc fix.
6075         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
6076         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
6077         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
6078         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
6079         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
6080         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
6081         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
6082         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
6083         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
6084         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
6085         * emulation/edt-mapper.el, emulation/edt-pc.el,
6086         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
6087         * emulation/tpu-edt.el, emulation/tpu-extras.el,
6088         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
6089         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
6090         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
6091         * international/isearch-x.el, international/iso-cvt.el,
6092         * international/ogonek.el, international/quail.el,
6093         * international/utf-8.el, jit-lock.el, language/devan-util.el,
6094         * language/devanagari.el, language/ethio-util.el,
6095         * language/ethiopic.el, language/european.el, language/indian.el,
6096         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
6097         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
6098         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
6099         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
6100         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
6101         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
6102         * progmodes/autoconf.el, progmodes/cmacexp.el,
6103         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
6104         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
6105         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
6106         * progmodes/ebnf2ps.el, progmodes/executable.el,
6107         * progmodes/fortran.el, progmodes/idlw-shell.el,
6108         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
6109         * progmodes/m4-mode.el, progmodes/mantemp.el,
6110         * progmodes/meta-mode.el, progmodes/octave-inf.el,
6111         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
6112         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
6113         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
6114         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
6115         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
6116         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
6117         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
6118         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
6119         * textmodes/two-column.el, time-stamp.el, timezone.el,
6120         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
6121         * which-func.el, whitespace.el, wid-browse.el, widget.el,
6122         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
6123         conventions.
6125 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
6127         * simple.el (set-variable): Require 'cus-edit' instead of
6128         `wid-edit', so that the Custom widgets get defined.
6130 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6132         * allout.el: A fix to follow coding conventions.
6134         * find-lisp.el: A fix to follow coding conventions.
6136         * term/w32-win.el: A fix to follow coding conventions.
6138         * textmodes/sgml-mode.el: A fix to follow coding conventions.
6140         * term/xterm.el: A fix to follow coding conventions.
6142         * term/news.el: A fix to follow coding conventions.
6144         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
6145         header line fixed.
6147         * sun-curs.el: Fix Maintainer: header line.
6149         * emacs-lisp/easymenu.el: Address of the author added.
6151 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
6153         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
6154         property.
6156 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6158         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
6159         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
6160         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
6161         Some fixes to follow coding conventions.
6163 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
6165         * which-func.el (which-func-mode): Doc fix.
6167 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
6169         * net/rcompile.el (remote-compile): Use make-local-variable.
6171         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
6173         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
6175         * mail/reporter.el (reporter-submit-bug-report):
6176         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
6178 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6180         * calendar/cal-china.el, calendar/cal-coptic.el,
6181         * calendar/cal-dst.el, calendar/cal-french.el,
6182         * calendar/cal-hebrew.el, calendar/cal-islam.el,
6183         * calendar/cal-iso.el, calendar/cal-julian.el,
6184         * calendar/cal-mayan.el, calendar/cal-persia.el,
6185         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
6186         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
6187         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
6188         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
6189         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
6190         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
6191         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
6192         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
6193         * progmodes/ada-xref.el, progmodes/cc-align.el,
6194         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
6195         * progmodes/cc-defs.el, progmodes/cc-engine.el,
6196         * progmodes/cc-langs.el, progmodes/cc-menus.el,
6197         * progmodes/cc-styles.el, progmodes/cc-vars.el,
6198         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
6199         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
6200         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
6201         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
6202         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
6203         * textmodes/reftex.el: Some fixes to follow coding
6204         conventions in Elisp files with known maintainers.
6206         * emulation/viper.el: A fix to follow coding conventions.
6208         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
6209         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
6210         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
6211         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
6212         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
6213         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
6214         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
6215         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
6216         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
6217         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
6218         conventions in Elisp files.
6220         * composite.el, diff.el, emacs-lisp/levents.el,
6221         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
6222         * emulation/pc-mode.el, emulation/viper-cmd.el,
6223         * emulation/viper-ex.el, emulation/viper-init.el,
6224         * emulation/viper-keym.el, emulation/viper-macs.el,
6225         * emulation/viper-mous.el, emulation/viper-util.el,
6226         * emulation/viper.el, forms-pass.el, international/ccl.el,
6227         * international/characters.el, international/encoded-kb.el,
6228         * international/fontset.el, international/ja-dic-cnv.el,
6229         * international/ja-dic-utl.el, international/kinsoku.el,
6230         * international/kkc.el, international/mule-cmds.el,
6231         * international/mule-diag.el, international/mule-util.el,
6232         * international/mule.el, international/titdic-cnv.el,
6233         * language/china-util.el, language/chinese.el,
6234         * language/cyril-util.el, language/cyrillic.el, language/english.el,
6235         * language/greek.el, language/hebrew.el, language/japan-util.el,
6236         * language/japanese.el, language/korea-util.el, language/korean.el,
6237         * language/lao-util.el, language/lao.el, language/misc-lang.el,
6238         * language/slovak.el, language/thai-util.el, language/thai.el,
6239         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
6240         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
6241         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
6242         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
6243         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
6244         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
6245         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
6246         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
6247         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
6248         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
6249         to follow coding conventions in files without maintainer or in files
6250         with clear maintainer (but without Maintainer header stating so).
6252         * emacs-lisp/elp.el: A fix to follow coding conventions.
6254         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
6255         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
6256         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
6257         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
6258         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
6259         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
6260         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
6261         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
6262         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
6263         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
6264         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
6265         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
6266         conventions in files from Gnus.
6268         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
6269         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
6270         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
6271         * echistory.el, electric.el, emacs-lisp/authors.el,
6272         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
6273         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
6274         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
6275         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
6276         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
6277         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
6278         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
6279         * international/codepage.el, international/iso-ascii.el,
6280         * international/iso-insert.el, international/iso-transl.el,
6281         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
6282         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
6283         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
6284         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
6285         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
6286         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
6287         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
6288         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
6289         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
6290         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
6291         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
6292         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
6293         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
6294         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
6295         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
6296         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
6297         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
6298         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
6299         * textmodes/tex-mode.el, textmodes/text-mode.el,
6300         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
6301         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
6302         * vt100-led.el, window.el: Some fixes to follow coding conventions in
6303         files maintained by FSF.
6305 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6307         * arc-mode.el: A fix to follow coding conventions.
6309         * bindings.el: Ditto.
6311         * cdl.el: Ditto.
6313         * comint.el: Ditto.
6315         * cus-start.el: Ditto.
6317         * shell.el: Ditto.
6319         * skeleton.el: Ditto.
6321 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
6323         * info.el (Info-build-node-completions):
6324         Make Info-current-file-completions buffer local.
6326 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
6328         * which-func.el (which-func-mode, which-func-ff-hook)
6329         (which-function-mode): Remove references to which-func-mode-global.
6331         * calendar/cal-islam.el (calendar-goto-islamic-date):
6332         Add autoload cookie.
6334         * play/fortune.el: Add types to defcustoms.
6336 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6338         * language/czech.el: A fix to follow coding conventions.
6340 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
6342         * speedbar.el (speedbar-supported-extension-expressions): Add .g
6343         to the extension list, for antlr-mode.  From Christoph Wedler
6344         <Christoph.Wedler@sap.com>.
6346 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
6348         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
6349         (vc-dired-mode-map): Fix the madness.
6351         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
6352         (vc-prefix-map): Moved back from vc.el.
6354 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
6356         * mail/mail-extr.el (mail-extr-all-top-level-domains):
6357         Increase the size of the obarray.
6358         (mail-extr-all-top-level-domains): Add more toplevel domains,
6359         add more long names.
6360         From: Per Starback <starback@ling.uu.se>.
6362 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
6364         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
6365         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6367         * progmodes/ada-mode.el: Ditto.
6369         * progmodes/ada-xref.el: Ditto.
6371 2001-07-11  Miles Bader  <miles@gnu.org>
6373         * finder.el (finder-insert-at-column): Also move to the next line
6374         if exactly at COLUMN.
6376 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
6378         * help.el (describe-function-1): When printing FUNCTION's
6379         documentation, don't assume FUNCTION is a symbol.
6381         * startup.el (normal-top-level): Don't operate on the initial
6382         frame if we failed to create one.
6384 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
6386         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
6387         itself, i.e. only indent the contents in it.
6389 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
6391         * mail/rmail.el (rmail-show-message): Show beginning of message in
6392         all windows containing it.
6394 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
6396         * term/tty-colors.el: Fix the header line and copyright years.
6398 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
6400         * emacs-lisp/advice.el (ad-make-advised-definition): If the
6401         original definition has an interactive form, but is Elp
6402         instrumented, use the interactive form of the function called by
6403         elp-wrapper.
6405         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
6406         configurations with compare-window-configuration; they aren't
6407         window configurations.
6409         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
6410         from the server for the format we expect.  Don't use it if it
6411         doesn't look like what the Internet draft for FTP extensions specifies.
6413         * toolbar/*.pbm: Cleaned up.
6414         From Luis Fernandes <elf@ee.ryerson.ca>.
6416 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
6418         * cc-cmds.el: Extended the kludge to interoperate with the
6419         delsel and pending-del packages wrt to the new function
6420         `c-electric-delete-forward'.
6422 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
6424         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
6425         to delay the call to <mode> for global minor modes.
6426         (easy-mmode-define-navigation): Only recenter if interactive.
6428 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
6430         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
6431         to lisp-indent-line.
6433         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
6434         from the server.  Call encode-time only when we are sure that we
6435         got a 213 response.
6437 2001-07-06  Simon Josefsson  <jas@extundo.com>
6439         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
6440         (mail-envelope-from): New user option.
6441         (sendmail-send-it): Use it.
6443 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6445         * ps-print.el: Use locale dependant date to print date in header.
6446         Doc fix.
6447         (ps-print-version): New version number (6.5.3).
6448         (ps-right-header, ps-right-footer): Initialization and doc fix.
6449         (ps-time-stamp-locale-default): New fun.
6451 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
6453         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
6454         field problem with MIME-mode.
6456         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
6458 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
6460         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
6461         MIME-mode.
6463 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
6465         * bindings.el (mode-line-mule-info): Don't show the tip with
6466         buffer-file-coding-system if that is nil.
6468 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
6470         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
6471         instead of kill-line.
6473         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
6474         <Pavel@Janik.cz>.
6476         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
6477         <Pavel@Janik.cz>.
6479 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
6481         * font-lock.el (c-font-lock-keywords-3): When matching something
6482         like `struct X Y', finish with point after Y.
6484 2001-07-04  Simon Josefsson  <jas@extundo.com>
6486         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
6487         in caller buffer.
6489 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
6491         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
6492         instead of string-match to find the basename of the file.
6493         From Pascal Obry <p.obry@wanadoo.fr>.
6495         * net/browse-url.el (browse-url-default-windows-browser):
6496         Support the MS-DOS port when it runs on Windows.
6497         (browse-url-browser-function) [ms-dos]: Default to
6498         browse-url-default-windows-browser.
6500         * help.el (locate-library): Enable code that looks for compressed
6501         libraries if auto-compression-mode is on.
6503 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
6505         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
6507 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
6509         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
6511 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
6513         * allout.el: Fix the header line, so that finder.el recognizes it.
6514         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6516         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
6517         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6519 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
6521         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
6523         * ps-bdf.el (bdf-directory-list): Use the value relative to
6524         installation-directory for MS-Windows as well.
6526 2001-06-29  Richard M. Stallman  <rms@gnu.org>
6528         * wid-edit.el (widget-color-sample-face-get):
6529         Return ((foreground-color . COLOR)) instead of constructing a face.
6531 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
6533         * faces.el (region): Change the background color for the
6534         light-background color display to lightgoldenrod2, to make it
6535         visible on some laptops.
6537 2001-06-28  Richard M. Stallman  <rms@gnu.org>
6539         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
6540         (rmail-msg-restore-non-pruned-header): Likewise.
6541         If point was in the old pruned header, put it at the top.
6542         (rmail-msg-prune-header): If point was at the top, keep it there.
6544         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
6545         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
6547 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
6549         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
6551 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
6553         * saveplace.el: Update maintainer email address.
6555 2001-06-27  Francesco Potorti`  <pot@gnu.org>
6557         * uniquify.el: (uniquify-rationalize-file-buffer-names):
6558           Undo previous change.
6560 2001-06-27  Francesco Potorti`  <pot@gnu.org>
6562         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
6563         preliminary quick reordering.  Can speed things up dramatically.
6565 2001-06-26  Richard M. Stallman  <rms@gnu.org>
6567         * dired.el (dired-get-filename): A file name starting with ~
6568         is not absolute in this context.
6570         * which-func.el (which-func-maxout): Increase default to 500000.
6571         (which-function-mode): This is now the "real" name of the function.
6572         (which-func-mode): Now an alias.
6573         (which-func-mode-global): Name deleted.
6575         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
6576         button-2, when binding hs-mouse-toggle-hiding.
6578 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
6580         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
6581         (rmail-msg-prune-header): Likewise.
6582         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
6583         and `rmail-msg-prune-header'.
6585 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
6587         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
6588         back than LINEBEG.
6590 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
6592         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
6593         window where they clicked the mouse has a header line, adjust
6594         vertical movement by one.
6596 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
6598         * progmodes/glasses.el (glasses-make-readable): Consider underscores
6599         too when separating a parenthesis.
6601 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
6603         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6604         (bookmark-bmenu-hide-filenames): Add help-echo to
6605         mouse-highlighted text.
6606         (bookmark-bmenu-show-filenames): Remove help-echo property from
6607         the whitespace.
6609 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
6611         * files.el (auto-mode-alist): Add configure.ac (autoconf).
6612         From Karl Eichwalder <ke@suse.de>.
6614 2001-06-23  Richard M. Stallman  <rms@gnu.org>
6616         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
6618         * progmodes/cc-styles.el (c-set-style): Don't specify initial
6619         contents for completing-read.
6621 2001-06-22  Richard M. Stallman  <rms@gnu.org>
6623         * menu-bar.el (menu-bar-make-toggle): Construct the
6624         function's doc string from HELP, not DOC, and make it accurate by
6625         adding "Toggle whether to " at the front and downcasing the initial.
6626         Change the HELP arg in some calls to make it fit this usage.
6628         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
6629         Undo previous change.
6631 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
6633         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
6635         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
6637 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
6639         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
6641         * dabbrev.el (dabbrev--select-buffers): Fix last change.
6643 2001-06-20  Richard M. Stallman  <rms@gnu.org>
6645         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
6646         broken out from dabbrev--find-expansion.  Handle minibuffer
6647         specially here.
6648         (dabbrev--find-expansion): Simplify code in various ways.
6649         Don't treat minibuffers specially.
6650         Call dabbrev--make-friend-buffer-list.
6651         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
6652         (dabbrev--scanning-message): Do nothing when minibuffer is current.
6654 2001-06-19  John Wiegley  <johnw@gnu.org>
6656         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
6657         Also, added a comment describing how to greatly speedup Eshell
6658         loadup time, by concatenating together all of Eshell's .elc files.
6660 2001-06-19  John Wiegley  <johnw@gnu.org>
6662         * eshell/esh-mode.el: Disabled a test that often yields false failures.
6664 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
6666         * woman.el (WoMan-highlight-references): Add help-echo to
6667         mouse-highlighted text.
6669 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
6671         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
6673 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
6675         * international/quail.el (quail-start-conversion):
6676         Reset quail-translating to nil.
6678         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
6679         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
6681 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
6683         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
6684         mouse-highlighted text.
6686         * dired.el (dired-mark-pop-up): Fix last change.
6688 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
6690         * calendar/calendar.el (generate-calendar-month): Add help-echo to
6691         mouse-highlighted text.
6693         * net/quickurl.el (quickurl-url-file): Run through
6694         convert-standard-filename.
6695         (quickurl-list-populate-buffer): Add help-echo to
6696         mouse-highlighted text.
6697         (top-level): Update Dave's URL.
6699         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
6700         mouse-highlighted text.
6702         * textmodes/page-ext.el (pages-copy-header-and-position):
6703         Add help-echo to mouse-highlighted text.
6705         * tar-mode.el (tar-header-block-summarize): Add help-echo to
6706         mouse-highlighted text.
6708         * replace.el (occur): Add help-echo to mouse-highlighted text.
6710         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
6711         mouse-highlighted text.
6713         * progmodes/cpp.el (cpp-make-button): Add help-echo to
6714         mouse-highlighted text.
6716         * progmodes/compile.el (compile-reinitialize-errors):
6717         Add help-echo to mouse-highlighted messages.
6718         (compilation-forget-errors): Remove help-echo property as well.
6720         * play/landmark.el (lm-plot-square, lm-init-display):
6721         Add help-echo to mouse-highlighted text.
6723         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
6724         Add help-echo to mouse-highlighted text.
6726         * dired.el (dired-insert-set-properties): Add help-echo to
6727         mouse-highlighted text.
6728         (dired-mark-pop-up): Remove help-echo property from the file name.
6730         * comint.el (comint-send-input): Add help-echo to
6731         mouse-highlighted text.
6733         * buff-menu.el (list-buffers-noselect): Add help-echo to
6734         mouse-highlighted text.
6736         * arc-mode.el (archive-summarize-files): Add help-echo to
6737         mouse-highlighted text.
6739         * ffap.el (ffap-machine-p): Always return nil if
6740         open-network-stream is not fboundp.
6742 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
6744         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
6745         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
6746         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
6747         incorrectly binding chars between 128 and 256 to it.
6748         (sgml-maybe-name-self): Handle latin-1 chars properly.
6749         (sgml-tags-invisible): Bind buffer-file-name to nil.
6750         Use unwind-protect and restore-buffer-modified-p.
6751         (sgml-point-entered): Use buffer-substring-no-properties.
6752         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
6753         (html-mode): Don't force `imenu-sort-function'.
6755 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
6757         * tar-mode.el: Fix the copyright notice.
6759         * font-lock.el (font-lock-comment-face): For tty's with dark
6760         background, use "red1", since "lightred" is not one of the colors
6761         recognized by tty-colors.el.
6763         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
6764         create a buffer for extracted file, in case there's more than one
6765         file by that name in an archive, possibly in different
6766         directories.  From Kevin Rodgers <kevinr@ihs.com>.
6768         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
6769         <alex@gnu.org>.
6771 2001-06-15  Miles Bader  <miles@gnu.org>
6773         * textmodes/texinfmt.el (texinfo-format-syntax-table):
6774         Revert previous change.
6776 2001-06-14  Richard M. Stallman  <rms@gnu.org>
6778         * replace.el (keep-lines-read-args): Return just a regexp.
6779         Provide nil for the region args.
6780         (keep-lines, flush-lines, how-many):
6781         Calculate the defaults for the region here, when args are nil.
6783 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
6785         * rot13.el (rot13-other-window): Some more doc fix.
6787 2001-06-14  Per Starback  <starback@ling.uu.se>
6789         * replace.el (case-replace, query-replace-from-history-variable)
6790         (query-replace-to-history-variable, keep-lines-read-args)
6791         (occur-revert-function, query-replace-help): Dox fix.
6793 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
6795         * rot13.el (rot13-other-window): Doc fix.
6797 2001-06-14  Miles Bader  <miles@gnu.org>
6799         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
6800         of " and \ to "." (punctuation).
6801         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
6803 2001-06-13  Richard M. Stallman  <rms@gnu.org>
6805         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
6807         * simple.el (shell-command-on-region): Never kill the
6808         *Shell Command Output* buffer.
6810 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
6812         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
6814 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
6816         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6817         New var, to recognize ${ $' and PODs.
6818         (perl-font-lock-syntactic-face-function): New function.
6819         (perl-mode): Use them.
6820         (perl-continuation-line-p): New function, from perl-calculate-indent.
6821         (perl-calculate-indent): Use it, to properly handle continuation
6822         lines of continuation lines.
6824 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
6826         * server.el (server-process, server-buffer-clients): Doc fix.
6827         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6829 2001-06-09  John Wiegley  <johnw@gnu.org>
6831         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
6832         test if the last command was Lisp or not.
6833         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
6834         B x C".
6836 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
6838         * dos-w32.el (grep-regexp-alist): Remove definition, since the
6839         general one on compile.el supports drive letters.
6841 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6843         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
6844         key description.
6846         * textmodes/reftex-sel.el (reftex-select-jump): New command.
6848         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
6849         (reftex-toc-jump): New command.
6851         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
6852         to parse international characters as well.
6854         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
6855         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
6857         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
6859         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
6860         TAB to the key separators.
6862 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
6864         * international/mule.el (auto-coding-alist): Remove redundant
6865         up-cased versions of the extensions (auto-coding-alist-lookup is
6866         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
6867         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
6869 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
6871         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
6873 2001-06-01  Richard M. Stallman  <rms@gnu.org>
6875         * help.el (describe-variable): Put value on same line
6876         with preceding text, if it is short enough to look good that way.
6878 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
6880         * term/internal.el (IT-unicode-translations): New variable.
6881         (IT-setup-unicode-display): New function.
6883 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6885         * ps-print.el: Handle before-string and after-string overlay properties
6886         in ps-print-*-with-faces commands.  Doc fix.
6887         (ps-print-version): New version number (6.5.2).
6888         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
6889         for XEmacs.
6890         (ps-prefix-quote): Doc fix.
6891         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
6892         (ps-basic-plot-str, ps-plot-string): New funs.
6894 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
6896         * progmodes/etags.el (tags-compression-info-list): Fix docstring
6897         and :type spec.
6899 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
6901         * international/mule-cmds.el (inactivate-input-method):
6902         Set input-method-function to nil.
6904         * xml.el (xml-parse-tag): The document may contain invalid characters.
6905         From ShengHuo ZHU  <zsh@cs.rochester.edu>
6907 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
6909         * mail/rmailsum.el (rmail-message-subject-p): Don't call
6910         `rmail-summary-line-decoder' if the message does not have
6911         a Subject: field.
6913         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
6915         * mail/rmail.el (rmail-insert-mime-resent-message-function):
6916         New variable.
6917         (rmail-resend): Modify to work in `rmail-view-buffer'; call
6918         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
6919         is non-nil.
6921 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
6923         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
6925 2001-05-29  Sam Steingold  <sds@gnu.org>
6927         * faces.el (face-valid-attribute-values): Bind `valid' directly
6928         instead of using `setq'.
6930         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
6931         Use `tex-shell-buf'.
6932         (tex-shell-proc): Use `tex-shell-running'.
6933         (tex-shell-buf-no-error): New function.
6934         (tex-send-tex-command): Use it.
6935         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
6936         (tex-kill-job): Check the process before calling `quit-process'.
6938 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
6940         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
6941         UTF-8 sequences.
6943 2001-05-28  Miles Bader  <miles@gnu.org>
6945         * comint.el (comint-carriage-motion): Renamed from
6946         `comint-cr-magic'.  Operate on the buffer instead of the string
6947         (for use as a comint post-output filter, instead of as a
6948         pre-output filter).  Handle backspaces too.  Add to the
6949         `comint-output-filter-functions' hook instead of
6950         `comint-preoutput-filter-functions'.
6952 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
6954         * language/japan-util.el (japanese-hankaku): Prefer the charset
6955         `jisx0201' when the optional argument `ascii-only' is not specified.
6956         (japanese-hankaku-region): Ditto.
6957         From Katsumi Yamaoka <yamaoka@jpl.org>
6959 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
6961         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
6962         (outline-invisible-p): New function.
6963         (hide-leaves): Save excursion.
6964         (hide-other): Stop looping when reaching bobp.
6966 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
6968         * cus-edit.el (custom-file): Fix last change.
6970 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
6972         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
6973         same definition in byte-compile-function-environment as `autoload'
6974         would put in `symbol-function'.
6976         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
6977         patch to correct the error message as well.
6979 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
6981         * cus-edit.el (custom-file): Don't assume we were invoked with -q
6982         unless ~/.emacs exists.
6984         * novice.el (enable-command): If user-init-file is nil or does not
6985         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
6987 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
6989         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
6990         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6991         Allow spaces around macro arguments.
6992         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
6993         indent-for-tab-command.
6994         (latex-mode-map, plain-tex-mode-map): New keymaps.
6995         Inherit from tex-mode-map.
6996         (tex-common-initialization): Don't setup the keymap any more
6997         since it's now done right by define-derived-mode.
6998         (latex-mode): Set skeleton-end-hook to nil.
6999         (latex-skeleton-end-hook): Remove.
7000         (tex-latex-block, latex-insert-item): Simplify.
7001         (latex-syntax-after): Use following-char rather than char-after.
7002         (tex-discount-args-cmds, tex-count-words): New functions.
7004         * textmodes/tildify.el (tildify-ignored-environments-alist):
7005         Recognize \verb* as well.
7007         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
7008         (perl-comment-indent): Simplify to let newcomment.el do its job.
7009         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
7010         (perl-mark-function): Cleanup the namespace.
7011         (perl-calculate-indent): Don't be fooled by nested functions.
7013         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
7015         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7016         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
7018 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
7020         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
7021         actually be `\\'.
7022         (ctlau-b5-converter): Likewise.
7024 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
7026         * international/titdic-cnv.el (quail-misc-package-ext-info):
7027         Change CTLauB.el to CTLau-b5.el.
7029 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
7031         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
7032         rather than beginning-of-line to avoid problems with fields.
7033         (gud-perldb-massage-args): Use unless and push.
7034         (gud-chdir-before-run): New var.
7035         (gud-common-init): Use it.
7037 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
7039         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7040         delete entries for chinese-ctlau and chinese-ctlaub.
7041         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
7042         chinese-ctlaub.
7043         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
7044         New functions.
7046 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
7048         * cus-edit.el (custom-comment-show): Remove debug code.
7050         * language/japan-util.el (japanese-symbol-table): Fix handling of
7051         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
7053 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
7055         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
7056         Renamed by removing the silly `-flag' suffix.
7057         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
7059 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
7061         * replace.el (keep-lines-read-args): Use `copy-marker'.
7062         (how-many): Save excursion properly.
7063         (occur-mode): Use define-derived-mode.
7064         (perform-replace): Use with-current-buffer.
7066 2001-05-20  Richard M. Stallman  <rms@gnu.org>
7068         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
7070         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
7072         * info.el (Info-read-subfile): Widen before finding the
7073         desired node in the subfile.
7075         * startup.el (command-line-1): When >2 files visited,
7076         leave the last one visible, and make that the selected window.
7078 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
7080         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
7082 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
7084         * international/ccl.el (define-ccl-program): Fix a typo.
7085         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7087         * international/mule.el (decode-char): Fix a typo.  From Pavel
7088         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7090         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
7091         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7093         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
7094         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7096 2001-05-18  Sam Steingold  <sds@gnu.org>
7098         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
7099         and [RET] to `cvs-mode-find-file'.
7101 2001-05-18  John Wiegley  <johnw@gnu.org>
7103         * eshell/esh-ext.el (eshell-explicit-command-char): A new
7104         configuration variable, which determines the initial character
7105         that forces use of an external version of a command.  The default
7106         is *, but may be set to \, for example.
7108         * eshell/esh-ext.el (eshell-explicit-command):
7109         Use `eshell-explicit-command-char' instead of ?*.
7111         * eshell/esh-cmd.el (eshell/which):
7112         Use `eshell-explicit-command-char' instead of ?*.
7114         * eshell/em-cmpl.el (eshell-completion-command-name)
7115         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
7116         instead of ?*.
7118 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
7120         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
7121         subst-char-in-string.
7122         (ange-ftp-after-parse-ls-hook): New variable.
7123         (ange-ftp-ls): Run that hook.
7124         From Peter Milliken <Peter.Milliken@GTECH.COM>.
7126         * tmm.el (tmm-get-keymap): Fix handling of :filter.
7127         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
7128         text into *Completions*.
7130         * net/goto-addr.el (goto-address-at-point): Deal with URLs
7131         part of which look like email addresses.
7133 2001-05-18  Andrew Innes  <andrewi@gnu.org>
7135         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
7136         Use . instead of absolute path for lisp dir, to avoid bug in W2K
7137         cmd.exe's handling of FOR loops.
7138         (autoloads): Set find-file-suppress-same-file-warnings to t to
7139         avoid slew of spurious messages.
7141 2001-05-18  Simon Josefsson  <simon@josefsson.org>
7143         * mail/smtpmail.el (maybe-append-domain): Renamed to
7144         `smtpmail-maybe-append-domain'.
7145         (smtpmail-via-smtp): Use the new name.
7147         * net/browse-url.el (browse-url-browser-function): Add kde.
7148         (browse-url-kde-program, browse-url-kde-args): New variables.
7149         (browse-url-kde): New function.
7151 2001-05-18  Miles Bader  <miles@gnu.org>
7153         * simple.el (delete-horizontal-space, just-one-space):
7154         Use `constrain-to-field' instead of `field-end'/`field-beginning',
7155         because it's more efficient for large files.
7157 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
7159         * mail/rmail.el (rmail-require-mime-maybe): New function.
7160         (rmail): Use it.
7161         (rmail-mode): Handle the case of finding Rmail files.
7163         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
7164         functions.
7166 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
7168         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
7169         text-property after moving to the beginning of line and regardless
7170         of the value of font-lock-multiline.
7172 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
7174         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
7176         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
7177         last coding system used before calling set-buffer-modified-p
7178         because that function changes last-coding-system.
7180 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
7182         * files.el (switch-to-buffer-other-window)
7183         (switch-to-buffer-other-frame): Add an xref to display-buffer in
7184         the doc string.
7186 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
7188         * language/slovak.el, language/czech.el: New maintainer.
7190 2001-05-16  Sam Steingold  <sds@gnu.org>
7192         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
7193         sub-form of `defgeneric' correctly.
7195 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
7197         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
7198         of `c'.
7200         * textmodes/outline.el (outline-font-lock-level): Remove the
7201         condition-case, test what outline-level returns instead, to
7202         ease debugging.
7204         * international/mule.el (auto-coding-regexp-alist): New user-option.
7205         (auto-coding-from-file-contents): New function.
7206         (set-auto-coding): Use it to determine a coding system.
7208 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
7210         * mouse.el (mouse-delete-other-windows): Doc fix.
7212         * emacs-lisp/lisp-mode.el (lisp-mode):
7213         Make font-lock-keywords-case-fold-search a buffer-local variable with
7214         make-local-variable before setting it.
7216 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
7218         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
7219         prefixes.
7221 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
7223         * hexl.el (hexl-current-address): Print a message when called
7224         interactively.
7226 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
7228         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
7230         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
7232         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
7234 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
7236         * startup.el (command-line): If parameters have been changed in
7237         the init files which influence font selection, clear the face
7238         cache so that faces get realized with the new parameters.
7240         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7242 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
7244         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
7246 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
7248         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
7249         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
7251 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
7253         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
7254         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
7256 2001-05-09  John Wiegley  <johnw@gnu.org>
7258         * eshell/esh-util.el (eshell-convert-numeric-arguments):
7259         Annotated the documentation string to tell users about
7260         `eshell-no-numeric-conversions'.
7262         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
7263         conversions if a Lisp function has the property
7264         `eshell-no-numeric-conversions' set to a non-nil value.
7266         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
7267         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
7268         property `eshell-no-numeric-conversions' on the following
7269         functions (which all deal with filesystem entities, and never Lisp
7270         numerical values): eshell/cd, eshell/pushd, eshell/popd,
7271         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
7272         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
7273         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
7274         eshell/which, eshell/addpath.
7276 2001-05-09  John Wiegley  <johnw@gnu.org>
7278         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
7279         encountered as an argument, don't convert it right away, but tag
7280         the first character of the string with the text properties
7281         `number', which signifies to `eshell-lisp-command' that the
7282         argument should be passed through `string-to-number' if it is
7283         actually used in the call to a Lisp function.
7285         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
7286         function, convert any string arguments that have been tagged as
7287         "numbers", by calling string-to-number.
7289         * eshell/esh-util.el (eshell-number-regexp): Now that number
7290         conversions only happen for Lisp function calls, the number regexp
7291         should now match all integer and floating point forms.
7293         * eshell/esh-proc.el: Disable `eshell-stop-process' and
7294         `eshell-continue-process', since they are both nonfunctional at
7295         the moment.
7296         (eshell-proc-initialize): Don't bind keys for
7297         `eshell-stop-process' or `eshell-continue-process'.
7299         * eshell/em-unix.el (eshell-shuffle-files):
7300         Apply `directory-file-name' before calling `file-name-directory'.
7302         * eshell/em-hist.el (eshell-add-to-history): Reference to
7303         `eshell-history-ring' needed to be `eshell-history-index'.
7305         * calendar/timeclock.el (timeclock-find-discrep):
7306         Initialize `elapsed' to 0.
7307         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
7308         it's still nil.
7310 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
7312         * arc-mode.el (archive-int-to-mode): Construct the string directly.
7313         (archive-mode): Use capitalize.
7314         (archive-unique-fname): Use make-temp-file.
7316 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
7318         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
7320 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
7322         * tar-mode.el (tar-extract): Pay attention to the value of
7323         coding-system-for-read, if it is non-nil.
7325         * calendar/holidays.el (holidays): Add an autoload cookie.
7326         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7328 2001-05-08  John Wiegley  <johnw@gnu.org>
7330         * calendar/timeclock.el (timeclock-workday-remaining):
7331         Changed logic for determining how much time is remaining.
7332         (timeclock-workday-elapsed): Don't accept a "relative" argument
7333         for the current day's elapsed time.  What could that have meant?
7334         (timeclock-workday-elapsed-string): No "relative" argument anymore.
7335         (timeclock-when-to-leave): Changed logic, similarly to what was
7336         done for `timeclock-workday-remaining'.
7337         (timeclock-find-discrep): Removed "today-only" argument, which had
7338         no meaning.  Fixed some more math problems.  The function now
7339         returns a three member list: (TOTAL-TIME-DISCREPANCY
7340         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
7342 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
7344         * w32-fns.el (convert-standard-filename): Start replacing slashes
7345         from the beginning of the file name, not from where the last
7346         invalid character was.  From "Andrew Maguire (SWW)"
7347         <Andrew.Maguire@Smallworld.co.uk>
7349 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
7351         The following changes are to provide infrastructure for handling
7352         MIME messages to rmail.  They don't affect the original behaviour
7353         if rmail-enable-mime is nil.
7355         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
7356         (rmail-search-mime-message-function)
7357         (rmail-search-mime-header-function): New variables.
7358         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
7359         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
7360         `rmail-view-buffer' is hidden.
7361         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
7362         call rmai-show-mime-function.
7363         (rmail-display-labels): If rmail-enable-mime is non-nil, update
7364         mode-line-process of rmail-view-buffer.
7365         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
7366         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
7367         buffer.
7368         (rmail-next-message, rmail-next-undeleted-message): Be sure to
7369         set-buffer to the Rmail buffer.
7370         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
7371         rmail-search-mime-header-function.
7372         (rmail-search-message): New function.
7373         (rmail-search): Call rmail-search-message to check if a message
7374         matches REGEXP, lastly update point after calling
7375         rmail-show-message.
7376         (rmail-undelete-previous-message, rmail-expunge-confirmed)
7377         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
7378         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
7379         header region, refer to rmail-msgref-vector while setting the
7380         current buffer to rmail-buffer temporarily.
7381         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
7382         If rmail-enable-mime is non-nil, call
7383         rmail-insert-mime-forwarded-message-function instead of inserting
7384         forwarded message by itself.
7386         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
7387         Rmail buffer.
7388         (rmail-set-label, rmail-next-labeled-message): Likewise.
7390         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
7391         set-buffer to the Rmail buffer.
7392         (rmail-output-to-rmail-file): Likewise.
7393         (rmail-output): Likewise.
7395         * mail/rmailsum.el (rmail-message-subject-p): Process the result
7396         of mail-fetch-field by rmail-summary-line-decoder.
7397         (rmail-new-summary): Be sure to go to the Rmail buffer.
7398         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
7399         rmail-view-buffer to nil.
7400         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
7401         rmail-view-buffer.
7402         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
7403         rmail-buffer.
7404         (rmail-summary-scroll-msg-down): Likewise.
7405         (rmail-summary-beginning-of-message): Likewise.
7406         (rmail-summary-wipe): Likewise.
7407         (rmail-summary-toggle-header): Use save-window-excursion, not
7408         save-excursion.  Update point in rmail-view-buffer, not in
7409         rmail-buffer.
7410         (rmail-summary-reply): Before calling rmail-reply, set buffer to
7411         rmail-view-buffer, not rmail-buffer.
7413 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
7415         * cus-edit.el (custom-file): Signal an error if user-init-file is
7416         nil (running -q).
7418         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
7420         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
7421         Add :version.
7423         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
7424         New option.
7425         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
7426         only if smtpmail-warn-about-unknown-extensions is set.
7428         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
7429         instead of rmail-sort-by-keywords.
7431         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
7432         rmail-sort-by-keywords.
7434         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
7435         rmail-summary-sort-by-keywords.  Doc fix.
7436         (rmail-summary-mode): Doc fix.
7438         * mail/rmail.el (rmail-edit): New Custom group.
7440         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
7441         (rmail-edit-mode-hook): New user-option.
7443 2001-05-05  Richard M. Stallman  <rms@gnu.org>
7445         * help.el (help-xref-symbol-regexp): Recognize "source of"
7446         and friends, meaning make a link to the source file.
7447         (help-make-xrefs): Handle "source of" and friends
7448         by constructing a link that visits the source file.
7450         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
7452 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
7454         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
7455         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
7456         Renamed from perl-font-lock-keywords to avoid clashes.
7457         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
7458         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
7459         Updated correspondingly.
7461         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
7462         Typo `nonexistant' -> `nonexistent'.
7464 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
7466         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
7467         Split `c-electric-delete' into two functions where
7468         `c-electric-delete-forward' always deletes forward and
7469         `c-electric-delete' only contains the code necessary for XEmacs to
7470         choose between backward and forward deletion.
7472         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
7473         get the electric behavior on that key too.
7474         (c-fill-paragraph): Fixed bogus direct use of
7475         c-comment-prefix-regexp, which caused an error when it's a list.
7477 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
7479         * dired-aux.el (dired-diff): Doc fix.
7481         * dired.el (dired-diff): Likewise.
7483 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
7485         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
7487 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
7489         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
7490         if both the buffer and the file are read-only.
7492         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
7493         rather than font-lock-string-face.
7494         (sh-get-indent-info): Treat heredocs like strings.
7496 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
7498         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
7499         a newline following `}'.
7500         (texinfo-format-email): New function.
7501         (toplevel): Use texinfo-format-email for @email.
7502         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
7503         Add `display'.
7504         (texinfo-sort-region): Goto point-min before sorting.
7505         (texinfo-set): Remove leading white space from value.
7506         From yagi@is.titech.ac.jp.
7508         * replace.el (query-replace-regexp-eval): Doc fix.
7510 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
7512         * diff-mode.el (diff-nonexistant-face): New face.
7513         (diff-font-lock-keywords): Use it.
7515 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
7517         * font-lock.el (font-lock-mode): Doc fix.
7519         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
7520         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7522 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
7524         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
7525         backslash at the start of the here-document delimiter.
7526         (sh-font-lock-syntactic-keywords): Likewise.
7528         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
7530 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
7532         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
7533         (tty-color-translate, tty-color-by-index, tty-color-values)
7534         (tty-color-desc): Doc fix.
7536 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
7538         * dired-aux.el (dired-do-create-files, dired-do-copy)
7539         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
7540         Mention dired-dwim-target in the doc string.
7542 2001-04-28  Miles Bader  <miles@gnu.org>
7544         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
7545         (dabbrev--find-expansion): Use it.
7546         (dabbrev--select-buffers): Don't select ignored buffers.
7548 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
7550         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
7552 2001-04-26  Richard M. Stallman  <rms@gnu.org>
7554         * dabbrev.el: Add doc strings for some functions.
7555         (dabbrev--eliminate-newlines): New variable.
7556         (dabbrev--substitute-expansion): Convert newlines to spaces
7557         if dabbrev--eliminate-newlines is set.
7558         If abbrev and expansion are both all-lower-case,
7559         leave dabbrev--last-case-pattern nil.
7561 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
7563         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
7564         if necessary, like in rmail-show-message.
7566 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7568         * ps-print.el: Color specified by number is forced to be float number.
7569         (ps-print-version): New version number (6.5.1.1).
7570         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
7571         initialization.
7572         (ps-prefix-quote): New internal var.
7573         (ps-print-quote): New fun.
7574         (ps-setup, ps-output-frame-properties, ps-float-format)
7575         (ps-format-color): Code fix.
7576         (ps-plot-region): Eliminate redundant foreground color text setting.
7578 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
7580         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
7582 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
7584         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
7586 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
7588         * info.el (Info-additional-directory-list): Doc fix.
7590         * find-lisp.el (find-lisp-find-dired-filter)
7591         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
7592         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
7594 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
7596         * progmodes/make-mode.el (makefile-font-lock-keywords):
7597         Rationalize the rules for includes and conditionals and use the
7598         keyword face for them.
7600         * faces.el (modify-face): Add compatibility for non-interactive use.
7602 2001-04-24  John Wiegley  <johnw@gnu.org>
7604         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
7605         fix from last night, since it wasn't finding eshell/cd.
7607 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
7609         * rect.el (string-rectangle): Revert to 20.x behaviour.
7610         (replace-rectangle): Make it an alias for string-rectangle.
7611         (string-insert-rectangle): New function.
7613 2001-04-23  John Wiegley  <johnw@gnu.org>
7615         * eshell/em-unix.el (eshell/diff): Fixed problems that were
7616         occurring with Emacs 21's diff.el/compile.el interaction layer.
7618 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
7620         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
7621         case where the function was defined in a file, but not part of an
7622         eshell module.
7624 2001-04-23  John Wiegley  <johnw@gnu.org>
7626         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
7627         code to work around a redisplay problem I've been having.
7629 2001-04-23  John Wiegley  <johnw@gnu.org>
7631         * calendar/timeclock.el (timeclock-day-required): If the time
7632         required for a particular day is not set, use `timeclock-workday'.
7633         (timeclock-find-discrep): Added some sample code in a comment.
7635         * eshell/eshell.el (eshell-command): Made a few changes so that
7636         `eshell-command' could be called programmatically.
7638         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
7640         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
7642 2001-04-23  John Wiegley  <johnw@gnu.org>
7644         * calendar/timeclock.el: Updated copyright.
7645         (timeclock-generate-report): Don't report the daily or two-week
7646         total, if no time has been worked in that period.
7647         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
7648         final computational form, which was unnecessary; corrected a
7649         parsing problem when timeclock-relative was nil.
7651 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
7653         * calendar/timeclock.el (timeclock-modeline-display): Check if
7654         `list-entry' is null.
7655         (timeclock-use-display-time): The first argument to `set-variable'
7656         must be a symbol.
7658 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
7660         * calendar/calendar.el (diary-entry-marker)
7661         (calendar-today-marker, calendar-holiday-marker):
7662         Use display-color-p instead of window-system.
7663         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
7664         instead of window-system.
7665         (calendar-hide-window): Use display-multi-frame-p instead of
7666         window-system.
7668         * calendar/cal-x.el (calendar-two-frame-setup)
7669         (calendar-only-one-frame-setup, calendar-one-frame-setup):
7670         Use display-multi-frame-p instead of window-system.
7672 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
7674         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
7676         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
7677         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
7679 2001-04-23  Alex Schroeder  <alex@gnu.org>
7681         * goto-addr.el: Instead of defining line-beginning-position and
7682         line-end-position a defalias is used for point-at-bol and point-at-eol.
7684 2001-04-23  Alex Schroeder  <alex@gnu.org>
7686         * goto-addr.el: Added XEmacs compatibility code.
7687         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
7689 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
7691         * textmodes/paragraphs.el (sentence-end): Doc fix.
7693 2001-04-20  Alex Schroeder  <alex@gnu.org>
7695         * sql.el (sql-escape-newlines-and-send): New function.
7696         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
7698 2001-04-20  Alex Schroeder  <alex@gnu.org>
7700         * sql.el (sql-db2-program): New option.
7701         (sql-db2-options): New option.
7702         (sql-db2): New function.
7704 2001-04-20  Alex Schroeder  <alex@gnu.org>
7706         * sql.el (sql-mode-menu): Added highlighting entries.
7707         (sql-highlight-oracle-keywords): New function.
7708         (sql-highlight-postgres-keywords): New function.
7709         (sql-highlight-ansi-keywords): New function.
7711 2001-04-20  Alex Schroeder  <alex@gnu.org>
7713         * sql.el (sql-help): Doc change.
7715 2001-04-19  Karl Fogel  <kfogel@collab.net>
7717         * saveplace.el (save-place-alist-to-file): Removed no-effect code
7718         that inserted file content only to delete it immediately.
7719         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
7720         <lektu@uol.com.br> for the patch.
7722 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
7724         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
7726 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
7728         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
7729         for defmethod.
7731         * comint.el (comint-cr-magic): New function.
7732         (toplevel): Add it to comint-preoutput-filter-functions.
7734 2001-04-18  Andrew Innes  <andrewi@gnu.org>
7736         * makefile.w32-in (EMACSLOADPATH): Define.
7737         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
7738         (recompile): Remove stuff to set EMACSLOADPATH.
7740 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
7742         * language/slovak.el ("Slovak"): Add tutorial entry.
7744         * net/browse-url.el (browse-url-new-window-flag): Renamed from
7745         browse-url-new-window-p.
7747 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
7749         * info.el (Info-menu-update): When there are no menus and/or no
7750         cross references in the node, make the respective items of the
7751         Info menu-bar menu inactive.
7753 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
7755         * indent.el (indent-for-tab-command): Call indent-line-function
7756         with no argument if PREFIX-ARG is non-nil.
7758         * frame.el (delete-other-frames): Handle minibuffer-only frames.
7760 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
7762         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
7763         an async subprocess if start-process is unavailable.  Suggested by
7764         Tim Van Holder <tim.van.holder@pandora.be>.
7766 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
7768         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
7769         Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7771 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
7773         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
7774         manual.
7776 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
7778         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
7779         (cvs-menu): Add a few entries.
7781         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
7782         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
7783         lock file appears to be reachable from Emacs.
7784         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
7785         (cvs-mode-find-file): Look for cvs-header-face rather than
7786         cvs-dirname-face (which doesn't exist).
7787         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
7789         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
7791 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
7793         * emulation/pc-select.el (pc-selection-mode): Don't turn on
7794         normal-erase-is-backspace on a tty.  Instead, bind some keys such
7795         as [delete] directly, like pc-select.el did before
7796         normal-erase-is-backspace was invented.
7798 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
7800         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
7802 2001-04-11  John Wiegley  <johnw@gnu.org>
7804         * eshell/em-ls.el (eshell-ls-insert-directory):
7805         Set font-lock-defaults to nil, to prevent fontification in dired
7806         buffers, if Eshell's ls is being used.
7808 2001-04-11  John Wiegley  <johnw@gnu.org>
7810         * calendar/timeclock.el (timeclock-completing-read): New function.
7811         (timeclock-ask-for-project, timeclock-ask-for-reason):
7812         Call `timeclock-completing-read'.
7814         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
7815         required where `member' was being used.
7817 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
7819         * eshell/em-hist.el (eshell-previous-matching-input):
7820         Don't display "History item" if the minibuffer is active.
7822 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
7824         * startup.el (command-line): Output a newline after printing
7825         an error from loading the window system's init file.
7827 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
7829         * textmodes/texinfo.el (texinfo-font-lock-keywords):
7830         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
7831         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
7832         keywords whose arguments routinely include @@.
7834 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
7836         * emacs-lisp/advice.el (ad-make-advised-definition):
7837         Construct advice for subrs differently.
7839         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
7840         regexp in parentheses when building the regexp for searching backwards.
7842         * simple.el (completion-list-mode-finish): New function.
7843         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
7845         * language/european.el ("Polish"): Change sample text.
7846         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
7848         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
7849         parameter.
7851         * faces.el (menu): Doc fix.
7853 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7855         * ps-print.el: Footer implementation.  Doc fix.
7856         (ps-print-version): New version number (6.5.1).
7857         (ps-header-frame-alist): New customization var for header frame
7858         properties.
7859         (ps-line-number-color): New customization var for line number color.
7860         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
7861         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
7862         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
7863         (ps-right-footer): New customization vars for footers.
7864         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
7865         footers.
7866         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
7867         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
7868         Code fix.
7869         (ps-prologue-file): Indentation fix.
7870         (ps-print-quote): Fun eliminated.
7871         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
7872         (ps-output-frame-properties): New fun.
7873         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
7874         (ps-skip-newline): Replace defun by defsubst.
7876 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
7878         * eshell/eshell.el (eshell-command): Needed a "%s" format
7879         specifier, in case the buffer contains percent characters.
7881 2001-04-10  John Wiegley  <johnw@gnu.org>
7883         * calendar/timeclock.el (timeclock-generate-report): Added a
7884         missing insert of the project name.
7886 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
7888         * obsolete/profile.el: Moved from emacs-lisp/.
7890         * Makefile.in (nonobsolete_setwins): New macro.
7891         (finder-data): Use it instead of `setwins'.
7892         From: Dave Love <fx@gnu.org>.
7894         * server.el (server-visit-files): Set server-existing-buffer correctly.
7895         (server-visit-files): Run server-visit-hook after going to
7896         line 1 so that the hook can set point as it sees fit.
7898         * bindings.el (mode-line-modified): Unify help messages.
7900 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
7902         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
7903         All callers changed.
7905 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
7907         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
7908         long file names aren't supported, truncate the file names in
7909         quail-misc-package-ext-info to 8+3 before matching them against
7910         FILENAME.
7912         * dos-fns.el (dos-truncate-to-8+3): New function.
7914         * progmodes/compile.el (grep-compute-defaults): Use null-device
7915         instead of literal /dev/null. Reported by Jens Schmidt
7916         <schmidt@mathematik.uni-kl.de>.
7918         * simple.el (normal-erase-is-backspace-mode): Doc fix.
7920 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
7922         * textmodes/sgml-mode.el: Add unknown maintainer.
7923         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
7924         (html-mode-map): Use set-keymap-parent.
7926 2001-04-06  Dave Love  <fx@gnu.org>
7928         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
7929         Remove redundant string-to-list.
7931 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
7933         * composite.el (reference-point-alist): Doc fix.
7935 2001-04-05  Sam Steingold  <sds@gnu.org>
7937         * font-lock.el (font-lock-keywords-case-fold-search):
7938         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
7939         file made font-lock case-insensitive.
7941 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
7943         * faces.el (defface menu): Doc fix.
7945         * wid-edit.el (widget-color-sample-face-get): Don't make
7946         faces for undefined colors.
7948         * version.el (emacs-version): Include LessTif/Motif version info.
7950 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7952         * ps-mule.el: Eliminate cl package dependence.
7953         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
7954         if they aren't defined yet.
7955         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
7956         Eliminate cl package dependence.
7958 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
7960         * progmodes/cc-cmds.el (c-outline-level):
7961         Bind buffer-invisibility-spec.  Originally from Dave Love, but
7962         got lost when incorporating version 5.26.
7964 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
7966         * emulation/pc-select.el (pc-selection-mode):
7967         Call normal-erase-is-backspace-mode instead of binding
7968         keys individually.
7970         * cus-load.el (normal-erase-is-backspace): Use it instead of
7971         delete-key-deletes-forward.
7973         * startup.el (command-line): Use normal-erase-is-backspace and
7974         normal-erase-is-backspace-mode.
7976         * simple.el (normal-erase-is-backspace): Rename from
7977         delete-key-deletes-forward.  Doc fix.
7978         (normal-erase-is-backspace-mode): Rename from
7979         delete-key-deletes-forward-mode.  Doc fix.
7980         Run normal-erase-is-backspace-hook.
7982         * dired.el (dired-move-to-filename-regexp): Support file sizes in
7983         ``human-readable'' format produced by GNU `ls'.
7984         (dired-move-to-filename-regexp): Recognize ISO format dates.
7985         From Paul Eggert <eggert@twinsun.com>.
7987 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
7989         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
7990         New functions.
7991         (lm-verify): Check keywords.
7992         From Eric M. Ludlam <eric@siege-engine.com>.
7994 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
7996         * speedbar.el (speedbar-insert-image-button-maybe): Check for
7997         `xemacs' feature instead of for the function `set-extent-property'.
7999 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
8001         * mail/mh-utils.el (mh-folder-hist): New var.
8002         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
8004 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
8006         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
8007         region, position point on the first or last 16-byte group.
8008         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
8009         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
8010         hexl-beginning-of-line.
8012 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
8014         * icomplete.el (icomplete-mode): Treat an argument like other
8015         modes do.
8017         * startup.el (fancy-splash-head): Use splash8.xpm for color
8018         depth 8.
8020         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
8021         Add an antry for ``converts''.
8023         * language/slovak.el ("Slovak"): Add documentation string.
8024         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
8026         * language/czech.el ("Czech"): Add documentation string.
8027         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
8029         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
8030         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
8032 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
8034         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
8035         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
8036         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
8037         Use `defsubst' rather than a macro to ease debugging.
8038         (mail-extr-last): Remove (use `last' instead).
8039         (mail-extract-address-components): Properly reset the syntax-table
8040         after parsing an address.  Use `last' rather than mail-extr-last.
8041         Make sure the end marker stays at the very end.
8043 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
8045         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
8046         last change.
8048 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8050         * ps-print.el: Line and paragraph spacing feature.  Region to cut
8051         out when printing.  Doc fix.
8052         (ps-print-version): New version number (6.5).
8053         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
8054         New vars.  Line and paragraph spacing feature.
8055         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
8056         out when printing.
8057         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
8058         (ps-get-font-size, ps-begin-job, ps-continue-line)
8059         (ps-plot-region): Code fix.
8060         (ps-print-prologue-2): Var eliminated.
8061         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
8062         New internal vars.
8063         (ps-get-size): New fun.
8064         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
8065         (ps-next-line): Replace defun by defsubst.
8066         (ps-mule-plot-string): Autoload doc fix.
8068         * ps-bdf.el: XEmacs compatibility.  Doc fix.
8069         (installation-directory, coding-system-for-read): Declare vars if
8070         it's not declared yet.
8071         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
8073         * ps-mule.el: XEmacs compatibility.  Doc fix.
8074         (leading-code-private-22): Declare var if it's not declared yet.
8075         (charset-bytes, charset-dimension, charset-id, charset-width)
8076         (find-charset-region, split-char, char-width, chars-in-region)
8077         (forward-point, decompose-composite-char, encode-coding-string)
8078         (coding-system-p, ccl-execute-on-string, define-ccl-program):
8079         Define funs if not defined yet.
8080         (encode-composition-rule, find-composition): Define funs if not
8081         loaded yet.
8082         (ps-mule-prologue): PostScript code fix.
8084 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
8086         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
8087         non-nil, generate font for the header strings.
8088         (ps-mule-prepare-font): Likewise.
8089         (ps-mule-generate-glyphs): Likewise.
8090         (ps-mule-string-encoding): Likewise.
8091         (ps-mule-header-charsets): New variable.
8092         (ps-mule-encode-header-string): New function.
8093         (ps-mule-header-string-charsets): New function.
8094         (ps-mule-begin-job): Check charsets in the header strings.  If there
8095         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
8097         * ps-print.el (ps-generate-header-line): Encode the header string by
8098         ps-mule-encode-header-string.
8099         (ps-mule-encode-header-string): Declare autoload.
8101 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
8103         * frame.el (cursor-in-non-selected-windows):
8104         Replaces show-cursor-in-non-selected-windows.
8106 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
8108         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8109         Delete entries for "chinese-py" and "chinese-ziranma".
8110         (quail-misc-package-ext-info): New variable.
8111         (tsang-quick-converter): New function.
8112         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
8113         (quick-cns-converter, py-converter, ziranma-converter)
8114         (miscdic-convert, batch-miscdic-convert): New functions.
8116 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
8118         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
8119         eight-bit-control chars.
8121         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
8122         Reduce making temporary vector (suggested by Dave Love).
8124 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
8126         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
8127         string as well.
8129 2001-03-30  Andreas Schwab  <schwab@suse.de>
8131         * files.el (backup-directory-alist): Fix typo.
8133 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
8135         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
8136         <eggert@twinsun.com>.
8138 2001-03-30  Dave Love  <fx@gnu.org>
8140         * progmodes/fortran.el (fortran-comment-region): Fix typo.
8142 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
8144         * simple.el (transient-mark-mode): Mention C-g in the doc string.
8146 2001-03-30  Miles Bader  <miles@gnu.org>
8148         * subr.el (interactive-form): Fix paren typo.
8150 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
8152         * emacs-lisp/profile.el: Say that it's obsolete in the header
8153         line, so that finder.el puts that into its data-base.
8154         Suggested by Alex Schroeder <alex@gnu.org>.
8156 2001-03-29  Paul Eggert  <eggert@twinsun.com>
8158         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
8159         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
8161 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
8163         * generic.el (generic-mode-set-comments): Use "" rather than nil
8164         for comment-end.
8166 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
8168         * emacs-lisp/advice.el (ad-make-advised-definition):
8169         Call interactive-form to obtain the interactive spec of subrs.
8171         * subr.el (interactive-form): New function.
8173 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
8175         * vc-sccs.el (vc-sccs-register): Use relative file names.
8177 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
8179         * bookmark.el (bookmark-get-bookmark): Handle case that
8180         BOOKMARK is not a string.
8182         * image.el (image-type-regexps): Change type for PS files
8183         to `postscript'.
8185         * subr.el (read-passwd): Clear command history after each
8186         character entered.  From: Stephen Gildea
8187         <gildea@stop.mail-abuse.org>.
8189 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
8191         * international/kkc.el (kkc-save-init-file): Locally bind
8192         print-length to nil.
8194 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
8196         * textmodes/flyspell.el: Some doc fixes.
8197         (flyspell-maybe-correct-transposition)
8198         (flyspell-maybe-correct-doubling): Use a temporary buffer
8200         * textmodes/ispell.el (ispell-parse-output): Doc fix.
8202         * emacs-lisp/byte-opt.el (byte-optimize-while)
8203         (byte-optimize-form-code-walker): Diagnose too few arguments
8204         for `if' and `while'.
8206 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
8208         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8209         Prepend `\' to "\<quail-translation-docstring>".
8211 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
8213         * autorevert.el (global-auto-revert-non-file-buffers):
8214         Remove duplicate defcustom.
8216 2001-03-26  Miles Bader  <miles@gnu.org>
8218         * international/latin1-disp.el (latin1-char-displayable-p):
8219         Add leading "-" for X font pattern.
8221 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
8223         * international/mule-diag.el (describe-coding-system):
8224         For raw-text and emacs-mule, don't add anymore text about what
8225         charsets they can encode.
8227 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
8229         * help.el (view-lossage): Mention open-dribble-file in the doc
8230         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
8232 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
8234         * skeleton.el (skeleton-internal-list): Fix bogus logic.
8235         (skeleton-pair-insert-maybe): Don't pair after a backslash.
8237 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
8239         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
8240         Call ccl-execute-on-string directly so that CCL program handling
8241         multibyte sequence can work correctly.
8242         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
8243         property of the coding system.
8245 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
8247         * textmodes/fill.el (fill-individual-paragraphs-prefix):
8248         Fix transcription typo.
8250 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
8252         * whitespace.el: Add buffer local variables to toggle testing of
8253         whitespaces in buffers without affecting the default values.
8254         Bump version to 3.0 to account for a few other changes.
8255         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
8256         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
8257         (whitespace-toggle-spacetab-check): New functions.
8259 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
8261         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
8263 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
8265         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
8266         bs-cycle-configuration-name.  From Juanma Barranquero
8267         <lektu@uol.com.br>.
8269         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
8270         and cc-vars.el.
8272         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
8273         headers.  Always invoke sendmail with option -t.
8275 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8277         * Release of cc-mode 5.28.
8279 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8281         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
8282         Removed the hardcoded switch to "java" style in Java mode.
8283         It's instead taken care of by the default value for c-default-style.
8285 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8287         * cc-align.el (c-lineup-math): Fix bug where lineup was
8288         triggered by equal signs in string literals.
8290 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8292         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
8293         limit detection when at the ends of the buffer.
8295         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
8296         "for" statement clause in case 7F; a better one is done
8297         earlier in case 7D anyway.
8299 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8301         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
8302         somewhat more and did a small optimization.
8304 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8306         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
8307         Use the limit argument only to limit the syntactic context
8308         search, not to limit the actual movement.
8310         * cc-cmds.el (c-beginning-of-statement): Move by sentence
8311         inside multiline strings, just like in comments.  Also various
8312         fixes to the paragraph and comment prefix recognition, block
8313         comment ender handling etc.
8315 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8317         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
8318         the relative position of the point.
8320         * cc-cmds.el (c-electric-continued-statement): New function to
8321         use as abbrev hook to reindent for keywords such as "else"
8322         that continues an earlier statement.
8324         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
8325         like classes.
8327         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
8328         (pike-mode): Populate the default abbrev tables to reindent for
8329         keywords such as "else" that can continue earlier statements.
8330         Abbrev mode is therefore turned on by default now.  (Note that
8331         this doesn't apply to idl-mode, since IDL afaik doesn't have
8332         statements at all.)
8334 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8336         * cc-engine.el (c-inside-bracelist-p): Fix for handling
8337         bracelists where the declaration contains template arguments.
8339 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8341         * cc-cmds.el (c-comment-indent):
8342         Use `c-get-syntactic-indentation' to correctly calculate the
8343         syntactic indentation.  Fixes bug with lineup functions that
8344         return vectors.
8346         * cc-engine.el (c-get-syntactic-indentation): Split the
8347         indentation sum calculation from `c-indent-line' to a separate
8348         function.
8350 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8352         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
8353         Fixed places where it was assumed that preprocessor directives
8354         have to start in column zero.
8356         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
8357         template arguments after a class identifier properly.
8359         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
8360         lists for `new Foo[]' constructs in Java as expressions and
8361         not top level definition brace lists on the top level, so that
8362         they'll get indented consistently with the same type of
8363         expression in a normal block.
8365 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8367         * cc-cmds.el (c-fill-paragraph): The kludge that checks
8368         whether the adaptive filling package fails to keep the comment
8369         prefix is now kludged further to check for filladapt-mode
8370         which doesn't have that problem. This is really icky, but it's
8371         the only way that works with the current misfeatures/bugs in
8372         both adaptive-fill-mode and filladapt-mode.
8374         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
8375         around point is recognized more robust.
8377 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8379         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
8380         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
8381         (c-lit-type): Fixed all internal variables used dynamically so
8382         that they are always bound.
8384         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
8385         errors:
8387         (c-indent-region): Fixed reporting of syntactic errors so that
8388         the region is fully reindented even when an error occurs.
8389         The last syntactic error is printed afterwards.  Also cleanup up a
8390         whole lot of code that tried to optimize indentation of whole
8391         sexps but in reality accomplishes nothing.
8393         (c-indent-sexp): Use c-indent-region.
8395         (c-parsing-error): Changed this variable to hold the message
8396         for any syntactic error that is discovered.
8398         (c-parse-state): Search backward from point instead of the bod
8399         position when the latter is invalid.  This makes CC Mode
8400         recover faster when there are unbalanced close braces.
8402         (c-backward-to-start-of-if): Use c-parsing-error to report
8403         dangling "else" clauses instead of throwing an error, and fall
8404         back to a reasonable position.
8406         (c-indent-line): Added argument to avoid reporting syntactic errors.
8408         (c-show-syntactic-information): Don't report any syntactic errors.
8410 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8412         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
8413         paragraph recognition when moving by sentence in literals.
8415         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
8416         start regexp for javadoc to recognize javadoc markup in general instead
8417         of a specific set of keywords, to be more future-safe.
8419         (c-Pike-pikedoc-paragraph-start)
8420         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
8421         pikedoc markup.
8423         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
8425         (pike-mode): Initialize paragraph settings pikedoc recognition.
8427         * cc-vars.el (c-default-style): Made a nicer Customize widget.
8429         (c-comment-prefix-regexp): Made it possible to use an
8430         association list on this to specify mode specific regexps.
8431         The default value now use a special regexp in Pike mode to
8432         recognize pikedoc markup.
8434         (c-current-comment-prefix): New variable containing the actual
8435         regexp from c-comment-prefix-regexp for the current buffer.
8437 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8439         * cc-cmds.el (c-electric-brace): Fixed check for special brace
8440         lists: We can't look at the syntax, since a brace list can get
8441         recognized as a plain statement-cont.
8443         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
8444         special brace list opener broken over two lines got recognized
8445         as a statement on the second line.  Case 9A changed.
8447 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8449         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
8450         adjustment after line is reindented.
8452 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8454         * cc-defs.el (c-point): Added optional argument for position
8455         to use instead of the current point.
8457         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
8458         the in-expression block symbols when the construct starts at
8459         boi, to avoid the extra level of indentation in that case.
8460         Cases 4, 16A and 17E affected.
8462 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8464         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
8465         calls to `c-indent-line', to adhere better to Emacs conventions.
8467         * cc-engine.el (c-indent-line): Use the syntax already bound
8468         to `c-syntactic-context', if there is any.
8470 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8472         * cc-engine.el (c-get-offset): Fixed bug where the indentation
8473         wasn't added up correctly when a lineup function returned nil.
8475 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8477         * cc-engine.el (c-collect-line-comments): Fixed bug where
8478         empty lines were ignored when collecting line comments backwards.
8480 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8482         * cc-align.el (c-lineup-dont-change): Return an absolute
8483         indentation column to work correctly in the case when several
8484         syntactic elements are processed for the same line.
8486         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
8487         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
8488         (c-set-offset): Added absolute indentation column settings by
8489         using the vector type.
8491 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8493         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
8494         Implemented two new cleanups `space-before-funcall' and
8495         `compact-empty-funcall'.
8497 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8499         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
8500         helping building regexps.
8502         * cc-engine.el (c-on-identifier): New function for detecting
8503         identifiers.  It takes keywords into account.
8505         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
8506         lists.  `c-keywords' is set to a regexp matching all keywords
8507         in the current language.
8509 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8511         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
8512         list of characters to skip backwards over at the beginning of
8513         a statement, since it can precede string literals in Pike.
8515 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8517         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
8518         recognition when standing on the last line in a C++ comment
8519         with nothing but whitespace after the prefix.
8521         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
8522         given no limit argument.
8524 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8526         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
8527         recognition for the `[]= operator symbol in Pike.
8529 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8531         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
8532         around a bug in `eval-when-compile' in the byte compiler.
8534         * cc-engine.el (c-forward-token-1): Fixed bug with return
8535         value when count is zero and there's no token start within the limit.
8537         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
8538         "prefix comments", i.e. comments which are followed by code on
8539         the same line.
8541         * cc-mode-19.el: Fixes so that checks that must be done at
8542         compile time also are done then.
8544 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8546         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
8547         time and at runtime, and only when it's needed.
8549 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8551         Major cleanup for less error prone and more warning free
8552         compilation, including some fixes for bugs due to different
8553         compilation orders. Thanks to Martin Buchholz for providing
8554         the basis for all this.
8556         * cc-bytecomp.el: New file that provides some byte compilation
8557         features: It ensures that files always are loaded from the
8558         current source directory during compilation, and it provides a
8559         set of macros to turn off specific compiler warnings for
8560         specific symbols.  (It's not CC Mode specific in any way.)
8562         Fixed a nearly acyclic dependency tree (both runtime and
8563         compile-time) between all files.
8565         * cc-defs.el: Separated all macros before the inline functions,
8566         to ensure correct compilation.
8568         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
8569         cc-defs.el to cc-engine.el and made it a function instead.
8571         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
8572         about char-after.
8574         * cc-vars.el: Cope even when there isn't a custom package
8575         containing defcustom available.
8577         * cc-make.el: Removed since it's no longer necessary.
8579         README: Updated installation instructions.
8581 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8583         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
8584         improve the modularity: Moved all mode init stuff from
8585         cc-langs.el to cc-mode.el, including the keymap
8586         initialization; cc-langs now only contains the various
8587         variables for configuring the language syntax.
8589         * cc-engine.el, cc-styles.el (c-evaluate-offset)
8590         (c-get-offset): Moved from cc-styles to cc-engine since file
8591         dependency analysis suggests they belong there (which also
8592         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
8594 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8596         * cc-cmds.el (c-fn-region-is-active-p): New function that
8597         wraps the corresponding macro, for use in places that aren't
8598         compiled.  Thanks to Martin Buchholz for pointing out this.
8600         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
8602         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
8603         add things to the bug report.
8605 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8607         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
8608         returned prefix could contain a newline when the search for a
8609         good prefix line failed.
8611 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8613         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
8614         (c-toggle-auto-hungry-state): Made the argument optional, as
8615         the documentation says it is.
8617 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8619         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
8620         multiline string syntax, #"...", as a cpp macro.
8622 2001-03-21  Paul Eggert  <eggert@twinsun.com>
8624         * international/mule-cmds.el (set-locale-environment):
8625         Set system-messages-locale and system-time-locale, but only if the
8626         caller specifies a non-nil locale name.
8628 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
8630         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
8631         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
8633 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
8635         * follow.el (follow-avoid-tail-recenter): Doc fix.
8637         * custom.el (custom-set-variables): Avoid reversing the list
8638         of args needlessly.
8640         * startup.el (fancy-splash-head): Don't change the colors of the
8641         XPM image on a dark background.
8643         * comint.el (comint-exec-1): Set columns of the terminal to
8644         window-width instead of frame-width.
8646         * info.el (Info-scroll-down): Add missing WINDOW arg for
8647         pos-visible-in-window-p.
8649         * ehelp.el (electric-help-mode-hook): Add defcustom.
8651         * mail/sendmail.el (mail-mode): Activate case-folding in
8652         font-lock-defaults.
8654 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
8656         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
8657         (completion-ignored-extensions): Remove duplicate ".class".
8659 2001-03-19  Andreas Schwab  <schwab@suse.de>
8661         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
8662         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
8664 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
8666         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
8667         methods since there are not prefix input methods.
8669 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
8671         * international/mule-cmds.el (read-input-method-name):
8672         Locally bind enable-recursive-minibuffers to t.
8674 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
8676         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
8678 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
8680         * ediff-util.el: Copyright years.
8681         (ediff-choose-syntax-table): New function.
8682         (ediff-setup): Use ediff-choose-syntax-table.
8684         * ediff-init.el (ediff-with-syntax-table): New macro, uses
8685         with-syntax-table.
8687         * ediff.el: Date of last update, copyright years.
8689         * ediff-wind (ediff-setup-control-frame): Nill->nil.
8691         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
8692         of Scott Bronson.
8693         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
8694         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
8695         Deleted functions.
8696         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
8697         ex-token-list.
8699         * viper-util.el: Spaces, indentation.
8701         * viper.el: Changed version, modification time.
8703 2001-03-16  John Wiegley  <johnw@gnu.org>
8705         * calendar/timeclock.el (timeclock-workday-remaining):
8706         Check whether `discrep' is non-null before using it.
8708 2001-03-16  John Wiegley  <johnw@gnu.org>
8710         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
8711         first-time checkins.
8712         (timeclock-log-data): Fixed problem with reading timelog log file.
8713         Resulting data in the "day list" was incorrect.
8714         (timeclock-find-discrep): Check if `timeclock-file' is readable
8715         before opening it.
8716         (timeclock-time-less-p): New function.
8717         (timeclock-day-base): New function.
8718         (timeclock-geometric-mean): New function.
8719         (timeclock-generate-report): Generate a summary report based on
8720         the contents of the log file.  This uses `timeclock-log-data', and
8721         is an example of writing a timelog manipulation function.
8722         (timeclock-visit-timelog): A quick command for opening the timelog
8723         file.
8724         (timeclock-log-data): Bound the variable event.
8726 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
8728         * international/mule-cmds.el (select-safe-coding-system):
8729         Fix typo: symbol-name -> symbol-value.
8731         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
8732         before substitute-in-file-name to handle double slashes in FILE
8733         correctly.
8735 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
8737         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
8738         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
8740 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
8742         * bindings.el (features): Add `md5' and `overlay' to the list.
8744         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
8745         bound before using it.  It's not bound when configured without X,
8746         for instance.
8748 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
8750         * progmodes/hideshow.el: Update copyright.
8751         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
8752         (hs-minor-mode-hook): Include `:version' in defcustom form.
8754 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
8756         * help.el (string-key-binding): Don't call event-start on
8757         a non-list.
8759 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
8761         * startup.el (fancy-splash-tail, command-line-1): Fix the
8762         copyright year.
8764 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
8766         * term.el: These changes are based on a patch sent from Yong Lu
8767         <lyongu@yahoo.com>.
8768         (term-set-escape-char): Bind M-x to execute-extended-command in
8769         term-raw-escape-map.
8770         (term-move-columns): Don't try to move to negagive column.
8771         (term-emulate-terminal): Insert a string before deleting a text to
8772         overwrite.
8774 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
8776         * play/life.el (life): Rearrange code so that all calls to
8777         life-display-generation are in a catch-form.
8779         * progmodes/etags.el (tags-loop-continue): Don't change point in a
8780         file that isn't interesting.  In an interesting file, push the old
8781         value of point on the mark ring.
8783         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
8784         New function.
8785         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
8786         Use it.
8788         * emacs-lisp/autoload.el (generate-file-autoloads):
8789         Remove warning about line lengths.
8791 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
8793         * progmodes/etags.el (tags-compression-info-list): New variable.
8794         (find-tag-in-order): Use it to deal with compressed source files.
8795         (tag-file-name-match-p): New function.
8796         (etags-recognize-tags-table): Use it for better match of file names.
8798 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
8800         * international/mule-cmds.el (register-input-method): Doc fix.
8802         * international/quail.el (quail-translate-key): Fix condition to
8803         check if there's another breaking point in the current key.
8805 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
8807         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
8808         Babyl header to the newly-created output file, bind
8809         coding-system-for-write to either rmail-file-coding-system or
8810         emacs-mule-unix.
8812 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
8814         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
8815         Fix the name and regexp used for subsubsections.
8817 2001-03-10  Dave Love  <fx@gnu.org>
8819         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
8820         and save-buffer if buffer-file-name non-nil.  From rms.
8822 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
8824         * vc.el (vc-do-command): If the destination buffer is already
8825         current, don't set it up and don't erase it.  Updated doc string
8826         to reflect that.
8827         (vc-version-diff): When doing a single file diff, don't switch to the
8828         *vc-diff* buffer before the command.  This is to preserve local
8829         variable bindings that might affect the diff command.
8830         (vc-print-log): Don't switch to the *vc* buffer before the
8831         command, so that local variable bindings are preserved.
8833         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
8834         not the current buffer.
8835         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
8837         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
8838         make output go to buffer *vc*, not the current buffer.
8840 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
8842         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
8843         so ^, $, *, ? and + are interpreted correctly.
8845 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
8847         * help.el (string-key-binding): Renamed from
8848         mode-line-key-binding.  Handle any event on a string.
8849         Check for `keymap' properties as well as `local-map' properties.
8851         * comint.el (comint-insert-clicked-input): Use the last key
8852         from this-command-keys to lookup the global key definition.
8854 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
8856         * international/characters.el: Add category `j' for
8857         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
8859         * international/mule-conf.el (no-conversion): Fix docstring.
8860         (raw-text): Fix docstring.
8862 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
8864         * simple.el (choose-completion-string): When not leaving the
8865         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
8866         is set.
8868         * window.el (shrink-window-if-larger-than-buffer): Handle frame
8869         parameter `(minibuffer . t)'.
8871 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
8873         * progmodes/sh-script.el (sh-st-symbol): New symbol.
8874         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
8875         (sh-mode): Remove `make-local-variable' for unused var
8876         `font-lock-unfontify-region-function'.
8878 2001-03-07  Richard M. Stallman  <rms@gnu.org>
8880         * info.el (Info-scroll-down): Fix previous change.
8882         * mail/rmail.el (rmail-toggle-header): Use a window which
8883         is showing the Rmail buffer, rather than the selected window.
8885 2001-03-07  Dave Love  <fx@gnu.org>
8887         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
8888         now, to avoid problems with binding imenu directly to a mouse event.
8890 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
8892         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
8893         second arg t.
8895 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
8897         * log-edit.el (log-edit-common-indent): New var.
8898         (log-edit-set-common-indentation): Renamed from
8899         log-edit-delete-common-indentation.  Use the new var.
8900         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
8902         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
8903         (cvs-mode-add-change-log-entry-other-window):
8904         Don't presume change-log-default-name is defined.
8906         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
8908         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
8909         the "tree" operation as well.
8911         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
8913         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
8914         to match paragraph-start.
8916         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
8917         comment-start-skip and set comment-end-skip as well.
8918         (sgml-comment-indent): Fix for new value of comment-start-skip.
8919         (html-autoview-mode): Don't bother using make-local-hook.
8921 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
8923         * cus-edit.el (custom-save-delete): Move in front of local
8924         variables, otherwise long Custom entries would make them ineffective.
8926         * uniquify.el: Set maintainer to FSF.
8928 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
8930         * dired-aux.el (dired-do-shell-command): Doc fix.
8932 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
8934         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
8936         * which-func.el (which-func-modes): Add cperl-mode.
8937         (which-func-mode-global): Use define-minor-mode.
8939         * info-look.el: Docstring fixes and dead code eliminated.
8940         (cperl-mode): Add support.
8941         (emacs-lisp-mode): List all entries from elisp manual, whether
8942         or not they are currently (f)bound or not.  Update regexp.
8944         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
8946         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
8947         so that C-h m shows the correct information.
8948         Use make-local-variable rather than make-variable-buffer-local.
8949         (cperl-info-buffer, cperl-setup-tmp-buf):
8950         Use make-local-variable rather than make-variable-buffer-local.
8951         (cperl-msb-fix, cperl-get-help-defer):
8952         Check major-mode for `cperl-mode' as well.
8954         * progmodes/cperl-mode.el: Updated to author version 4.23.
8955         (cperl-electric-pod): SYNOPSIS was misspelled.
8956         (cperl-find-pods-heres): @if ? a : b was considered a REx.
8957         (cperl-after-expr-p): Make true after __END__.
8959 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
8961         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
8962         bookmark-completion-ignore-case is t.
8964         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
8965         switch, like xterm, and concat resource strings, with a newline
8966         between them.
8968 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
8970         * international/codepage.el (cp770-decode-table)
8971         (cp773-decode-table, cp774-decode-table): New variables.
8973         * man.el (Man-hyphenated-reference-regexp): New variable.
8974         (Man-build-references-alist): Use it to search for referenced
8975         manpages.  If hyphenated is non-nil, record a concatenated word in
8976         Man-refpages-alist only if it matches Man-reference-regexp.
8977         Update word's length when it is concatenated.  Reverse the list,
8978         to get the first manpage at the head.
8979         (Man-possibly-hyphenated-word): New function.
8980         (Man-follow-manual-reference): Use it instead of current-word to
8981         find a manpage at point, in a way that accounts for hyphenated
8982         references.
8984 2001-03-06  Alex Schroeder  <alex@gnu.org>
8986         * sql.el (sql-interbase): New function.
8987         (sql-interbase-program): New option.
8988         (sql-interbase-options): New option.
8989         And some typos fixed: "customise" to "customize".
8991 2001-03-06  Dave Love  <fx@gnu.org>
8993         * textmodes/flyspell.el (flyspell-region):
8994         Set up flyspell-local-mouse-map.
8996 2001-03-05  Richard M. Stallman  <rms@gnu.org>
8998         * mail/rmail.el (rmail-retry-failure):
8999         Don't call rmail-beginning-of-message.
9000         Don't discard From: field.  Do discard Received: field.
9001         Use unwind-protect to re-prune.
9002         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
9004 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
9006         * international/quail.el (quail-title): Add autoload cookie.
9008 2001-03-05  Dave Love  <fx@gnu.org>
9010         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
9011         new defs.
9013 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
9015         * language/ethio-util.el (ethio-toggle-space):
9016         Update current-input-method-title if necessary.
9017         (ethio-toggle-punctuation): Likewise.
9019         * international/quail.el (quail-title): Fix for the case that a
9020         title of an input method is specified by a list of the same form
9021         as used in mode-line-format.
9023         * international/mule-cmds.el (activate-input-method):
9024         If current-input-method-title is set by activating INPUT-METHOD,
9025         respect that value.
9027 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
9029         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
9031 2001-03-05  Alex Schroeder  <alex@gnu.org>
9033         * sql.el (sql-sybase): Fix typo (was: query user about server two
9034         times instead of server and database).
9036         * sql.el (sql-sybase): Doc change.
9037         (sql-mysql): Doc change.
9038         (sql-postgres): Doc change.
9040 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
9042         * international/mule-conf.el (emacs-mule, raw-text):
9043         Docstring modified.
9045 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
9047         * term/internal.el: Update copyright notice.
9049         * term/pc-win.el: Update copyright notice.
9051 2001-03-02  Dave Love  <fx@gnu.org>
9053         * files.el (insert-file-contents-literally):
9054         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
9055         not jka-compr-compression-info-list.
9057 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
9059         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
9060         spaces in default comment-start-skip settings rather than \s-.
9062 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
9064         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
9065         default-frame-alist as well.
9067 2001-03-01  Dave Love  <fx@gnu.org>
9069         * textmodes/reftex.el (defvar): Wrap some defvars in
9070         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
9072         * subr.el (event-basic-type): Doc fix.
9074         * international/quail.el: Doc fixes.
9076         * international/utf-8.el: Doc fixes.
9078         * international/mule-cmds.el: Doc fixes.
9079         (leim-list-header): Fix header text.
9081         * international/mule.el (coding-system-category): Doc fix.
9083         * international/ccl.el (ccl-compile): Doc fix.
9085 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
9087         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
9088         rather than (before|after)-change-functions.
9090 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
9092         * ediff-util.el (ediff-scroll-horizontally): Arrange for
9093         scroll-left and scroll-right being called interactively so that
9094         they set the window's min_hscroll.
9096 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
9098         * info.el (info-insert-file-contents-1): Accept an additional
9099         argument `lfn': if it is non-nil, concatenate `filename' and
9100         `suffix'; otherwise use the complicated MS-DOS code.
9101         All callers changed.
9102         (info-insert-file-contents, Info-find-node): If the MS-DOS port
9103         can access long file names, try the long file-name version of
9104         `info-insert-file-contents-1', then the short file-name version.
9106 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
9108         * language/ethio-util.el (setup-ethiopic-environment-internal):
9109         Change bindings of functions keys to conform to "Emacs Lisp Coding
9110         Convention".
9112         * language/ethiopic.el ("Ethiopic"): Add documentation.
9114 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
9116         * international/utf-8.el (mule-utf-8): Set coding-category
9117         property to coding-category-utf-8.
9119 2001-02-27  Richard M. Stallman  <rms@gnu.org>
9121         * lpr.el (lpr-page-header-switches, print-region-1):
9122         Undo 2000-07-06 change.
9123         (lpr-add-switches): Default to t on gnu/linux.
9125 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
9127         * bs.el (bs-attributes-list): Doc fix.
9129 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
9131         * help.el (describe-project): Display the file THE-GNU-PROJECT.
9133         * help.el (view-order-manuals): Use goto-address.
9135         * startup.el (command-line-1): Add info about ordering manuals
9136         to the not so fancy splash screens.
9138 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
9140         * vc.el (vc-default-workfile-unchanged-p)
9141         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
9143 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
9145         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
9146         fontify in the right buffer.
9148         * allout.el (outline-flag-region): Move macro in front of first
9149         use to avoid a run-time error.
9151 2001-02-24  Andrew Innes  <andrewi@gnu.org>
9153         * makefile.w32-in: Fix copyright notice.
9155 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
9157         * international/utf-8.el (mule-utf-8): Set correct value for
9158         valid-codes property.
9160         * international/fontset.el (x-complement-fontset-spec): In the
9161         case that we use ASCII font for the other charsets, use only
9162         family and registry part of it.
9164 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
9166         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
9167         (shrink-window-if-larger-than-buffer): Doc fix.
9169 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
9171         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
9172         predicate passed to completing-read.
9174 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
9176         * startup.el (command-line): Fix last change.
9178 2001-02-23  Jason Rumney  <jasonr@gnu.org>
9180         * startup.el (tool-bar-originally-present): New variable.
9181         (command-line): Set it if the tool-bar is switched on at startup.
9183         * frame.el (frame-notice-user-settings): Only adjust frame height
9184         for no tool-bar case if tool-bar was originally switched on.
9185         From E. Jay Berkenbilt.
9187 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
9189         * server.el (server-switch-buffer): Only switch window if the
9190         current one is dedicated.
9192         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
9193         rather than using (match-beginning 0) when searching for break point.
9195 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
9197         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
9198         @ follows an accent command such as @'.  Support optional braces
9199         in commands that insert accents, like makeinfo does.
9201 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
9203         * startup.el (fancy-splash-text): Add a line for ordering
9204         manuals.  Reverse order of splash screens shown.
9205         (use-fancy-splash-screens-p): Adapt to the text line added.
9207         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
9208         manuals from the FSF.
9210         * help.el (view-order-manuals): New function.
9211         (toplevel): Bind C-h C-m to this function.
9213 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
9215         * newcomment.el (comment-forward): Skip the comment-start before
9216         searching for the comment-end.
9218 2001-02-21  Dave Love  <fx@gnu.org>
9220         * custom.el (custom-initialize-changed, defcustom): Doc fix.
9222         * international/mule-cmds.el, international/mule.el: Doc fixes.
9224 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
9226         * startup.el (fancy-splash-screens): Use display-hourglass
9227         instead of display-busy-cursor.
9229         * frame.el (display-hourglass): Renamed from busy-cursor.
9230         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
9231         (show-cursor-in-non-selected-windows): Doc fix.
9233 2001-02-20  Dave Love  <fx@gnu.org>
9235         * international/utf-8.el: Doc and commentary fixes.
9237 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
9239         * ehelp.el (with-electric-help): Doc fix.
9241 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
9243         * msb.el (msb-mode): Call the update-buffers function explicitly
9244         with a FORCE argument.
9246         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
9247         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
9248         returns nil.
9250 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9252         * ps-print.el: Timestamp package replacement.  Some enhancements.
9253         Some XEmacs compatibility.  Doc fix.
9254         (ps-print-version): New version number (6.4).
9255         (ps-printer-name): Initialization fix.
9256         (ps-zebra-stripe-follow): Funcionality enhancement.
9257         (ps-prologue-file): Code enhancement.
9258         (ps-right-header): Timestamp package replacement.
9259         (ps-setup, ps-face-bold-p, ps-face-italic-p)
9260         (ps-get-page-dimensions)
9261         (ps-generate-header, ps-begin-file, ps-begin-job)
9262         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
9263         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
9264         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
9265         (coding-system-for-write): Var declaration (XEmacs compatibility).
9267 2001-02-20  Miles Bader  <miles@gnu.org>
9269         * image-file.el (image-file-name-extensions): Add "tif".
9271 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
9273         * wid-edit.el (widget-button-click): Save the selected window
9274         around the code handling clicks on buttons.
9276 2001-02-18  Dave Love  <fx@gnu.org>
9278         * imenu.el (imenu--generic-function): Use mapc to iterate over
9279         syntax characters.
9281 2001-02-17  Richard M. Stallman  <rms@gnu.org>
9283         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
9285         * uniquify.el (uniquify-buffer-name-style): Doc fix.
9287 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
9289         * mouse.el (mouse-save-then-kill): If the distance from the new
9290         point to the mark is equal to the distance of point from the new
9291         point, move point instead of the mark.
9293 2001-02-16  Dave Love  <fx@gnu.org>
9295         * textmodes/flyspell.el (flyspell-get-word): Return string without
9296         properties.
9298 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
9300         * generic.el (generic-find-file-regexp): Doc fix.
9301         (generic-ignore-files-regexp): New defcustom.
9302         (generic-mode-find-file-hook): If the file's name matches the
9303         regexp in `generic-ignore-files-regexp', don't enter
9304         default-generic-mode.  Doc fix.
9306 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
9308         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
9309         Add autoload cookies.
9311         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
9312         of cal-tex-24.
9314 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
9316         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
9318         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
9319         the character class after the (optional) drive, to support file
9320         names with embedded blanks.
9322 2001-02-15  Sam Steingold  <sds@gnu.org>
9324         * textmodes/tex-mode.el (tex-shell-running):
9325         Check the process buffer too.
9327 2001-02-15  Dave Love  <fx@gnu.org>
9329         * battery.el (battery-status-function): Fix doc, :type.
9331         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9333 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
9335         * subr.el (read-passwd): Clear Lisp memory holding password.
9337 2001-02-15  Miles Bader  <miles@gnu.org>
9339         * info.el (Info-copy-current-node-name): New function.
9340         (Info-mode-menu): Add it to the menu.
9342 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
9344         * international/mule-cmds.el (toggle-input-method): Doc fix.
9346 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
9348         * replace.el (occur): Stop at end of buffer.
9350 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
9352         * international/mule-cmds.el (set-input-method): Another doc fix.
9354 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
9356         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
9358 2001-02-13  Miles Bader  <miles@gnu.org>
9360         * faces.el (set-face-background, set-face-foreground)
9361         (set-face-stipple): Treat a value of nil as being `unspecified'.
9363 2001-02-12  Dave Love  <d.love@dl.ac.uk>
9365         * international/latin1-disp.el:  Doc fixes.
9366         (latin1-display) <defgroup>: Add :link.
9367         (latin1-display) <function>: Set variable latin1-display.
9369 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
9371         * international/mule-cmds.el (set-input-method): Doc fix.
9373 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
9375         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
9376         (speedbar-line-file): Return nil if not a file.
9377         (speedbar-buffers-line-path): Return file for tags, and dir for files.
9379 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
9381         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
9382         for remote files.
9383         (ediff-coding-system-for-read): Replaced the no-conversion default
9384         with raw-text.
9386         * ediff-init.el: Removed :version from defcustom vars.
9388         * ediff-util.el (ediff-compute-custom-diffs-maybe):
9389         Better handling of the diff mode.
9391         * ediff.texi: Added ediff-coding-system-for-read.
9393         * viper.texi: Fix typos.
9395 2001-02-11  Dave Love  <fx@gnu.org>
9397         * shadowfile.el: Doc fixes.
9398         (shadow) <defgroup>: Add :link.
9399         (shadowfile-unload-hook): New function.
9400         (shadow-initialize): Use defalias, not fset.
9401         (shadow-define-cluster, shadow-define-literal-group)
9402         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
9404         * international/mule.el: Doc and message fixes.
9406         * international/ccl.el (define-ccl-program): Doc fix.
9408 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
9410         * faces.el (mode-line): Set :line-width property to -1.
9412 2001-02-10  Richard M. Stallman  <rms@gnu.org>
9414         * complete.el (partial-completion-mode): Doc fix.
9416         * simple.el (delete-key-deletes-forward-mode):
9417         Change `let' to `let*' to fix gross bug in last change.
9419         * repeat.el (repeat): Don't let execute-kbd-macro alter
9420         real-last-command.
9422 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
9424         * simple.el (eval-expression): Doc fix.
9426 2001-02-09  Dave Love  <fx@gnu.org>
9428         * imenu.el (imenu-generic-expression): Doc fix.
9430         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
9431         From Juanma Barranquero.
9433         * emacs-lisp/authors.el (authors): Expand `root' before running find.
9435 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
9437         * faces.el (set-face-attribute): Describe the case of a negative
9438         value specified for :line-width.
9440 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
9442         * which-func.el (which-func-mode): Invert which-func-mode-global.
9443         From Juanma Barranquero <lektu@uol.com.br>.
9445 2001-02-08  Dave Love  <fx@gnu.org>
9447         * wid-edit.el (widget-plist-convert-widget): Replace binding of
9448         widget-plist-value-type.
9449         (widget-alist-convert-widget): Replace binding of
9450         widget-alist-value-type.
9452         * textmodes/paragraphs.el (sentence-end): Doc fix.
9454         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
9455         Remove `backward-line'.
9457         * play/pong.el (pong-blank-color, pong-bat-color)
9458         (pong-ball-color, pong-border-color, pong-left-key)
9459         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
9460         (pong-pause-key, pong-resume-key, pong-timer-delay):
9461         * mail/mh-comp.el (mh-compose-letter-function):
9462         * eshell/esh-mode.el (eshell-skip-prompt-function):
9463         * emulation/viper-ex.el (ex-unix-type-shell-options):
9464         * recentf.el (recentf-menu-filter):
9465         * ps-print.el (ps-print-region-function):
9466         * lpr.el (print-region-function):
9467         * forms.el (forms-mode-hooks):
9468         * dirtrack.el (dirtrack-directory-change-hook):
9469         * cus-start.el (temp-buffer-show-function, display-buffer-function):
9470         * textmodes/spell.el (spell-filter):
9471         * textmodes/fill.el (adaptive-fill-function):
9472         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
9473         * progmodes/etags.el (find-tag-default-function):
9474         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
9475         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
9477 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
9479         * emulation/viper-init.el (viper-fast-keyseq-timeout)
9480         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
9481         Meyering <jim@meyering.net>.
9483         * loadup.el: Revert last change.
9485 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
9487         * international/mule.el (transform-make-coding-system-args):
9488         Make it work also for coding systems not using CCL.
9490 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
9492         * simple.el (previous-matching-history-element)
9493         (next-matching-history-element): Doc fix.
9495         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
9496         specific part.
9498 2001-02-06  Dave Love  <fx@gnu.org>
9500         * add-log.el (add-log-current-defun-function)
9501         (add-log-buffer-file-name-function, add-log-file-name-function):
9502         Fix :type.
9503         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
9505 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
9507         * info.el (info-initialize): Remove the test for system-type when
9508         invocation-directory is non-nil.
9510         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
9511         of `font-lock-defaults' to `backward-paragraph' rather than nil.
9513 2001-02-06  Andrew Innes  <andrewi@gnu.org>
9515         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
9516         absolute.
9518 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
9520         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
9521         buffers.  When hi-lock turned on rather than only checking current
9522         buffer for regexps, all buffers are checked. Moved activation of
9523         font-lock to hi-lock-refontify. When font-lock turned off rather
9524         than removing added highlighting just in current buffer, remove it
9525         in all buffers.  Changed edit menu text from "Automatic
9526         Highlighting" to "Regexp Highlighting" Documentation for
9527         highlighting phrases, minor documentation changes.
9528         (hi-lock-set-file-patterns): Execute only if there are new or
9529         existing file patterns.
9530         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
9531         unfontify and, if a support mode is active, will not refontify the
9532         whole buffer.  If necessary, turn on font lock. (Removed
9533         font-lock-unfontify and font-lock support-mode-specific calls,
9534         such as lazy-lock-fontify-window.)
9535         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
9536         patterns are found. Not useful now since find-file-hook is removed
9537         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
9538         (hi-lock-face-phrase-buffer): New function.  Also added related
9539         menu item and keybinding.
9540         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
9541         (hi-lock-process-phrase): New function.
9542         (hi-lock-line-face-buffer): Doc fixes.
9543         (hi-lock-face-buffer): Doc fixes.
9544         (hi-lock-unface-buffer): Doc fixes.
9546 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
9548         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
9549         dabbrev-ignored-regexps.
9551 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
9553         * simple.el (kill-line): Doc fix.
9555 2001-02-05  Dave Love  <fx@gnu.org>
9557         * loadup.el: Revert last two changes -- bootstrapping works with
9558         regenerated loaddefs.
9560 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
9562         * isearch.el (isearch-forward): Doc fix.
9564         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
9565         of font-lock-defaults to backward-paragraph.
9567 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
9569         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
9570         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
9572 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9574         * ebnf2ps.el: Eliminate time-stamp functions.
9575         (ebnf-version): New version (3.5).
9576         (ebnf-eps-finish-and-write): Replace time-stamp functions by
9577         format-time-string.
9579 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
9581         * simple.el (next-line): Goto end-of-line before inserting a newline.
9583 2001-02-05  Miles Bader  <miles@gnu.org>
9585         * image-file.el (insert-image-file): When visiting an image, also
9586         set `truncate-lines' to t so that any fringe arrow looks correct.
9588 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
9590         * isearch.el (isearch-forward): Add description about input method
9591         in the docsting.
9593 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
9595         * skeleton.el (skeleton-internal-1): Always push the mark for @.
9597 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
9599         * info.el (info-initialize): If installation-directory is nil, for
9600         DOS/Windows systems try looking in a sibling of invocation-directory.
9602 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
9604         * wid-edit.el (widget-button-click): Fix last change.
9606         * frame.el (frame-notice-user-settings): When resizing the initial
9607         frame because the tool bar is off, also change the frame's top
9608         position if a negative top position was specified.
9610 2001-02-02  Miles Bader  <miles@gnu.org>
9612         * image-file.el (insert-image-file): When visiting an image,
9613         suppress the cursor in the image buffer.
9615 2001-02-01  Dave Love  <fx@gnu.org>
9617         * progmodes/f90.el (f90-mode): Remove startup message.
9619         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
9621 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
9623         * startup.el (command-line): Fix code determining whether or not
9624         to use delete-key-deletes-forward-mode.
9626 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
9628         * vc.el (vc-diff-switches): New user option.
9629         (vc-version-diff): Use it.
9630         (vc-diff-switches-list): New macro.
9632         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
9633         New customization options.
9634         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
9636         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
9638 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
9640         * msb.el (toplevel): Quote hook symbols.
9642 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
9644         * international/mule.el (make-coding-system): Add description
9645         about recognized properties in the docstring.
9647         * international/mule-conf.el: Remove unused charsets
9648         mac-roman-lower and mac-roman-upper.
9650 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
9652         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
9653         is in front of the left-margin, if any.
9655         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
9656         like `delete'.
9658         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
9660         * term/w32-win.el (mouse-set-font): Doc fix.
9662 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
9664         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
9665         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
9666         on already.
9668 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
9670         * files.el (save-buffer): Don't give message if (buffer-file-name)
9671         returns nil.
9673 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
9675         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
9677         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
9678         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
9680         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
9681         display problems.
9683 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
9685         * international/mule.el (charset-info): Fix docstring.
9687         * international/mule-diag.el (describe-character-set): Check final
9688         char valid before printing it.
9690 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
9692         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
9694         * frame.el (frame-notice-user-settings): Do the tool-bar
9695         stuff only for graphical displays.  Fix a braino.
9697         * frame.el (frame-initialize): Create initial frame visible.
9698         (frame-notice-user-settings): When tool-bar has been switched off,
9699         correct the frame size and sync tool-bar-mode.
9701         * startup.el (command-line): Remove manipulation of frame
9702         height for tool bars.
9704 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9706         * lpr.el: Compatibility with XEmacs and doc fixes.
9707         (lpr-windows-system, lpr-lp-system): New vars.
9708         (lpr-printer-switch): New defcustom.
9709         (printer-name, lpr-command): Customization fix.
9710         (print-region-1): Code fix.
9711         (print-region-new-buffer, printify-region): Indentation fix.
9712         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
9713         New functions.
9715 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
9717         * msb.el (toplevel): Fix the eval-after-load.
9719 2001-01-29  Dave Love  <fx@gnu.org>
9721         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
9723         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
9725         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
9726         (tcl-using-emacs-19-23): Consider Emacs 21+.
9727         (tcl-help-directory-list, tcl-command-switches): Fix :type.
9728         (tcl-add-emacs-menu): Supply menu name.
9729         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
9731 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
9733         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
9735 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
9737         * pcvs.el (cvs-mark-fis-dead): New function.
9738         (cvs-mode-add): Use it.
9739         (cvs-mode-add-change-log-entry-other-window):
9740         Rebind change-log-default-name to itself rather than to nil.
9742 2001-01-29  Sam Steingold  <sds@gnu.org>
9744         * vc-cvs.el: Replaced (require 'vc) with a bunch of
9745         `autoload' statements.
9747 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
9749         * files.el (confirm-kill-emacs): Doc fix.
9751         * frame.el (frame-initialize): Doc fix.
9753         * time-stamp.el (time-stamp-string): Doc fix.
9755         * woman.el (WoMan-log-1): Make the log buffer writable.
9756         From Markus Rost <rost@math.ohio-state.edu>.
9758 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
9760         * imenu.el (imenu-syntax-alist): Add autoload cookie for
9761         the `make-variable-buffer-local'.
9763 2001-01-29  Dave Love  <fx@gnu.org>
9765         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
9766         (ansi-color-for-comint-mode-on, ansi-color-process-output):
9767         Add autoload cookie.
9768         (ansi-color-apply-sequence): Fix typo.
9770 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
9772         * menu-bar.el (menu-bar-files-menu): Add menu items for
9773         Postscript printing in black and white.
9775         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
9776         X-Mailman-Version, Precedence, List-Help, List-Post,
9777         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
9778         Content-Type, Content-Length.
9780 2001-01-29  Dave Love  <fx@gnu.org>
9782         * elide-head.el (elide-head): Make overlay evaporate.
9784         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
9786 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
9788         * isearch.el (isearch-highlight): Don't punt if the display
9789         doesn't support colors, since isearch faces are defined for
9790         monochrome displays as well.
9792 2001-01-27  Sam Steingold  <sds@gnu.org>
9794         * shell.el (shell-write-history-on-exit): Make sure that we are in
9795         the shell buffer (M-x tex-file RET inserted the error message into
9796         the TeX buffer).
9798 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
9800         * simple.el (transient-mark-mode): Doc fix.
9802 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
9804         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
9806 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
9808         * shell.el (shell-unquote-argument): If the shell is one of the
9809         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
9810         quote character.
9811         (shell-dumb-shell-regexp): Document that the shells which match
9812         this regexp are supposed to not treat a backslash as a quote character.
9814         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
9815         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
9817 2001-01-27  Richard M. Stallman  <rms@gnu.org>
9819         * dabbrev.el (dabbrev--substitute-expansion):
9820         Treat a one-capital-letter abbrev as "not all upper case",
9821         so as to force preservation of the expansion's pattern
9822         if the expansion starts with a capital letter.
9824 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
9826         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
9827         Doc fix.
9829         * simple.el (transient-mark-mode): Document the fact that many
9830         commands act on the region when mark is active.
9832 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
9834         * international/quail.el (quail-setup-completion-buf): Make the
9835         multibyteness of current buffer inherited to Quail completion buffer.
9836         (quail-show-guidance-buf): Make the multibyteness of current
9837         buffer inherited to Quail guidance buffer.
9838         (quail-help): Make the multibyteness of current buffer inherited
9839         to Quail help buffer.
9841 2001-01-26  Dave Love  <fx@gnu.org>
9843         * time-stamp.el: Doc fixes.
9845         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
9846         (delphi-keyword-face, delphi-other-face): Fix :type.
9848         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
9850         * mail/feedmail.el (feedmail): Add :link.
9851         (feedmail-send-it): Doc fix.
9853         * mail/sendmail.el: Doc fixes.
9854         (sendmail-send-it): Fix the non-ASCII regexp and use
9855         rfc2047-encode-string.
9857         * dired.el, dired-aux.el: Revert last change.
9859 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
9861         * makefile.w32-in (DONTCOMPILE): Add various term files.
9863 2001-01-26  Dave Love  <fx@gnu.org>
9865         * Makefile.in (DONTCOMPILE): Add various term files.
9867 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
9869         * man.el (Man-default-man-entry, Man-mode): Doc fix.
9871         * startup.el (display-startup-echo-area-message): Make sure
9872         the echo area is resized to fit the size of the startup message.
9874         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
9875         part of which is a constant.
9877 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
9879         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9881 2001-01-26  Richard M. Stallman  <rms@gnu.org>
9883         * simple.el (next-line): Don't let `newline' expand abbrevs.
9884         Simplify slightly.
9885         (open-line): Don't let `newline' expand abbrevs.
9887 2001-01-25  John Wiegley  <johnw@gnu.org>
9889         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
9890         to `repeat' in the :type field.
9892         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
9893         allow a choice of regexp or nil.
9894         (pcomplete-dir-ignore): Same.
9896         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
9897         a command) to always fail.
9899 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
9901         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
9902         discard the result.
9903         (iswitchb-to-end): Likewise.
9905 2001-01-25  Sam Steingold  <sds@gnu.org>
9907         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
9908         Require vc.
9910 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
9912         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
9914         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
9916 2001-01-25  Dave Love  <fx@gnu.org>
9918         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
9919         (describe-coding-system): Tweak the English text.
9921         * loadup.el: Preload international/ccl for utf-8.
9923 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
9925         * mail/rmail.el (rmail-redecode-body): Doc fix.
9927 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
9929         * international/mule-cmds.el (reset-language-environment):
9930         Reset coding-category-utf-8 to mule-utf-8.
9932         * international/mule-conf.el (coding-category-utf-8):
9933         Initialize to mule-utf-8.
9935         * loadup.el: Preload international/utf-8.
9937         * international/utf-8.el: New file.
9939 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
9941         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
9943 2001-01-24  Sam Steingold  <sds@gnu.org>
9945         * dired.el (dired-replace-in-string): Removed.
9946         (dired-sort-toggle): Use `replace-regexps-in-string'
9947         instead of `dired-replace-in-string'.
9949         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
9950         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9952         * gs.el (gs-replace-in-string): Removed.
9953         (gs-options): Use `replace-regexps-in-string'
9954         instead of `gs-replace-in-string'.
9956 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
9958         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
9959         bug report is mailed to an email list and posted to a news group.
9961 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
9963         * comint.el (comint-replace-by-expanded-history-before-point):
9964         Fix change of 2000-08-03 to move point to the start of the line again.
9966         * startup.el (tool-bar-images-pixel-height): New variable.
9967         (command-line): After loading the user's init file, when
9968         tool-bar-mode is on, increase the frame's size by some lines for
9969         the tool-bar.
9971         * frame.el (frame-initialize): Create the initial frame invisible.
9973 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
9975         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
9976         (chinese-big5): MIME:Big5.
9978 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
9980         * international/mule-cmds.el (universal-coding-system-argument):
9981         Handle commands with prefix args.
9983 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9985         * calendar/diary-lib.el (diary-float): Fix case of MONTH
9986         being a list of numbers.
9987         (diary-mail-entries): Rewritten.
9989 2001-01-23  Dave Love  <fx@gnu.org>
9991         * international/mule.el (make-coding-system): Fix typo.
9993         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
9994         Add backward-paragraph as font-lock-beginning-of-syntax-function.
9996 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
9998         * font-lock.el (font-lock-mode): Doc fix.
10000 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
10002         * international/mule.el (make-translation-table): Fix docstring.
10004 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
10006         * mail/rmail.el (rmail-redecode-body): New function.
10008         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
10010 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
10012         * isearch.el (isearch-lazy-highlight-case-fold-search)
10013         (isearch-lazy-highlight-regexp): New variables.
10014         (isearch-lazy-highlight-cleanup): Update lazy highlight if
10015         case-fold search or regexp search has been toggled.
10017         * wid-edit.el (widget-button-click): Avoid a save-excursion
10018         around running a global binding.
10020         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
10021         to 0.25.
10023 2001-01-20  Miles Bader  <miles@gnu.org>
10025         * cus-edit.el (custom-face-save): Do post-processing on the face's
10026         new value like `custom-face-set' does.
10028 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
10030         * mail/emacsbug.el (report-emacs-bug): Report the value of
10031         LC_CTYPE, not LC_TYPE.
10033         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
10034         isearch-toggle-regexp and isearch-edit-string to doc string.
10036 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
10038         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
10039         as font-lock-beginning-of-syntax-function in font-lock-defaults.
10041         * jit-lock.el (jit-lock-fontify-now): Don't bind
10042         font-lock-beginning-of-syntax-function to nil.
10044 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
10046         * mail/emacsbug.el (report-emacs-bug): Report values of
10047         locale-coding-system, default-enable-multibyte-characters, and the
10048         environment variables LC_ALL, LC_TYPE, and LANG.
10050 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
10052         * font-lock.el (font-lock-default-fontify-region): Fix last change.
10054         * font-lock.el (font-lock-multiline): Default to nil.
10055         (font-lock-default-fontify-region): If font-lock-multiline is
10056         nil, don't check the property `font-lock-multiline'.
10058         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
10059         is nil, don't check the `font-lock-multiline' text property.
10061 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
10063         * viper.el: Call initial-major-mode on startup.
10065         * ediff.el (ediff-patch-file): Use better defaults.
10067         * ediff-vers.el: Fix for 8+3 DOS file systems.
10069 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
10071         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
10072         diff mode, if available.
10074 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
10076         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
10078         * ediff-init.el (subst-char-in-string): Define and use it, unless
10079         it's already defined.
10081 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
10083         * tooltip.el (tooltip-hide-delay): New user-option.
10084         (tooltip-show): Use tooltip-hide-delay instead of the default.
10086 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
10088         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
10089         kill-local-variable doesn't work for enable-multibyte-characters.
10091 2001-01-17  Dave Love  <fx@gnu.org>
10093         * ediff-init.el (ediff-before-setup-hook)
10094         (ediff-merge-filename-prefix): Add :version.
10096         * international/latin1-disp.el: Require disp-table.
10097         (latin1-display): Fix :set.
10099         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
10101 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
10103         * isearch.el (isearch-lazy-highlight-initial-delay)
10104         (isearch-lazy-highlight-interval): Default to 0.
10106 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
10108         * isearch.el (isearch-highlight): Set isearch-overlay priority to
10109         1 here rather than each time through
10110         isearch-lazy-highlight-new-loop.
10111         (isearch-lazy-highlight-max): Variable deleted.
10112         (isearch-lazy-highlight-max-at-a-time): New user variable, like
10113         isearch-lazy-highlight-max but controls a single invocation of
10114         isearch-lazy-highlight-update.
10115         (isearch-lazy-highlight-wrapped): Variable recreated.
10116         (isearch-lazy-highlight-window-start): New variable.
10117         (isearch-lazy-highlight-cleanup): Restored to behavior of
10118         before 2-Jan.
10119         (isearch-lazy-highlight-remove-overlays): Function deleted;
10120         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
10121         behavior removed.
10122         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
10123         isearch-lazy-highlight-update in a loop rather than just once.
10124         Test isearch-invalid-regexp here and decide not to start a new
10125         loop, rather than testing it each time through
10126         isearch-lazy-highlight-update.
10127         (isearch-lazy-highlight-search): Function restored.
10128         (isearch-lazy-highlight-update): Get called in a timer loop again,
10129         but this time highlight more than one match each time through.
10130         Only highlight matches in the visible part of the window.
10131         Start at point, move in the direction of the search, and wrap around at
10132         the edge of the window.  Use sit-for to force redisplay and ensure
10133         window-start is credible.  "Face suppressing" behavior removed;
10134         overlay priorities should make it unnecessary, right?
10135         (isearch-highlight): Face suppressing behavior removed.
10136         (isearch-dehighlight): Face suppressing behavior removed.
10137         (isearch-set-lazy-highlight-faces-at): Removed.
10139 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
10141         * language/european.el ("Latin-1"): Make the format of description
10142         about additional language environments same as that of Latin-2.
10144 2001-01-16  Dave Love  <fx@gnu.org>
10146         * isearch.el (isearch-lazy-highlight): Add :version.
10148         * simple.el (backward-delete-char-untabify-method)
10149         (next-line-add-newlines): Add :version.
10151 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
10153         * bindings.el: Bind <backspace> and <delete> via function-key-map.
10154         Don't bind <delete> otherwise.
10156         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
10157         and <delete> via function-key-map.
10159         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
10160         Subject line only if point is after the `Subject:'.
10162 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
10164         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
10165         japanese-jisx0213-2 in `charset' property of this lang. env.
10167         * language/european.el ("Latin-1"): Add description for Dutch and
10168         Spanish lang. env.
10170         * international/mule.el (decode-char): Fix conditions.
10171         (encode-char): Handle eight-bit-control too.
10172         (transform-make-coding-system-args): New function.
10173         (make-coding-system): Accept XEmacs style arguments for CCL base
10174         coding system.
10176 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
10178         * progmodes/etags.el (find-tag-noselect): Save the value of
10179         tags-file-name before switching buffers, for the case it has a
10180         buffer-local value.
10182 2001-01-15  Alex Schroeder  <alex@gnu.org>
10184         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
10185         From Dave Love <fx@gnu.org>.
10186         (ansi-color-for-comint-mode): Fix :version.
10188 2001-01-15  Alex Schroeder  <alex@gnu.org>
10190         * ansi-color.el (ansi-color-unfontify-region): Doc change.
10192 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
10194         * dired.el (dired-insert-directory): If file-system-info fails,
10195         remove the " free " part, but don't signal an error.
10197 2001-01-12  Sam Steingold  <sds@gnu.org>
10199         * bookmark.el (bookmark-maybe-historicize-string):
10200         Use new backquote syntax.
10202 2001-01-12  Richard M. Stallman  <rms@gnu.org>
10204         * subr.el (last): Handle a list that doesn't end in nil.
10206 2001-01-12  Sam Steingold  <sds@gnu.org>
10208         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
10209         to `backward-delete-char-untabify'.
10211 2001-01-12  Dave Love  <fx@gnu.org>
10213         * cus-edit.el (customize-menu-create): Fix the :filter following
10214         easymenu change.
10216         * wid-edit.el (function): Add :match-alternatives.
10217         (widget-color-action): Doc fix.
10219 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
10221         * calendar/calendar.el (calendar-basic-setup): Doc fix.
10223 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
10225         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
10227         * international/ccl.el (define-ccl-program): Fix docstring.
10229 2001-01-11  Dave Love  <fx@gnu.org>
10231         * international/mule-cmds.el (standard-display-european-internal):
10232         Set display table for 2208 as for 160.
10234         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
10236         * progmodes/fortran.el (fortran-mode-map): Modify Customization
10237         entry for custom-menu-create change.
10238         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
10239         don't cons it in the search loop.
10241         * imenu.el (imenu--truncate-items): Revert last change.
10243 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
10245         * info.el (Info-setup-header-line): If the node header includes
10246         either Next: or Prev: links, don't show the File: and Node: parts
10247         in the header line.
10249 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
10251         * comint.el (comint-goto-process-mark): Don't print a message
10252         when running in batch mode.
10254         * isearch.el (isearch-search): In the condition-case handler for
10255         `error', set isearch-invalid-regexp to the whole error message.
10257         * subr.el (eval-after-load): Call load-symbol-file-load-history to
10258         ensure that eval-after-load works for files dumped with Emacs.
10260         * help.el (load-symbol-file-load-history): New function extracted
10261         from function symbol-file.
10262         (symbol-file): Use it.
10264         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
10266 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
10268         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
10269         behave as if there were no prefix argument.
10270         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
10271         argument were nil.
10273 2001-01-11  Richard M. Stallman  <rms@gnu.org>
10275         * isearch.el (isearch-lazy-highlight-update):
10276         Don't look for more potential matches once maximum is exceeded.
10277         Use overlays-in to check correctly for overlap with current match.
10278         Ignore empty matches.
10280 2001-01-11  Miles Bader  <miles@gnu.org>
10282         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
10283         (ispell-overlay-window, ispell-help, ispell-show-choices)
10284         (ispell-command-loop): Use it instead of `window-height'.
10286 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
10288         * files.el (confirm-kill-emacs): New user-option.
10289         (save-buffers-kill-emacs): Ask for final confirmation before
10290         killing Emacs.
10292         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
10293         to nil.
10295 2001-01-10  Dave Love  <fx@gnu.org>
10297         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
10299         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
10301         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
10303         * calculator.el (calculator-number-digits): Fix :type.
10305         * vc-cvs.el (vc-cvs-header): Fix :type.
10306         * vc-rcs.el (vc-rcs-header): Fix :type.
10307         * vc-sccs.el (vc-sccs-header): Fix :type.
10309         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10311         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
10313         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
10315 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
10317         * simple.el (set-variable): Force a thorough redisplay for the
10318         case that the variable has an effect on the display, like
10319         `tab-width' has.
10321 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
10323         * vc.el: Add documentation for backend interface.
10325 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
10327         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
10329         * international/mule-conf.el (latin-extra-code-table): Set to t
10330         for \223 and \224.
10332 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
10334         * international/mule-cmds.el (locale-language-names): Map "es" to
10335         "Spanish" and "nl" to "Dutch".
10337 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
10339         * bindings.el (global-map): Bind <home> to beginning-of-line,
10340         <end> to end-of-line, C-<home> to beginning-of-buffer, and
10341         C-<end> to end-of-buffer.
10343         * language/european.el: Add Dutch and Spanish language info
10344         to be able to use the appropriate tutorials.
10346 2001-01-09  Alex Schroeder  <alex@gnu.org>
10348         * ansi-color.el (ansi-color-process-output): Use markers instead
10349         of positions for start and end of region.
10350         (ansi-color-apply-on-region): Rewrote code to make it more robust.
10351         Previously, occasional mistakes happend when fontifying many
10352         chunks of output (eg. ls --color=yes /dev).  This happened
10353         whenever an overlay was created up to the end of the region, which
10354         coincided with the process-mark.  New text would then be added
10355         within that overlay instead of after it.
10356         (ansi-color-make-extent): Overlays are created with the property
10357         `modification-hooks' set to '(ansi-color-freeze-overlay).
10358         (ansi-color-freeze-overlay): New function.  When inserting text at
10359         the end of the overlay, the overlay will resize.
10361 2000-01-09  Alex Schroeder  <alex@gnu.org>
10363         * ansi-color.el (ansi-color-process-output): Doc change.
10364         (ansi-color-unfontify-region): Doc change.  No longer installed
10365         automatically in font-lock-unfontify-region-function.
10366         (ansi-color-apply): Doc change.
10367         (ansi-color-apply-on-region): Use extents or overlays instead of
10368         text-properties.
10369         (ansi-color-make-extent): New function.
10370         (ansi-color-set-extent-face): New function.
10372 2000-01-09  Alex Schroeder  <alex@gnu.org>
10374         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
10375         both use ansi-color-process-output, now.
10376         (ansi-color-process-output): Doesn't return string anymore.  It is
10377         installed in comint-output-filter-functions for both Emacs and
10378         XEmacs, now.
10379         (ansi-color-unfontify-region): Simplified code removing variables
10380         pos and start-ansi.
10381         (ansi-color-apply): Put text-property ansi-color before putting
10382         text-property face because ansi-color-unfontify-region is called
10383         immediately after the call to put-text-property.
10384         (ansi-color-context-region): Doc change.
10385         (ansi-color-filter-region): Simplified code.
10386         (ansi-color-apply-on-region): Changed start to start-marker, using
10387         a marker explicitly.  Put text-property ansi-color before putting
10388         text-property face because ansi-color-unfontify-region is called
10389         immediately after the call to put-text-property.
10391 2000-01-09  Alex Schroeder  <alex@gnu.org>
10393         * ansi-color.el (ansi-color-faces-vector): Doc change.
10394         (ansi-color-for-comint-mode): Changed :type property to choice.
10395         (ansi-color-last-context): Removed.
10396         (ansi-color-process-output): Don't use ansi-color-last-context, as
10397         the main functions will store their context now.
10398         (ansi-color-context): Doc change.
10399         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
10400         Uses ansi-color-context such that repeated calls will strip
10401         partial escape sequences, too.
10402         (ansi-color-apply): Simplified code.  Colorize end of string if
10403         face is not null.  Store context in new (FACE STRING) format, such
10404         that repeated calls will strip partial escape sequences, too.
10405         Append faces to face property using ansi-color-apply-sequence such
10406         that cumulative mode actually works.
10407         (ansi-color-context-region): New variable.
10408         (ansi-color-filter-region): Rewrote it based on
10409         ansi-color-apply-on-region.  Uses ansi-color-context-region such
10410         that repeated calls will strip partial escape sequences, too.
10411         (ansi-color-apply-on-region): Simplified code.  Colorize end of
10412         region if face is not null.  Store context in new (FACE POS)
10413         format, such that repeated calls will strip partial escape
10414         sequences, too.  Append faces to face property using
10415         ansi-color-apply-sequence such that cumulative mode actually works.
10416         (ansi-color-apply-sequence): New function.
10417         (ansi-color-get-face): When the default face is added to the list
10418         of faces, all previous settings are discarded and the list of
10419         faces is set to '(default).
10421 2000-01-09  Alex Schroeder  <alex@gnu.org>
10423         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
10424         face, such that ansi-color-apply and ansi-color-apply-on-region
10425         will do the right thing.
10426         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
10427         returns nil, set the list of faces back to nil instead of
10428         appending the result of ansi-color-get-face to the front of the list.
10430 2000-01-09  Alex Schroeder  <alex@gnu.org>
10432         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
10433         (ansi-color-process): Doc change.
10434         (ansi-color-last-context): New buffer-local variable.
10435         (ansi-color-process-output): New function.  It is automatically
10436         added to comint-output-filter-functions if this is XEmacs.
10437         (ansi-color-unfontify-region): New optional parameter for XEmacs
10438         compatibility.  Check wether font-lock-syntactic-keywords is
10439         boundp before removing the syntax table text property, as XEmacs
10440         doesn't have it.
10441         (ansi-color-filter-region): Doc change.
10442         (ansi-color-apply-on-region): Doc change.
10443         (ansi-color-make-face): New function.  Compatibility layer for
10444         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
10445         (ansi-color-make-color-map): Use ansi-color-make-face.
10446         (ansi-color-get-face): Avoid face text property '(nil) as results
10447         in an errow for XEmacs.
10449 2000-01-09  Alex Schroeder  <alex@gnu.org>
10451         * ansi-color.el (ansi-color-unfontify-region): New function.
10452         Uses text-property ansi-color in order to preserve fontification by
10453         ansi-color.  When the package is loaded, a lambda expression is
10454         put onto font-lock-mode-hook.  This lambda expression will check
10455         font-lock-unfontify-region-function and replace
10456         font-lock-default-unfontify-region with ansi-color-unfontify-region.
10457         (ansi-color-apply): Add text-property ansi-color in addition to
10458         text-property face.
10459         (ansi-color-apply-on-region): Add text-property ansi-color in
10460         addition to text-property face.
10461         (save-buffer-state): Copy of the macro that is also used by
10462         lazy-lock and font-lock.
10464         (ansi-color-for-comint-mode): New option.
10465         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
10466         (ansi-color-for-comint-mode-off): Ditto.
10467         (ansi-color-for-comint-mode-filter): Ditto.
10468         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
10469         decide what to do.  This function is added to
10470         comint-preoutput-filter-functions when the package is loaded.
10472         (ansi-color-for-shell-mode-set): Removed.
10473         (ansi-color-for-shell-mode): Removed.
10475 2000-01-09  Alex Schroeder  <alex@gnu.org>
10477         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
10478         the lambda expression from the ansi-color-for-shell-mode :set
10479         property.  Additionally, modify shell-mode-hook to enable or
10480         disable font-lock-mode for future shell buffers.
10481         (ansi-color-for-shell-mode): The :set property calls
10482         ansi-color-for-shell-mode-set instead of a lambda expression.
10484 2000-01-09  Alex Schroeder  <alex@gnu.org>
10486         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
10487         (ansi-color-context): New variable.
10488         (ansi-color-apply): Save context between calls.
10490 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
10492         * isearch.el (isearch, isearch-lazy-highlight-face):
10493         New definitions for face colors and attributes.
10495         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
10496         of display-mouse-p.
10498 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
10500         * international/mule.el (make-coding-system): If the coding system
10501         accepts extra latin codes, register such codes as safe for the
10502         coding system.
10504 2001-01-08  Richard M. Stallman  <rms@gnu.org>
10506         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
10507         don't mention the file name or the date here, because they are
10508         logged at the start of the file.
10510 2001-01-08  Richard M. Stallman  <rms@gnu.org>
10512         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10513         Change screen-width to frame-width.
10515 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
10517         * info.el (Info-search): Print the default as part of the prompt.
10519 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
10521         * vc.el (vc-default-latest-on-branch-p): New function, replaces
10522         constant implementations in backends.
10524         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
10525         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
10527         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
10528         WRITABLE to EDITABLE.
10530         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
10531         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
10532         to EDITABLE.
10534 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
10536         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
10537         (copyright, copyright-update): Compute the current year at run time.
10539 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
10541         * isearch.el (isearch-old-signal-hook): Removed.
10542         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
10543         instead of setting signal-hook-function.
10544         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
10546 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
10548         * emulation/edt.el: Update to version 4.0.  Provide support for
10549         EDT scroll margins at top and bottom of the window.  Provide an
10550         emulation of the EDT SUBS command (bound to GOLD-Enter, by
10551         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
10552         user when file-related buffer modifications exist.
10553         Provide support for running EDT Emulation in XEmacs.
10554         Provide customize access to some user updatable variables.
10555         Add Commentary section to file header.
10556         Fixed a few minor bugs and cleaned up some code.
10558         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
10559         for detecting a keypress that generates an ASCII key sequence.
10560         (Previously, only a keypress that generates a vector was
10561         recognized.)  Embed Window Manager name into name of the generated
10562         EDT Emulation initialization file since the initialization file is
10563         Window Manager specific.  Add Commentary section to file header.
10565 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
10567         * mail/sendmail.el (mail-mode): Doc fix.
10569         * info.el (Info-goto-emacs-command-node): Doc fix.
10570         (Info-goto-emacs-key-command-node): Doc fix.
10572 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
10574         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
10575         systems without long file-name support.
10577 2001-01-06  Andrew Innes  <andrewi@gnu.org>
10579         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
10581 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
10583         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
10584         (isearch-lazy-highlight-update): Doc fix.
10586         * ffap.el (ffap-bindings): Doc fix.
10588         * dired-x.el (dired-virtual-guess-dir): Doc fix.
10590 2001-01-05  Dave Love  <fx@gnu.org>
10592         * emacs-lisp/cl-seq.el (remove, remq): Remove.
10594 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
10596         * mouse-drag.el (mouse-drag-safe-scroll):
10597         Bind scroll-preserve-screen-position to nil.
10599         * isearch.el (isearch-old-signal-hook): New variable.
10600         (isearch-mode): Set signal-hook-function to isearch-done.
10601         (isearch-done): Restore old signal-hook-function.
10603         * info.el (Info-fontify-node): Mark one more char as intangible.
10605 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
10607         * composite.el (compose-last-chars): New argument COMPONENTS.
10608         If it is non-nil, compose preceding characters by compose-region with
10609         COMPONENTS.
10611         * international/quail.el (quail-input-string-to-events): New function.
10612         (quail-input-method): Convert input string to events here.
10613         (quail-start-translation): Return input string, not event list.
10614         (quail-start-conversion): Likewise.
10616 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
10618         * tooltip.el (tooltip-cancel-delayed-tip)
10619         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
10620         and tooltip-add-timeout.
10621         (tooltip-show): Set border color from faces's foreground.
10622         (tooltip-show-help-function): If called with the same help string
10623         as last time, do nothing.
10624         (tooltip-help-tips): Don't set tooltip-help-message to nil.
10626         * startup.el (fancy-splash-screens): Don't bind show-help-function
10627         to nil.
10629         * tooltip.el (tooltip-frame-parameters): Remove colors.
10630         (tooltip): New face
10631         (tooltip-set-param): New function.
10632         (tooltip-show): Set up color frame parameters from face `tooltip'.
10633         Display the tooltip text in face `tooltip'.
10635 2001-01-04  Dave Love  <fx@gnu.org>
10637         * whitespace.el (whitespace-global-mode): Fix typo.
10639         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
10641 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
10643         * help.el (help-for-help): Fix a typo in a doc string.
10644         From kwzh@gnu.org (Karl Heuer).
10646 2001-01-03  Dave Love  <fx@gnu.org>
10648         * dired-x.el: Doc fixes.  Maintainer change.
10649         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
10650         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
10651         (dired-guess-shell-alist-user): Customize.
10652         (dired-x-help-address): Set to bug-gnu-emacs.
10653         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
10654         (dired-default-directory): Renamed from default-directory.
10656         * hl-line.el (hl-line): Doc fix.
10658 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
10660         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
10662 2001-01-02  Richard M. Stallman  <rms@gnu.org>
10664         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
10665         to remove all the current alternative-match highlighting.
10666         If nil, remove only what's outside the current window.
10667         (isearch-lazy-highlight-remove-overlays): Take optional
10668         region within which NOT to remove them.
10669         (isearch-lazy-highlight-new-loop): Greatly simplified.
10670         (isearch-lazy-highlight-update): Find all the other occurrences
10671         visible in the window, in just one call.
10672         (isearch-lazy-highlight-start): Now holds start of region to scan.
10673         (isearch-lazy-highlight-end): Now holds end of region to scan.
10674         (isearch-lazy-highlight-wrapped): Variable deleted.
10675         (isearch-lazy-highlight-search): Function deleted.
10677 2000-01-02  Andrew Innes  <andrewi@gnu.org>
10679         * w32-fns.el (convert-standard-filename): Do length check on name
10680         before aref.
10682 2001-01-02  Dave Love  <fx@gnu.org>
10684         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
10685         value.
10686         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
10688         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
10690         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
10691         read syntax.
10693         * calendar/todo-mode.el (todo): Add :link, :version.
10694         (todo-save-top-priorities): Remove autoload cookie.
10695         (todo-add-category, todo-add-item-non-interactively)
10696         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
10698 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
10700         * comint.el (comint-input-history-ignore): New variable.
10701         (comint-read-input-ring): Ignore entries matching
10702         comint-input-history-ignore.
10704 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
10706         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
10707         (lm-copyright-mark): New function.
10708         (lm-crack-copyright): New function.
10709         (lm-verify): Check that the file has a copyright.
10710         Check that the file is copyright Free Software Foundation.
10712 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
10714         * international/mule-diag.el (print-fontset): Indent font name by
10715         24 columns, not 25.
10717 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
10719         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
10720         in Subject line.
10722         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
10723         Use mail-mode-hook instead of mail-setup-hook.
10724         Otherwise continuing an interrupted message with C-u C-x m for
10725         instance, winds up in Mail mode without abbrevs.
10727 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10729         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
10730         non-nil.  Adding almost all customization variables on ps-setup.
10731         Doc fix.
10732         (ps-print-version): New version number (6.3.3).
10733         (ps-end-with-control-d): Initialization fix.
10734         (ps-lines-printed): New var.
10735         (ps-skip-newline): New fun.
10736         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
10737         (ps-next-line, ps-continue-line, ps-plot-region)
10738         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
10740 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
10742         * international/fontset.el (x-complement-fontset-spec):
10743         Resolve ASCII font name so that the same family name is used for fonts
10744         registered in x-font-name-charset-alist.
10745         (create-fontset-from-fontset-spec): Adjusted for the above change.
10746         The name of fontset alias should be a unresolved ASCII font name.
10748 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
10750         * simple.el (delete-key-deletes-forward-mode): Bind backspace
10751         and delete in isearch-mode-map.
10753 2000-12-28  Richard M. Stallman  <rms@gnu.org>
10755         * dired-x.el (dired-guess-shell-alist-default):
10756         Use xpdf instead of acroread.
10758 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
10760         * textmodes/artist.el (artist-butlast): Deleted.
10761         (artist-ellipse-mirror-quadrant): Use butlast instead of
10762         artist-butlast.
10764         * subr.el (butlast, nbutlast): Moved from cl.el to here.
10766         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
10768 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
10770         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
10772         * ls-lisp.el: Better support for the Mac and MS-Windows.
10773         (ls-lisp): New defgroup.
10774         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
10775         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
10776         (ls-lisp-support-shell-wildcards): New defcustoms.
10777         (ls-lisp-parse-symlink): New function.
10778         (insert-directory): Code to convert switches to a list and set up
10779         the wildcard argument copied from ls-lisp-insert-directory.
10780         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
10781         for -C and -R switches.
10782         (ls-lisp-column-format): New function.
10783         (ls-lisp-delete-matching, ls-lisp-handle-switches)
10784         (ls-lisp-format-time): Add doc strings.
10785         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
10786         Support ls-lisp-dirs-first.
10787         (ls-lisp-classify, ls-lisp-extension): New functions.
10788         (ls-lisp-format): Optionally support emulation of symlinks.
10789         Support -i, -s, and -G switches.
10791 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
10793         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
10795         * version.el (emacs-version): Print X scroll bar information.
10797         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
10798         instead of x-toolkit-scroll-bars-p.
10800         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
10801         of x-toolkit-scroll-bars-p.
10803 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
10805         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
10806         (ffap-bindings): Doc fix, to reflect the above change.
10808 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
10810         * term.el (term-char-mode): Define all non-ascii self-inserting
10811         characters to 'term-send-raw in term-raw-map.
10813 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
10815         * viper-init (viper-restore-cursor-type): Added condition-case guard.
10817         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
10818         Changed initialization; use add-hook.
10819         (ediff-file-remote-p): Use file-local-copy.
10821         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
10823         * ediff.el (ediff-patch-buffer): Bug fix.
10824         (ediff-revision): Allow selection of the file at the prompt.
10826 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
10828         * subr.el (combine-run-hooks): Remove.
10830         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
10831         and remove the rogue second spec.
10833 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
10835         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
10837 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
10839         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
10840         Use minibuffer menu prompt for the `=' prefix.
10841         (smerge-command-prefix): Change default to C-^.
10842         (smerge-mode): Don't assume font-lock doesn't move point.
10844         * skeleton.el (skeleton-internal-1): Make sure the first line of
10845         the region is also re-indented.
10846         (skeleton-end-newline): New var.
10847         (skeleton-end-hook): Use it.
10849 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10851         * comint.el (comint-password-prompt-regexp): Support CVS.
10853 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
10855         * simple.el (delete-key-deletes-forward-mode): Simplify.
10856         Also backspace key combinations, depending on
10857         delete-key-deletes-forward.
10859         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
10861         * simple.el (delete-key-deletes-forward): Doc fix.
10863 2000-08-22  Emmanuel Briot  <briot@gnat.com>
10865         * xml.el (top level comment): Updated to reflect the fact that
10866         white spaces are relevant in the XML file.
10867         (xml-parse-file): Do not kill an existing Emacs buffer if the file
10868         to parse was already edited. This allows for on-the-fly analysis
10869         of XML files.
10870         (xml-parse-tag): Check that the casing is the same in the start
10871         tag and end tag, since XML is case-sensitive.  Allows for spaces
10872         in the end tag, after the name of the tag.
10873         (xml-parse-attlist): Allow for the character '-' in the name of
10874         attributes, as in the standard http-equiv attribute Do not save
10875         the properties in the XML tree, since they are not relevant.
10877 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
10879         * generic.el (generic-read-type): Undo last change, inline into
10880         `generic-mode' and then remove.
10881         (generic-mode): Inline generic-read-type.
10882         (define-generic-mode): Push the symbol name rather than the symbol
10883         onto generic-mode-list.
10885 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
10887         * generic.el (generic-read-type): Build an alist for
10888         completing-read as in 20.7.
10890         * play/landmark.el (lm): Use interactive spec `P'.
10891         (toplevel): Don't set debug-on-error.
10893         * server.el (server-switch-buffer): Choose a window on a visible frame.
10895 2000-12-21  Dave Pearson  <davep@davep.org>
10897         * quickurl.el: Commentry change, I've moved my web site.
10899 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10901         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
10902         ranges like \177-\237, but accepts the character sequence from \177 to
10903         \237.  Doc fix.
10904         (ebnf-version): New version (3.4).
10905         (ebnf-setup): Code fix.
10906         (ebnf-range-regexp): New fun.
10907         (ebnf-8-bit-chars): Const fix.
10909         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
10910         entry.  Doc fix.
10911         (ebnf-bnf-lex): Code fix.
10912         (ebnf-bnf-comment-chars): Const fix.
10914         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
10915         entry.  Doc fix.
10916         (ebnf-iso-comment-chars): Const fix.
10918         * ebnf-otz.el: Doc fix.
10920         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
10921         entry.  Doc fix.
10922         (ebnf-yac-skip-code): Code fix.
10923         (ebnf-yac-comment-chars): Const fix.
10925 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
10927         * files.el (insert-directory-safely): New function.
10928         (recover-file): Use it instead of insert-directory.
10929         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10931 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
10933         * international/mule-cmds.el (select-safe-coding-system):
10934         Check coding-category-list more rigidly.  Improve help message.
10936         * dired.el (dired-move-to-filename-regexp): Fix previous change.
10938 2000-12-21  Miles Bader  <miles@gnu.org>
10940         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
10942 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
10944         * international/mule-diag.el (describe-char-after): Make *Help*
10945         buffer inherit multibyteness of the current buffer.
10947         * international/mule.el (make-char): Docstring adjusted for the
10948         change of make-char-internal.
10950 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
10952         * international/iso-cvt.el: Docstrings fix.
10954 2000-12-20  Dave Love  <fx@gnu.org>
10956         * subr.el (eval-after-load): Doc fix.
10958 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
10960         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
10961         for numbers.
10963 2000-12-20  Miles Bader  <miles@gnu.org>
10965         * international/quail.el (quail-help): Resize the help window
10966         again after it has all its contents.  Remove unneeded progn.
10968 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
10970         * pcmpl-linux.el: Fix copy/paste error.
10972 2000-12-19  Andrew Innes  <andrewi@gnu.org>
10974         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
10976 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10978         * progmodes/idlw-rinfo.el: Fixed copyright notice.
10980         * progmodes/idlw-toolbar.el: Fixed copyright notice.
10982         * progmodes/idlw-shell.el: Fixed copyright notice.
10984         * progmodes/idlwave.el: Fixed copyright notice.
10986         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
10987         TAB as key separators.
10989 2000-12-19  Alex Schroeder  <alex@gnu.org>
10991         * sql.el (sql-sybase-options): New option.
10992         (sql-sybase): Use it.  Add sql-database to the list of parameters
10993         provided for login.  The options -w 2048 -n are not used any more.
10994         (sql-postgres-options): Changed default from "--pset" to "-P".
10995         (sql-mysql-options): Doc change.
10996         (sql-stop): Doc change.
10998 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
11000         * international/quail.el (quail-input-method): Always hide
11001         the guidance buffer on exiting.
11003 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11005         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
11006         isn't fboundp.
11008         * server.el (server-buffer-done): Bury the buffer before
11009         killing it.
11011         * faces.el (face-spec-set): Interpret a nil in specs for
11012         foreground and background colors as `unspecified', for
11013         compatibility with 20.x.
11015 2000-12-18  Dave Love  <fx@gnu.org>
11017         * simple.el (mail-user-agent): Doc fix.
11018         (input-mode-8-bit): Removed.
11020         * international/mule.el (set-keyboard-coding-system): Doc fix.
11021         (keyboard-coding-system): New option.
11023         * mail/sendmail.el (send-mail-function): Customize.
11025 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
11027         * international/codepage.el (cp866-decode-table): New table.
11029 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11031         * version.el (emacs-version): Remove `%a' from the time format
11032         because the weekday doesn't fit well into each locale.
11034 2000-12-18  Miles Bader  <miles@gnu.org>
11036         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
11038         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
11039         Check that emacs-major-version is `=' to 20, not `>='.
11040         (artist-replace-chars): Use `make-string' instead of a loop.
11042 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
11044         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
11045         (cvs-execute-single-file): Don't change directory.
11046         Patch from Per Cederqvist.
11048 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
11050         * textmodes/ispell.el (check-ispell-version):
11051         If `ispell-program-name' is "aspell", pass it the -v switch instead
11052         of -vv.
11054 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
11056         * international/mule-diag.el (mule-diag): Insert information about
11057         configure options, multibyte awareness, language env.
11059         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
11060         regexp to search for candidates.
11062 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
11064         * info.el (Info-forward-node): If the node has an
11065         Info-header-line, widen the buffer before searching for "next:"
11066         and "up:" pointers, and set the search limit to stay in the
11067         current node.
11069 2000-12-16  Miles Bader  <miles@gnu.org>
11071         * simple.el (delete-trailing-whitespace): Remove extraneous let.
11073 2000-12-15  Miles Bader  <miles@gnu.org>
11075         * comint.el (comint-send-string, comint-send-region): Also accept
11076         a buffer, buffer-name, or nil for PROCESS, for compatibility with
11077         process-send-string/region.
11079 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
11081         * isearch.el (isearch-lazy-highlight-max): New user-option.
11082         (isearch-lazy-highlight-update): Don't highlight more than
11083         isearch-lazy-highlight-max matches.
11085         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
11087 2000-12-15  Richard M. Stallman  <rms@gnu.org>
11089         * sort.el (sort-columns): Fix error message.
11091         * dabbrev.el (dabbrev--last-case-pattern): Value is now
11092         `upcase' or `downcase' or nil.
11093         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
11094         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
11095         (dabbrev--substitute-expansion): New arg record-case-pattern.
11096         If it is non-nil, set dabbrev--last-case-pattern.
11097         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
11099         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
11101 2000-12-15  Miles Bader  <miles@gnu.org>
11103         * paths.el (Info-default-directory-list): Don't delete
11104         configure-info-directory from the list of standard info
11105         directories when appending it to the end -- their order is important.
11107         * faces.el (read-face-attribute): If there's no entry for the
11108         user's input in VALID, just use it as-is (this will often result
11109         in an error, but it may be OK for e.g. colors using hexadecimal
11110         notation, and at least will yield a better error message).
11112         * window.el (mode-line-window-height-fudge): Function removed.
11113         (height-affecting-face-attributes, mode-line-window-height-fudge):
11114         Variables removed.
11115         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
11116         window is really the right size.  Use vertical-motion
11117         rather than forward-line.
11118         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
11119         (ispell-command-loop, ispell-show-choices): Use the variable
11120         ispell-choices-win-default-height, rather than the function.
11121         (ispell-choices-win-default-height): Function removed.
11122         (ispell-mode-line-window-height-fudge): Function removed.
11124 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
11126         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
11128 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
11130         * paths.el (Info-default-directory-list):
11131         If configure-info-directory is not one of the standard directories,
11132         put it first in the list; otherwise put it last.  Doc string
11133         changed accordingly.
11135         * info.el (Info-directory-list): Change doc string to reflect the
11136         change in Info-default-directory-list.
11138         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
11139         windows-nt as windowed environments, even under -nw.
11141         * startup.el (command-line): Don't call x-backspace-delete-keys-p
11142         if not fboundp.  Switch delete-forward mode for the <delete> key
11143         on all PC platforms, even under -nw.
11145         * term/internal.el ([M-delete]): Remap to M-d.
11147 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
11149         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
11151 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
11153         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
11155 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
11157         * startup.el (command-line): Call delete-key-deletes-forward-mode,
11158         if appropriate.
11160         * simple.el (delete-key-deletes-forward): New user-option.
11161         (delete-key-deletes-forward-mode): New function.
11163         * bindings.el: Bind `delete' to backward-delete-char.
11165         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
11166         Test if symbol is bound before getting its value.
11168         * tooltip.el (tooltip-show): If an error is signaled in
11169         x-show-tip, display that error, and display the help in the
11170         echo area.
11172 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
11174         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
11175         Show "... entries" messages for every 10000 entries, not 10.
11177 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
11179         * bookmark.el: Provide a generic exit hook, as suggested by
11180         Ovidiu Predescu <ovidiu@cup.hp.com>:
11181         (bookmark-exit-hook): New var.
11182         (bookmark-exit-hook-internal): New func, replaces
11183         old raw lambda form in `kill-emacs-hook', and runs new
11184         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
11185         as logically that feature must have been provided if this function
11186         is running.
11187         Removed ;;;###autoload before the `add-hook' call.
11189 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
11191         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
11192         (easy-menu-current-active-maps): New function.
11193         (easy-menu-get-map): Use it.
11194         Make a proper menu entry when creating a new keymap.
11196 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
11198         * international/characters.el: Fix cases and syntaxes for
11199         mule-unicode-0100-24ff.
11201         * dired.el (dired-move-to-filename-regexp): Fixed for the case
11202         that a Japanese character is not appended after day and year.
11204         * info.el (Info-suffix-list): Change format for a command that
11205         requires arguments.
11206         (info-insert-file-contents): Adjusted for the above change.
11208 2000-12-12  Andreas Schwab  <schwab@suse.de>
11210         * tar-mode.el (tar-extract): Base the name of the subfile buffer
11211         on the name of the tar buffer.  Verify that the existing buffer is
11212         visiting the same subfile.
11214 2000-12-12  Dave Love  <fx@gnu.org>
11216         * subdirs.el: Add obsolete.
11218 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11220         * mail/rmailsum.el (rmail-summary-expunge)
11221         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
11222         instead of rmail-confirm-expunge.
11224         * replace.el (perform-replace): Don't use an empty match adjacent
11225         to a non-empty match when computing the next match before the
11226         replacement is performed.
11228 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
11230         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
11231         definition (patch by Stefan Monnier).
11232         (glasses-mode): Use jit-lock instead of `after-change-functions'
11233         (patch by Stefan Monnier).
11235 2000-12-12  Miles Bader  <miles@gnu.org>
11237         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
11238         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
11240 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
11242         * term/mac-win.el: Remove load for ls-lisp.
11244         * loadup.el: Load ls-lisp for system-type `macos'.
11246 2000-12-12  Miles Bader  <miles@gnu.org>
11248         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
11249         Respect field end too.
11250         (just-one-space): Respect fields as `delete-horizontal-space'.
11251         (newline-and-indent, reindent-then-newline-and-indent):
11252         Use `delete-horizontal-space'.
11254 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
11256         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
11257         (so as to obey the field property in the minibuffer).
11259         * obsolete/c-mode.el: Moved from lisp/progmodes.
11260         * obsolete/auto-show.el: Moved from lisp.
11261         * obsolete/ooutline.el: Moved from lisp/textmodes.
11263 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11265         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
11266         changes to list them here.
11268         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
11269         Too many changes to list them here.
11271         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
11272         Too many changes to list them here.
11274         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
11276 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
11278         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
11280         * cus-edit.el (custom-save-variables, custom-save-faces):
11281         Comment fix.
11283         * hscroll.el: Moved to `obsolete' subdir.
11285 2000-12-11  Miles Bader  <miles@gnu.org>
11287         * window.el (window-text-height): Function removed (now in C).
11289 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
11291         * log-edit.el (log-edit-parent-buffer): New var.
11292         (log-edit): Set it.  Add BUFFER argument.
11293         (log-edit-done): Use char-before.
11294         Don't bother checking validity of vc-comment-ring.
11295         Only bury the buffer if log-edit popped it up.
11297         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
11298         (cvs-mode-diff-help): Remove.
11299         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
11300         (cvs-mode-marked): Set up the default for CMD manually.
11302         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
11303         Remove binding for ? now made unnecessary.
11305 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11307         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
11308         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
11310         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
11311         when master file is not open.
11313 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
11315         * progmodes/ada-stmt.el: Update `maintainer'.
11317 2000-12-09  Stephen Gildea  <gildea@stop.mail-abuse.org>
11319         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
11320         choices to match documentation string.
11322 2000-12-09  Miles Bader  <miles@gnu.org>
11324         * minibuf-eldef.el: New file.
11326         * window.el (fit-window-to-buffer): Don't pass last argument to
11327         pos-visible-in-window-p, now that its meaning is inverted.
11329 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
11331         * image.el (create-image): Doc fix; spotted by Per Cederqvist
11332         <ceder@lysator.liu.se>.
11334 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
11336         * autoinsert.el (auto-insert-alist): Add missing final \n.
11338         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
11339         (cvs-menu-map): Remove.
11340         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
11341         (cvs-mode-quit): Turn it back into a plain function.
11343         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
11344         (texinfo-filter): Remove (move to texinfo.el).
11346         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
11347         file where it's more visible.
11348         (texinfo-filter, texinfo-chapter-level-regexp): New variables
11349         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
11350         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
11351         (texinfo-inside-macro-p): Only catch `scan-error's.
11352         (texinfo-inside-env-p): Make better use of the match info.
11353         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
11354         (texinfo-insert-@end): Slight re-organization.
11355         Also remove useless `looking-at' call.
11357 2000-12-08  Andrew Innes  <andrewi@gnu.org>
11359         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
11360         accessible in -nw mode.
11362         * term/w32-win.el: Remove stuff about selection timeout, which is
11363         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
11364         it is accessible in -nw mode.
11366 2000-12-08  Dave Love  <fx@gnu.org>
11368         * emacs-lisp/lisp-mode.el (lisp-mode):
11369         Set font-lock-keywords-case-fold-search.
11371 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
11373         * textmodes/ispell.el (ispell): Doc fix.
11375 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
11377         * international/quail.el (quail-insert-decode-map): Check the
11378         frame width of a window displaying the current buffer, not that of
11379         the selected frame.
11380         (quail-help): Make sure that the help buffer has window before
11381         inserting text in it.
11383 2000-12-07  Sam Steingold  <sds@gnu.org>
11385         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
11386         Backquote is used in isearch.el, so autoloading saves nothing.
11388 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
11390         * startup.el (normal-top-level-add-subdirs-to-load-path):
11391         Ignore the CVS and RCS subdirectories case-insensitively.
11393         * dired.el (dired-insert-directory): If file-system-info is
11394         fboundp, call it instead of invoking dired-free-space-program.
11396 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
11398         * server.el (server-visit-files): Push files on file-name-history.
11400         * progmodes/cc-langs.el: Update copyright.
11402         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
11404         * bindings.el (mode-line-mode-menu): Add glasses-mode.
11406         * bindings.el (mode-line-mode-menu): Reverse the order
11407         of define-keys so that the menu appears in alphabetical order.
11409 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
11411         * progmodes/glasses.el (glasses-mode): Update mode line at the end
11412         of the function.
11414 2000-12-07  Dave Love  <fx@gnu.org>
11416         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
11418         * facemenu.el (facemenu-unlisted-faces): Fix value.
11420 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
11422         * font-lock.el (font-lock-default-fontify-region):
11423         Include the terminating \n (off-by-one error).
11424         (font-lock-set-defaults): Use dolist.
11426         * derived.el (define-derived-mode): Don't use combine-run-hooks.
11428 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
11430         * international/mule-cmds.el (describe-language-environment):
11431         Fix for the case that an input method title is not string but a list.
11433         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
11434         of wrong SIZE record.
11436 2000-12-06  Dave Love  <fx@gnu.org>
11438         * newcomment.el (comment-region, comment-dwim): Doc fix.
11440         * textmodes/texinfo.el: Require tex-mode when compiling.
11441         (texinfo-update-node): Doc fix.
11442         (texinfo-imenu-generic-expression): Add @anchor.
11443         (texinfo-font-lock-keywords): Add @uref.
11444         (texinfo-inside-macro-p): Don't use ignore-errors.
11445         (texinfo-insert-quote): Match more contexts.
11447         * international/mule.el (decode-char, encode-char): Doc fix.
11448         (auto-coding-alist): Customize.
11450         * files.el (load-file): Fix change of 2000-03-12.
11452         * wid-edit.el (widget-text-keymap): Doc fix.
11454 2000-12-06  Andrew Innes  <andrewi@gnu.org>
11456         * makefile.w32-in (lisp): Set to an absolute directory, namely
11457         $(CURDIR).
11459 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
11461         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
11462         read generated-autoload-file, and set buffer-file-coding-system to
11463         raw-text-unix after reading the file.
11465         * international/mule-conf.el (file-coding-system-alist):
11466         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
11468 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
11470         * replace.el (occur): Make line-number-width 1 smaller for the
11471         colon following the line number.
11473         * startup.el (fancy-splash-text, command-line-1):
11474         Use `File' for the menu name instead of `Files'.
11476         * tmm.el: Update copyright.
11478         * cus-start.el: Add entry for even-window-heights.
11480 2000-12-06  Miles Bader  <miles@gnu.org>
11482         * faces.el (frame-set-background-mode): Avoid stomping on
11483         locally modified faces.
11485 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
11487         * international/fontset.el: Correct the font registries for
11488         japanese-jisx0213-1 and japanese-jisx0213-2.
11490 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
11492         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
11494         * iswitchb.el: Update customization commentary.
11496 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
11498         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
11499         (tpu-search-highlight): Fixed comparison of overlay end positions.
11500         (tpu-trim-line-ends): Implemented trimming logic locally.
11502         * emulation/tpu-extras.el (tpu-write-file-hook)
11503         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
11505 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
11507         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
11508         to cn-gb.
11509         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
11511 2000-12-04  Dave Love  <fx@gnu.org>
11513         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
11515 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
11517         * mail/rmailsum.el (rmail-summary-expunge)
11518         (rmail-summary-expunge-and-save): Ask for confirmation with
11519         rmail-expunge-confirmed.
11521         * mail/rmail.el (rmail-expunge-confirmed): New function.
11522         (rmail-expunge): Use it.
11524 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
11526         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
11527         (etags-recognize-tags-table, find-tag-in-order):
11528         New functionality: interpret file names as tags.
11530 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
11532         * info.el (Info-scroll-prefer-subnodes): New defcustom.
11533         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
11534         the first subnode until the bottom of the current node is visible.
11536 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
11538         * format.el (format-decode): Don't change buffer's undo list.
11540 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
11542         * faces.el (face-font-registry-alternatives): Add entries for CJK
11543         fonts.  Doc-string adjusted for the actual usage of this data.
11545         * international/fontset.el: Change the font registries for CJK
11546         fonts in the default fontset.  Don't append '*' to registries.
11548 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
11550         * emacs-lisp/easy-mmode.el (define-derived-mode)
11551         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
11553         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
11554         (derived-mode-p): New function.
11555         (derived-mode-make-docstring): Add `docstring' argument.
11556         Use it if available and complete it if necessary.
11558 2000-12-03  Andreas Schwab  <schwab@suse.de>
11560         * type-break.el (type-break): Don't make parent of itself.
11562 2000-12-03  Miles Bader  <miles@gnu.org>
11564         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
11566 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
11568         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
11569         (tex-main-file, tex-file): Simplify.
11570         (tex-generate-zap-file-name): Use subst-char-in-string.
11571         (tex-strip-dots): Remove.
11573         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
11575         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
11576         to check if the match succeeded.
11578 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
11580         * startup.el (use-fancy-splash-screens-p): New function.
11581         (command-line-1): Use it to determine whether or not to use
11582         a fancy splash screen.
11584 2000-12-02  Andreas Schwab  <schwab@suse.de>
11586         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
11588 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
11590         * international/mule.el (make-char): Fix last change.
11592         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
11593         New defcustoms.
11594         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
11595         autoloading tex-mode; instead, do the same manually.
11596         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
11597         with numeric argument.  Docstring fix.
11598         (toplevel): Require cl when compiling.
11600         * international/mule.el (make-char): Doc fix.
11602 2000-12-02  Jason Rumney  <jasonr@gnu.org>
11604         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
11605         the Emacs Lisp manual)
11607 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
11609         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
11611         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
11612         the Emacs Lisp manual).
11614 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
11616         * simple.el (next-line-add-newlines): Change default to nil.
11618 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
11620         * files.el (revert-buffer, recover-file):
11621         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
11623 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
11625         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
11627 2000-12-01  Miles Bader  <miles@gnu.org>
11629         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
11631 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
11633         * international/mule-diag.el (describe-char-after): Fix typo.
11634         (describe-character-set, non-iso-charset-alist): Fix typo.
11636 2000-12-01  Miles Bader  <miles@gnu.org>
11638         * image-file.el (image-file-name-regexp): Automatically add
11639         upper-case variants of each filename extension in
11640         `image-file-name-extensions', since they seem to be common.
11642         * simple.el (minibuffer-contents)
11643         (minibuffer-contents-no-properties, delete-minibuffer-contents):
11644         New functions.
11645         * filecache.el (file-cache-directory-name)
11646         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
11648 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
11650         * filecache.el (file-cache-minibuffer-complete): Don't try to
11651         delete the minibuffer prompt.
11653 2000-11-30  Dave Love  <fx@gnu.org>
11655         * cus-start.el: Fix read-buffer-function type.
11657 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
11659         * md5.el: Removed.  There's a built-in function, now.
11661 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
11663         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
11664         as dummy 0-th char of rmail-deleted-vector.
11666 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
11668         * ps-print.el (ps-end-job): Bind case-fold-search only after
11669         switching to ps-spool-buffer.
11671 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11673         * ps-print.el: Line number font customization.  PostScript: Lines and
11674         PageCount are initialized on each page.  Doc Fix.
11675         (ps-print-version): New version number (6.3.2).
11676         (ps-lpr-switches, ps-font-info-database, ps-font-size)
11677         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
11678         (ps-right-header): Customization fix.
11679         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
11680         Fix code.
11681         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
11682         New vars.
11684 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
11686         * bs.el: Fix typos and spelling errors.
11687         (bs-appearance) <defgroup>: Renamed from bs-appearence.
11688         (bs-configuration): Doc fix.
11690         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
11692 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
11694         * emulation/tpu-edt.el (tpu-version): New version.
11695         (tpu-search-overlay, tpu-replace-overlay): New initial range.
11696         (tpu-original-mode-line): Variable deleted.
11697         (tpu-mark-flag): New initial value.
11698         (tpu-set-mode-line): Don't redefine mode-line-format.
11699         Add tpu-mark-flag to minor-mode-alist.
11700         (tpu-update-mode-line): New mark flag logic.
11701         (tpu-get): Use find-file-wildcards.
11702         (tpu-search-highlight): Move overlay less, reset overlay properly.
11703         (tpu-unselect): Deactivate mark.
11704         (tpu-lm-replace): Reset overlay properly.
11705         (tpu-forward-line): Use forward-visible-line.
11706         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
11708         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
11710 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
11712         * cus-edit.el (custom-face-value-create): Always emphasize tag.
11714 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11716         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
11717         and skip whitespace and newlines.
11719 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
11721         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
11723 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
11725         * help.el (describe-function-1): Regexp-quote function name
11726         when used as part of a regexp.
11728         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
11729         Use face-attribute instead of face-foreground and face-background.
11730         (tool-bar-add-item): Likewise, and handle unspecified colors.
11732         * enriched.el (enriched-face-ans): Use face-attribute instead
11733         of face-foreground and face-background.
11735         * faces.el (face-foreground, face-background, face-stipple):
11736         Return nil if attribute is unspecified, for backward compatibility.
11738         * files.el (auto-mode-alist): Add an entry for antlr-mode.
11740         * play/5x5.el: Remove version info.
11742         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
11744         * frame.el (blink-cursor-mode): Doc fix.
11746 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
11748         * antlr-mode.el: New commands to run ANTLR from within Emacs and
11749         to create Makefile rules.
11750         (antlr-tool-command): New user option.
11751         (antlr-ask-about-save): New user option.
11752         (antlr-makefile-specification): New user option.
11753         (antlr-file-formats-alist): New variable.
11754         (antlr-special-file-formats): New variable.
11755         (antlr-unknown-file-formats): New user option.
11756         (antlr-help-unknown-file-text): New variable.
11757         (antlr-help-rules-intro): New variable.
11758         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
11759         (antlr-mode-menu): Add entries.
11760         (antlr-file-dependencies): New function.
11761         (antlr-directory-dependencies): New function.
11762         (antlr-superclasses-glibs): New function.
11763         (antlr-run-tool): New command.
11764         (antlr-makefile-insert-variable): New function.
11765         (antlr-insert-makefile-rules): New function.
11766         (antlr-show-makefile-rules): New command.
11768         * antlr-mode.el: More Emacs/XEmacs stuff.
11769         (antlr-no-action-keywords): New constant with value nil.
11770         (antlr-font-lock-keywords-alist): Use it.  Old value would break
11771         syntax highlighting in Emacs-21.0.
11772         (antlr-default-directory): Emacs/XEmacs dependend function.
11773         (antlr-read-shell-command): Ditto.
11774         (antlr-with-displaying-help-buffer): Ditto.
11776 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
11778         * antlr-mode.el: imenu, parsing and highlighting changes.
11779         (antlr-imenu-create-index-function): Don't create extra submenus
11780         for definitions in different grammar classes.  It is not necessary
11781         for the menu and would make command `imenu' awkward to use.
11782         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
11783         header actions and more than one.
11784         (antlr-font-lock-tokendef-face): Changed color.
11785         (antlr-font-lock-tokenref-face): Changed color.
11786         (antlr-font-lock-additional-keywords): Also highlight lowercase.
11787         (antlr-mode-syntax-table): New variable.
11788         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
11789         (antlr-with-syntax-table): Don't copy syntax table.
11791 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
11793         * antlr-mode.el: Minor changes: language setting.
11794         (antlr-language-alist): The value for file option "language" can
11795         be both an identifier and a string.
11796         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
11797         (antlr-language-limit-n-regexp): Change accordingly.
11799 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
11801         * antlr-mode.el: Minor changes: tabs, hiding.
11802         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
11803         (antlr-action-visibility): Also allow value nil to also hide the
11804         braces.  Renamed from `antlr-tiny-action-length'.
11805         Suggested by Jay@aol.com.
11806         (antlr-hide-actions): Change accordingly.  Hide line if completely
11807         hidden action is on a line of its own.
11809 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
11811         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
11813         * sort.el (sort-columns): Don't concat strings with numbers.
11815 2000-11-29  Dave Love  <fx@gnu.org>
11817         * cus-edit.el (face): Fix :format.
11819         * mail/feedmail.el: Require smtpmail when compiling.
11820         (mail-do-fcc): Autoload.
11821         (feedmail) <defgroup>: Fix :link.
11822         (feedmail-nuke-body-in-fcc): Fix :type.
11823         (feedmail-send-it): Add autoload cookie.
11825 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
11827         * newcomment.el (comment-indent): Save excursion around call to
11828         comment-indent-function.
11830 2000-11-29  Miles Bader  <miles@gnu.org>
11832         * subr.el (member-ignore-case): Return the tail of the list who's
11833         car matches, like `member', not the matching element itself.
11835 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
11837         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
11838         should not contain `\n'.
11840 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
11842         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
11844         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
11846         * dired-aux.el (dired-do-create-files): Construct default file
11847         name for dired-mark-read-file-name so that when the user enters
11848         just RET, the target file will end up in the target directory.
11850         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
11851         local-abbrev-table before changing buffers because it might
11852         have a buffer-local binding.
11854 2000-11-28  Miles Bader  <miles@gnu.org>
11856         * simple.el (delete-horizontal-space): Handle fields more generally.
11858 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
11860         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
11862 2000-11-28  Dave Love  <fx@gnu.org>
11864         * progmodes/ps-mode.el (ps-mode): Set comment-start and
11865         comment-start-skip locally.
11867         * progmodes/fortran.el (fortran-mode): Don't set
11868         fortran-comment-line-start-skip.  Set comment-start to
11869         fortran-comment-line-start.
11870         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
11871         (fortran-comment-line-start-skip): Simplify slightly.
11873 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
11875         * play/5x5.el: Remove RCS keyword.
11877         * bs.el: Mistaken commit, undone 2000-11-30.
11879 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
11881         * textmodes/tildify.el (tildify-string-alist):
11882         Add `plain-tex-mode' here.
11884 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
11886         * chistory.el (Command-history-setup): Remove extraneous `keymap'
11887         reference.
11889 2000-11-28  Miles Bader  <miles@gnu.org>
11891         * cus-face.el (custom-face-attributes): Add post-filter function
11892         for :box.  Make pre-filter function for :box handle all cases.
11894         * wid-edit.el (widget-choose): Make sure pop-up window is large
11895         enough to display all the choices, as there's no way to scroll it.
11897 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
11899         * international/mule-conf.el: Make the coding system no-conversion
11900         safe for all characters.
11902 2000-11-27  Dave Love  <fx@gnu.org>
11904         * net/ldap.el (ldap) <defgroup>: Add :version.
11906         * tooltip.el (tooltip-use-echo-area): Doc fix.
11908         * cus-start.el <minibuffer-prompt-properties>: Add version.
11909         <read-buffer-function>: Add.
11911         * apropos.el (apropos-print): Add help-echo to active text.
11913         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
11915 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
11917         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
11918         type, group and version.
11920 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
11922         * select.el (x-get-selection): Docstring fix.
11924 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
11926         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
11928 2000-11-27  Andrew Innes  <andrewi@gnu.org>
11930         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
11932         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
11934 2000-11-27  Miles Bader  <miles@gnu.org>
11936         * dired.el (dired-get-filename): Return filename verbatim if
11937         LOCALP is `verbatim'.
11938         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
11939         `verbatim' so that we don't inadvertently delete a non-existant
11940         directory name.
11942 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
11944         * international/characters.el: Specify cases and syntaxes for
11945         mule-unicode-0100-24ff.
11947 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
11949         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
11950         that foreground and/or background colors of the face `tool-bar'
11951         are unspecified.
11953 2000-11-27  Miles Bader  <miles@gnu.org>
11955         * wid-edit.el (widget-field-buffer, widget-field-start)
11956         (widget-field-end): Handle widget field `pseudo-overlays'.
11957         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
11958         if it's there instead of in `widget-field-list'.
11960         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
11961         (help-make-xrefs): Delete extraneous newlines at the end of the
11962         docstring.
11964 2000-11-25  Jason Rumney  <jasonr@gnu.org>
11966         * startup.el (command-line): Call set-locale-environment after
11967         Window System init file is read, as it can result in a call to
11968         redraw-frame.
11970 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
11972         * simple.el (shell-command): Mention the effect of the prefix
11973         argument in the doc string.
11975 2000-11-25  Miles Bader  <miles@gnu.org>
11977         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
11979         * wid-edit.el (widget-field-value-delete): Don't try to delete
11980         overlay when it's the `pseudo-overlay' that exists at some points.
11982 2000-11-24  Jason Rumney  <jasonr@gnu.org>
11984         * international/mule-cmds.el (locale-language-names): Add "jp" as
11985         a non-standard alternative for Japanese.
11987 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
11989         * vc-hooks.el: Require 'cl during compilation.
11991 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
11993         * faces.el (face-set-after-frame-default): Let face attributes
11994         specified for new frames override frame parameters.
11996         * startup.el (command-line): Fix computation of the source file
11997         for user-init-file when user-init-file is a compiled file.
11999 2000-11-24  Miles Bader  <miles@gnu.org>
12001         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
12002         (custom-post-filter-face-spec): New functions.
12003         (custom-face-set, custom-face-value-create): Filter the face spec
12004         before and after customization.
12005         (custom-face-set): If VALUE specifies a null face, pass a
12006         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
12007         * cus-face.el (custom-face-attributes): Remove SET and GET
12008         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
12009         cases they're needed.
12011         * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
12012         that it's distinguishable from the :off-glyph on dark-background
12013         displays.  Set its background color too.
12015         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
12016         so that people can easily turn it off.
12018 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
12020         * ediff-diff.el: Moved variables around to have it compile under NT.
12022         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
12024         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
12026         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
12027         redundant skip-small-frames test.
12029         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
12030         (viper-downgrade-to-insert): Protect against errors in hooks.
12032         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
12033         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
12034         (viper-restore-cursor-type,viper-set-insert-cursor-type):
12035         New functions.
12037         * viper-util.el (viper-memq-char): Bug fixes.
12039         * viper.el (viper-mode): Fix cursor handling.
12041 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
12043         * international/mule-diag.el (list-iso-charset-chars):
12044         For two-byte charset, fix the `while' condition.
12045         (list-non-iso-charset-chars): Fix the `while' condition.
12047 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
12049         * subr.el (add-hook, remove-hook): Don't call make-local-hook
12050         if the variable is make-variable-buffer-local.
12052         * progmodes/ada-stmt.el (ada-template-map):
12053         Initialize and bind it to C-c t in ada-mode-map.
12054         (ada-stmt-mode-hook): New function extracted from old code.
12055         Only change the buffer-local side of skeleton-*.
12056         (ada-mode-hook): Use it.
12058 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
12060         * iswitchb.el (iswitchb-minibuf-depth): New variable.
12061         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
12062         we expect to be returned by minibuffer-depth once we prompt the
12063         user in the minibuffer.
12064         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
12065         as recorded in iswitchb-minibuf-depth, return non-nil.
12067 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
12069         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
12070         (hscroll-window-maybe): Docstring fix.
12072 2000-11-23  Dave Love  <fx@gnu.org>
12074         * rect.el (string-rectangle): Don't test delete-selection-mode.
12076 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
12078         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
12079         is in the tool bar.
12081         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
12082         with `no-dir'; we want the directory part to be able to remove it.
12084 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
12086         * textmodes/outline.el (outline-flag-region):
12087         Don't bind inhibit-read-only since we don't modify the buffer.
12088         (outline-isearch-open-invisible): Don't jump to overlay-start
12089         since we're trying to unhide text around point.
12090         (outline-discard-overlays): Use dolist.
12092         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
12094 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12096         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
12098 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
12100         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
12101         Fix ARG regexp to skip quoted braces.
12102         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
12103         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
12104         are (correctly) handled separately).
12105         Remove `caption' and `footnote' from `citations': they contain text.
12106         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
12107         (latex-skeleton-end-hook): New function.
12108         (latex-mode): Use it.
12109         (tex-start-tex-marker): Remove.
12110         (tex-send-tex-command): Don't set tex-start-tex-marker.
12111         (tex-error-parse-syntax-table): New var.
12112         (tex-compilation-parse-errors): Use it.
12113         Ignore tex-start-tex-marker.  Don't bother with marker-position.
12114         (tex-validate-buffer): Don't bother with marker-position.
12116         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
12117         (flyspell-generic-progmode-verify): Use it.
12119 2000-11-22  Sam Steingold  <sds@gnu.org>
12121         * simple.el (delete-trailing-whitespace): New interactive function.
12123         * progmodes/ada-mode.el (ada-mode): Use it instead of
12124         `ada-remove-trailing-spaces'.
12125         (ada-remove-trailing-spaces): Removed.
12127         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
12129         * textmodes/picture.el (picture-clean): Removed.
12130         (picture-mode-exit): Call it instead of `picture-clean'.
12132 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12134         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12136         * hi-lock.el (hi-lock-refontify): Don't call non-existent
12137         jit-lock-fontify-buffer; it should anyway be unneccessary to
12138         do anything special when jit-lock is active.
12139         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
12141 2000-11-22  Dave Love  <fx@gnu.org>
12143         * calendar/todo-mode.el (todo-top-priorities): Use
12144         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
12146         * language/chinese.el, language/cyrillic.el:
12147         * language/devanagari.el, language/ethiopic.el, language/greek.el:
12148         * language/hebrew.el, language/indian.el, language/japanese.el:
12149         * language/korean.el, language/lao.el, language/misc-lang.el:
12150         * language/thai.el, language/tibetan.el, language/vietnamese.el:
12151         Use provide.
12153         * cus-edit.el (custom-buffer-create-internal): Save some consing.
12154         (custom-variable-set): Improve validation error mesage.
12156         * rect.el (string-rectangle): Revert last change.
12157         (string-rectangle-line): New arg DELETE.
12158         (string-rectangle): Check delete-selection-mode.
12160         * emacs-lisp/edebug.el (edebug-version)
12161         (edebug-maintainer-address): Deleted.
12162         (edebug-submit-bug-report): Just alias to report-emacs-bug.
12163         (edebug-read-function): Account for other `'#' read forms.
12164         (edebug-mode-menus): Make some items toggles.
12165         (edebug-outside-unread-command-event, unread-command-event):
12166         Remove these to avoid warnings.
12168 2000-11-22  David Ponce  <david@dponce.com>
12170         * recentf.el (recentf-menu-items-for-commands)
12171         (recentf-make-menu-items, recentf-make-menu-item)
12172         (recentf-filter-changer): Added :help and :active menu-item properties.
12174         (recentf-build-dir-rules, recentf-dump-variable)
12175         (recentf-edit-list, recentf-open-files-item)
12176         (recentf-open-files): Replaced unnecessary `mapcar' with new
12177         built-in `mapc'.
12179 2000-11-23  Miles Bader  <miles@gnu.org>
12181         * faces.el (menu): Make inverse-video on ttys too.
12183 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
12185         * simple.el (comment-line-break-function): Use the new name
12186         indent-new-comment-line -> comment-indent-new-line.
12187         (clone-indirect-buffer): Don't ignore NORECORD.
12188         (next-completion): Properly handle the case where items are adjacent.
12190         * mouse.el (popup-menu): Stupid typo.
12192 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12194         * emacs-lisp/authors.el: Remove autoload cookies, add author,
12195         maintainer, keywords tags.
12197         * rect.el (replace-rectangle): Don't call string-rectangle-line
12198         with too many arguments.
12200 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
12202         * ediff-util.el (ediff-file-checked-out-p)
12203         (ediff-file-checked-in-p): Call vc-state instead of
12204         vc-locking-user, which no longer exists.
12206         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
12208 2000-11-22  Dave Love  <fx@gnu.org>
12210         * md5.el (md5): Provide.
12211         (md5): Fix error call.
12213 2000-11-22  Miles Bader  <miles@gnu.org>
12215         * textmodes/refill.el (refill-adjust-ignorable-overlay)
12216         (refill-fill-paragraph-at): Remove debugging code.
12218         * calendar/calendar.el (generate-calendar-window): When we don't
12219         call `fit-window-to-buffer', make sure the top line is fully visible.
12221         * image-file.el (insert-image-file): Don't make `read-only'
12222         property rear-nonsticky.
12224         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
12225         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
12226         stashing away its original value.
12227         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
12228         in the recursive edit.
12229         Bind `isearch-original-minibuffer-message-timeout' to protect it.
12230         (isearch-done): Restore `minibuffer-message-timeout'.
12232         * cus-start.el: Remove entry for `mode-line-inverse-video'.
12234 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12236         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
12238         * find-lisp.el (find-lisp-find-files-internal):
12239         Use dolist, when and file-name-as-directory.
12241         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
12242         (define-derived-mode, define-minor-mode): Add specs.
12244         * window.el: General comment and spacing fixes.
12245         (save-selected-window): Use backquotes.
12246         (window-safely-shrinkable-p): New function.
12247         (shrink-window-if-larger-than-buffer): Use it.
12249         * subr.el (make-local-hook): Docstring fix.
12251         * shell.el (shell-mode): Use define-derived-mode.
12253         * newcomment.el (comment-indent): Insert comment before calling
12254         comment-indent-function.  Don't insert in column 0.
12255         (comment-dwim): Indent before inserting comment.
12257         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
12258         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
12259         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
12260         Use mapc rather than map.
12262         * files.el (find-buffer-visiting): Compare all attributes before
12263         declaring two files identical (rather than just their inode-no).
12264         (auto-mode-alist): Use \' rather than $.
12266         * which-func.el: Update maintainer line.
12268         * pcvs.el (uniquify-buffer-file-name): Remove advice.
12269         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
12270         (uniquify-buffer-file-name): Use it.
12272 2000-11-22  Miles Bader  <miles@gnu.org>
12274         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
12275         * simple.el (minibuffer-avoid-prompt): New function.
12277 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
12279         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
12281 2000-11-21  Miles Bader  <miles@gnu.org>
12283         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
12284         inclusion of `track-mouse'.
12286         * textmodes/refill.el (refill-ignorable-overlay): New variable.
12287         (refill-adjust-ignorable-overlay): New function.
12288         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
12289         only the paragraph's tail if possible.
12290         Update `refill-ignorable-overlay'.
12291         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
12293         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
12294         point inside the fill-prefix.
12296         * textmodes/refill.el (refill-post-command-function): Don't reset
12297         refill-doit in the case where a self-insertion command doesn't
12298         case a refill.  Use `refill-fill-paragraph-at', getting position
12299         from `refill-doit'.
12300         (refill-after-change-function): Set `refill-doit' to END.
12301         (refill-fill-paragraph-at): New function, mostly from old
12302         refill-fill-paragraph.
12303         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
12304         (refill-pre-command-function): New function.
12305         (refill-mode): Add it to `pre-command-hook'.
12307 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
12309         * textmodes/artist.el (artist-mode): Fix autoload cookie.
12311         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
12312         javadoc tags.
12314 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
12316         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
12317         vc.el).
12319         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
12320         require vc.
12322         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
12323         checkouts.
12325 2000-11-20  Dave Love  <fx@gnu.org>
12327         * Makefile.in (DONTCOMPILE): Omit bindings.el.
12329 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
12331         * calculator.el (calculator-paste): Use `if' instead of `and'
12332         and `or'.
12333         (calculator-help): Don't use electric-describe-mode for XEmacs.
12335 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
12337         * info.el (info-menu-5): Doc fix.
12339         * textmodes/artist.el: New file.
12341 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
12343         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
12344         and differentiate according to checkout model.
12345         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
12346         since this function is only concerned with master state.
12348         * vc-hooks.el (vc-workfile-unchanged-p)
12349         (vc-default-workfile-unchanged-p): Moved here from vc.el.
12351         * vc.el (vc-workfile-unchanged-p)
12352         (vc-default-workfile-unchanged-p): See above.
12354 2000-11-19  Miles Bader  <miles@gnu.org>
12356         * image-file.el (insert-image-file): Make `intangible' and
12357         `read-only' properties rear-nonsticky too.
12359 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
12361         * ps-print.el: Update copyright notice.
12363         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
12364         (tooltip-show): Use the offsets.
12366         * bindings.el (mode-line-modified): Fix a typo.
12367         (mode-line-toggle-modified, mode-line-widen)
12368         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
12370 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
12372         * ps-print.el (toplevel): Test for find-coding-system being
12373         fboundp before calling ps-x-find-coding-system.
12375 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
12377         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
12378         (vc-version-backup-file): Docstring fix.
12380 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
12382         * files.el (basic-save-buffer): Don't add a newline if
12383         find-file-literally is non-nil.
12384         (find-file-literally): Extend doc string.
12386         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
12387         sort(1) with the `-f' argument.
12389 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
12391         * vc.el: Updated backend documentation.
12392         (vc-default-check-headers): New function.
12394         * vc-{cvs,rcs,sccs}.el: Functions reordered.
12396         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
12397         up-to-date.
12398         (vc-do-command): In the asynchronous case, output messages only if
12399         the minibuffer is not active.
12401         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
12402         `vc-cvs-use-edit' is on.
12403         (vc-cvs-checkout): When this is used for reverting the workfile,
12404         make a backup of the original contents and revert to that in case
12405         of error.
12406         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
12407         remote repositories.
12409         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
12410         for both version and ratio in the minibuffer.
12412         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
12413         Use vc-do-command to perform the annotation, not call-process.
12415 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
12417         * international/quail.el (quail-start-translation): Don't call
12418         `message' before reading key sequence.
12420 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
12422         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
12424 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
12426         * window.el (fit-window-to-buffer): Be sure to acquire at least
12427         one text line even if the buffer is empty.
12429 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
12431         * net/ange-ftp.el (ange-ftp-file-writable-p)
12432         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
12433         Bind ange-ftp-process-verbose to nil.
12435 2000-11-15  Dave Love  <fx@gnu.org>
12437         * wid-edit.el (widget-specify-field, widget-specify-button):
12438         If :help-echo is a function, set help-echo of overlay to
12439         widget-mouse-help.
12440         (widget-mouse-help): New function.
12441         (widget-echo-help): Rewritten for :help-echo functions only taking
12442         a widget arg.
12444         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
12445         Use display-graphic-p.
12446         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
12447         and that JPEG is available.
12448         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
12450         * international/mule-cmds.el (locale-charset-language-names):
12451         Match @euro.
12453 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
12455         * faces.el (face-set-after-frame-default):
12456         If `inhibit-default-face-x-resources' is bound, don't intialize the
12457         default face from X resources.
12459 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
12461         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
12462         Don't set EMACSLOADPATH.
12464 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
12466         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
12467         texinfo-insert-@url.
12468         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
12469         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
12471 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
12473         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
12474         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
12475         (checkdoc-minor-keymap): Backward compatibility.
12476         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
12477         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
12478         (checkdoc-this-string-valid-engine): Be a bit more strict
12479         to avoid matching substrings of `...' quoted vars/funs.
12480         (checkdoc-defun-info): Only look for `interactive' if alone.
12481         (debug-ignored-errors): Add "arg doesn't appear in docstring".
12483         * progmodes/compile.el (grep): `tag-default' can be nil.
12485         * newcomment.el (comment-indent): Paren typo.
12487 2000-11-14  Dave Love  <fx@gnu.org>
12489         * calculator.el: New maintainer version.
12491         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
12493         * cmuscheme.el: Doc fixes.
12494         (cmuscheme) <defgroup>: Use `scheme' as parent.
12495         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
12497         * xscheme.el (scheme-program-name): Don't define here.
12499         * progmodes/scheme.el (scheme-program-name): New variable
12500         (originally in cmuscheme).
12502 2000-11-14  Miles Bader  <miles@gnu.org>
12504         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
12505         Handle header-lines.  Don't loop forever if we can't enlarge the
12506         window anymore.  Simplify a bit.
12508 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
12510         * window.el (fit-window-to-buffer): Don't check
12511         window-text-height.  Assure that the last line is fully visible.
12513         * international/quail.el (quail-show-guidance-buf):
12514         Call fit-window-to-buffer to assure the enough height of the guidance
12515         buffer.
12516         (quail-update-guidance): Avoid making the guidance buffer shorter.
12518 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
12520         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
12521         rather than `prepend' and add an interesting comment.
12522         (tex-math-face, tex-font-lock-syntactic-face-function):
12523         New face and function to use it.
12524         (tex-define-common-keys, tex-mode-map): Use menu-item rather
12525         than `menu-enable' symbol property.
12526         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
12527         (tex-mode): Add some latex-mode commands for auto-selection.
12528         Use tex-font-lock-syntactic-face-function.
12529         (tex-insert-quote): Simplify.
12530         (tex-shell): New mode.
12531         (tex-start-shell): Use it.
12532         (tex-shell-proc, tex-shell-buf): New functions.
12533         (tex-send-command): Use it.
12534         (tex-main-file): Fix the meaning of the new arg REALFILE.
12535         (tex-send-tex-command): New function split from `tex-start-tex'.
12536         Set compilation-last-buffer and compilation-parsing-end.
12538         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
12539         when it follows non-comment text on the line.
12541         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12542         Set font-lock-defaults.
12543         (lisp-mode-shared-map): Init inside the defvar.
12544         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
12545         Use define-derived-mode.
12547 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
12549         * faces.el (header-line): Use `:box nil' for color/gs displays too.
12551 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
12553         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
12554         Don't recursively optimize body because that can lead to infinite
12555         recursion; see comment there.
12557 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
12559         * faces.el (face-spec-set-match-display): Revert the change from
12560         2000-10-24.  Add a FIXME for after v21.1.
12562 2000-11-13  Miles Bader  <miles@gnu.org>
12564         * textmodes/fill.el (skip-line-prefix): New function.
12565         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
12566         (fill-paragraph): Don't leave point inside the fill-prefix.
12567         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
12568         point inside the fill-prefix.
12570 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
12572         * calendar/calendar.el (generate-calendar-window):
12573         Use `fit-window-to-buffer'.
12575 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
12577         * gud.el (gud-minor-mode): New var.
12578         (gud-symbol, gud-val): New functions.
12579         (gud-find-file): Copy gud-minor-mode to the new buffer.
12580         (gud-menu-map): Include entries for commands that are not always
12581         available, using :enable to (de)activate them.
12582         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
12583         (gud-mode-map): New map.
12584         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
12585         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
12586         Don't set up gud's menu (it's done by the minor-mode).
12587         (gud-minibuffer-local-map): New.
12588         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
12589         (gud-query-cmdline): New function.
12590         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
12591         (gud-mode): Use define-derived-mode.
12592         Don't set up gud's menu (it's done by the minor-mode).
12593         (gud-chop-words): Remove.
12594         (gud-common-init): Use split-string instead.
12595         (gud-new-keymap, gud-make-debug-menu): Eradicate.
12597         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
12598         Add keyword arg :name.
12600         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
12601         (diff-count-matches, diff-split-hunk): New functions.
12602         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
12604         * pcvs-info.el (cvs-fi-conflict-face): New var.
12606         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
12607         Make it into a simple syntax-table, shared among all submodes.
12608         (sh-heredoc-face): Re-introduce.
12609         (sh-font-lock-syntactic-face-function): New function.
12610         (sh-mode): Use it.  Also use define-derived-mode.
12611         Remove old bogus setting of indent-region-function.
12612         (sh-set-shell): Don't set the syntax-table any more.
12613         (sh-mode-syntax-table) <defun>: Remove.
12615 2000-11-12  Miles Bader  <miles@gnu.org>
12617         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
12618         message if interactive.
12620 2000-11-12  Dave Love  <fx@gnu.org>
12622         * mail/feedmail.el: Fix header,
12623         (feedmail) <defgroup>: Add :link.
12625         * view.el: Use local-map property, not keymap on mode-line string.
12627         * scroll-all.el (scroll-all-mode): Customize variable.
12628         Add autoload cookie to function.
12630         * lazy-lock.el: Remove compatibility code.
12632         * finder.el (finder-known-keywords): Add `files', remove `vms'.
12633         (finder-help-echo): New variable.
12634         (finder-mouse-face-on-line): Add help-echo stuff.
12635         (finder-list-keywords, finder-list-matches): Use mapc.
12637         * faces.el (face-font-registry-alternatives): Add :version.
12639         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
12640         tags-table-list.
12642         * net/browse-url.el (browse-url-browser-function): Update :version.
12644         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
12645         (mail-mode): Use [:alnum:] in some regexps.
12647 2000-11-10  Dave Love  <fx@gnu.org>
12649         * ediff.el (ediff-regions-internal, ediff-documentation):
12650         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
12651         fundamental mode.
12653         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
12654         buffer into fundamental mode.
12655         (ediff-set-difference): Use copy-sequence if available.
12657         * ediff-ptch.el (ediff-dispatch-file-patching-job):
12658         Check ediff-patch-map non-nil.
12659         (ediff-fixup-patch-map, ediff-fixup-patch-map)
12660         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
12661         buffer into fundamental mode.
12663         * ediff-merg.el (state-or-merge): Defvar when compiling.
12665 2000-11-10  Jason Rumney  <jasonr@gnu.org>
12667         * w32-fns.el (w32-add-charset-info): New function.
12668         (w32-charset-info-alist): Use it.
12670 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
12672         * faces.el (face-font-registry-alternatives): New user-option.
12674 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
12676         * textmodes/texinfo.el (texinfo-block-default): New var.
12677         (texinfo-insert-block): Use it.  Insert a newline if needed.
12679         * textmodes/fill.el (fill-indent-according-to-mode): New var.
12680         (fill-region-as-paragraph): Use it.
12682         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
12683         (latex-mode): Tweak tex-*-(head|trail)er regexps.
12684         Tweak paragraph regexps to allow a leading [ \t]*.
12685         (tex-latex-block): Insert a newline if necessary.
12686         (latex-insert-item): Only insert a newline if necessary.
12687         (tex-guess-main-file): New function.
12688         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
12689         Set tex-main-file if TeX-master is provided.
12690         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
12692 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
12694         * startup.el (command-line): Set the default tooltip-mode
12695         to t for graphical displays which implement x-show-tip.
12697         * tooltip.el (tooltip-mode): Add a comment about startup.el
12698         setting the default value of this user-option.
12700 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
12702         * font-lock.el (font-lock-*-face) <defvar>: Move.
12703         (font-lock-defaults-alist): Mark obsolete.
12704         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
12705         (font-lock-mode): Use define-minor-mode.
12706         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
12707         (font-lock-turn-off-thing-lock): Be more explicit.
12708         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
12709         (font-lock-syntactic-face-function): New var.
12710         (font-lock-fontify-syntactically-region): Use it.
12711         (font-lock-doc-face): New.
12713         * pcvs.el (cvs-enabledp): Ignore errors.
12714         (cvs-commit-filelist): Never query.
12715         (cvs-mode-insert): Always add a terminating / in the initial prompt.
12716         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
12717         (cvs-do-removal): Use cvs-partition rather than delete-if.
12718         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
12719         cvs-bury-buffer.
12721         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12722         Allow `next' to jump to after the end of the last match.
12724 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
12726         * simple.el (byte-compiling-files-p): New function.
12728         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
12729         if it is there.
12731         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
12732         nil again.
12734         * textmodes/ispell.el (ispell-library-path): Don't call
12735         check-ispell-version when byte-compiling because that starts
12736         an ispell process, and ispell might not be installed.
12737         (toplevel): Don't set up a menu when byte-compiling.
12739         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
12740         it, so that a boundp test can be used to determine if we're
12741         currently byte-compiling.
12743 2000-11-09  Dave Love  <fx@gnu.org>
12745         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
12747 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12749         * ps-print.el: Patch for variable initialization when spooling.
12750         Doc fix.
12751         (ps-output-list): Fun eliminated.
12752         (ps-begin-file, ps-begin-job): Code fix.
12754 2000-11-08  Dave Love  <fx@gnu.org>
12756         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
12758 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
12760         * simple.el (shell-command, display-message-or-buffer)
12761         (shell-command-on-region): Mention resize-mini-windows in the doc
12762         string.
12763         (display-message-or-buffer): Take the value of resize-mini-windows
12764         into account.
12766 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
12768         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
12770         * dired.el (dired-between-files): Add `^. find' as an alternative
12771         to the regular expression, for find-dired.
12773 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
12775         * textmodes/texnfo-upd.el: Require texinfo.
12776         (defmacro, defgroup): Remove.
12777         (texinfo-section-to-generic-alist): Remove.
12778         Use texinfo-section-list instead (i.e. level is changed string->int).
12779         (texinfo-filter): New function.
12780         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
12781         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
12782         Use it.  And use regexp-opt.
12783         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
12784         (texinfo-update-menu-region-beginning)
12785         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
12786         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
12787         (texinfo-update-menu-same-level-regexps): Update.
12788         (texinfo-update-node, texinfo-every-node-update)
12789         (texinfo-sequential-node-update): Remove autoload cookie.
12791         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
12792         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
12793         (texinfo-chapter-level-regexp): Remove.
12794         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
12796 2000-11-06  Dave Love  <fx@gnu.org>
12798         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
12800         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12801         Match defun*.
12803 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
12805         * composite.el (composition-function-table): Variable declaration
12806         moved to src/composite.c.
12807         (compose-chars-after): New optional arg object.
12809 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
12811         * bindings.el (mode-line-toggle-read-only)
12812         (mode-line-toggle-modified, mode-line-widen)
12813         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
12814         (make-mode-line-mouse2-map): Rewritten.
12815         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
12816         functions so that C-h k can show something with a doc string.
12818         * startup.el (fancy-splash-delay): Set to 10 seconds.
12819         (fancy-splash-max-time): New user-option.
12820         (fancy-splash-stop-time): New variable.
12821         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
12822         (fancy-splash-screens-1): Throw `stop-splashing' when current
12823         time is greater than fancy-splash-stop-time.
12825 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
12827         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
12829         * pcvs.el (cvs-mode-marked): New arg `noquery'.
12830         Prompt user for a file rather than raising an error.
12831         (cvs-enabledp): Fix call to cvs-mode-marked.
12832         (cvs-insert-file): New function (extracted from cvs-mode-insert).
12833         (cvs-mode-insert): Use it.  Change the init prompt' value.
12834         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
12836         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
12837         Don't pass default arg to ewoc-locate.
12838         (ewoc-collect): Return result in the right order.
12840         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
12842         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
12843         (cvs-status-get-tags): Fix regexp.
12844         (cvs-status-trees, cvs-status-cvstrees):
12845         Combine after change hooks and don't sit-for.
12846         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
12847         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
12848         Use make-char rather than hard-coded cryptic data.
12849         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
12851         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
12853         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
12854         (cvs-insert-strings): New function.
12856 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
12858         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
12859         `mwheel-scroll-amount'.
12860         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
12861         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
12862         string-matching against the version string.
12864 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
12866         * language/thai.el ("Thai"): Set a lisp form that produces
12867         composed string in `sample-text' language info.
12869         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
12870         composed string in `sample-text' language info.
12872         * international/mule-cmds.el (describe-language-environment):
12873         Eval `sample-text' data and insert the result.
12875         * international/mule-conf.el (compound-text): Define this coding
12876         system here.  Make x-ctext and ctext aliases of it.
12878         * language/european.el (compound-text, ctext): Moved to
12879         international/mule-conf.el.
12881 2000-11-05  Andrew Innes  <andrewi@gnu.org>
12883         * w32-fns.el (w32-version): New function.
12885 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
12887         * progmodes/awk-mode.el: Update copyright.
12888         (awk-mode-abbrev-table): Remove.
12889         (awk-font-lock-keywords): Use regexp-opt.
12890         (awk-mode): Use define-derived-mode.
12892         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
12893         when extracting a suffix.
12895 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
12897         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
12898         auto-save-mode.
12900 2000-11-04  Jason Rumney  <jasonr@gnu.org>
12902         * language/european.el (decode-mac-roman): Test against r1 not r0.
12904 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12906         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
12907         (icon-mode): Define indent-line-function.
12908         (icon-comment-indent): Simplify.
12909         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
12911         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
12913         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
12914         Bind change-log-default-mode to defeat the caching done on it.
12915         Don't bother saving excursion any more.
12917         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
12919         * frame.el (after-setting-font-hook): Rename hooks -> hook.
12920         (set-frame-font): Use the new name (and the old for compatibility).
12922         * toolbar/tool-bar.el (tool-bar-mode):
12923         * time.el (display-time-mode):
12924         * recentf.el (recentf-mode):
12925         * paren.el (show-paren-mode):
12926         * mwheel.el (mouse-wheel-mode):
12927         * msb.el (msb-mode):
12928         * jka-compr.el (auto-compression-mode):
12929         * image-file.el (auto-image-file-mode):
12930         * hl-line.el (hl-line-mode):
12931         * delsel.el (delete-selection-mode):
12932         * autoinsert.el (auto-insert-mode):
12933         * complete.el (partial-completion-mode): Drop unneeded positional args.
12935         * info.el (Info-mode):
12936         * comint.el (comint-mode): Don't bother with make-local-hook.
12938         * log-edit.el (log-edit-menu): New menu.
12940 2000-11-03  Miles Bader  <miles@gnu.org>
12942         * wid-edit.el (widget-end-of-line): Reinstate, with a new
12943         definition, so that trailing spaces are handled properly.
12944         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
12946 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
12948         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
12949         tab character.
12950         (fancy-splash-screens): Set tab-width to 20.
12952 2000-11-03  Dave Love  <fx@gnu.org>
12954         * comint.el (comint-completion-addsuffix): Fix custom type.
12956 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
12958         * font-lock.el (font-lock-buffers): Remove.
12959         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
12960         (font-lock-change-major-mode): Remove.
12961         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
12962         (font-lock-default-fontify-region): Extend the multiline
12963         fontification to whole lines.
12964         (font-lock-fontify-anchored-keywords)
12965         (font-lock-fontify-keywords-region): If matching just one
12966         line (with \n) only mark the \n as multiline.
12968         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
12969         Correctly handle the case where several :group args are supplied.
12970         Allow :extra-args.
12971         (easy-mmode-define-global-mode): Allow :extra-args.
12972         Correctly handle the case where several :group args are supplied.
12974 2000-11-02  Miles Bader  <miles@gnu.org>
12976         * calendar/calendar.el (diary-face, calendar-today-face)
12977         (holiday-face): Remove dependency on `window-system'.
12979 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
12981         * Makefile.in (emacs): Set EMACSLOADPATH always.
12982         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
12983         (compile-files): Bomb out if compilation of a file fails.
12985 2000-11-02  Dave Love  <fx@gnu.org>
12987         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
12989 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
12991         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
12992         punctuation in the warning inserted into the *mail* buffer.
12994 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
12996         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
12997         (authors-public-domain-p): New function.
12998         (authors-print): Use it.
13000         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
13002         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
13004 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13006         * ps-print.el: Extension for even/odd printing.  Doc fix.
13007         (ps-print-version): New version number (6.3.1).
13008         (ps-even-or-odd-pages): Customization fix.
13009         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
13010         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
13011         (ps-page-count): Var replaced by `ps-page-column'.
13012         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
13013         (ps-print-sheet-p): New fun.
13015 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
13017         * tooltip.el (tooltip-gud-tips-setup): New function.
13018         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
13019         (tooltip-mode): Call tooltip-gud-tips-setup.
13020         (tooltip-gud-tips): Use `gud-basic-call' instead of
13021         process-send-string, so the prompt gets frobbed appropriately.
13022         Handle nil return value from `tooltip-gud-print-command'.
13024 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
13026         * comint.el (comint-add-to-input-history): New function.
13027         (comint-send-input): Use `comint-add-to-input-history'.
13029 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
13031         * info.el (info-menu-header): New face.
13032         (Info-fontify-menu-headers): New function.
13033         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
13035         * info.el (Info-insert-dir): Don't include blank lines at
13036         beginning of additional dir files (one is added automatically).
13038 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13040         * emacs-lisp/easy-mmode.el (define-minor-mode):
13041         Revert the latest changes.
13042         Allow the three positional arguments to be skipped and replaced
13043         by keyword arguments.
13044         Add a :toggle argument to determine whether a nil arg means toggle
13045         or means turn-on.  The default is unchanged.
13046         Add a call to force-mode-line-update.
13048 2000-11-01  Dave Love  <fx@gnu.org>
13050         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
13052 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
13054         * calendar/calendar.el (diary-face, holiday-face):
13055         Add dark-background variants.
13057 2000-10-31  Sam Steingold  <sds@gnu.org>
13059         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
13060         `tex-main-file' does not have directory in it.
13062 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
13064         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
13066 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
13068         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
13069         functional change.
13071 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
13073         * files.el (find-file-noselect): When we expand a wildcard, return
13074         a list of buffers, as we should do according to the doc string.
13076 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
13078         * loadup.el (top level): Adjust load path if program name is
13079         "../src/bootstrap-emacs", in case it's not dumped and thus the
13080         load path adjustment hasn't already been done.
13082 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13084         * ps-print.el: Fix bug on selected pages for printing.
13085         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
13086         is on.  Try to avoid warning messages when compiling.  Doc Fix.
13087         (ps-print-version): New version number (6.3).
13088         (ps-color-device): Use `color-values' to determine if device
13089         supports color.
13090         (ps-color-values): Try to use `x-color-values' when using XEmacs.
13091         (ps-print-page-p): Changed from defsubst to defun.
13092         (ps-page-number): Changed from defmacro to defun.
13093         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
13094         printing.
13095         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
13096         (ps-end-file, ps-dummy-page): Funs eliminated.
13097         (ps-print-color-scale): Changed default value.
13098         (ps-page-n-up, ps-print-page-p): New internal vars.
13099         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
13100         (ps-plot-region, ps-generate, ps-end-job): Code fix.
13102         * delim-col.el: Little programming improvement.
13103         (delimit-columns-str): New macro.
13104         (delimit-columns-region, delimit-columns-rectangle): Code fix.
13106 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
13108         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
13109         Moved to european.el.
13110         (ccl-encode-mac-roman-font, fontset-mac): Modified for
13111         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
13112         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
13113         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
13115 2000-10-30  Dave Love  <fx@gnu.org>
13117         * progmodes/cc-menus.el (imenu-generic-expression)
13118         (imenu-progress-message): Only defvar when compiling.
13120         * emacs-lisp/elp.el (elp-unload-hook): New function.
13122         * loadhist.el (unload-feature): Call elp-restore-function,
13123         checking for symbols; don't use elp-restore-all.
13124         (loadhist-hook-functions): Doc fix.
13126 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
13128         * log-edit.el (log-edit-confirm): Fix the default.
13130 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13132         * delim-col.el: Little fix: replace delimit-columns-align-columns by
13133         delimit-columns-format.
13134         (delimit-columns-region, delimit-columns-rectangle): Code fix.
13136 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
13138         * comint.el (comint-replace-by-expanded-history): Don't use
13139         comint-get-old-input (we're not looking at *old* input).
13140         (comint-get-old-input-default): If using fields, signal an error
13141         when the point is not in an input field.
13143 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
13145         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
13146         and mule-unicode-e000-ffff.
13148         * international/mule.el (decode-char, encode-char): New functions.
13149         (make-coding-system): Accept a symbol of translation table as a
13150         value of property `safe-chars'.
13152         * international/mule-cmds.el (encode-coding-char): Check property
13153         safe-chars instead of safe-charsets.
13155         * international/fontset.el (fontset-default): Modified for
13156         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
13157         (x-font-name-charset-alist): Likewise.
13158         (ccl-encode-unicode-font): New CCL program.  Record it in
13159         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
13161         * language/european.el (mac-roman-decoder, mac-roman-encoder):
13162         New translation tables.
13163         (decode-mac-roman, encode-mac-roman): Definition of these CCL
13164         programs are modified and moved from mac-win.el.
13165         (mac-roman): Definition of this coding system is modified and
13166         moved from mac-win.el.
13168 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
13170         * ediff-wind.el (ediff-setup-control-frame): Enclose
13171         face-attribute in condition-case to avoid errors in older emacsen.
13173 2000-10-29  Miles Bader  <miles@gnu.org>
13175         * custom.el (custom-add-to-group): Allow multiple entries for a
13176         given value OPTION, as long as their widget types are different.
13177         * cus-edit.el (custom-face-value-create): If face name doesn't end
13178         with "face", add such here (similar to custom group widgets).
13180         * comint.el (comint-highlight-prompt): Add :type.
13182 2000-10-28  John Wiegley  <johnw@gnu.org>
13184         * calendar/timeclock.el (timeclock-log): Doc fix.
13185         (timeclock-last-event): Doc fix.
13186         (timeclock-log): Kill the timelog buffer after appending a new event.
13187         (timeclock-find-discrep): Use a temp buffer to read in the
13188         timelog, instead of visiting the file.
13189         (timeclock-log-data): A new function, along with a host of helper
13190         functions, for the purpose of making timelog data accessible to
13191         programmers.
13193         * eshell/esh-mode.el (window-height test): Make certain that
13194         `eshell-stringify-t' is non-nil.
13195         (eshell-password-prompt-regexp): Changed to a much simpler
13196         password regexp.
13197         (eshell-send-input): If `eshell-invoke-directly' returns t,
13198         directly invoke the parsed command using `eval'.  This improves
13199         turn-around time on simple commands by a factor of three or
13200         greater, such as cd, ls, pwd, etc. -- which get used very often.
13201         It also conserves thousands of cons cells per call (since
13202         `eshell-do-eval' consumes memory like a Cookie Monster set loose
13203         in the Pacific Cookie Company).
13205         * eshell/esh-test.el (eshell-test): Whitespace fix.
13207         * eshell/em-ls.el (eshell-ls-insert-directory):
13208         Make `eshell-ls-initial-args' nil when inserting directory contents.
13210         * eshell/em-script.el (eshell-script-initialize): Add names to
13211         `eshell-complex-commands, since `source' and `.' are complex.
13213         * eshell/esh-cmd.el (eshell-rewrite-for-command)
13214         (eshell-rewrite-while-command): Use `eshell-protect' instead of
13215         `eshell-copy-handles'.
13216         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
13217         bodies.
13218         (eshell-separate-commands): Whitespace fix.
13219         (eshell-complex-commands): Added a new list of names, for
13220         determining whether a given command is as simple as it looks.
13221         (eshell-invoke-directly): New function.  Returns t if a command
13222         should be invoked directly (using `eval'), rather than indirectly
13223         using `eshell-do-eval'.
13224         (eshell-do-eval): Whitespace fix.
13226         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
13227         which provides an emulation of the DOS shell behavior of assuming
13228         that cp/mv/ln should copy/move/link to the current directory.
13229         (eshell-remove-entries): Added a doc string.
13230         (eshell-shuffle-files): Removed the check for `target' being null.
13231         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
13232         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
13233         it to do a smarter check of whether a destination was provided.
13234         (eshell/mv, eshell/cp): Enable `:preserve-args'.
13235         (eshell/ln): Enable `:preserve-args', and use
13236         `eshell-mvcpln-template' to implement the body of the function.
13237         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
13238         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
13239         list after flattening it.  This makes it possible to cat files
13240         with numerical names.
13241         (eshell-unix-initialize): Added several names to
13242         `eshell-complex-commands.
13243         (eshell-unix-command-complex-p): Return t if a given command name
13244         may result in external processes being invoked.
13246         * eshell/em-glob.el (eshell-glob-show-progress): Make this
13247         variable nil by default, since it slows down glob processing by a
13248         factor of two or more, and increases memory consumption.
13250         * eshell/em-smart.el: Added a note about how memory consumptive
13251         smart display mode can be (at least this is true in Emacs 21).
13252         (eshell-smart-initialize): Whitespace fix.
13253         (eshell-refresh-windows): Use `if' instead of `when'.
13254         (eshell-smart-scroll-window): Calling `save-current-buffer' was
13255         not necessary.
13256         (eshell-currently-handling-window): Added a missing global variable.
13258         * eshell/em-ls.el (eshell-do-ls): Code simplification.
13259         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
13260         Whitespace fix.
13261         (eshell-ls-exclude-hidden): Added this variable in addition to
13262         `eshell-ls-exclude-regexp'.  This one prevents files beginning
13263         with . from even being read, which can improve memory consumption
13264         quite a bit.
13265         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
13266         read file entries beginning with a dot.  In home directories with
13267         lots of hidden files, fully two-thirds of the time spent in ls is
13268         used to read directory entries that are immediately thrown away.
13269         (eshell-ls-initial-args): Added back this configuration variable,
13270         for specifying default initial arguments to every call to ls.
13271         Much faster than using an alias to do the same thing.
13272         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
13273         (eshell-ls-dir): Whitespace change.
13275         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
13277         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
13278         (eshell-stringify-t): Added a customization variable, to indicate
13279         whether `t' should be rendered as a string at all.  If not, one
13280         can still determine if the result of an expression is true using
13281         "file-exists-p FILE && echo true".
13282         (eshell-stringify): If `eshell-stringify-t' is nil, don't
13283         stringify t!
13285         * eshell/esh-module.el: Whitespace fix.
13287         * eshell/em-alias.el (eshell-alias-initialize):
13288         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
13289         (eshell-command-aliased-p): New function that returns t if a
13290         command name names an aliased.
13292 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
13294         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
13295         redrawing the screen when changing cursor color.
13296         (viper-insert-state-pre-command-sentinel)
13297         (viper-replace-state-pre-command-sentinel)
13298         (viper-replace-state-post-command-sentinel):
13299         Use viper-preserve-cursor-color.
13300         Many functions changed to use viper= instead of = when comparing
13301         characters.
13302         * viper-util.el (viper-memq-char,viper=): New functions for
13303         working with characters.
13304         (viper-change-cursor-color): Fixed buglet.
13305         Many functions changed to use viper= instead of = when comparing
13306         characters.
13307         * viper.el (viper-insert-state-mode-list): Added eshell.
13309         * ediff-init.el (ediff-before-setup-hook): New hook.
13310         Several typos fixed in various docstrings.
13311         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
13312         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
13313         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
13314         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
13315         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
13316         (ediff-get-selected-buffers): New function.
13317         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
13318         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
13319         Use save-window-excursion.
13320         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
13321         termination check in while loop.
13322         * ediff.el (ediff-get-default-file-name): Better defaults when in
13323         dired buffer.
13324         (ediff-files,ediff-merge-files,ediff-files3)
13325         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
13327 2000-10-28  Dave Love  <fx@gnu.org>
13329         * info.el (Info-fontify-node): Add help-echo for menu items.
13331 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
13333         * startup.el (normal-top-level): If the value of $TERM indicates
13334         we are running from xterm or one of its work-alikes, default to a
13335         light background mode.
13337         Support for -fg, -bg, and -rv command-line arguments for TTYs:
13338         * faces.el (tty-handle-reverse-video): New function.
13339         (tty-create-frame-with-faces): Call it.
13341         * frame.el (frame-notice-user-settings): Don't apply
13342         default-frame-alist and initial-frame-alist to MS-DOS frames.
13343         Call tty-handle-reverse-video, frame-set-background-mode, and
13344         face-set-after-frame-default for non-MS-DOS frames.
13346         * startup.el (tty-long-option-alist): New variable.
13347         (tty-handle-args): New function.
13348         (command-line): Call tty-handle-args.
13350         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
13351         startup.el now does that for all character-terminal frames.
13353 2000-10-28  Miles Bader  <miles@gnu.org>
13355         * emacs-lisp/easy-mmode.el (define-minor-mode):
13356         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
13357         is global.  If :global is followed by a non-nil but non-t value,
13358         make the mode buffer-local, but also generate a `global-MODE'
13359         version using `easy-mmode-define-global-mode'.
13360         Add :conditional-turn-on keyword argument.
13362 2000-10-28  Dave Love  <fx@gnu.org>
13364         * international/latin1-disp.el (latin1-char-displayable-p):
13365         Don't use window-system.
13367 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
13369         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
13370         Don't call find-buffer-file-type-coding-system.  Instead, just
13371         set eol-type to -unix if inhibit-eol-conversion is in effect, or
13372         if the file is on an untranslated filesystem.
13373         (add-untranslated-filesystem): Use "D" instead of "f" inside
13374         interactive.
13376 2000-10-27  Dave Love  <fx@gnu.org>
13378         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
13379         (refill-mode): Use it.
13381 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
13383         * international/quail.el (quail-activate): Don't make-local-hook.
13385 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
13387         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
13388         manual backups and file.~<rev>.~ for automatic ones.
13389         (vc-make-version-backup): Don't do it on MS-DOS without long file
13390         names.
13392         * vc.el (vc-version-other-window): If an automatic backup of the
13393         desired version exists, rename it instead of copying it.
13395         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
13396         after command.  If there's an unexpected error, signal it instead
13397         of being silent.
13398         (vc-cvs-merge-news): Be prepared for no news at all.
13400 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13402         * shell.el (shell): Add BUFFER argument.
13403         * comint.el (make-comint-in-buffer): New function.
13404         (make-comint): Use it.
13406         * faces.el (face-spec-choose): Change syntax so that the list of
13407         attribute-value pairs is now the cdr of each clause, not the cadr.
13408         Detect old-style entries, and handle them.  Use pop.
13410 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
13412         * cus-edit.el (custom-mode-map): Use a sparse map.
13413         (custom-mode): Don't bother with make-local-hook.
13415         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
13417         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
13419 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13421         * ps-print.el: Avoid compilation gripes.
13422         (ps-print-version): New version number (6.2.1).
13424 2000-10-26  Dave Love  <fx@gnu.org>
13426         * menu-bar.el: Modify some menu item help strings.
13427         (menu-bar-help-menu): Add link to MORE.STUFF.
13429         * cus-edit.el (custom-mode): Add `special' mode-class property.
13431         * wid-browse.el (widget-browse-mode): Likewise.
13433         * wid-edit.el (widget-specify-field): Revert to using local-map
13434         property, not keymap.
13436 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
13438         * wid-edit.el (widget-field-end): When checking for a `boundary'
13439         field, do so in the correct buffer.
13441         * simple.el (undo): Correctly distinguish between numeric and
13442         non-numeric prefix args in non-transient-mark-mode, as per the doc
13443         string.  When in transient-mark-mode, treat all prefix-args as
13444         numeric.
13446         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
13447         Position point on match.  Handle N == 0 correctly.
13449         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
13450         (comint-mode-map): Reverse order of `comint-write-output' and
13451         `comint-append-output-to-file'.
13452         (comint-append-output-to-file): Reinstate this function, for the
13453         benefit of the menu.
13455 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
13457         * vc.el (vc-version-other-window): Bind `file'.
13459 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
13461         * Makefile.in (update-authors): New target for maintenance purposes.
13463         * emacs-lisp/authors.el (batch-update-authors): New function.
13464         (authors-fixed-entries): New defconst.
13465         (authors-add-fixed-entries): New function.
13466         (authors): Call it.: Don't process lispref/.
13468 2000-10-25  Jason Rumney  <jasonr@gnu.org>
13470         * cus-edit.el (custom-button-face, custom-button-pressed-face):
13471         Merge x w32 and mac definitions.
13473 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
13475         * menu-bar.el (menu-bar-options-menu): Add a help string for
13476         `uniquify'.
13478 2000-10-25  Stephen Gildea  <gildea@stop.mail-abuse.org>
13480         * time-stamp.el (time-stamp-string-preprocess):
13481         Fix a wrong type argument error.
13483 2000-10-25  Miles Bader  <miles@gnu.org>
13485         * recentf.el (recentf-mode): Variable removed.
13486         (recentf-mode): Use `define-minor-mode'.
13488         * mwheel.el (mouse-wheel-mode): New global minor mode.
13489         (mwheel-install): Use `mouse-wheel-mode'.
13491 2000-10-25  Dave Love  <fx@gnu.org>
13493         * progmodes/cperl-mode.el (cperl-mode):
13494         Set normal-auto-fill-function correctly.
13496         * wid-edit.el (widget-field-keymap, widget-text-keymap):
13497         Don't inherit from global-map and don't nullify menu-bar and tool-bar
13498         bindings.
13500 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
13502         * wid-edit.el (widget-field-at): New function.
13503         (widget-at, widget-field-activate): Use it.
13504         (widget-tabable-at): Use `widget-at'.
13505         (widget-specify-field): If the terminating character of the widget
13506         field (which is read-only) is a newline, put it into a special
13507         `boundary' field so that C-n/C-p act more naturally.
13508         (widget-field-end): Also don't subtract one if a special
13509         `boundary' field has been added after the widget field.
13511         * comint.el (comint-output-filter, comint-send-input):
13512         Don't bother adding stickiness fields to overlays to fool the field
13513         code, since it should notice the overlay insertion-types now.
13515         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
13516         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
13517         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
13519 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
13521         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
13522         (authors): Set file coding system to iso-2022-7bit.
13523         Add file-local variables to output buffer.
13525         * files.el (after-find-file): Don't print any warnings if
13526         WARN is nil.
13528 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13530         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
13532         * delim-col.el: Now there is a column formatting mechanism.
13533         Modified to customization mechanisms convention.  Doc fix.
13534         (columns): New group for delim-col.
13535         (delimit-columns-before, delimit-columns-after)
13536         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
13537         (delimit-columns-end): New vars.
13538         (delimit-columns-customize, delimit-columns-format): New funs.
13539         (delimit-columns-region, delimit-columns-rectangle)
13540         (delimit-columns-rectangle-line): Modified to support column
13541         formatting.
13543 2000-10-24  Dave Love  <fx@gnu.org>
13545         * log-edit.el (log-edit): Add :version and a :group for vc.
13547 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
13549         * files.el (after-find-file): Don't print a message ``New file''
13550         if WARN is nil.
13552         * wid-edit.el (widget-field-keymap, widget-text-keymap):
13553         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
13554         get duplicate tool-bar entries because we'll see the global ones
13555         on more than one path through keymaps.
13557         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
13559         * progmodes/cmacexp.el: Change Francesco's email address.
13561 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
13563         * window.el (fit-window-to-buffer): Adjust point of the window
13564         buffer, not that of the current buffer.
13566 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
13568         * progmodes/cmacexp.el: Update the euthor's email address.
13570 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
13572         * faces.el (face-spec-set-match-display): Add `graphic' display
13573         type (the inverse of `tty').  Use `display-graphic-p' instead of
13574         the window-system variable.
13576 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
13578         * international/isearch-x.el (isearch-with-input-method):
13579         Call input-method-function with the first event in
13580         unread-command-events.
13582 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
13584         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
13586 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
13588         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
13589         New charsets.
13591         * term/mac-win.el: Remove definitions of mac-roman-lower and
13592         mac-roman-upper, require dired, and define instead of set
13593         mac-ready-for-drag-n-drop to avoid compilation error.
13595 2000-10-23  Andrew Innes  <andrewi@gnu.org>
13597         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
13598         Remove superfluous calls to subst-char-in-string; instead apply
13599         expand-file-name after convert-standard-filename to ensure
13600         expected directory separators are used.
13602 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
13604         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
13606 2000-10-23  Dave Love  <fx@gnu.org>
13608         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
13609         (tool-bar-add-item): Set foreground and background for XBM icons.
13611         * international/latin1-disp.el (latin1-char-displayable-p):
13612         New function (from Handa).
13613         (latin1-display-check-font): Use it.
13615         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
13616         using :key-sequence, making it much more usable.
13617         Use nconc, not append.
13618         (imenu--create-keymap-1): Avoid append.
13620         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
13622 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
13624         [the following changes fix a bug where `define-minor-mode' didn't
13625         correctly generate :require clauses for defcustoms in compiled files]
13626         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
13627         (byte-compile-log-file, byte-compile-log-1): Don't set
13628         `byte-compile-current-file' to nil.  Instead set
13629         `byte-compile-last-logged-file' to it.  Test whether
13630         byte-compile-current-file equals byte-compile-last-logged-file
13631         instead of whether its nil.
13632         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
13634 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
13636         * textmodes/refill.el: Fix var names in doc.
13637         (refill-mode): Don't bother with make-local-hook anymore.
13639 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
13641         * faces.el (face-user-default-spec, face-default-spec): New functions.
13642         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
13643         (frame-set-background-mode, face-set-after-frame-default):
13644         Use `face-user-default-spec'.  Simplify code slightly.
13646         * woman.el (woman-italic-face, woman-bold-face)
13647         (woman-unknown-face): Add dark-background variants.
13648         (woman-default-faces): Renamed from `woman-colour-faces'.
13649         Set using the stored defaults, rather than using hard-wired colors.
13650         (woman-monochrome-faces): Renamed from `woman-black-faces'.
13651         Just make the foreground `unspecified' rather than "black".
13652         (woman-menu): Rename menu entries accordingly.
13654         * faces.el (header-line): Make more reasonable on mono/grayscale
13655         displays.
13657 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
13659         * cus-edit.el (custom-button-face): Use 3D look for mac.
13660         (custom-button-pressed-face): Likewise.
13662         * faces.el (set-face-attributes-from-resources): Handle mac frames
13663         in the same way as x and w32 frames.
13664         (face-valid-attribute-values): Likewise.
13665         (read-face-attribute): Likewise.
13666         (defined-colors): Likewise.
13667         (color-defined-p): Likewise.
13668         (color-values): Likewise.
13669         (display-grayscale-p): Likewise.
13670         (face-set-after-frame-default): Likewise.
13671         (mode-line): Same default face as for x and w32.
13672         (tool-bar): Likewise.
13674         * frame.el: Remove call to frame-notice-user-settings at end of
13675         the file.
13677         * info.el (Info-fontify-node): Make underlines invisible for mac
13678         as for x, pc, and w32 frame types.
13680         * term/mac-win.el: New file.
13682 2000-10-22  Dave Love  <fx@gnu.org>
13684         * textmodes/refill.el: New file.
13686 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
13688         * vc-hooks.el (vc-version-backup-file-name): New optional args
13689         MANUAL and REGEXP.
13690         (vc-delete-automatic-version-backups, vc-make-version-backup):
13691         New functions.
13692         (vc-before-save): Use the latter.
13693         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
13694         confusion.
13696         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
13697         expected by vc[-hooks].el.
13699         * vc.el (vc-checkout): Added `-p' suffix in call to
13700         vc-make-version-backups-p; use vc-make-version-backup to actually
13701         make the backup.
13702         (vc-version-other-window, vc-version-backup-file): Handle both
13703         automatic and manual backups.
13704         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
13705         of all of them.
13707 2000-10-22  Miles Bader  <miles@gnu.org>
13709         * comint.el (comint-highlight-input, comint-highlight-prompt):
13710         Renamed, `-face' at end removed.
13711         (comint-send-input, comint-output-filter): Use renamed faces.
13713         * window.el (fit-window-to-buffer): Change defaulting of
13714         MAX-HEIGHT slightly.
13716         * faces.el (color-values, color-defined-p): Use `member', not
13717         `memq', because it works correctly for strings.
13718         (frame-set-background-mode): Actually, "unspecified-fg" and
13719         "unspecified-bg" *are* strings.  Use `member', not `memq', and
13720         `equal', not `eq', when a string value is possible.
13722 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
13724         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
13726 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
13728         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
13729         sh-electric-rparen, sh-electric-less and sh-electric-hash.
13730         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
13731         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
13732         (sh-font-lock-syntactic-keywords): Use them.
13733         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
13734         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
13735         (sh-mode): Don't override font-lock-unfontify-region-function.
13736         Use a copy of sh-font-lock-syntactic-keywords.
13737         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
13738         Don't call sh-scan-buffer since font-lock does it on the fly.
13739         (sh-get-indent-info): Use `face' rather than `syntax-table'
13740         text-property to detect here-documents.
13741         Replace sh-special-syntax with sh-st-punc.
13742         (sh-prev-line): Use `face' rather than `syntax-table'
13743         text-property to skip over here-documents.
13744         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
13745         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
13746         (sh-electric-less, sh-set-here-doc-region)
13747         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
13748         (sh-scan-buffer, sh-rescan-buffer): Remove.
13750 2000-10-21  Andrew Innes  <andrewi@gnu.org>
13752         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
13753         remote (ange-ftp) file names.
13755 2000-10-21  Miles Bader  <miles@gnu.org>
13757         * window.el (fit-window-to-buffer): New function.
13758         (shrink-window-if-larger-than-buffer): Use it.
13759         (window-text-height): Don't expect minibuffers to have mode-lines.
13761         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
13762         * international/quail.el (quail-update-guidance):
13763         Use `fit-window-to-buffer' instead of `set-window-text-height'.
13765         * international/quail.el (quail-show-guidance-buf): Make sure
13766         guidance window really has enough room.
13767         (quail-update-guidance): If quail-guidance-win is already shown,
13768         make sure its height is OK.
13770         * window.el (window-text-height, set-window-text-height):
13771         New functions.
13772         (shrink-window-if-larger-than-buffer): Use `window-text-height'
13773         instead of `window-height' & `mode-line-window-height-fudge'.
13774         (mode-line-window-height-fudge): Add FACE parameter.
13775         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
13776         instead of `enlarge-window' & `mode-line-window-height-fudge'.
13778 2000-10-20  Miles Bader  <miles@gnu.org>
13780         * window.el (height-affecting-face-attributes): Use `defconst'.
13782         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
13783         New function, conditionally aliased to `mode-line-window-height-fudge'.
13784         (ispell-help): Use it.
13785         (ispell-choices-win-default-height): Don't include mode-line fudge.
13786         (ispell-choices-win-default-height): New function.
13787         (ispell-show-choices, ispell-command-loop): Use function
13788         `ispell-choices-win-default-height' instead of variable.
13790 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
13792         * window.el (mode-line-window-height-fudge): New variable.
13793         (height-affecting-face-attributes): New variable.
13794         (mode-line-window-height-fudge): New function.
13795         (shrink-window-if-larger-than-buffer): Use it.
13796         * help.el (resize-temp-buffer-window): Likewise.
13798         * info.el (Info-fontify-node): Add support for @subsubsection
13799         titles, which use `Info-title-4-face'.
13800         (Info-title-4-face): New face.
13801         (Info-title-3-face): Inherit from Info-title-4-face instead of
13802         variable-pitch.
13804 2000-10-19  Jason Rumney  <jasonr@gnu.org>
13806         * dired.el (dired-insert-directory): Do not let errors signalled by
13807         attempt to run dired-free-space-program prevent dired from working.
13809 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
13811         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
13813 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
13815         * dirtrack.el (dirtrack): Fix call to run-hooks.
13817         * cmuscheme.el (cmuscheme-program-name): Renamed from
13818         scheme-program-name because xscheme.el contains a defcustom with
13819         the same name.  As a consequence, customizing group `cmuscheme'
13820         loaded `xscheme' which redefined run-scheme.
13821         (run-scheme): Use cmuscheme-program-name.
13823         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
13825         * play/doctor.el (doctor-death): Update the Samaritans'
13826         anonymous address, and add a website for Befrienders International.
13828 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13830         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
13831         Avoid compilation gripes.  Doc fix.
13832         (ps-print-version): New version number (6.2).
13833         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
13834         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
13835         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
13836         (ps-x-extent-priority, ps-x-extent-start-position)
13837         (ps-x-face-font-instance, ps-x-find-coding-system)
13838         (ps-x-font-instance-properties, ps-x-make-color-instance)
13839         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
13840         avoid compilation gripes without defining functions.
13841         (ps-e-find-composition): Alias for function find-composition, to have a
13842         suitable function depending on Emacs version.
13843         (ps-color-device, ps-color-values, ps-face-foreground-name)
13844         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
13845         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
13846         (ps-print-ensure-fontified): Function definitions surrounded by
13847         `eval-and-compile' to avoid compilation gripes.
13848         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
13849         by symbol-value to avoid compilation gripes.
13850         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
13851         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
13853 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
13855         * startup.el (normal-top-level): Call `frame-set-background-mode'
13856         after `frame-notice-user-settings' because the latter doesn't call
13857         the former on a tty.
13859         * faces.el (frame-set-background-mode): `unspecified' &c are
13860         symbols, not strings.
13862 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
13864         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
13865         why some "light*" colors are deliberately absent from the alist.
13867         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
13868         Change colors for tty's, as suggested by Miles Bader.
13870 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
13872         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
13873         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
13874         for ISO10646-1 fonts.
13875         (x-font-name-charset-alist): Add an entry for "iso10646-1".
13877 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
13879         * faces.el (frame-set-background-mode): If a tty frame defines a
13880         background color, use that to compute the background mode, instead
13881         of always defaulting to "dark".
13883 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
13885         * comint.el (comint-write-output): New function.
13886         (comint-mode-map): Add it to the menu.
13887         Bind `C-c C-s' to comint-write-output.
13889 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
13891         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
13892         Use fancy-splash-delay.
13894 2000-10-18  Alex Schroeder  <alex@gnu.org>
13896         * progmodes/sql.el (sql-sybase-options): New option.
13897         (sql-sybase): Use it.  Add sql-database to the list of parameters
13898         provided for login.  The options -w 2048 -n are not used any more.
13900         * comint.el (comint-read-input-ring): Bugfix such that the first
13901         and the last entry of the input ring file are not lost.
13903 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13905         * ps-print.el: Internal variable changes to defcustom,
13906         make-local-hook changes to defvar.  Doc fix.
13907         (ps-print-version): New version number (6.1).
13908         (ps-setup, ps-do-despool): Code fix.
13909         (ps-printer-name): Customization fix.
13910         (ps-printer-name-option): Now is a defcustom instead of an
13911         internal variable.
13912         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
13913         (ps-print-begin-column-hook): Now are defvar instead of
13914         make-local-hook.
13916 2000-10-18  Miles Bader  <miles@gnu.org>
13918         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
13919         (comint-kill-output): Changed into an alias for `comint-delete-output',
13920         and made obsolete.
13921         (comint-mode-map): Rename references to comint-kill-output.
13923 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
13925         * diff-mode.el (diff-header-face, diff-file-header-face)
13926         (diff-changed-face): Add bold and italic attributes to tty faces.
13927         (diff-function-face): New face.
13928         (diff-font-lock-keywords): Use it.
13930 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
13932         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
13933         Remove commented-out call to force-mode-line-update.
13934         (comint-kill-output): Use `forward-line 0' instead of
13935         beginning-of-line to make sure we get past the prompt.
13937 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
13939         * diff-mode.el (diff-header-face, diff-file-header-face):
13940         Add specific setting for dark background.
13941         (diff-context-face): Renamed from diff-comment-face.
13942         Set explicitly rather than inheriting from font-lock-comment-face.
13944 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
13946         * startup.el (command-line): Move the code which sets the default
13947         TTY colors to before before-init-hook.
13949 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
13951         * jit-lock.el (jit-lock-stealth-time): Doc fix.
13953 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
13955         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
13956         extensions, for MS-DOS.
13958         * diff-mode.el (diff-header-face, diff-file-header-face)
13959         (diff-changed-face): Define tty-specific colors.
13961 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
13963         * startup.el (fancy-splash-text): Realign the text.
13965 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
13967         * font-lock.el (font-lock-comment-face): Define a separate default
13968         for dark-background tty's.
13970 2000-10-17  Miles Bader  <miles@gnu.org>
13972         * help.el (resize-temp-buffer-window): Add hack to avoid last line
13973         being obscured by whizzy mode-lines on graphics displays.
13975 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
13977         * info.el (Info-title-1-face, Info-title-2-face)
13978         (Info-title-3-face): Define colors for tty's.
13979         (info-header-node): Remove unneeded tty-specific definition.
13981 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
13983         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
13984         reverse from the frame parameters, and don't invert foreground and
13985         background colors.
13987 2000-10-16  Miles Bader  <miles@gnu.org>
13989         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
13990         string "*Info*".  Call propertized-buffer-identification to spruce
13991         up the result.
13993 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
13995         * help.el: Provide `help' for the sake of define-minor-mode
13996         which generates defcustoms with requires.
13998         * jit-lock.el (jit-lock-after-change): If we're in text that
13999         matches a multi-line font-lock pattern, make sure the whole text
14000         will be redisplayed.
14002         * emacs-lisp/authors.el (authors-add): Don't add an entry if
14003         author's name is unknown.
14005         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
14006         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
14007         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
14008         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
14009         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
14010         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
14011         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
14012         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
14013         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
14014         Add author information.
14016 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
14018         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
14019         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
14020         full-color version (using the Gimp) to eliminate dithering artifacts.
14022 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
14024         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
14026         * simple.el (syntax-flag-table, string-to-syntax): Remove.
14028 2000-10-15  Dave Love  <fx@gnu.org>
14030         * progmodes/sh-script.el: Require skeleton and comint when compiling.
14032         * pcomplete.el (pcomplete) <defgroup>: Add :version.
14034         * whitespace.el: Doc fixes.
14035         (top-level): Don't add hooks here.
14036         (whitespace-running-emacs): Deleted.
14037         (timer): Don't require.
14038         (whitespace): Add back :version conditional on xemacs test.
14039         (whitespace-spacetab-regexp, whitespace-indent-regexp)
14040         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
14041         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
14042         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
14043         Avoid specific xemacs test.
14044         (whitespace-global-mode): New option.
14045         (whitespace-global-mode): New command.
14046         (whitespace-unload-hook): New function.
14048         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
14049         (Info-fontify-node, Info-goto-node, Info-mode-menu)
14050         (Info-fontify-node): `Goto' goes to `Go to'.
14051         (Info-fontify-node): Add help-echo to xref links.
14053 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
14055         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
14057 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
14059         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
14060         Use plist-get and allow :inherit.
14062         * emacs-lisp/cl-macs.el (cl-do-arglist):
14063         Use plist-get and plist-member instead of memq.
14065         * emacs-lisp/ewoc.el (ewoc-location): New function.
14066         (ewoc-enter-after, ewoc-enter-before): Document return value.
14067         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
14068         Don't need make-local-hook any more.
14069         (cvs-addto-collection): Return the new tin.
14070         (cvs-mode-insert): Jump to the new line.
14072         * jit-lock.el (jit-lock-fontify-buffer): Remove.
14074         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
14076         * font-lock.el (font-lock-syntactically-fontified): New var.
14077         (font-lock-fontify-syntactic-keywords-region): Use it.
14078         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
14080         * diff-mode.el (diff-find-file-name): Fix regexp.
14082         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14083         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
14085         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
14086         (sh-mode-syntax-table): Add punctuation syntax for < and >.
14087         (sh-mode): Don't make all vars local here.
14088         (sh-kw): Reformat.
14089         (sh-set-shell): Use dolist.  Don't set indent-region-function.
14090         (sh-mode-syntax-table): Use pop.
14091         (sh-remember-variable): Use push.
14092         (sh-help-string-for-variable): Use memq.
14093         (sh-safe-backward-sexp): Remove.
14094         (sh-safe-forward-sexp): Add ARG.
14095         (sh-get-indent-info, sh-prev-stmt): Use it.
14096         (sh-prev-line): Simplify by using forward-comment.
14097         (sh-this-is-a-continuation): Simplify.
14098         (sh-learn-buffer-indent): Use dolist.
14099         (sh-do-nothing): Remove.
14100         (sh-set-char-syntax, sh-set-here-doc-region):
14101         Use inhibit-modification-hooks.
14102         (sh-name-style): Use mapcar and push.
14103         (sh-load-style): Use dolist.
14104         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
14105         (sh-case, sh-while-getopts): Use propertize directly rather
14106         than sh-electric-rparen.
14108 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
14110         * textmodes/tex-mode.el: Require CL when compiling.
14111         (tex-mode-syntax-table): Init immediately.
14112         (tex-mode-map): Bind M-RET to latex-insert-item.
14113         (latex-mode): Set indent-line-function to latex-indent.
14114         (tex-common-initialization): Don't setup the syntax-table any more.
14115         (latex-insert-item): New skeleton.
14116         (tex-next-unmatched-end): Fix copy/paste braino.
14117         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
14118         (latex-indent, latex-find-indent): New functions.
14119         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
14120         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
14121         (tex-compilation-parse-errors): Use with-syntax-table.
14123 2000-10-15  Miles Bader  <miles@gnu.org>
14125         * font-lock.el (font-lock-comment-face): Change dark-background,
14126         color, non-tty, default to `chocolate1'.
14128 2000-10-13  John Wiegley  <johnw@gnu.org>
14130         * eshell/esh-util.el (require): Added a missing `require' form,
14131         needed when compiling (for an ange-ftp macro definition).
14133 2000-10-13  Dave Love  <fx@gnu.org>
14135         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
14137 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
14139         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
14141         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
14142         transparent -colors 8).
14144 2000-10-13  Stephen Gildea  <gildea@stop.mail-abuse.org>
14146         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
14147         that breaks with old list format timestamps.
14148         (time-stamp-warn-inactive, time-stamp-old-format-warn)
14149         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
14151 2000-10-13  John Wiegley  <johnw@gnu.org>
14153         * align.el, pcomplete.el, calendar/timeclock.el,
14154         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
14156         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
14157         faulty math, where holiday hours were being computing as seconds.
14159 2000-10-13  John Wiegley  <johnw@gnu.org>
14161         * desktop.el (desktop-buffer-modes-to-save): Added a global for
14162         specifying what "other" kinds of buffers should be saved.
14163         This used to be hard-coded.
14164         (desktop-buffer-misc-functions): A global for specifying how
14165         auxiliary data should be determined for special buffer types.
14166         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
14167         instead of hard-coding the special buffer types.
14168         (desktop-save): Run `desktop-buffer-misc-functions' to gather
14169         auxiliary data, instead of hard-coding for Info buffers and dired.
14170         (desktop-buffer-info-misc-data): Aux function for determining Info
14171         buffer auxiliary info.
14172         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
14173         (desktop-buffer-info): Changed this function to use the info
14174         gathered above.
14175         (desktop-create-buffer): Be a little more careful about what
14176         `minor-mode' means before calling it.  This is important for some
14177         buffer types.
14179 2000-10-13  John Wiegley  <johnw@gnu.org>
14181         * eshell/esh-util.el: Added a global form which declares an
14182         autoload for `parse-time-string', if that function is not already
14183         defined, and if parse-time.el is available on the user's system.
14185         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
14186         to be aware of ange-ftp user info.
14187         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
14188         (eshell-ls-annotate): Use `eshell-file-attributes'.
14189         (eshell-ls-file): Made the user-id printing code a bit smarter.
14191         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
14192         allow identification of alias user ids in remote directories.
14193         It's manual, but there's no other way to know when the current user
14194         on the local machine, is also the owning user on the remote machine.
14195         (fboundp): Bind `ange-cache'.
14196         (eshell-directory-files-and-attributes): Re-organized the logic a
14197         bit to use `eshell-file-attributes' instead of `file-attributes'.
14198         The former is more sensitive to directories that are read via FTP,
14199         and knows how to use ange-ftp to determine full attribute
14200         information, instead of just the name and last modtime.
14201         (eshell-current-ange-uids): Return the current user id when in a
14202         remote directory.
14203         (eshell-parse-ange-ls): Parse a full directory listing that has
14204         been returned by ange-ftp.
14205         (eshell-file-attributes): This beefed up version of
14206         `file-attributes' is only special if the user is currently in a
14207         remote directory, in which case it does a lot of work to find out
14208         what the real attributes of a file are, as they appear on the
14209         remote machine.  This makes usage of remote directories (i.e.,
14210         ange-ftp pathnames) much more useful.  You can now use Eshell as a
14211         full-fledged FTP client, with much more manipulation ability than
14212         most other clients.
14214         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
14215         variable, which means that Eshell's du should always be preferred
14216         in remote directories.
14217         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
14218         just `file-attributes'.
14219         (eshell-mvcp-template): Bind `ange-cache', to improve performance
14220         when reading remote directories.  This is an Eshell-specific
14221         variable (not part of ange-ftp).
14222         (eshell/ln): Bind `ange-cache'.
14223         (eshell/du): Added some extra logic for determining when to use
14224         Eshell's du (which is slow), and when to use the external version
14225         (which may or may not exist).
14227         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14228         Call `eshell-interactive-process', rather than using
14229         `get-buffer-process', since backgrounded processes don't count in
14230         the context of this function's logic.
14232         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
14233         `forward-char', so that null strings are parsed correctly.
14235 2000-09-13  John Wiegley  <johnw@gnu.org>
14237         * eshell/em-pred.el (eshell-pred-file-type)
14238         (eshell-pred-file-links, eshell-pred-file-size):
14239         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
14241         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
14242         that remote file globbing is more efficient.
14244         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
14245         gathering the files and attributes within a directory.
14247         * eshell/em-unix.el (eshell/cat): If any of the files passed on
14248         the command line is a special file (not a regular file, directory
14249         or symlink), always attempt to call the external version of cat.
14251 2000-09-13  John Wiegley  <johnw@gnu.org>
14253         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
14254         Eshell-friendly version of find-tag.
14256 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
14258         * image-file.el (image-file-name-extensions)
14259         (image-file-name-regexps): Add autoload cookies.
14261 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
14263         * international/mule-cmds.el (select-safe-coding-system): If FROM
14264         is string, show it in *Warning* buffer.
14266 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
14268         * startup.el (normal-top-level): Use display-popup-menus-p instead
14269         of window-system.
14270         (command-line): Use display-graphic-p instead of window-system.
14271         (command-line-1): Use display-popup-menus-p and display-mouse-p
14272         instead of window-system.
14274 2000-10-12  Sam Steingold  <sds@gnu.org>
14276         * tooltip.el (tooltip-use-echo-area): New user variable.
14277         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
14279 2000-10-12  Dave Love  <fx@gnu.org>
14281         * recentf.el: Maintainer's checkdoc fixes.
14283         * startup.el (normal-top-level-add-subdirs-to-load-path):
14284         Use character class, not ASCII when matching file names.
14285         (fancy-splash-head): Add trailing slash to URL.
14286         (command-line): Don't require XPM support for toolbar.
14288         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
14289         (cperl-invalid-face): Revert last change.
14290         (cperl-init-faces): Quote cperl-invalid-face.
14292 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
14294         * startup.el (fancy-splash-text): Remove superfluous quote.
14296 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
14298         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
14299         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
14300         (command-line-1): Don't use fancy-splash-pending-command.
14301         (fancy-splash-screens-1): Goto point-min after inserting text.
14303         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
14305         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
14306         instead of shared-lisp-mode-map.
14308 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
14310         * faces.el (header-line): Change tty-variant to use underlining.
14312         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
14313         (isearch-highlight): Restore lazy-isearch face properties at old
14314         position, and suppress them at new position.
14315         (isearch-dehighlight): Restore lazy-isearch face properties.
14316         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
14317         over the real isearch overlay, but in that case, don't give it a
14318         face property.  Use `push'.
14320 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
14322         * man.el (Man-getpage-in-background): Fix previous change.
14323         Decode the process output only when we are in multibyte mode.
14325 2000-10-11  Dave Love  <fx@gnu.org>
14327         * info.el (Info-mode-menu): Fix some help.
14328         (info-tool-bar-map): Add entry for Info-last.
14330         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
14331         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
14332         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
14333         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
14334         * toolbar/search-replace.xpm, toolbar/exit.xpm:
14335         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
14336         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
14337         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
14338         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
14339         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
14340         Reduce colour requirements to 25 overall.  (Probably wants
14341         revisiting from the originals to reduce further.)
14343 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
14345         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
14346         buffer-file-coding-system, instead of raw-text.
14347         (dehexlify-buffer): Bind coding-system-for-read to
14348         buffer-file-coding-system, instead of raw-text.
14350 2000-10-11  Sam Steingold  <sds@gnu.org>
14352         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
14353         `underline' - fixes the bug introduced on 2000-09-21.
14355 2000-10-11  Dave Love  <fx@gnu.org>
14357         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
14358         Avoid compiler warnings.
14359         (scheme-mode): Doc fix.
14360         (scheme-font-lock-keywords-1): Match `define-syntax'.
14362 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
14364         * faces.el (frame-set-background-mode): Pay attention to saved
14365         face specs as well as default ones.  Only do anything if the
14366         bg-mode or display-type has actually changed.  Use `dolist'.
14367         (region): Make dark-background `region' face less in-your-face.
14369 2000-10-10  Sam Steingold  <sds@gnu.org>
14371         * chistory.el, ielm.el, ledit.el:
14372         * progmodes/inf-lisp.el, progmodes/scheme.el:
14373         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
14375 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
14377         * textmodes/texinfo.el: Update copyright and fix typo.
14379         * desktop.el (desktop-modes-not-to-save): New var.
14380         (desktop-save-buffer-p): Use it.
14381         Also, obey desktop-buffers-not-to-save even for non-file buffers.
14382         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
14384 2000-10-10  Dave Love  <fx@gnu.org>
14386         * toolbar/tool-bar.el (tool-bar-add-item)
14387         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
14389         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
14390         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
14391         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
14392         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
14393         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
14394         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
14395         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
14396         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
14397         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
14398         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
14399         the .xpms; probably need retouching.
14401 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
14403         * subr.el (add-to-list): Add optional argument APPEND.
14404         * battery.el (display-battery): Use `add-to-list'.
14406 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
14408         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
14409         properties.
14410         (zone, zone-when-idle, zone-leave-me-alone)
14411         (zone-pgm-whack-chars): Use new symbol properties.
14413         * battery.el (display-battery): Doc spelling fix.
14415         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
14416         property.
14418 2000-10-09  Dave Love  <fx@gnu.org>
14420         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
14421         has been initialized before calling tool-bar-setup.
14422         (tool-bar-add-item-from-menu): Add autoload cookie.
14424 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
14426         * menu-bar.el (send-mail-item-name): New function.
14427         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
14428         of mail-user-agent in the menu.  Don't display the "Send Mail"
14429         item if mail-user-agent is nil or its value is ignore.
14430         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
14431         if read-mail-command is nil or its value is ignore.
14433         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
14435 2000-10-09  Miles Bader  <miles@gnu.org>
14437         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
14438         Correct image size.
14439         * toolbar/left_arrow.xpm: Correct image size.
14441         * jka-compr.el: Don't call `jka-compr-install' when loading (it
14442         will be done by the definition of `auto-compression-mode' if
14443         necessary.  Move code to uninstall existing file-name handler
14444         before definition of `auto-compression-mode'.
14446         * image-file.el (auto-image-file-mode): Move to the end of the
14447         file, because `define-minor-mode' actually calls the mode-function
14448         if the associated variable is non-nil, which requires that all
14449         needed functions be already defined.
14451         * mouse.el (popup-menu): Balance parens.
14453 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
14455         * mouse.el (popup-menu): Move the command call outside the loop
14456         so that popup-menu returns whatever the command returns.
14458         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
14459         (initialize-new-tags-table): Use run-hook-with-args-until-success.
14460         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
14461         (tags-table-format-functions): Renamed from tags-table-format-hooks.
14463         * vc.el (vc-version-diff): diff-switches can be a list.
14464         Use relative filenames for prettier output.
14466         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
14467         (vc-post-command-functions): Remove old-VC compatibility code.
14469         * newcomment.el (comment-indent-default): Autoload.
14471         * font-lock.el (font-lock-defaults): Make buffer-local.
14472         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
14473         (font-lock-choose-keywords):
14474         Ignore LEVEL unless KEYWORDS is a list of syms.
14475         (c-keywords, c++-keywords, objc-keywords, java-keywords):
14476         Don't wrap regexp-opt things in \(...\) unnecessarily.
14478         * jit-lock.el: Don't require font-lock any more.
14479         (jit-lock-functions): Make buffer-local.
14480         (jit-lock-saved-fontify-buffer-function): Remove.
14481         (jit-lock-mode): Remove autoload cookie.
14482         Remove font-lock specific code.
14483         (jit-lock-unregister): Don't bother handling complex hooks any more.
14484         (jit-lock-refontify): New function.
14485         (jit-lock-fontify-buffer): Use it.
14486         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
14487         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
14488         Add optional args START and END.
14489         Never call font-lock-fontify-region directly.
14490         (jit-lock-function, jit-lock-stealth-fontify): Use it.
14492         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
14494 2000-10-08  Dave Love  <fx@gnu.org>
14496         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
14498         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
14500         * play/studly.el (studlify-region, studlify-word): Add autoload
14501         cookie.
14503         * play/morse.el (morse-region, unmorse-region): Add autoload
14504         cookie.
14506         * play/spook.el (spook-phrases-file): Use expand-file-name, not
14507         concat.
14509         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
14510         insist on symbols starting with word syntax.
14511         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
14512         (eval-defun-1): Doc fix.
14513         (indent-sexp): Use nconc to build up indent-stack.
14515         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
14516         Gnus with little use.
14517         (mail-setup-hook): Add mail-abbrevs-setup to options.
14519         * recentf.el: Doc fixes.
14521         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
14522         Clean up remainder.
14524         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
14525         without timezone and (8) with timezone to enforce some whitespace.
14526         Simplify code somewhat.
14528         * options.el (list-options): Doc that you should use customize.
14530         * iswitchb.el (iswitchb-mode): Add :require.
14532         * info.el (Info-goto-node, Info-menu): Doc fix.
14533         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
14534         (info-tool-bar-map): New variable.
14535         (Info-mode): Use it.
14536         (Info-edit-map): Define all in defvar.
14537         (speedbar-attached-frame): Avoid compiler warning.
14539         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
14540         (global-map): Bind [tool-bar] to a filtered map.
14541         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
14542         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
14543         Allow PBM icons.
14544         (tool-bar-setup): Adjust calls of tool-bar-add-item.
14546         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
14547         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
14548         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
14549         icons, except up_arrow, which is left-arrow rotated.
14551         * imenu.el (imenu-add-to-menubar): Fix last change.
14553 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
14555         * generic-x.el (rul-generic-mode): Remove eval-when-compile
14556         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
14558 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
14560         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
14561         typos in doc strings.
14563         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
14564         the doc strings how to customize Font Lock faces.
14566         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
14567         computing growth when dragging the header line.
14569 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
14571         * simple.el (kill-line): Doc fix.
14573 2000-10-08  Miles Bader  <miles@gnu.org>
14575         * faces.el (secondary-selection): Make foreground visible on tty.
14577         * jka-compr.el (auto-compression-mode): Move to the end of the
14578         file, because `define-minor-mode' actually calls the mode-function
14579         if the associated variable is non-nil, which requires that all
14580         needed functions be already defined.
14581         (with-auto-compression-mode): Add autoload cookie.
14583 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
14585         * files.el (find-backup-file-name) [ms-dos]: If support for long
14586         file names is not available, behave as if version-control were set
14587         to never.
14589 2000-10-07  Dave Love  <fx@gnu.org>
14591         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
14592         (browse-url-gnome-moz): New function.
14593         (browse-url-browser-function): Use it.
14594         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
14596 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
14598         * indent.el (tab-always-indent): New var.
14599         (indent-for-tab-command): Use it.
14601         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
14602         raise an error.  This way it can still default to a sane value.
14604 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
14606         * startup.el (fancy-splash-screens): Use local rather than global map.
14607         Don't use `update-menu-bindings' any more.
14608         Get rid of assumptions about keymap representation.
14610 2000-10-06  Dave Love  <fx@gnu.org>
14612         * textmodes/fill.el (sentence-end-double-space)
14613         (sentence-end-without-period):  Doc fix.
14614         (adaptive-fill-regexp): Purecopy.
14615         (unjustify-current-line): Use line-end-position.
14616         (fill-individual-paragraphs-prefix): Use line-beginning-position.
14618         * net/eudc-vars.el (eudc): Add :version, :link.
14620         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
14622         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
14623         Fix for define-minor-mode.
14624         (function-at-point): Alias to function-called-at-point.
14626         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
14628         * simple.el (backward-word): Doc fix.
14630         * image-file.el (image-file-name-regexp): image-file-regexps ->
14631         image-file-name-regexps.
14632         (image-file-name-extensions): Add pbm.
14634 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
14636         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
14637         and add filename to the names so that diff-mode can jump to source.
14639         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
14640         (tex-font-lock-keywords, tex-font-lock-keywords-2)
14641         (tex-font-lock-keywords-1): Remove.
14642         (font-lock-turn-on-thing-lock): Use jit-lock-register.
14643         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
14644         (font-lock-default-fontify-region):
14645         Expand beg..end correctly when just following a multiline region.
14646         (font-lock-fontify-anchored-keywords):
14647         Include the anchor text as part of the multiline.
14649 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
14651         * loadup.el (toplevel): Load `loaddefs' before `help' because the
14652         latter needs the autoloaded define-minor-mode macro during the
14653         bootstrap.
14655         * startup.el (command-line): For now, activate tool-bar-mode only
14656         if XPM images are supported.
14658         * mouse.el (mouse-drag-header-line): Don't allow resizing a
14659         window by dragging a header-line at the top of the frame; that's
14660         confusing because the header-line doesn't move.
14661         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
14662         of treating the event as a list.  Some cleanup.
14664 2000-10-06  Miles Bader  <miles@gnu.org>
14666         * simple.el (display-message-or-buffer): New function.
14667         (shell-command-on-region): Use `display-message-or-buffer'.
14669         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
14670         docstring parts.
14672         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14673         (smbclient-prompt-regexp): Add usage note to doc string.
14674         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
14675         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
14676         Use add-hook for adding the comint filter function, and only do so
14677         if it's not already in the global hook list.
14678         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
14679         to `make-local-variable'.
14680         (nslookup-font-lock-keywords): Remove prompt entry.
14681         (nslookup): Don't set the process-filter.
14682         (finger): Exit the loop correctly when the regexps list runs out.
14683         (ftp, smbclient, smbclient-list-shares):
14684         Set the real major mode immediately, not after execing.
14685         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
14687         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
14689 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
14691         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
14693         * which-func.el (which-func-format): Remove spurious space.
14694         (which-func-mode): Don't make it permanent-local.
14695         (which-func-ff-hook): Allow which-func-maxout to be nil.
14696         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
14697         (which-func-mode): Simplify.
14698         Use post-command-idle-hook rather than post-command-hook.
14699         Go through all buffers and update their state.
14700         (which-function): Also try add-log-current-defun-function.
14702         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
14703         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
14704         Update call to with-vc-properties accordingly.
14705         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
14706         (vc-revert-buffer): More careful about window selection and deletion.
14707         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
14709         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
14710         (cvs-retrieve-revision): Reuse a pre-existing buffer.
14711         (cvs-dired-action): Change the default to quickdir.
14713         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
14714         if comment-indent-function returns nil.
14715         (comment-indent-default): New function.
14716         (comment-indent-function): Use it and document the new semantics.
14718         * image-file.el: Docstring fixes.
14720         * help.el (help-xref-on-pp): Use match-string.
14721         (describe-variable): New arg BUFFER.
14722         Store the current buffer in the help-xref-stack.
14723         (temp-buffer-resize-mode): Use define-minor-mode.
14725         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
14726         consistently with its docstring.
14727         Set jit-lock-first-unfontify-pos in an idempotent way.
14728         (jit-lock-register): Autoload and add arg CONTEXTUAL.
14730 2000-10-05  Alex Schroeder  <alex@gnu.org>
14732         * sql.el (sql-mysql-options): New variable.
14733         (sql-mysql): Use it.
14735 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
14737         * image.el (image): New group.
14739         * smerge-mode.el (smerge-mine-face, smerge-other-face)
14740         (smerge-base-face, smerge-markers-face): Add dark-background variants.
14742 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
14744         * net/net-utils.el (nslookup-font-lock-keywords)
14745         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
14746         Ignore the value of wqindow-system; always define keywords
14748 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
14750         * startup.el (fancy-splash-screens): Remove the code for
14751         debugging; `(trace-to-stderr "EXITTT\n")'.
14753 2000-10-05  Miles Bader  <miles@gnu.org>
14755         * diff-mode.el (diff-goto-source): Update call to
14756         `diff-hunk-status-msg' to reflect new REV variable.
14758 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
14760         * progmodes/icon.el (icon-mode):
14761         Don't gratuitously override the default for comment-column.
14763         * vc-hooks.el (vc-mode-line): Fix interactive spec.
14765         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
14766         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
14767         (jit-lock-functions): New var.
14768         (jit-lock-function-1): Use it if non-nil.
14769         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
14770         Set the `fontified' property before doing the fontification to avoid
14771         repeatedly going through the same error.
14772         Don't turn errors into messages.
14773         (jit-lock-register, jit-lock-unregister): New functions.
14775         * dired.el (dired-mark-pop-up): Turn comment into docstring.
14776         Use with-current-buffer.
14778         * dired-aux.el (dired-do-create-files, dired-kill-tree):
14779         Turn comment into docstring.
14781         * apropos.el (apropos-mode): Use define-derived-mode.
14783 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
14785         * startup.el (fancy-splash-pending-command): New variable.
14786         (fancy-splash-pre-command): New function.
14787         (fancy-splash-screens): Rewritten.
14788         (command-line-1): If fancy-splash-pending-command is set, call it
14789         interactively.
14791 2000-10-04  Dave Love  <fx@gnu.org>
14793         * toolbar/tool-bar.el (tool-bar-setup): New function.
14794         (tool-bar-mode): Use it.
14796         * subr.el (substitute-key-definition): Doc fix.
14797         (play-sound-file): New command.
14799 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
14801         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
14802         vc-version-backup-file-name): New functions.
14804         * files.el (basic-save-buffer): Call vc-before-save before saving.
14806         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
14807         vc-cvs-stay-local-p.
14809         * vc.el (vc-revert-buffer): Handle empty diff properly.
14810         (vc-version-backup-file): New function.
14811         (vc-checkout): Create a version backup if necessary.
14812         (vc-checkin): If a version backup file exists, delete it.
14813         (vc-version-diff): Diff locally using version backups, if available.
14814         (vc-revert-file): If there's a version backup, revert locally.
14815         (vc-transfer-file): Use version backup for base version, if
14816         available.  If not, ask for confirmation whether to get it from the
14817         server.  Update mode line before check-in.
14819 2000-10-04  Dave Love  <fx@gnu.org>
14821         * toolbar/tool-bar.el (tool-bar-setup): New function.
14822         (tool-bar-mode): Use it.
14824 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
14826         * net/net-utils.el (nslookup-font-lock-keywords)
14827         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
14828         Only set if window-system is non-nil
14829         (net-utils-run-program): Returns buffer.
14830         (network-connection-reconnect): Added this function.
14832         * generic.el:
14833         Incorporates extensive cleanup and docfixes by
14834         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
14835         Uses cl compile-time macros.
14836         (generic-mode-name, generic-comment-list)
14837         (generic-keywords-list, generic-font-lock-expressions)
14838         (generic-mode-function-list, generic-mode-syntax-table):
14839         Removed variables.
14840         (generic-mode-alist): Renamed to generic-mode-list.
14841         (generic-find-file-regexp): Default changed to "^#".
14842         (generic-read-type): Uses completing read on generic-mode-list.
14843         (generic-mode-sanity-check): removed this function.
14844         (generic-add-to-auto-mode): Removed this function
14845         (generic-mode-internal): Bind mode-specific definitions
14846         into function instead of putting them in alist.
14847         (generic-mode-set-comments): Reworked extensively.
14848         (generic-mode-find-file-hook): Simplified regexp searching
14849         (generic-make-keywords-list): Omit extra pair of parens
14851         * find-lisp.el (find-lisp-find-files-internal):
14852         Make sure directory name ends with "/".
14854         * generic-x.el (apache-conf-generic-mode):
14855         Regexp now allows leading whitespace.
14856         (rc-generic-mode): Added eval-when-compile
14857         around generic-make-keywords-list.
14858         Deleted duplicate regexp
14859         (rul-generic-mode): Added eval-when-compile
14860         around generic-make-keywords-list.
14861         (etc-fstab-generic-mode): New generic mode.
14862         (rul-generic-mode): Removed one eval-when-compile
14863         which caused a max-specpdl-size exceeded error.
14865 2000-10-04  Miles Bader  <miles@gnu.org>
14867         * simple.el (minibuffer-temporary-goal-position): New variable.
14868         (next-history-element): Try to keep the position of point in the
14869         input string constant.
14871         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
14872         (dired-do-create-files): If there's only one file, pass it in as
14873         the DEFAULT arg to dired-mark-read-file-name.
14875 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
14877         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
14878         (diff-goto-source): Be smarter when choosing REVERSE or not.
14880         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
14881         (texinfo-mode-menu): Add an explicit shortcut for update all.
14883 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
14885         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
14886         factorize backend-specific code cleanly (this was essentially
14887         conceived by Stefan Monnier).
14888         (vc-unregister): Function removed.
14889         (vc-revert-file): New function.
14890         (vc-revert-buffer): Delegate some of the work to it.
14892         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
14893         default branch unconditionally.
14894         (vc-rcs-set-default-branch): New function.
14895         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
14896         (vc-rcs-checkin): If an appropriate default branch has been set,
14897         force creation of that branch.
14898         (vc-rcs-receive-file): Rewritten to contain only backend-specific
14899         code (as suggested by Stefan Monnier).
14901 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
14903         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
14904         highlighting overlay with a different face over the overlay
14905         isearch uses to highlight the current match because that can lead
14906         to bad face combinations.
14908         * loadup.el (toplevel): Load faces before isearch.
14910         * isearch.el (isearch-faces): New custom group.
14911         (isearch): New defface; was already tested for in the code.
14912         (isearch-lazy-highlight-face): Changed to defface from defcustom.
14913         (isearch-highlight): Always use face `isearch'.
14915 2000-10-02  Dave Love  <fx@gnu.org>
14917         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
14918         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
14919         comparison of opcode with operand.
14921 2000-10-03  Miles Bader  <miles@gnu.org>
14923         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
14924         buffer, since the echo area will now grow to accommodate them.
14926 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
14928         * vc-hooks.el (vc-registered): If FILE used to be registered under
14929         a certain backend, try that one first.
14931         * vc.el (vc-responsible-backend): Undo the previous change in the
14932         argument list.  Handle multiple backends correctly.
14933         (vc-find-new-backend): Function removed.
14934         (vc-register): Use vc-responsible-backend, as before.
14935         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
14937 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
14939         * startup.el (fancy-splash-head): Change message below the
14940         logo.
14942 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
14944         * diff-mode.el (diff-goto-source): Emit a status message.
14945         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
14946         (diff-test-hunk): Fix doc string.
14947         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
14948         (diff-advance-after-apply-hunk): New variable.
14949         (diff-apply-hunk): Don't return a value.
14951 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
14953         * vc.el (vc-editable-p): Minor optimization.
14954         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
14955         (vc-find-new-backend): New function split from vc-responsible-backend.
14956         (vc-register): Use it.
14957         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
14958         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
14959         (vc-default-unregister, vc-revert-buffer): Docstring fix.
14960         (vc-clear-headers): Don't use find-file.
14961         (vc-revert-buffer): Use `and' again (must have been a braino).
14962         (vc-switch-backend): Only prompt if requested.
14963         Short circuit if nothing is to be done.
14964         Don't use vc-resynch-buffer which could lose unsaved editing.
14965         (vc-default-receive-file): Update call to vc-unregister.
14966         (with-vc-file, vc-next-action-on-file):
14967         Use vc-backend rather than vc-registered.
14968         (vc-next-action-on-file): Use intern-soft.
14969         Deal with read-only *vc-diff* buffer.
14970         (vc-transfer-file): Docstring fix.
14972         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
14973         (vc-rcs-receive-file): Avoid with-vc-properties.
14974         Update call to vc-unregister.
14975         Use constant `RCS' rather than (dynamically bound) var `backend'.
14977 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
14979         * vc.el (vc-next-action-on-file): Update mode line only if file
14980         is visited.
14981         (vc-start-entry): New argument initial-contents.  Don't visit the file
14982         if it isn't already visited.  Brought documentation up-to-date.
14983         (vc-next-action, vc-register): Updated calls to vc-start-entry.
14984         (vc-checkin): New optional arg initial-contents, which is passed to
14985         vc-start-entry.
14986         (vc-finish-logentry): Make sure to bury log buffer only if there
14987         really is one.  Call `vc-resynch-buffer' on log-file, not
14988         buffer-file-name.
14989         (vc-default-comment-history, vc-default-wash-log): New functions.
14990         (vc-index-of): Removed.
14991         (vc-transfer-file): Make do without the above.
14992         (vc-default-receive-file): Call comment-history unconditionally.  Pass
14993         the resulting string to vc-checkin, instead of inserting it into the
14994         comment ring.
14996         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
14997         unconditionally.  Use the comments as initial contents of the log
14998         entry buffer.  Document the trick to force branch creation with no
14999         changes.
15001 2000-10-01  Miles Bader  <miles@gnu.org>
15003         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
15004         `recenter' with an arg to prevent redrawing the display.
15006 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
15008         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
15010         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
15012         * progmodes/c-mode.el (c-mode):
15013         Don't gratuitously override the default for comment-column.
15015         * textmodes/tex-mode.el (latex-metasection-list): New var.
15016         (latex-imenu-create-index): Use it.
15017         Move the regexp construction outside loops (and use push).
15018         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
15019         (tex-font-lock-keywords): Moved from font-lock.el.
15020         (tex-comment-indent): Remove.
15021         (tex-common-initialization): Don't set comment-indent-function.
15022         (latex-block-default): New var.
15023         (tex-latex-block): Use it to provide a default choice.
15024         Add any unknown choice to latex-block-names.
15025         Insert [...] after {...}.
15026         (tex-last-unended-begin): Simplify regexp.
15027         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
15028         (latex-forward-sexp-1, latex-forward-sexp): New functions.
15029         (latex-mode): Set forward-sexp-function.
15031         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
15032         Add regexp for @ignore ... @end ignore.
15033         (texinfo-heading-face): New face.
15034         (texinfo-font-lock-keywords): Use it.
15035         (texinfo-mode-menu): New menu.
15036         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
15037         New functions.
15038         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
15039         (texinfo-section-types-regexp, texinfo-section-level-regexp)
15040         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
15041         Remove declaration.
15042         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
15044         * delsel.el (delete-selection-mode): Use define-minor-mode.
15046         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
15048 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
15050         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
15052 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
15054         * replace.el (keep-lines-read-args): New function.
15055         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
15056         read arguments interactively.  Add parameters RSTART and REND.
15057         Operate on the active region in Transient Mark mode.
15059         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
15061         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
15062         (authors-obsolete-files-regexps): New variable.
15063         (authors-add): Don't record changes in obsolete files.
15065 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
15067         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
15069         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
15070         (comment-indent): Make sure there's a space between code and comment.
15071         Shift comments left to avoid going past fill-column.
15073 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
15075         * startup.el (startup-echo-area-message): New function.
15076         (display-startup-echo-area-message): Use it.
15077         (fancy-splash-screens): Rewritten to use keymaps and a timer.
15078         (fancy-splash-default-action): New function.
15079         (fancy-splash-screens-1): New function.
15080         (fancy-splash-head): Put a help-echo and a keymap under the image.
15082 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
15084         * diff-mode.el (diff-add-log-file-name): Remove.
15085         (diff-mode): Use add-log-buffer-file-name-function.
15087         * add-log.el (find-change-log): New arg BUFFER-FILE.
15088         (add-log-file-name): Obey add-log-file-name-function.
15089         (add-log-buffer-file-name-function): New var.
15090         (add-change-log-entry): Use it.
15092 2000-09-29  Miles Bader  <miles@gnu.org>
15094         * image-file.el (image-file-name-extensions): New variable.
15095         (image-file-name-regexps): Renamed from `image-file-regexps'.
15096         New default value is nil.  Call `auto-image-file-mode'.
15097         (image-file-name-regexp): New function.
15098         (auto-image-file-mode): New minor mode.
15099         (insert-image-file): Don't make conditional on the image-file
15100         handler being enabled.
15101         (image-file-handler): Make the call here conditional instead.
15102         (set-image-file-handler-enabled, enable-image-file-handler)
15103         (disable-image-file-handler): Functions removed.
15105         * emacs-lisp/authors.el (authors-print): Rephrase many-files
15106         string.
15108 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
15110         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
15111         it's a function from CL.
15112         (latex-imenu-create-index): Replace eval-when-compile with progn
15113         because latex-section-alist is not bound while compiling.
15115 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
15117         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
15118         (outline-mode): Use define-derived-mode.
15120         * progmodes/perl-mode.el (perl-mode):
15121         * progmodes/awk-mode.el (awk-mode):
15122         * progmodes/asm-mode.el (asm-mode):
15123         Don't gratuitously override the default for comment-column.
15125         * emacs-lisp/lisp.el (lisp-complete-symbol):
15126         Distinguish the let-binding case from the funcall case.
15127         (forward-sexp-function): New variable.
15128         (forward-sexp): Use it.
15130         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
15131         (easy-mmode-defmap): Remove the now useless autoload.
15133         * time.el (display-time-mode): Use define-minor-mode.
15135         * subr.el (add-minor-mode): Don't eval NAME.
15136         Don't depend on the presence of TOGGLE-FUN for any special behavior.
15137         Use if rather than cond.
15139         * simple.el (read-expression-map): Define more properly.
15140         (comment-indent-hook): Remove.
15141         (string-to-syntax): Bug fix.
15143         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
15144         (cvs-ediff-diff): Fix typo.
15145         (cvs-revert-if-needed): Don't bother preserving read-only.
15147         * paren.el (show-paren-mode): Use define-minor-mode.
15149         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
15150         (toggle-auto-compression): Remove.
15151         (jka-compr-build-file-regexp): Remove useless grouping.
15153         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
15154         Avoid user-reserved bindings.
15155         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
15156         (diff-header-face): Revert to grey85.
15158         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
15160         * complete.el (partial-completion-mode) <defcustom>: Remove.
15161         (partial-completion-mode): Use define-minor-mode.
15162         (PC-do-completion): Understand `completion-auto-help = delay'
15163         to mean to popup the completion buffer only the second time.
15164         (PC-include-file-all-completions, PC-include-file-all-completions)
15165         (PC-include-file-all-completions): Don't quote lambda.
15167         * comint.el (comint-mode-hook): Docstring fix.
15168         (comint-mode): Use define-derived-mode.
15169         (comint-mode-map): Remove obsolete comment.
15170         (make-comint): Minor stylistic change.
15171         (comint-insert-clicked-input): Be more careful to find the overlay.
15172         Use this-command-keys rather than hardcoding mouse-2.
15174         * font-lock.el: Replace confusing (,@ with ,
15175         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
15176         Don't use regexp-opt-depth.  Spice up the regexp for args.
15177         Don't distinguish between cmds that can take an opt arg or not.
15178         Use `append' and `prepend' rather than `keep'.
15180         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
15181         (latex-outline-regexp): New var.
15182         (latex-outline-level): New fun.
15183         (latex-section-alist): New var.
15184         (latex-imenu-create-index): Use it.  Use `push' as well.
15185         (tex-shell-map): Initialize it properly.
15186         (tex-mode): Minor stylistic change.
15187         (plain-tex-mode): Use define-derived-mode.
15188         (latex-mode): Use define-derived-mode.
15189         Construct the paragraph regexps in a more readable way.
15190         Set the buffer-local outline-{level,regexp} vars.
15191         (slitex-mode): Derive from latex-mode.
15192         (tex-common-initialization): Don't kill-all-vars anymore.
15193         Add setting for comment-add and font-lock-defaults.
15194         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
15195         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
15196         (tex-start-tex): New arg DIR (and send a chdir command for it).
15197         Also display the shell buffer and save it in tex-last-buffer-texed.
15198         (tex-region): Use expand-file-name rather than concat.
15199         Remove code made useless by changes in tex-start-tex.
15200         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
15202         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
15204 2000-09-28  Dave Love  <fx@gnu.org>
15206         * eshell/eshell.el (eshell) <defgroup>: Add :version.
15208 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
15210         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
15211         `append'.
15213 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
15215         * info.el (Info-extract-pointer): Undo last change.
15216         Instead, fix the position of the `bound' arg to re-search-backward.
15218 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
15220         * info.el (Info-extract-pointer):
15221         Widen more carefully, to avoid finding pointers in other nodes.
15222         (Info-index): Use push.
15224 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
15226         * frame.el (set-frame-font): Remove call to obsolete function
15227         frame-update-faces.
15228         (set-foreground-color, set-background-color): Likewise for
15229         frame-update-face-colors.
15231 2000-09-27  Miles Bader  <miles@gnu.org>
15233         * image-file.el: New file.
15235 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
15237         * frame.el (frame-notice-user-settings): Don't call
15238         frame-update-faces, which is a no-op now.
15240         * ediff-wind.el (ediff-control-frame-parameters): Add zero
15241         tool-bar-lines.
15243 2000-09-27  Dave Love  <fx@gnu.org>
15245         * mouse.el: Fix last change.
15247 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
15249         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
15251 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
15253         * international/quail.el (quail-help): The output message is
15254         improved.
15256 2000-09-26  Dave Love  <fx@gnu.org>
15258         * mouse.el (popup-menu): If POSITION is nil, set it using
15259         mouse-position.
15261 2000-09-25  Sam Steingold  <sds@gnu.org>
15263         * net/browse-url.el (browse-url-file-url): Check for null maps.
15265 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
15267         * frame.el (frame-notice-user-settings): Don't add a
15268         tool-bar-lines frame parameter to default-frame-alist in batch mode.
15270         * frame.el (frame-notice-user-settings):
15271         Make tool-bar-mode and default-frame-alist consistent.
15273         * toolbar/tool-bar.el (tool-bar-help): New function.
15275 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
15277         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
15278         current-load-list in top-level forms.  Else this leaks a cons cell
15279         every time a defun is called.
15281         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
15283 2000-09-25  Dave Love  <fx@gnu.org>
15285         * startup.el (fancy-splash-head): Check XPM is available.
15287         * autoinsert.el (auto-insert): Doc fix.
15288         (auto-insert-alist): Following GNU notices, don't say `copyright
15289         _by_'.  Use line-beginning-position.
15290         (auto-insert): Check buffer-file-name is non-nil before use.
15292 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
15294         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
15295         starting with `@def' or `@multitable', in addition to ones
15296         specified by the user in auto-fill-inhibit-regexp.
15298 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
15300         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
15301         rmail-dont-reply-to-names matches the empty string.
15303 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
15305         * startup.el (command-line-1, fancy-splash-text): Change the
15306         text to sound more friendly.
15308 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
15310         * progmodes/hideshow.el: Update author email address.
15311         Generally, sync w/ maintainer version 5.22.
15312         (hs-hide-all-non-comment-function): New var.
15313         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
15314         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
15315         (hs-show-region): Delete this command.
15316         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
15318 2000-09-22  Dave Love  <fx@gnu.org>
15320         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
15321         (hl-line-highlight): Specify buffer when moving overlay.
15323         * progmodes/fortran.el (fortran-mode): Locally set
15324         normal-auto-fill-function.
15325         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
15326         (fortran-mode-map): Adjust auto-fill menu entry.
15328 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
15330         * vc-rcs.el (toplevel): Require `vc' when compiling.
15332         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
15334 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
15336         * vc.el (vc-switch-backend): Signal an error if the file is not
15337         registered under the new backend.
15339         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
15340         without explicit revision number.
15342 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
15344         * diff-mode.el (diff-file-header-face): Reset to its previous value.
15345         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
15346         (diff-xor): New function.
15347         (diff-find-source-location): Use it.  Fix a stupid name clash.
15348         (diff-hunk-status-msg): New function.
15349         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
15350         (diff-test-hunk): Use diff-find-source-location.
15351         (diff-goto-source): Favor the `reverse'.
15352         (diff-hunk-text): Properly handle one-sided context diffs.
15353         (diff-apply-hunk): When done, advance to the next hunk.
15355 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
15357         * startup.el (command-line): If frame was created with a non-zero
15358         tool-bar-lines parameter, switch tool-bar-mode on.
15360         * add-log.el (change-log-date-face, change-log-name-face)
15361         (change-log-email-face, change-log-file-face)
15362         (change-log-list-face, change-log-conditionals-face)
15363         (change-log-function-face, change-log-acknowledgement-face):
15364         New faces, inheriting from font-lock faces.
15365         (change-log-font-lock-keywords): Use them.
15367 2000-09-21  Dave Love  <fx@gnu.org>
15369         * progmodes/cperl-mode.el (top-level): Clean up
15370         `eval-when-compile's and assorted defvars.
15371         (cperl-invalid-face): Don't double-quote value.  Change custom
15372         type.
15373         (cperl-mode): Set normal-auto-fill-function and don't zap
15374         auto-fill-function.
15375         (cperl-imenu--function-name-regexp-perl): Renamed from
15376         imenu-example--function-name-regexp-perl.
15377         (cperl-imenu--create-perl-index): Renamed from
15378         imenu-example--create-perl-index.
15379         (cperl-xsub-scan): Don't require cl.
15381         * msb.el (msb-mode-map): Use substitute-key-definition.
15382         (msb-mode): Use msb-mode-map.
15384 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
15386         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
15387         New functions.
15388         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
15389         (vc-switch-backend): New function.
15390         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
15391         (vc-register): Fix prompt.
15392         (vc-unregister, vc-default-unregister): New functions.
15393         (vc-version-diff): Handle empty buffer in sentinel.
15395         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
15396         (vc-rcs-state-heuristic): Use it to guess the state of files with
15397         non-strict locking.
15398         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
15399         been set with -b, but not created yet.
15400         (vc-rcs-fetch-master-state): With non-strict locking, compare file
15401         contents in order to find the state.
15402         (vc-rcs-checkin): Allow creation of branches with no changes.
15403         (vc-rcs-unregister, vc-rcs-receive-file)
15404         (vc-rcs-set-non-strict-locking): New functions.
15406         * vc-hooks.el (vc-name): Force correct computation of the value
15407         in case it is missing.
15409 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
15411         * startup.el (fancy-splash-tail): Use a different foreground
15412         color on a dark frame background.
15414 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
15416         * info.el: Use the correct capitalization when making Info-mode
15417         and Info-edit-mode `special' modes.
15419 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
15421         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
15422         (diff-mode): Add support for add-log.el.
15423         (diff-hunk-text): Use char offsets rather than line offsets.
15424         (diff-find-source-location): Replace LINE with line-offset (nil
15425         if not found) and always set POS to a meaningful position.
15426         Adapt to the new char-offsets.
15427         (diff-apply-hunk): Drop support for the unused `select' POPUP.
15428         Adapt to the new diff-find-source-location.
15429         (diff-goto-source): Adapt to the new diff-find-source-location.
15431         * add-log.el (add-log-file-name): New function (split out of
15432         add-change-log-entry).
15433         (add-change-log-entry): Use it.
15434         Call add-log-file-name-function with the changelog file name if
15435         the current buffer is not associated with any file.
15436         Avoid find-file if the selected window is dedicated.
15438         * diff-mode.el (diff-find-source-location):
15439         Move code from diff-apply-hunk.  Return buffer rather than file.
15440         (diff-apply-hunk): Use the new result from  diff-find-source-location.
15441         (diff-goto-source): Use the new diff-find-source-location.
15443 2000-09-20  Dave Love  <fx@gnu.org>
15445         * iswitchb.el: Some doc fixes.
15446         (iswitchb-mode-map): Define completely initially.  Inherit
15447         minibuffer-local-map.
15448         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
15449         fundamental-mode.
15450         (iswitchb-global-map): New variable.
15451         (iswitchb-summaries-to-end): Amalgamate regexps.
15452         (iswitchb-mode): New.
15453         (iswitchb-mode-hook): New variable.
15454         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
15455         `extensions'.
15457 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
15459         * ehelp.el (electric-help): New defgroup.
15460         (electric-help-shrink-window): New user-option.
15461         (with-electric-help): Use it.
15463         * window.el (shrink-window-if-larger-than-buffer): If face
15464         `mode-line' has a :box, and we're on a graphical frame, add 1
15465         to the needed window height.
15467         * frame.el (frame-notice-user-settings): Add a last parameter nil
15468         to a call to `append', because the last list passed to `append' is
15469         not copied, and so subsequent calls to assq-delete-all will modify
15470         default-frame-alist.
15472         * startup.el (fancy-splash-image): Change :type.
15473         (fancy-splash-head): Use an XBM image if appropriate.
15474         (command-line-1): Show splash screens in more cases.
15476         * startup.el (fancy-splash-text): Don't quote faces.
15478         * dired.el (dired-font-lock-keywords): Undo last change.
15479         (dired-readin): Bind indent-tabs-mode to nil.
15481         * startup.el (fancy-splash-head): If frame's background mode
15482         is `dark', change the black background of the image to gray.
15483         (fancy-splash-screens): Display startup echo area message.
15484         (display-startup-echo-area-message): New function.
15486 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
15488         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
15490         * info.el (info-header-node): Tweak for color ttys.
15492         * faces.el (face-valid-attribute-values): Make sure directories we
15493         search for stipples both exist and are readable before trying to
15494         search them.
15496         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
15497         in the dry-run case.
15499         * jka-compr.el (with-auto-compression-mode): New macro.
15501         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
15502         (custom-group-tag-face, custom-variable-tag-face): Use relative
15503         :height and inherit from `variable-pitch' face instead of
15504         hardwiring :family.
15505         * hi-lock.el (hi-black-hb): Likewise.
15507         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
15508         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
15509         toolbar-add-item, if image doesn't have a mask add a `:mask
15510         heuristic'.
15512 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
15514         * diff-mode.el: Docstring fixes.
15515         (diff-header-face, diff-comment-face): New faces.
15516         (diff-font-lock-keywords): Highlight a bit differently.
15517         (diff-find-source-location): Don't return SPAN any more.
15518         (diff-hunk-text): Don't bother erasing the temp buffer.
15519         (diff-find-text): Drop argument LINE.
15520         (diff-apply-hunk): Update calls to diff-find-text.
15521         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
15523         * calendar/calendar.el: Docstring fixes.
15524         (calendar-make-alist): Don't quote lambda.
15525         (calendar-star-date): Use make-local-variable.
15527 2000-09-19  Dave Love  <fx@gnu.org>
15529         * toolbar/tool-bar.el: Renamed from toolbar.el.
15530         Change `toolbar' to `tool-bar' generally in symbols.
15531         Make some items invisible in `special' major modes.
15532         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
15533         Add arg PROPS.
15535         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
15536         Add :version here.
15537         (fancy-splash-delay, fancy-splash-image): Remove :version here.
15539 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
15541         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
15543         * files.el (find-file-suppress-same-file-warnings): New user-option.
15544         (find-file-noselect): Use it.
15546         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
15547         (fancy-splash-screen): Defgroup.
15549         * add-log.el (change-log-font-lock-keywords): Match names
15550         more exactly for the case that font-lock-constant-face is
15551         underlined.
15553 2000-09-19  Richard M. Stallman  <rms@gnu.org>
15555         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
15557 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
15559         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
15561 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
15563         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
15564         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
15565         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
15566         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
15567         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
15568         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
15569         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
15570         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
15571         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
15572         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
15573         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
15574         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
15576         * startup.el (fancy-splash-text): New variable.
15577         (fancy-splash-delay, fancy-splash-image): New user-options.
15578         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
15579         (fancy-splash-screens): New functions.
15580         (command-line-1): If display has a `display' frame parameter, has
15581         colors, and we have XPM support, show more fancy splash screens.
15583 2000-09-19  Dave Love  <fx@gnu.org>
15585         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
15586         with null `help'.  Use modern backquote syntax.
15588 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
15590         * font-lock.el (font-lock-mode): Change message telling the user
15591         that ``the buffer is too big''.
15593         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
15594         for instance for the case that tab-width is 2.
15596 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
15598         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
15599         toolbar-add-item, if image doesn't have a mask add a `:mask
15600         heuristic'.
15602 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
15604         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
15605         and return a cons if it's non-nil.
15606         (diff-apply-hunk): Try to jump to the line in the source text
15607         corresponding to the position of point in the in the hunk.
15609         * info.el (Info-title-3-face, Info-title-2-face)
15610         (Info-title-1-face): Use face inheritance and relative sizes
15611         instead of hard-wiring things.
15613         * faces.el (secondary-selection): Make dark-background variant sane.
15615 2000-09-16  Andrew Innes  <andrewi@gnu.org>
15617         * makefile.w32-in (compile-files-CMD): No need to make .elc files
15618         read-only, since they aren't under VC now.
15620 2000-09-17  Dave Love  <fx@gnu.org>
15622         * tmm.el: Replace mapcar with mapc in several places.
15624         * loadhist.el (unload-feature): Maybe call elp-restore-list and
15625         ad-unadvise.
15627         * international/latin1-disp.el: New file.
15629         * calendar/cal-move.el (scroll-calendar-left)
15630         (scroll-calendar-right): Make arg optional (for active mode line).
15632         * calendar/calendar.el (calendar-mode-line-format): Make fields
15633         mouse-sensitive.
15634         (calendar-read-date, calendar-read-date, calendar-window-list):
15635         Unquote lambda.
15636         (calendar-month-name): Use aref, not sref.
15638         * view.el (minor-mode-alist): Propertize the string.
15640         * international/characters.el (standard-case-table): Add entries
15641         for Greek.
15643 2000-09-18  Miles Bader  <miles@gnu.org>
15645         * info.el (info-node, info-xref): Add dark-background variants.
15647         * faces.el (header-line): Change defaults to be less confusing
15648         when mixed with mode-lines.
15650         * info.el (Info-fontify-node): Make a few cleanups.
15651         Add extra `help-echo' and `local-map' props to node xrefs.
15652         Use header-specific faces for node-names & xrefs.
15653         (Info-use-header-line): New variable.
15654         (info-header-xref, info-header-node): New faces.
15655         (Info-setup-header-line): New function.
15656         (Info-select-node): Call Info-setup-header-line when enabled.
15657         (Info-extract-pointer): Work even if the header line is hidden.
15658         (Info-header-line): New variable.
15660 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
15662         * vms-patch.el (print-region-function): Don't quote lambda.
15664         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
15666         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
15667         (lm-get-header-re): Allow spaces between the header and the colon.
15668         (lm-header): Allow $ in non-RCS headers.
15669         (lm-header-multiline): Put the strings back into order.
15670         Stop at an empty line.  Don't require two space chars if the
15671         line is clearly not another header line.
15673         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
15674         (popup-menu-popup): Remove.
15676 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
15678         * toolbar/toolbar.el (toolbar-add-item): Use the same image
15679         specification if or if not tool-bar item contains an `:enabled'
15680         property.
15682         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
15683         current buffer has no file name.
15685 2000-09-15  Dave Love  <fx@gnu.org>
15687         * strokes.el: Sync with maintainer's current version with changes
15688         for Emacs, but avoid runtime cl and levents.
15689         (toplevel):  Change autoloads and compilation requires.
15690         (strokes-version, strokes-bug-address, strokes-lift): Values
15691         changed.
15692         (strokes-xpm-header, strokes-insinuated): New variable.
15693         (strokes): Add :link.
15694         (strokes-mode): Customized.
15695         (strokes-while-inhibiting-garbage-collector): New macro.
15696         (strokes-remassoc): Avoid remove-if.
15697         (strokes-fix-button2-command): Don't use ad-do-it.
15698         (strokes-insinuate): New function.
15699         (strokes-button-press-event-p, strokes-button-release-event-p):
15700         New functions, used instead of non-`strokes-' versions..
15701         (strokes-mouse-event-p): Rewritten.
15702         (strokes-event-closest-point): Avoid event-point.
15703         (strokes-get-grid-position): Avoid cdadr, caadr
15704         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
15705         functions.
15706         (strokes-help): Use with-output-to-temp-buffer.
15707         (strokes-window-configuration-changed-p): New function.
15708         (strokes-update-window-configuration): Use buffer-live-p,
15709         strokes-window-configuration-changed-p.
15710         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
15711         (strokes-char-face): New face.
15712         (strokes-char-table, strokes-base64-chars): New variable.
15713         (strokes-xpm-for-stroke, strokes-list-strokes)
15714         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
15715         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
15716         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
15717         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
15718         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
15719         functions.
15721 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
15723         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
15725         * image.el (create-image): Doc fix.
15727         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
15728         instead of `:heuristic-mask t'.
15730 2000-09-14  Andrew Innes  <andrewi@gnu.org>
15732         * makefile.w32-in: Revert to Unix line endings.
15734 2000-09-14  Andrew Innes  <andrewi@gnu.org>
15736         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
15737         when installing.
15739         * makefile.nt (DONTCOMPILE): Fix typo.
15741         * shell.el (shell-write-history-on-exit): New function.
15742         (shell-dumb-shell-regexp): New custom variable.
15743         (shell-mode): Make shell-write-history-on-exit the process
15744         sentinel if shell name matches shell-dumb-shell-regexp.
15746         * w32-fns.el: Comment out before-init-hook function which resets
15747         source-directory based; this breaks bootstrap.
15749 2000-09-14  Dave Love  <fx@gnu.org>
15751         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
15752         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
15753         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
15754         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
15755         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
15756         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
15757         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
15758         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
15759         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
15761         * toolbar/toolbar.el: New.
15763         * subdirs.el: Add toolbar.
15765 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
15767         * indent.el (indent-for-tab-command): Doc fix.
15769 2000-09-14  Alex Schroeder  <alex@gnu.org>
15771         * ansi-color.el (ansi-colors): Doc change.
15772         (ansi-color-get-face): Simplified regexp.
15773         (ansi-color-faces-vector): Added more faces, doc change.
15774         (ansi-color-names-vector): Doc change.
15775         (ansi-color-regexp): Simplified regexp.
15776         (ansi-color-parameter-regexp): New regexp.
15777         (ansi-color-filter-apply): Doc change.
15778         (ansi-color-filter-region): Doc change.
15779         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
15780         deal with zero length parameters.
15781         (ansi-color-apply-on-region): Doc change.
15782         (ansi-color-map): Doc change.
15783         (ansi-color-map-update): Removed debugging message.
15784         (ansi-color-get-face-1): Added condition-case to trap
15785         args-out-of-range errors.
15786         (ansi-color-get-face): Doc change.
15787         (ansi-color-make-face): Removed.
15788         (ansi-color-for-shell-mode): New option.
15790 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
15792         * international/quail.el (quail-start-translation): Translate KEY
15793         if necessary even if it doesn't have any mapping in the current
15794         input method.
15795         (quail-start-conversion): Likewise.
15796         (quail-help): The output message is improved.
15798 2000-09-13  Miles Bader  <miles@gnu.org>
15800         * comint.el (comint-output-filter): Revert to using
15801         `insert-before-markers'.  Add bletcherous hack to undo damage
15802         caused by `insert-before-markers'.  Put `front-sticky' property on
15803         overlays created here so that the field code understands how the
15804         overlay works.  Use a let when making comint-last-prompt-overlay,
15805         so that the code is easier to read.
15807 2000-09-13  Dave Love  <fx@gnu.org>
15809         * wid-edit.el (widget-default-format-handler): DTRT when
15810         doc-property is a function.
15812 2000-09-12  Francesco Potorti`  <pot@gnu.org>
15814         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
15815         filed name if it's not there.
15817 2000-09-12  Dave Love  <fx@gnu.org>
15819         * simple.el (read-mail-command): Doc fix.
15820         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
15822         * vc.el (vc-dired-listing-switches): Fix :version.
15824         * vc-hooks.el: Doc fixes.
15826         * subr.el (add-minor-mode): Use toggle-fun arg.
15828         * speedbar.el: Add :version to several defcustoms.
15830         * imenu.el (imenu--truncate-items, imenu--cleanup)
15831         (imenu--generic-function): Avoid mapcar.
15832         (imenu--replace-spaces): Function removed.
15833         (imenu--completion-buffer): Use subst-char-in-string.
15834         (imenu-add-to-menubar): Use keymap inheritance.
15836 2000-09-12  Miles Bader  <miles@gnu.org>
15838         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
15839         (diff-mode-map): Bind `diff-test-hunk'.
15840         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
15842 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
15844         * bytecomp.el (byte-compile-defvar): Undo last change
15845         because it breaks '(make-variable-buffer-local (defvar ...)'
15846         which is used at least in dired.
15848 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
15850         * international/quail.el (quail-define-package): Docstring
15851         modified.
15853 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
15855         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
15856         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
15857         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
15858         docstring of "chinese-py".
15860         * international/quail.el (quail-translation-docstring): New
15861         variable.
15862         (quail-show-keyboard-layout): Docstring modified.
15863         (quail-select-current): Likewise.
15864         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
15865         infinite recursive call.
15866         (quail-help): Check quail-translation-docstring.  Format of the
15867         output changed.
15868         (quail-help-insert-keymap-description): Adjusted for the above
15869         change.
15871 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
15873         * bytecomp.el (byte-compile-defvar): Only cons onto
15874         current-load-list in top-level forms.  Else this leaks a cons cell
15875         every time a defun is called.
15877 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
15879         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
15880         Now understands non-unified diffs.  Some functionality moved into
15881         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
15882         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
15883         modify anything.  Only reposition point in the patched file if the
15884         patch succeeds.  Only pop up another window if POPUP is true.
15885         Emit a message describing what happened if successful, and at what
15886         line-offset.  Automatically detect reversed hunks and do something
15887         appropriate.
15888         (diff-hunk-text, diff-find-text): New functions.
15889         (diff-filter-lines): Function removed.
15890         (diff-test-hunk): New function.
15891         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
15893 2000-09-10  Dave Love  <fx@gnu.org>
15895         * textmodes/tildify.el: Minor doc/commentary fixes.
15896         (tildify) <defgroup>: Add :version.
15898         * faces.el (face-x-resources): Make custom type more specific.
15899         (frame-background-mode): Use mapc.
15900         (region) <defcustom>: Add :version.
15902 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
15904         * vc-sccs.el (vc-sccs-register):
15905         * vc-rcs.el (vc-rcs-register):
15906         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
15907         * vc.el (vc-register): Clear file's properties.
15909 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
15911         * faces.el (face-spec-set): Only face-spec-reset-face when
15912         ATTRS is non-nil.
15914 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
15916         * help.el (help-insert-xref-button): Fix a typo in doc string.
15918 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
15920         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
15921         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
15922         methods.
15924         * menu-bar.el (read-mail-item-name): New function.
15925         (menu-bar-tools-menu): Use it to compute and display the package
15926         used to read email.
15927         (menu-bar-tools-menu): Fix typo in GUD's help string.
15929 2000-09-07  Dave Love  <fx@gnu.org>
15931         * diff-mode.el (diff-mouse-goto-source): New function.
15933         * vc-sccs.el: Doc fixes.
15934         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
15936         * vc-rcs.el: Doc fixes.
15937         (vc-rcs-register-switches, vc-rcs-checkin-switches)
15938         (vc-rcs-checkout-switches, vc-rcs-header)
15939         (vc-rcs-master-templates): Add or change :version.
15941         * vc-cvs.el: Doc fixes.
15942         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
15943         (vc-cvs-stay-local): Add :version.
15945         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
15947 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
15949         * international/quail.el (quail-help): Fix previous change.
15951 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
15953         * faces.el (color-values): Doc fix.
15955         * faces.el (frame-set-background-mode): Use frame-parameter
15956         instead of frame-parameters.
15958         * frame.el (filtered-frame-list): Reduce consing.
15959         (frames-on-display-list): Call frame-parameter instead of
15960         frame-parameters.
15962 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
15964         * language/devan-util.el (devanagari-to-indian-region): In the
15965         loop, change the following char, not preceding char.
15967 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
15969         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
15970         instead of frame-parameters.
15972         * faces.el (set-face-attribute): Simplify by calling
15973         internal-set-lisp-face-attribute with FRAME being 0.
15975         * vc.el: Remove `Id' version control keyword.
15977 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
15979         * help.el (help-make-xrefs): Adjusted for the change of
15980         help-xref-mule-regexp.
15981         (help-insert-xref-button): New function.
15983         * international/mule-cmds.el (help-xref-mule-regexp-template):
15984         Include the pattern for character set.
15985         (leim): New group.
15987         * international/quail.el: Don't require face.
15988         (quail): New group.
15989         (quail-other-command): Dummy command to make quail-help work better.
15990         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
15991         (quail-keyboard-layout-substitution): New variable.
15992         (quail-update-keyboard-layout): New function.
15993         (quail-keyboard-layout-type): New customizable variable.
15994         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
15995         (quail-keyboard-translate): Pay attention to
15996         quail-keyboard-layout-substitution.
15997         (quail-insert-kbd-layout): New function.
15998         (quail-show-keyboard-layout): New function.
15999         (quail-get-translation): If the definition is a vector of length
16000         1, and the element is a string of length 1, return the character
16001         in that string.
16002         (quail-update-current-translations): Fix the case of
16003         relative-index out of range.
16004         (quail-build-decode-map, quail-insert-decode-map): New Functions.
16005         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
16006         Show key sequences for all available characters.
16007         (quail-help-insert-keymap-description): Don't show such verbose
16008         key bindings as quail-self-insert-command.
16010         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
16011         Format changed, and each element now have extra documentations.
16012         (tit-process-header): Delete invalid characters from TIT-PROMPT.
16013         Adjusted for the change of quail-cxterm-package-ext-info.
16015 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
16017         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
16018         requiring it leads to a recursive loading of vc.el and vc-hooks.el
16019         during bootstrap.
16021 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
16023         * vc.el: (toplevel): Don't require `dired' at run-time.
16024         (vc-dired-resynch-file): Remove autoload cookie.
16026 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
16028         * vc.el: Made several backend functions optional.
16029         (vc-default-responsible-p): New function.
16030         (vc-merge): Use RET for first version to trigger merge-news, not
16031         prefix arg.
16032         (vc-annotate): Handle backends that do not support annotation.
16033         (vc-default-merge-news): Removed.  The existence of a merge-news
16034         implementation is now checked on caller sites.
16036         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
16037         case.
16039         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
16040         special case that has been removed from the default in vc-hooks.el.
16042 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
16044         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
16046 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
16048         * vc-hooks.el: Require vc during compilation.
16049         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
16050         macro `with-vc-properties' in vc.el.
16051         (vc-file-getprop): Doc fix.
16052         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
16054         * vc.el: Require dired-aux during compilation.
16055         (vc-name-assoc-file): Moved to vc-sccs.el.
16056         (with-vc-properties): New macro.
16057         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
16058         vc-finish-steal): Use it.
16059         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
16060         to the backend-specific function is now supposed to do the checkout,
16061         too.
16062         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
16064         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
16065         set file properties; that gets done in the generic code now.
16067         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
16068         Changed parameter list, added code from vc.el that does the
16069         checkout, possibly with a double-take.
16071         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
16072         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
16073         the above under the new name.
16074         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
16075         parameter list, added checkout command.
16076         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
16077         properties; that gets done in the generic code now.
16079 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
16081         * vc.el: Docstring fixes (courtesy of checkdoc).
16083 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
16085         * vc.el (vc-checkout-writable-buffer-hook)
16086         (vc-checkout-writable-buffer): Remove.
16087         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
16088         (vc-log-mode): Make it into a clean derived major mode.
16089         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
16090         vc-log-mode if log-edit is not available.
16091         (vc-dired-mode-map): Don't set-keymap-parent yet.
16092         (vc-dired-mode): Do set-keymap-parent here.
16093         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
16095 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
16097         * faces.el (set-face-attribute, face-spec-reset-face)
16098         (face-spec-set): Avoid consing by removing calls to `apply'.
16100         * frame.el (frame-parameter): Move to C code.
16102 2000-09-05  Dave Love  <fx@gnu.org>
16104         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
16105         insert-before-markers-and-inherit.  Now checked systematically!
16107 2000-09-05  Alex Schroeder  <alex@gnu.org>
16109         * sql.el (sql-postgres): Use sql-postgres-options.
16110         (sql-postgres-options): New variable.
16112 2000-09-05  Alex Schroeder  <alex@gnu.org>
16114         * sql.el (sql-mode-menu): Work around missing variable mark-active
16115         in XEmacs.
16116         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
16117         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
16118         compatibility.
16120 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
16122         * vc.el (vc-dired-resynch-file): Add autoload cookie.
16124         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
16126         * Makefile.in (DONTCOMPILE): Fix typo in file name.
16128 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16130         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
16131         don't support anything else under SCCS yet.
16133         * vc-hooks.el: Minor doc fixes.
16135 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16137         * vc.el (vc-next-action-on-file): Do not visit the file if it's
16138         not necessary.  If verbose in state `needs-patch', do the same as
16139         under `up-to-date'.  When NOT verbose and `needs-patch', check out
16140         latest version instead of `merge-news'.
16141         (vc-next-action-dired): Don't mess with default-directory here; it
16142         breaks other parts of dired.  It is the job of the
16143         backend-specific functions to adjust it temporarily if they need it.
16144         (vc-next-action): Remove a special CVS case.
16145         (vc-clear-headers): New optional arg FILE.
16146         (vc-checkin, vc-checkout): Set properties vc-state and
16147         vc-checkout-time properly.
16148         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
16149         (vc-print-log): Use new backend function `show-log-entry'.
16150         (vc-cancel-version): Do the checks in a different order.  Added a
16151         FIXME concerning RCS-only code.
16153         * vc-rcs.el (vc-rcs-show-log-entry): New function.
16154         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
16156         * vc-cvs.el (vc-cvs-show-log-entry): New function.
16158         * vc-hooks.el (vc-default-mode-line-string): Show state
16159         `needs-patch' as a `-' too.
16161 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16163         * vc.el (vc-responsible-backend): New optional arg REGISTER.
16164         (vc-default-could-register): New function.
16165         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
16166         (vc-resynch-buffer): Call vc-dired-resynch-file.
16167         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
16168         vc-resynch-buffer instead of vc-resynch-window.
16169         (vc-next-action-dired): Don't redisplay here, that gets done as a
16170         result of the individual file operations.
16171         (vc-retrieve-snapshot): Corrected prompt order.
16173         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
16175         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
16176         as well.
16177         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
16178         hostname regexps.  Updated all callers.
16179         (vc-cvs-responsible-p): Handle directories as well.
16180         (vc-cvs-could-register): New function.
16181         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
16182         properties up-to-date.
16184         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
16185         user whether to create one.
16187 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16189         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
16190         check out a non-existing file.
16192         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
16193         workfile does not exist.
16195         * vc.el (vc-version-diff): Use `require' to check for existence of
16196         diff-mode.
16198 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16200         * vc-cvs.el (vc-cvs-registered): Use new function
16201         vc-cvs-parse-entry to do the actual work.
16203 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16205         * vc-hooks.el (vc-find-backend-function): If function doesn't
16206         exist, return nil instead of error.
16207         (vc-call-backend): Doc fix.
16209         * vc.el (vc-do-command): Doc fix.
16210         (vc-finish-logentry): When checking in from vc-dired, choose the
16211         right backend for logentry check.
16212         (vc-dired-mode-map): Inherit from dired-mode-map.
16213         (vc-dired-mode): Local value of dired-move-to-filename-regexp
16214         simplified.
16215         (vc-dired-state-info): Removed, updated caller.
16216         (vc-default-dired-state-info): Use parentheses instead of hyphens.
16217         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
16218         (vc-dired-listing-switches): New variable.
16219         (vc-directory): Use it, instead of dired-listing-switches.
16221         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
16222         (vc-cvs-dir-state): New function.
16223         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
16224         (vc-cvs-parse-entry): New function, also to be used in
16225         vc-cvs-registered.
16227 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16229         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
16230         *or* single-window-frames.
16232 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16234         * vc.el (vc-update-changelog): Split into generic part and default
16235         implementation.  Doc string adapted.
16236         (vc-default-update-changelog): New function.  Call the `rcs2log'
16237         script in exec-directory, to fix a long-standing nuisance.
16239         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
16240         simply signals an error.
16242 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16244         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
16245         control-flow more clear and to avoid running `cvs' twice.
16247         * vc.el (vc-next-action-on-file): Doc fix.
16248         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
16249         (vc-print-log): Eval `file' before constructing the continuation.
16251 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16253         * vc.el (vc-next-action-on-file): Corrected several messages.
16254         (vc-merge): Add prefix arg `merge-news'; handle it.
16256         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
16257         is not reached.  It is.
16258         (vc-cvs-merge): Set state to 'edited after merge.
16259         (vc-cvs-merge-news): Set workfile version to nil if not known.
16260         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
16262         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
16263         via stdout. (Merge from main line.)
16265 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16267         * vc.el (vc-finish-logentry): Thinko in the "same comment"
16268         detection.
16270 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16272         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
16273         against kill-all-local-variables.
16274         (vc-log-edit): Don't save vc-parent-buffer any more.
16275         (vc-last-comment-match): Initialize to an empty string.
16276         (vc-post-command-functions): New hook.
16277         (vc-do-command): Run it.
16278         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
16279         (vc-finish-logentry): Only add the comment to the ring if it's
16280         different from the last comment entered.
16281         (vc-new-comment-index): New function.
16282         (vc-previous-comment): Use it.  Make the minibuffer message
16283         slightly less terse.
16284         (vc-comment-search-reverse): Make it work forward as well.  Don't
16285         set vc-comment-ring-index if no match is found.  Use
16286         vc-new-comment-index.
16287         (vc-comment-search-forward): Use vc-comment-search-reverse.
16288         (vc-dired-mode-map): Don't inherit from dired-mode-map since
16289         define-derived-mode will do it for us.  Bind `v' to a keymap that
16290         inherits from vc-prefix-map so that we can bind `vt' without
16291         binding C-x v t.
16292         (vc-retrieve-snapshot): Parenthesis typo.
16294         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
16295         to 1.  Make sure to switch to *vc* before looking for an error
16296         message.  Use vc-parse-buffer.
16298 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16300         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
16301         and NAME.
16302         (vc-retrieve-snapshot): Split into two parts.
16303         (vc-default-retrieve-snapshot): New function.
16305         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
16306         (vc-cvs-retrieve-snapshot): New function (untested).
16307         (vc-cvs-stay-local): Default to t.
16308         (vc-cvs-remote-p): New function and property.
16309         (vc-cvs-state): Stay local only if the above is t.
16310         (vc-handle-cvs): Removed.
16311         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
16312         done via vc-handled-backends now.
16313         (vc-cvs-header): Escape Id.
16315 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16317         * vc.el (vc-do-command): Remove unused commands.
16318         (vc-version-diff): Make sure default-directory ends with a slash.
16319         Move the window commands into a vc-exec-after.
16320         (vc-print-log): Move more of the code into the `vc-exec-after'.
16322 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16324         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
16325         (vc-print-log): Search current revision from beginning of buffer.
16326         (vc-revert-buffer): Clear echo area after the diff is finished.
16327         (vc-prefix-map): Removed definition of "t" for terse display in vc
16328         dired.
16329         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
16330         definition of "vt" for terse display.
16331         (vc-dired-mode): Fix dired-move-to-filename-regexp.
16333 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16335         * vc.el (vc-exec-after): Avoid caddr.
16337 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16339         * vc.el (vc-exec-after): New function.
16340         (vc-do-command): Use it to add a termination message for async
16341         procs.
16342         (vc-checkout): Try to handle a missing-backend situation.
16343         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
16344         of a directory with a backend using async diffs.
16345         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
16346         present.
16348         * vc-sccs.el (vc-sccs-state-heuristic): Use
16349         file-ownership-preserved-p.
16351         * vc-rcs.el (vc-rcs-state-heuristic): Use
16352         file-ownership-preserved-p.
16353         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
16355 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16357         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
16358         vc-do-command.
16360         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
16361         when there are no changes.
16363 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16365         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
16367         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
16369 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16371         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
16373         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
16374         the `fset' outside of the defvar so that it works even if
16375         vc-prefix-map was already defined.
16376         (vc-setup-buffer): New function, split out of vc-do-command.
16377         (vc-do-command): Allow BUFFER to be t to mean `just use the
16378         current buffer without any fuss'.
16379         (vc-version-diff): Change the `diff' backend operation to just put
16380         the diff in the current buffer without erasing it.  Always use
16381         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
16382         shrink-window-if-larger-than-buffer.
16383         (vc-print-log): Change the `print-log' backend operation to just
16384         put the log in the current buffer without erasing it.  Protect
16385         shrink-window-if-larger-than-buffer.
16386         (vc-update-change-log): Fix setd typo.
16388         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
16389         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
16391         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
16392         (vc-rcs-diff): Insert in the current buffer and remove unused arg
16393         CMP.
16395         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
16396         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
16397         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
16399 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16401         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
16402         not possible, use vc-BACKEND-workfile-unchanged-p.
16403         (vc-default-workfile-unchanged-p): New function.  Delegates to a
16404         full vc-BACKEND-diff.
16406         * vc-hooks.el (vc-simple-command): Removed.
16408         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
16409         instead of vc-simple-command.
16410         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
16411         avoid doing a diff when opening a file.
16412         (vc-rcs-state): Added check for unlocked-changes.
16413         (vc-rcs-header): Escape Id.
16414         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
16415         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
16416         version.
16418         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
16419         (vc-sccs-diff): Remove optional arg CMP.
16420         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
16421         SCCS-specific function.
16423         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
16424         vc-simple-command.
16426 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16428         * vc.el (vc-editable-p): Renamed from vc-writable-p.
16429         (with-vc-file, vc-merge): Use vc-editable-p.
16430         (vc-do-command): Remove unused var vc-file and fix the
16431         doubly-defined `status' var.  Add a user message when starting an
16432         async command.
16433         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
16434         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
16435         Use with-current-buffer.
16436         (vc-buffer-sync): Use unless.
16437         (vc-next-action-on-file): If the file is 'edited by read-only,
16438         make it read-write instead of trying to commit.
16439         (vc-version-diff, vc-update-change-log): Use `setq
16440         default-directory' rather than `cd'.
16441         (vc-log-edit): Don't forget to set default-directory in the
16442         buffer.
16444         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
16445         (vc-sccs-state-heuristic): Use file-writable-p instead of
16446         comparing userids.
16447         (vc-sccs-checkout): Use `unless'.
16449         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
16450         of comparing userids.
16451         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
16452         Simplify the logic by eliminating unreachable code.
16453         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
16454         just do a recursive call if we need to retry.
16455         (vc-rcs-checkout): Handle the case where rcs is missing by making
16456         the buffer read-write if requested and re-signalling the error.
16458         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
16460 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16462         * vc-hooks.el (vc-handled-backends): Docstring change.
16463         (vc-ignore-vc-files): Mark obsolete.
16464         (vc-registered): Check vc-ignore-vc-files.
16465         (vc-find-file-hook, vc-file-not-found-hook): Don't check
16466         vc-ignore-vc-files.
16468         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
16470 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16472         * vc.el (vc-checkout): Don't do anything special for ange-ftp
16473         files since ange-ftp already has vc-registered return nil.
16475         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
16476         (vc-sccs-workfile-version): Use with-temp-buffer and new
16477         vc-parse-buffer and don't bother setting the property.
16478         (vc-sccs-add-triple): Use with-current-buffer and
16479         find-file-noselect.
16480         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
16482         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
16483         derives from the old vc-parse-buffer but uses the revision number
16484         rather than the date (much easier to compare robustly).
16485         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
16486         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
16487         locking-user more directly.  Check strict locking and set
16488         checkout-model appropriately.
16489         (vc-rcs-parse-locks): Remove.
16490         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
16491         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
16492         (vc-rcs-system-release): Use with-current-buffer and
16493         vc-parse-buffer.
16494         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
16496         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
16497         (vc-simple-command): Docstring fix.
16498         (vc-registered): Align the way the file-handler is called with the
16499         way the function itself works.
16500         (vc-file-owner): Remove.
16502         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
16503         extraction of fields and call to file-attributes because of a
16504         temporary bug in rcp.el.
16505         (vc-cvs-fetch-status): Use with-current-buffer.
16507 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16509         * vc.el (vc-do-command): Use file-relative-name.
16510         (vc-responsible-backend): Use vc-backend if possible.
16511         (vc-create-snapshot): Improve the `interactive' spec. Add support
16512         for branches and dispatch to backend-specific `create-snapshot'.
16513         (vc-default-create-snapshot): New function, containing the bulk of
16514         the old vc-create-snapshot.
16515         (vc-retrieve-snapshot): Improve the interactive spec.
16517         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
16518         (vc-backend-hook-functions): Remove.
16519         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
16520         (vc-backend): Reintroduce the test for `file = nil' now that I
16521         know why it was there (and added a comment to better remember).
16523         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
16524         code from vc-sccs-hooks.el.
16525         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
16526         'vc anymore.
16527         (vc-sccs-responsible-p): Use expand-file-name instead of concat
16528         and file-directory-p instead of file-exists-p.
16529         (vc-sccs-check-headers): Simplify the regexp.
16531         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
16532         from vc-rcs-hooks.el.  Don't require 'vc anymore.
16533         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
16534         file-directory-p instead of file-exists-p.
16536         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
16537         from vc-cvs-hooks.el.
16538         (proto vc-cvs-registered): Require 'vc-cvs instead of
16539         'vc-cvs-hooks.  Don't require 'vc anymore.
16540         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
16541         file-directory-p instead of file-exists-p.
16542         (vc-cvs-create-snapshot): New function, replacing
16543         vc-cvs-assign-name.
16544         (vc-cvs-assign-name): Remove.
16546 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16548         * vc-cvs.el (vc-cvs-header): New var.
16550         * vc-rcs.el (vc-rcs-exists): Remove.
16551         (vc-rcs-header): New var.
16553         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
16554         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
16555         (vc-sccs-header): New var.
16557         * vc.el (vc-do-command): Get rid of the `last' argument.
16558         (vc-header-alist): Remove, replaced by vc-X-header.
16559         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
16560         (vc-dired-hook): Use expand-file-name instead of concat.
16561         (vc-directory): Use file-name-as-directory.
16562         (vc-snapshot-precondition, vc-create-snapshot)
16563         (vc-retrieve-snapshot): Allow the command to operate on any
16564         directory.
16566         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
16567         just removing the 'WORKFILE argument or by removing the 'MASTER
16568         argument and replacing `file' with (vc-name file).
16570 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16572         * vc.el: Update Copyright and add a crude list of backend funs.
16573         (vc-writable-p): New function.
16574         (with-vc-file): Use vc-writable-p.
16575         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
16576         (vc-register): Avoid vc-name.
16577         (vc-locking-user): Remove.
16578         (vc-steal-lock): Make the `owner' arg non-optional.
16579         (vc-merge): Use vc-writable-p instead of vc-locking-user and
16580         vc-checkout-model.
16581         (vc-default-dired-state-info): Use vc-state instead of
16582         vc-locking-user and return special strings for special states.
16583         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
16584         and get rid of one of the special CVS cases.
16585         (vc-cancel-version): prettify error message with \\[...].
16586         (vc-rename-master): New function.
16587         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
16588         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
16589         the CVS special case generic.
16590         (vc-default-record-rename): Remove.
16591         (vc-file-tree-walk-internal): Only call FUNC for files that are
16592         under control of some VC backend and replace `concat' with
16593         expand-file-name.
16594         (vc-file-tree-walk): Update docstring.
16595         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
16596         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
16598         * vc-sccs.el (vc-sccs-rename-file): Renamed from
16599         vc-sccs-record-rename.  Use `find-file-noselect' rather than
16600         `find-file' and call `vc-rename-master' to do the actual move.
16601         (vc-sccs-diff): Remove unused `backend' variable.
16603         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
16604         to delay loading of vc-sccs until it is really used.
16605         (vc-sccs-master-templates): Preload.
16606         (vc-sccs-state): Update call to vc-sccs-parse-locks.
16607         (vc-sccs-project-dir): Remove (merged into
16608         vc-sccs-search-project-dir).
16609         (vc-sccs-search-project-dir): Rewrite using file name handling ops
16610         rather than `concat', make sure it is preloaded and don't bother
16611         to check that the file actually exists.
16612         (vc-sccs-parse-locks): Remove unused `file' argument, remove
16613         `locks' argument (use buffer's content instead) and eliminate n^2
16614         behavior.
16616         * vc-rcs.el: Update Copyright.
16617         (vc-rcs-rename-file): New function.
16618         (vc-rcs-diff): Remove unused `backend' variable.
16620         * vc-hooks.el: Update Copyright.
16621         (vc-backend): Don't accept a nil argument any more.
16622         (vc-up-to-date-p): Turn into a defsubst.
16623         (vc-possible-master): New function.
16624         (vc-check-master-templates): Use `vc-possible-master' and allow
16625         funs in vc-X-master-templates to return a non-existent file.
16627         * vc-cvs.el: Update Copyright.
16628         (vc-cvs-diff): Remove unused `backend' variable.
16629         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
16631         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
16633 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16635         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
16636         since it can be called from vc-rcs.el.
16637         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
16639 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16641         * vc.el (vc-version-diff): Expand file name read from the
16642         minibuffer.  Handle the case when a previous version number can't
16643         be guessed.  Give suitable messages when there were no differences
16644         found.
16645         (vc-clear-headers): Call backend-specific implementation, if one
16646         exists.
16647         (vc-cancel-version): Made error checks generic.  When done, clear
16648         headers generically, too.
16650         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
16651         from vc-clear-headers in vc.el.
16653         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
16654         correctly.
16655         (vc-rcs-latest-on-branch-p): Made second argument VERSION
16656         optional.  Handle the case when it's not there.
16658 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16660         * vc.el (vc-locking-user): Moved from vc-hooks.el.
16662 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16664         * vc-hooks.el (vc-loadup): Remove.
16665         (vc-find-backend-function): Use `require'.  Also, handle the case
16666         where vc-BACKEND-hooks.el doesn't exist.
16667         (vc-call-backend): Cleanup.
16669 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16671         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
16672         vc-rcs-grab-templates)
16673         (vc-rcs-registered): Remove.  The default function works as well.
16674         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
16675         vc-sccs-grab-templates)
16676         (vc-sccs-registered): Remove.  The default function works as well.
16678         * vc.el (vc-version-diff): Left out a vc- in call to
16679         vc-call-backend.
16680         (vc-default-dired-state-info, vc-default-record-rename)
16681         (vc-default-merge-news): Update for the new backend argument.
16683         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
16684         using the default function.
16685         (vc-call-backend): If calling the default function, pass it the
16686         backend as first argument.  Update the docstring accordingly.
16687         (vc-default-state-heuristic, vc-default-mode-line-string): Update
16688         for the new backend argument.
16689         (vc-make-backend-sym): Renamed from vc-make-backend-function.
16690         (vc-find-backend-function): Use the new name.
16691         (vc-default-registered): New function.
16693 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16695         * vc.el (vc-merge): Use vc-find-backend-function.
16697         * vc-hooks.el (vc-backend-functions): Remove.
16698         (vc-loadup): Don't setup 'vc-functions.
16699         (vc-find-backend-function): New function.
16700         (vc-call-backend): Use above fun and populate 'vc-functions
16701         lazily.
16702         (vc-backend-defines): Remove.
16704 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16706         * vc.el (vc-register): Put a FIXME note for a newly found bug.
16707         Call vc-call-backend without the leading vc-.
16708         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
16709         (vc-check-headers): Call vc-call-backend without the leading vc-.
16710         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
16711         (vc-annotate-display): Replace confusing use of `cond' with `or'.
16712         Call vc-call-backend without the leading vc-.
16714         * vc-cvs.el (tail): Provide vc-cvs.
16715         * vc-sccs.el (tail): Provide vc-sccs.
16716         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
16718         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
16719         (vc-make-backend-function, vc-call): Pass names without leading
16720         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
16721         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
16722         (vc-call-backend): Always try to load vc-X-hooks.
16723         (vc-registered): Remove vc- in call to vc-call-backend.
16725 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16727         * vc.el (vc-process-filter): New function.
16728         (vc-do-command): Setup `vc-process-filter' for the async process.
16729         (vc-maybe-resolve-conflicts): New function to reduce
16730         code-duplication.  Additionally, it puts the buffer in
16731         `smerge-mode' if applicable.
16732         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
16733         calling `merge-news'.
16734         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
16735         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
16736         interfacing to log-edit.el.
16737         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
16738         log-edit is available.
16739         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
16741 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16743         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
16744         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
16745         defvar and the initialization.
16746         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
16748         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
16749         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
16751         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
16753 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16755         * vc.el (vc-file-clear-masterprops): Removed.
16756         (vc-checkin, vc-revert-buffer): Removed calls to the above.
16757         (vc-version-diff): Use buffer-size without argument.
16758         (vc-register): Heed vc-initial-comment.
16760         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
16761         default branch.
16763         * vc-rcs.el (vc-rcs-register): Parse command output to find master
16764         file name and workfile version.
16765         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
16767         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
16768         vc-file-clear-masterprops.
16770         * vc-sccs.el (vc-sccs-checkout): Removed call to
16771         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
16772         rather than user login name.
16775 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16777         * vc.el (vc-workfile-unchanged-p): Remove unused argument
16778         `want-differences-if-changed' and simplify.
16779         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
16780         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
16781         output (which is invalid for async vc-diff) to decide whether to
16782         do the revert silently or not.
16784 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16786         * vc-hooks.el (vc-loadup): Load files quietly.
16787         (vc-call-backend): Oops, brain fart.
16789 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16791         * vc-cvs.el (vc-cvs-state): Typo.
16792         (vc-cvs-merge-news): Return the status code rather than the error msg.
16794 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16796         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
16797         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
16798         vc-state or vc-up-to-date-p.
16799         (vc-merge): Use vc-backend-defines to check whether merging is
16800         possible.  Set state to 'edited after successful merge.
16802         * vc-hooks.el (vc-locking-user): If locked by the calling user,
16803         return that name.  Redocumented.
16805 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16807         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
16808         new `vc-state' semantics.
16809         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
16810         'vc-locking-user to the current user.
16811         (vc-merge): Inline vc-backend-merge.  Comment out code that I
16812         don't understand and hence can't adapt to the new `vc-state' and
16813         `vc-locking-user' semantics.
16814         (vc-backend-merge): Remove.
16816         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
16817         rather than 'vc-locking-user.
16819         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
16821         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
16822         (vc-state): Don't use 'reserved any more.  Just use the same
16823         convention as the one used for vc-<backend>-state where the
16824         locking user (as a string) is returned.
16825         (vc-locking-user): Update, based on the above convention. The
16826         'vc-locking-user property has disappeared.
16827         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
16829         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
16830         with a heuristic one.
16831         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
16832         (vc-cvs-checkin): Do a trivial parse to set the state in case of
16833         error.  That allows us to get to 'needs-merge even in the
16834         stay-local case.  There's still no way to detect 'needs-patch in
16835         such a setup (or to force an update for that matter).
16836         (vc-cvs-logentry-check): Remove, the default works as well.
16838 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16840         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
16842         * vc.el (vc-do-command): kill-all-local-variables, to reset any
16843         major-mode in which the buffer might have been put earlier.  Use
16844         `remove' and `when'.  Allow `okstatus' to be `async' and use
16845         `start-process' in this case.
16846         (vc-version-diff): Handle the case where the diff looks empty
16847         because of the use of an async process.
16849 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16851         * vc.el (vc-next-action-on-file): Removed optional parameter
16852         `simple'.  Recompute state unconditionally.
16853         (vc-default-toggle-read-only): Removed.
16855         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
16856         (vc-toggle-read-only): Undid prev change.
16858         * vc-cvs.el (vc-cvs-stay-local): Renamed from
16859         vc-cvs-simple-toggle.  Redocumented.
16860         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
16861         (vc-cvs-toggle-read-only): Removed.
16863 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16865         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
16866         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
16867         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
16868         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
16869         still is. So maybe it should be removed.
16870         (vc-head-version, vc-find-binary): Remove.
16871         (vc-recompute-state): Move from vc-hooks.el.
16872         (vc-next-action-on-file): Add a `simple' argument to allow
16873         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
16874         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
16875         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
16876         (vc-dired-mode-map): Properly defvar it.
16877         (vc-print-log): Call log-view-mode if available.
16878         (small-temporary-file-directory): defvar instead of use boundp.
16879         (vc-merge-news): Moved to vc-cvs.el.
16880         (vc-default-merge-news): New function.
16882         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
16883         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
16884         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
16885         unknown `vc-latest-version' function.  It should probably refer to
16886         vc-workfile-version or somesuch, but it's very unclear to me and I
16887         don't have SCCS to test things.
16889         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
16890         (vc-sccs-state-heuristic): Fix typo.
16891         (vc-sccs-workfile-unchanged-p): Add missing argument.
16893         * vc-rcs.el: Require vc and vc-rcs-hooks.
16894         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
16895         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
16896         (vc-release-greater-or-equal-p): Move from vc.
16897         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
16898         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
16899         (vc-rcs-checkout): Add a missing `new-version' argument in the
16900         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
16902         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
16903         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
16904         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
16905         than the apparently unbound `workfile-version'.
16907         * vc-hooks.el (vc-master-templates): Def the obsolete var.
16908         (vc-file-prop-obarray): Use `make-vector'.
16909         (vc-backend-functions): Add new hookable functions
16910         vc-toggle-read-only, vc-record-rename and vc-merge-news.
16911         (vc-loadup): If neither backend nor default functions exist, use
16912         the backend function rather than nil.
16913         (vc-call-backend): If the function if not bound yet, try to load
16914         the non-hook file to see if it provides it.
16915         (vc-call): New macro plus use it wherever possible.
16916         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
16917         nor `vc-find-binary' since it's only called from
16918         vc-mistrust-permission which is only used once the backend is known.
16919         (vc-checkout-model): Fix parenthesis.
16920         (vc-recompute-state, vc-prefix-map): Move to vc.el.
16922         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
16923         (vc-cvs-release, vc-cvs-system-release): Remove.
16924         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
16925         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
16926         status symbols.
16927         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
16928         (vc-cvs-toggle-read-only): First cut at a function to allow a
16929         cvs-status-free vc-toggle-read-only.
16930         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
16931         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
16932         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
16933         (vc-cvs-checkout): Modify access rights directly if the user
16934         requested not to use `cvs edit'.  And refresh the mode line.
16936         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
16937         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
16939 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16941         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
16942         workfile' that got lost when the code was extracted from vc.el.
16943         And merged the tail with the rest of the code (not possible in the
16944         old vc.el where the tail was shared among all backends).  And
16945         explicitly set the state to 'edited if `writable' is set.
16947         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
16948         (vc-cvs-state): Be careful to return the value from
16949         vc-cvs-parse-state.
16950         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
16951         property but return it instead.  Also be careful to handle a nil
16952         or "" `rev' when workfile is non-nil (it was handled properly when
16953         workfile was nil).
16955         * vc.el: Removed those pesky unnecessary `(function' quotes.
16956         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
16957         directly in the defvar.
16958         (vc-do-command): Bind inhibit-read-only so as to properly handle
16959         the case where the destination buffer has been made read-only.
16960         (vc-diff): Delegate to vc-version-diff in all cases.
16961         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
16962         (vc-annotate-mode-variables): Removed (code moved partly to
16963         defvars and partly to vc-annotate-add-menu).
16964         (vc-annotate-mode): Turned into a derived-mode.
16965         (vc-annotate-add-menu): Moved in code in
16966         vc-annotate-mode-variables.
16967         (vc-update-change-log): Use make-temp-file if available.
16969 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
16971         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
16972         `vc-checkout-model' updated to `vc-cvs-update-model'.
16974 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
16976         * vc.el (vc-next-action-on-file): Added handling of state
16977         `unlocked-changes'.
16978         (vc-checkout-carefully): Is now practically obsolete, unless the
16979         above is too slow to be enabled unconditionally.
16980         (vc-update-change-log): Fixed typo.
16982         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
16984         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
16985         Now handles state `unlocked-changes'.
16986         (vc-sccs-workfile-unchanged-p): New function, to support the above.
16988         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
16990         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
16991         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
16992         `unlocked-changes'.
16993         (vc-rcs-workfile-unchanged-p): Renamed from
16994         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
16995         function yet, but supposed to become one soon.
16997         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
16998         `vc-steal-lock'.
16999         (vc-call-backend): Changed error message.
17000         (vc-state): Added description of state `unlocked-changes'.
17002 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17004         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
17005         always return t in CVS-controlled directories.
17007         * vc.el (vc-responsible-backend): New function.
17008         (vc-register): Largely rewritten.
17009         (vc-admin): Removed (implementation moved into vc-register).
17010         (vc-checkin): Redocumented.
17011         (vc-finish-logentry): If no backend defined yet (because we are in
17012         the process of registering), use the responsible backend.
17014         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
17015         Updated function lists.
17016         (vc-call-backend): Fixed typo.
17018         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
17019         New functions.
17020         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
17021         Removed query option.  Redocumented.
17023 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17025         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
17027         * vc.el: Updated callers of `vc-checkout-required' to use
17028         `vc-checkout-model'.
17030 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17032         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
17033         stuff updated to reference this function instead of the old
17034         `vc-backend-release-p'.
17036 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17038         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
17039         vc-checkout-model.  Return appropriate values.  Updated callers.
17041 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17043         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
17044         (vc-backend-revert): Function moved into `vc-revert';
17045         `vc-next-action' must be updated to accomodate this change.
17046         (vc-backend-steal): Function moved into `vc-finish-steal'.
17047         (vc-backend-logentry-check): Function moved into
17048         `vc-finish-logentry'.
17049         (vc-backend-printlog): Function moved into `vc-print-log'.
17050         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
17051         (vc-backend-assign-name): Function moved into
17052         `vc-create-snapshot'.
17054 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17056         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
17057         Rename to vc-checkout-model.  Return appropriate values.
17058         Update callers.
17060         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
17061         to vc-checkout-model.
17062         (vc-checkout-required): Rename to vc-checkout-model.
17063         Re-implement and re-comment.
17064         (vc-after-save): Use vc-checkout-model.
17066 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17068         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
17069         Update to use the vc-BACKEND-diff functions instead.
17070         `vc-diff' is now working.
17072         * vc-rcs.el (vc-rcs-logentry-check): New function.
17074         * vc-cvs.el (vc-cvs-logentry-check): New function.
17076         * vc-sccs.el (vc-sccs-diff): Function changed name from
17077         `vc-backend-diff'.  This makes `vc-diff' work.
17079         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
17080         of functions possibly implemented in a vc-BACKEND library.
17081         (vc-checkout-required): Fix bug that caused an error to be
17082         signaled during `vc-after-save'.
17084         * vc.el: Fix typo.
17085         This checkin is made with our new VC code base for the very first time.
17086         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
17088         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
17089         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
17091         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
17092         updated to `vc-uses-locking'.
17093         (vc-checkout-required): Call to backend function.
17094         `vc-checkout-required' updated to `vc-uses-locking' instead.
17096         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
17097         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
17099         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
17100         to match the split into various backends.
17101         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
17102         (vc-retrieve-snapshot): Bug fix.
17104 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17106         * vc-sccs.el (vc-sccs-release): Doc fix.
17108 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17110         * vc.el (vc-next-action-on-file): Bug found and fixed.
17111         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
17112         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
17114         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
17115         (vc-rcs-checkout): Name space cleaned up.  No more revision number
17116         crunching function names that are not prefixed with vc-rcs.
17117         (vc-rcs-checkout-model): Function added.  References to
17118         `vc-checkout-model' replaced.
17120 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17122         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
17123         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
17124         still need to be split, and implemented for RCS).
17126 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17128         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
17130         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
17131         required by the vc.el file.
17133         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
17134         required by the vc.el file.
17135         (vc-rcs-exists): Function added.
17137         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
17138         required by the vc.el file.
17140         * vc.el (vc-admin): Updated to handle selection of appropriate
17141         backend.  Current implementation is crufty and need re-thinking.
17143         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
17145 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17147         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
17148         beginning of annotate buffers correctly.
17150         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
17151         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
17152         functionality updated quite a lot to support multiple backends.
17153         Variables `vc-annotate-mode', `vc-annotate-buffers',
17154         `vc-annotate-backend' added.
17156         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
17157         `vc-annotate-difference' added to supported backend functions.
17159 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17161         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
17162         Use with-temp-file instead of /bin/sh.  Merged from mainline
17164 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17166         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
17168         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
17170         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
17172 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17174         * vc-hooks.el: vc-state-heuristic added to
17175         vc-backend-hook-functions.
17177         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
17179         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
17181         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
17182         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
17183         state to `reserved'.
17185         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
17186         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
17188 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17190         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
17191         untouched.
17193         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
17195         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
17196         if defined.  (Merged from main line, slightly adapted.)
17198         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
17199         millenium problem (merged from mainline).
17201 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17203         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
17204         part and moved the non-BACKEND stuff to vc.el.
17206         * vc.el: Split the annotate feature into a BACKEND specific part
17207         and moved it from the vc-cvs.el file to this one.
17209 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17211         * vc-hooks.el: Implement new state model.
17212         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
17213         (vc-locking-user): Simplify.  Now only needed if the file is
17214         locked by somebody else.
17215         (vc-lock-from-permissions): Remove.  Functionality is in
17216         vc-sccs-hooks.el and vc-rcs-hooks.el now.
17217         (vc-mode-line-string): New name for former vc-status.  Adapted.
17218         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
17220         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
17221         Various simplifications and adaptations all over the place.
17223         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
17224         Simplify and adapt the rest.
17226         * vc.el (vc-resynch-window): Add TODO comment: check for
17227         interaction with view mode according to recent RCS change.
17228         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
17230 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17232         * vc.el: Convert the remaining function comments to docstrings.
17234 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17236         * vc.el (vc-backend-release, vc-release-greater-or-equal)
17237         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
17238         (vc-minor-part, vc-previous-version): Functions that operate and
17239         compare revision numbers got proper documentation.  Comments added
17240         about their possible removal.
17242 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17244         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
17245         the vc-backend.el files.
17247         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
17249         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
17250         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
17251         (vc-rcs-previous-version): Functions added.
17253         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
17255         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
17257 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17259         * vc-hooks.el (vc-master-templates): Is really obsolete.
17260         Comment out the definition for now.  What is the right procedure
17261         to get rid of it?
17262         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
17263         rewritten.
17264         (vc-default-registered): Remove.
17265         (vc-check-master-templates): New function; does mostly what the
17266         above did before.
17267         (vc-locking-user): Don't rely on the backend to set the property.
17269         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
17270         Rewrite documentation.
17271         (vc-rcs-templates-grabbed): New variable.
17272         (vc-rcs-grab-templates): New function.
17273         (vc-rcs-registered): Rewrite to use above mechanism.
17275         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
17276         Rewrite documentation.
17277         (vc-sccs-templates-grabbed): New variable.
17278         (vc-sccs-grab-templates): New function.
17279         (vc-sccs-registered): Rewrite to use above mechanism.
17280         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
17281         Don't throw the result, simply return it.
17283         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
17284         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
17285         (vc-cvs-registered): Does the check itself now.  Simplify.
17287         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
17288         from main line.
17290 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17292         * vc-cvs.el (vc-cvs-diff): New function.
17294         * vc-sccs.el (vc-sccs-diff): New function.
17296         * vc-rcs.el (vc-rcs-diff): New function.
17297         (vc-rcs-checkout): Bug (typo) found and fixed.
17298         (vc-rcs-register-switches): New variable.
17300         * vc.el (vc-backend-diff): Function removed and placed in the
17301         backend files.
17303 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17305         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
17307         * vc.el (vc-backend-checkout): Function removed and replaced in
17308         the vc-backend.el files.
17310         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
17312         * vc.el (vc-backend-admin): Removed and replaced in the
17313         vc-backend.el files.
17315         * vc.el (Martin): Removed all the annotate functionality since it
17316         is CVS backend specific.
17318 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17320         * spec.txt: Added specification of vc-state.
17322         * vc-sccs-hooks.el (vc-sccs-master-properties):
17323         Remove handling of vc-latest-version and
17324         vc-your-latest-version.  What used to be vc-latest-version, is now
17325         returned as vc-workfile-version.
17326         (vc-sccs-workfile-version): Adapt.
17328 2000-09-04  Dave Love  <fx@gnu.org>
17330         * vc.el: [Merged from mainline.]
17331         (vc-dired-mode): Make the dired-move-to-filename-regexp
17332         regexp match the date, to avoid treating date as file size.
17333         Add YYYY S option to WESTERN/
17335 2000-09-04  Dave Love  <fx@gnu.org>
17337         * vc.el: Require `compile' when compiling.
17338         (vc-logentry-check-hook): New option.
17339         (vc-steal-lock): Use compose-mail.
17340         (vc-dired-mode-map): Defvar when compiling.
17341         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
17342         vc-sccs.el and renamed.  Callers changed.
17343         (vc-backend-checkout, vc-backend-logentry-check)
17344         (vc-backend-merge-news): Doc fix.
17345         (vc-default-logentry-check): New function.
17346         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
17347         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
17348         (vc-backend-merge): Doc fix.  Use backend functions.
17349         (vc-check-headers): Use backend functions.
17351         * vc-cvs.el: Require vc when compiling.
17352         (vc-cvs-register-switches): Doc fix.
17353         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
17354         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
17355         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
17356         New functions (code from vc.el).
17357         (vc-annotate-display-default): Fix interactive spec.
17358         (vc-annotate-time-span): Doc fix.
17360         * vc-rcs.el: Require vc when compiling.
17361         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
17362         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
17363         (vc-rcs-checkin): New functions (code from vc.el).
17364         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
17365         Doc fix.
17366         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
17368         * vc-sccs.el: Require vc when compiling.
17369         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
17370         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
17371         (vc-sccs-revert)
17372         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
17373         from vc.el).
17374         (vc-sccs-add-triple, vc-sccs-record-rename)
17375         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
17376         (vc-sccs-admin): Doc fix.
17378 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17380         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
17381         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
17382         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
17383         from vc.el.
17385         * vc-sccs.el (vc-admin-sccs): Added from vc.el
17387         * vc-cvs.el: Moved the annotate functionality from vc.el.
17388         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
17390 2000-09-04  Dave Love  <fx@gnu.org>
17392         * vc.el (vc-backend-release): Call vc-system-release.
17394         * vc-sccs.el (vc-sccs-system-release):
17395         Renamed from vc-sccs-backend-release.
17397         * vc-rcs.el (vc-rcs-system-release):
17398         Renamed from vc-rcs-backend-release.
17400         * vc-cvs.el (vc-cvs-system-release):
17401         Renamed from vc-cvs-backend-release.
17403 2000-09-04  Dave Love  <fx@gnu.org>
17405         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
17406         backend files.
17407         (vc-backend-release): Dispatch to backend functions.
17408         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
17409         probably needs attention.]
17411         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
17412         (vc-sccs-backend-release): New function.
17414         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
17415         (vc-cvs-backend-release): New function.
17417         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
17418         Doc fix.
17419         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
17420         (vc-default-dired-state-info): New function.
17421         (vc-dired-state-info): Dispatch to backends.
17422         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
17424         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
17425         from vc.el and renamed.
17427 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17429         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
17430         (vc-version-other-window, vc-backend-assign-name): Removed
17431         references to vc-latest-version; sometimes changed into
17432         vc-workfile-version.
17434         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
17435         vc-rcs-master-workfile-version.
17436         (vc-rcs-workfile-version): Use the above.  Don't call
17437         vc-latest-version (that was unreachable code, anyway).
17438         (vc-rcs-fetch-master-properties): Doc fix.
17440         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
17441         (vc-backend-hook-functions): Removed them from this list, too.
17442         (vc-fetch-properties): Removed.
17443         (vc-workfile-version): Doc fix.
17445         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
17446         (vc-rcs-workfile-version, vc-rcs-locking-user)
17447         (vc-rcs-uses-locking): Use it.
17449         * vc-hooks.el (vc-consult-rcs-headers):
17450         Moved into vc-rcs-hooks.el, under the name
17451         vc-rcs-consult-headers.
17453         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
17454         headers.
17455         (vc-cvs-find-master): Use this name only; correct different
17456         versions of the name.
17458         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
17459         New functions.
17460         (vc-sccs-locking-user): Use the latter.
17462         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
17463         New functions.
17465         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
17466         Moved into both
17467         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
17468         functions are implementation details of those two backends.
17470 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17472         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
17473         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
17475         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
17476         (vc-sccs-parse-locks): SCCS-specific code moved here from
17477         vc-hooks.
17479         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
17480         code moved here from vc-hooks.
17482         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
17483         into back-end specific parts and removed.  Callers not updated
17484         yet; because I guess these callers will disappear into back-end
17485         specific files anyway.
17487 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17489         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
17490         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
17491         `vc-uses-locking'.
17493         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
17494         Store yes/no in the property, and return t/nil.  Updated all
17495         callers.
17497         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
17498         vc-sccs-uses-locking.  Don't set property.
17499         (vc-sccs-locking-user): Don't set property.
17501         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
17502         vc-cvs-uses-locking.  Don't set property here; leave that to
17503         vc-hooks.
17504         (vc-cvs-locking-user): Reflect above change.  Streamlined.
17506         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
17507         vc-rcs-uses-locking.
17508         (vc-rcs-locking-user): Reflect above change.
17510 2000-09-04  Dave Love  <fx@gnu.org>
17512         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
17514         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
17516         * vc-hooks.el (vc-checkout-model): Punt to backends.
17518         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
17520         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
17522         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
17523         New functions.
17525         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
17526         New functions.
17528         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
17529         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
17531         * vc-hooks.el (vc-default-locking-user): New function.
17532         (vc-locking-user, vc-workfile-version): Punt to backends.
17534 2000-09-04  Dave Love  <fx@gnu.org>
17536         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
17537         (vc-master-workfile-version): Moved from vc-hooks.
17539         * vc-rcs-hooks.el: Fix duplicate code in last change.
17541         * vc-rcs-hooks.el: Require vc-hooks when compiling.
17542         (vc-rcs-master-templates): Improve :type.
17543         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
17544         vc-master-workfile-version): Moved from vc-hooks.
17546         * vc-sccs-hooks.el: Require vc-hooks when compiling.
17547         (vc-sccs-master-templates): Improve :type.
17548         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
17550         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
17552         * vc-cvs-hooks.el: Require vc-hooks when compiling.
17553         (vc-cvs-master-templates): Improve :type.  Use
17554         vc-cvs-find-cvs-master.
17555         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
17556         from vc-hooks.
17557         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
17559         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
17560         Moved to vc-cvs-hooks.
17562         * vc-hooks.el: Add doc strings in various places.  Simplify the
17563         minor mode setup.
17564         (vc-handled-backends): New user variable.
17565         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
17566         simplification.
17568 2000-09-04  Dave Love  <fx@gnu.org>
17570         * vc.el: Some doc fixes for autoloaded and interactive functions.
17571         Fix compilation warnings from ediff stuff.
17572         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
17574         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
17576         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
17578         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
17580 2000-09-04  Dave Love  <fx@gnu.org>
17582         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
17583         New variable.
17584         (vc-make-backend-function, vc-loadup, vc-call-backend)
17585         (vc-backend-defines): New functions.
17587         * vc-hooks.el: Various doc fixes.
17588         (vc-default-back-end, vc-follow-symlinks): Custom fix.
17589         (vc-match-substring): Function removed.  Callers changed to use
17590         match-string.
17591         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
17592         Simplify.
17594 2000-09-04  Dave Love  <fx@gnu.org>
17596         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
17597         type.
17598         (vc-sccs-project-dir, vc-search-sccs-project-dir)
17599         (vc-sccs-registered): Doc fix.
17601         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
17602         (vc-cvs-registered): Doc fix.
17604         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
17605         (vc-rcs-registered): Doc fix.
17607 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17609         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
17611         * vc-hooks.el: vc-registered has been renamed
17612         vc-default-registered.  Some functions have been moved to the
17613         backend specific files.  they all support the
17614         vc-BACKEND-registered functions.
17616 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17618         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
17620         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
17622 2000-09-04  Dave Love  <fx@gnu.org>
17624         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
17625         menu-bar-update-hook.
17627         * help.el (help-manyarg-func-alist): Add
17628         find-operation-coding-system.
17630         * wid-edit.el (widget-sexp-validate): Fix garbled code.
17632         * custom.el (custom-set-variables): Print message about errors in
17633         setting.
17635 2000-09-03  Andrew Innes  <andrewi@gnu.org>
17637         * makefile.w32-in: Change to DOS line endings.
17639 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
17641         * mouse.el (mouse-popup-menubar): Supply the prompt string for
17642         minor-mode keymaps, if they don't have one.
17644 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
17646         * eshell/esh-module.el (eval-when-compile): Don't lose if
17647         esh-module.el's file name is truncated to DOS 8+3 limits.
17649 2000-09-01  John Wiegley  <johnw@gnu.org>
17651         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
17652         predicate, which caused entries in the completion list to be
17653         doubled.
17655 2000-08-30  John Wiegley  <johnw@gnu.org>
17657         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
17658         sending to subprocesses.  Also, hook pre-command-hook if
17659         `eshell-send-direct-to-subprocesses' is non-nil.
17660         (eshell-send-direct-to-subprocesses): New config variable.  If t,
17661         subprocess input is send immediately.
17662         (eshell-toggle-direct-send): New function.
17663         (eshell-self-insert-command): New function.
17664         (eshell-intercept-commands): New function.
17665         (eshell-send-input): If direct subprocess sending is enabled,
17666         don't echo any input to the Eshell buffer.  Let the subprocess
17667         handle that.  This requires "stty echo" in bash, for example.
17669 2000-08-28  John Wiegley  <johnw@gnu.org>
17671         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
17672         completion function for Eshell's implementation of `unset'.
17674 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
17676         * info.el (Info-directory-list): Doc fix.
17678 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
17680         * filecache.el (file-cache-add-directory-using-find): Don't quote
17681         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
17683 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
17685         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
17686         coding systems.
17688 2000-08-30  Andrew Innes  <andrewi@gnu.org>
17690         * timer.el (run-with-idle-timer): Undo last change, so that timer
17691         is not activated immediately if Emacs is already idle.  Some
17692         existing code relies on this behaviour.
17694 2000-08-30  Miles Bader  <miles@gnu.org>
17696         * frame.el (set-frame-font): Do completion of font-name for
17697         interactive use.
17699 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
17701         * international/quail.el (quail-start-translation): Bind locally
17702         last-command-event, last-command, and this-command.
17703         (quail-start-conversion): Likewise.
17704         (quail-self-insert-command): Fix docstring.
17706 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
17708         * progmodes/executable.el
17709         (executable-make-buffer-file-executable-if-script-p): Check that
17710         buffer contains at least 2 characters.
17712 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
17714         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
17716 2000-08-29  Dave Love  <fx@gnu.org>
17718         * diff-mode.el (diff-mode) <defgroup>: Add :version.
17719         (diff-mode-shared-map): Bind mouse-2.
17720         (diff-imenu-generic-expression): New variable.
17721         (diff-mode): Use it.
17723         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
17724         (mouse-popup-menubar): Add minor mode menus.
17725         (popup-menu): Check for lookup-key returning number.
17727 2000-08-29  Miles Bader  <miles@gnu.org>
17729         * comint.el (comint-send-input): Create overlays using the proper
17730         front/read-advance arguments.
17732 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17734         * ps-print.el: Even/odd pages printing.  Doc fix.
17735         (ps-print-version): New version number (6.0).
17736         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
17737         (ps-background, ps-begin-file, ps-begin-job): Code fix.
17738         (ps-print-duplex-feature): Variable eliminated.
17739         (ps-even-or-odd-pages): New variable.
17741         * progmodes/ebnf2ps.el: Doc fix.
17742         (ebnf-version): New version (3.3).
17743         (ebnf-user-arrow): Change variable customization to sexp.
17744         (ebnf-user-arrow): Function eliminated.
17745         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
17747 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
17749         * help.el (help-xref-mule-regexp): New variable.
17750         (help-make-xrefs): Handle help-xref-mule-regexp.
17752         * international/mule-cmds.el (help-xref-mule-regexp-template): New
17753         variable.
17754         (describe-input-method): Temporarily activate the specfied input
17755         method to display the information.
17756         (describe-language-environment): Hyperlinks to mule related items.
17758         * international/mule-diag.el (charset-multibyte-form-string): New
17759         function.
17760         (list-character-sets-1): Use charset-multibyte-form-string.
17761         (describe-character-set): New function.
17762         (describe-coding-system): Hyperlinks to safe character sets.
17764         * international/quail.el (quail-help): New arg PACKAGE.
17765         Hyperlinks to mule related items.
17766         (quail-help-insert-keymap-description): Use
17767         substitute-command-keys instead of describe-bindings.
17768         (quail-translation-help): Hyperlinks to mule related items.
17770 2000-08-28  John Wiegley  <johnw@gnu.org>
17772         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
17773         have a defsubst call itself.  Made `eshell-flatten-list' back into
17774         a function again.
17776         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
17777         catch, in case re-centering point at bottom messes up the display.
17778         This happens frequently in Emacs 21, due I believe to variable
17779         line heights.
17781         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
17782         to call `find-tag-interactive'.
17784         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
17785         the list of remember directories.
17787 2000-08-28  John Wiegley  <johnw@gnu.org>
17789         * align.el: Test align-region-separate to see if it's a symbol.
17791 2000-08-28  John Wiegley  <johnw@gnu.org>
17793         * eshell/esh-util.el (eshell-flatten-list): Made this function
17794         into a defsubst form.  It gets used very frequently, although
17795         calls don't occur all that often.
17797         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
17798         examining it.
17800         * eshell/esh-cmd.el (eshell-rewrite-while-command):
17801         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
17802         `eshell-protect'.
17803         (eshell-copy-handles): Created a new macro for duplicating the
17804         current set of open handles.  This is needed by the looping
17805         functions.
17806         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
17807         is not incorrectly stomped on.
17809         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
17810         declaration for pcomplete-use-paring.
17811         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
17812         value of eshell-cmpl-use-paring.
17813         * pcomplete.el (pcomplete-use-paring): New config variable, to
17814         indicate whether paring should be used.
17815         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
17816         completion alternatives that have already been used.
17818         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
17819         bound to C-c C-y, which will repeat the previous N arguments
17820         (based on prefix argument).
17821         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
17823         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
17824         if there is no *Help* buffer.  This is for XEmacs, which renames
17825         its help buffers uniquely.  TODO: Find out what the current buffer
17826         name to delete is.
17828         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
17829         first entry that correlates to a passwd/group number.  Later
17830         entries (used for group/user name aliasing to multiple IDs) are
17831         ignored.
17833         * eshell/em-xtra.el (eshell/expr):
17834         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
17835         (eshell-grep, eshell/diff, eshell/locate):
17836         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
17837         argument list, before passing it to the system command.
17839         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
17840         `find-tag' for use at final position in Eshell buffers (which
17841         otherwise triggers an error on Emacs 21).
17842         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
17843         buffer, if it is currently bound to `find-tag'.
17845         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
17846         in the list of matched Makefile names.
17847         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
17848         directory, prefer its contents to Makefile.
17850         * eshell/em-dirs.el (eshell/cd): cd commands that look up
17851         directory parts (like "cd old new", or "cd =regexp"), are now case
17852         sensitive on non-Windows/DOS platforms.
17854         * eshell/esh-mode.el (eshell-parse-command-input): When a user
17855         types RET after an open delimiter (like "), display a message
17856         indicating that Eshell is waiting for the closing delimiter.
17858         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
17859         environment variables.
17861         * eshell/em-unix.el (eshell/diff): Added logic to fail more
17862         gracefully if the user enters incorrect arguments.
17864         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
17865         Eshell buffers.
17867         * eshell/esh-var.el (eshell-interpolate-variable):
17868         * eshell/esh-mode.el (eshell-move-argument):
17869         * eshell/em-unix.el (eshell-du-sum-directory):
17870         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
17871         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
17872         (not (= ...)).
17874         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
17875         to ensure the `preserve' flag gets propagated when doing recursive
17876         directory copies.
17878 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
17880         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
17881         Don't convert \n into \0177 in memory.
17882         (eshell-read-history, eshell-write-history): Convert \n to \0177,
17883         and back again, when reading and writing.
17885 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
17887         * eshell/esh-util.el (eshell-processp): Added to relieve constant
17888         testing of `fboundp' on `processp'.
17890         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
17891         (eshell/jobs): Don't call process-list if it is not bound.
17892         (eshell-gather-process-output): Support systems where async
17893         subprocesses aren't supported.
17894         (eshell-scratch-buffer, eshell-last-sync-output-start): New
17895         variables.
17897         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
17898         eshell-do-eval returns t.
17899         (eshell-do-pipelines-synchronously): New defmacro.
17900         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
17901         when async subprocesses aren't supported.
17902         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
17903         if async subprocesses aren't supported.
17904         (eshell-resume-command): Don't assume STATUS is a string.
17906         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
17908         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
17909         (eshell-close-target, eshell-get-target): Use eshell-processp.
17910         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
17911         fix.
17912         (eshell-get-target, eshell-create-handles): Doc fix.
17914 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
17916         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
17917         criterion to include commands that output something, as long as it
17918         leaves both the command and the end-of-buffer visible when the
17919         command has exited.
17920         (eshell-review-quick-commands): Adjust the help doc string
17921         accordingly.
17923 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
17925         * locate.el (locate): Cleaned up locate command's interactive prompting
17926         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
17928         * filecache.el (file-cache-case-fold-search): New variable
17929         (file-cache-assoc-function): New variable
17930         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
17931         Use file-cache-case-fold-search variable
17932         (file-cache-add-file): Use file-cache-assoc-function
17933         (file-cache-delete-file): likewise
17934         (file-cache-directory-name): likewise
17935         (file-cache-debug-read-from-minibuffer): likewise
17937 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
17939         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
17940         (abbrev-table-name): New function.
17941         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
17942         If non-nil list local abbrev, only.
17944 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
17946         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
17947         from Gnus support code, and use special article copy buffer
17948         `(gnus-original-article-buffer)' instead.  This allows to get rid
17949         of article-hide-headers usage (which breaks in the latest Gnus
17950         version).  Thanks to Detlev Zundel.
17952 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
17954         * international/quail.el (quail-use-package): Hide "... loaded"
17955         message.
17956         (quail-start-translation, quail-start-conversion): Likewise.
17958         * international/kkc.el (kkc-region): Hide "... loaded" message.
17960 2000-08-27  Dave Love  <fx@gnu.org>
17962         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
17964 2000-08-27  Miles Bader  <miles@gnu.org>
17966         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
17968 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
17970         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
17971         'ja-dic-cnv), not (require 'skkdic-cnv).
17973 2000-08-26  Miles Bader  <miles@gnu.org>
17975         * faces.el (face-x-resources): Add entry for :inherit.
17976         * cus-face.el (custom-face-attributes): Add support for :inherit
17977         attribute.  Add support for relative face heights.
17978         (custom-face-attributes-get): Treat `nil' as being a default value
17979         for :inherit (as well as `unspecified').
17981         * faces.el (set-face-attribute): Update doc string.
17982         (face-attribute-name-alist): Add :inherit.
17983         (face-valid-attribute-values): Handle :inherit.
17984         (face-read-string): Rephrase prompt to be less confusing.
17985         Assume that DEFAULT is a string, since we must return a string.
17986         (face-read-integer): Use `format' to turn DEFAULT into an
17987         acceptable default for face-read-string.  Match NEW-VALUE against
17988         the string "unspecified", not the symbol `unspecified', since
17989         that's what face-read-string returns.
17990         (read-face-attribute): Lookup a name for old-value in valid, and
17991         use it as a default if we find one.  Treat all values from
17992         face-read-string as strings.  If the default is used, don't do any
17993         more processing on the value, just use the old value directly.
17994         (read-face-and-attribute, modify-face): Tweak prompt.
17995         (read-face-name): Don't assume prompt ends with a space.
17997         * faces.el (describe-face): Add support for :inherit attribute.
17999 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
18001         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
18002         concat doesn't accept interger.
18004         * international/kkc.el: Remove SKK from Keywords.  Require
18005         ja-dic-utl instead of skkdic-utl.
18007         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
18008         Provide ja-dic-cnv instead of skkdic-cnv.
18009         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
18010         (iso-2022-7bit-short): Add safe-charsets property.
18011         (skkdic-convert-postfix): Search Japanese chou-on character in
18012         addition to Hiragana character.
18013         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
18014         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
18015         (batch-skkdic-convert): Likewise.
18017         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
18018         Provide ja-dic-utl instead of skkdic-utl.
18019         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
18021 2000-08-24  Dave Love  <fx@gnu.org>
18023         * disp-table.el (standard-display-default): Make the test of `l'
18024         useful.
18026         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
18027         mod sample text.
18029         * international/iso-ascii.el: Make pilcrow convenient string
18030         consistent with section.
18031         (iso-ascii-display): Set up multibyte characters as well as
18032         unibyte.
18034 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
18036         * international/mule-cmds.el (reset-language-environment): Set
18037         default-process-coding-system to '(undecided . iso-latin-1), which
18038         makes process I/O almost consistent with file I/O.   Call this
18039         function when mule-cmds.el[c] is loaded.
18041 2000-08-22  Andrew Innes  <andrewi@gnu.org>
18043         * makefile.w32-in: New file.
18045 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
18047         * comint.el (comint-output-filter): Compare end of
18048         comint-last-output-overlay with the start of the newly inserted
18049         text, not the end, when deciding whether to extend it.
18050         Set saved-point's insertion type to advance after insertion.
18052         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
18053         since this is now done independently of font-lock mode.
18055 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
18057         * server.el (server-kill-new-buffers): New user option.
18058         (server-existing-buffer): New buffer-local variable.
18059         (server-visit-files): When using an existing buffer, set
18060         server-existing-buffer to t.
18061         (server-buffer-done): If server-kill-new-buffers is t, kill the
18062         buffer, unless it was already present before visiting it with
18063         Emacs server.
18065 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
18067         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
18068         even if the display doesn't support colors: some displays will
18069         support bold/underline faces.
18071 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
18073         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
18075         * startup.el (command-line): If user's init file had an error,
18076         add explanatory text to *Messages*.
18078 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
18080         * man.el (Man-getpage-in-background): Decode the process output by
18081         the system locale coding system.
18083 2000-08-20  Dave Love  <fx@gnu.org>
18085         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
18086         Don't test x-popup-menu.
18087         (function) <complete-function>: Complete only fbound symbols.
18088         <validate, value>: New.
18089         (variable) <complete-function>: Complete only bound symbols.
18090         (coding-system): Add :base-only, :complete-function, :validate,
18091         :value, :prompt-match.
18092         (widget-coding-system-prompt-value): Use read-coding-system and
18093         act on :base-only.
18094         (editable-field): Add :help-echo.
18095         (widget-push-button-gui, widget-push-button-cache)
18096         (widget-gui-action, widget-editable-list-gui): COmment out, along
18097         with uses.
18098         (widget-at): Make arg optional.
18099         (widget-echo-help): Adjust for current help-echo calling sequence.
18100         (widget-specify-field, widget-specify-button)
18101         (widget-specify-insert, widget-get-sibling, widget-image-find)
18102         (widget-convert, widget-insert, widget-leave-text)
18103         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
18104         (widget-setup, widget-field-find, widget-before-change)
18105         (widget-after-change, widget-default-complete)
18106         (widget-default-create, widget-default-delete)
18107         (widget-push-button-value-create, editable-field)
18108         (widget-field-prompt-value, widget-field-validate)
18109         (widget-choice-value-create, widget-choice-action)
18110         (widget-choice-validate, widget-checklist-add-item)
18111         (widget-radio-add-item, widget-radio-chosen)
18112         (widget-radio-value-inline, widget-editable-list-value-create)
18113         (widget-editable-list-entry-create)
18114         (widget-documentation-link-add)
18115         (widget-documentation-string-value-create)
18116         (widget-regexp-validate, widget-file-complete)
18117         (widget-sexp-validate, widget-plist-convert-widget)
18118         (widget-plist-convert-widget, widget-alist-convert-widget)
18119         (widget-alist-convert-widget, widget-color-complete): Simplify,
18120         particularly to avoid bindings which aren't optimized out.
18122         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
18123         Doc fix.
18124         (down-list, backward-up-list, up-list, kill-sexp)
18125         (backward-kill-sexp, mark-sexp): Make arg optional.
18126         (lisp-complete-symbol): Add optional arg PREDICATE.
18128         * cus-start.el: Add display-buffer-reuse-frames,
18129         file-coding-system-alist.
18131 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
18133         * startup.el (command-line): Clear realized faces after
18134         modifying TTY color mappings.
18136 2000-08-20  Miles Bader  <miles@gnu.org>
18138         * faces.el (face-attr-match-p): Don't return true if ATTRS are
18139         merely a subset of FACE's attributes.
18141 2000-08-19  Miles Bader  <miles@gnu.org>
18143         * comint.el (comint-output-filter): Save the point with a marker,
18144         not just a buffer position.
18146         * international/mule.el (set-buffer-process-coding-system): Make
18147         interactive prompt less confusing.
18149 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
18151         * hilit-chg.el: General cleanup of doc strings, comments and
18152         code formatting.
18154 2000-08-19  Miles Bader  <miles@gnu.org>
18156         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
18157         Compiler macro removed; beginning-of-line is no longer always
18158         equivalent to forward-line, in the presence of fields.
18160         * comint.el (comint-output-filter): Remove ad-hoc saving of
18161         restriction, and just use save-restriction, now that it works
18162         correctly.  Don't adjust comint-last-input-start to account for
18163         our insertion; it shouldn't have moved because we don't use
18164         insert-before-markers anymore.  Comment out call to
18165         `force-mode-line-update'; why is it here?
18167         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
18168         while checking for prompt to delete.  Use `forward-line 0'
18169         instead of beginning-of-line.
18170         (gud-filter): Temporarily widen gud comint buffer while
18171         examining output.
18173 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
18175         * progmodes/sh-script.el: Big bag of typos.
18177         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
18178         check since ispell-process is not bound when ispell is not yet loaded.
18180 2000-08-18  Dave Love  <fx@gnu.org>
18182         * image.el (find-image): Copy `spec' before using plist-put.
18184 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
18186         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
18187         `portugues'.
18189         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
18190         backward-kill-sexp, analogous to kill-sexp.
18192         * progmodes/icon.el (icon-indent-line)
18193         (icon-is-continuation-line): Handle comments specially.
18195 2000-08-17  Ken Stevens <k.stevens@ieee.org>
18197         * ispell.el: Set to standard author/maintainer/keyword fields.
18198         Fine tuning to menu map appearance and operation, and added help.
18199         Remove `start' and `end' error messages when compiling.
18200         (ispell-choices-win-default-height): Fixed comment string.
18201         (ispell-dictionary-alist-1): Fixed regexp in castellano and
18202         castellano8 dictionaries.
18203         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
18204         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
18205         dictionary, added italiano dictionary.
18206         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
18207         word character
18208         (ispell-tex-skip-alists): Added psfig support.
18209         (ispell-skip-html): Renamed from ispell-skip-sgml.
18210         (ispell-begin-skip-region-regexp, ispell-skip-region)
18211         (ispell-minor-check): Improved html skipping support to skip across
18212         code, and recognize `&' commands without propper `;' syntax;
18213         (ispell-process-line): Fix alignment error when manually
18214         correcting spelling.
18215         (ispell): Fix comment string.
18216         (ispell-add-per-file-word-list): Always put word list on new line.
18218 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
18220         * format.el (format-encode-run-method): Fix error message to say
18221         `encode' instead of `decode'.  Use save-window-excursion around
18222         shell-command-on-region as in format-decode-run-method because
18223         shell-command-on-region can display a buffer with error output.
18224         (format-decode): Don't record undo information for the decoding.
18225         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
18226         that number part of the temporary buffer name so that more than
18227         one decoding using a temporary buffer can happen safely.
18229         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
18230         of `A-z' in the regexp.
18232         * hilit-chg.el: Fix typos in commentary.
18234         * help.el (view-emacs-news): Rewritten for new naming scheme
18235         for old NEWS files.
18237         * startup.el (command-line): Pop to *Messages* in case an error
18238         is signaled while loading user-init-file.
18240 2000-08-17  Andreas Schwab  <schwab@suse.de>
18242         * files.el (insert-directory): Don't lose original file name,
18243         undoing an undocumented change.
18245 2000-08-17  Alex Schroeder  <alex@gnu.org>
18247         * sql.el (sql-magic-go): Use comint-bol.
18248         (sql-copy-column): Use comint-line-beginning-position.
18249         (comint-line-beginning-position): Define a replacement for
18250         comint-line-beginning-position if it is not fboundp.
18252 2000-08-17  Alex Schroeder  <alex@gnu.org>
18254         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
18255         it didn't have any effect anyway.
18257 2000-08-17  Alex Schroeder  <alex@gnu.org>
18259         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
18260         --pset and pager=off instead of sending \\o|cat at the beginning
18261         of the session.
18263 2000-08-17  Miles Bader  <miles@gnu.org>
18265         * progmodes/octave-inf.el: Add compatibility definition of
18266         comint-line-beginning-position.
18268 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
18270         * startup.el (normal-top-level): Look in each dir in load-path for
18271         a leim-list.el file too.  This assures of loading leim-list.el
18272         that is created at Emacs installation time even if a user have his
18273         own leim-list.el.
18275 2000-08-17  Miles Bader  <miles@gnu.org>
18277         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
18278         foreground color to black if the background is dark.
18280 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
18282         * loadhist.el (unload-feature): Typo.
18284         * finder.el (finder-compile-keywords):
18285         * cus-dep.el (custom-make-dependencies): Add local-variable settings
18286         to the generated file.
18288         * mail/mh-e.el (mh-make-local-vars):
18289         Replace make-variable-buffer-local with make-local-variable.
18291         * play/landmark.el:
18292         * options.el (Edit-options-{set,toggle,t,nil}):
18293         * mail/mailabbrev.el (mail-abbrevs-mode):
18294         * textmodes/tex-mode.el (tex-expand-files):
18295         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
18297         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
18299         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
18300         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
18301         Allow going past the last element.
18302         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
18303         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
18304         (cvs-mouse-toggle-mark): Don't move point.
18305         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
18307         * progmodes/compile.el (grep): Provide a default set of files.
18308         (next-error): Docstring fix.
18309         (compilation-find-file): Avoid find-file (fails in a dedicated window).
18311         * emacs-lisp/easy-mmode.el (define-minor-mode):
18312         Use `symbol-value' to keep the byte-compiler quiet.
18314         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
18315         (diff-find-source-location): New fun, extracted from diff-goto-source.
18316         (diff-goto-source): Use it.
18317         (diff-next-complex-hunk, diff-filter-lines): New function.
18318         (diff-apply-hunk): New command.
18320         * smerge-mode.el (smerge-mode-menu): Doc fix.
18322         * msb.el (msb-mode): Define it in terms of define-minor-mode.
18324 2000-08-16  Dave Love  <fx@gnu.org>
18326         * windmove.el (windmove) <defgroup>: Add :version.
18328         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
18329         (goto-address-fontify-p, goto-address-highlight-p)
18330         (goto-address-url-face, goto-address-url-mouse-face)
18331         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
18332         (goto-address-url-regexp): Use thing-at-point-url-regexp.
18333         (goto-address-fontify, goto-address-at-mouse): Simplify,
18334         (goto-address-at-point): browse-url-url-at-point,
18335         goto-address-find-address-at-point can return nil.
18336         (goto-address-find-address-at-point): Return nil on failure.
18338         * align.el (align) <defgroup>: Add :version.
18340         * calculator.el (calculator): Add :version.
18341         (calculator): Use two lines for calculator window if `modeline'
18342         face is boxed.
18344         * play/5x5.el: Doc fixes.
18345         (5x5) <defgroup>: Add :version.
18347         * play/fortune.el (fortune) <defgroup>: Add :version.
18348         (fortune-append): Fix error message.
18349         (fortune-from-region): Doc fix.
18351         * play/pong.el (pong): Doc fix.
18353         * play/morse.el: Keywords, commentary, autoloads.
18355 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
18357         * desktop.el (desktop-save): Don't look at symbol-value of a
18358         member of minor-mode-alist, unless it is boundp.
18360 2000-08-16  Sam Steingold  <sds@gnu.org>
18362         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
18363         `while'; use `with-current-buffer' instead of `save-excursion'.
18364         Removed unnecessary kludges now that "*Buffer List*" is excluded.
18366 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
18368         * international/ccl.el (declare-ccl-program): Docstring modified.
18369         (ccl-execute-with-args): Likewise.
18371 2000-08-16  Miles Bader  <miles@gnu.org>
18373         * progmodes/sql.el: Add compatibility definition of
18374         comint-line-beginning-position.
18376 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
18378         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
18379         'buffer-menu' property.
18380         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
18381         fails.
18382         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
18383         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
18384         wasn't killed.
18386         * buff-menu.el (list-buffers-noselect): Don't display the
18387         *Buffer List* buffer.
18389         * font-lock.el: Require jit-lock to prevent a very late
18390         `Loading jit-lock' message.
18392         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
18393         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
18394         mail address.
18396 2000-08-15  Miles Bader  <miles@gnu.org>
18398         * textmodes/ispell.el (ispell-graphic-p): New constant.
18399         (ispell-choices-win-default-height, ispell-help): Use
18400         `ispell-graphic-p' instead of `xemacsp'.
18402 2000-08-15  Dave Love  <fx@gnu.org>
18404         * simple.el: Autoload widget-convert when compiling.
18405         (mail-user-agent): Doc fix.
18407         * help.el (function-called-at-point, variable-at-point): Use
18408         with-syntax-table.
18409         (help-manyarg-func-alist): Add insert-and-inherit.
18411         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
18413         * delsel.el (delsel-unload-hook): New function.
18415         * find-file.el: Doc fixes.  Move provide to end.
18416         (ff) <defgroup>: Add :link.
18417         (ff-goto-click): Deleted.
18418         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
18419         Use mouse-set-point.
18421         * textmodes/tildify.el: Doc fixes.
18422         (tildify) <defgroup>: Add:version.
18424         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
18425         (glasses-custom-set): Use set-default, not set.
18426         (minor-mode-alist): Propertize the lighter.
18427         (glasses-mode): Provide optional arg.
18429         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
18430         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
18431         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
18432         option.  Provide :type.
18433         (cwarn-configuration): Provide :type.
18434         (cwarn-mode): Doc fix.
18436         * add-log.el (change-log-merge): Doc fix.
18437         (change-log-redate): New command.
18439         * net/browse-url.el (browse-url-filename-alist): Add a clause for
18440         Doze and Dog.
18441         (browse-url): Use dolist, not mapcar.
18442         (browse-url-at-point): Check for null url.
18443         (browse-url-event-buffer, browse-url-event-point): Functions
18444         deleted.
18445         (browse-url-at-mouse, browse-url-netscape): Simplify.
18447         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
18448         modes.
18449         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
18450         Fix previous change to mapcan.
18451         (msb--init-file-alist, msb--add-separators)
18452         (msb--make-keymap-menu): Simplify.
18453         (msb--choose-file-menu): Use copy-sequence.
18454         (msb-mode-map): Add title to keymap.
18455         (msb-unload-hook): New function.
18457         * bs.el: Fix indentation.
18458         (bs) <defgroup>: Add :links.
18459         (bs-show): Doc fix.
18460         (bs-apply-sort-faces): Don't use window-system.
18461         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
18463 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
18465         * calendar/timeclock.el (timeclock-file): Run .timelog through
18466         convert-standard-filename.
18468 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
18470         * emacs-lisp/authors.el: New file.
18472         * paren.el (show-paren-priority): New user option.
18473         (show-paren-function): Set overlay priorities to
18474         show-paren-priority.
18476 2000-08-14  Miles Bader  <miles@gnu.org>
18478         * comint.el (comint-bol): Use `forward-line 0' instead of calling
18479         beginning-of-line with inhibit-field-text-motion bound.
18481 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
18483         * calendar/timeclock.el: New file.
18485 2000-08-14  David Ponce  <david@dponce.com>
18487         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
18488         `widget-button-click'. so that one can use left mouse button to
18489         click on dialog buttons.
18491 2000-08-14  Emmanuel Briot  <briot@gnat.com>
18493         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
18494         identifiers, since XML is case sensitive
18496 2000-08-12  Miles Bader  <miles@gnu.org>
18498         * comint.el (comint-output-filter): Don't bother frobbing
18499         window-start, it doesn't seem to be necessary.
18501         * comint.el (comint-send-string, comint-send-region): Make into
18502         real functions.  Snapshot the prompt before sending.
18504 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
18506         * info.el (Info-find-emacs-command-nodes): Rewrite to use
18507         technique similar to Info-index, instead of relying on specific
18508         names of relevant Index nodes.
18509         (Info-goto-emacs-command-node): Bind Info-history to nil when
18510         going to the first node found by Info-find-emacs-command-nodes.
18512 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
18514         * menu-bar.el (menu-bar-help-menu): Add a :help string.
18516 2000-08-10  Miles Bader  <miles@gnu.org>
18518         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
18520 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
18522         * info.el (Info-file-list-for-emacs): More elements for the
18523         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
18524         and woman manuals.
18526 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
18528         * comint.el (comint-send-input): Make the newline boundary overlay
18529         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
18530         (comint-output-filter): Use `insert' instead of
18531         `insert-before-markers'.  Extend comint-last-output-overlay when
18532         necessary since we can't rely on insert-before-markers to do it.
18533         * gud.el (gud-filter): Use `with-current-buffer' instead of
18534         save-excursion when inserting the output, so that point gets
18535         updated correctly; the old method relied on a rather dodgy
18536         side-effect of comint-output-filter to avoid the effect of
18537         save-excursion.
18539 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
18541         * files.el (recover-file): Call insert-directory instead of
18542         invoking `ls' directly.
18544 2000-08-10  Miles Bader  <miles@gnu.org>
18546         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
18547         (comint-last-prompt-overlay): New variables.
18548         (comint-output-filter): Implement prompt highlighting.
18549         (comint-snapshot-last-prompt): New function.
18550         (comint-send-input): Snapshot the last prompt.
18551         Use comint-highlight-input-face.
18552         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
18553         Use defface instead of defcustom.
18554         (send-invisible, comint-send-eof): Snapshot the last prompt.
18555         (comint-delchar-or-maybe-eof): Use comint-send-eof.
18556         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
18558 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
18560         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
18561         (regexp-opt-group): Use a list of chars for `letters'.
18562         (regexp-opt-charset): `chars' is now a list of chars.
18563         Use a char-table rather than a vector so it works for multibyte chars.
18565         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
18566         Set cvs-minor-current-files to the selected fileinfo.
18567         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
18568         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
18570 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
18572         * files.el (insert-directory): Don't call access-file on
18573         directories on DOS and Windows.
18575 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
18577         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
18578         longer if necessary.
18579         (ccl-embed-code): Call ccl-embed-data to store CODE in
18580         ccl-program-vector.
18582 2000-08-09  Miles Bader  <miles@gnu.org>
18584         * comint.el (comint-output-filter): Properly handle the case where
18585         the text surrounded by comint-last-output-overlay was deleted.
18587 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
18589         * info.el (Info-insert-dir): Use Info-additional-directory-list if
18590         non-nil.
18591         (Info-file-list-for-emacs): Remove "info" from the list because
18592         that leads to trying to use the documentation from file `info'
18593         in various situations where it isn't appropriate, for instance
18594         C-h C-k C-h i.
18596         * ffap.el (ffap-read-file-or-url-internal): Handle case that
18597         DIR and/or STRING are nil.
18599         * progmodes/compile.el (compilation-setup): Make variable
18600         compilation-error-screen-columns buffer-local, as some comment
18601         in the code suggests it should be.
18603         * files.el (auto-mode-interpreter-regexp): New variable.
18604         (set-auto-mode): Use it.
18606         * indent.el (indent-for-tab-command): Doc fix.
18608         * mouse-sel.el (mouse-sel-mode): Doc fix.
18610         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
18611         labels.
18613         * help.el (print-help-return-message): When
18614         display-buffer-reuse-frames is set, let the help window been quit,
18615         instead of deleting it, which might delete a reused frame.
18617 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
18619         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
18620         rename a directory to a name that differs only by its letter case.
18622 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
18624         * international/quail.el (quail-define-rules): Handle Quail decode
18625         map correctly.  Add code for supporting annotations.
18626         (quail-install-decode-map): New function.
18627         (quail-defrule-internal): New optional arguments decode-map and
18628         props.
18629         (quail-advice): New function.
18631 2000-08-07  Sam Steingold  <sds@gnu.org>
18633         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
18634         `defconst', `define-condition', `with-slots'.
18635         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
18637 2000-08-03  Miles Bader  <miles@gnu.org>
18639         * comint.el (comint-use-prompt-regexp-instead-of-fields):
18640         New variable.
18641         (comint-prompt-regexp, comint-get-old-input): Document dependence on
18642         comint-use-prompt-regexp-instead-of-fields.
18643         (comint-send-input): Add `input' field property to stuff we send to
18644         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
18645         (comint-output-filter): Add `output' field property to process
18646         output, if comint-use-prompt-regexp-instead-of-fields is nil.
18647         (comint-replace-by-expanded-history)
18648         (comint-get-old-input-default, comint-show-output)
18649         (comint-backward-matching-input, comint-forward-matching-input)
18650         (comint-next-prompt, comint-previous-prompt):  Use field
18651         properties if comint-use-prompt-regexp-instead-of-fields is nil.
18652         (comint-line-beginning-position): New function.
18653         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
18654         (comint-replace-by-expanded-history-before-point): Use
18655         comint-line-beginning-position and line-end-position.
18656         (comint-last-output-overlay): New variable.
18657         (comint-mode): Make `comint-last-output-overlay' buffer-local.
18659         * shell.el (shell-prompt-pattern): Doc change.
18660         (shell-backward-command): Use line-beginning-position.
18662         * gud.el (gud-gdb-complete-command): Use
18663         comint-line-beginning-position.
18665         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
18666         comint-bol doesn't actually go to the beginning of the line.
18668         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
18669         if comint-use-prompt-regexp-instead-of-fields is non-nil.
18670         (try-expand-line-all-buffers): Likewise.
18672         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
18673         explicitly matching comint-prompt-regexp.
18674         (sql-copy-column): Use comint-line-beginning-position instead of
18675         explicitly matching comint-prompt-regexp.
18677         * progmodes/octave-inf.el (inferior-octave-complete): Use
18678         comint-line-beginning-position.
18680         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
18682         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
18683         looking for a prompt, use `forward-line 0' instead of
18684         `beginning-of-line', to avoid getting caught by an input field.
18686 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
18688         * files.el (shell-quote-wildcard-pattern): Make sure to return
18689         PATTERN, in the Unix case.
18691 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
18693         * play/zone.el (zone): Discard any pending input before running
18694         the randomly-chosen pgm.
18696 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
18698         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
18699         checking the existence of any multibyte characters.
18701 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
18703         * help.el (describe-mode): Test minor-mode symbol for being
18704         bound before testing its value for being nil.
18706         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
18707         `first', `second', and `third'.
18709         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
18710         (second): Make it an alias for `cadr'.
18712 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
18714         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
18715         types of display support faces now.
18717 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
18719         * pcvs.el (require): Require `cl' during compilation, only.
18721         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
18722         (toplevel): Remove `remq' and `remove' from autoloads.
18723         (cl-fake-autoloads): New variable.  If set, arrange for an error
18724         when CL functions etc. are autoloaded.
18726 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
18728         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
18730         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
18731         popped up, but the user clicks outside the menu, return an empty
18732         regexp (that causes unhighlight-regexp to have no effect).
18734         * menu-bar.el (menu-bar-games-menu): Add Zone.
18736         * hi-lock.el (toplevel): Require font-lock.
18738 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18740         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
18741         (ebnf-8-bit-chars): New var for bug fix.
18742         (ebnf-string): Bug fix.
18744 2000-08-03  Sam Steingold  <sds@gnu.org>
18746         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
18747         instead of `buffer-string'.
18748         (require 'cl): Always, not just when compiling.
18749         `ignore-errors' in `interactive', `list*', `defun*' &c make this
18750         necessary.
18752 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
18754         * international/mule-cmds.el (select-safe-coding-system): Make
18755         the message text about selecting a safe coding system more clear.
18757 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
18759         * hi-lock.el: New file.
18761         * play/zone.el: New file.
18763         * replace.el (occur): Set tab-width in the *Occur* buffer to the
18764         value of tab-width in the original buffer.  Choose a line number
18765         format that's a multiple of the original buffer's tab width, so
18766         that lines appear right.
18768         * textmodes/ispell.el (ispell): New function, replacing an alias.
18769         Spell-check active region if in transient-mark-mode and mark
18770         is active; otherwise spell-check buffer.
18772 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18774         * ps-mule.el: Fix a customization problem on
18775         ps-mule-font-info-database-default.
18777 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
18779         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
18780         display-mouse-p instead of window-system.
18781         (ebrowse-member-mode-map): Ditto.
18783 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18785         * progmodes/ebnf2ps.el: Update ps-print functions call.
18786         Indentation fix.  Doc fix.
18787         (ebnf-version): New version number (3.2).
18788         (ebnf-format-color, ebnf-begin-job): Code fix.
18790 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
18792         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
18793         font lock support on window-system.
18794         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
18796         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
18797         display-color-p, if fboundp, instead of window-system.
18799 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
18801         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
18802         instead of window-system.
18804         * wid-edit.el (widget-choose): Use display-mouse-p instead of
18805         window-system.
18806         (widget-choice-mouse-down-action): Use display-popup-menus-p
18807         instead of window-system.
18809         * strokes.el (strokes-file): Run the file name through
18810         convert-standard-filename.
18811         (strokes-mode): Call display-mouse-p instead of looking at
18812         window-system.  Change the error message accordingly.
18814         * progmodes/cpp.el (toplevel): Support faces on tty's.
18816         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
18817         (lm-plot-square, lm-init-display): Don't use window-system.
18819         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
18820         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
18822         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
18823         instead of looking at window-system.
18825 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
18827         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
18828         of testing if iswitchb-prepost-hooks is bound, because the
18829         latter will always be true when invoking a recursive minibuffer
18830         from an active Iswitchb buffer.
18832 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
18834         * files.el (shell-quote-wildcard-pattern): New function.
18835         (insert-directory): Call it.  Only prepend "\" to command on Unix
18836         and GNU/Linux systems.
18838 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
18840         * eshell/esh-groups.el: Change custom :link file names
18841         from `eshell.info' to `eshell'.
18843 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
18845         * dired.el (dired-build-subdir-alist): Expand subdirectory names
18846         correctly in recursive ange-ftp listings.
18848 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18850         * ps-print.el: Fix bug 1: if ps-font-size-internal,
18851         ps-header-font-size-internal and
18852         ps-header-title-font-size-internal variables are not set,
18853         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
18854         face text property is (foreground-color . COLOR) or
18855         `(background-color . COLOR)', ps-print crashes.  Doc fix.
18856         (ps-print-version): New version number (5.2.4).
18857         (ps-plot-region): Code fix.
18858         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
18859         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
18860         Bug fix 2.
18862 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
18864         * glasses.el (glasses-make-readable): Fix uncapitalization of
18865         identifiers like `myXMLDocument'.
18867 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
18869         * mail/mail-hist.el (mail-hist-previous-input)
18870         (mail-hist-next-input): Do the obvious code factorization.
18871         (mail-hist-retrieve-and-insert): New func, contains common
18872         code of above two.
18873         If inserting a message body, leave point at top.
18875 2000-07-28  Sam Steingold  <sds@gnu.org>
18877         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18878         Use `<=', not `<' to compare times!
18879         (ange-ftp-ls): Remove.
18881 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
18883         * play/cookie1.el: Add explanation of how to make cookie.el
18884         compatible with strfile(1) to comment.
18886         * subr.el (remove, remq): New functions.
18888         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
18889         escape `*' in regexps.
18890         (midnight-find): Reverse order of arguments in the funcall of
18891         TEST.
18893         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
18894         and `.class'.
18896         * play/meese.el: Add Commentary section.
18898 2000-07-27  Alex Schroeder  <alex@gnu.org>
18900         * sql.el (sql-ms): Added autoload cookie.
18901         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
18902         (sql-oracle): Ditto.
18903         (sql-help): Doc change.
18905         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
18906         types and exceptions.
18908 2000-07-27  Alex Schroeder  <alex@gnu.org>
18910         * sql.el (sql-placeholder-history): New variable.
18911         (sql-query-placeholders-and-send): New function that will query
18912         the user and replace placeholders with user input.
18913         (sql-oracle): If running on NT, set comint-input-sender to
18914         sql-query-placeholders-and-send.
18916         (sql-stop): If in the SQLi buffer, insert stop notification, else
18917         present it as a message.
18919 2000-07-27  Alex Schroeder  <alex@gnu.org>
18921         * sql.el (sql-input-ring-separator): Doc change.
18922         (sql-input-ring-file-name): Doc change.
18923         (sql-interactive-mode): Use `sql-input-ring-separator' and
18924         `sql-input-ring-file-name' to set the comint-mode equivalents
18925         without making them local variables.
18926         (sql-stop): Don't bind `sql-input-ring-separator' and
18927         `sql-input-ring-file-name' dynamically to their comint-mode
18928         equivalents.
18930 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
18932         * international/mule.el (register-char-codings): New function.
18933         (make-coding-system): Handle `safe-chars' specification in the arg
18934         PROPERTY.
18936         * international/mule-cmds.el
18937         (find-coding-systems-region-subset-p): This function deleted.
18938         (sort-coding-systems-predicate): New variable.
18939         (sort-coding-systems): New function.
18940         (find-coding-systems-region): Use
18941         find-coding-systems-region-internal.
18942         (find-coding-systems-string): Use find-coding-systems-region.
18943         (find-coding-systems-for-charsets): Check
18944         char-coding-system-table.
18945         (select-safe-coding-system-accept-default-p): New variable.
18946         (select-safe-coding-system): Mostly rewritten.  New argument
18947         ACCEPT-DEFAULT-P.
18948         (select-message-coding-system): Call select-safe-coding-system
18949         with ACCEPT-DEFAULT-P arg.
18950         (reset-language-environment): Reset default-sendmail-coding-system
18951         to the default value iso-latin-1.
18952         (set-language-environment): Don't set the obsolete variable
18953         charset-origin-alist.
18955         * international/codepage.el (cp-coding-system-for-codepage-1):
18956         Give `safe-chars' property to make-coding-system.
18958         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
18959         calling select-message-coding-system twice.
18961         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
18962         instead of `safe-charsets'.
18963         (cyrillic-alternativnyj): Likewise.
18964         (ccl-encode-alternativnyj): Don't check the charset
18965         cyrillic-iso8859-5.
18967 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
18969         * composite.el (compose-chars-after): Preserve match data.
18971 2000-07-26  Sam Steingold  <sds@gnu.org>
18973         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
18974         (ange-ftp-real-file-newer-than-file-p): New function.
18975         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
18976         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
18978         * tooltip.el (tooltip-float-time): Removed (use `float-time').
18979         * midnight.el (midnight-float-time): Ditto.
18981 2000-07-26  Andreas Schwab  <schwab@suse.de>
18983         * files.el (normal-backup-enable-predicate): Correct
18984         interpretation of the return value of compare-strings.
18986 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
18988         * isearch.el (isearch-resume): New function.
18989         (isearch-done): Add something to command-history to resume
18990         the search.
18991         (isearch-yank-line, isearch-yank-word): Use
18992         buffer-substring-no-properties instead of buffer-substring.
18994         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
18995         of flyspell-mouse-map.
18997         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
18998         duplicate definition.
18999         (makefile-mode): Remove duplicate setting of local-abbrev-table.
19001         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
19002         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
19004 2000-07-25  Sam Steingold  <sds@gnu.org>
19006         * net/ange-ftp.el: Get modtime over the net.
19007         (ange-ftp-file-modtime): New function.
19008         (ange-ftp-write-region, ange-ftp-insert-file-contents)
19009         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
19010         Use it.
19011         (ange-ftp-dot-to-slash): New function.
19012         (ange-ftp-fix-name-for-vms): Use it.
19014         * midnight.el (midnight-buffer-display-time): Use
19015         `with-current-buffer'.
19017 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
19019         * find-dired.el: Update copyright notice.
19020         (find-dired): Offer to kill a running `find'.
19022         * enriched.el (enriched-face-ans): For a `foreground-color'
19023         property, return '(("x-color" COLOR))' so that COLOR will be
19024         output as a parameter of the x-color annotation.  Likewise for the
19025         `background-color' property.  In the case of normal face
19026         properties, don't return annotations for unspecified foreground
19027         and background face attributes.
19029 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
19031         * language/japan-util.el (japanese-katakana-region): Fix handling
19032         HANKAKU argument.
19034 2000-07-25  Miles Bader  <miles@gnu.org>
19036         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
19037         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
19038         constrain-to-field.
19040 2000-07-24  Andrew Innes  <andrewi@gnu.org>
19042         * timer.el (timer-activate-when-idle): Add optional parameter
19043         DONT-WAIT.  Update docstring.
19044         (run-with-idle-timer): Specify extra parameter to
19045         timer-activate-when-idle, so that timer will be activated
19046         immediately if Emacs is already idle.
19048         * w32-fns.el (w32-using-nt): Fix docstring.
19050 2000-07-24  Dave Love  <fx@gnu.org>
19052         * mouse.el (popup-menu): Set last-command-event.
19053         (mouse-major-mode-menu-prefix): Declare.
19055 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
19057         * textmodes/flyspell.el: Update to author's version 1.5d.
19059         * progmodes/hideshow.el: Update copyright notice.
19061         * vcursor.el: Set maintainer to FSF, since author cannot
19062         be reached.
19064 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
19066         * info.el (Info-goto-emacs-key-command-node): Leave a space after
19067         the prompt.
19069         * mouse.el (popup-menu): Run the keymap through indirect-function,
19070         in case it was defined with define-prefix-key.  If the menu is a
19071         list of keymaps, look up the binding of user's choice in each one
19072         of the keymaps.
19073         (mouse-popup-menubar): If the global and local menu-bar keymaps
19074         don't have a prompt string, create one and insert it into the
19075         keymap.  Don't barf if current-local-map returns nil.
19077 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
19079         * dired.el (dired-sort-R-check): Added to allow recursive listing
19080         to be undone.
19081         (dired-sort-other): Use it.
19083 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19085         * Release of cc-mode 5.27
19087 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19089         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
19090         c-beginning-of-statement-1 that caused a bad case of recursion
19091         which could consume a lot of CPU in large classes in languages
19092         that have in-expression classes (i.e. Java and Pike).
19094         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
19095         statements before top level constructs (i.e. case 6 is moved
19096         before case 5 and is now case 4) to catch in-expression
19097         classes in top level expressions correctly.
19099 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19101         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
19102         objc-method-intro. Case 4 removed and case 5I added.
19104         * cc-langs.el (c-append-paragraph-start): New variable used by
19105         c-common-init to get paragraph-start correct.
19106         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
19107         initialize paragraph-start to make it correct both with and
19108         without the javadoc special case.
19110         * cc-mode.el (java-mode): Use c-append-paragraph-start to
19111         initialize paragraph-start for javadoc markup.
19113         * cc-vars.el (c-style-variables-are-local-p): Incompatible
19114         change by defaulting this to t.  It's motivated by the
19115         confusing behavior that otherwise arise from the style system
19116         when editing both java and non-java files at the same time
19117         (see the comments about style setting in c-common-init).
19119 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19121         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
19122         similar to the one in c-fill-paragraph to check the fill
19123         prefix from the adaptive fill function for sanity.
19125 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19127         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
19128         defun block.
19130 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19132         * cc-align.el (c-lineup-multi-inher): Handle lines with
19133         leading comma nicely. Extended to handle member initializers
19134         too.
19136         * cc-engine.el: (c-beginning-of-inheritance-list,
19137         c-guess-basic-syntax): Fixed recognition of inheritance lists
19138         when the lines begins with a comma.
19140         * cc-vars.el (c-offsets-alist): Changed default for
19141         member-init-cont to c-lineup-multi-inher since it now handles
19142         member initializers and indents better for leading commas.
19144 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19146         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
19147         handling that caused class open lines to be recognized as
19148         statement-conts in some cases.
19150         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
19151         guessed by the adaptive fill function unless point is on the
19152         first line of a block comment.
19154         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
19155         when the buffer ends with a macro continuation char.
19157         * cc-engine.el (c-guess-basic-syntax): Added support for
19158         function definitions as statements in Pike.  The first
19159         statement in a lambda block is now labeled defun-block-intro
19160         instead of statement-block-intro.
19162         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
19163         so that the class surrounding point is selected, not the one
19164         innermost in the state.
19166         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
19167         recognition of switch labels having hanging multiline
19168         statements.
19170         * cc-engine.el (c-beginning-of-member-init-list): Broke out
19171         some code in c-guess-basic-syntax to a separate function.
19172         * cc-engine.el (c-just-after-func-arglist-p): Fixed
19173         recognition of member inits with multiple line arglists.
19174         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
19175         member-init-cont when the commas are in funny places.
19177 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19179         * cc-defs.el (c-auto-newline): Removed this macro since it's
19180         not used anymore.
19182         * cc-engine.el (c-looking-at-bos): New helper function.
19183         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
19184         inexpr and toplevel classes apart in Pike.
19186         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
19187         of case 9A.
19189         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
19190         constant, since "class" can introduce an in-expression class
19191         in Pike nowadays.
19193 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19195         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
19196         indentation on cpp-macro lines.
19198         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
19199         a syntax modifier like comment-intro, to make it possible to
19200         get syntactic indentation for preprocessor directives.  It's
19201         incompatible wrt to lineup functions on cpp-macro, but it has
19202         no observable effect in the 99.9% common case where cpp-macro
19203         is set to -1000.
19205 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19207         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
19208         member-init-cont when the preceding arglist is several lines.
19210 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19212         * cc-styles.el (c-style-alist): The basic offset for the BSD
19213         style corrected to 8.
19215 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19217         * cc-styles.el (c-style-alist): Adjusted the indentation of
19218         brace list openers in the gnu style.
19220 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19222         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
19224         * cc-cmds.el (c-electric-brace, c-electric-slash,
19225         c-electric-star, c-electric-semi&comma, c-electric-colon,
19226         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
19227         when c-syntactic-indentation is nil.
19229         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
19230         we were left at comments preceding the first statement when
19231         reaching the beginning of the buffer.
19233         * cc-vars.el (c-syntactic-indentation): New variable to turn
19234         off all syntactic indentation.
19236 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19238         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
19239         between the text and the block comment ender when it hangs,
19240         depending on how many there are before the fill.
19242 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19244         * cc-engine.el (c-beginning-of-closest-statement): New helper
19245         function to go back to the closest preceding statement start,
19246         which could be inside a conditional statement.
19247         * cc-engine.el (c-guess-basic-syntax): Use
19248         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
19250         * cc-engine.el (c-guess-basic-syntax): Better handling of
19251         arglist-intro, arglist-cont-nonempty and arglist-close when
19252         the arglist is nested inside parens.  Cases 7A, 7C and 7F
19253         changed.
19255         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
19256         up-to-date with javadoc 1.2.
19258 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19260         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
19261         multiline Pike type decls.
19263 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19265         * cc-cmds.el (c-indent-new-comment-line): Always break
19266         multiline comments in multiline mode, regardless of
19267         comment-multi-line.
19269 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19271         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
19272         fully::qualified::names in C++ member init lists.  Preamble in
19273         case 5D changed.
19275 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19277         * cc-langs.el (c-common-init): Handling of obsolete variables
19278         moved to c-initialize-cc-mode.  More compatible style override
19279         when using global style variables.
19280         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
19281         variables moved here.
19283         * cc-styles.el (c-make-styles-buffer-local): Flag style
19284         variable localness in c-style-variables-are-local-p to make
19285         the compatibility measure in c-common-init work well.
19287         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
19288         longer contain set-from-style.
19289         * cc-styles.el (c-initialize-builtin-style): Don't check for
19290         set-from-style on c-special-indent-hook.
19291         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
19292         copy-alist is sufficient now.
19294         * cc-styles.el (c-set-style, c-set-style-1,
19295         c-get-style-variables): Fixes to variable initialization so
19296         that duplicate entries in styles have the same effect
19297         regardless of DONT-OVERRIDE.
19299         * cc-styles.el (c-set-style-2): Fixed bug where the
19300         initialization of inheriting styles failed when the
19301         dont-override flag is set.
19303         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
19304         on this.
19306 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19308         * cc-defs.el (c-forward-comment): Removed the workaround
19309         introduced in 5.38 since it had worse side-effects.  If a line
19310         contains the string "//\"", it regarded the // as a comment
19311         start since the \ temporarily doesn't have escape syntax.
19313 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
19315         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
19316         ada-xref.el before ada-prj.el, so that the Project menu is created
19317         when ada-prj tries to add to it.
19318         (ada-activate-keys-for-case): Suppress the characters that are not
19319         part of the Ada syntax. Better compatibility with else-mode
19320         (ada-adjust-case-interactive): When auto-casing is not active,
19321         correctly insert newlines (used to insert only ^M).  Prevent the
19322         syntax table from being changed in case of an error
19323         (or '_' becomes part of a word and some commands are confused).
19324         Do nothing if ada-auto-case is nil.
19325         (ada-after-keyword-p): Ignore keywords that are also attributes
19326         (ada-batch-reformat): Update usage comment
19327         (ada-call-from-contextual-menu): New function
19328         (ada-case-read-exceptions): Reinitialize the casing exception list
19329         first to nil first, so that the casing exception file can be
19330         shared.
19331         (ada-check-defun-name): Handles "configure" keyword for gnatdist
19332         files.
19333         (ada-compile-goto-error): Fix regexp used to detect a file:line
19334         anywhere in the error message
19335         (ada-contextual-menu-last-point): New variable
19336         (ada-create-keymap): If the variable delete-key-deletes-forward is
19337         t on XEmacs, it means that DEL should delete one character
19338         forward.
19339         (ada-create-menu): Use :included instead of :visible for XEmacs.
19340         New submenu "Options".
19341         (ada-end-stmt-re): Correctly indent "select ... then abort"
19342         statements.
19343         (ada-fill-comment-paragraph): Correctly delete all leading '--'
19344         even if they don't match ada-fill-comment-prefix Fix handling of
19345         paragraphs on the first or last line of a file.
19346         (ada-format-paramlist): Fix handling of default parameter values.
19347         (ada-get-body-name): New function.
19348         (ada-get-current-indent): Optimized by searchling directly for an
19349         existing generic part or a statement outside of it.  Handle
19350         ada-indent-align-comments when indenting comments Replaced some
19351         regexps by testing directly the next character. This results in a
19352         huge speedup on some files.  New indentation scheme for renames
19353         statements.  Stop looking for the 'while' or 'for' associated with
19354         a 'loop' at the first semicolon encountered.  A "return" can also
19355         match an anonymous access subprogram declaration.
19356         (ada-get-indent-noindent): Ignore strings and comments when
19357         looking for the keywords "record" and "private".
19358         (ada-goto-matching-decl-start): When matching "if", make sure we
19359         are not in fact seeing "end if".  Ignore "when" statements except
19360         when initial keyword was "begin".  Fix handling of nested
19361         procedures.  Add a recursive call to this function to skip over
19362         other 'end' statmts.  Fix indentation for "when .. => begin"
19363         (ada-in-open-paren-p): Fix indentation for complex boolean
19364         expressions, where 'and then', 'or else' and parenthesis
19365         statements are mixed up.
19366         (ada-in-paramlist-p): Skip comments while searching for the
19367         beginning Fix handling of operator declarations.
19368         (ada-indent-align-comments): New variable
19369         (ada-indent-current): Change the syntax table only in the
19370         protected section, so that we are sure it is restored correctly.
19371         (ada-indent-on-previous-lines): Use ada-use-indent and
19372         ada-with-indent Correctly indent "select ... then"
19373         (ada-indent-region): Slight speedup.
19374         (ada-indent-renames): New variable.
19375         (ada-last-which-function-subprog, ada-last-which-function-line):
19376         New variables
19377         (ada-looking-at-semi-private): Correctly indent the 'private'
19378         keyword when it is the first word in a package declaration.
19379         (ada-loose-case-word): Stop searching if at the end of the buffer.
19380         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
19381         even if point is not initially at the end of the word.
19382         (ada-matching-decl-start-re): Add "when".
19383         (ada-mode): Add support for abbrev-mode, outline-mode and
19384         which-func-mode Override the old find-file.el entry in
19385         ff-special-constructs since it is using the obsolete
19386         ada-spec-suffix variable
19387         (ada-no-auto-case): New function
19388         (ada-scan-paramlist): When parsing the argument type, accept
19389         spaces (as in "X 'Class", generated by Rational Rose).
19390         (ada-other-file-name): No longer loads the other file.
19391         (ada-popup-menu): Save and restore the current buffer and cursor
19392         position before and after displaying the menu.
19393         (ada-search-ignore-complex-boolean): New function.
19394         (ada-uncomment-region): Emacs21 already knows how to delete
19395         comments not starting in the first column.
19396         (ada-use-indent): New variable
19397         (ada-which-function): New function.
19398         (ada-with-indent): New variable
19399         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
19400         can be batch-compiled from the command line.
19402         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
19403         Add to the menu when the file is loaded, not in ada-mode-hook.
19404         Add -toolbar to the default ddd command Switches moved from
19405         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
19406         ada-prj-default-comp-opt
19407         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
19408         Reference Manual to the menu
19409         (ada-check-current): rewritten as a call to ada-compile-current
19410         (ada-compile): Removed.
19411         (ada-compile-application, ada-compile-current, ada-check-current):
19412         Set the compilation-search-path so that compile.el automatically
19413         finds the sources in src_dir.  Automatic scrollong of the
19414         compilation buffer.  C-uC-cC-c asks for confirmation before
19415         compiling
19416         (ada-compile-current): New parameter, prj-field
19417         (ada-complete-identifier): Load the .ali file before doing
19418         processing
19419         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
19420         conform to gnatmake's behavior.
19421         (ada-find-file-in-dir): New function
19422         (ada-find-references): Set the environment variables for gnatfind
19423         (ada-find-src-file-in-dir): New function.
19424         (ada-first-non-nil): Removed
19425         (ada-gdb-application): Add support for jdb, the java debugger.
19426         (ada-get-ada-file-name): Load the original-file first if not done
19427         yet.
19428         (ada-get-all-references): Handles the new ali syntax (parent types
19429         are found between <>).
19430         (ada-initialize-runtime-library): New function
19431         (ada-mode-hook): Always load a project file when a file is opened,
19432         so that the casing exceptions are correctly read.
19433         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
19434         (ada-parse-prj-file): Use find-file-noselect instead of find-file
19435         to open the project file, since the latter does not work with
19436         speedbar Get default values before loading the prj file, or the
19437         default executable file name is wrong.  Use the absolute value of
19438         src_dir to initialize ada-search-directories and
19439         compilation-search-path,...  Add the standard runtime library to
19440         the search path for find-file.
19441         (ada-prj-default-debugger): Was missing an opening '{'
19442         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
19443         variables.
19444         (ada-prj-default-gnatmake-opt): New variable
19445         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
19446         buffers, the project file is the default one Save the windows
19447         configuration before displaying the menu.
19448         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
19449         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
19450         ...)  regexp-quote identifiers names to support operators +,
19451         -,... in regexps.
19452         (ada-remote): New function.
19453         (ada-run-application): Erase the output buffer before starting the
19454         run Support remote execution of the application.  Use
19455         call-process, or the arguments are incorrectly parsed
19456         (ada-set-default-project-file): Reread the content of the active
19457         project file, not the one from the current buffer When a project
19458         file is set as the default project, all directories are
19459         automatically associated with it.
19460         (ada-set-environment): New function
19461         (ada-treat-cmd-string): New special variable ${current}
19462         (ada-treat-cmd-string): Revised.  The substitution is now done for
19463         any ${...} substring
19464         (ada-xref-current): If no body was found, compiles the spec
19465         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
19466         compiler to get rid of command line length limitations.
19467         (ada-xref-get-project-field): New function
19468         (ada-xref-project-files): New variable
19469         (ada-xref-runtime-library-specs-path)
19470         (ada-xref-runtime-library-ali-path): New variables
19471         (ada-xref-set-default-prj-values): Default run command now does a
19472         cd to the build directory.  New field: main_unit Provide a default
19473         file name even if the current buffer has no prj file.
19475         * ada-prj.el:
19476         Rewritten to show a tabbed-dialog.
19477         (ada-prj-add-ada-menu): Remove the map and name parameters.
19478         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
19479         New function
19480         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
19481         (ada-prj-load-from-file): New function
19482         (ada-prj-save): Always save fields that depend on the current buffer
19483         (ada-prj-show-value): New function
19485         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
19486         Ada mode. This will allow us to display the Ada menu in any buffer
19487         we want (for project items).
19488         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
19489         number of spaces in the header.
19491 2000-07-24  Dave Love  <fx@gnu.org>
19493         * ediff-init.el (ediff-region-help-echo): Bind face-help.
19495 2000-07-23  Noah Friedman  <friedman@splode.com>
19497         * type-break.el (type-break): perform autosave.
19498         Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
19499         (type-break-do-query): Cancel query schedule while performing
19500         actual query, to avoid possibility of a second query being made
19501         while first one is already in progress.
19502         (type-break-time-stamp-format): New variable.
19503         (type-break-time-stamp): New function.
19504         (type-break-time-warning): Use it.
19505         (type-break-keystroke-warning): Use it.
19506         (type-break-noninteractive-query): Use it.
19508         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
19509         cookie.
19510         Use add-minor-mode to set minor-mode-alist, if available.
19511         (eldoc-echo-area-use-multiline-p): New user option.
19512         (eldoc-echo-area-multiline-supported-p): New variable.
19513         (eldoc-docstring-format-sym-doc): Use them.
19514         (eldoc-mode): If not using idle timers, append to local post and
19515         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
19516         (eldoc-display-message-no-interference-p): Don't interfere with
19517         edebug.
19518         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
19519         (eldoc-function-arglist): New function.
19520         (eldoc-function-argstring): Use it.
19522         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
19523         auto save directory exists before calling directory-files.
19525 2000-07-23  Dave Love  <fx@gnu.org>
19527         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
19528         ^o, ^u.
19530 2000-07-21  Dave Love  <fx@gnu.org>
19532         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
19533         now passed to the function.  It now works properly.
19535         * smerge-mode.el (smerge-mode-menu): Fill it out.
19537 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
19539         * info-look.el (info-lookup): If *info* is shown in another frame
19540         on the same display, select that frame, instead of switching to
19541         the Info buffer in another window of the selected frame.
19543         * simple.el (universal-argument-map): Bind numeric keypad keys
19544         kp-0 to kp-9 and kp-subtract.
19545         (digit-argument): Handle these keys.
19547 2000-07-20  Dave Love  <fx@gnu.org>
19549         * net/goto-addr.el (goto-address-fontify): Don't bother with
19550         buffer-modified and read-only stuff -- irrelevant with overlays.
19551         Put an extra property on the overlays and use it to clean up in
19552         case goto-address is re-run.
19554 2000-07-19  Richard M. Stallman  <rms@gnu.org>
19556         * timer.el (run-with-idle-timer): Doc fix.
19558         * mail/mail-utils.el (mail-strip-quoted-names):
19559         Handle case where <...> appears inside "...".
19560         Use replace-match to edit the string more simply.
19561         (rmail-dont-reply-to): Cope with an unmatched ".
19563 2000-07-19  Dave Love  <fx@gnu.org>
19565         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
19566         implementation.
19568         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
19569         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
19570         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
19572 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
19574         * textmodes/refer.el: Correct maintainer's email address.
19576         * progmodes/hideif.el: Correct author's email address.
19577         Fix typo in comment.
19579         * xml.el: New file.
19581         * mail/mailheader.el: Correct author's mail address.
19583         * gnus/parse-time.el: Correct author's mail address.
19585 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
19587         * comint.el (comint-highlight-input, comint-highlight-face):
19588         New user options.
19589         (comint-input-ring-file-name): Change custom type.
19590         (comint-mode-map): Bind mouse-2.
19591         (comint-insert-clicked-input): New function.
19592         (comint-send-input): Handle input highlighting.
19594 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
19596         * mouse.el (popup-menu): New function.
19597         (mouse-major-mode-menu): Use it.
19599 2000-07-18  Dave Love  <fx@gnu.org>
19601         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
19602         improvements.
19604 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
19606         * faces.el (face-font-selection-order)
19607         (face-font-family-alternatives): Add custom type.
19609 2000-07-18  Dave Love  <fx@gnu.org>
19611         * cus-edit.el (custom-variable-reset-saved)
19612         (custom-variable-reset-standard): Remove unused bindings.
19614         * rect.el (open-rectangle-line): Remove unused let.
19616         * hl-line.el (hl-line-highlight): Check hl-line-mode.
19618 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
19620         * cdl.el: Fix `Maintainer' keyword.
19622         * play/pong.el: Add author's email address.
19624 2000-07-17  Sam Steingold  <sds@gnu.org>
19626         * files.el (insert-directory): Call `split-string' instead of
19627         re-implementing it.
19629 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
19631         * mail/vms-pmail.el: Change maintainer to FSF.
19633         * net/goto-addr.el: Change maintainer to FSF.
19635         * info.el (Info-title-face-alist): Removed.
19637 2000-07-18  David Ponce  <david@dponce.com>
19639         * recentf.el (recentf-open-files): New command that works like
19640         `recentf-open-more-files', but shows the whole list of files (not just
19641         those omitted from the menu). Useful if you don't use a menu-bar!
19642         (recentf-open-more-files) Modified to use `recentf-open-files'.
19644         (recentf-open-files, recentf-open-more-files)
19645         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
19647         (recentf-dialog-mode): New mode for dialogs. You can now just type
19648         "q" to cancel the dialogs.
19650 2000-07-18  David Ponce  <david@dponce.com>
19652         * recentf.el: This is a major update of recentf.el. It adds new
19653         features to better organize the recentf menu and "More..." buffer.
19655         Using new provided menu filtering functions you can now organize the
19656         recent files list:
19658         - by major modes
19659         - by directories
19660         - by user defined rules
19662         Finally, with the new `recentf-filter-changer' customizable filter you
19663         can define a ring of filters and dynamically (via the menu) cycle on
19664         each menu organization in the ring (a la msb).
19666 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
19668         * eshell/eshell.el (eshell): Replace links to eshell.info with
19669         links to eshell, to avoid problems on systems where the manual is
19670         installed as `eshell'.
19671         * eshell/esh-cmd.el (eshell-cmd): Ditto.
19672         * eshell/em-smart.el (eshell-smart): Ditto.
19673         * eshell/em-banner.el (eshell-banner): Ditto.
19674         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
19676         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
19677         same-file check in the MS-DOS version (it does support inodes).
19679         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
19681         * eshell/eshell.el (eshell-directory-name):
19682         Run default directory name through convert-standard-filename.
19684 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
19686         * international/mule-cmds.el (select-safe-coding-system):
19687         Fix typo in the comment.
19689         * language/european.el (compound-text):
19690         Force katakana-jisx0201 to be designated to G1.
19692         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
19693         Don't translate some national variant characters of latin-jisx0201.
19694         (x-ctext): Force katakana-jisx0201 to be designated to G1.
19696         * international/kkc.el (kkc-after-update-conversion-functions):
19697         New variable.
19698         (kkc-update-conversion): Run functions in it at the tail.
19700 2000-07-16  John Wiegley  <johnw@gnu.org>
19702         * lisp/align.el (align-newline-and-indent):
19703         Adding new function.  for auto-aligning blocks of code on RET.
19704         (align-region): Fixed badly formatted minibuffer message.
19706 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
19708         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
19709         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
19710         the conversion list at first if appropriate.
19711         (kkc-next): Don't update kkc-next-count here.
19712         (kkc-prev): Don't update kkc-prev-count here.
19713         (kkc-show-conversion-list-update): Fix setting up of conversion
19714         list message.
19716 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
19718         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
19720 2000-07-16  Dave Love  <fx@gnu.org>
19722         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
19723         function to be more specific.
19725         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
19726         non-string help-echo.
19727         (widget-types-convert-widget): Defsubst it.
19728         (widget-echo-help): Try to cope with a help-echo function of two
19729         possible sorts.
19731 2000-07-15  Jason Rumney  <jasonr@gnu.org>
19733         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
19734         Declare as obsolete.
19736         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
19738 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
19740         * hilit-chg.el: Fix typo.
19742 2000-07-14  Dave Love  <fx@gnu.org>
19744         * info.el (Info-mode-menu): Fix use of :help, :enable.
19746 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
19748         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
19750 2000-07-13  Dave Love  <fx@gnu.org>
19752         * emacs-lisp/easymenu.el: Doc fixes.
19753         (easy-menu-remove): Defalias to ignore.
19755         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
19756         Call throw correctly.
19758 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
19760         * faces.el (frame-background-mode): Doc fix.
19762         * simple.el (eval-expression-print-length): Change custom type to
19763         allow entering nil as value.
19765 2000-07-13  Dave Love  <fx@gnu.org>
19767         * progmodes/fortran.el (fortran-imenu-generic-expression):
19768         Change definition layout.
19769         (fortran-mode-menu): Reinstate customize entries.
19771         * cus-edit.el (custom-group-menu-create, customize-menu-create):
19772         Use :filter, per old XEmacs code.
19774 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
19776         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
19777         event when deciding what to send to the terminal.
19779 2000-07-12  Dave Love  <fx@gnu.org>
19781         * cus-start.el: Add optional version as 4th element of specs and
19782         use it for several things new in v21.  Remove load-path.  Fix type
19783         of line-number-display-limit.
19785 2000-07-11  Dave Love  <fx@gnu.org>
19787         * progmodes/fortran.el: Don't require easymenu.
19788         Use repeat counts in various regexps.
19789         (fortran-mode-syntax-table): Defvar directly.
19790         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
19791         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
19792         Use defvar, not defconst.
19793         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
19794         (fortran-mode): Set fortran-comment-line-start-skip,
19795         fortran-comment-line-start-skip, dabbrev-case-fold-search.
19796         (fortran-comment-indent): Use defsubst.
19797         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
19798         Use fortran-comment-indent, not fortran-comment-indent-function.
19799         (fortran-comment-region, fortran-electric-line-number): Simplify.
19800         (fortran-auto-fill): New function.
19801         (fortran-do-auto-fill): Deleted.
19802         (fortran-find-comment-start-skip):
19803         Check for non-null comment-start-skip.
19804         (fortran-auto-fill-mode, fortran-fill-statement):
19805         Use fortran-auto-fill.
19806         (fortran-fill): Use fortran-auto-fill.  Check for null
19807         comment-start-skip.  Simplify final clause and use end-of-line finally.
19809         * widget.el (widget-plist-member): New alias.
19811 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
19813         * eshell/esh-module.el (toplevel): Reference
19814         byte-compile-current-file only if it is bound.
19816 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
19818         * dired.el: Don't require `dired-aux'.
19820 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
19822         * dired-aux.el (dired-show-file-type): New function.
19823         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
19824         (dired-show-file-type): Add autoload.
19826 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
19828         * international/mule-diag.el (describe-font): Adjusted for the
19829         change of fontset-info.
19830         (print-fontset): Likewise.
19832 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
19834         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
19836 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
19838         * bindings.el: Bind `[delete]' to delete-char.
19840         * dired.el (dired-find-alternate-file): New function.
19841         (dired-mode-map): Bind `a' to dired-find-alternate-file.
19842         (toplevel): Require dired-aux when compiling.
19843         (dired-buffers): Move defvar within file to avoid compiler warning.
19845         * info.el (Info-last-search): Variable removed.
19846         (Info-search-history): New variable.
19847         (Info-search): New Info-search-history.
19849         * battery.el, info-look.el: Change author's mail address.
19851 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
19853         * mail/rmail.el (rmail-clear-headers): Don't throw an error
19854         if rmail-ignored-headers is nil.
19855         (rmail-retry-failure): Bind rmail-ignored-headers and
19856         rmail-displayed-headers to nil.
19858 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
19860         * lpr.el (lpr-page-header-switches): Add `-h' switch.
19861         (print-region-1): Don't hard code `-h' here.
19863         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
19865 2000-07-01  Francesco Potorti`  <pot@gnu.org>
19867         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
19868         exim can use "your message" instead of "the message".
19870 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
19872         * facemenu.el: Docstrings fixes.
19873         (facemenu-get-face): Don't use internal-find-face.
19874         (facemenu-iterate): Rename arg to match the docstring.
19876         * newcomment.el (uncomment-region): Be more careful when skipping
19877         backwards over `=' not to bump into BOBP.
19879 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
19881         * ediff-diff.el (ediff-wordify): Use syntax table.
19882         * ediff-init.el (ediff-has-face-support-p): Use
19883         ediff-color-display-p.
19884         (ediff-color-display-p): Use display-color-p, changed to defun
19885         from defsubst.
19886         Got rid of special cases for NeXT and OS/2.
19887         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
19888         face.
19890 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
19892         * emacs-lisp/lucid.el: Require CL.
19893         (copy-tree, remprop): Remove, it's provided by CL.
19894         (map-keymap): Define in terms of cl-map-keymap.
19895         (extent-property, set-extent-end-glyph): New functions.
19897         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
19899 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
19901         * Makefile.in (DONTCOMPILE): Add comment that the name may
19902         not be changed without changing the make-dist script.
19904         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
19905         (cl-mapc): Use mapc instead of cl-old-mapc.
19907 2000-07-05  Andrew Innes  <andrewi@gnu.org>
19909         * makefile.nt: Add support for `bootstrap' and related targets.
19911 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
19913         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
19914         (easy-menu-do-define): Use `menu-item' format.
19915         Handle case where easy-menu-create-menu returns a symbol.
19916         Manually call the potential top-level filter in the function binding.
19917         (easy-menu-filter-return): New arg NAME.
19918         Convert to a keymap if MENU is an XEmacs menu.
19919         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
19920         (easy-menu-converted-items-table, easy-menu-convert-item):
19921         New var and fun to memoize easy-menu-convert-item-1.
19922         (easy-menu-do-add-item): Use it.
19923         (easy-menu-create-menu): Use easy-menu-convert-item.
19924         Wrap easy-menu-filter-return around any :filter specification.
19925         Don't convert the menu if a filter was specified.
19926         Tell easy-menu-make-symbol not to check for MENU being an expression.
19927         (easy-menu-make-symbol): New arg NOEXP.
19929 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
19931         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
19932         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
19933         (eval-defun): If called with prefix arg, instrument code for
19934         Edebug.
19936         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
19937         similar to that of eval-defun.
19939 2000-07-04  Dave Love  <fx@gnu.org>
19941         * hl-line.el (hl-line-overlay): Make it permanent-local.
19943         * calendar/todo-mode.el: Replaced with a working version, based on
19944         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
19946 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
19948         * paths.el (prune-directory-list): New function.
19949         (Info-default-directory-list): Rewritten to more methodically
19950         enumerate a big list of possible info directories (based on the
19951         list used by the standalone info reader).
19953         * info.el (info-initialize): Use prune-directory-list to remove
19954         non-existent directories from Info-directory-list.
19956         * paths.el (Info-default-directory-list): Try a list of possible
19957         info-directories instead of a single one.  Add the possible
19958         info directory "/usr/share/info".
19960         * woman.el (woman-man.conf-path): Explicitly include the debian
19961         man-db config file "/etc/manpath.config".
19962         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
19963         are present in `manpath.config'.
19964         (woman-manpath): Include "/usr/share/man".
19966 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
19968         * frame.el (blink-cursor-mode): Don't hide cursor initially.
19970         * startup.el (command-line): Initialize blink-cursor based
19971         on window-system.
19973         * frame.el (blink-cursor): Default to nil if not running under
19974         a window-system.
19976         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
19977         (face-x-resources): Remove duplicate entry for :font.
19979         * textmodes/refer.el (refer-find-entry-internal): Use some-window
19980         instead of cycling through windows with next-window.
19982         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
19983         of cycling through windows with next-window.
19985         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
19986         of cycling through windows with next-window.
19988         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
19989         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
19990         instead of cycling through windows with next-window.
19992         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
19993         instead of cycling through windows with next-window.
19995         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
19996         of cycling through windows with next-window.
19998         * terminal.el (te-process-output): Use walk-windows instead of
19999         cycling through windows with next-window.
20001         * server.el (server-switch-buffer): Use some-window instead of
20002         cycling through windows with next-window.
20004         * window.el (some-window): New function.
20005         (walk-windows): Remove reference to walk-windows-start.
20007         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
20009 2000-07-03  Richard Stallman  <rms@gnu.org>
20011         * window.el (walk-windows): Guarantee termination by keeping a list
20012         of all the windows already handled.
20014 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
20016         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
20017         window-system.
20019         * man.el (Man-notify-when-ready): Don't use window-system.  If
20020         Man-notify-method is newframe, and the display is not
20021         multi-frame, select the frame created for the man page.
20022         (Man-init-defvars): Doc fix.
20024 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
20026         * faces.el (region): Change background color for light background.
20028         * ediff-wind.el (ediff-setup-control-frame): Remove :box
20029         attribute from mode-line face of Ediff control frame.
20031         * replace.el (query-replace-map): Bind `e' like `E'.
20033 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
20035         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
20036         Change name to "Select All".
20038         * dos-fns.el (convert-standard-filename): Fix last change.
20040 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
20042         * help.el (describe-variable): Don't insert a second `'s' in front
20043         of the string `value is shown below'.  Since the syntax-table is
20044         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
20045         an existing `'s', so that this won't be deleted.
20047         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
20048         * pcmpl-unix.el: New files.
20050 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
20052         * wid-edit.el (widget-member): Use the new plist-member.
20054 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
20056         * replace.el (perform-replace): Undo change of 2000-04-04.
20057         Instead, move backward 1 character at the end of the loop when
20058         necessary.
20060         * faces.el (fringe): Change face for different backgrounds.
20062         * eshell/esh-module.el (toplevel): Load defgroup's differently;
20063         patch from John.
20065         * eshell/*.el: Change spelling of the Free Software Foundation.
20067         * eshell/esh-toggle.el: Removed.
20069         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
20071         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
20072         interactively.
20074 2000-06-26  Alex Schroeder  <alex@gnu.org>
20076         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
20077         `define-key'; instead of checking `(emacs-version)' check for
20078         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
20079         for `;' and `o' which might be electric.
20081         (sql-electric-stuff): New user option.
20082         (sql-magic-go): New function which uses `sql-electric-stuff'.
20083         (sql-magic-semicolon): New function which uses
20084         `sql-electric-stuff'.
20086         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
20087         is not fboundp.
20089         (sql-oracle-options): New variable.
20090         (sql-oracle): Use it.
20092         (sql-imenu-generic-expression): Doc change.
20093         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
20094         is used.
20096         (sql-informix): Added command line parameter "-" to force
20097         sql-informix-program to use stdout.
20099 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
20101         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
20102         (cp864-decode-table): Doc fix.
20103         (cp720-decode-table): New variable, supports the Arabic OEM
20104         codepage used by Windows.
20105         (cp737-decode-table): New, Greek OEM codepage used by Windows.
20107 2000-06-23  Dave Love  <fx@gnu.org>
20109         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
20110         (font-lock-fontify-anchored-keywords): Use
20111         line-beginning-position.
20112         (global-font-lock-mode): Use mapc.
20114 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
20116         * eshell/esh-module.el: Require CL when compiling.
20118 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
20120         * comint.el (comint-substitute-in-file-name): Call replace-match
20121         with second and third arg t.
20123         * cus-edit.el (custom-button-face, custom-button-pressed-face):
20124         Specify foreground color.
20126         * faces.el (tool-bar, mode-line, header-line): Specify foreground
20127         color.
20129         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
20131         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
20132         cddr instead of cdddr.
20134         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
20135         instead of copy-list.
20137         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
20138         of copy-list.
20140         * subdirs.el: Add eshell subdirectory.
20142         * eshell: New subdirectory containing the Eshell package.
20144         * pcomplete.el: New file.
20146 2000-06-23  Paul Eggert  <eggert@twinsun.com>
20148         * mail/mailpost.el (post-mail-send-it): Make sure file has
20149         proper permissions from birth.
20151         * files.el (basic-save-buffer-2): When temporarily setting
20152         file modes, set them to current modes plus 0200, not to 0777.
20154         * emerge.el (emerge-make-temp-file): Make sure file has proper
20155         permissions from birth.
20157 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
20159         * files.el (make-backup-file-name-1): On DOS/Windows, run the
20160         backup file name through convert-standard-filename.
20162         * dos-fns.el (convert-standard-filename): Convert leading
20163         directories as well.  When long file names are supported, convert
20164         characters that are invalid in Windows file names.
20166 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
20168         * ps-print.el: Fix bug: if ^L is the very first buffer character,
20169         ps-print crashes.  New feature: page selection for printing.  Create
20170         raw-text-unix coding system for XEmacs.  Doc fix.
20171         (ps-print-version): New version number (5.2.3).
20172         (ps-plot-region): Bug fix.
20173         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
20174         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
20175         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
20176         funs.
20177         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
20178         (ps-last-page): New vars.
20180 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
20182         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
20183         empty option string.
20185 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
20187         * man.el (man): Doc fix.
20189 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
20191         * international/mule-cmds.el (set-language-info-alist): Docstring
20192         fixed.
20194 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
20196         * version.el (emacs-version): Use ISO date format.
20198         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
20199         instead of `M-backspace'.
20201         * simple.el (turn-off-auto-fill): New function.
20203 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
20205         * jit-lock.el (with-buffer-prepared-for-jit-lock):
20206         Renamed from with-buffer-prepared-for-font-lock and use
20207         inhibit-modification-hooks rather than setting *-change-functions.
20208         Update all functions to use the new name.
20209         (jit-lock-first-unfontify-pos): New semantics (and doc).
20210         (jit-lock-mode): Make non-interactive.
20211         Don't automatically turn on font-lock.
20212         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
20213         Always use jit-lock-after-change.
20214         Remove and restore font-lock-after-change-function.
20215         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
20216         (jit-lock-after-unfontify-buffer): Remove.
20217         (jit-lock-stealth-fontify):
20218         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
20219         (jit-lock-after-change): Set the `fontified' text-prop to nil.
20221 2000-06-20  Sam Steingold  <sds@gnu.org>
20223         * emacs-lisp/cl-indent.el (toplevel): Indent
20224         `print-unreadable-object' properly.  Untabify.
20226 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
20228         * textmodes/reftex.el (reftex-find-citation-regexp-format):
20229         Support for bibentry.
20230         (reftex-compile-variables): Fixed problem with end of section-re.
20232         * texmodes/reftex-dcr.el (reftex-view-crossref,
20233         reftex-view-crossref-from-bibtex):
20234         Deal with changed `reftex-find-citation-regexp-format'.
20235         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
20236         Replaced `remprop' with `put'.
20237         (reftex-view-crossref, reftex-view-crossref-when-idle):
20238         Support for bibentry.
20240         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20241         New entry for bibentry package.
20243         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
20244         Regexp also matches "\nobibliography".
20246         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
20247         Call `reftex-ensure-write-access' before doing anything.
20248         (reftex-ensure-write-access): New function.
20250 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
20252         * progmodes/idlwave.el: File re-installed (update to version 4.2)
20254         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
20256         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
20258         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
20261 2000-06-20  Dave Love  <fx@gnu.org>
20263         * faces.el (frame-background-mode): Use set-default, not set, in
20264         setter.
20265         (frame-update-faces, frame-update-face-colors): Define with
20266         defalias.
20268         * enriched.el (enriched-decode-foreground)
20269         (enriched-decode-background): Don't use internal-find-face.
20271         * apropos.el: Doc fixes.
20273         * cus-edit.el (customize-changed-options): Check arg.
20274         (customize-version-lessp): Don't require decimal point.
20276         * custom.el (defcustom, defgroup): Doc fix.
20278         * newcomment.el (comment) <defgroup>: Add :version.
20279         (comment-multi-line): Doc fix.
20281         * emulation/mlsupport.el (define-hooked-local-abbrev,
20282         define-hooked-global-abbrev): Fix, using define-abbrev.
20284 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
20286         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
20287         the whole buffer.
20289 2000-06-19  Dave Love  <fx@gnu.org>
20291         * menu-bar.el (menu-bar-options-save): New function.
20292         (menu-bar-options-menu): Use it.
20293         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
20294         Simplify.
20296 2000-06-19  Andreas Schwab  <schwab@suse.de>
20298         * progmodes/etags.el (tags-query-replace): Put new parameters
20299         START and END at the end, for backward compatibility.
20301 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
20303         * international/codepage.el:
20304         (cp-coding-system-for-codepage-1): Delete special codes for
20305         generating xxx-dos coding system because now a CCL based coding
20306         system can handle EOL conversion by default.
20308         * international/mule.el (make-coding-system): Generate subsidiary
20309         coding systems for EOL handling variants even for a CCL based
20310         coding system.
20312 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
20314         * international/isearch-x.el (isearch-minibuffer-input-method)
20315         (isearch-minibuffer-input-method-function): These variables
20316         deleted.
20317         (isearch-with-input-method): Don't use the above variables.
20318         (isearch-process-search-multibyte-characters): Likewise.  Call
20319         read-string with the arg INHERIT-INPUT-METHOD t.
20321 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
20323         * font-lock.el (font-lock-after-fontify-buffer)
20324         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
20326         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
20327         Use consistent make-local-variable style for font-lock-fontified.
20328         (jit-lock-fontify-buffer):
20329         Don't bother checking for font-lock-mode and jit-lock-mode.
20331         * time.el: Remove trailing ^M that prevent CVS-merging.
20333 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
20335         * Makefile.in (distclean): New target.
20337 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
20339         * Makefile.in (srcdir): Define for update-subdirs.
20341 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
20343         * find-lisp.el: New file.
20345 2000-06-16  Andrew Innes  <andrewi@gnu.org>
20347         * time.el (display-time-mail-function): New variable, to allow
20348         external packages to indicate when new mail is available.
20349         (display-time-update): Use it.
20351 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
20353         * international/mule.el (mule-version): Change version name to
20354         SAKAKI.  AOI has already been used by Meadow.
20356         * international/quail.el (quail-show-guidance-buf): To find the
20357         bottom window (but minibuffer), pay attention to the height of
20358         minibuffer.
20360 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
20362         * arc-mode.el (archive-mode-map): Use the new menu-item format for
20363         menu-bar menus.  Add help strings.  Don't remove the Edit menu
20364         from the menu bar, as the menu bar has enough space now.
20366         * Makefile.in (SHELL): Make sure /bin/sh is used.
20368         * woman.el (woman-man-buffer): Fix bold and underlined CJK
20369         characters, which use series of two ^H characters instead of one.
20371 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
20373         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
20374         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
20375         functions.
20376         (Info-find-node-2): Try a case-sensitive search first, then
20377         do a case-insensitive search.
20379         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
20380         tutorials.
20382         * complete.el (PC-env-vars-alist): New variable.
20383         (PC-complete-as-file-name): New function.
20384         (partial-completion-mode): Initialize PC-env-vars-alist from
20385         process-environment.
20386         (PC-do-completion): Handle completion of env vars.
20388         * info.el (Info-set-mode-line): Show file name in mode line,
20389         use `*Info*' instead of `Info:'.
20391         * startup.el (command-line-1): Change copyright messages to year
20392         2000.
20394 2000-06-15  Dave Love  <fx@gnu.org>
20396         * net/goto-addr.el (goto-address-fontify): Use keymap property,
20397         not local-map.
20399 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
20401         * international/mule.el (set-buffer-file-coding-system): Almost
20402         rewritten to handle `undecided' as no-op.
20404 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
20406         * Makefile.in: New file.
20408         * Makefile: Removed.
20410         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
20411         (goto-address-highlight-keymap): Bind C-c RET.
20413 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
20415         * mail/sendmail.el (sendmail-send-it): The temporary buffer
20416         inherits buffer-file-coding-system of the current buffer.
20418         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
20419         0.  Give correct argument to set-auto-coding-function.
20420         (tar-expunge): For goto-char, use (point-min), not 0.
20421         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
20422         (tar-subfile-save-buffer): Likewize.
20424         * international/mule.el
20425         (after-insert-file-set-buffer-file-coding-system): Call
20426         set-buffer-file-coding-system with the arg FORCE t.
20428 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
20430         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
20431         nil.  Contemporary sendmails issue an X-Authentication-Warning if
20432         the sender is set with `-f'.
20434 2000-06-13  Dave Love  <fx@gnu.org>
20436         * help.el (describe-function-1): Kluge around cases of functions
20437         fset to subrs whose doc doesn't match their symbol-name.
20439         * image.el (insert-image): Default STRING to a space.
20441         * info.el Doc fixes.
20442         (Info-build-node-completions): Match Ref tags.
20444 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
20446         * frame.el (display-multi-frame-p, display-multi-font-p): New
20447         defaliases for display-graphic-p.
20449         * hl-line.el: Fixed a typo in commentary.
20451 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
20453         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
20454         fixed.
20456 2000-06-12  Dave Love  <fx@gnu.org>
20458         * image.el (insert-image): Save a little consing.
20460 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
20462         * language/tibet-util.el: Convert all tibetan-1-column characters
20463         to the corresponding tibetan characters.
20464         (tibetan-add-components): Delete code for the special treatment of
20465         'a chung.
20467         * language/tibetan.el (tibetan-composable-pattern): Fix previous
20468         change.
20469         (tibetan-vowel-transcription-alist): More rules added.
20470         (tibetan-composite-vowel-alist): New variable.
20471         (tibetan-precomposition-rule-alist): More rules added.
20473 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
20475         * startup.el (command-line): Only call menu-bar-mode if interactive.
20477         * thingatpt.el (toplevel symbol-properties):
20478         * textmodes/makeinfo.el (makeinfo-compile):
20479         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
20480         * progmodes/hideif.el (hif-compress-define-list)
20481         (hide-ifdef-use-define-alist):
20482         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
20483         (ange-ftp-vms-add-file-entry):
20484         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
20485         * man.el (Man-build-man-command):
20486         * mail/rnewspost.el (news-reply-header-hook):
20487         * info.el (Info-insert-dir):
20488         * emulation/mlconvert.el (backward-word, forward-word, setq):
20489         * emacs-lisp/gulp.el (gulp-send-requests):
20490         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
20491         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
20492         (byte-optimize-apply, end of file):
20493         * emacs-lisp/advice.el (ad-advice-class-completion-table)
20494         (ad-make-freeze-definition):
20495         * startup.el (command-line, command-line-1): Don't quote lambdas.
20497         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
20498         (cvs-cleanup-removed): New function.
20499         (cvs-cleanup-functions): New var.
20500         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
20501         some flexibility in specifying additional entries to auto-cleanup.
20502         (cvs-quickdir): New function.
20503         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
20504         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
20505         (cvs-mode-find-file): Check that we are on a filename or dirname
20506         when invoked through a mouse-click.
20507         (cvs-full-path): Remove.
20508         (cvs-dired-action): Re-introduced.
20509         (cvs-dired-noselect): Use it.
20510         (vc-post-command-functions): use this new hook if available.
20512         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
20513         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
20514         (cvs-filename-map, cvs-dirname-map): Remove.
20515         (cvs-default-action): Remove.
20516         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
20517         if the arg is really a keymap.
20518         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
20519         Don't hardcode the mapping from state (aka type) to face, but check
20520         the var cvs-fi-<type>-face instead.
20521         (cvs-fileinfo-from-entries): New function.
20523         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
20524         Docstring fix.
20525         (cvs-find-file-and-jump): Change default to be safer.
20526         (cvs-mode-diff-map): Define it as a function as well.
20527         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
20528         Bind mouse-2 in this global map rather than with text-properties.
20530         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
20531         file to resolve the ambiguity between C(conflict) and C(need-merge).
20533 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
20535         * international/mule.el (set-buffer-file-coding-system): If
20536         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
20537         unconditionally.
20539 2000-06-12  Dave Love  <fx@gnu.org>
20541         * wid-edit.el (widget-specify-button): Really suppress the face if
20542         required.
20544 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
20546         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
20548 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
20550         * imenu.el (imenu-generic-expression): Docstring fix.
20552         * composite.el (composition-function-table): Move the `put'
20553         below the autoload cookie so we can load the file before loaddefs.
20555         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
20557         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
20558         Handle easy-mmode-define-global-mode.
20559         For complex macros like define-minor-mode that can generate
20560         several autoload entries, try to autoload entries in the
20561         macroexpanded code.
20563         * emacs-lisp/easy-mmode.el (define-minor-mode):
20564         If KEYMAP is a symbol, just use it.
20565         Use byte-compile-current-file and load-file-name to infer the
20566         proper :require to pass to defcustom.
20567         Wrap the hook var into `progn' so as not to autoload it.
20568         Add a :autoload-end cookie.
20569         Be more careful about the evaluation of KEYMAP.
20570         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
20571         (define-derived-mode): Move define-abbrev-table outside of defvar.
20573 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
20575         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
20576         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
20577         (backup-compiled-files): Ignore errors during `tar'.
20578         (bootstrap): Make autoloads before elc files.
20580 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
20582         * international/mule.el (set-buffer-file-coding-system): If one of
20583         undecided-XXX is specified, change only EOL conversion.
20585         * international/mule-conf.el (unix): New alias for the coding
20586         system undecided-unix.
20588 2000-06-09  Dave Love  <fx@gnu.org>
20590         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
20592         * progmodes/executable.el: Byte compile dynamic.
20593         (executable-insert): Change custom type.
20594         (executable-find): Add autoload cookie.
20595         (executable-make-buffer-file-executable-if-script-p): New
20596         function.  After Noah Friedman.
20598         * files.el (after-save-hook): Customize, with
20599         executable-make-buffer-file-executable-if-script-p as an option.
20601 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
20603         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
20604         "tib24p-mule.bdf" for Tibetan.
20606         * composite.el (decompose-composite-char): Declare it as obsolete.
20608         * man.el (Man-fontify-manpage): Pay attention to underline and
20609         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
20611 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
20613         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
20614         Set maintainer to FSF since author isn't reachable.
20616 2000-06-08  Dave Love  <fx@gnu.org>
20618         * international/mule-cmds.el (select-safe-coding-system): If
20619         DEFAULT-CODING-SYSTEM is not specified, also check the most
20620         preferred coding-system if buffer-file-coding-system is
20621         `undecided'.  From Handa.
20623 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
20625         * international/mule.el
20626         (after-insert-file-set-buffer-file-coding-system): If the buffer
20627         size is greater than INSERTED, judget that we are not visiting.
20629 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
20631         * whitespace.el (defgroup whitespace): Comment out `:version'.
20632         XEmacs 20.4 has problems defining the group with this present.
20633         We'll have this commented out till get resolve the problem.
20635 2000-06-07  John Wiegley  <johnw@gnu.org>
20637         * align.el (align-dq-string-modes, align-sq-string-modes)
20638         (align-open-comment-modes): Add pyhton-mode.
20639         (align-rules-list): Use get-text-property instead of
20640         text-properties-at.
20641         (align-rules-list): Add python-assignment.
20642         (align-rules-list): Change perl-comma-delimiter to
20643         basic-comma-delimiter.  Use if for Perl modes and python-mode.
20644         (align-rules-list): Add python-chain-logic and
20645         basic-line-continuation.
20647 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
20649         * apropos.el (apropos-mode-hook): New user variable.
20650         (apropos-mode): Run apropos-mode-hook.
20652 2000-06-07  David Ponce  <david@dponce.com>
20654         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
20655         commands.  Require `wid-edit' at run-time.
20657 2000-06-07  David Ponce  <david@dponce.com>
20659         * recentf.el: Added some "Commentary".
20660         (recentf-open-more-files, recentf-edit-list): Minor changes to
20661         move the point at the top of the file list.  This behaviour is
20662         consistent with the menu one when the list contains a lot of
20663         files.
20664         (recentf-cleanup): Now displays the number of items removed from
20665         the list.
20666         (recentf-relative-filter) New menu filter to show filenames
20667         relative to `default-directory'.
20669 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
20671         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
20672         with/without giving an error if PostScript printer doesn't have this
20673         kind of page size.  Zebra Stripe continues or restarts on next page.
20674         Manual/automatic paper feeding.  Switch or not the header.
20675         (ps-print-version): New version number (5.2.2).
20676         (ps-windows-system): Include emx as a Windows system.
20677         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
20678         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
20679         (ps-background-text): Code fix.
20680         (ps-error-handler-message, ps-user-defined-prologue)
20681         (ps-print-prologue-header, ps-printer-name)
20682         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
20683         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
20684         (ps-use-face-background): Customization fix.
20685         (ps-n-up-database): Data fix.
20686         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
20687         (ps-switch-header): New vars.
20688         (ps-xemacs-color-name, ps-face-foreground-name)
20689         (ps-face-background-name, ps-boolean-constant): New funs.
20691 2000-06-07  Dave Love  <fx@gnu.org>
20693         * allout.el: New version from Manheimer.
20695 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
20697         * textmodes/fill.el (fill-find-break-point): Check the validity of
20698         charset.
20700 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
20702         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20703         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
20704         Call display-color-p and display-mouse-p instead of looking at
20705         window-system.
20707 2000-06-06  Dave Love  <fx@gnu.org>
20709         * image.el (find-image): Doc fix.  Return nil if image not found.
20710         (put-image, insert-image): Make STRING arg optional.
20712 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
20714         * language/vietnamese.el: Remove eval-when-compile.
20715         (viet-viscii-nonascii-translation-table): Define it as a
20716         translation table made from viet-viscii-decode-table.
20717         (viet-viscii-encode-table): Define it as a translation table made
20718         from the reverse map of above.
20719         (viet-vscii-nonascii-translation-table): Define it as a
20720         translation table made from viet-vscii-decode-table.
20721         (viet-vscii-encode-table): Define it as a translation table made
20722         from the reverse map of above.
20723         (ccl-decode-viscii): Use translate-character.
20724         (ccl-encode-viscii, ccl-encode-viscii-font)
20725         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
20726         Likewize.
20728         * language/cyrillic.el: Remove eval-when-compile.
20729         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
20730         translation table made from cyrillic-koi8-r-decode-table.
20731         (cyrillic-koi8-r-encode-table): Define it as a translation table
20732         made from the reverse map of above.
20733         (ccl-decode-koi8): Use translate-character.
20734         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
20735         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
20736         a translation table made from cyrillic-alternativnyj-decode-table.
20737         (cyrillic-alternativnyj-encode-table): Define it as a translation
20738         table made from the reverse map of above.
20739         (ccl-decode-alternativnyj): Use translate-character.
20740         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
20741         Likewize
20743         * international/mule-diag.el (non-iso-charset-alist): Specify
20744         translation table symbol instead of translation table itself.
20745         (list-block-of-chars): CHARSET may be a translation table symbol.
20747         * international/mule.el (make-coding-system): If CODING-SYSTEM
20748         already exists, override it.
20750         * international/fontset.el: Use family `proportional' for Tibetan
20751         fonts.
20753         * international/ccl.el (ccl-compile-translate-character): Don't
20754         check if Rrr has property translation-table.
20755         (ccl-compile-map-multiple): Modified to avoid compiler warning.
20757 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
20759         * info.el: Bind case-fold-search to t when searching in case
20760         a user sets it to nil in a hook.
20762 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
20764         * autoarg.el (autoarg-mode, autoarg-kp-mode):
20765         * hl-line.el (hl-line-mode): Use the new :global key argument.
20767         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
20768         (tar-clip-time-string): Prepend a space.
20769         (tar-grind-file-mode): Construct a string rather than modifying one.
20770         (tar-header-block-summarize): Fix docstring.
20771         Use `format' rather than an error-prone set of copy-loops.
20773         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
20774         (diff-goto-source, diff-unified->context, diff-context->unified)
20775         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
20776         understand the format output by the `-p' argument to diff.
20778         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
20779         (sh-re-done): Use defconst.
20780         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
20781         (sh-help-string-for-variable, sh-guess-basic-offset):
20782         Don't quote lambdas.
20783         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
20784         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
20786         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
20787         (mh-letter-mode): Derive from text-mode.
20788         This implicitly means that it now calls kill-all-local-variables.
20789         Also remove the Emacs-18 compatibility code.
20791         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
20792         Make use of symbol-property doc-string-elt.
20793         Use memq rather than a sequence of eq.
20794         (doc-string-elt): Fix the wrong or missing previously unused values.
20795         (autoload-print-form): New function extracted from
20796         generate-file-autoloads to allow recursion when handling progn
20797         so that defvar's and defun's docstrings are properly printed.
20798         (generate-file-autoloads): Use it.
20800         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
20801         Use find-file-hooks in the minor-mode function.
20802         Be careful not to loop indefinitely in the post-command-hook function.
20804 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
20806         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
20807         tty's.
20808         * ediff-diff.el (ediff-exec-process): Use --binary for fine
20809         differences whenever appropriate.
20810         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
20811         * viper.el (find-file, find-file-other-window): Get viper to do
20812         wildcards.
20814 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
20816         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
20817         (jit-lock-fontify-buffer): New function for JIT refontification.
20818         (jit-lock-mode): Fix docstring.
20819         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
20820         Remove jit-lock-after-change from the _local_ hook.
20821         (jit-lock-function-1): Fix docstring.
20823         * info.el (Info-on-current-buffer): Initialize info.
20825         * newcomment.el (comment-indent): Ignore comment-indent-hook.
20827         * progmodes/tcl.el (tcl-indent-for-comment):
20828         Ignore comment-indent-hook.
20830         * emacs-lisp/easy-mmode.el: Require CL during compilation.
20831         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
20832         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
20833         and improve to use the lighter to guess the capitalization.
20834         (define-minor-mode): Inline code from easy-mmode-define-toggle.
20835         Add keyword arguments to specify global-ness or the custom group.
20836         Add local-map and help-echo properties to the lighter.
20837         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
20838         (easy-mmode-define-global-mode): New macro.
20840 2000-06-02  Dave Love  <fx@gnu.org>
20842         * wid-edit.el: byte-compile-dynamic since we typically don't use
20843         all the widgets.  Don't require cl or widget.  Remove
20844         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
20845         (widget-read-event): Removed.  Callers changed to use read-event.
20846         (widget-button-release-event-p): Renamed from
20847         button-release-event-p.
20848         (widget-field-add-space, widget-field-use-before-change):
20849         Uncustomize.
20850         (widget-specify-field): Use keymap property, not local-map.
20851         (widget-specify-button): Obey :suppress-face.
20852         (widget-specify-insert): Use modern backquote syntax.
20853         (widget-image-directory): Renamed from widget-glyph-directory.
20854         (widget-image-enable): Renamed from widget-glyph-enable.
20855         (widget-image-find): Replaces widget-glyph-find.
20856         (widget-button-pressed-face): Move defvar.
20857         (widget-image-insert): Replaces widget-glyph-insert.
20858         (widget-convert): Use keywordp.
20859         (widget-leave-text, widget-children-value-delete): Use mapc.
20860         (widget-keymap): Remove XEmacs stuff.
20861         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
20862         (widget-button-click): Don't set point at the click, but re-centre
20863         if we scroll out of window.  Rewritten for images v. glyphs &c.
20864         (widget-tabable-at): Use POS arg, not point.
20865         (widget-beginning-of-line, widget-end-of-line)
20866         (widget-item-value-create, widget-sublist, widget-princ-to-string)
20867         (widget-sexp-prompt-value, widget-echo-help): Simplify.
20868         (widget-default-create): Use widget-image-insert; some rewriting.
20869         (widget-visibility-value-create)
20870         (widget-push-button-value-create, widget-toggle-value-create): Use
20871         widget-image-insert.
20872         (checkbox): Create on and off images dynamically.
20873         (documentation-link): Change :help-echo.
20874         (widget-documentation-link-echo-help): Remove.
20876 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
20878         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
20880         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
20881         (easy-mmode-define-toggle, define-minor-mode): Use it.
20882         (easy-mmode-define-keymap): Docstring fix.
20883         (define-derived-mode): Default PARENT to fundamental-mode.
20884         Add the derived-mode-parent symbol-property.
20885         (easy-mmode-derived-mode-p): New function.
20887 2000-06-02  Dave Love  <fx@gnu.org>
20889         * files.el (convert-standard-filename): Doc fix.
20890         (normal-backup-enable-predicate): New function.
20891         (backup-enable-predicate): Use it to replace the lambda form.
20893         * calendar/todo-mode.el: [This needs more work on the outline
20894         stuff.]  Doc fixes.
20895         (todo) <defgroup>: Add :version.
20896         (todo-add-category): Don't use pushnew.
20897         (todo-cmd-raise): Fix typo.
20898         (todo-top-priorities): Change temp buffer name.
20899         (todo-category-alist): Avoid redundant lambda.
20900         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
20901         Use outline-next-heading.
20903         * autoarg.el: Rewritten to use define-minor-mode.
20904         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
20905         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
20907 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
20909         * isearch.el (isearch-other-meta-char): Fix previous change.
20911 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
20913         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
20914         (log-edit-done): Only add the comment to the ring if it's different
20915         from the last comment entered.
20917         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
20919 2000-06-01  Dave Love  <fx@gnu.org>
20921         * hl-line.el: Rewritten using define-minor-mode.
20923         * help.el (describe-function-1): Distinguish special form from
20924         builtin function.  Sanity-check presence of arglist for builtins.
20926 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
20928         * international/characters.el: Fix syntax/category setting of
20929         Tibetan characters.
20931         * language/tibet-util.el (tibetan-add-components): Fixes for new
20932         encoding of Tibetan characters.
20933         (tibetan-decompose-precomposition-alist): New variable.
20934         (tibetan-decompose-region): Convert precomposed characters to
20935         non-precomposed characters.
20936         (tibetan-decompose-string): Likewise.
20937         (tibetan-composition-function): Fix args to
20938         thibetan-compose-string.
20940         * language/tibetan.el (tibetan-composable-pattern): More
20941         characters included.
20942         (tibetan-consonant-transcription-alist): Rule for "R" added.
20943         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
20944         "+R" added.
20945         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
20947         * language/lao-util.el (lao-composition-function): Fix args to
20948         compose-string.
20950         * language/thai-util.el (thai-composition-function): Fix args to
20951         compose-string.
20953         * isearch.el (isearch-update): Set disable-point-adjustment to t
20954         to prevent the point moving to the end of a composition when a
20955         part of a composition is searched.
20956         (isearch-other-meta-char): If the key invoking this command can be
20957         mapped by function-key-map to a printing char, call
20958         isearch-process-search-char directly.
20960 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
20962         * emacs-lisp/bytecomp.el:
20963         * frame.el:
20964         * international/mule-cmds.el:
20965         * international/mule-util.el:
20966         * international/mule.el:
20967         * mouse.el:
20968         * subr.el:
20969         * faces.el: Update calls to make-obsolete with a WHEN argument.
20971         * byte-run.el (make-obsolete, make-obsolete-variable):
20972         Add an optional WHEN argument and change the format of the
20973         symbol-property information.
20974         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
20975         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
20976         new obsolete-symbol-property format and print WHEN if it is provided.
20978 2000-05-31  Dave Love  <fx@gnu.org>
20980         * loadhist.el (loadhist-hook-functions): Remove
20981         before-change-function, after-change-function.
20982         (unload-feature): Deal with symbols which are both bound and
20983         fbound.
20985         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
20986         before-change-function, after-change-function.
20988         * simple.el (newline): Don't bind before-change-function,
20989         after-change-function.
20991 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
20993         * whitespace.el (whitespace-rescan-timer-time): Update interval
20994         set to 600 seconds (10 minutes) instead of 60 seconds since
20995         a large number of whitespace buffers causes emacs to `freeze'
20996         for a considerable amount of time.
20998         * whitespace.el: Updated email address
21000 2000-05-31  Dave Love  <fx@gnu.org>
21002         * add-log.el (change-log-font-lock-keywords) <function>: Add
21003         pattern for function of change.
21004         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
21005         acknowledgements patterns.
21007 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
21009         * isearch.el (isearch-printing-char): If keyboard coding system is
21010         being used, call isearch-process-search-multibyte-characters.
21012         * international/isearch-x.el: Mostly rewritten.
21014         * international/quail.el (quail-start-conversion): Don't include
21015         unhandled events in the returned events, but set them in
21016         unread-command-events.  Exit if all inputs are deleted.
21018 2000-05-30  Jason Rumney  <jasonr@gnu.org>
21020         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
21022         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
21023         Reenable code to create initial fontsets.
21024         Use set-fontset-font in place of put-charset-property.
21026 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
21028         * progmodes/perl-mode.el (perl-indent-line): When looking for a
21029         label, ensure that the first colon isn't followed by another.
21031         * paths.el (Info-default-directory-list): Doc fix.
21033         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
21034         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
21035         send a query containing USER only, not USER@HOST.
21037         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
21038         and rmail-msgend to compute the restriction at the end, instead of
21039         computing it.
21041 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
21043         * dabbrev.el (dabbrev-expand): Don't display messages in the
21044         echo area if the minibuffer window is active.
21046         * jit-lock.el (jit-lock-mode): Add after change function to
21047         local hook.
21049 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
21051         * antlr-mode.el: New commands: hide/unhide actions,
21052         upcase/downcase literals.
21053         (antlr-tiny-action-length): New user option.
21054         (antlr-hide-actions): New command.  Suggested by
21055         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
21056         (antlr-mode-map): New binding [C-c C-v].
21057         (antlr-mode-menu): New entries.
21058         (antlr-downcase-literals): New command.
21059         (antlr-upcase-literals): Ditto.
21061         * antlr-mode.el: Minor changes: indendation, mode-name.
21062         (antlr-indent-line): Indent cpp directive at column 0.
21063         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
21065         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
21066         (antlr-font-lock-additional-keywords): Workaround for intentional
21067         bug in XEmacs version of font-lock.
21068         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
21069         be used by a smarter version of `buffers-menu-grouping-function'.
21071 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
21073         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
21074         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
21076 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
21078         * international/encoded-kb.el
21079         (encoded-kbd-iso2022-designation-map): Pay attention to that
21080         charset-iso-final-char return -1 for eight-bit-control and
21081         eight-bit-graphic.
21083 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
21085         * speedbar.el (speedbar-use-images, speedbar-update-flag)
21086         (speedbar-easymenu-definition-base): Use display-graphic-p where
21087         available, instead of window-system.
21089 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
21091         * international/codepage.el (cp-coding-system-for-codepage-1): Add
21092         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
21093         coding systems.
21095 2000-05-26  Dave Love  <fx@gnu.org>
21097         * disp-table.el (standard-display-underline): Don't use
21098         internal-find-face.
21100         * mail/reporter.el: Maintainer change.  Doc fixes.
21101         (reporter-version): Deleted.
21103         * emacs-lisp/elp.el: Maintainer change.
21104         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
21106 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
21108         * add-log.el (add-change-log-entry): Merge the current entry with the
21109         previous one if the previous one is empty.
21111 2000-05-26  Dave Love  <fx@gnu.org>
21113         * loadhist.el (unload-feature): Fix interactive spec [from
21114         lijnzaad@ebi.ac.uk].
21116         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
21117         subr-arity to check primitives.
21118         (byte-compile-flush-pending, byte-compile-file-form-progn)
21119         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
21120         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
21121         mapcar.
21123 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
21125         * international/fontset.el: Set family names of non-latin charsets
21126         in default fontset to "*".
21128         * international/mule-diag.el (print-fontset): Combine family part
21129         and registry part of the fontname by "-*-" instead of "-".
21131         * international/mule-cmds.el (encode-coding-char): Make strings
21132         multibyte before calling encode-coding-string.
21134 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
21136         * derived.el: Fix keywords.
21137         (define-derived-mode): Only define if needed.
21139         * simple.el (fill-comment, comment-column, comment-start)
21140         (comment-start-skip, comment-end, comment-indent-function)
21141         (block-comment-start, block-comment-end, indent-for-comment)
21142         (set-comment-column, kill-comment, comment-padding, comment-region)
21143         (comment-multi-line, indent-new-comment-line): Remove.
21145         * bindings.el (esc-map): Change ; to comment-dwim and use the new
21146         function names for comment operations.
21148         * newcomment.el: Add abundant autoload cookies.
21149         (comment-style): Don't depend on runtime data at compile-time.
21150         (comment-indent-hook): Remove.
21151         (comment-indent): Check if comment-indent-hook is bound.
21152         (comment-region): Docstring fix.
21154 2000-05-25  Dave Love  <fx@gnu.org>
21156         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
21157         byte-code-function-p.
21159         * mail/rmailsum.el: Add provide.
21161         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
21163         * smerge-mode.el (smerge-diff-switches): Don't use list* in
21164         defcustom.
21166 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
21168         * ediff-diff.el (ediff-exec-process): delete --binary option from
21169         non-buffer ediff jobs.
21171 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
21173         * hilit-chg.el (highlight-changes-mode): Ask about color or
21174         grayscale support, not about window-system.
21176         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
21177         window-system.
21178         (ffap-highlight): Always default to t.
21180         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
21181         display-popup-menus-p instead of looking at window-system.
21183         * disp-table.el (standard-display-g1, standard-display-graphic):
21184         Only refuse to use string glyphs on X and MS-Windows.
21186         * avoid.el: Remove window-system from commentary, suggest to use
21187         display-*-p instead.
21189         * apropos.el (apropos-print): Use display-mouse-p instead of
21190         window-system.
21192 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
21194         * international/codepage.el (cp-decoding-vector-for-codepage):
21195         Fill up unsupported characters with their own codes.  From Kenichi
21196         Handa.
21198 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
21200         * international/mule-diag.el (describe-char-after): Use
21201         display-graphic-p instead of window-system, so that this function
21202         works on MS-DOS.
21204 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
21206         * international/codepage.el (cp-make-coding-systems-for-codepage):
21207         Remove the eight-bit-graphic and eight-bit-control charsets from
21208         the list of charsets which we convert into `?'.
21210 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
21212         * international/mule-conf.el: Specify CHARSET-ID explicitely for
21213         private charsets.
21214         (mule-unicode-0100-24ff, japanese-jisx0213-1,
21215         japanese-jisx0213-2): New charsets.
21217         * international/fontset.el: Setup default fontset for new charsets.
21219 2000-05-24  Dave Love  <fx@gnu.org>
21221         * info.el (Info-find-node-2): Restructure [following "Vadim
21222         S. Solomin" <sovs@uic.nnov.ru>].
21224         * icomplete.el: Fix header for Finder.
21226 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
21228         * rmailout.el (rmail-output-to-rmail-file): Added optional param
21229         STAY.
21231         * rmail.el (rmail-automatic-folder-directives): New user variable.
21232         (rmail-show-message): Add call to `rmail-auto-file' during
21233         display.
21234         (rmail-auto-file): New function.
21236 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
21238         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
21239         account.
21240         (ediff-test-utility,ediff-diff-mandatory-option)
21241         (ediff-reset-diff-options): Utilities for proper initialization of
21242         ediff-diff-options and ediff-diff3-options on Windows.
21244         * ediff-init.el (ediff-merge-filename-prefix): New customizable
21245         variable.
21247         * ediff-mult.el (ediff-filegroup-action): Use
21248         ediff-merge-filename-prefix.
21250 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
21252         * viper-ex.el (ex-write): Set selective display to nil.
21254 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
21256         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
21257         aliases for hebrew-iso-8bit.
21259 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
21261         * woman.el: New version from Francis J. Wright
21262         <F.J.Wright@Maths.QMW.ac.uk>.
21263         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
21264         names in environment variables regardless of the path separator.
21265         (woman-topic-all-completions-1): Don't call file-name-directory-p
21266         on all files, since woman-file-regexp already filters out any
21267         directories.
21269 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
21271         * international/quail.el (quail-start-translation): Don't change
21272         modified-p of the current buffer.
21273         (quail-start-conversion): Likewise.
21275         * international/kkc.el (kkc-region): Don't change modified-p of
21276         the current buffer.
21278         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
21279         conform to RFC1468.
21280         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
21282 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
21284         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
21285         (speedbar-insert-button): Invisible text property fix.
21286         (speedbar-directory-plus): Renamed from speedbar-directory-+
21287         (speedbar-directory-minus): Renamed from speedbar-directory--
21288         (speedbar-page-plus): Renamed from speedbar-file-+
21289         (speedbar-page-minus): Renamed from speedbar-file--
21290         (speedbar-page): Renamed from speedbar-file-
21291         (speedbar-tag): Renamed from speedbar-tag-
21292         (speedbar-tag-plus): Renamed from speedbar-tag-+
21293         (speedbar-tag-minus): Renamed from speedbar-tag--
21294         (speedbar-expand-image-button-alist): Use above renames.
21296         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
21297         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
21298         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
21299         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
21300         * sb-pg.xpm: Renamed from sb-file.xpm
21301         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
21302         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
21304 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
21306         * international/quail.el (quail-show-guidance-buf): Set
21307         current-input-method of the guidance buffer to the name of the
21308         curren input method.
21310 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
21312         * progmodes/compile.el (compile-internal): Style typo.
21314         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
21315         quote vars and functions in the docstring.
21317         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
21319         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
21320         Don't quote lambdas.
21322         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
21324 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
21326         * startup.el (command-line): Determine source file of compiled
21327         user init file differently.  Warn if compiled user init file
21328         is older than its source file.
21330         * ffap.el (ffap-url-regexp): Add `https'.
21332 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
21334         * files.el (make-backup-file-name-1): Replace slashes with `!'
21335         rather than `|' (which is not allowed on Windows).  Replace the
21336         drive letters with a string "drive_X".
21338 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
21340         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
21342         * files.el (interpreter-mode-alist): Add `bash2'.
21344 2000-05-22  Dave Love  <fx@gnu.org>
21346         * loadhist.el (feature-symbols, file-provides, file-requires): Use
21347         mapc.
21348         (feature-file): Avoid calling symbol-name.  Doc fix.
21349         (file-set-intersect, file-dependents): Use dolist, not mapcar.
21350         (loadhist-hook-functions): Add mouse-position-function.
21351         (unload-feature): Change uses of mapcar.
21353         * files.el (parse-colon-path): Doc fix.
21354         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
21355         (set-auto-mode): Use mapc.
21357         * complete.el (PC-look-for-include-file): Use :alnum: character
21358         class.
21359         (partial-completion-mode): Add autoload cookie.
21361 2000-05-22  Sam Steingold  <sds@gnu.org>
21363         * info.el (Info-fontify-node): Fixed the call to
21364         `add-text-properties' (bug introduced on 2000-05-18).
21366 2000-05-22  Dave Love  <fx@gnu.org>
21368         * bindings.el: Remove debug-ignored-errors set in other files.
21370         * progmodes/etags.el: Add to debug-ignored-errors.
21371         (visit-tags-table-buffer): Clear out buffers holding old tables
21372         when making a new list.
21373         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
21374         mapc.
21376         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
21377         quote keywords.
21378         (cmpl-string-case-type): Use character classes.
21380         * comint.el:
21381         * textmodes/ispell.el:
21382         * imenu.el:
21383         * mail/mh-e.el:
21384         * progmodes/compile.el: Add to debug-ignored-errors.
21386         * dabbrev.el: Add to debug-ignored-errors.
21387         (dabbrev-completion): Use mapc.
21389 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
21391         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
21392         (woman-mapcan, woman-parse-man.conf)
21393         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
21394         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
21395         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
21396         path syntax better.
21397         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
21398         (woman-manpath): Call woman-parse-man.conf.
21399         (woman-emulation): New defcustom, defaults to nroff.
21400         (woman-font-support): New defconst.
21401         (woman-use-symbol-font): New defcustom.
21402         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
21403         "Emulation".
21404         Many functions: Doc fix.
21406 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
21408         * international/quail.el (quail-simple-translation-keymap): Map
21409         128..255 to quail-self-insert-command.
21410         (quail-keyboard-layout-alist): Add definition for "pc102-de".
21412 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
21414         * help.el (help-manyarg-func-alist): Typo.
21416         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
21417         intervals which makes it heaps simpler.
21419         * newcomment.el (comment-region-internal): Go back to BEG after quoting
21420         the nested comment markers.
21422         * subr.el (remove-hook): Don't turn the hook's value into a list.
21424 2000-05-21  Dave Love  <fx@gnu.org>
21426         * edmacro.el (edmacro-parse-keys): Return vector if any elements
21427         are invalid characters.
21429         * international/mule-util.el (detect-coding-with-priority): Use
21430         mapc.  Remove redundant lambda.
21432         * international/mule-diag.el (list-non-iso-charset-chars)
21433         (describe-fontset): Remove redundant lambda.
21435         * emulation/crisp.el (brief-mode): New alias.
21437         * emacs-lisp/ring.el (ring-elements): New function.
21439         * emacs-lisp/easymenu.el (easy-menu-create-menu)
21440         (easy-menu-do-add-item): Use keywordp.
21442         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
21444         * replace.el: Doc and error message fixes.
21445         (replace-highlight): Use facep, not internal-find-face.
21447 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
21449         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
21451         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
21452         (log-edit-insert-changelog): Drop `:' as well.
21454         * log-view.el: Fix file description.
21455         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
21456         available.
21457         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
21458         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
21460         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
21461         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
21462         Print a status message if the toggle is called interactively.
21463         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
21464         for global minor modes and use `defcustom' for them.
21465         Use add-minor-mode.
21466         (easy-mmode-define-derived-mode): Remove.
21467         (define-derived-mode): Fancier default docstring.
21468         (easy-mmode-define-navigation): Signal an error rather than (ding).
21470         * newcomment.el (comment-styles): New `box-multi'.
21471         (comment-normalize-vars): Better default for comment-continue to
21472         avoid whitespace-only continuations.
21473         (comment-search-forward): Always move even in the no-syntax case.
21474         (comment-padright): Only obey N if it's only obeyed for padleft.
21475         (comment-make-extra-lines): Better handling of empty continuations.
21476         Use `=' for the filler if comment-start has only one character.
21477         (uncomment-region): Try handling the special `=' filler.
21478         (comment-region): Allow LINES even if MULTI is nil.
21479         (comment-box): Choose box style based on comment-style.
21481 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
21483         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
21484         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
21486 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
21488         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
21489         and insert, not subst-char-in-region.
21491         * international/mule-diag.el (list-character-sets-1): Handle
21492         charsets eight-bit-control and eight-bit-graphic.
21493         (list-iso-charset-chars): Likewise.
21494         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
21495         charactes as is.  Use indent-to to align characters.
21497         * international/mule-cmds.el (find-multibyte-characters): Never
21498         exclude charsets eight-bit-control and eight-bit-graphic.
21500 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
21502         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
21503         Don't quote lambdas.
21505         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
21507 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
21509         * gud.el (gud-jdb-directories): Doc fix.
21511 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
21513         * newcomment.el: New file.
21515 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
21517         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
21519 2000-05-18  Andreas Schwab  <schwab@suse.de>
21521         * dired.el (dired-between-files): Also skip lines beginning with
21522         `used'.
21524 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
21526         * msb.el (msb-menu-cond): Add choice `user'.
21528 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
21530         * ps-print.el: Compatibility, customization and doc fix.
21531         (ps-printer-name-option): Replace defconst by defvar.
21532         (ps-postscript-code-directory): XEmacs compatibility.
21533         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
21534         fix.
21535         (ps-user-defined-prologue, ps-print-prologue-header)
21536         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
21537         compatibility and code fix.
21538         (ps-print-background-image, ps-print-background-text):
21539         Customization fix.
21540         (ps-line-number-start, ps-n-up-on): New vars.
21542 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
21544         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
21545         the indent-comment function to just return the appropriate indent.
21547 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
21549         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
21550         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
21551         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
21553 2000-05-18  Dave Love  <fx@gnu.org>
21555         * info.el (Info-fontify-node): Add intangible property as well as
21556         invisible.
21558         * calendar/appt.el (appt-make-list): Match all lines of entry.
21559         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
21561 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
21563         * international/mule-diag.el (describe-char-after): Call
21564         internal-char-font, not char-font.  If internal-char-font returns
21565         nil, display "-- none --".
21567 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
21569         * image.el (image-type-available-p): Don't reference image-types
21570         if it isn't bound.
21572 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
21574         * autoarg.el (autoarg-mode): Typo in the :set argument.
21576 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
21578         * startup.el (command-line-1): Don't signal an error if the
21579         directory for auto-save-list files does not yet exist.
21581 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
21583         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
21585 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
21587         * subr.el (remove-hook): `setq' hook-value, not `set'.
21589 2000-05-16  Sam Steingold  <sds@gnu.org>
21591         * info.el (debug-ignored-errors): More errors to ignore.
21593 2000-05-16  Dave Love  <fx@gnu.org>
21595         * cus-edit.el: Don't require cl or easymenu.
21596         (custom-variable-prompt): Test standard-value property, not
21597         user-variable-p.
21599 2000-05-16  Sam Steingold  <sds@gnu.org>
21601         * subr.el (add-hook): `setq' hook-value, not `set'.
21603 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
21605         * startup.el (command-line-1): Mention the FAQ in the startup
21606         message.
21608         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
21610         * progmodes/compile.el (compilation-parse-errors): Collect
21611         `nomessage' regexps last.
21613         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
21615         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
21616         to the function name.
21618 2000-05-15  Dave Love  <fx@gnu.org>
21620         * speedbar.el (speedbar-recenter): Typo.
21621         (speedbar-expand-line): Make arg optional.
21622         (speedbar-mode): Avoid a compiler warning.
21624 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
21626         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
21627         user-specified option string is empty.
21629         * mouse.el (mouse-yank-at-click): Doc fix.
21631 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
21633         * term/internal.el (IT-character-translations): More updates of
21634         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
21635         documents.
21637 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
21639         * env.el (getenv): New function, interactively callable.
21640         (setenv, getenv): Remove autoload cookies.
21642         * loadup.el: Load `env'.
21644         * progmodes/f90.el: Change author's mail address.
21646 2000-05-14  Dave Love  <fx@gnu.org>
21648         * mail/rmail.el (rmail-show-message-hook): Customize and offer
21649         goto-addr as an option.
21651         * help.el (help-xref-stack): Doc fix.
21652         (help-xref-following): New variable.
21653         (help-make-xrefs): Use it.
21654         (help-xref-go-back): Use position information from stack element.
21655         (help-follow): Make position in stack element a pair.  Use
21656         help-xref-following.
21658         * autoarg.el: New file.
21660         * faces.el: Declare more functions obsolete.
21662         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
21663         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
21664         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
21665         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
21666         Remove all the setup-...-environment functions.
21668 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
21670         * speedbar.el: Updated the commentary section.  xemacs20p now uses
21671         >= when detecting.  Require `defimage' safely.
21672         (speedbar-easymenu-definition-base): Add toggle for images.
21673         (speedbar-easymenu-definition-special): Add flush cache & expand.
21674         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
21675         (speedbar-reconfigure-keymaps-hook): New variable.
21676         (speedbar-frame-parameters): Updated documentation.
21677         (speedbar-use-imenu-flag): Updated custom tag
21678         (speedbar-dynamic-tags-function-list): New variable.
21679         (speedbar-tag-hierarchy-method): Updated doc & custom.
21680         (speedbar-indentation-width, speedbar-indentation-width) New
21681         variables.
21682         (speedbar-hide-button-brackets-flag): Customizable.
21683         (speedbar-vc-indicator): Doc update.
21684         (speedbar-ignored-path-expressions): Updated default value.
21685         (speedbar-supported-extension-expressions): Updated default value.
21686         (speedbar-syntax-table): Remove {} paren status.
21687         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
21688         as "+".  Added overlay aliases.
21689         (speedbar-mode): Use `speedbar-mode-line-update' instead of
21690         `force-mode-line-update'.
21691         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
21692         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
21693         `mouse-set-point'
21694         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
21695         (speedbar-item-info-tag-helper): Revamped to handle a wider range
21696         of arbitrary text, and new helper functions.
21697         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
21698         filename finder.
21699         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
21700         (speedbar-directory-buttons): Update path search/expansion.
21701         (speedbar-make-tag-line): Pay attention to
21702         `speedbar-indentation-width'.  Use more care w/ invisible
21703         properties.
21704         (speedbar-change-expand-button-char): Call
21705         `speedbar-insert-image-button-maybe'.
21706         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
21707         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
21708         (speedbar-trim-words-tag-hierarchy)
21709         (speedbar-simple-group-tag-hierarchy): New functions
21710         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
21711         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
21712         functions.
21713         (speedbar-mouse-set-point): New function
21714         (speedbar-power-click): Updated documentation.
21715         (speedbar-line-token, speedbar-goto-this-file): Handle more types
21716         of tag prefix text.
21717         (speedbar-expand-line, speedbar-contract-line): Make more robust
21718         to strange text.
21719         (speedbar-expand-line): Takes universal argument to flush the
21720         cache.
21721         (speedbar-flush-expand-line): New function.
21722         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
21723         Use new generator insertion method.
21724         (speedbar-fetch-dynamic-tags): New function.
21725         (speedbar-fetch-dynamic-imenu): Removed code now handled in
21726         `speedbar-fetch-dynamic-imenu'.
21727         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
21728         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
21729         "Revert Buffer" menu items.
21730         (speedbar-buffer-buttons-engine): Be smarter when creating a
21731         filename tag (for expansion purposes.).
21732         (speedbar-highlight-one-tag-line,
21733         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
21734         (speedbar-recenter): New functions.
21735         (defimage-speedbar): Image loading abstraction.
21736         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
21737         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
21738         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
21739         (speedbar-tag-type, speedbar-tag-mail): New images.
21740         (speedbar-expand-image-button-alist): New variable.
21741         (speedbar-insert-image-button-maybe): Insert an image over some
21742         buttons.
21744 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
21746         * international/mule-cmds.el (encode-coding-char): An ASCII
21747         character is always encodable.
21749         * international/mule-conf.el: Add more information in descriptions
21750         of character sets.
21752         * international/mule-diag.el (describe-char-after): New function.
21753         (describe-font-internal): Adjusted for the change of font-info.
21754         (describe-font): Likewise.
21755         (print-fontset): Rewritten for the new fontset implementation.
21756         (describe-fontset): Include fontset alias names in completion.
21757         (list-fontsets): Adjusted for the change of print-fontset.
21759         * simple.el (what-cursor-position): If DETAIL is non-nil, call
21760         describe-char-after instead of displaying the detail in the echo
21761         area.
21762         (syntax-code-table): Format changed.
21763         (string-to-syntax): Adjusted for the above change.
21765 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
21767         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
21769 2000-05-12  Dave Love  <fx@gnu.org>
21771         * calendar/todo-mode.el: Remove some compatibility stuff and CL
21772         dependence.  Use line-{beginning,end}-position, not
21773         point-at{b,e}ol.  Some doc fixes.
21774         (todo-position): New function.  Fix callers of position to use it.
21775         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
21777 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
21779         * time.el (display-time-mail-icon): Use `:ascent center'.
21781         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
21782         handling FTP security extensions.
21784 2000-05-11  Dave Love  <fx@gnu.org>
21786         * calendar/todo-mode.el: New file.
21788 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
21790         * comint.el (comint-read-input-ring): Move reference to
21791         comint-input-ring-size outside of the save-excursion.  It was
21792         causing the default value to be the only one ever seen.
21794         * font-lock.el: Update copyright.  Remove Simon Marshall's email
21795         address on request from him.
21797         * subr.el (substitute-key-definition): Add comment describing
21798         the meaning of PREFIX.
21800 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
21802         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
21804         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
21805         (add-minor-mode): Don't make the variable buffer-local and add a
21806         reference to define-minor-mode in the docstring.
21808         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
21809         HEADER/FOOTER and fix bug with trailing empty directory.
21810         (cvs-append-to-ignore): Use vc-editable-p if available.
21811         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
21812         (vc-do-command): Tweak advice to handle the new VC.
21814         * log-view.el (log-view-goto-rev): New function for the new VC.
21815         (log-view-minor-wrap): Use mark-active.
21817         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
21818         (log-edit-changelog-full-paragraphs): New var.
21819         (log-edit-insert-changelog): Remove a lonely leading `* file'.
21820         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
21821         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
21822         (log-edit-changelog-ours-p, log-edit-changelog-entries)
21823         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
21824         Replace the `cvs' prefix with `log-edit'.
21826         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
21828         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
21829         (diff-font-lock-defaults): Explicitly turn off multiline.
21830         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
21831         (diff-ediff-patch): Fix call to ediff-patch-file.
21832         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
21833         Handle comments.
21835         * frame.el (automatic-hscrolling): Typo.
21837         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
21839 2000-05-09  Sam Steingold  <sds@goems.com>
21841         * apropos.el (apropos-print): use `describe-face' instead of
21842         `customize-face-other-window'.
21844 2000-05-09  Dave Love  <fx@gnu.org>
21846         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
21848         * help.el (describe-variable): Have customize button pop the
21849         help-xref stack when invoked.
21850         (help-xref-symbol-regexp): Add `face'.
21851         (help-make-xrefs): Check for quoted face names and adapt regexp
21852         submatch numbers to cope.
21853         (help-xref-interned): Maybe insert face doc too.  Separate
21854         sections with a line of hyphens.
21856         * faces.el:  Some doc fixes.  Declare some functions obsolete.
21857         (describe-face): Add customize button.  Return the help
21858         text.  Fix prompt.
21860 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
21862         * term/internal.el (IT-character-translations): Fix last change.
21864 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
21866         * woman.el: New file
21867         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
21869 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
21871         * term/internal.el (IT-character-translations): Update ASCII
21872         simulations for greek-iso8859-7, add latin-iso8859-14 and
21873         latin-iso8859-15.
21875         * international/mule-cmds.el (set-language-info-alist): Call
21876         define-prefix-command with 3 arguments, to make the map suitable
21877         for a menu.
21879 2000-05-07  Dave Love  <fx@gnu.org>
21881         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
21883 2000-05-05  Dave Love  <fx@gnu.org>
21885         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
21886         list in doc string.  Don't quote keyword symbols.
21887         * emacs-lisp/cl.el: Likewise
21888         * emacs-lisp/cl-seq.el: Likewise
21890 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
21892         * abbrev.el (abbrev-mode): Make ARG optional.
21894 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
21896         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
21898         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
21900         * subr.el (substitute-key-definition): Clarify documentation.
21902 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
21904         * glasses.el (glasses-convert-to-unreadable): Use
21905         `glasses-separator' instead of the hard-wired "_".
21906         (glasses-mode): Call `glasses-make-unreadable' only in a single
21907         place.
21909 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
21911         * term/internal.el (cjk-codepages-alist): Add associations for
21912         Chinese and Korean codepages.  Remove FIXME comment.
21914 2000-05-03  Dave Love  <fx@gnu.org>
21916         * time.el (display-time-mail-face, display-time-use-mail-icon):
21917         New option.
21918         (display-time-mail-icon): New variable.
21919         (display-time-string-forms): Use the above.  Fix the local-map.
21921 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
21923         * replace.el (query-replace-map): Add binding for `E'.
21924         (query-replace-help): Extend help text.
21925         (perform-replace): Allow editing the replacement string.
21927         * make-mode.el (makefile-mode-abbrev-table): New variable.
21928         (makefile-mode): Set local abbrev table to
21929         makefile-mode-abbrev-table.
21930         (makefile-font-lock-keywords): Fontify includes and conditionals.
21932         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
21933         set TOGGLE's value.
21935         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
21936         mail-interactive-insert-alias.
21937         (mail-abbrev-complete-alias): New command.
21938         (mail-mode-map): Bind it to `M-TAB'.
21940 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
21942         * language/lao-util.el (lao-compose-region): New function.
21944 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
21946         * files.el (recover-session): Make directories as necessary
21947         if they don't exist yet.
21949         * calendar/cal-french.el
21950         (french-calendar-multibyte-special-days-array)
21951         (french-calendar-special-days-array): Change French text.
21952         (calendar-french-date-string): Change output.
21953         (calendar-goto-french-date): Likewise.
21955 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
21957         * wid-edit.el (widget-default-active): Obey `:always-active'.
21958         (widget-documentation-string-value-create): Set `:always-active'.
21960 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
21962         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
21963         default prefix to `~/_emacs.d/auto-save.list/_s'.
21964         (normal-top-level): Create the directory for auto-save files, if
21965         it doesn't already exist (in the ms-dos case only).
21967 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
21969         * international/mule-cmds.el (set-language-environment): Don't
21970         concat an integer (dos-codepage), use format instead.
21972 2000-05-02  Dave Love  <fx@gnu.org>
21974         * help.el (help-xref-on-pp): Check for constant symbols.
21976 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
21978         * startup.el (normal-top-level): Put a condition-case around
21979         the code loading subdirs.el.
21981 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
21983         * ps-print.el: Upside-down and face background color printing,
21984         line number step, doc fix.
21985         (ps-print-version): New version number (5.2).
21986         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
21987         (ps-face-attribute-list, ps-plot-with-face): Code fix.
21988         (ps-spool-config): Var fix.
21989         (ps-printer-name-option): Const fix.
21990         (ps-print-upside-down, ps-use-face-background)
21991         (ps-line-number-step): New vars.
21992         (ps-window-system, ps-lp-system): New consts.
21993         (ps-face-background): New fun.
21995 2000-04-28  Richard Stallman  <rms@gnu.org>
21997         * files.el (make-auto-save-file-name):
21998         Apply auto-save-file-name-transforms to visited file name
21999         before generating auto save file name.
22000         (auto-save-file-name-transforms): New variable.
22002         * files.el (backup-enable-predicate):
22003         Correctly test for a file under a temporary directory.
22005 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
22007         * subr.el (add-minor-mode): Rewritten.
22009 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
22011         * mail/sendmail.el (sendmail-send-it): Set
22012         buffer-file-coding-system to the selected coding system for MIME
22013         header.
22015 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
22017         * dired.el (dired-move-to-filename-regexp): Allow format where
22018         YYYY is followed by two spaces.
22020         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
22021         in the second character class of the regexp.
22023         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
22024         mh-etc, too.
22026         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
22027         nil.
22029         * subr.el (add-minor-mode): Use `set' instead of `setq'.
22031         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
22032         argument.
22034 2000-04-27  Sen Nagata <sen@eccosys.com>
22036         * emacs-lisp/crm.el (crm-completion-table): New variable.
22037         (crm-collection-fn, crm-test-completion)
22038         (completing-read-multiple): Use it.
22040 2000-04-27  Dave Love  <fx@gnu.org>
22042         * help.el (locate-library): Use mapc.
22043         (help-manyarg-func-alist): Add call-process-region.
22045 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
22047         * subr.el (add-minor-mode): Make argument MAP optional.
22049         * desktop.el (desktop-save): Save list of minor modes.
22050         (desktop-create-buffer): Restore minor modes.
22051         (desktop-minor-mode-table): New user-option.
22053         * subr.el (add-minor-mode): New function.
22055         * image.el (find-image): New function.
22056         (defimage): Rewritten to find image at load time.
22058         * startup.el (normal-top-level-add-to-load-path): Handle
22059         case that the default directory is not in load-path.
22061         * help.el: Old patch from Stefan Monnier.
22062         (help-xref-on-pp): New function.
22063         (describe-variable): Use it to display xrefs in a symbol's value.
22065 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
22067         * cus-edit.el (custom-face): Fix parenthesis.
22069 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
22071         * mail/rmail.el (rmail-expunge): When there are no deleted
22072         messages, do nothing.
22074 2000-04-26  Dave Love  <fx@gnu.org>
22076         * international/mule-cmds.el (locale-translation-file-name):
22077         Defvar to nil.
22078         (set-locale-environment): Set it here (at runtime).
22080 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
22082         * replace.el (perform-replace): Add parameters START and END.  Use
22083         them instead of the check for a region in Transient Mark mode.
22084         (query-replace-read-args): Return two more list elements for the
22085         start and end of the region in Transient Mark mode.
22086         (query-replace, query-replace-regexp, query-replace-regexp-eval)
22087         (map-query-replace-regexp, replace-string, replace-regexp): Add
22088         optional last arguments START and END and pass them to
22089         perform-replace.
22091         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
22092         form with additional arguments for perform-replace.
22094         * progmodes/etags.el (tags-query-replace): Add parameters START
22095         and END.  Construct a form with additional arguments for
22096         perform-replace.
22098         * simple.el (shell-command): Set default directory for "*Shell
22099         Command Output" buffer.
22101         * language/european.el (iso-latin-4): Fix typo.
22103         * emacs-lisp/crm.el: New file.
22105 2000-04-24  Dave Love  <fx@gnu.org>
22107         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
22108         (Custom-reset-saved, Custom-reset-standard)
22109         (custom-group-value-create, custom-group-set, custom-group-save)
22110         (custom-group-reset-current, custom-group-reset-saved)
22111         (custom-group-reset-standard): Use mapc.
22112         (custom-buffer-create-internal): Disable undo when creating items.
22113         Use mapc.
22114         (custom-face): Avoid redundant lambda.
22116 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
22118         * startup.el (auto-save-list-file-prefix): Set default to
22119         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
22121 2000-04-24  Sam Steingold  <sds@gnu.org>
22123         * time-stamp.el (time-stamp-string-preprocess): Always convert
22124         `field-result' to a string.
22126 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
22128         * frame.el (scrolling): New group.
22129         (automatic-hscrolling): New user-option.
22131         * startup.el (command-line-x-option-alist): Add `-lsp' and
22132         `--line-spacing'.
22134 2000-04-19  Dave Love  <fx@gnu.org>
22136         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
22137         (cl-mapc): Rename from mapc.  Fix the funcall.
22139 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
22141         * simple.el (clone-indirect-buffer-other-window): New command.
22142         (clone-indirect-buffer): Add optional arg NORECROD.
22143         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
22145         * help.el (resize-temp-buffer-window): Use count-screen-lines.
22147         * window.el (count-screen-lines): New function.
22148         (shrink-window-if-larger-than-buffer): Use count-screen-lines
22149         instead of window-buffer-height.
22151         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
22152         non-existing variable comint-input-sentinel.
22153         (inferior-lisp-args-to-list): Removed.
22154         (inferior-lisp): Use split-string instead of
22155         inferior-lisp-args-to-list.
22157         * hexl.el (hexl-insert-hex-string): New command.
22159         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
22160         instead of concat.
22162 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
22164         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
22165         at the start of an existing but empty folder.
22167 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22169         * ps-mule.el: Customization fix, doc fix.
22170         (ps-multibyte-buffer): Customization fix.
22172 2000-04-17  Richard M. Stallman  <rms@gnu.org>
22174         * subr.el (read-passwd): Use read-char-exclusive.
22176 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
22178         * textmodes/texinfo.el (texinfo-insert-@email)
22179         (texinfo-insert-@emph, texinfo-insert-@quotation)
22180         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
22181         (texinfo-mode-map): Add key bindings for them.
22183         * files.el (basic-save-buffer-2): Use a template with `$'
22184         instead of `#' for VMS.
22186         * simple.el (clone-indirect-buffer): New function.
22188 2000-04-16  Stephen Eglen  <stephen@gnu.org>
22190         * iswitchb.el (iswitchb-case): New function.  If the user input
22191         contains any upper-case characters, the search is made
22192         case-sensitive.
22194 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
22196         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
22197         comment-end.
22198         (texinfo-font-lock-syntactic-keywords): New var.
22199         (texinfo-font-lock-keywords): Remove comment regexp.
22200         (texinfo-insert-block): New function.
22201         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
22202         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
22203         and font-lock-defaults.  Use regexp-opt for outline-regexp.
22204         (texinfo-environments): New var.
22205         (texinfo-environment-regexp): Use regexp-opt and
22206         texinfo-environments.
22208         * textmodes/ispell.el (ispell-menu-map-needed): Check that
22209         ispell-process is bound since this might be eval'd before ispell
22210         is loaded.
22211         (ispell-message): Use a tiny bit less magic and a bit more hard
22212         data to figure out what kind of sc-cite-regexp to use.
22214         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
22216         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
22217         (insert-cyclic-diary-entry): Unquote the lambda.
22219         * gud.el (gud-jdb-build-source-files-list): Fix typo.
22221         * files.el (backup-enable-predicate): Unquote the lambda.
22223         * cus-edit.el (custom-face, face): Unquote the lambda.
22225 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22227         * ps-print.el: Check for line-beginning-position definition.
22229         * ps-print.el: Fix counting lines in a region.
22230         (ps-print-version): New version number (5.1.5).
22231         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
22232         (ps-printing-region): Fun code fix.
22234 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
22236         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
22237         to file-directory-p.
22239 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
22241         * gud.el (gud-jdb-build-source-files-list): Check that directory
22242         exists before calling directory-files.
22244 2000-04-13  Dave Love  <fx@gnu.org>
22246         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
22247         syntax.
22249         * emacs-lisp/cl-specs.el: Remove when, unless.
22251         * emacs-lisp/cl-extra.el: Don't quote keywords.
22252         (cl-old-mapc): New variable.
22253         (mapc): Use it.
22254         (cl-map-intervals): Use with-current-buffer.  Don't check for
22255         next-property-change.
22256         (cl-map-overlays): Use with-current-buffer.
22257         (cl-expt): Remove.
22258         (copy-tree, remprop): Define unconditionally.
22260         * emacs-lisp/cl-compat.el (keywordp): Remove.
22262         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
22263         to use keywordp.
22264         (edebug-spec): Enable keywordp.
22266         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
22267         string-lessp.
22269         * cus-start.el: Use keywordp.
22271 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
22273         * diary-lib.el (include-other-diary-files): Fix the fix of
22274         2000-02-18 by doing a save-excursion.
22276 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22278         * ps-print.el: Customization fix, doc fix.
22279         (ps-print-version): New version number (5.1.4).
22280         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
22281         (ps-print-preprint): Adjust code.
22282         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
22283         (ps-print-prologue-header, ps-print-control-characters)
22284         (ps-spool-config): Customization fix.
22286 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
22288         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
22289         converted to the new menu-item format, names silightly changed,
22290         help strings added.
22292         Support for spelling without async subprocesses:
22294         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
22295         (ispell-session-buffer): New variables.
22296         (ispell-start-process, ispell-process-status,
22297         ispell-accept-output, ispell-send-string): New functions, for
22298         Ispell invocation when async subprocesses aren't supported.
22299         (ispell-word, ispell-pdict-save, ispell-command-loop,
22300         ispell-process-line, ispell-buffer-local-parsing): Replace calls
22301         to process-send-string with calls to ispell-send-string, and
22302         accept-process-output with ispell-accept-output.
22303         (ispell-init-process): Call ispell-process-status instead of
22304         process-status with.
22305         (ispell-init-process): Call ispell-start-process.  Call
22306         ispell-accept-output and ispell-send-string.  Don't call
22307         process-kill-without-query and kill-process if they are unbound.
22308         (ispell-async-processp): New function.
22310 2000-04-12  Dave Love  <fx@gnu.org>
22312         * info.el: Add debug-ignored-errors.
22313         (Info-mode-menu): Add some items.
22314         (Info-directory): Add autoload cookie.
22316         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
22317         Modify `truncate-lines'.  Make `describe-language-environment'
22318         always visible and add help.  Modify `describe-key' help.  Invoke
22319         Info-directory from `info'.  New entry `emacs-manual'.
22321 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
22323         * progmodes/ebrowse.el (ebrowse-tree-mode):
22324         Use propertized-buffer-identification.
22325         (ebrowse-update-member-buffer-mode-line): Likewise.
22326         (ebrowse--mode-strings): Removed.
22327         (ebrowse--mode-line-props): Removed.
22329         * files.el (auto-mode-alist): Add `EBROWSE'.
22331         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
22332         space before testing for end of buffer.
22333         (ebrowse-load): Removed.
22334         (ebrowse-revert-tree-buffer-from-file): Rewritten.
22335         (ebrowse-create-tree-buffer): Rewritten.
22336         (ebrowse-tree-mode): Read tree from buffer.
22338         * progmodes/ebrowse-ffh.el: Removed.
22340 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
22342         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
22344 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
22346         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
22347         at the wrong place.
22349 2000-04-09  Dave Love  <fx@gnu.org>
22351         * files.el (backup-enable-predicate):
22352         Use temporary-file-directory, small-temporary-file-directory.
22353         (make-backup-file-name-function, backup-directory-alist): New vars.
22354         (make-backup-file-name-1): New function.
22355         (make-backup-file-name): Use it.
22356         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
22357         (file-newest-backup): Use make-backup-file-name.
22359 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
22361         * progmodes/ebrowse-ffh.el: New file.
22363         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
22364         Moved to ebrowse-ffh.el.
22365         (ebrowse-load): Add autoload.
22367         * finder.el (finder-commentary): Add autoload cookie.
22369         * mail/rfc2368.el: Correct author's email address.
22371         * progmodes/ebrowse.el: New file.
22373         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
22374         item help string.
22375         (easy-menu-do-add-item): Ditto.
22376         (easy-menu-define): Extend doc string.
22378         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
22379         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
22380         (jit-lock-function, jit-lock-stealth-fontify): Don't use
22381         with-buffer-unmodified.
22383 2000-04-08  Dave Love  <fx@gnu.org>
22385         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
22386         unless, when.
22388 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
22390         * viper-util.el (viper-put-on-search-overlay): New subroutine.
22391         (viper-flash-search-pattern): No operation when using Emacs
22392         doesn't support face.
22393         Use `viper-put-on-search-overlay'.
22395 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
22397         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
22398         like C-r.
22400         * progmodes/make-mode.el: Some doc fixes.
22401         (makefile-mode-abbrev-table): New variable.
22402         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
22403         (makefile-font-lock-keywords): Fontify includes and conditionals.
22404         (toplevel): Require `dabbrev' and `add-log' when compiling.
22406         * replace.el (perform-replace): Don't move forward one char
22407         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
22408         to do that because it leaves point 1 position after the last
22409         replacement, after everything has been replaced.
22411         * jit-lock.el (with-buffer-unmodified): New macro.
22412         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
22413         modified state.
22414         (jit-lock-function-1): Extracted from jit-lock-function; not
22415         preserving buffer's modified state.
22416         (jit-lock-function, jit-lock-stealth-fontify):
22417         Call jit-lock-function-1.
22419         * mail/rfc2368.el: Remove supernumerary copyright line.
22421 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
22423         * glasses.el: Provide facilities for inserting space before left
22424         parentheses and uncapitalization of identifiers.
22425         (glasses-mode): Try to remove old overlays in all cases.
22427 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
22429         * progmodes/compile.el (compile-internal): Display the compilation
22430         buffer in a different frame, if it's already displayed there.
22432         * mail/rfc2368.el: New file.
22434         * simple.el (sendmail-user-agent-compose): Recognize a `body'
22435         header and insert its value as mail body.
22437         * subr.el (member-ignore-case): New function.
22439         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
22440         (dabbrev--find-expansion): Ignore buffers matching a regexp
22441         from dabbrev-ignored-regexps.
22443         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
22444         to extensions handled by gzip.
22446 2000-04-03  Richard M. Stallman  <rms@gnu.org>
22448         * files.el (insert-directory): List the total free space
22449         along with the used space.
22451         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
22452         line is followed by one that matches CITATION-REGEXP, end the
22453         paragraph.
22455 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
22457         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
22458         (rmail-make-basic-summary-line): Use that option.
22460 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
22462         * international/mule-cmds.el (encoded-string-description):
22463         Rewritten.   Try pretty description for ISO 2022 escape sequences
22464         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
22465         for hexadecimal format.
22467 2000-04-01  Dave Love  <fx@gnu.org>
22469         * cpp.el: Change customization group to `c' from `C'.
22471         * vcursor.el (vcursor-move): Use display-color-p.
22473         * international/mule-util.el: Provide mule-utils.
22474         (string-to-sequence): Simplify and speed up.
22476         * international/mule.el (make-coding-system): Purecopy doc-string.
22478         * international/mule-cmds.el: Various menu changes.
22479         (describe-specified-language-support): Handle `Default'.
22480         (set-language-info): Purecopy `info'.
22482 2000-03-31  Andrew Innes  <andrewi@gnu.org>
22484         * vc.el (vc-backend-diff): Return the correct status if we had to
22485         retry the rcsdiff command without the --brief option.
22487 2000-03-31  Dave Love  <fx@gnu.org>
22489         * help.el (help-manyarg-func-alist): Correct several omissions.
22491         * add-log.el: Don't require cl, fortran.
22492         (add-log-current-defun-function): Doc fix.
22493         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
22494         (change-log-version-rcs): Function deleted.
22495         (change-log-version-number-search): Doc fix.
22496         Use vc-workfile-version. Avoid CL dolist.
22497         (add-change-log-entry): Just call add-log-current-defun to get
22498         defun.  Simplify somewhat.
22499         (change-log-get-method-definition-1): Likewise.
22500         (add-log-current-defun): Return nil if calling
22501         add-log-current-defun-function does so.  Move Fortran stuff to
22502         fortran.el.  Return string without properties.
22504         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
22505         and :alpha: char classes.
22507         * mail/supercite.el: Defvar curline when compiling.
22508         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
22509         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
22510         rather than a-zA-Z0-9 to allow non-ASCII characters.
22512 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
22514         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
22516         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
22517         Re-enable new code.
22519         * lpr.el (print-region-1): Use -d to specify printer name for
22520         systems `usg-unix-v*, `dgux', `hpux', `irix'.
22522 2000-03-31  Dave Love  <fx@gnu.org>
22524         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
22525         Look for function definition in symbol's function value slot first
22526         instead of first consulting byte-compile-function-environment.
22528 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
22530         * language/european.el ("Polish"): New language environment.
22531         (setup-polish-environment): New function.
22533 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
22535         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
22536         Disable new code.
22538         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
22539         trying to `load' the symbol of an autoload instead of the file
22540         recorded in the autoload.  Fix error messages.
22542 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22544         * ps-print.el: PostScript programming fix for ghostview, doc fix.
22545         (ps-print-version): New version number (5.1.3).
22546         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
22547         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
22548         (ps-generate-postscript-with-faces): Code fix.
22549         (ps-color-values): XEmacs compatibility.
22550         (ps-print-background-image, ps-print-background-text, ps-printer-name)
22551         (ps-default-fg, ps-default-bg): Adjust customization.
22552         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
22553         (ps-color-scale): Renaming old ps-color-value fun.
22554         (ps-print-headers): Replace ps-print-header group to avoid conflict
22555         with ps-print-header variable.
22556         (ps-print-miscellany): New group.
22557         (ps-format-color, ps-rgb-color): New funs.
22558         (ps-default-foreground): New var.
22559         (ps-printer-name-option): New const.
22561 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
22563         * net/net-utils.el:
22564         (network-connection-host, network-connection-service): New variables
22565         (network-connection-mode): New mode, derived from comint-mode
22566         (network-connection-mode-setup): New function, saves host and
22567         service information in local variables.
22569         * lisp/locate.el:
22570         (locate-word-at-point): Added this function
22571         (locate): Default to using locate-word-at-point as input
22572         Run dired-mode-hook
22574 2000-03-29  Dave Love  <fx@gnu.org>
22576         * calendar/appt.el: Doc fixes.
22577         (appt-check): Convert min-to-app to a string before passing to
22578         appt-disp-window-function or concat.
22579         (appt-delete-window): Remove test for frame-root-window.
22580         (appt-select-lowest-window, appt-convert-time): Simplify.
22582         * emacs-lisp/bytecomp.el: Doc fixes.
22583         (byte-compile-file-form-autoload):
22584         Update byte-compile-function-environment.
22586 2000-03-29  Andreas Schwab  <schwab@suse.de>
22588         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
22590         * dired.el (dired-insert-directory): If dired-free-space-program
22591         failed just delete its output.
22593 2000-03-29  Dave Love  <fx@gnu.org>
22595         * international/iso-cvt.el: Move provide to end.  Doc fixes.
22596         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
22597         (iso-iso2sgml, iso-sgml2iso): New functions.
22598         (iso-cvt-define-menu): Fix some entries and use backquote for
22599         clarity.
22601         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
22603 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
22605         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
22606         ISO-DATE.  If non-nil, return date in ISO 8601 format.
22608 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
22610         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
22611         if it ever becomes used.
22612         (log-edit-mode-hook): Default to vc-log-mode-hook.
22613         (log-edit-mode): Fix the docstring.
22615         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
22616         the code.
22618 2000-03-26  Dave Love  <fx@gnu.org>
22620         * net/browse-url.el (browse-url): Re-fix case of
22621         browse-url-browser-function being an alist.
22622         (browse-url): Add :link to defgroup.
22624         * files.el: Doc fixes.
22625         (file-truename): Include `[' in wildcard characters.
22626         (automount-dir-prefix): Customize.
22627         (find-file-wildcards): Add :version.
22628         (find-file-noselect): Simplify a mapcar call.
22630         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
22631         compatible with inf-lisp version.
22632         (eval-defun-1): Fix custom-declare-variable case.
22634 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
22636         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
22638 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
22640         * Makefile (COMPILE_FIRST): New macro.
22641         (compile-files): Compile files from COMPILE_FIRST first.
22643         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
22645         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
22646         matching open parenthesis in column 0 to defun-prompt-regexp
22647         only if open-paren-in-column-0-is-defun-start is set.
22649         * sun-curs.el: Require CL at compile-time only.
22651         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
22652         instead of copy-list which is a function from CL.
22653         (msb--choose-menu, msb--mode-menu-cond)
22654         (msb--create-buffer-menu-2): Use dolist instead of mapc.
22655         (msb--init-file-alist): Use mapcar instead of mapcan.
22656         (msb--aggregate-alist): Use mapcar instead of mapcan.
22657         Fix `(' in column 0 in doc string.
22658         (msb--add-separators): Use mapcar instead of mapcan.
22660         * cus-dep.el: Require CL at compile-time only.
22662 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
22664         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
22665         (byte-compile-warnings): New warning `noruntime'.
22666         (byte-compile-constants, byte-compile-variables): Fix docstring.
22667         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
22668         execute `eval-whenc-compile's body.
22669         (byte-compile-unresolved-functions): Fix docstring.
22670         (byte-compile-eval): New function.
22671         (byte-compile-callargs-warn): Check if the function will be available
22672         at runtime (via property `byte-compile-noruntime').
22673         (byte-compile-print-syms): New function.
22674         (byte-compile-warn-about-unresolved-functions): Also warn about
22675         `noruntime' functions (and use `byte-compile-print-syms').
22676         (byte-compile-file): Capitalize the message.
22678 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
22680         * mail/rmail.el (rmail-confirm-expunge): New user-option.
22681         (rmail-expunge): Ask for confirmation depending on the setting
22682         of rmail-confirm-expunge.
22684 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
22686         * Makefile (bootstrap-clean): If $(emacs) exists, build
22687         loaddefs.el first.  A loaddefs.el that's not up-to-date might
22688         cause a bootstrap failure because things don't autoload as expected.
22690 2000-03-23  Dave Love  <fx@gnu.org>
22692         * net/browse-url.el: Restore previous use of
22693         browse-url-maybe-new-window.
22695 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22697         * ps-print.el: Skip banner page fix.
22698         (ps-print-version): New version number (5.1.2).
22699         (ps-begin-file, ps-end-file, ps-generate): Code fix.
22701 2000-03-23  Dave Pearson  <davep@davep.org>
22703         * net/quickurl.el Changed the type of parameter passed to the
22704         function defined by `quickurl-format-function'. Before only the
22705         text of the URL was passed. Now the whole URL structure is passed
22706         and the function is responsible for extracting the parts it requires.
22707         Changed the default of `quickurl-format-function' accordingly.
22708         (quickurl-insert): Changed the `funcall' of
22709         `quickurl-format-function' to match the above change.
22710         (quickurl-list-insert): Changed the `url' case so that it makes
22711         use of `quickurl-format-function', previous to this the format was
22712         hard wired.
22714 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
22716         * startup.el: Change some spellings for the X Window System.
22718 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
22720         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
22721         Clean up the code and the regexp and make sure the cursor is
22722         temporarily moved to the suspicious line while querying the user.
22724 2000-03-22  Jason Rumney  <jasonr@gnu.org>
22726         * w32-fns.el (w32-charset-info-alist): Initialize.
22728 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22730         * ps-print.el: N-up last page fix.
22731         (ps-print-version): New version number (5.1.1).
22732         (ps-end-file, ps-end-job, ps-generate): Code fix.
22734 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
22736         * files.el (find-file-run-dired): Update docstring.
22737         (find-directory-functions): New hook.
22738         (find-file-noselect): Run find-directory-functions rather than
22739         calling dired directly.
22741         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
22743         * pcvs.el: Add a minimal leading commentary.
22744         (cvs-make-cvs-buffer): Change the header part by removing the startup
22745         message and adding a `Module' entry.  Also replace the FOOTER and
22746         HEADER special fileinfos with the new support in ewoc for updating
22747         its own footer and header.
22748         (cvs-update-header): Update to use the header/footer of the ewoc.
22749         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
22750         (cvs-is-within-p): New function.
22751         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
22752         to only examine some subset of the buffers.
22754         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
22755         `format' instead of our own ad-hoc functions.
22756         Remove HEADER and FOOTER cases, now handled in the EWOC.
22757         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
22759         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
22760         output to avoid scaring the user.
22761         (cvs-parse-table): Catch message for non-up-to-date commits.
22763         * pcvs-defs.el (cvs-startup-message): Remove.
22764         (cvs-global-menu): New autoloaded menu.
22766         * pcvs-util.el (cvs-string-fill): Remove.
22768         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
22769         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
22770         PP part of it and also make it work for footers and headers.
22771         (ewoc-create): Drop POS and BUFFER arguments.
22772         Use the DLL's dummy node to store the end-of-footer position.
22773         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
22774         (ewoc-refresh): Remove unused `header' variable.
22775         (ewoc-(get|set)-hf): New functions.
22777         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
22778         log-view-*-(message|file) and use easy-mmode-define-navigation.
22779         (log-view-message-re): Match SCCS format as well.
22780         And match the revision line rather than the dashed separator line.
22781         (log-view-mode): Use the new define-derived-mode.
22782         (log-view-current-tag): Fill in with an actual implementation.
22784         * cvs-status.el (cvs-status-(prev|next)): Rename from
22785         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
22786         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
22787         to let the output "breathe" a little more (more readable).
22788         (cvs-status-mode): Use the new define-derived-mode.
22790         * smerge-mode.el (smerge-auto-leave): New function and variable.
22791         (smerge-basic-map): Rename from smerge-basic-keymap.
22792         Change the bindings for smerge-diff-*.
22793         (smerge-*-map): Use easy-mmode-defmap.
22794         (smerge-(next|prev)): Use easy-mmode-define-navigation.
22795         (smerge-keep-*): Use smerge-auto-leave.
22797 2000-03-21  Jason Rumney  <jasonr@gnu.org>
22799         * cus-edit.el (custom-button-face): Use 3D look for w32.
22800         (custom-button-pressed-face): Likewise.
22802 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
22804         * progmodes/etags.el (tags-case-fold-search): New user-option.
22805         (tags-loop-eval): New function.  Bind case-fold-search around eval
22806         depending on the value of tags-case-fold-search.
22807         (tags-loop-continue): Use tags-loop-eval.
22808         (find-tag-in-order): Bind case-fold-search depending on the value
22809         of tags-case-fold-search.
22811 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
22813         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
22814         (diff-end-of-hunk): Return the end position for use in
22815         `easy-mmode-define-navigation'.
22816         (diff-recenter): Remove.
22817         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
22818         of `easy-mmode-define-navigation'.
22819         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
22820         previous renaming) and fix to use new names.
22821         (diff-merge-strings): Use \n as separator: simpler, faster.
22822         (diff-mode): Use `define-derived-mode'.
22824         * derived.el (define-derived-mode): Don't autoload anymore.
22825         Prefer the macro-only version provided by easy-mmode.el.
22827         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
22828         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
22829         (easy-mmode-define-navigation): New macro.
22831         * subr.el (combine-run-hooks): New function.
22833 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
22835         * term/x-win.el: Fontsets related initialization is simplified.
22837         * international/mule-diag.el (describe-font): Don't refer to
22838         global-fontset-alist, instead call font-list.
22839         (describe-fontset, list-fontsets, mule-diag): Likewise.
22840         (print-fontset): Adjusted for the change of fontset implementation.
22842         * international/fontset.el (x-charset-registries): Variable removed,
22843         instead the corresponding data is stored in the default fontset.
22844         (register-alternate-fontnames): Function removed.
22845         (resolved-ascii-font): Variable removed.
22846         (x-compose-font-name): Ignore the second argument REDOCE.
22847         (x-complement-fontset-spec): Complement only an ASCII font and
22848         element for those charsets than can use that ASCII font.
22849         (generate-fontset-menu): Don't refer to global-fontset-alist,
22850         instead call fontset-list.
22851         (uninstantiated-fontset-alist): Variable removed.
22852         (x-style-funcs-alist): Likewise.
22853         (fontset-default-styles): Likewise.
22854         (x-modify-font-name): Function removed.
22855         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
22856         (create-fontset-from-ascii-font): Docsting adjusted for the above
22857         change.
22858         (instantiate-fontset, resolve-fontset-name): Functions removed.
22859         (fontset-list): Now implemented by C code.
22861         * faces.el (read-face-font): Fix TABLE arg to completing-read.
22862         (describe-face): Include `font' attribute in the description.
22864 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
22866         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
22868 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
22870         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
22871         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
22872         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
22874         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
22875         about behavior of set-buffer-modified-p wrt redisplay.
22877 2000-03-19  Richard M. Stallman  <rms@gnu.org>
22879         * view.el (view-mode-disable): Kill local binding of view-read-only.
22881 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
22883         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
22884         is a string, convert it to a syntax cell using string-to-syntax.
22886         * simple.el (syntax-code-table, syntax-flag-table): New variables.
22887         (string-to-syntax): New function.
22889         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
22890         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
22891         try to use passive ftp mode.
22893 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
22895         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
22897         * simple.el (append-to-buffer): Update point of windows after
22898         insertion.
22900         * abbrev.el (inverse-add-abbrev): Identify word by first moving
22901         forward then moving backward.  Reindent.
22903         * frame.el (other-frame): Call x-focus-frame only if
22904         focus-follows-mouse is off.
22906 2000-03-17  Dave Love  <fx@gnu.org>
22908         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
22910 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
22912         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
22913         regexp for labels cannot span several lines.
22915         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
22916         `(setq :<key> ':<key>)' to the macro expansion.
22918 2000-03-16  Dave Love  <fx@gnu.org>
22920         * progmodes/f90.el (f90): Put custom group under `languages', not
22921         `fortran'.
22922         (f90-mode-hook): Customize.
22923         (f90-mode): Set add-log-current-defun-function.
22924         (f90-current-defun): New function.
22926 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
22928         * cus-edit.el (custom-variable-tag-face): Handle case that
22929         default face's height is not a number.
22930         (custom-face-tag-face, custom-group-tag-face-1)
22931         (custom-group-tag-face): Ditto.
22932         (custom-group-tag-face-1): Add :group.
22934         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
22936 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
22938         * pcvs-defs.el (toplevel): Remove autoload cookie for form
22939         requiring easymenu.
22941 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22943         * ps-print.el: PostScript user-defined prologue, PostScript error
22944         handler, doc fix.
22945         (ps-print-version): New version number (5.1).
22946         (ps-user-defined-prologue, ps-error-handler-message)
22947         (ps-print-prologue-0, ps-error-handler-alist): New vars.
22948         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
22949         (ps-insert-string): New function.
22951 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
22953         * international/ccl.el (ccl-compile-expression): Don't generate
22954         invalid self-assignment code.
22956 2000-03-14  Dave Love  <fx@gnu.org>
22958         * subr.el (replace-regexp-in-string): Renamed from
22959         replace-regexps-in-string.  Doc fix.
22961 2000-03-12  Dave Love  <fx@gnu.org>
22963         * cus-edit.el: Doc fixes.
22964         (customize-set-variable, customize-save-variable): Rename args for doc.
22965         (custom-variable-tag-face, custom-face-tag-face)
22966         (custom-group-tag-face-1, custom-group-tag-face): Modify from
22967         style which user identify as hyperlink.
22968         (hook): Don't add undefined functions to the hook.
22969         (debug-ignored-errors): Transfer message from bindings.el.
22971 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
22973         * recentf.el (recentf-keep-non-readable-files-p):
22974         Remove double/nested definition.
22976 2000-03-12  Dave Love  <fx@gnu.org>
22978         * facemenu.el (facemenu-get-face): Use display-color-p.
22979         * enriched.el (enriched-decode-foreground): Likewise.
22980         (enriched-decode-background): Likewise.
22981         * isearch.el (isearch-highlight): Likewise.
22982         * info-look.el (info-lookup): Likewise.
22983         * simple.el (completion-setup-function): Likewise.
22985         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
22986         :options.
22988         * bindings.el (mode-line-format): Fix line-number and
22989         column-number items.  Add help-echo for the background.
22990         (mode-line-mule-info): Modify help-echo.
22992         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
22994         * files.el (load-file): Allow completion to .elc.
22996         * man.el: Doc fixes.
22997         (Man-init-defvars): Use display-color-p to set fontification.
22999         * play/hanoi.el (hanoi-internal): Don't use oddp.
23001 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
23003         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
23005         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
23007 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
23009         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
23010         Fix comment.
23012 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
23014         * font-lock.el (font-lock-keywords): Fix the doc now that
23015         regexp-opt-depth is unnecessary.
23016         (save-buffer-state): Set an edebug spec.
23017         (font-lock-fontify-anchored-keywords): Properly handle the case when
23018         the matcher goes past the limit.
23020         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
23021         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
23023         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
23024         dll.el and cookie.el (from Elib) with heavy renaming and other
23025         massaging.
23027         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
23028         Autoload the functions used.
23029         (easy-mmode-define-syntax): Fix CL typo.
23030         (easy-mmode-define-derived-mode): Improve the docstring generation.
23032 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
23034         * textmodes/texinfo.el (texinfo-version): Variable and function
23035         removed.
23037 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
23039         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
23040         allow more flexibility.
23041         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
23042         (easy-mmode-defmap, easy-mmode-defsyntax)
23043         (easy-mmode-define-derived-mode): New macros.
23045 2000-03-09  Didier Verna  <didier@xemacs.org>
23047         * rect.el (replace-rectangle): New function.
23049 2000-03-09  Dave Love  <fx@gnu.org>
23051         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
23052         (fortran-comment-line-start-skip): Don't match cpp stuff.
23053         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
23054         (fortran-mode-map): Remove over-eager custom-menu-create for now.
23055         (fortran-mode): Don't set fortran-comment-line-start-skip,
23056         fortran-comment-line-start here.  Set comment-start,
23057         add-log-current-defun.
23058         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
23059         (fortran-current-defun): New function.
23061 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
23063         * emacs-lisp/re-builder.el: New file.
23065         * mouse.el (mouse-drag-region): Don't run up-event handler
23066         if hscroll has changed.
23068         * octave-mod.el (octave-font-lock-keywords): To font-lock the
23069         builtin operators, use `font-lock-builtin-face' for Emacs and
23070         `font-lock-preprocessor-face' otherwise.
23072         * font-lock.el (lisp-font-lock-keywords-1): Highlight
23073         `(defun (setf foo)' differently.
23075 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
23077         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
23078         (regexp-opt): Update comment and adapt the code the new meaning of
23079         the `paren' argument of regex-opt-group for shy-groups.
23080         (regexp-opt-depth): Handle shy groups as well as backslashed
23081         backslashes.
23082         (regexp-opt-group): Turn the leading comment into a docstring.
23083         Allow `paren' to be a string (the string to use to open a group).
23084         Remove open-presuf and close-presuf.  Instead of checking for `all
23085         one-char' and then later on check for `several one-char', handle
23086         both cases close together.  Also apply a more generic algorithm
23087         for suffixes (the mirror image of the algorithm used for
23088         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
23089         (regexp-opt-try-suffix): Removed.
23091         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
23092         from comint-mode-map, so we can just inherit from it.  Also, move
23093         the initialization into the `defvar' since there's no docstring
23094         anyway and it's fairly short.
23095         (inferior-scheme-mode): Define it as derived-mode: the code is
23096         shorter and this way we inherit from comint-mode-map rather than
23097         copying it.
23099         * subr.el (replace-regexps-in-string): Properly handle the case
23100         where we match an empty string.
23102         * comint.el (comint-exec-1): Add the current-dir to the exec-path
23103         when the command has a directory component (such as "./testml").
23104         Also fix a typo in the comment.
23106 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
23108         * Makefile (compile-files): Compile files one by one because
23109         that's the only way to ensure a clean compilation environment for
23110         each individual file.
23112         * frame.el (other-frame): Call x-focus-frame.
23114 2000-03-07  Dave Love  <fx@gnu.org>
23116         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
23117         :require to defcustom.
23119         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
23121         * files.el (auto-mode-alist): Add configure.in.
23123         * progmodes/autoconf.el: New file.
23125 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
23127         * mail/mh-e.el: Change maintainer to `none'.
23129         * recentf.el (recentf-keep-non-readable-files-p): Quote args
23130         to remove-hook and add-hook.
23132 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
23134         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
23135         it as the default.
23136         (mail-send): Test mail-send-nonascii also for the new `mime' value.
23137         (sendmail-send-it): Conditionally add MIME headers specifying the
23138         used character set.
23140 2000-03-07  Dave Love  <fx@gnu.org>
23142         * winner.el: Fix keywords, autoload cookies.
23143         Split eval-when-compile form to avoid compilation failure.
23145 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
23147         * international/mule.el: Modify comment about coding system
23148         property `coding-category'.
23149         (make-coding-system): New argument EOL-TYPE.  Pay attention to
23150         coding-category property of PROPERTIES.
23152         * international/mule-conf.el (coding-category-utf-8)
23153         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
23154         categories.  Include them in the argument for set-coding-priority.
23156         * international/mule-cmds.el (reset-language-environment):
23157         Include coding-category-utf-8, coding-category-utf-16-be, and
23158         coding-category-utf-16-le in the argument for set-coding-priority.
23159         (reset-language-environment): Initialize coding-category-utf-8,
23160         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
23162 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
23164         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
23165         code abstracted out of `bookmark-jump-noselect'.  Now tries info
23166         extensions as well as compression extensions.
23167         (bookmark-jump-noselect): Use above new func.
23169 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
23171         * strokes.el: Change maintainer's mail address.
23173 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
23175         * international/mule-diag.el (list-character-sets): Make help-echo
23176         string by substitute-command-keys.
23177         (list-character-sets): Likewise.
23178         (sort-listed-character-sets): Call help-setup-xref.
23180 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
23182         * time.el (display-time-mail-file): Add `none' to the list of choices.
23184 2000-03-01  Dave Love  <fx@gnu.org>
23186         * help.el (help-xref-go-back): Don't try to set position.
23188         * international/mule-diag.el (list-character-sets):
23189         Call help-setup-xref.  Add help-echo to xrefs.
23190         (list-character-sets-1): Add help-echo to xrefs.
23192 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
23194         * frame.el (blink-cursor-mode): Switch cursor on when turning
23195         the mode off.
23197         * add-log.el (add-log-current-defun): Add support for
23198         Autoconf mode.
23200         * mail/rmail.el (rmail-quit-hook): New variable.
23202 2000-03-01  Dave Love  <fx@gnu.org>
23204         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
23206         * help.el (help-xref-button): Add help-echo arg.
23207         (describe-function-1, describe-variable, help-make-xrefs): Use it.
23209         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
23211         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
23213 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
23215         * image.el (defimage): Look for image files in load-path.
23217         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
23219 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
23221         * recentf.el (recentf): Added version tag to the defgroup of recentf.
23223 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
23225         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
23226         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
23227         action to select/unselect a file.
23228         (recentf-edit-list): Code cleanup and improvement.
23229         (recentf-open-more-files-action): `recentf-open-more-files' button
23230         widget action to open a file.
23231         (recentf-open-more-files): No more use standard completion but widgets.
23232         (recentf-more-collection): Deleted.
23233         (recentf-more-history): Deleted.
23234         (recentf-setup-more-completion): Deleted.
23236 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
23238         * recentf.el (recentf-mode): No more needs that Emacs is running
23239         under a window-system.
23241 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
23243         * recentf.el (recentf-edit-list): New command to edit the recent
23244         list which allow the user to remove files.
23245         (recentf-edit-selected-items): New global variable, used by
23246         `recentf-edit-list' to hold the list of files to be removed from
23247         the recent list.
23248         (recentf-make-menu-items): Updated to display a "Edit list..."
23249         menu item.  Minor code cleanup.
23251 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
23253         * recentf.el (recentf-open-more-files): New command to open files
23254         that are not displayed in the menu.
23255         (recentf-more-collection): New global variable holding the set of
23256         permissible completions used by `recentf-open-more-files'.
23257         (recentf-more-history): New global variable holding the history list
23258         used by `recentf-open-more-files' completion.
23259         (recentf-setup-more-completion): New function to setup completion for
23260         `recentf-open-more-files'.
23261         (recentf-make-menu-items): Updated to display a "More..." menu item.
23263 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
23265         * recentf.el (recentf-menu-action): Doc fixed.
23267 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
23269         * recentf.el (recentf-menu-filter): Doc updated.
23270         (recentf-update-menu-hook): Allow menu filters to force menu update.
23271         (recentf-make-menu-items): New menu filter handling.
23272         (recentf-make-menu-item): New helper function.
23273         (recentf-menu-elements): New menu handling function.
23274         (recentf-sort-ascending): Updated to new menu filter handling.
23275         (recentf-sort-descending): Updated to new menu filter handling.
23276         (recentf-sort-basenames-ascending): New menu filter function.
23277         (recentf-sort-basenames-descending): New menu filter function.
23278         (recentf-show-basenames): New menu filter function.
23279         (recentf-show-basenames-ascending): New menu filter function.
23280         (recentf-show-basenames-descending): New menu filter function.
23282 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
23284         * diary-lib.el (list-diary-entries): Don't try to go forward at
23285         the end of the buffer.
23287 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
23289         * international/mule-diag.el (list-character-sets):
23290         Completely rewritten.
23291         (sort-listed-character-sets): New function.
23292         (list-character-sets-1): Completely rewritten.
23293         (list-character-sets-2): New function.
23294         (non-iso-charset-alist): New variable.
23295         (decode-codepage-char): New function.
23296         (charset-history): New variable.
23297         (read-charset) (list-block-of-chars)
23298         (list-iso-charset-chars)
23299         (list-non-iso-charset-chars)
23300         (list-charset-chars): New functions.
23301         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
23302         (dump-charsets): Likewise.
23304 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
23306         * dired-x.el (dired-filename-at-point): Add `@' to valid
23307         file name characters.
23308         (dired-filename-at-point): Handle ange-ftp file names.
23310         * frame.el (frame-notice-user-settings): Use assq-delete-all
23311         instead of assoc-delete-all.
23312         (frame-notice-user-settings): Ditto.
23314         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
23315         Don't copy alist.
23317 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
23319         * calculator.el (calculator-use-menu): New option.
23320         (calculator-initial-bindings): Changed some bindings to work as macros.
23321         (calculator-forced-input): Removed.
23322         (calculator-restart-other-mode): New variable.
23323         (calculator-mode-map): Set up menu.
23325 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
23327         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
23329 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
23331         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
23332         translate all ESC key sequences.
23333         (viper-goto-mark-subr): Restore markers for files for which
23334         they were saved.
23335         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
23336         * viper-util.el (viper-set-replace-overlay-glyphs)
23337         (viper-set-replace-overlay): Always check if the replacement
23338         overlay is live.
23339         * viper.el (viper-vi-state-mode-list): Add major modes.
23340         * ediff-wind.el: Minor comment changes.
23341         * ediff.el: Copyright notice date fix.
23343 2000-02-27  Jason Rumney  <jasonr@gnu.org>
23345         * faces.el (face-font-family-alternatives): Add arial to helv.
23346         (mode-line, header-line, tool-bar): Same default as x for w32.
23347         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
23348         face-font-family-alternatives from working.
23349         * term/w32-win.el (mouse-set-font): Do not build fontset from
23350         chosen font.
23352 2000-02-25  Sam Steingold  <sds@goems.com>
23354         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
23355         properly.
23357 2000-02-25  Richard M. Stallman  <rms@gnu.org>
23359         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
23361 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
23363         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
23365         * frame.el (busy-cursor-delay-seconds): New option.
23367 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
23369         * frame.el (show-cursor-in-non-selected-windows): New option.
23371 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
23373         * diary-lib.el (include-other-diary-files): Undo the selective
23374         display in any included file and don't kill it.
23376 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
23378         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
23379         Menu items converted to (menu-item format, help strings added.
23380         [downcase, upcase]: Don't enable on MS-DOS.
23381         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
23382         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
23384 2000-02-23  Dave Love  <fx@gnu.org>
23386         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
23387         (backward-kill-word): Revert addition of * to interactive spec --
23388         it's a feature.
23390         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
23391         (backward-kill-sentence, kill-sentence): Likewise.
23393         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
23394         scratch buffer name.
23395         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
23397         * term/w32-win.el (internal-face-interactive): Update prompt for
23398         new read-face-name.
23400         * mail/footnote.el (footnote): Add :version to defgroup.
23401         (footnote-section-tag-regexp): Customize.
23402         (footnote-start-tag, footnote-end-tag): New option.
23403         (footnote-latin-regexp): New variable.
23404         (Footnote-latin): New function.
23405         (footnote-style-alist): Add element for latin style.
23406         (footnote-style): Moved.
23407         (Footnote-goto-footnote): Use eq to test arg.
23409         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
23411         * emacs-lisp/byte-opt.el: Change old backquote syntax.
23412         (byte-compile-trueconstp): Include keywords.
23413         (byte-optimize-quote, byte-optimize-lapcode):
23414         Use byte-compile-const-symbol-p.
23415         (byte-optimize-char-before): New optimization.
23417         * emacs-lisp/bytecomp.el: Change old backquote syntax.
23418         (byte-compile-const-symbol-p): New function.
23419         (byte-compile-constp, byte-compile-out-toplevel)
23420         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
23421         Use it.
23423         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
23425 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
23427         * international/encoded-kb.el: Be sure to update minor-mode-alist
23428         and minor-mode-map-alist.
23429         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
23430         codes SS2 and SS3 correctly.
23431         (encoded-kbd-self-insert-ccl): New function.
23432         (encoded-kbd-setup-keymap): New function.
23433         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
23434         by calling encoded-kbd-setup-keymap.
23436         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
23437         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
23439 2000-02-22  Dave Love  <fx@gnu.org>
23441         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
23442         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
23443         (lisp-mode-syntax-table): Set up for #|...|# comments.
23444         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
23445         classes.  Match `defface'.
23446         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
23447         (eval-defun-1): Fix for defcustom.
23448         (lisp-indent-region): Doc fix.
23450         * subr.el (when, unless, split-string): Doc fix.
23451         (read-passwd): Move call of clear-this-command-keys to the right place.
23452         (replace-regexps-in-string): New function.
23454 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
23456         * help.el (describe-variable): Set syntax table to
23457         emacs-lisp-mode-syntax-table when moving forward over the
23458         symbol's name.
23460 2000-02-22  Dave Love  <fx@gnu.org>
23462         * xt-mouse.el: Doc fixes.
23463         (xterm-mouse-position-function): New function, replacing advice of
23464         mouse-position.
23465         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
23467         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
23469 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
23471         * format.el (format-annotate-single-property-change):
23472         Handle properties with dotted-list values.
23473         (format-proper-list-p): New function.
23475         * enriched.el (enriched-face-ans): Handle '(foreground-color
23476         . COLOR) and (background-color . COLOR).
23478 2000-02-20  Dave Love  <fx@gnu.org>
23480         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
23481         and assignments to it.
23482         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
23483         current local map.
23484         (make-flyspell-overlay): Use it.
23485         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
23487         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
23488         (lm-get-header-re): Defun, not defsubst.
23489         (lm-get-package-name): Defun, not defsubst.  Simplify.
23490         (lm-version): Doc fix.  Simplify.
23491         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
23492         (lm-crack-address, lm-last-modified-date, lm-commentary)
23493         (lm-verify, lm-synopsis): Simplify.
23494         (lm-report-bug): Require emacsbug.  Use compose-mail.
23496 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
23498         * dired.el (dired-mode): Call propertized-buffer-identification
23499         to set mode-line-buffer-identification to something having
23500         the right text properties.
23502         * bindings.el (propertized-buffer-identification): New function.
23504 2000-02-20  Dave Love  <fx@gnu.org>
23506         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
23507         check for t-mouse too.
23509         * cus-start.el: Make echo-keystrokes `number'.
23511 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
23513         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
23514         Don't call ring-empty-p unless tags-location-ring is bound.
23515         From Noah Friedman <friedman@splode.com>.
23517 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
23519         * progmodes/hideshow.el (hs-flag-region): No longer use
23520         `intangible' overlay property.
23522         (hs-toggle-hiding): New command.
23523         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
23525         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
23526         Fix omission bug: Run `hs-minor-mode-hook' for both activation
23527         and deactivation.
23529 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
23531         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
23533 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
23535         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
23537         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
23538         of `*' to handle `(* ... *)' comments.
23540 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
23542         * faces.el (list-faces-display): Use display-mouse-p instead of
23543         window-system.
23545         * menu-bar.el (global-map): Menu-bar items converted to the new
23546         format (menu-item..., rearranged for better CUA compliance, and
23547         their names changed for better clarity.  Help strings added.
23549         * international/mule-cmds.el (mule-menu-keymap)
23550         (describe-language-environment-map, set-coding-system-map)
23551         (setup-language-environment-map): Convert to new (menu-item...
23552         form, add help strings.  Change names of menu items for better clarity.
23553         "Mule" menu-bar item removed (it's now in the "Options" submenu).
23555 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
23557         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
23558         within the code.
23560 2000-02-16  Dave Love  <fx@gnu.org>
23562         * faces.el: Don't require custom.  Add more specific :groups to
23563         various deffaces.
23564         (set-face-attribute): Purecopy args.
23565         (read-face-name): Default to name at point and use it in prompt.
23566         Remove colon from arg in all callers.
23567         (list-faces-display): Hyperlink to face descriptions and customize
23568         buffers.
23570 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
23572         * wid-edit.el (widget-match-inline): An atom never matches a list.
23574 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
23576         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
23577         at ':' characters by call to split-string.
23579 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
23581         * textmodes/bibtex.el: Added RCS version identification.
23583 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
23585         * textmodes/bibtex.el: Some temporary comments removed.
23586         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
23587         (bibtex-field-const): Allow capital letters.
23588         (bibtex-start-of-string): Deleted because unused.
23590         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
23591         use the term 'reference' to describe a bibtex entry as a whole.
23592         Further, reference keys are no longer called 'labels'.
23593         (bibtex-keys): Renamed to bibtex-reference-keys.
23594         (bibtex-reformat-previous-labels): Renamed to
23595         bibtex-reformat-previous-reference-keys.
23596         (bibtex-reference-type): Renamed to bibtex-entry-type.
23597         (bibtex-reference-head): Renamed to bibtex-entry-head.
23598         (bibtex-reference-maybe-empty-head): Renamed to
23599         bibtex-entry-maybe-empty-head.
23600         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
23601         (bibtex-search-reference): Renamed to bibtex-search-entry.
23602         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
23603         bibtex-enclosing-entry-maybe-empty-head.
23604         (bibtex-entry-field-alist, bibtex-entry-head)
23605         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
23606         (bibtex-map-entries, bibtex-search-entry)
23607         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
23608         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
23609         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
23610         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
23611         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
23612         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
23613         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
23615 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
23617         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
23618         comment.
23619         (bibtex-format-field-delimiters): New function, functionality
23620         extracted from bibtex-format-entry.
23621         (bibtex-autokey-get-yearfield-digits): New function, functionality
23622         extracted from bibtex-autokey-get-yearfield.
23624         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
23625         entries in order to avoid stack overflow in the regexp matcher if
23626         field contents become large.
23627         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
23628         (bibtex-field-string-part-not-braced)
23629         (bibtex-field-string-part-no-inner-braces)
23630         (bibtex-field-string-part-1-inner-brace)
23631         (bibtex-field-string-part-2-inner-braces)
23632         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
23633         (bibtex-field-string-quoted, bibtex-field-string)
23634         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
23635         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
23636         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
23637         Deleted as parsing is now performed by the following functions.
23638         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
23639         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
23640         (bibtex-parse-field-string, bibtex-search-forward-field-string)
23641         (bibtex-parse-association, bibtex-field-name-for-parsing)
23642         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
23643         (bibtex-search-forward-field, bibtex-search-backward-field)
23644         (bibtex-start-of-field, bibtex-end-of-field)
23645         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
23646         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23647         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
23648         (bibtex-parse-string, bibtex-search-forward-string)
23649         (bibtex-search-backward-string, bibtex-start-of-string)
23650         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
23651         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
23652         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
23653         entries.  Instead of reporting the results of the parsing by
23654         match-beginning or match-end, these functions return data structures
23655         that hold the corresponding positions.
23656         (bibtex-enclosing-field): Changed to also report field boundaries by
23657         return values rather than by match-beginning or match-end.
23658         The following functions have been adapted to use the new
23659         parsing functions.
23660         (bibtex-skip-to-valid-entry, bibtex-search-reference)
23661         (bibtex-enclosing-field, bibtex-format-entry)
23662         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
23663         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
23664         (bibtex-print-help-message, bibtex-end-of-entry)
23665         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
23666         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
23667         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
23668         Use the new method for parsing.
23669         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
23670         (bibtex-map-entries, bibtex-flash-head)
23671         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
23672         (bibtex-autokey-change, bibtex-autokey-get-namefield)
23673         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
23674         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
23675         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
23676         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
23677         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
23678         order to make the new binding of case-fold-search immediately visible.
23680 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
23682         * textmodes/bibtex.el: Copyright notice is up to date.
23683         Added constant 'bibtex-maintainer-salutation.
23685         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
23686         than make-temp-name, use match-string-no-properties and eliminate
23687         a quadratic behavior when building bibtex-strings.
23689         * bibtex.el (bibtex-reference-key): Accept string entries whose
23690         reference key contains upper case letters.
23692 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
23694         * bibtex.el (bibtex-reference-head): Allow entries to start with
23695         a new line.
23697 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
23699         * bibtex.el: Hiding of entry bodies is not longer provided by
23700         bibtex.el directly.  Instead the hideshow package can be used.
23701         Added a special bibtex entry to hs-special-modes-alist.
23702         (bibtex-hs-forward-sexp): Added for hideshow.el.
23704 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
23706         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
23707         proceedings entry type (for cross referencing). Thanks to Wagner
23708         Toledo Correa for the suggestion.
23710         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
23712 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
23714         * international/characters.el: Setup case table for Vietnamese.
23716 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
23718         * uniquify.el (toplevel): Require CL at compile time.
23719         (uniquify-push): Removed.
23721         * shadowfile.el (shadow-when): Removed.
23723         * tempo.el (tempo-dolist, tempo-mapc): Removed.
23724         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
23726         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
23727         regexp for paragraph-start.
23729         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
23730         commas as well.
23732 2000-02-10  Dave Love  <fx@gnu.org>
23734         * wid-edit.el: (widgets) [defgroup]: Remove url link.
23735         (widget-color-choice-list, widget-color-history, widget-mouse-help):
23736         Deleted.
23737         (widget-specify-field, widget-specify-button): Don't use
23738         widget-mouse-help as help-echo property.
23739         (default): Use #'ignore for :validate and :mouse-down-action.
23740         (checkbox): Add help-echo.
23741         (widget-sexp-validate): Rewritten to clarify error messages.
23742         (character): Use char-valid-p in :match function.
23743         (widget-color-complete): Use facemenu-color-alist.
23744         (widget-color-action): Use facemenu-read-color.
23746         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
23747         set up `caar' &c that we now have.
23749 2000-02-09  Ray Blaak  <blaak@gnu.org>
23751         * delphi.el: Make resourcestring a declaration region, like const
23752         and var.
23754 2000-02-09  Dave Love  <fx@gnu.org>
23756         * bindings.el (mode-line-input-method-map): New variable.
23757         (mode-line-mule-info): Use it; fix last change.
23758         (mode-line-mode-menu): Move definition.
23759         (mode-line-mouse-sensitive-p): Deleted.
23760         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
23761         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
23763         * startup.el (command-line-1): Don't call
23764         make-mode-line-mouse-sensitive.
23766 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
23768         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
23769         before rmail-toggle-header, because the former toggles headers.
23771 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
23773         * diff-mode.el (diff-kill-junk): New interactive function.
23774         (diff-reverse-direction): Use delete-and-extract-region.
23775         (diff-post-command-hook): Restrict the area so that the hook also works
23776         outside of any diff hunk.  This is necessary for the minor-mode.
23777         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
23778         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
23780         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
23781         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
23782         so that it can be used more easily in <foo>-mode-hook.  Also make sure
23783         to avoid duplicate entries.
23784         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
23785         (font-lock-remove-keywords): Just as was done for `add', allow it to
23786         work even if font-lock-mode is nil.  Also make sure we don't modify
23787         any pre-existing list by forcing a copy-sequence.  Finally rename
23788         `major-mode' to `mode'.
23789         (font-lock-fontify-syntactic-anchored-keywords)
23790         (font-lock-fontify-anchored-keywords)
23791         (font-lock-fontify-keywords-region): Use line-end-position.
23792         Don't make `font-lock-multiline' local (it's now done in
23793         font-lock-set-defaults).
23794         (font-lock-set-defaults): Make `font-lock-multiline' local.
23795         Move the `font-lock-fontified' creation to inside the `unless'.
23797 2000-02-06  Andrew Innes  <andrewi@gnu.org>
23799         * term/w32-win.el (x-handle-args): Comment out call to message,
23800         which occurs before window system is initialized.
23802         * makefile.nt: Add support for recompiling lisp code.
23804 2000-02-04  Dave Love  <fx@gnu.org>
23806         * bindings.el (mode-line-mule-info): Fix/extend last change.
23808         * completion.el: Replace completion-dolist with dolist.
23810         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
23812 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
23814         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
23815         environment names before they go into the section regexp.
23817         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
23818         char class in regexp.
23820         * textmodes/reftex-parse.el (reftex-with-special-syntax):
23821         Bind `case-fold-search' to nil.
23823         * progmodes/idlwave.el (idlwave-template):
23824         Respect `idlwave-abbrev-change-case'.
23825         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
23826         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
23827         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
23828         (idlwave-rw-case): New function.
23829         (idlwave-statement-match): Fixed problem with assignment regexp.
23830         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
23831         (idlwave-surround): New argument LENGTH to support padding of
23832         operators longer than 1 char.
23834         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
23835         idlwave-shell-expression-overlay.  Implemented printing of
23836         expressions on higher levels of the calling stack.
23837         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
23838         (idlwave-retrieve-expression-from-level): New function.
23839         (idlwave-shell-last-calling-stack): Variable removed.
23840         (idlwave-shell-reset): Argument action reversed (`visible' to
23841         `hidden').  Also remove stop-line overlay.
23842         (idlwave-shell-calling-stack-routine): New variable.
23843         (idlwave-shell-parse-stack-and-display): Messages now display
23844         negative level numbers.
23845         (idlwave-shell-mode): Set `modeline-format'.
23846         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
23847         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
23848         (idlwave-shell-print-expression-function): New option.
23850         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
23851         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
23852         `tool-bar' instead of `toolbar'.
23854 2000-02-02  Dave Love  <fx@gnu.org>
23856         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
23857         emacs-lisp-mode-hook.  Don't check for defalias being defined.
23859         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
23860         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
23861         Use the new builtins directly.
23863         * whitespace.el (whitespace): Add :version to defgroup.
23865         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
23866         Doc fix.
23868         * thingatpt.el (sexp-at-point, symbol-at-point)
23869         (number-at-point, list-at-point): Add autoload cookie.
23871         * recentf.el (recentf): Add :version to defgroup.
23873         * quickurl.el (quickurl): Add :version to defgroup.
23875         * elide-head.el (elide-head): Use point-marker more.
23877         * bs.el (bs): Add :version to defgroup.
23879         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
23881         * progmodes/delphi.el (delphi): Add :version to defgroup.
23883 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
23885         * ange-ftp.el (ange-ftp-write-region): Handle case that
23886         succeeding process operation sets a different coding system.
23888         * calculator.el: New file.
23890 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
23892         * frame.el (frames-on-display-list, framep-on-display): New functions.
23893         (display-mouse-p, display-popup-menus-p, display-graphic-p)
23894         (display-selections-p, display-screens, display-pixel-width)
23895         (display-pixel-height, display-mm-width, display-mm-height)
23896         (display-backing-store, display-save-under, display-planes)
23897         (display-color-cells, display-visual-class): New functions.
23899         * term/tty-colors.el (tty-color-gray-shades): New function.
23901         * faces.el (display-color-p): Use framep-on-display.
23902         (display-grayscale-p): New function.
23904 2000-01-31  Dave Love  <fx@gnu.org>
23906         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
23907         (create-fontset-from-x-resource): Don't concat integers.
23909 2000-01-31  Inge Frick  <inge@nada.kth.se>
23911         * view.el: Some changes in documentation.  Removed some trailing
23912         whitespace. Changed some parameter names to agree with documentation.
23913         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
23914         window is not deleted.  Modifies change 1998-04-26.
23916 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
23918         * windmove.el: New file.
23920         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
23921         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
23922         progmodes/ebnf-yac.el: Update copyright and license info.
23924         * jit-lock.el (jit-lock-function): Widen before calculating
23925         end position.
23926         (jit-lock-stealth-chunk-start): Rewritten.
23928         * info.el (Info-title-face-alist): Removed.
23929         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
23930         (Info-fontify-node): Use these faces.
23932 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
23934         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
23935         (cl-macro-list1): Recognize `&allow-other-keys' instead of
23936         `&allow-other-keywords'.
23938         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
23939         the list of directories scanned heuristically.
23941         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
23943 2000-01-30  Jason Rumney  <jasonr@gnu.org>
23945         * w32-fns.el: Define w32-tty-standard-colors.
23947         * startup.el (command-line): Use w32-tty-standard-colors when in
23948         w32 console mode.
23950 2000-01-30  Dave Love  <fx@gnu.org>
23952         * jka-compr.el (jka-compr-load): Fix up load-history.
23954         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
23956         * emacs-lisp/cl-macs.el: Revert previous change.
23958 2000-01-29  Dave Love  <fx@gnu.org>
23960         * facemenu.el: Purecopy various strings.
23962         * timezone.el (timezone-fix-time): Window against 69 for two-digit
23963         years.  Deal with three-digit years.
23965         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
23966         Use defconst, purecopy.
23967         (help-back-label): Purecopy it.
23969 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
23971         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
23972         variable. If non-nil, order the buffer list according to the
23973         currently selected frame.
23974         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
23975         non-nil, pass the selected frame to function buffer-list.
23977 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23979         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
23981 2000-01-28  Dave Love  <fx@gnu.org>
23983         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
23985         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
23986         Don't use lisp-indent-hook property.
23987         (cl-abs): Remove.
23989         * subr.el: Move out indent and edebug specs for when and unless.
23991         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
23992         when, unless.
23994         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
23995         unless, when.
23997 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
23999         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
24000         `collecting' as synonym for `collect'.
24002         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
24003         for the case it contains spaces.
24005         * simple.el (what-cursor-position): Change formatting of messages.
24007         * frame.el (delete-other-frames): New function.
24008         (toplevel): Bind it to C-x 5 1.
24010         * sort.el (sort-numeric-base): New option.
24011         (sort-numeric-fields): If number starts with `0' or `0[xX[',
24012         interpret it as octal or hexadecimal.  Use sort-numeric-base
24013         as default base.
24015         * progmodes/glasses.el: New file.
24017 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
24019         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
24020         userids differently.
24022         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
24023         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
24024         progmodes/ebnf-yac.el: New files.
24026 2000-01-26  Dave Love  <fx@gnu.org>
24028         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
24029         on a function with an empty body.  [From Eric Ludlam.]
24031 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
24033         * vc.el (vc-version-diff): Make sure file name is expanded.
24035 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
24037         * scroll-bar.el (scroll-bar-timer): Variable removed.
24038         (scroll-bar-toolkit-scroll): Don't use a timer.
24040 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
24042         * language/thai-util.el (thai-composition-function):
24043         Delete superfluous `a'.
24045 2000-01-24  Dave Love  <fx@gnu.org>
24047         * fortran.el (fortran-mode): Use beginning-of-defun-function,
24048         end-of-defun-function.
24050         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
24052 2000-01-22  Jason Rumney  <jasonr@gnu.org>
24054         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
24055         conflicts with new face support.
24057 2000-01-22  Richard M. Stallman  <rms@gnu.org>
24059         * replace.el (query-replace): Rename last arg to DELIMITED.
24060         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
24061         (query-replace-regexp): Likewise.
24063 2000-01-20  Richard M. Stallman  <rms@gnu.org>
24065         * subr.el (with-syntax-table): Use make-symbol, not gensym.
24067         * emacs-lisp/lisp.el (beginning-of-defun-function):
24068         Variable renamed from beginning-of-defun.
24069         Do not call make-variable-buffer-local.
24070         (beginning-of-defun-raw): Use new variable name; doc fix.
24071         (beginning-of-defun): Doc fix.
24072         (end-of-defun-function): Variable renamed from end-of-defun.
24073         Do not call make-variable-buffer-local.
24074         (end-of-defun): Use new variable name; doc fix.
24076         * subr.el (dolist, dotimes): Copied from cl-macs.el
24077         and made to work.
24079         * mail/undigest.el (rmail-digest-end-regexps):
24080         Variable replaces rmail-digest-end-regexp.
24081         Allows multiple regexps for detecting the end line.
24082         (undigestify-rmail-message): Corresponding changes.
24084 2000-01-19  Dave Love  <fx@gnu.org>
24086         * files.el (user-init-file): Don't declare here -- is primitive.
24088         * startup.el (command-line): Check for compiled user-init-file and
24089         set to uncompiled version if necessary.
24091 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
24093         * mail/undigest.el (rmail-digest-end-regexp): New user option.
24094         (undigestify-rmail-message): Use it.
24096         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
24098 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
24100         * tmm.el (tmm-goto-completions): Adapt to prompt being part
24101         of mini-buffer.
24103 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
24105         * emacs-lisp/copyright.el (copyright-update): Removed the
24106         requirement for a trailing space from `copyright-regexp', to
24107         support copyrights with owner specified on a separate line..
24109         * align.el: New file.
24111         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
24113         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
24115 2000-01-13  Dave Love  <fx@gnu.org>
24117         * ph.el: Removed.  (Obsoleted by EUDC.)
24119 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
24121         * net/eudc.el (toplevel): Remove autoloaded code installing
24122         menu with easymenu, because that causes build problems.
24124         * frame.el (frame-notice-user-settings): New variable.
24125         (frame-notice-user-settings): Don't modify frame parameters
24126         if called a second time.
24128 2000-01-13  Richard M. Stallman  <rms@gnu.org>
24130         * frame.el (frame-notice-user-settings):
24131         Notice default-frame-parameters even for non-window frames.
24133 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
24135         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
24136         for Emacs.
24137         (eudc-bob-can-display-inline-images): Extend for Emacs.
24138         (eudc-bob-toggle-inline-display): Ditto.
24139         (eudc-bob-display-jpeg): Ditto.
24141 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
24143         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
24144         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
24145         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
24147         * add-log.el (add-change-log-entry): Fix error trying an
24148         `(insert nil)'.
24150         * subdirs.el: Add `net' directory.
24152         * net: New directory.
24154         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
24155         eval-last-sexp.  Don't bind debug-on-error here.
24156         (eval-last-sexp): New function.  Bind debug-on-error if
24157         eval-expression-debug-on-error is non-nil.
24158         (eval-defun-2, eval-defun): Likewise.
24160         * simple.el (eval-expression): Don't bind debug-on-error if
24161         eval-expression-debug-on-error is nil.  Detect changed
24162         debug-on-error, and propagate new value to global binding, if
24163         eval-expression-debug-on-error is non-nil,
24164         (eval-expression-debug-on-error): Change doc string.
24166 2000-01-11  Richard M. Stallman  <rms@gnu.org>
24168         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
24170         * emacs-lisp/lisp-mode.el (with-syntax-table):
24171         Set up lisp-indent-function property.
24173         * subr.el (with-syntax-table): Moved from simple.el.
24175         * simple.el (with-syntax-table): Moved to subr.el.
24177 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
24179         * tmm.el (tmm-shortcut): Delete region after prompt instead
24180         of erasing buffer.
24182         * textmodes/fill.el (fill-common-string-prefix): New function.
24183         (fill-context-prefix): Use the longest common prefix of first
24184         and second line fill prefix, if there is one.
24186 2000-01-11  Richard M. Stallman  <rms@gnu.org>
24188         * array.el (array-mode): Don't use make-variable-buffer-local.
24189         Use make-local-variable for `truncate-lines'.
24191 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
24193         * add-log.el (add-log-current-defun): Handle user-defined
24194         add-log-current-function returning nil,
24196         * add-log.el (add-change-log-entry): Insert version number
24197         if having found a current function
24199         * add-log.el (add-log-current-defun):
24200         Call `add-log-current-defun-function'.  Try matches at level 0 and
24201         level 1.  Strip whitespace from defun found.
24203 2000-01-10  John Wiegley  <johnw@gnu.org>
24205         * allout.el (isearch-done/outline-provisions): Added `edit'
24206         argument to correspond with the current definition of `isearch-done'.
24208 2000-01-10  Dave Love  <fx@gnu.org>
24210         * elide-head.el (elide-head): Use point-marker, not point.
24212 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
24214         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
24215         before and after the year 2000.
24217         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
24218         Add ispell- prefix.
24220 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
24222         * ispell.el:  Only define dictionaries in menus when they exist.
24223         (version18p): New variable.
24224         (version20p): New variable.
24225         (xemacsp): New variable.
24226         (ispell-choices-win-default-height): Fix for XEmacs visibility.
24227         (ispell-dictionary-alist1): Added Brasileiro dictionary.
24228         (ispell-dictionary-alist6): Russian command lines no longer accept
24229         run-together words.
24230         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
24231         (ispell-dictionary-alist): Add koi8-r to customize definition.
24232         (check-ispell-version): Added documentation string.  Return library
24233         path when called non-interactively.
24234         (ispell-menu-map-needed): Uses new variables.
24235         (ispell-library-path): New variable.
24236         (ispell-decode-string): XEmacs fix for bogus variable bindings.
24237         (ispell-word): Improved documentation string.  Test for valid
24238         character mappings.  Correctly check typed in word changes that can
24239         result in single words split into multiple words.
24240         Return replacement word.
24241         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
24242         replace in recursive query replace mode.  Help message for
24243         recursive edit mode.
24244         (ispell-show-choices): Protect against bad framepop bindings.
24245         (ispell-help): Fix to work with XEmacs.
24246         (ispell-highlight-spelling-error): Use new variables.
24247         (ispell-overlay-window): Fix to work with XEmacs.
24248         (ispell-parse-output): Passed and returns location information
24249         tracking spelling corrections.  Doesn't recheck same word on
24250         current line.
24251         (ispell-init-process): Protect against bogus XEmacs variable binding.
24252         Fix call to single argument in sleep-for.  Use new variables.
24253         (ispell-region): Passed and returns location information tracking
24254         spelling corrections.  Doesn't check same word on current line.
24255         Improved documentation string.  Doesn't resend a line already
24256         checked to the ispell process - fixes bug in LaTeX parsing.
24257         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
24258         (ispell-skip-region): No longer skips <TT> in SGML.
24259         (ispell-process-line): Tracks location information with spelling
24260         corrections.  Added documentation string.  Accounts for words
24261         already accepted on this line.  Don't allow query-replace on line
24262         starting with math characters.  Doesn't resend a line already sent
24263         to ispell process.  Fixes alignment error bug.
24265 2000-01-10  Richard M. Stallman  <rms@gnu.org>
24267         * dired-x.el (dired-guess-shell-alist-default):
24268         Suggest xloadimage, which is free, not xv, which isn't.
24270         * ange-ftp.el (ange-ftp-file-name-nondirectory):
24271         Don't ever include the host name or user name in the value.
24273 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
24275         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
24276         of a real newline.
24278 2000-01-09  Stephen Eglen  <stephen@gnu.org>
24280         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
24281         for .png files.
24283 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
24285         * cus-edit.el (custom-hook-convert-widget): Fix comment.
24287 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
24289         * progmodes/cperl-mode.el: Replace ^F with ^L.
24291         * sendmail.el (toplevel): Provide `sendmail' when compiling before
24292         `require'ing rmail and mailalias to prevent infinite recursion.
24294 2000-01-08  Dave Love  <fx@gnu.org>
24296         * emacs-lisp/backquote.el: Remove inappropriate customization
24297         (allowing custom.el to use backquote).
24299 2000-01-07  Dave Love  <fx@gnu.org>
24301         * add-log.el (add-log-debugging): Deleted.
24302         (add-change-log-entry): Treat a backup FILE-NAME as its parent
24303         file.  Remove debugging code.
24304         (change-log-get-method-definition, change-log-name): Add doc.
24305         (change-log-sortable-date-at): New function.
24306         (change-log-merge): New command.
24308         * time.el (display-time-string-forms): Make the Mail string active.
24309         (display-time-update): Provide help-echo for load average.
24311         * bindings.el (make-mode-line-mouse2-map): New function.
24312         (mode-line-modified): Use it and simplify.
24313         (mode-line-mule-info): Provide help-echo info.
24314         (minor-mode-alist): Activate the strings.
24315         (make-mode-line-mouse-sensitive): Simplify for
24316         mode-line-buffer-identification.
24318 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
24320         * play/pong.el: New file.
24322 2000-01-06  Dave Love  <fx@gnu.org>
24324         * array.el: Assorted cleanups for compiler warnings, doc strings,
24325         `array-' prefix for symbols.
24327 2000-01-05  Dave Love  <fx@gnu.org>
24329         * textmodes/outline.el (outline-mode-menu-bar-map):
24330         Add outline-headers-as-kill.
24331         (outline-mode): Define imenu-generic-expression.
24332         (outline-headers-as-kill): New command.
24334         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
24335         from paragraph-start.
24336         (paragraph-indent-minor-mode): New command.
24338         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
24339         M-C-e, M-C-h, C-j, C-xnd, TAB.
24340         (fortran-mode): Set beginning-of-defun, end-of-defun.
24341         (fortran-column-ruler): Simplify.
24342         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
24343         (fortran-with-subprogram-narrowing): Likewise.
24344         (fortran-indent-subprogram): Call mark-defun.
24345         (fortran-check-for-matching-do): Change narrowing.
24347         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
24348         (cl-lucid-hash-tag): Delete.
24349         (cl-hash-table-p): Correct test for native table.
24350         (cl-hash-table-count): Use hash-table-count.
24352         * browse-url.el (browse-url): Fix case of
24353         browse-url-browser-function being an alist.
24355 2000-01-05  Carsten Dominik  <cd@gnu.org>
24357         * textmodes/reftex-vars.el (reftex-parse-file-extension)
24358         (reftex-index-phrase-file-extension): New options.
24360         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
24361         Use new option `reftex-index-phrase-file-extension'.
24363         * textmodes/reftex.el (reftex-access-parse-file): Use new option
24364         `reftex-parse-file-extension'.
24366 2000-01-05  Dave Love  <fx@gnu.org>
24368         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
24369         (beginning-of-defun-raw): Use it.
24370         (end-of-defun): New variable.
24371         (end-of-defun): Use it.
24372         (check-parens): New command.
24374 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
24376         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
24377         (hs-show-block): Don't use `mapcar' when not accumulating.
24379         Fix buglet in local variables initialization.
24381 2000-01-05  Andreas Schwab  <schwab@suse.de>
24383         * hscroll.el (hscroll): Doc fix.
24385 2000-01-05  Carsten Dominik  <cd@gnu.org>
24387         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
24388         Require idlw-toolbar.
24390         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
24391         file idlw-rinfo.el.
24392         (idlwave-customize): Load must read file idlw-shell.el.
24393         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
24395 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
24397         * progmodes/idlw-shell.el: Also provide idlwave-shell
24398         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
24399         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
24401         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
24402         both reftex-dcr and reftex-vcr.
24404         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
24406 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
24408         * ps-print.el: PostScript code now is in separate files, doc fix.
24409         (ps-print-version): New version number (5.0.3).
24410         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
24411         local.
24412         (ps-spool-config): Initialization fix.
24413         (ps-print-prologue-1, ps-print-prologue-2)
24414         (ps-print-duplex-feature): PostScript code moved to separated file.
24415         (ps-background-image): Little code reformating.
24416         (ps-begin-file, ps-begin-job): Fix code.
24417         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
24418         (ps-prologue-file): New fun.
24420 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
24422         * ps-vars.el: Eliminated.
24424         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
24425         `;;;###autoload'.
24427         * ps-print.el: ps-vars eliminated, doc fix.
24428         (ps-print-version): New version number (5.0.2).
24429         (ps-spool-config): Initialization fix.
24430         (ps-print-customize): New fun.
24432 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
24434         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
24436 2000-01-04  Dave Love  <fx@gnu.org>
24438         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
24439         menu items.
24441 2000-01-03  Dave Love  <fx@gnu.org>
24443         * elide-head.el (elide-head) [defgroup]: Add :version.
24445         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
24446         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
24447         Use `cl-hash-table-p', not `hash-table-p'.
24448         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
24450 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
24452         * faces.el (face-read-integer, read-face-attribute)
24453         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
24455 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
24457         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
24458         at comment end, and re-insert them after filling.
24460 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
24462         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
24463         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
24464         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
24466 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
24468         * term/x-win.el (xw-defined-colors): Call color-supported-p,
24469         the new name of face-color-supported-p.
24471         * term/w32-win.el (xw-defined-colors): Likewise.
24473 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
24475         * simple.el (completion-setup-function): Count completion-size
24476         from minibuffer-prompt-end, not from point-min.
24478 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
24480         * faces.el (read-face-attribute, defined-colors, color-defined-p):
24481         Pass the frame to tty-color-* functions.
24482         (display-color-p, frame-set-background-mode): Pass the frame to
24483         tty-display-color-p.
24485         * term/tty-colors.el (tty-defined-color-alist): Renamed from
24486         tty-color-alist.
24487         (tty-color-alist, tty-modify-color-alist): New functions.
24488         (tty-color-define,  tty-color-clear, tty-color-approximate)
24489         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
24490         optional parameter FRAME.
24492 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
24494         * image.el (create-image, defimage): Don't assume image data is
24495         a string.
24497         * image.el (defimage): Handle specifications containing :data
24498         instead of :file.
24499         (image-type-from-data): New function.
24500         (image-type-from-file-header): Use it.
24501         (create-image): Add parameter DATA-P.
24503 See ChangeLog.8 for earlier changes.
24505 ;; Local Variables:
24506 ;; coding: iso-2022-7bit
24507 ;; End:
24509     Copyright (C) 2000, 2001 Free Software Foundation, Inc.
24510   Copying and distribution of this file, with or without modification,
24511   are permitted provided the copyright notice and this notice are preserved.