(MISC): Augment.
[emacs.git] / lisp / ChangeLog
blob3365220cf6860b006648d3772955a06ff42e49c5
1 2001-06-06  Dave Love  <fx@gnu.org>
3         * international/mule-cmds.el (describe-input-method): Set up
4         xrefs.
5         (locale-language-names): Remove pattern for utf.
6         (locale-preferred-coding-systems): Add pattern for utf.
8         * international/mule-conf.el (file-coding-system-alist): Add
9         pattern for utf-8.
11         * international/mule.el (make-char): Doc fix.
12         (make-coding-system): Give coding-system a function definition for
13         autoload purposes.
15 2001-06-05  Dave Love  <fx@gnu.org>
17         * language/cyrillic.el (cyrillic-koi8-r-decode-table)
18         (cyrillic-alternativnyj-decode-table): Fill it out with Unicode.
19         (ccl-encode-koi8): Generalize for use by unification code.
20         (cyrillic-koi8): Doc fix.
21         (cp878, cp866): New coding system alias.
22         (cyrillic-koi8-u-decode-table): New variable.
23         (koi8-u, font-ccl-encoder-alist, ccl-encode-koi8-u-font): New ccl
24         program.
25         (koi8-u"): New coding system.
26         ("Cyrillic-KOI8-U"): New language environment.
27         (cyrillic-alternativnyj): Define mime-charset.
29         * international/utf-8.el: Add coding tag.
30         (ccl-encode-mule-utf-8): Translate using
31         ucs-mule-8859-to-mule-unicode.
32         (ucs-mule-8859-to-mule-unicode): New translation table.
33         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
34         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New
35         function.
36         (utf-8-subst-table): New variable.
37         (mule-utf-8): Modify coding system definition to use post-read and
38         pre-write functions.
40         * international/mule-diag.el (list-charset-chars): Set
41         indent-tabs-mode to nil
42         (describe-character-set): Capitalize output.
43         (describe-char-after): Maybe character's Unicode.
44         (list-input-methods): Put xrefs in the output.
45         (dump-charsets, dump-codings): Deleted.
47         * international/ucs-tables.el: Modify the set of tables
48         constructed.  Make encoding translation tables to unify 8859.
49         (ucs-ucs-to-mule-8859-table, ucs-preferred-8859-set)
50         (ucs-latin-1-unification-table):  Deleted.
51         (ucs-mule-8859-to-mule-unicode, ucs-mule-8859-to-mule-unicode):
52         Commented out.
53         (ucs-8859-1-encode-table, ucs-8859-2-encode-table)
54         (ucs-8859-3-encode-table, ucs-8859-4-encode-table)
55         (ucs-8859-5-encode-table, ucs-8859-7-encode-table)
56         (ucs-8859-8-encode-table, ucs-8859-9-encode-table)
57         (ucs-8859-14-encode-table, ucs-8859-15-encode-table): New
58         variable.
59         (ucs-unify-8859): New function.
60         (ucs-translate-region): Deleted.
61         (ucs-insert): New command.
63         * international/latin1-disp.el (latin1-display-reset):
64         Special-case arabic.
65         (latin1-char-displayable-p): Doc fix.
67         * international/codepages.el, international/utf-8-subst.el: New
68         file.
70 2001-03-01  Dave Love  <fx@gnu.org>
72         * cus-edit.el (customize-face): Default to face at point.
73         (hook): Use functionp, not fboundp.
74         (custom-hook-convert-widget): Allow symbols as well as (defined)
75         functions.
77 2001-02-28  Dave Love  <fx@gnu.org>
79         * international/utf-8.el (ucs-tables): Don't require when
80         compiling.
81         (ucs-mule-8859-to-mule-unicode): Add dummy definition.
83 2001-02-20  Dave Love  <fx@gnu.org>
85         * international/utf-8.el: Add i18n to keywords.
86         (ccl-decode-mule-utf-8, ccl-encode-mule-utf-8, mule-utf-8): Doc
87         fix.
88         (internal-require-ucs-tables): Fix args, return value.
90 2001-02-14  Dave Love  <fx@gnu.org>
92         * info-look.el: Add automake bits to makefile-mode spec.
94         * server.el (server-process-filter): Run pre-command-hook,
95         post-command-hook.
97         * international/utf-8.el (mule-utf-8): Fix backquoting.
99 2001-02-12  Dave Love  <fx@gnu.org>
101         * international/utf-8.el (ucs-tables): Require when compiling.
102         (ccl-encode-mule-utf-8): Translate using
103         ucs-mule-8859-to-mule-unicode.  Adjust safe-charsets.  Add
104         pre-write-conversion kluge.
106         * international/latin1-disp.el (ucs-tables): Require.
107         (latin1-display-sets, latin1-display-setup): Add arabic.
108         (latin1-display) <variable>: Use function latin1-display.
109         (latin1-display) <function>: Add mule-unicode stuff.
110         (latin1-display-check-font): Don't lose if `info' is nil.
112 2001-02-10  Dave Love  <fx@gnu.org>
114         * cus-edit.el (customize-face): Default to face of text at point.
115         (hook): Use functionp, not fboundp.
116         (custom-hook-convert-widget): Allow symbols (functions not
117         necessarily defined).
119 2001-02-05  Dave Love  <fx@gnu.org>
121         * loadup.el: Revert last two changes -- bootstrapping works with
122         regenerated loaddefs.
124 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
126         * isearch.el (isearch-forward): Doc fix.
128         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
129         of font-lock-defaults to backward-paragraph.
131 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
133         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
134         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
136 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
138         * ebnf2ps.el: Eliminate time-stamp functions.
139         (ebnf-version): New version (3.5).
140         (ebnf-eps-finish-and-write): Replace time-stamp functions by
141         format-time-string.
143 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
145         * simple.el (next-line): Goto end-of-line before inserting a newline.
147 2001-02-05  Miles Bader  <miles@gnu.org>
149         * image-file.el (insert-image-file): When visiting an image, also
150         set `truncate-lines' to t so that any fringe arrow looks correct.
152 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
154         * isearch.el (isearch-forward): Add description about input method
155         in the docsting.
157 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
159         * skeleton.el (skeleton-internal-1): Always push the mark for @.
161 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
163         * info.el (info-initialize): If installation-directory is nil, for
164         DOS/Windows systems try looking in a sibling of
165         invocation-directory.
167 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
169         * wid-edit.el (widget-button-click): Fix last change.
171         * frame.el (frame-notice-user-settings): When resizing the initial
172         frame because the tool bar is off, also change the frame's top
173         position if a negative top position was specified.
175 2001-02-02  Miles Bader  <miles@gnu.org>
177         * image-file.el (insert-image-file): When visiting an image,
178         suppress the cursor in the image buffer.
180 2001-02-01  Dave Love  <fx@gnu.org>
182         * progmodes/f90.el (f90-mode): Remove startup message.
184         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
185         
186 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
188         * startup.el (command-line): Fix code determining whether or not
189         to use delete-key-deletes-forward-mode.
191 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
193         * vc.el (vc-diff-switches): New user option.
194         (vc-version-diff): Use it.
195         (vc-diff-switches-list): New macro.
197         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
198         customization options.
199         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
201         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
203 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
205         * msb.el (toplevel): Quote hook symbols.
207 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
209         * international/mule.el (make-coding-system): Add description
210         about recognized properties in the docstring.
212         * international/mule-conf.el: Remove unused charsets
213         mac-roman-lower and mac-roman-upper.
215 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
217         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
218         is in front of the left-margin, if any.
220         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
221         like `delete'.
223         * bindings.el: Define `kp-delete' like `delete' in
224         function-key-map.
226         * term/w32-win.el (mouse-set-font): Doc fix.
228 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
229         
230         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
231         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
232         on already.
234 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
236         * files.el (save-buffer): Don't give message if (buffer-file-name)
237         returns nil.
238         
239 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
241         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
243         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
244         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
246         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
247         display problems.
249 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
251         * international/mule.el (charset-info): Fix docstring.
253         * international/mule-diag.el (describe-character-set): Check final
254         char valid before printing it.
256 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
258         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
260         * frame.el (frame-notice-user-settings): Do the tool-bar
261         stuff only for graphical displays.  Fix a braino.
262         
263         * frame.el (frame-initialize): Create initial frame visible.
264         (frame-notice-user-settings): When tool-bar has been switched off,
265         correct the frame size and sync too-bar-mode.
267         * startup.el (command-line): Remove manipulation of frame
268         height for tool bars.
270 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
272         * lpr.el: Compatibility with XEmacs and doc fixes.
273         (lpr-windows-system, lpr-lp-system): New vars.
274         (lpr-printer-switch): New defcustom.
275         (printer-name, lpr-command): Customization fix.
276         (print-region-1): Code fix.
277         (print-region-new-buffer, printify-region): Indentation fix.
278         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
279         functions.
281 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
283         * msb.el (toplevel): Fix the eval-after-load.
285 2001-01-29  Dave Love  <fx@gnu.org>
287         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
289         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
291         * progmodes/tcl.el (outline, dabbrev, add-log): Require when
292         compiling.
293         (tcl-using-emacs-19-23): Consider Emacs 21+.
294         (tcl-help-directory-list, tcl-command-switches): Fix :type.
295         (tcl-add-emacs-menu): Supply menu name.
296         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
298 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
300         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
302 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
304         * pcvs.el (cvs-mark-fis-dead): New function.
305         (cvs-mode-add): Use it.
306         (cvs-mode-add-change-log-entry-other-window):
307         Rebind change-log-default-name to itself rather than to nil.
309 2001-01-29  Sam Steingold  <sds@gnu.org>
311         * vc-cvs.el: Replaced (require 'vc) with a bunch of
312         `autoload' statements.
314 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
316         * files.el (confirm-kill-emacs): Doc fix.
318         * frame.el (frame-initialize): Doc fix.
320         * time-stamp.el (time-stamp-string): Doc fix.
322         * woman.el (WoMan-log-1): Make the log buffer writable.  From
323         Markus Rost <rost@math.ohio-state.edu>.
325 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
327         * imenu.el (imenu-syntax-alist): Add autoload cookie for
328         the `make-variable-buffer-local'.
330 2001-01-29  Dave Love  <fx@gnu.org>
332         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
333         (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
334         autoload cookie.
335         (ansi-color-apply-sequence): Fix typo.
337 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
339         * menu-bar.el (menu-bar-files-menu): Add menu items for
340         Postscript printing in black and white.
342         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
343         X-Mailman-Version, Precedence, List-Help, List-Post,
344         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
345         Content-Type, Content-Length.
347 2001-01-29  Dave Love  <fx@gnu.org>
349         * elide-head.el (elide-head): Make overlay evaporate.
351         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
352         fix.
354 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
356         * isearch.el (isearch-highlight): Don't punt if the display
357         doesn't support colors, since isearch faces are defined for
358         monochrome displays as well.
360 2001-01-27  Sam Steingold  <sds@gnu.org>
362         * shell.el (shell-write-history-on-exit): Make sure that we are in
363         the shell buffer (M-x tex-file RET inserted the error message into
364         the TeX buffer).
366 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
368         * simple.el (transient-mark-mode): Doc fix.
370 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
372         * progmodes/etags.el (find-tag-noselect): Don't bind
373         tags-file-name.
375 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
377         * shell.el (shell-unquote-argument): If the shell is one of the
378         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
379         quote character.
380         (shell-dumb-shell-regexp): Document that the shells which match
381         this regexp are supposed to not treat a backslash as a quote
382         character.
384         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
385         from 2001-01-12.  It is not needed, since backspace is mapped into
386         DEL.
388 2001-01-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
390         * dabbrev.el (dabbrev--substitute-expansion):
391         Treat a one-capital-letter abbrev as "not all upper case",
392         so as to force preservation of the expansion's pattern
393         if the expansion starts with a capital letter.
395 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
397         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
398         Doc fix.
400         * simple.el (transient-mark-mode): Document the fact that many
401         commands act on the region when mark is active.
403 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
405         * international/quail.el (quail-setup-completion-buf): Make the
406         multibyteness of current buffer inherited to Quail completion
407         buffer.
408         (quail-show-guidance-buf): Make the multibyteness of current
409         buffer inherited to Quail guidance buffer.
410         (quail-help): Make the multibyteness of current buffer inherited
411         to Quail help buffer.
413 2001-01-26  Dave Love  <fx@gnu.org>
415         * time-stamp.el: Doc fixes.
417         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
418         (delphi-keyword-face, delphi-other-face): Fix :type.
420         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
422         * mail/feedmail.el (feedmail): Add :link.
423         (feedmail-send-it): Doc fix.
425         * mail/sendmail.el: Doc fixes.
426         (sendmail-send-it): Fix the non-ASCII regexp and use
427         rfc2047-encode-string.
429         * dired.el, dired-aux.el: Revert last change.
431 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
433         * makefile.w32-in (DONTCOMPILE): Add various term files.
435 2001-01-26  Dave Love  <fx@gnu.org>
437         * Makefile.in (DONTCOMPILE): Add various term files.
439 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
441         * man.el (Man-default-man-entry, Man-mode): Doc fix.
443         * startup.el (display-startup-echo-area-message): Make sure
444         the echo area is resized to fit the size of the startup
445         message.
447         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
448         part of which is a constant.
450 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
452         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
453         twice.
455 2001-01-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
457         * simple.el (next-line): Don't let `newline' expand abbrevs.
458         Simplify slightly.
459         (open-line): Don't let `newline' expand abbrevs.
461 2001-01-25  John Wiegley  <johnw@gnu.org>
463         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
464         to `repeat' in the :type field.
466         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
467         allow a choice of regexp or nil.
468         (pcomplete-dir-ignore): Same.
470         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
471         a command) to always fail.
473 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
475         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
476         discard the result.
477         (iswitchb-to-end): Likewise.
479 2001-01-25  Sam Steingold  <sds@gnu.org>
481         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
482         Require vc.
484 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
486         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
488         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
490 2001-01-25  Dave Love  <fx@gnu.org>
492         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
493         (describe-coding-system): Tweak the English text.
495         * loadup.el: Preload international/ccl for utf-8.
497 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
499         * mail/rmail.el (rmail-redecode-body): Doc fix.
501 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
503         * international/mule-cmds.el (reset-language-environment): Reset
504         coding-category-utf-8 to mule-utf-8.
506         * international/mule-conf.el (coding-category-utf-8): Initialize
507         to mule-utf-8.
509         * loadup.el: Preload international/utf-8.
511         * international/utf-8.el: New file.
513 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
515         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
517 2001-01-24  Sam Steingold  <sds@gnu.org>
519         * dired.el (dired-replace-in-string): Removed.
520         (dired-sort-toggle): Use `replace-regexps-in-string'
521         instead of `dired-replace-in-string'.
523         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
524         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
526         * gs.el (gs-replace-in-string): Removed.
527         (gs-options): Use `replace-regexps-in-string'
528         instead of `gs-replace-in-string'.
530 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
532         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
533         bug report is mailed to an email list and posted to a news group.
535 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
537         * comint.el (comint-replace-by-expanded-history-before-point): Fix
538         change of 2000-08-03 to move point to the start of the line again.
540         * startup.el (tool-bar-images-pixel-height): New variable.
541         (command-line): After loading the user's init file, when
542         tool-bar-mode is on, increase the frame's size by some lines for
543         the tool-bar.
545         * frame.el (frame-initialize): Create the initial frame invisible.
547 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
549         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
550         (chinese-big5): MIME:Big5.
552 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
554         * international/mule-cmds.el (universal-coding-system-argument):
555         Handle commands with prefix args.
557 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
559         * calendar/diary-lib.el (diary-float): Fix case of MONTH
560         being a list of numbers.
561         (diary-mail-entries): Rewritten.
563 2001-01-23  Dave Love  <fx@gnu.org>
565         * international/mule.el (make-coding-system): Fix typo.
567         * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
568         backward-paragraph as font-lock-beginning-of-syntax-function.
570 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
572         * font-lock.el (font-lock-mode): Doc fix.
574 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
576         * international/mule.el (make-translation-table): Fix docstring.
578 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
580         * mail/rmail.el (rmail-redecode-body): New function.
582         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
584 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
586         * isearch.el (isearch-lazy-highlight-case-fold-search)
587         (isearch-lazy-highlight-regexp): New variables.
588         (isearch-lazy-highlight-cleanup): Update lazy highlight if
589         case-fold search or regexp search has been toggled.
591         * wid-edit.el (widget-button-click): Avoid a save-excursion
592         around running a global binding.
594         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
595         to 0.25.
597 2001-01-20  Miles Bader  <miles@gnu.org>
599         * cus-edit.el (custom-face-save): Do post-processing on the face's
600         new value like `custom-face-set' does.
602 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
604         * mail/emacsbug.el (report-emacs-bug): Report the value of
605         LC_CTYPE, not LC_TYPE.
607         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
608         isearch-toggle-regexp and isearch-edit-string to doc string.
610 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
612         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
613         as font-lock-beginning-of-syntax-function in font-lock-defaults.
615         * jit-lock.el (jit-lock-fontify-now): Don't bind
616         font-lock-beginning-of-syntax-function to nil.
618 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
620         * mail/emacsbug.el (report-emacs-bug): Report values of
621         locale-coding-system, default-enable-multibyte-characters, and the
622         environment variables LC_ALL, LC_TYPE, and LANG.
624 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
626         * font-lock.el (font-lock-default-fontify-region): Fix last
627         change.
629         * font-lock.el (font-lock-multiline): Default to nil.
630         (font-lock-default-fontify-region): If font-lock-multiline is
631         nil, don't check the property `font-lock-multiline'.
633         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
634         is nil, don't check the `font-lock-multiline' text property.
636 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
638         * viper.el: Call initial-major-mode on startup.
640         * ediff.el (ediff-patch-file): Use better defaults.
642         * ediff-vers.el: Fix for 8+3 DOS file systems.
644 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
646         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
647         diff mode, if available.
649 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
651         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
653         * ediff-init.el (subst-char-in-string): Define and use it, unless
654         it's already defined.
656 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
658         * tooltip.el (tooltip-hide-delay): New user-option.
659         (tooltip-show): Use tooltip-hide-delay instead of the default.
661 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
663         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
664         kill-local-variable doesn't work for enable-multibyte-characters.
666 2001-01-17  Dave Love  <fx@gnu.org>
668         * ediff-init.el (ediff-before-setup-hook)
669         (ediff-merge-filename-prefix): Add :version.
671         * international/latin1-disp.el: Require disp-table.
672         (latin1-display): Fix :set.
674         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
676 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
678         * isearch.el (isearch-lazy-highlight-initial-delay)
679         (isearch-lazy-highlight-interval): Default to 0.
681 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
683         * isearch.el (isearch-highlight): Set isearch-overlay priority to
684         1 here rather than each time through
685         isearch-lazy-highlight-new-loop.
686         (isearch-lazy-highlight-max): Variable deleted.
687         (isearch-lazy-highlight-max-at-a-time): New user variable, like
688         isearch-lazy-highlight-max but controls a single invocation of
689         isearch-lazy-highlight-update.
690         (isearch-lazy-highlight-wrapped): Variable recreated.
691         (isearch-lazy-highlight-window-start): New variable.
692         (isearch-lazy-highlight-cleanup): Restored to behavior of
693         before 2-Jan.
694         (isearch-lazy-highlight-remove-overlays): Function deleted;
695         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
696         behavior removed.
697         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
698         isearch-lazy-highlight-update in a loop rather than just once.
699         Test isearch-invalid-regexp here and decide not to start a new
700         loop, rather than testing it each time through
701         isearch-lazy-highlight-update.
702         (isearch-lazy-highlight-search): Function restored.
703         (isearch-lazy-highlight-update): Get called in a timer loop again,
704         but this time highlight more than one match each time through.
705         Only highlight matches in the visible part of the window.  Start
706         at point, move in the direction of the search, and wrap around at
707         the edge of the window.  Use sit-for to force redisplay and ensure
708         window-start is credible.  "Face suppressing" behavior removed;
709         overlay priorities should make it unnecessary, right?
710         (isearch-highlight): Face suppressing behavior removed.
711         (isearch-dehighlight): Face suppressing behavior removed.
712         (isearch-set-lazy-highlight-faces-at): Removed.
714 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
716         * language/european.el ("Latin-1"): Make the format of description
717         about additional language environments same as that of Latin-2.
719 2001-01-16  Dave Love  <fx@gnu.org>
721         * isearch.el (isearch-lazy-highlight): Add :version.
723         * simple.el (backward-delete-char-untabify-method)
724         (next-line-add-newlines): Add :version.
726 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
728         * bindings.el: Bind <backspace> and <delete> via function-key-map.
729         Don't bind <delete> otherwise.
731         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
732         and <delete> via function-key-map.
734         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
735         Subject line only if point is after the `Subject:'.
737 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
739         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
740         japanese-jisx0213-2 in `charset' property of this lang. env.
742         * language/european.el ("Latin-1"): Add description for Dutch and
743         Spanish lang. env.
745         * international/mule.el (decode-char): Fix conditions.
746         (encode-char): Handle eight-bit-control too.
747         (transform-make-coding-system-args): New function.
748         (make-coding-system): Accept XEmacs style arguments for CCL base
749         coding system.
751 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
753         * progmodes/etags.el (find-tag-noselect): Save the value of
754         tags-file-name before switching buffers, for the case it has a
755         buffer-local value.
757 2001-01-15  Alex Schroeder  <alex@gnu.org>
759         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
760         From Dave Love <fx@gnu.org>.
761         (ansi-color-for-comint-mode): Fix :version.
763 2001-01-15  Alex Schroeder  <alex@gnu.org>
765         * ansi-color.el (ansi-color-unfontify-region): Doc change.
767 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
769         * dired.el (dired-insert-directory): If file-system-info fails,
770         remove the " free " part, but don't signal an error.
772 2001-01-12  Sam Steingold  <sds@gnu.org>
774         * bookmark.el (bookmark-maybe-historicize-string):
775         Use new backquote syntax.
777 2001-01-12  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
779         * subr.el (last): Handle a list that doesn't end in nil.
781 2001-01-12  Sam Steingold  <sds@gnu.org>
783         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
784         to `backward-delete-char-untabify'.
786 2001-01-12  Dave Love  <fx@gnu.org>
788         * cus-edit.el (customize-menu-create): Fix the :filter following
789         easymenu change.
791         * wid-edit.el (function): Add :match-alternatives.
792         (widget-color-action): Doc fix.
794 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
796         * calendar/calendar.el (calendar-basic-setup): Doc fix.
798 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
800         * international/mule-cmds.el (prefer-coding-system): Fix
801         docstring.
803         * international/ccl.el (define-ccl-program): Fix docstring.
805 2001-01-11  Dave Love  <fx@gnu.org>
807         * international/mule-cmds.el (standard-display-european-internal):
808         Set display table for 2208 as for 160.
810         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
812         * progmodes/fortran.el (fortran-mode-map): Modify Customization
813         entry for custom-menu-create change.
814         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
815         don't cons it in the search loop.
817         * imenu.el (imenu--truncate-items): Revert last change.
819 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
821         * info.el (Info-setup-header-line): If the node header includes
822         either Next: or Prev: links, don't show the File: and Node: parts
823         in the header line.
825 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
827         * comint.el (comint-goto-process-mark): Don't print a message
828         when running in batch mode.
830         * isearch.el (isearch-search): In the condition-case handler for
831         `error', set isearch-invalid-regexp to the whole error message.
833         * subr.el (eval-after-load): Call load-symbol-file-load-history to
834         ensure that eval-after-load works for files dumped with Emacs.
836         * help.el (load-symbol-file-load-history): New function extracted
837         from function symbol-file.
838         (symbol-file): Use it.
840         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
841         exit.xpm.
843 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
845         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
846         behave as if there were no prefix argument.
847         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
848         argument were nil.
850 2001-01-11  Richard M. Stallman  <rms@gnu.org>
852         * isearch.el (isearch-lazy-highlight-update):
853         Don't look for more potential matches once maximum is exceeded.
854         Use overlays-in to check correctly for overlap with current match.
855         Ignore empty matches.
857 2001-01-11  Miles Bader  <miles@gnu.org>
859         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
860         (ispell-overlay-window, ispell-help, ispell-show-choices)
861         (ispell-command-loop): Use it instead of `window-height'.
863 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
865         * files.el (confirm-kill-emacs): New user-option.
866         (save-buffers-kill-emacs): Ask for final confirmation before
867         killing Emacs.
869         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
870         to nil.
872 2001-01-10  Dave Love  <fx@gnu.org>
874         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
876         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
877         :type.
879         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
881         * calculator.el (calculator-number-digits): Fix :type.
883         * vc-cvs.el (vc-cvs-header): Fix :type.
884         * vc-rcs.el (vc-rcs-header): Fix :type.
885         * vc-sccs.el (vc-sccs-header): Fix :type.
887         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
889         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
891         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
893 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
895         * simple.el (set-variable): Force a thorough redisplay for the
896         case that the variable has an effect on the display, like
897         `tab-width' has.
899 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
901         * vc.el: Add documentation for backend interface.
903 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
905         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
907         * international/mule-conf.el (latin-extra-code-table): Set to t
908         for \223 and \224.
910 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
912         * international/mule-cmds.el (locale-language-names): Map "es" to
913         "Spanish" and "nl" to "Dutch".
915 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
917         * bindings.el (global-map): Bind <home> to beginning-of-line,
918         <end> to end-of-line, C-<home> to beginning-of-buffer, and
919         C-<end> to end-of-buffer.
921         * language/european.el: Add Dutch and Spanish language info
922         to be able to use the appropriate tutorials.
924 2001-01-09  Alex Schroeder  <alex@gnu.org>
926         * ansi-color.el (ansi-color-process-output): Use markers instead
927         of positions for start and end of region.
928         (ansi-color-apply-on-region): Rewrote code to make it more robust.
929         Previously, occasional mistakes happend when fontifying many
930         chunks of output (eg. ls --color=yes /dev).  This happened
931         whenever an overlay was created up to the end of the region, which
932         coincided with the process-mark.  New text would then be added
933         within that overlay instead of after it.
934         (ansi-color-make-extent): Overlays are created with the property
935         `modification-hooks' set to '(ansi-color-freeze-overlay).
936         (ansi-color-freeze-overlay): New function.  When inserting text at
937         the end of the overlay, the overlay will resize.
939 2000-01-09  Alex Schroeder  <alex@gnu.org>
941         * ansi-color.el (ansi-color-process-output): Doc change.
942         (ansi-color-unfontify-region): Doc change.  No longer installed
943         automatically in font-lock-unfontify-region-function.
944         (ansi-color-apply): Doc change.
945         (ansi-color-apply-on-region): Use extents or overlays instead of
946         text-properties.
947         (ansi-color-make-extent): New function.
948         (ansi-color-set-extent-face): New function.
950 2000-01-09  Alex Schroeder  <alex@gnu.org>
952         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
953         both use ansi-color-process-output, now.
954         (ansi-color-process-output): Doesn't return string anymore.  It is
955         installed in comint-output-filter-functions for both Emacs and
956         XEmacs, now.
957         (ansi-color-unfontify-region): Simplified code removing variables
958         pos and start-ansi.
959         (ansi-color-apply): Put text-property ansi-color before putting
960         text-property face because ansi-color-unfontify-region is called
961         immediately after the call to put-text-property.
962         (ansi-color-context-region): Doc change.
963         (ansi-color-filter-region): Simplified code.
964         (ansi-color-apply-on-region): Changed start to start-marker, using
965         a marker explicitly.  Put text-property ansi-color before putting
966         text-property face because ansi-color-unfontify-region is called
967         immediately after the call to put-text-property.
969 2000-01-09  Alex Schroeder  <alex@gnu.org>
971         * ansi-color.el (ansi-color-faces-vector): Doc change.
972         (ansi-color-for-comint-mode): Changed :type property to choice.
973         (ansi-color-last-context): Removed.
974         (ansi-color-process-output): Don't use ansi-color-last-context, as
975         the main functions will store their context now.
976         (ansi-color-context): Doc change.
977         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
978         Uses ansi-color-context such that repeated calls will strip
979         partial escape sequences, too.
980         (ansi-color-apply): Simplified code.  Colorize end of string if
981         face is not null.  Store context in new (FACE STRING) format, such
982         that repeated calls will strip partial escape sequences, too.
983         Append faces to face property using ansi-color-apply-sequence such
984         that cumulative mode actually works.
985         (ansi-color-context-region): New variable.
986         (ansi-color-filter-region): Rewrote it based on
987         ansi-color-apply-on-region.  Uses ansi-color-context-region such
988         that repeated calls will strip partial escape sequences, too.
989         (ansi-color-apply-on-region): Simplified code.  Colorize end of
990         region if face is not null.  Store context in new (FACE POS)
991         format, such that repeated calls will strip partial escape
992         sequences, too.  Append faces to face property using
993         ansi-color-apply-sequence such that cumulative mode actually
994         works.
995         (ansi-color-apply-sequence): New function.
996         (ansi-color-get-face): When the default face is added to the list
997         of faces, all previous settings are discarded and the list of
998         faces is set to '(default).
1000 2000-01-09  Alex Schroeder  <alex@gnu.org>
1002         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1003         face, such that ansi-color-apply and ansi-color-apply-on-region
1004         will do the right thing.
1005         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1006         returns nil, set the list of faces back to nil instead of
1007         appending the result of ansi-color-get-face to the front of the
1008         list.
1010 2000-01-09  Alex Schroeder  <alex@gnu.org>
1012         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1013         (ansi-color-process): Doc change.
1014         (ansi-color-last-context): New buffer-local variable.
1015         (ansi-color-process-output): New function.  It is automatically
1016         added to comint-output-filter-functions if this is XEmacs.
1017         (ansi-color-unfontify-region): New optional parameter for XEmacs
1018         compatibility.  Check wether font-lock-syntactic-keywords is
1019         boundp before removing the syntax table text property, as XEmacs
1020         doesn't have it.
1021         (ansi-color-filter-region): Doc change.
1022         (ansi-color-apply-on-region): Doc change.
1023         (ansi-color-make-face): New function.  Compatibility layer for
1024         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
1025         (ansi-color-make-color-map): Use ansi-color-make-face.
1026         (ansi-color-get-face): Avoid face text property '(nil) as results
1027         in an errow for XEmacs.
1029 2000-01-09  Alex Schroeder  <alex@gnu.org>
1031         * ansi-color.el (ansi-color-unfontify-region): New function.  Uses
1032         text-property ansi-color in order to preserve fontification by
1033         ansi-color.  When the package is loaded, a lambda expression is
1034         put onto font-lock-mode-hook.  This lambda expression will check
1035         font-lock-unfontify-region-function and replace
1036         font-lock-default-unfontify-region with
1037         ansi-color-unfontify-region.
1038         (ansi-color-apply): Add text-property ansi-color in addition to
1039         text-property face.
1040         (ansi-color-apply-on-region): Add text-property ansi-color in
1041         addition to text-property face.
1042         (save-buffer-state): Copy of the macro that is also used by
1043         lazy-lock and font-lock.
1045         (ansi-color-for-comint-mode): New option.
1046         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1047         (ansi-color-for-comint-mode-off): Ditto.
1048         (ansi-color-for-comint-mode-filter): Ditto.
1049         (ansi-color-process): New function.  Uses
1050         ansi-color-for-comint-mode to decide what to do.  This function is
1051         added to comint-preoutput-filter-functions when the package is
1052         loaded.
1054         (ansi-color-for-shell-mode-set): Removed.
1055         (ansi-color-for-shell-mode): Removed.
1057 2000-01-09  Alex Schroeder  <alex@gnu.org>
1059         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1060         the lambda expression from the ansi-color-for-shell-mode :set
1061         property.  Additionally, modify shell-mode-hook to enable or
1062         disable font-lock-mode for future shell buffers.
1063         (ansi-color-for-shell-mode): The :set property calls
1064         ansi-color-for-shell-mode-set instead of a lambda expression.
1066 2000-01-09  Alex Schroeder  <alex@gnu.org>
1068         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1069         (ansi-color-context): New variable.
1070         (ansi-color-apply): Save context between calls.
1072 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
1074         * isearch.el (isearch, isearch-lazy-highlight-face): New
1075         definitions for face colors and attributes.
1077         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1078         of display-mouse-p.
1080 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
1082         * international/mule.el (make-coding-system): If the coding system
1083         accepts extra latin codes, register such codes as safe for the
1084         coding system.
1086 2001-01-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1088         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1089         don't mention the file name or the date here, because they are
1090         logged at the start of the file.
1092 2001-01-08  Richard M. Stallman  <rms@gnu.org>
1094         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1095         Change screen-width to frame-width.
1097 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
1099         * info.el (Info-search): Print the default as part of the prompt.
1101 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
1103         * vc.el (vc-default-latest-on-branch-p): New function, replaces
1104         constant implementations in backends.
1106         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1107         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1109         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1110         WRITABLE to EDITABLE.
1112         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1113         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1114         to EDITABLE.
1116 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
1118         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1119         (copyright, copyright-update): Compute the current year at run
1120         time.
1122 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
1124         * isearch.el (isearch-old-signal-hook): Removed.
1125         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1126         instead of setting signal-hook-function.
1127         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1129 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
1131         * emulation/edt.el: Update to version 4.0.  Provide support for
1132         EDT scroll margins at top and bottom of the window.  Provide an
1133         emulation of the EDT SUBS command (bound to GOLD-Enter, by
1134         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
1135         user when file-related buffer modifications exist.  Provide
1136         support for running EDT Emulation in XEmacs.  Provide customize
1137         access to some user updatable variables.  Add Commentary section
1138         to file header.  Fixed a few minor bugs and cleaned up some code.
1140         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
1141         for detecting a keypress that generates an ASCII key sequence.
1142         (Previously, only a keypress that generates a vector was
1143         recognized.)  Embed Window Manager name into name of the generated
1144         EDT Emulation initialization file since the initialization file is
1145         Window Manager specific.  Add Commentary section to file header.
1147 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
1149         * mail/sendmail.el (mail-mode): Doc fix.
1151         * info.el (Info-goto-emacs-command-node): Doc fix.
1152         (Info-goto-emacs-key-command-node): Doc fix.
1154 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
1156         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
1157         systems without long file-name support.
1159 2001-01-06  Andrew Innes  <andrewi@gnu.org>
1161         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1163 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
1165         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1166         (isearch-lazy-highlight-update): Doc fix.
1168         * ffap.el (ffap-bindings): Doc fix.
1170         * dired-x.el (dired-virtual-guess-dir): Doc fix.
1172 2001-01-05  Dave Love  <fx@gnu.org>
1174         * emacs-lisp/cl-seq.el (remove, remq): Remove.
1176 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
1178         * mouse-drag.el (mouse-drag-safe-scroll): Bind
1179         scroll-preserve-screen-position to nil.
1181         * isearch.el (isearch-old-signal-hook): New variable.
1182         (isearch-mode): Set signal-hook-function to isearch-done.
1183         (isearch-done): Restore old signal-hook-function.
1185         * info.el (Info-fontify-node): Mark one more char as intangible.
1187 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
1189         * composite.el (compose-last-chars): New argument COMPONENTS.  If
1190         it is non-nil, compose preceding characters by compose-region with
1191         COMPONENTS.
1193         * international/quail.el (quail-input-string-to-events): New function.
1194         (quail-input-method): Convert input string to events here.
1195         (quail-start-translation): Return input string, not event list.
1196         (quail-start-conversion): Likewise.
1198 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
1200         * tooltip.el (tooltip-cancel-delayed-tip)
1201         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1202         and tooltip-add-timeout.
1203         (tooltip-show): Set border color from faces's foreground.
1204         (tooltip-show-help-function): If called with the same help string
1205         as last time, do nothing.
1206         (tooltip-help-tips): Don't set tooltip-help-message to nil.
1208         * startup.el (fancy-splash-screens): Don't bind show-help-function
1209         to nil.
1211         * tooltip.el (tooltip-frame-parameters): Remove colors.
1212         (tooltip): New face
1213         (tooltip-set-param): New function.
1214         (tooltip-show): Set up color frame parameters from face `tooltip'.
1215         Display the tooltip text in face `tooltip'.
1217 2001-01-04  Dave Love  <fx@gnu.org>
1219         * whitespace.el (whitespace-global-mode): Fix typo.
1221         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1223 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
1225         * help.el (help-for-help): Fix a typo in a doc string.  From
1226         kwzh@gnu.org (Karl Heuer).
1228 2001-01-03  Dave Love  <fx@gnu.org>
1230         * dired-x.el: Doc fixes.  Maintainer change.
1231         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1232         :type.
1233         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1234         (dired-guess-shell-alist-user): Customize.
1235         (dired-x-help-address): Set to bug-gnu-emacs.
1236         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1237         (dired-default-directory): Renamed from default-directory.
1239         * hl-line.el (hl-line): Doc fix.
1241 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
1243         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
1245 2001-01-02  Richard M. Stallman  <rms@gnu.org>
1247         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1248         to remove all the current alternative-match highlighting.
1249         If nil, remove only what's outside the current window.
1250         (isearch-lazy-highlight-remove-overlays): Take optional
1251         region within which NOT to remove them.
1252         (isearch-lazy-highlight-new-loop): Greatly simplified.
1253         (isearch-lazy-highlight-update): Find all the other occurrences
1254         visible in the window, in just one call.
1255         (isearch-lazy-highlight-start): Now holds start of region to scan.
1256         (isearch-lazy-highlight-end): Now holds end of region to scan.
1257         (isearch-lazy-highlight-wrapped): Variable deleted.
1258         (isearch-lazy-highlight-search): Function deleted.
1260 2000-01-02  Andrew Innes  <andrewi@gnu.org>
1262         * w32-fns.el (convert-standard-filename): Do length check on name
1263         before aref.
1265 2001-01-02  Dave Love  <fx@gnu.org>
1267         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1268         value.
1269         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1271         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1273         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1274         read syntax.
1276         * calendar/todo-mode.el (todo): Add :link, :version.
1277         (todo-save-top-priorities): Remove autoload cookie.
1278         (todo-add-category, todo-add-item-non-interactively)
1279         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1280         cookie.
1282 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
1284         * comint.el (comint-input-history-ignore): New variable.
1285         (comint-read-input-ring): Ignore entries matching
1286         comint-input-history-ignore.
1288 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
1290         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1291         (lm-copyright-mark): New function.
1292         (lm-crack-copyright): New function.
1293         (lm-verify): Check that the file has a copyright.
1294         Check that the file is copyright Free Software Foundation.
1296 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
1298         * international/mule-diag.el (print-fontset): Indent font name by
1299         24 columns, not 25.
1301 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
1303         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1304         in Subject line.
1306         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1307         Use mail-mode-hook instead of mail-setup-hook.  Otherwise
1308         continuing an interrupted message with C-u C-x m for instence,
1309         winds up in Mail mode without abbrevs.
1311 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1313         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1314         non-nil.  Adding almost all customization variables on ps-setup.  Doc
1315         fix.
1316         (ps-print-version): New version number (6.3.3).
1317         (ps-end-with-control-d): Initialization fix.
1318         (ps-lines-printed): New var.
1319         (ps-skip-newline): New fun.
1320         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1321         (ps-next-line, ps-continue-line, ps-plot-region)
1322         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
1324 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
1326         * international/fontset.el (x-complement-fontset-spec): Resolve
1327         ASCII font name so that the same family name is used for fonts
1328         registered in x-font-name-charset-alist.
1329         (create-fontset-from-fontset-spec): Adjusted for the above change.
1330         The name of fontset alias should be a unresolved ASCII font name.
1332 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
1334         * simple.el (delete-key-deletes-forward-mode): Bind backspace
1335         and delete in isearch-mode-map.
1337 2000-12-28  Richard M. Stallman  <rms@gnu.org>
1339         * dired-x.el (dired-guess-shell-alist-default):
1340         Use xpdf instead of acroread.
1342 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
1344         * textmodes/artist.el (artist-butlast): Deleted.
1345         (artist-ellipse-mirror-quadrant): Use butlast instead of
1346         artist-butlast.
1348         * subr.el (butlast, nbutlast): Moved from cl.el to here.
1350         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1352 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
1354         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1356         * ls-lisp.el: Better support for the Mac and MS-Windows.
1357         (ls-lisp): New defgroup.
1358         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
1359         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
1360         (ls-lisp-support-shell-wildcards): New defcustoms.
1361         (ls-lisp-parse-symlink): New function.
1362         (insert-directory): Code to convert switches to a list and set up
1363         the wildcard argument copied from ls-lisp-insert-directory.
1364         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
1365         for -C and -R switches.
1366         (ls-lisp-column-format): New function.
1367         (ls-lisp-delete-matching, ls-lisp-handle-switches)
1368         (ls-lisp-format-time): Add doc strings.
1369         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1370         Support ls-lisp-dirs-first.
1371         (ls-lisp-classify, ls-lisp-extension): New functions.
1372         (ls-lisp-format): Optionally support emulation of symlinks.
1373         Support -i, -s, and -G switches.
1375 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
1377         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1379         * version.el (emacs-version): Print X scroll bar information.
1381         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1382         instead of x-toolkit-scroll-bars-p.
1384         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1385         of x-toolkit-scroll-bars-p.
1387 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
1389         * ffap.el (ffap-bindings): Make interactive and add an autoload
1390         cookie.
1391         (ffap-bindings): Doc fix, to reflect the above change.
1393 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
1395         * term.el (term-char-mode): Define all non-ascii self-inserting
1396         characters to 'term-send-raw in term-raw-map.
1398 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
1400         * viper-init (viper-restore-cursor-type): Added condition-case
1401         guard.
1403         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
1404         initialization; use add-hook.
1405         (ediff-file-remote-p): Use file-local-copy.
1407         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
1409         * ediff.el (ediff-patch-buffer): Bug fix.
1410         (ediff-revision): Allow selection of the file at the prompt.
1412 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
1414         * subr.el (combine-run-hooks): Remove.
1416         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1417         and remove the rogue second spec.
1419 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
1421         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1423 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
1425         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1426         Use minibuffer menu prompt for the `=' prefix.
1427         (smerge-command-prefix): Change default to C-^.
1428         (smerge-mode): Don't assume font-lock doesn't move point.
1430         * skeleton.el (skeleton-internal-1): Make sure the first line of
1431         the region is also re-indented.
1432         (skeleton-end-newline): New var.
1433         (skeleton-end-hook): Use it.
1435 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
1437         * comint.el (comint-password-prompt-regexp): Support CVS.
1439 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
1441         * simple.el (delete-key-deletes-forward-mode): Simplify.  Also
1442         backspace key combinations, depending on
1443         delete-key-deletes-forward.
1445         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1447         * simple.el (delete-key-deletes-forward): Doc fix.
1449 2000-08-22  Emmanuel Briot  <briot@gnat.com>
1451         * xml.el (top level comment): Updated to reflect the fact that
1452         white spaces are relevant in the XML file.
1453         (xml-parse-file): Do not kill an existing Emacs buffer if the file
1454         to parse was already edited. This allows for on-the-fly analysis
1455         of XML files.
1456         (xml-parse-tag): Check that the casing is the same in the start
1457         tag and end tag, since XML is case-sensitive.  Allows for spaces
1458         in the end tag, after the name of the tag.
1459         (xml-parse-attlist): Allow for the character '-' in the name of
1460         attributes, as in the standard http-equiv attribute Do not save
1461         the properties in the XML tree, since they are not relevant.
1463 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
1465         * generic.el (generic-read-type): Undo last change, inline into
1466         `generic-mode' and then remove.
1467         (generic-mode): Inline generic-read-type.
1468         (define-generic-mode): Push the symbol name rather than the symbol
1469         onto generic-mode-list.
1471 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
1473         * generic.el (generic-read-type): Build an alist for
1474         completing-read as in 20.7.
1476         * play/landmark.el (lm): Use interactive spec `P'.
1477         (toplevel): Don't set debug-on-error.
1479         * server.el (server-switch-buffer): Choose a window on a visible
1480         frame.
1482 2000-12-21  Dave Pearson  <davep@davep.org>
1484         * quickurl.el: Commentry change, I've moved my web site.
1486 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1488         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1489         ranges like \177-\237, but accepts the character sequence from \177 to
1490         \237.  Doc fix.
1491         (ebnf-version): New version (3.4).
1492         (ebnf-setup): Code fix.
1493         (ebnf-range-regexp): New fun.
1494         (ebnf-8-bit-chars): Const fix.
1496         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1497         entry.  Doc fix.
1498         (ebnf-bnf-lex): Code fix.
1499         (ebnf-bnf-comment-chars): Const fix.
1501         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1502         entry.  Doc fix.
1503         (ebnf-iso-comment-chars): Const fix.
1505         * ebnf-otz.el: Doc fix.
1507         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1508         entry.  Doc fix.
1509         (ebnf-yac-skip-code): Code fix.
1510         (ebnf-yac-comment-chars): Const fix.
1512 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
1514         * files.el (insert-directory-safely): New function.
1515         (recover-file): Use it instead of insert-directory.  From Markus
1516         Rost <markus.rost@mathematik.uni-regensburg.de>
1518 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
1520         * international/mule-cmds.el (select-safe-coding-system): Check
1521         coding-category-list more rigidly.  Improve help message.
1523         * dired.el (dired-move-to-filename-regexp): Fix previous change.
1525 2000-12-21  Miles Bader  <miles@gnu.org>
1527         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1528         prefix.
1530 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
1532         * international/mule-diag.el (describe-char-after): Make *Help*
1533         buffer inherit multibyteness of the current buffer.
1535         * international/mule.el (make-char): Docstring adjusted for the
1536         change of make-char-internal.
1538 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
1540         * international/iso-cvt.el: Docstrings fix.
1542 2000-12-20  Dave Love  <fx@gnu.org>
1544         * subr.el (eval-after-load): Doc fix.
1546 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
1548         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1549         for numbers.
1551 2000-12-20  Miles Bader  <miles@gnu.org>
1553         * international/quail.el (quail-help): Resize the help window
1554         again after it has all its contents.  Remove unneeded progn.
1556 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
1558         * pcmpl-linux.el: Fix copy/paste error.
1560 2000-12-19  Andrew Innes  <andrewi@gnu.org>
1562         * simple.el (delete-key-deletes-forward-mode): Fix typo in
1563         docstring.
1565 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1567         * progmodes/idlw-rinfo.el: Fixed copyright notice.
1569         * progmodes/idlw-toolbar.el: Fixed copyright notice.
1571         * progmodes/idlw-shell.el: Fixed copyright notice.
1573         * progmodes/idlwave.el: Fixed copyright notice.
1575         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1576         TAB as key separators.
1578 2000-12-19  Alex Schroeder  <alex@gnu.org>
1580         * sql.el (sql-sybase-options): New option.
1581         (sql-sybase): Use it.  Add sql-database to the list of parameters
1582         provided for login.  The options -w 2048 -n are not used any more.
1583         (sql-postgres-options): Changed default from "--pset" to "-P".
1584         (sql-mysql-options): Doc change.
1585         (sql-stop): Doc change.
1587 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
1589         * international/quail.el (quail-input-method): Always hide
1590         the guidance buffer on exiting.
1592 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1594         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1595         isn't fboundp.
1597         * server.el (server-buffer-done): Bury the buffer before
1598         killing it.
1600         * faces.el (face-spec-set): Interpret a nil in specs for
1601         foreground and background colors as `unspecified', for
1602         compatibility with 20.x.
1604 2000-12-18  Dave Love  <fx@gnu.org>
1606         * simple.el (mail-user-agent): Doc fix.
1607         (input-mode-8-bit): Removed.
1609         * international/mule.el (set-keyboard-coding-system): Doc fix.
1610         (keyboard-coding-system): New option.
1612         * mail/sendmail.el (send-mail-function): Customize.
1614 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
1616         * international/codepage.el (cp866-decode-table): New table.
1618 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1620         * version.el (emacs-version): Remove `%a' from the time format
1621         because the weekday doesn't fit well into each locale.
1623 2000-12-18  Miles Bader  <miles@gnu.org>
1625         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1627         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
1628         Check that emacs-major-version is `=' to 20, not `>='.
1629         (artist-replace-chars): Use `make-string' instead of a loop.
1631 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
1633         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1634         (cvs-execute-single-file): Don't change directory.
1635         Patch from Per Cederqvist.
1637 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
1639         * textmodes/ispell.el (check-ispell-version): If
1640         `ispell-program-name' is "aspell", pass it the -v switch instead
1641         of -vv.
1643 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
1645         * international/mule-diag.el (mule-diag): Insert information about
1646         configure options, multibyte awareness, language env.
1648         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1649         regexp to search for candidates.
1651 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
1653         * info.el (Info-forward-node): If the node has an
1654         Info-header-line, widen the buffer before searching for "next:"
1655         and "up:" pointers, and set the search limit to stay in the
1656         current node.
1658 2000-12-16  Miles Bader  <miles@gnu.org>
1660         * simple.el (delete-trailing-whitespace): Remove extraneous let.
1662 2000-12-15  Miles Bader  <miles@gnu.org>
1664         * comint.el (comint-send-string, comint-send-region): Also accept
1665         a buffer, buffer-name, or nil for PROCESS, for compatibility with
1666         process-send-string/region.
1668 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
1670         * isearch.el (isearch-lazy-highlight-max): New user-option.
1671         (isearch-lazy-highlight-update): Don't highlight more than
1672         isearch-lazy-highlight-max matches.
1674         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1676 2000-12-15  Richard M. Stallman  <rms@gnu.org>
1678         * sort.el (sort-columns): Fix error message.
1680         * dabbrev.el (dabbrev--last-case-pattern): Value is now
1681         `upcase' or `downcase' or nil.
1682         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1683         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1684         (dabbrev--substitute-expansion): New arg record-case-pattern.
1685         If it is non-nil, set dabbrev--last-case-pattern.
1686         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1688         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1690 2000-12-15  Miles Bader  <miles@gnu.org>
1692         * paths.el (Info-default-directory-list): Don't delete
1693         configure-info-directory from the list of standard info
1694         directories when appending it to the end -- their order is
1695         important.
1697         * faces.el (read-face-attribute): If there's no entry for the
1698         user's input in VALID, just use it as-is (this will often result
1699         in an error, but it may be OK for e.g. colors using hexadecimal
1700         notation, and at least will yield a better error message).
1702         * window.el (mode-line-window-height-fudge): Function removed.
1703         (height-affecting-face-attributes, mode-line-window-height-fudge):
1704         Variables removed.
1705         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1706         window is really the right size.  Use vertical-motion
1707         rather than forward-line.
1708         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1709         (ispell-command-loop, ispell-show-choices): Use the variable
1710         ispell-choices-win-default-height, rather than the function.
1711         (ispell-choices-win-default-height): Function removed.
1712         (ispell-mode-line-window-height-fudge): Function removed.
1714 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
1716         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1718 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
1720         * paths.el (Info-default-directory-list): If
1721         configure-info-directory is not one of the standard directories,
1722         put it first in the list; otherwise put it last.  Doc string
1723         changed accordingly.
1725         * info.el (Info-directory-list): Change doc string to reflect the
1726         change in Info-default-directory-list.
1728         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1729         windows-nt as windowed environments, even under -nw.
1731         * startup.el (command-line): Don't call x-backspace-delete-keys-p
1732         if not fboundp.  Switch delete-forward mode for the <delete> key
1733         on all PC platforms, even under -nw.
1735         * term/internal.el ([M-delete]): Remap to M-d.
1737 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
1739         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1741 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
1743         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1745 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
1747         * startup.el (command-line): Call delete-key-deletes-forward-mode,
1748         if appropriate.
1750         * simple.el (delete-key-deletes-forward): New user-option.
1751         (delete-key-deletes-forward-mode): New function.
1753         * bindings.el: Bind `delete' to backward-delete-char.
1755         * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1756         if symbol is bound before getting its value.
1758         * tooltip.el (tooltip-show): If an error is signaled in
1759         x-show-tip, display that error, and display the help in the
1760         echo area.
1762 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
1764         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1765         "... entries" messages for every 10000 entries, not 10.
1767 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
1769         * bookmark.el: Provide a generic exit hook, as suggested by
1770         Ovidiu Predescu <ovidiu@cup.hp.com>:
1771         (bookmark-exit-hook): New var.
1772         (bookmark-exit-hook-internal): New func, replaces
1773         old raw lambda form in `kill-emacs-hook', and runs new
1774         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
1775         as logically that feature must have been provided if this function
1776         is running.
1777         Removed ;;;###autoload before the `add-hook' call.
1779 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
1781         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1782         (easy-menu-current-active-maps): New function.
1783         (easy-menu-get-map): Use it.
1784         Make a proper menu entry when creating a new keymap.
1786 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
1788         * international/characters.el: Fix cases and syntaxes for
1789         mule-unicode-0100-24ff.
1791         * dired.el (dired-move-to-filename-regexp): Fixed for the case
1792         that a Japanese character is not appended after day and year.
1794         * info.el (Info-suffix-list): Change format for a command that
1795         requires arguments.
1796         (info-insert-file-contents): Adjusted for the above change.
1798 2000-12-12  Andreas Schwab  <schwab@suse.de>
1800         * tar-mode.el (tar-extract): Base the name of the subfile buffer
1801         on the name of the tar buffer.  Verify that the existing buffer is
1802         visiting the same subfile.
1804 2000-12-12  Dave Love  <fx@gnu.org>
1806         * subdirs.el: Add obsolete.
1808 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
1810         * mail/rmailsum.el (rmail-summary-expunge)
1811         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1812         instead of rmail-confirm-expunge.
1814         * replace.el (perform-replace): Don't use an empty match adjacent
1815         to a non-empty match when computing the next match before the
1816         replacement is performed.
1818 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
1820         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1821         definition (patch by Stefan Monnier).
1822         (glasses-mode): Use jit-lock instead of `after-change-functions'
1823         (patch by Stefan Monnier).
1825 2000-12-12  Miles Bader  <miles@gnu.org>
1827         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1828         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1830 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
1832         * term/mac-win.el: Remove load for ls-lisp.
1834         * loadup.el: Load ls-lisp for system-type `macos'.
1836 2000-12-12  Miles Bader  <miles@gnu.org>
1838         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1839         Respect field end too.
1840         (just-one-space): Respect fields as `delete-horizontal-space'.
1841         (newline-and-indent, reindent-then-newline-and-indent): Use
1842         `delete-horizontal-space'.
1844 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
1846         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1847         (so as to obey the field property in the minibuffer).
1849         * obsolete/c-mode.el: Moved from lisp/progmodes.
1850         * obsolete/auto-show.el: Moved from lisp.
1851         * obsolete/ooutline.el: Moved from lisp/textmodes.
1853 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1855         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
1856         changes to list them here.
1858         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.  Too
1859         many changes to list them here.
1861         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.  Too
1862         many changes to list them here.
1864         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1866 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
1868         * simple.el (kill-new): Don't try to setcar kill-ring if it is
1869         nil.
1871         * cus-edit.el (custom-save-variables, custom-save-faces):
1872         Comment fix.
1874         * hscroll.el: Moved to `obsolete' subdir.
1876 2000-12-11  Miles Bader  <miles@gnu.org>
1878         * window.el (window-text-height): Function removed (now in C).
1880 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
1882         * log-edit.el (log-edit-parent-buffer): New var.
1883         (log-edit): Set it.  Add BUFFER argument.
1884         (log-edit-done): Use char-before.
1885         Don't bother checking validity of vc-comment-ring.
1886         Only bury the buffer if log-edit popped it up.
1888         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1889         (cvs-mode-diff-help): Remove.
1890         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
1891         (cvs-mode-marked): Set up the default for CMD manually.
1893         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1894         Remove binding for ? now made unnecessary.
1896 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1898         * textmodes/reftex.el (reftex-scanning-info-available-p): New
1899         function
1900         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1902         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1903         when master file is not open.
1905 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
1907         * progmodes/ada-stmt.el: Update `maintainer'.
1909 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
1911         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1912         choices to match documentation string.
1914 2000-12-09  Miles Bader  <miles@gnu.org>
1916         * minibuf-eldef.el: New file.
1918         * window.el (fit-window-to-buffer): Don't pass last argument to
1919         pos-visible-in-window-p, now that its meaning is inverted.
1921 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
1923         * image.el (create-image): Doc fix; spotted by Per Cederqvist
1924         <ceder@lysator.liu.se>.
1926 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
1928         * autoinsert.el (auto-insert-alist): Add missing final \n.
1930         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
1931         (cvs-menu-map): Remove.
1932         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1933         (cvs-mode-quit): Turn it back into a plain function.
1935         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
1936         (texinfo-filter): Remove (move to texinfo.el).
1938         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1939         file where it's more visible.
1940         (texinfo-filter, texinfo-chapter-level-regexp): New variables
1941         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1942         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1943         (texinfo-inside-macro-p): Only catch `scan-error's.
1944         (texinfo-inside-env-p): Make better use of the match info.
1945         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1946         (texinfo-insert-@end): Slight re-organization.
1947         Also remove useless `looking-at' call.
1949 2000-12-08  Andrew Innes  <andrewi@gnu.org>
1951         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1952         accessible in -nw mode.
1954         * term/w32-win.el: Remove stuff about selection timeout, which is
1955         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
1956         it is accessible in -nw mode.
1958 2000-12-08  Dave Love  <fx@gnu.org>
1960         * emacs-lisp/lisp-mode.el (lisp-mode): Set
1961         font-lock-keywords-case-fold-search.
1963 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
1965         * textmodes/ispell.el (ispell): Doc fix.
1967 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
1969         * international/quail.el (quail-insert-decode-map): Check the
1970         frame width of a window displaying the current buffer, not that of
1971         the selected frame.
1972         (quail-help): Make sure that the help buffer has window before
1973         inserting text in it.
1975 2000-12-07  Sam Steingold  <sds@gnu.org>
1977         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1978         Backquote is used in isearch.el, so autoloading saves nothing.
1980 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
1982         * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1983         the CVS and RCS subdirectories case-insensitively.
1985         * dired.el (dired-insert-directory): If file-system-info is
1986         fboundp, call it instead of invoking dired-free-space-program.
1988 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
1990         * server.el (server-visit-files): Push files on file-name-history.
1992         * progmodes/cc-langs.el: Update copyright.
1994         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1996         * bindings.el (mode-line-mode-menu): Add glasses-mode.
1998         * bindings.el (mode-line-mode-menu): Reverse the order
1999         of define-keys so that the menu appears in alphabetical order.
2001 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
2003         * progmodes/glasses.el (glasses-mode): Update mode line at the end
2004         of the function.
2006 2000-12-07  Dave Love  <fx@gnu.org>
2008         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2010         * facemenu.el (facemenu-unlisted-faces): Fix value.
2012 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
2014         * font-lock.el (font-lock-default-fontify-region):
2015         Include the terminating \n (off-by-one error).
2016         (font-lock-set-defaults): Use dolist.
2018         * derived.el (define-derived-mode): Don't use combine-run-hooks.
2020 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
2022         * international/mule-cmds.el (describe-language-environment): Fix
2023         for the case that an input method title is not string but a list.
2025         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2026         of wrong SIZE record.
2028 2000-12-06  Dave Love  <fx@gnu.org>
2030         * newcomment.el (comment-region, comment-dwim): Doc fix.
2032         * textmodes/texinfo.el: Require tex-mode when compiling.
2033         (texinfo-update-node): Doc fix.
2034         (texinfo-imenu-generic-expression): Add @anchor.
2035         (texinfo-font-lock-keywords): Add @uref.
2036         (texinfo-inside-macro-p): Don't use ignore-errors.
2037         (texinfo-insert-quote): Match more contexts.
2039         * international/mule.el (decode-char, encode-char): Doc fix.
2040         (auto-coding-alist): Customize.
2042         * files.el (load-file): Fix change of 2000-03-12.
2044         * wid-edit.el (widget-text-keymap): Doc fix.
2046 2000-12-06  Andrew Innes  <andrewi@gnu.org>
2048         * makefile.w32-in (lisp): Set to an absolute directory, namely
2049         $(CURDIR).
2051 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2053         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2054         read generated-autoload-file, and set buffer-file-coding-system to
2055         raw-text-unix after reading the file.
2057         * international/mule-conf.el (file-coding-system-alist): Use
2058         raw-text for reading loaddefs.el and raw-text-unix for writing
2059         it.
2061 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
2063         * replace.el (occur): Make line-number-width 1 smaller for the
2064         colon following the line number.
2066         * startup.el (fancy-splash-text, command-line-1): Use
2067         `File' for the menu name instead of `Files'.
2069         * tmm.el: Update copyright.
2071         * cus-start.el: Add entry for even-window-heights.
2073 2000-12-06  Miles Bader  <miles@gnu.org>
2075         * faces.el (frame-set-background-mode): Avoid stomping on
2076         locally modified faces.
2078 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
2080         * international/fontset.el: Correct the font registries for
2081         japanese-jisx0213-1 and japanese-jisx0213-2.
2083 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
2085         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2087         * iswitchb.el: Update customization commentary.
2089 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
2091         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2092         (tpu-search-highlight): Fixed comparison of overlay end positions.
2093         (tpu-trim-line-ends): Implemented trimming logic locally.
2095         * emulation/tpu-extras.el (tpu-write-file-hook)
2096         (tpu-set-cursor-bound): Replaced picture-clean with
2097         tpu-trim-line-ends.
2099 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
2101         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2102         to cn-gb.
2103         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2105 2000-12-04  Dave Love  <fx@gnu.org>
2107         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2109 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
2111         * mail/rmailsum.el (rmail-summary-expunge)
2112         (rmail-summary-expunge-and-save): Ask for confirmation with
2113         rmail-expunge-confirmed.
2115         * mail/rmail.el (rmail-expunge-confirmed): New function.
2116         (rmail-expunge): Use it.
2118         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2119         (etags-recognize-tags-table, find-tag-in-order): New
2120         functionality: interpret file names as tags.
2122 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
2124         * info.el (Info-scroll-prefer-subnodes): New defcustom.
2125         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2126         visit the first subnode until the bottom of the current node is
2127         visible.
2129 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
2131         * format.el (format-decode): Don't change buffer's undo list.
2133 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
2135         * faces.el (face-font-registry-alternatives): Add entries for CJK
2136         fonts.  Doc-string adjusted for the actual usage of this data.
2138         * international/fontset.el: Change the font registries for CJK
2139         fonts in the default fontset.  Don't append '*' to registries.
2141 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
2143         * emacs-lisp/easy-mmode.el (define-derived-mode)
2144         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2146         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2147         (derived-mode-p): New function.
2148         (derived-mode-make-docstring): Add `docstring' argument.
2149         Use it if available and complete it if necessary.
2151 2000-12-03  Andreas Schwab  <schwab@suse.de>
2153         * type-break.el (type-break): Don't make parent of itself.
2155 2000-12-03  Miles Bader  <miles@gnu.org>
2157         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2159 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2161         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2162         (tex-main-file, tex-file): Simplify.
2163         (tex-generate-zap-file-name): Use subst-char-in-string.
2164         (tex-strip-dots): Remove.
2166         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2168         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2169         to check if the match succeeded.
2171 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
2173         * startup.el (use-fancy-splash-screens-p): New function.
2174         (command-line-1): Use it to determine whether or not to use
2175         a fancy splash screen.
2177 2000-12-02  Andreas Schwab  <schwab@suse.de>
2179         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2181 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
2183         * international/mule.el (make-char): Fix last change.
2185         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2186         New defcustoms.
2187         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2188         autoloading tex-mode; instead, do the same manually.  Use
2189         texinfo-open-quote and texinfo-close-quote.  Insert literal quote
2190         with numeric argument.  Docstring fix.
2191         (toplevel): Require cl when compiling.
2193         * international/mule.el (make-char): Doc fix.
2195 2000-12-02  Jason Rumney  <jasonr@gnu.org>
2197         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2198         the Emacs Lisp manual)
2200 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
2202         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2204         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2205         the Emacs Lisp manual).
2207 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
2209         * simple.el (next-line-add-newlines): Change default to nil.
2211 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
2213         * files.el (revert-buffer, recover-file): Bind
2214         coding-system-for-read to emacs-mule-unix, not to no-conversion.
2216 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
2218         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2220 2000-12-01  Miles Bader  <miles@gnu.org>
2222         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2224 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
2226         * international/mule-diag.el (describe-char-after): Fix typo.
2227         (describe-character-set, non-iso-charset-alist): Fix typo.
2229 2000-12-01  Miles Bader  <miles@gnu.org>
2231         * image-file.el (image-file-name-regexp): Automatically add
2232         upper-case variants of each filename extension in
2233         `image-file-name-extensions', since they seem to be common.
2235         * simple.el (minibuffer-contents)
2236         (minibuffer-contents-no-properties, delete-minibuffer-contents):
2237         New functions.
2238         * filecache.el (file-cache-directory-name)
2239         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2241 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
2243         * filecache.el (file-cache-minibuffer-complete): Don't try to
2244         delete the minibuffer prompt.
2246 2000-11-30  Dave Love  <fx@gnu.org>
2248         * cus-start.el: Fix read-buffer-function type.
2250 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
2252         * md5.el: Removed.  There's a built-in function, now.
2254 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
2256         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2257         as dummy 0-th char of rmail-deleted-vector.
2259 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
2261         * ps-print.el (ps-end-job): Bind case-fold-search only after
2262         switching to ps-spool-buffer.
2264 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2266         * ps-print.el: Line number font customization.  PostScript: Lines and
2267         PageCount are initialized on each page.  Doc Fix.
2268         (ps-print-version): New version number (6.3.2).
2269         (ps-lpr-switches, ps-font-info-database, ps-font-size)
2270         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2271         (ps-right-header): Customization fix.
2272         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2273         Fix code.
2274         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2275         New vars.
2277 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
2279         * bs.el: Fix typos and spelling errors.
2280         (bs-appearance) <defgroup>: Renamed from bs-appearence.
2281         (bs-configuration): Doc fix.
2283         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
2285 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
2287         * emulation/tpu-edt.el (tpu-version): New version.
2288         (tpu-search-overlay, tpu-replace-overlay): New initial range.
2289         (tpu-original-mode-line): Variable deleted.
2290         (tpu-mark-flag): New initial value.
2291         (tpu-set-mode-line): Don't redefine mode-line-format.  Add
2292         tpu-mark-flag to minor-mode-alist.
2293         (tpu-update-mode-line): New mark flag logic.
2294         (tpu-get): Use find-file-wildcards.
2295         (tpu-search-highlight): Move overlay less, reset overlay properly.
2296         (tpu-unselect): Deactivate mark.
2297         (tpu-lm-replace): Reset overlay properly.
2298         (tpu-forward-line): Use forward-visible-line.
2299         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
2301         * emulation/tpu-extras.el (tpu-forward-line): Use
2302         forward-visible-line.
2304 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
2306         * cus-edit.el (custom-face-value-create): Always emphasize tag.
2308 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2310         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2311         and skip whitespace and newlines.
2313 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
2315         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2317 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
2319         * help.el (describe-function-1): Regexp-quote function name
2320         when used as part of a regexp.
2322         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2323         face-attribute instead of face-foreground and face-background.
2324         (tool-bar-add-item): Likewise, and handle unspecified colors.
2326         * enriched.el (enriched-face-ans): Use face-attribute instead
2327         of face-foreground and face-background.
2329         * faces.el (face-foreground, face-background, face-stipple):
2330         Return nil if attribute is unspecified, for backward
2331         compatibility.
2333         * files.el (auto-mode-alist): Add an entry for antlr-mode.
2335         * play/5x5.el: Remove version info.
2337         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2339         * frame.el (blink-cursor-mode): Doc fix.
2341 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2343         * antlr-mode.el: New commands to run ANTLR from within Emacs and
2344         to create Makefile rules.
2345         (antlr-tool-command): New user option.
2346         (antlr-ask-about-save): New user option.
2347         (antlr-makefile-specification): New user option.
2348         (antlr-file-formats-alist): New variable.
2349         (antlr-special-file-formats): New variable.
2350         (antlr-unknown-file-formats): New user option.
2351         (antlr-help-unknown-file-text): New variable.
2352         (antlr-help-rules-intro): New variable.
2353         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2354         (antlr-mode-menu): Add entries.
2355         (antlr-file-dependencies): New function.
2356         (antlr-directory-dependencies): New function.
2357         (antlr-superclasses-glibs): New function.
2358         (antlr-run-tool): New command.
2359         (antlr-makefile-insert-variable): New function.
2360         (antlr-insert-makefile-rules): New function.
2361         (antlr-show-makefile-rules): New command.
2363         * antlr-mode.el: More Emacs/XEmacs stuff.
2364         (antlr-no-action-keywords): New constant with value nil.
2365         (antlr-font-lock-keywords-alist): Use it.  Old value would break
2366         syntax highlighting in Emacs-21.0.
2367         (antlr-default-directory): Emacs/XEmacs dependend function.
2368         (antlr-read-shell-command): Ditto.
2369         (antlr-with-displaying-help-buffer): Ditto.
2371 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2373         * antlr-mode.el: imenu, parsing and highlighting changes.
2374         (antlr-imenu-create-index-function): Don't create extra submenus
2375         for definitions in different grammar classes.  It is not necessary
2376         for the menu and would make command `imenu' awkward to use.
2377         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2378         header actions and more than one.
2379         (antlr-font-lock-tokendef-face): Changed color.
2380         (antlr-font-lock-tokenref-face): Changed color.
2381         (antlr-font-lock-additional-keywords): Also highlight lowercase.
2382         (antlr-mode-syntax-table): New variable.
2383         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2384         (antlr-with-syntax-table): Don't copy syntax table.
2386 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2388         * antlr-mode.el: Minor changes: language setting.
2389         (antlr-language-alist): The value for file option "language" can
2390         be both an identifier and a string.
2391         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2392         (antlr-language-limit-n-regexp): Change accordingly.
2394 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2396         * antlr-mode.el: Minor changes: tabs, hiding.
2397         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2398         (antlr-action-visibility): Also allow value nil to also hide the
2399         braces.  Renamed from `antlr-tiny-action-length'.
2400         Suggested by Jay@aol.com.
2401         (antlr-hide-actions): Change accordingly.  Hide line if completely
2402         hidden action is on a line of its own.
2404 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2406         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2408         * sort.el (sort-columns): Don't concat strings with numbers.
2410 2000-11-29  Dave Love  <fx@gnu.org>
2412         * cus-edit.el (face): Fix :format.
2414         * mail/feedmail.el: Require smtpmail when compiling.
2415         (mail-do-fcc): Autoload.
2416         (feedmail) <defgroup>: Fix :link.
2417         (feedmail-nuke-body-in-fcc): Fix :type.
2418         (feedmail-send-it): Add autoload cookie.
2420 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2422         * newcomment.el (comment-indent): Save excursion around call to
2423         comment-indent-function.
2425 2000-11-29  Miles Bader  <miles@gnu.org>
2427         * subr.el (member-ignore-case): Return the tail of the list who's
2428         car matches, like `member', not the matching element itself.
2430 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
2432         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
2433         should not contain `\n'.
2435 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2437         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2439         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2441         * dired-aux.el (dired-do-create-files): Construct default file
2442         name for dired-mark-read-file-name so that when the user enters
2443         just RET, the target file will end up in the target directory.
2445         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2446         local-abbrev-table before changing buffers because it might
2447         have a buffer-local binding.
2449 2000-11-28  Miles Bader  <miles@gnu.org>
2451         * simple.el (delete-horizontal-space): Handle fields more generally.
2453 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2455         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2457 2000-11-28  Dave Love  <fx@gnu.org>
2459         * progmodes/ps-mode.el (ps-mode): Set comment-start and
2460         comment-start-skip locally.
2462         * progmodes/fortran.el (fortran-mode): Don't set
2463         fortran-comment-line-start-skip.  Set comment-start to
2464         fortran-comment-line-start.
2465         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2466         (fortran-comment-line-start-skip): Simplify slightly.
2468 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2470         * play/5x5.el: Remove RCS keyword.
2472         * bs.el: Mistaken commit, undone 2000-11-30.
2474 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
2476         * textmodes/tildify.el (tildify-string-alist): Add
2477         `plain-tex-mode' here.
2479 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
2481         * chistory.el (Command-history-setup): Remove extraneous `keymap'
2482         reference.
2484 2000-11-28  Miles Bader  <miles@gnu.org>
2486         * cus-face.el (custom-face-attributes): Add post-filter function
2487         for :box.  Make pre-filter function for :box handle all cases.
2489         * wid-edit.el (widget-choose): Make sure pop-up window is large
2490         enough to display all the choices, as there's no way to scroll it.
2492 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
2494         * international/mule-conf.el: Make the coding system no-conversion
2495         safe for all characters.
2497 2000-11-27  Dave Love  <fx@gnu.org>
2499         * net/ldap.el (ldap) <defgroup>: Add :version.
2501         * tooltip.el (tooltip-use-echo-area): Doc fix.
2503         * cus-start.el <minibuffer-prompt-properties>: Add version.
2504         <read-buffer-function>: Add.
2506         * apropos.el (apropos-print): Add help-echo to active text.
2508         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2510 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
2512         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2513         type, group and version.
2515 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
2517         * select.el (x-get-selection): Docstring fix.
2519 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
2521         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2523 2000-11-27  Andrew Innes  <andrewi@gnu.org>
2525         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2527         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2529 2000-11-27  Miles Bader  <miles@gnu.org>
2531         * dired.el (dired-get-filename): Return filename verbatim if
2532         LOCALP is `verbatim'.
2533         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2534         `verbatim' so that we don't inadvertently delete a non-existant
2535         directory name.
2537 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
2539         * international/characters.el: Specify cases and syntaxes for
2540         mule-unicode-0100-24ff.
2542 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
2544         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2545         that foreground and/or background colors of the face `tool-bar'
2546         are unspecified.
2548 2000-11-27  Miles Bader  <miles@gnu.org>
2550         * wid-edit.el (widget-field-buffer, widget-field-start)
2551         (widget-field-end): Handle widget field `pseudo-overlays'.
2552         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2553         if it's there instead of in `widget-field-list'.
2555         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2556         (help-make-xrefs): Delete extraneous newlines at the end of the
2557         docstring.
2559 2000-11-25  Jason Rumney  <jasonr@gnu.org>
2561         * startup.el (command-line): Call set-locale-environment after
2562         Window System init file is read, as it can result in a call to
2563         redraw-frame.
2565 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
2567         * simple.el (shell-command): Mention the effect of the prefix
2568         argument in the doc string.
2570 2000-11-25  Miles Bader  <miles@gnu.org>
2572         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2574         * wid-edit.el (widget-field-value-delete): Don't try to delete
2575         overlay when it's the `pseudo-overlay' that exists at some points.
2577 2000-11-24  Jason Rumney  <jasonr@gnu.org>
2579         * international/mule-cmds.el (locale-language-names): Add "jp" as
2580         a non-standard alternative for Japanese.
2582 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
2584         * vc-hooks.el: Require 'cl during compilation.
2586 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
2588         * faces.el (face-set-after-frame-default): Let face attributes
2589         specified for new frames override frame parameters.
2591         * startup.el (command-line): Fix computation of the source file
2592         for user-init-file when user-init-file is a compiled file.
2594 2000-11-24  Miles Bader  <miles@gnu.org>
2596         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2597         (custom-post-filter-face-spec): New functions.
2598         (custom-face-set, custom-face-value-create): Filter the face spec
2599         before and after customization.
2600         (custom-face-set): If VALUE specifies a null face, pass a
2601         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2602         * cus-face.el (custom-face-attributes): Remove SET and GET
2603         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
2604         cases they're needed.
2606         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2607         that it's distinguishable from the :off-glyph on dark-background
2608         displays.  Set its background color too.
2610         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2611         so that people can easily turn it off.
2613 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
2615         * ediff-diff.el: Moved variables around to have it compile under NT.
2617         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2619         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2621         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2622         redundant skip-small-frames test.
2624         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
2625         (viper-downgrade-to-insert): protect against errors in hooks.
2627         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2628         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2629         (viper-restore-cursor-type,viper-set-insert-cursor-type): New
2630         functions.
2632         * viper-util.el (viper-memq-char): Bug fixes.
2634         * viper.el (viper-mode): Fix cursor handling.
2636 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
2638         * international/mule-diag.el (list-iso-charset-chars): For
2639         two-byte charset, fix the `while' condition.
2640         (list-non-iso-charset-chars): Fix the `while' condition.
2642 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
2644         * subr.el (add-hook, remove-hook): Don't call make-local-hook
2645         if the variable is make-variable-buffer-local.
2647         * progmodes/ada-stmt.el (ada-template-map): Initialize
2648         and bind it to C-c t in ada-mode-map.
2649         (ada-stmt-mode-hook): New function extracted from old code.
2650         Only change the buffer-local side of skeleton-*.
2651         (ada-mode-hook): Use it.
2653 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
2655         * iswitchb.el (iswitchb-minibuf-depth): New variable.
2656         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2657         we expect to be returned by minibuffer-depth once we prompt the
2658         user in the minibuffer.
2659         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2660         as recorded in iswitchb-minibuf-depth, return non-nil.
2662 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
2664         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2665         (hscroll-window-maybe): Docstring fix.
2667 2000-11-23  Dave Love  <fx@gnu.org>
2669         * rect.el (string-rectangle): Don't test delete-selection-mode.
2671 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
2673         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2674         is in the tool bar.
2676         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2677         with `no-dir'; we want the directory part to be able to remove
2678         it.
2680 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2682         * textmodes/outline.el (outline-flag-region):
2683         Don't bind inhibit-read-only since we don't modify the buffer.
2684         (outline-isearch-open-invisible): Don't jump to overlay-start
2685         since we're trying to unhide text around point.
2686         (outline-discard-overlays): Use dolist.
2688         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2690 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2692         * mail/rmail.el (rmail-confirm-expunge): Default to
2693         y-or-n-p.
2695 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2697         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2698         Fix ARG regexp to skip quoted braces.
2699         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2700         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2701         are (correctly) handled separately).
2702         Remove `caption' and `footnote' from `citations': they contain text.
2703         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2704         (latex-skeleton-end-hook): New function.
2705         (latex-mode): Use it.
2706         (tex-start-tex-marker): Remove.
2707         (tex-send-tex-command): Don't set tex-start-tex-marker.
2708         (tex-error-parse-syntax-table): New var.
2709         (tex-compilation-parse-errors): Use it.
2710         Ignore tex-start-tex-marker.  Don't bother with marker-position.
2711         (tex-validate-buffer): Don't bother with marker-position.
2713         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
2714         (flyspell-generic-progmode-verify): Use it.
2716 2000-11-22  Sam Steingold  <sds@gnu.org>
2718         * simple.el (delete-trailing-whitespace): New interactive
2719         function.
2721         * progmodes/ada-mode.el (ada-mode): Use it instead of
2722         `ada-remove-trailing-spaces'.
2723         (ada-remove-trailing-spaces): Removed.
2725         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
2727         * textmodes/picture.el (picture-clean): Removed.
2728         (picture-mode-exit): Call it instead of `picture-clean'.
2730 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2732         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2734         * hi-lock.el (hi-lock-refontify): Don't call non-existent
2735         jit-lock-fontify-buffer; it should anyway be unneccessary to
2736         do anything special when jit-lock is active.
2737         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2739 2000-11-22  Dave Love  <fx@gnu.org>
2741         * calendar/todo-mode.el (todo-top-priorities): Use
2742         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2744         * language/chinese.el, language/cyrillic.el:
2745         * language/devanagari.el, language/ethiopic.el, language/greek.el:
2746         * language/hebrew.el, language/indian.el, language/japanese.el:
2747         * language/korean.el, language/lao.el, language/misc-lang.el:
2748         * language/thai.el, language/tibetan.el, language/vietnamese.el:
2749         Use provide.
2751         * cus-edit.el (custom-buffer-create-internal): Save some consing.
2752         (custom-variable-set): Improve validation error mesage.
2754         * rect.el (string-rectangle): Revert last change.
2755         (string-rectangle-line): New arg DELETE.
2756         (string-rectangle): Check delete-selection-mode.
2758         * emacs-lisp/edebug.el (edebug-version)
2759         (edebug-maintainer-address): Deleted.
2760         (edebug-submit-bug-report): Just alias to report-emacs-bug.
2761         (edebug-read-function): Account for other `'#' read forms.
2762         (edebug-mode-menus): Make some items toggles.
2763         (edebug-outside-unread-command-event, unread-command-event):
2764         Remove these to avoid warnings.
2766 2000-11-22  David Ponce  <david@dponce.com>
2768         * recentf.el (recentf-menu-items-for-commands)
2769         (recentf-make-menu-items, recentf-make-menu-item)
2770         (recentf-filter-changer): Added :help and :active menu-item properties.
2772         (recentf-build-dir-rules, recentf-dump-variable)
2773         (recentf-edit-list, recentf-open-files-item)
2774         (recentf-open-files): Replaced unnecessary `mapcar' with new
2775         built-in `mapc'.
2777 2000-11-23  Miles Bader  <miles@gnu.org>
2779         * faces.el (menu): Make inverse-video on ttys too.
2781 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2783         * simple.el (comment-line-break-function): Use the new name
2784         indent-new-comment-line -> comment-indent-new-line.
2785         (clone-indirect-buffer): Don't ignore NORECORD.
2786         (next-completion): Properly handle the case where items are adjacent.
2788         * mouse.el (popup-menu): Stupid typo.
2790 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2792         * emacs-lisp/authors.el: Remove autoload cookies, add author,
2793         maintainer, keywords tags.
2795         * rect.el (replace-rectangle): Don't call string-rectangle-line
2796         with too many arguments.
2798 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
2800         * ediff-util.el (ediff-file-checked-out-p)
2801         (ediff-file-checked-in-p): Call vc-state instead of
2802         vc-locking-user, which no longer exists.
2804         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2806 2000-11-22  Dave Love  <fx@gnu.org>
2808         * md5.el (md5): Provide.
2809         (md5): Fix error call.
2811 2000-11-22  Miles Bader  <miles@gnu.org>
2813         * textmodes/refill.el (refill-adjust-ignorable-overlay)
2814         (refill-fill-paragraph-at): Remove debugging code.
2816         * calendar/calendar.el (generate-calendar-window): When we don't
2817         call `fit-window-to-buffer', make sure the top line is fully visible.
2819         * image-file.el (insert-image-file): Don't make `read-only'
2820         property rear-nonsticky.
2822         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2823         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2824         stashing away its original value.
2825         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2826         in the recursive edit.
2827         Bind `isearch-original-minibuffer-message-timeout' to protect it.
2828         (isearch-done): Restore `minibuffer-message-timeout'.
2830         * cus-start.el: Remove entry for `mode-line-inverse-video'.
2832 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
2834         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2836         * find-lisp.el (find-lisp-find-files-internal):
2837         Use dolist, when and file-name-as-directory.
2839         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
2840         (define-derived-mode, define-minor-mode): Add specs.
2842         * window.el: General comment and spacing fixes.
2843         (save-selected-window): Use backquotes.
2844         (window-safely-shrinkable-p): New function.
2845         (shrink-window-if-larger-than-buffer): Use it.
2847         * subr.el (make-local-hook): Docstring fix.
2849         * shell.el (shell-mode): Use define-derived-mode.
2851         * newcomment.el (comment-indent): Insert comment before calling
2852         comment-indent-function.  Don't insert in column 0.
2853         (comment-dwim): Indent before inserting comment.
2855         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
2856         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
2857         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2858         Use mapc rather than map.
2860         * files.el (find-buffer-visiting): Compare all attributes before
2861         declaring two files identical (rather than just their inode-no).
2862         (auto-mode-alist): Use \' rather than $.
2864         * which-func.el: Update maintainer line.
2866         * pcvs.el (uniquify-buffer-file-name): Remove advice.
2867         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2868         (uniquify-buffer-file-name): Use it.
2870 2000-11-22  Miles Bader  <miles@gnu.org>
2872         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2873         * simple.el (minibuffer-avoid-prompt): New function.
2875 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
2877         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2879 2000-11-21  Miles Bader  <miles@gnu.org>
2881         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2882         inclusion of `track-mouse'.
2884         * textmodes/refill.el (refill-ignorable-overlay): New variable.
2885         (refill-adjust-ignorable-overlay): New function.
2886         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2887         only the paragraph's tail if possible.
2888         Update `refill-ignorable-overlay'.
2889         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2891         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2892         point inside the fill-prefix.
2894         * textmodes/refill.el (refill-post-command-function): Don't reset
2895         refill-doit in the case where a self-insertion command doesn't
2896         case a refill.  Use `refill-fill-paragraph-at', getting position
2897         from `refill-doit'.
2898         (refill-after-change-function): Set `refill-doit' to END.
2899         (refill-fill-paragraph-at): New function, mostly from old
2900         refill-fill-paragraph.
2901         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2902         (refill-pre-command-function): New function.
2903         (refill-mode): Add it to `pre-command-hook'.
2905 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
2907         * textmodes/artist.el (artist-mode): Fix autoload cookie.
2909         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2910         javadoc tags.
2912 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
2914         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2915         vc.el).
2917         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
2918         require vc.
2920         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
2921         checkouts.
2923 2000-11-20  Dave Love  <fx@gnu.org>
2925         * Makefile.in (DONTCOMPILE): Omit bindings.el.
2927 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
2929         * calculator.el (calculator-paste): Use `if' instead of `and'
2930         and `or'.
2931         (calculator-help): Don't use electric-describe-mode for XEmacs.
2933 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
2935         * info.el (info-menu-5): Doc fix.
2937         * textmodes/artist.el: New file.
2939 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
2941         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
2942         and differentiate according to checkout model.
2943         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2944         since this function is only concerned with master state.
2946         * vc-hooks.el (vc-workfile-unchanged-p,
2947         vc-default-workfile-unchanged-p): Moved here from vc.el.
2949         * vc.el (vc-workfile-unchanged-p,
2950         vc-default-workfile-unchanged-p): See above.
2952 2000-11-19  Miles Bader  <miles@gnu.org>
2954         * image-file.el (insert-image-file): Make `intangible' and
2955         `read-only' properties rear-nonsticky too.
2957 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
2959         * ps-print.el: Update copyright notice.
2961         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2962         (tooltip-show): Use the offsets.
2964         * bindings.el (mode-line-modified): Fix a typo.
2965         (mode-line-toggle-modified, mode-line-widen)
2966         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2968 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
2970         * ps-print.el (toplevel): Test for find-coding-system being
2971         fboundp before calling ps-x-find-coding-system.
2973 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2975         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2976         (vc-version-backup-file): Docstring fix.
2978 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
2980         * files.el (basic-save-buffer): Don't add a newline if
2981         find-file-literally is non-nil.
2982         (find-file-literally): Extend doc string.
2984         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2985         sort(1) with the `-f' argument.
2987 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
2989         * vc.el: Updated backend documentation.
2990         (vc-default-check-headers): New function.
2992         * vc-{cvs,rcs,sccs}.el: Functions reordered.
2994         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
2995         up-to-date.
2996         (vc-do-command): In the asynchronous case, output messages only if
2997         the minibuffer is not active.
2999         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
3000         `vc-cvs-use-edit' is on.
3001         (vc-cvs-checkout): When this is used for reverting the workfile,
3002         make a backup of the original contents and revert to that in case
3003         of error.
3004         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
3005         remote repositories.
3007         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3008         for both version and ratio in the minibuffer.
3010         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
3011         Use vc-do-command to perform the annotation, not call-process.
3013 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
3015         * international/quail.el (quail-start-translation): Don't call
3016         `message' before reading key sequence.
3018 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
3020         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3022 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
3024         * window.el (fit-window-to-buffer): Be sure to acquire at least
3025         one text line even if the buffer is empty.
3027 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
3029         * net/ange-ftp.el (ange-ftp-file-writable-p)
3030         (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3031         ange-ftp-process-verbose to nil.
3033 2000-11-15  Dave Love  <fx@gnu.org>
3035         * wid-edit.el (widget-specify-field, widget-specify-button): If
3036         :help-echo is a function, set help-echo of overlay to
3037         widget-mouse-help.
3038         (widget-mouse-help): New function.
3039         (widget-echo-help): Rewritten for :help-echo functions only taking
3040         a widget arg.
3042         * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3043         display-graphic-p.
3044         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3045         and that JPEG is available.
3046         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3048         * international/mule-cmds.el (locale-charset-language-names):
3049         Match @euro.
3051 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
3053         * faces.el (face-set-after-frame-default): If
3054         `inhibit-default-face-x-resources' is bound, don't intialize the
3055         default face from X resources.
3057 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
3059         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3060         Don't set EMACSLOADPATH.
3062 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
3064         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3065         texinfo-insert-@url.
3066         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3067         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3069 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
3071         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3072         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3073         (checkdoc-minor-keymap): Backward compatibility.
3074         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3075         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3076         (checkdoc-this-string-valid-engine): Be a bit more strict
3077         to avoid matching substrings of `...' quoted vars/funs.
3078         (checkdoc-defun-info): Only look for `interactive' if alone.
3079         (debug-ignored-errors): Add "arg doesn't appear in docstring".
3081         * progmodes/compile.el (grep): `tag-default' can be nil.
3083         * newcomment.el (comment-indent): Paren typo.
3085 2000-11-14  Dave Love  <fx@gnu.org>
3087         * calculator.el: New maintainer version.
3089         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
3091         * cmuscheme.el: Doc fixes.
3092         (cmuscheme) <defgroup>: Use `scheme' as parent.
3093         (cmuscheme-program-name): Remove.  Change uses to
3094         scheme-program-name.
3096         * xscheme.el (scheme-program-name): Don't define here.
3098         * progmodes/scheme.el (scheme-program-name): New variable
3099         (originally in cmuscheme).
3101 2000-11-14  Miles Bader  <miles@gnu.org>
3103         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3104         Handle header-lines.  Don't loop forever if we can't enlarge the
3105         window anymore.  Simplify a bit.
3107 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
3109         * window.el (fit-window-to-buffer): Don't check
3110         window-text-height.  Assure that the last line is fully visible.
3112         * international/quail.el (quail-show-guidance-buf): Call
3113         fit-window-to-buffer to assure the enough height of the guidance
3114         buffer.
3115         (quail-update-guidance): Avoid making the guidance buffer shorter.
3117 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
3119         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3120         rather than `prepend' and add an interesting comment.
3121         (tex-math-face, tex-font-lock-syntactic-face-function):
3122         New face and function to use it.
3123         (tex-define-common-keys, tex-mode-map): Use menu-item rather
3124         than `menu-enable' symbol property.
3125         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3126         (tex-mode): Add some latex-mode commands for auto-selection.
3127         Use tex-font-lock-syntactic-face-function.
3128         (tex-insert-quote): Simplify.
3129         (tex-shell): New mode.
3130         (tex-start-shell): Use it.
3131         (tex-shell-proc, tex-shell-buf): New functions.
3132         (tex-send-command): Use it.
3133         (tex-main-file): Fix the meaning of the new arg REALFILE.
3134         (tex-send-tex-command): New function split from `tex-start-tex'.
3135         Set compilation-last-buffer and compilation-parsing-end.
3137         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3138         when it follows non-comment text on the line.
3140         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3141         Set font-lock-defaults.
3142         (lisp-mode-shared-map): Init inside the defvar.
3143         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3144         Use define-derived-mode.
3146 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
3148         * faces.el (header-line): Use `:box nil' for color/gs displays too.
3150 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
3152         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3153         recursively optimize body because that can lead to infinite
3154         recursion; see comment there.
3156 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
3158         * faces.el (face-spec-set-match-display): Revert the change from
3159         2000-10-24.  Add a FIXME for after v21.1.
3161 2000-11-13  Miles Bader  <miles@gnu.org>
3163         * textmodes/fill.el (skip-line-prefix): New function.
3164         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
3165         (fill-paragraph): Don't leave point inside the fill-prefix.
3166         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3167         point inside the fill-prefix.
3169 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
3171         * calendar/calendar.el (generate-calendar-window): Use
3172         `fit-window-to-buffer'.
3174 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
3176         * gud.el (gud-minor-mode): New var.
3177         (gud-symbol, gud-val): New functions.
3178         (gud-find-file): Copy gud-minor-mode to the new buffer.
3179         (gud-menu-map): Include entries for commands that are not always
3180         available, using :enable to (de)activate them.
3181         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
3182         (gud-mode-map): New map.
3183         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
3184         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3185         Don't set up gud's menu (it's done by the minor-mode).
3186         (gud-minibuffer-local-map): New.
3187         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3188         (gud-query-cmdline): New function.
3189         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
3190         (gud-mode): Use define-derived-mode.
3191         Don't set up gud's menu (it's done by the minor-mode).
3192         (gud-chop-words): Remove.
3193         (gud-common-init): Use split-string instead.
3194         (gud-new-keymap, gud-make-debug-menu): Eradicate.
3196         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3197         Add keyword arg :name.
3199         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3200         (diff-count-matches, diff-split-hunk): New functions.
3201         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3203         * pcvs-info.el (cvs-fi-conflict-face): New var.
3205         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3206         Make it into a simple syntax-table, shared among all submodes.
3207         (sh-heredoc-face): Re-introduce.
3208         (sh-font-lock-syntactic-face-function): New function.
3209         (sh-mode): Use it.  Also use define-derived-mode.
3210         Remove old bogus setting of indent-region-function.
3211         (sh-set-shell): Don't set the syntax-table any more.
3212         (sh-mode-syntax-table) <defun>: Remove.
3214 2000-11-12  Miles Bader  <miles@gnu.org>
3216         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3217         message if interactive.
3219 2000-11-12  Dave Love  <fx@gnu.org>
3221         * mail/feedmail.el: Fix header,
3222         (feedmail) <defgroup>: Add :link.
3224         * view.el: Use local-map property, not keymap on mode-line string.
3226         * scroll-all.el (scroll-all-mode): Customize variable.  Add
3227         autoload cookie to function.
3229         * lazy-lock.el: Remove compatibility code.
3231         * finder.el (finder-known-keywords): Add `files', remove `vms'.
3232         (finder-help-echo): New variable.
3233         (finder-mouse-face-on-line): Add help-echo stuff.
3234         (finder-list-keywords, finder-list-matches): Use mapc.
3236         * faces.el (face-font-registry-alternatives): Add :version.
3238         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3239         tags-table-list.
3241         * net/browse-url.el (browse-url-browser-function): Update :version.
3243         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
3244         (mail-mode): Use [:alnum:] in some regexps.
3246 2000-11-10  Dave Love  <fx@gnu.org>
3248         * ediff.el (ediff-regions-internal, ediff-documentation):
3249         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3250         fundamental mode.
3252         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3253         buffer into fundamental mode.
3254         (ediff-set-difference): Use copy-sequence if available.
3256         * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3257         ediff-patch-map non-nil.
3258         (ediff-fixup-patch-map, ediff-fixup-patch-map)
3259         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3260         buffer into fundamental mode.
3262         * ediff-merg.el (state-or-merge): Defvar when compiling.
3264 2000-11-10  Jason Rumney  <jasonr@gnu.org>
3266         * w32-fns.el (w32-add-charset-info): New function.
3267         (w32-charset-info-alist): Use it.
3269 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
3271         * faces.el (face-font-registry-alternatives): New user-option.
3273 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
3275         * textmodes/texinfo.el (texinfo-block-default): New var.
3276         (texinfo-insert-block): Use it.  Insert a newline if needed.
3278         * textmodes/fill.el (fill-indent-according-to-mode): New var.
3279         (fill-region-as-paragraph): Use it.
3281         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3282         (latex-mode): Tweak tex-*-(head|trail)er regexps.
3283         Tweak paragraph regexps to allow a leading [ \t]*.
3284         (tex-latex-block): Insert a newline if necessary.
3285         (latex-insert-item): Only insert a newline if necessary.
3286         (tex-guess-main-file): New function.
3287         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
3288         Set tex-main-file if TeX-master is provided.
3289         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3291 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
3293         * startup.el (command-line): Set the default tooltip-mode
3294         to t for graphical displays which implement x-show-tip.
3296         * tooltip.el (tooltip-mode): Add a comment about startup.el
3297         setting the default value of this user-option.
3299 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
3301         * font-lock.el (font-lock-*-face) <defvar>: Move.
3302         (font-lock-defaults-alist): Mark obsolete.
3303         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3304         (font-lock-mode): Use define-minor-mode.
3305         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3306         (font-lock-turn-off-thing-lock): Be more explicit.
3307         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3308         (font-lock-syntactic-face-function): New var.
3309         (font-lock-fontify-syntactically-region): Use it.
3310         (font-lock-doc-face): New.
3312         * pcvs.el (cvs-enabledp): Ignore errors.
3313         (cvs-commit-filelist): Never query.
3314         (cvs-mode-insert): Always add a terminating / in the initial prompt.
3315         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3316         (cvs-do-removal): Use cvs-partition rather than delete-if.
3317         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3318         cvs-bury-buffer.
3320         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3321         Allow `next' to jump to after the end of the last match.
3323 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
3325         * simple.el (byte-compiling-files-p): New function.
3327         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3328         if it is there.
3330         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3331         nil again.
3333         * textmodes/ispell.el (ispell-library-path): Don't call
3334         check-ispell-version when byte-compiling because that starts
3335         an ispell process, and ispell might not be installed.
3336         (toplevel): Don't set up a menu when byte-compiling.
3338         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3339         it, so that a boundp test can be used to determine if we're
3340         currently byte-compiling.
3342 2000-11-09  Dave Love  <fx@gnu.org>
3344         * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3345         eval-after-load.
3347 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3349         * ps-print.el: Patch for variable initialization when spooling.  Doc
3350         fix.
3351         (ps-output-list): Fun eliminated.
3352         (ps-begin-file, ps-begin-job): Code fix.
3354 2000-11-08  Dave Love  <fx@gnu.org>
3356         * ediff-wind.el (ediff-control-frame-parameters): Zero
3357         tool-bar-lines.
3359 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
3361         * simple.el (shell-command, display-message-or-buffer)
3362         (shell-command-on-region): Mention resize-mini-windows in the doc
3363         string.
3364         (display-message-or-buffer): Take the value of resize-mini-windows
3365         into account.
3367 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
3369         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3371         * dired.el (dired-between-files): Add `^. find' as an alternative
3372         to the regular expression, for find-dired.
3374 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3376         * textmodes/texnfo-upd.el: Require texinfo.
3377         (defmacro, defgroup): Remove.
3378         (texinfo-section-to-generic-alist): Remove.
3379         Use texinfo-section-list instead (i.e. level is changed string->int).
3380         (texinfo-filter): New function.
3381         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3382         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3383         Use it.  And use regexp-opt.
3384         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3385         (texinfo-update-menu-region-beginning)
3386         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3387         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3388         (texinfo-update-menu-same-level-regexps): Update.
3389         (texinfo-update-node, texinfo-every-node-update)
3390         (texinfo-sequential-node-update): Remove autoload cookie.
3392         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3393         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3394         (texinfo-chapter-level-regexp): Remove.
3395         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3397 2000-11-06  Dave Love  <fx@gnu.org>
3399         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
3401         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3402         Match defun*.
3404 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
3406         * composite.el (composition-function-table): Variable declaration
3407         moved to src/composite.c.
3408         (compose-chars-after): New optional arg object.
3410 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
3412         * bindings.el (mode-line-toggle-read-only)
3413         (mode-line-toggle-modified, mode-line-widen)
3414         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3415         (make-mode-line-mouse2-map): Rewritten.
3416         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3417         functions so that C-h k can show something with a doc string.
3419         * startup.el (fancy-splash-delay): Set to 10 seconds.
3420         (fancy-splash-max-time): New user-option.
3421         (fancy-splash-stop-time): New variable.
3422         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
3423         (fancy-splash-screens-1): Throw `stop-splashing' when current
3424         time is greater than fancy-splash-stop-time.
3426 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3428         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3430         * pcvs.el (cvs-mode-marked): New arg `noquery'.
3431         Prompt user for a file rather than raising an error.
3432         (cvs-enabledp): Fix call to cvs-mode-marked.
3433         (cvs-insert-file): New function (extracted from cvs-mode-insert).
3434         (cvs-mode-insert): Use it.  Change the init prompt' value.
3435         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3437         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3438         Don't pass default arg to ewoc-locate.
3439         (ewoc-collect): Return result in the right order.
3441         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3443         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3444         (cvs-status-get-tags): Fix regexp.
3445         (cvs-status-trees, cvs-status-cvstrees):
3446         Combine after change hooks and don't sit-for.
3447         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3448         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
3449         Use make-char rather than hard-coded cryptic data.
3450         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3452         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3454         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3455         (cvs-insert-strings): New function.
3457 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
3459         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3460         `mwheel-scroll-amount'.
3461         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3462         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3463         string-matching against the version string.
3465 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
3467         * language/thai.el ("Thai"): Set a lisp form that produces
3468         composed string in `sample-text' language info.
3470         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3471         composed string in `sample-text' language info.
3473         * international/mule-cmds.el (describe-language-environment): Eval
3474         `sample-text' data and insert the result.
3476         * international/mule-conf.el (compound-text): Define this coding
3477         system here.  Make x-ctext and ctext aliases of it.
3479         * language/european.el (compound-text, ctext): Moved to
3480         international/mule-conf.el.
3482 2000-11-05  Andrew Innes  <andrewi@gnu.org>
3484         * w32-fns.el (w32-version): New function.
3486 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
3488         * progmodes/awk-mode.el: Update copyright.
3489         (awk-mode-abbrev-table): Remove.
3490         (awk-font-lock-keywords): Use regexp-opt.
3491         (awk-mode): Use define-derived-mode.
3493         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3494         when extracting a suffix.
3496 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
3498         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
3499         auto-save-mode.
3501 2000-11-04  Jason Rumney  <jasonr@gnu.org>
3503         * language/european.el (decode-mac-roman): Test against r1 not r0.
3505 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
3507         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3508         (icon-mode): Define indent-line-function.
3509         (icon-comment-indent): Simplify.
3510         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3512         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3514         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3515         Bind change-log-default-mode to defeat the caching done on it.
3516         Don't bother saving excursion any more.
3518         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3520         * frame.el (after-setting-font-hook): Rename hooks -> hook.
3521         (set-frame-font): Use the new name (and the old for compatibility).
3523         * toolbar/tool-bar.el (tool-bar-mode):
3524         * time.el (display-time-mode):
3525         * recentf.el (recentf-mode):
3526         * paren.el (show-paren-mode):
3527         * mwheel.el (mouse-wheel-mode):
3528         * msb.el (msb-mode):
3529         * jka-compr.el (auto-compression-mode):
3530         * image-file.el (auto-image-file-mode):
3531         * hl-line.el (hl-line-mode):
3532         * delsel.el (delete-selection-mode):
3533         * autoinsert.el (auto-insert-mode):
3534         * complete.el (partial-completion-mode): Drop unneeded positional args.
3536         * info.el (Info-mode):
3537         * comint.el (comint-mode): Don't bother with make-local-hook.
3539         * log-edit.el (log-edit-menu): New menu.
3541 2000-11-03  Miles Bader  <miles@gnu.org>
3543         * wid-edit.el (widget-end-of-line): Reinstate, with a new
3544         definition, so that trailing spaces are handled properly.
3545         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3547 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
3549         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3550         tab character.
3551         (fancy-splash-screens): Set tab-width to 20.
3553 2000-11-03  Dave Love  <fx@gnu.org>
3555         * comint.el (comint-completion-addsuffix): Fix custom type.
3557 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
3559         * font-lock.el (font-lock-buffers): Remove.
3560         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3561         (font-lock-change-major-mode): Remove.
3562         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3563         (font-lock-default-fontify-region): Extend the multiline
3564         fontification to whole lines.
3565         (font-lock-fontify-anchored-keywords)
3566         (font-lock-fontify-keywords-region): If matching just one
3567         line (with \n) only mark the \n as multiline.
3569         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3570         Correctly handle the case where several :group args are supplied.
3571         Allow :extra-args.
3572         (easy-mmode-define-global-mode): Allow :extra-args.
3573         Correctly handle the case where several :group args are supplied.
3575 2000-11-02  Miles Bader  <miles@gnu.org>
3577         * calendar/calendar.el (diary-face, calendar-today-face)
3578         (holiday-face): Remove dependency on `window-system'.
3580 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
3582         * Makefile.in (emacs): Set EMACSLOADPATH always.
3583         (update-authors, .el.elc, compile-files): Don't do it explicitly
3584         here.
3585         (compile-files): Bomb out if compilation of a file fails.
3587 2000-11-02  Dave Love  <fx@gnu.org>
3589         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3591 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
3593         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3594         punctuation in the warning inserted into the *mail* buffer.
3596 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
3598         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3599         (authors-public-domain-p): New function.
3600         (authors-print): Use it.
3602         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3604         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3606 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3608         * ps-print.el: Extension for even/odd printing.  Doc fix.
3609         (ps-print-version): New version number (6.3.1).
3610         (ps-even-or-odd-pages): Customization fix.
3611         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3612         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3613         (ps-page-count): Var replaced by `ps-page-column'.
3614         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3615         (ps-print-sheet-p): New fun.
3617 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3619         * tooltip.el (tooltip-gud-tips-setup): New function.
3620         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3621         (tooltip-mode): Call tooltip-gud-tips-setup.
3622         (tooltip-gud-tips): Use `gud-basic-call' instead of
3623         process-send-string, so the prompt gets frobbed appropriately.
3624         Handle nil return value from `tooltip-gud-print-command'.
3626 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
3628         * comint.el (comint-add-to-input-history): New function.
3629         (comint-send-input): Use `comint-add-to-input-history'.
3631 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3633         * info.el (info-menu-header): New face.
3634         (Info-fontify-menu-headers): New function.
3635         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3637         * info.el (Info-insert-dir): Don't include blank lines at
3638         beginning of additional dir files (one is added automatically).
3640 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
3642         * emacs-lisp/easy-mmode.el (define-minor-mode):
3643         Revert the latest changes.
3644         Allow the three positional arguments to be skipped and replaced
3645         by keyword arguments.
3646         Add a :toggle argument to determine whether a nil arg means toggle
3647         or means turn-on.  The default is unchanged.
3648         Add a call to force-mode-line-update.
3650 2000-11-01  Dave Love  <fx@gnu.org>
3652         * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3653         cookie.
3655 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
3657         * calendar/calendar.el (diary-face, holiday-face): Add
3658         dark-background variants.
3660 2000-10-31  Sam Steingold  <sds@gnu.org>
3662         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3663         `tex-main-file' does not have directory in it.
3665 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
3667         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3669 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
3671         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3672         functional change.
3674 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
3676         * files.el (find-file-noselect): When we expand a wildcard, return
3677         a list of buffers, as we should do according to the doc string.
3679 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
3681         * loadup.el (top level): Adjust load path if program name is
3682         "../src/bootstrap-emacs", in case it's not dumped and thus the
3683         load path adjustment hasn't already been done.
3685 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3687         * ps-print.el: Fix bug on selected pages for printing.  Use
3688         `color-values' for Emacs 21.  Ensure fontification when jit-lock
3689         is on.  Try to avoid warning messages when compiling.  Doc Fix.
3690         (ps-print-version): New version number (6.3).
3691         (ps-color-device): Use `color-values' to determine if device
3692         supports color.
3693         (ps-color-values): Try to use `x-color-values' when using XEmacs.
3694         (ps-print-page-p): Changed from defsubst to defun.
3695         (ps-page-number): Changed from defmacro to defun.
3696         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3697         printing.
3698         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
3699         (ps-end-file, ps-dummy-page): Funs eliminated.
3700         (ps-print-color-scale): Changed default value.
3701         (ps-page-n-up, ps-print-page-p): New internal vars.
3702         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3703         (ps-plot-region, ps-generate, ps-end-job): Code fix.
3705         * delim-col.el: Little programming improvement.
3706         (delimit-columns-str): New macro.
3707         (delimit-columns-region, delimit-columns-rectangle): Code fix.
3709 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
3711         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3712         Moved to european.el.
3713         (ccl-encode-mac-roman-font, fontset-mac): Modified for
3714         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3715         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3716         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
3718 2000-10-30  Dave Love  <fx@gnu.org>
3720         * progmodes/cc-menus.el (imenu-generic-expression)
3721         (imenu-progress-message): Only defvar when compiling.
3723         * emacs-lisp/elp.el (elp-unload-hook): New function.
3725         * loadhist.el (unload-feature): Call elp-restore-function,
3726         checking for symbols; don't use elp-restore-all.
3727         (loadhist-hook-functions): Doc fix.
3729 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3731         * log-edit.el (log-edit-confirm): Fix the default.
3733 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3735         * delim-col.el: Little fix: replace delimit-columns-align-columns by
3736         delimit-columns-format.
3737         (delimit-columns-region, delimit-columns-rectangle): Code fix.
3739 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
3741         * comint.el (comint-replace-by-expanded-history): Don't use
3742         comint-get-old-input (we're not looking at *old* input).
3743         (comint-get-old-input-default): If using fields, signal an error
3744         when the point is not in an input field.
3746 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
3748         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3749         and mule-unicode-e000-ffff.
3751         * international/mule.el (decode-char, encode-char): New functions.
3752         (make-coding-system): Accept a symbol of translation table as a
3753         value of property `safe-chars'.
3755         * international/mule-cmds.el (encode-coding-char): Check property
3756         safe-chars instead of safe-charsets.
3758         * international/fontset.el (fontset-default): Modified for
3759         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3760         (x-font-name-charset-alist): Likewise.
3761         (ccl-encode-unicode-font): New CCL program.  Record it in
3762         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3764         * language/european.el (mac-roman-decoder, mac-roman-encoder):
3765         New translation tables.
3766         (decode-mac-roman, encode-mac-roman): Definition of these CCL
3767         programs are modified and moved from mac-win.el.
3768         (mac-roman): Definition of this coding system is modified and
3769         moved from mac-win.el.
3771 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
3773         * ediff-wind.el (ediff-setup-control-frame): Enclose
3774         face-attribute in condition-case to avoid errors in older emacsen.
3776 2000-10-29  Miles Bader  <miles@gnu.org>
3778         * custom.el (custom-add-to-group): Allow multiple entries for a
3779         given value OPTION, as long as their widget types are different.
3780         * cus-edit.el (custom-face-value-create): If face name doesn't end
3781         with "face", add such here (similar to custom group widgets).
3783         * comint.el (comint-highlight-prompt): Add :type.
3785 2000-10-28  John Wiegley  <johnw@gnu.org>
3787         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3788         Changed this function to operate on a temporary buffer instead of
3789         the main buffer.  This not only keeps flyspell from marking a
3790         buffer as changed that wasn't, but it solves the jumpy cursor
3791         problem when attempts are made to edit incorrect words.
3792         (flyspell-maybe-correct-doubling): Same change as for
3793         `flyspell-maybe-correct-transposition'.
3795         * calendar/timeclock.el (timeclock-log): Doc fix.
3796         (timeclock-last-event): Doc fix.
3797         (timeclock-log): Kill the timelog buffer after appending a new
3798         event.
3799         (timeclock-find-discrep): Use a temp buffer to read in the
3800         timelog, instead of visiting the file.
3801         (timeclock-log-data): A new function, along with a host of helper
3802         functions, for the purpose of making timelog data accessible to
3803         programmers.
3805         * eshell/esh-mode.el (window-height test): Make certain that
3806         `eshell-stringify-t' is non-nil.
3807         (eshell-password-prompt-regexp): Changed to a much simpler
3808         password regexp.
3809         (eshell-send-input): If `eshell-invoke-directly' returns t,
3810         directly invoke the parsed command using `eval'.  This improves
3811         turn-around time on simple commands by a factor of three or
3812         greater, such as cd, ls, pwd, etc. -- which get used very often.
3813         It also conserves thousands of cons cells per call (since
3814         `eshell-do-eval' consumes memory like a Cookie Monster set loose
3815         in the Pacific Cookie Company).
3817         * eshell/esh-test.el (eshell-test): Whitespace fix.
3819         * eshell/em-ls.el (eshell-ls-insert-directory): Make
3820         `eshell-ls-initial-args' nil when inserting directory contents.
3822         * eshell/em-script.el (eshell-script-initialize): Add names to
3823         `eshell-complex-commands, since `source' and `.' are complex.
3825         * eshell/esh-cmd.el (eshell-rewrite-for-command)
3826         (eshell-rewrite-while-command): Use `eshell-protect' instead of
3827         `eshell-copy-handles'.
3828         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3829         bodies.
3830         (eshell-separate-commands): Whitespace fix.
3831         (eshell-complex-commands): Added a new list of names, for
3832         determining whether a given command is as simple as it looks.
3833         (eshell-invoke-directly): New function.  Returns t if a command
3834         should be invoked directly (using `eval'), rather than indirectly
3835         using `eshell-do-eval'.
3836         (eshell-do-eval): Whitespace fix.
3838         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3839         which provides an emulation of the DOS shell behavior of assuming
3840         that cp/mv/ln should copy/move/link to the current directory.
3841         (eshell-remove-entries): Added a doc string.
3842         (eshell-shuffle-files): Removed the check for `target' being null.
3843         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3844         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3845         it to do a smarter check of whether a destination was provided.
3846         (eshell/mv, eshell/cp): Enable `:preserve-args'.
3847         (eshell/ln): Enable `:preserve-args', and use
3848         `eshell-mvcpln-template' to implement the body of the function.
3849         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3850         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
3851         list after flattening it.  This makes it possible to cat files
3852         with numerical names.
3853         (eshell-unix-initialize): Added several names to
3854         `eshell-complex-commands.
3855         (eshell-unix-command-complex-p): Return t if a given command name
3856         may result in external processes being invoked.
3858         * eshell/em-glob.el (eshell-glob-show-progress): Make this
3859         variable nil by default, since it slows down glob processing by a
3860         factor of two or more, and increases memory consumption.
3862         * eshell/em-smart.el: Added a note about how memory consumptive
3863         smart display mode can be (at least this is true in Emacs 21).
3864         (eshell-smart-initialize): Whitespace fix.
3865         (eshell-refresh-windows): Use `if' instead of `when'.
3866         (eshell-smart-scroll-window): Calling `save-current-buffer' was
3867         not necessary.
3868         (eshell-currently-handling-window): Added a missing global
3869         variable.
3871         * eshell/em-ls.el (eshell-do-ls): Code simplification.
3872         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3873         Whitespace fix.
3874         (eshell-ls-exclude-hidden): Added this variable in addition to
3875         `eshell-ls-exclude-regexp'.  This one prevents files beginning
3876         with . from even being read, which can improve memory consumption
3877         quite a bit.
3878         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3879         read file entries beginning with a dot.  In home directories with
3880         lots of hidden files, fully two-thirds of the time spent in ls is
3881         used to read directory entries that are immediately thrown away.
3882         (eshell-ls-initial-args): Added back this configuration variable,
3883         for specifying default initial arguments to every call to ls.
3884         Much faster than using an alias to do the same thing.
3885         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3886         (eshell-ls-dir): Whitespace change.
3888         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3890         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3891         available.
3892         (eshell-stringify-t): Added a customization variable, to indicate
3893         whether `t' should be rendered as a string at all.  If not, one
3894         can still determine if the result of an expression is true using
3895         "file-exists-p FILE && echo true".
3896         (eshell-stringify): If `eshell-stringify-t' is nil, don't
3897         stringify t!
3899         * eshell/esh-module.el: Whitespace fix.
3901         * eshell/em-alias.el (eshell-alias-initialize): Added
3902         `eshell-command-aliased-p' to `eshell-complex-commands'.
3903         (eshell-command-aliased-p): New function that returns t if a
3904         command name names an aliased.
3906 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
3908         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
3909         redrawing the screen when changing cursor color.
3910         (viper-insert-state-pre-command-sentinel)
3911         (viper-replace-state-pre-command-sentinel)
3912         (viper-replace-state-post-command-sentinel):
3913         Use viper-preserve-cursor-color.
3914         Many functions changed to use viper= instead of = when comparing
3915         characters.
3916         * viper-util.el (viper-memq-char,viper=): New functions for
3917         working with characters.
3918         (viper-change-cursor-color): Fixed buglet.
3919         Many functions changed to use viper= instead of = when comparing
3920         characters.
3921         * viper.el (viper-insert-state-mode-list): Added eshell.
3923         * ediff-init.el (ediff-before-setup-hook): New hook.
3924         Several typos fixed in various docstrings.
3925         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3926         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
3927         hook.
3928         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3929         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3930         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3931         (ediff-get-selected-buffers): New function.
3932         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3933         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
3934         save-window-excursion.
3935         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
3936         termination check in while loop.
3937         * ediff.el (ediff-get-default-file-name): Better defaults when in
3938         dired buffer.
3939         (ediff-files,ediff-merge-files,ediff-files3)
3940         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
3942 2000-10-28  Dave Love  <fx@gnu.org>
3944         * info.el (Info-fontify-node): Add help-echo for menu items.
3946 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
3948         * startup.el (normal-top-level): If the value of $TERM indicates
3949         we are running from xterm or one of its work-alikes, default to a
3950         light background mode.
3952         Support for -fg, -bg, and -rv command-line arguments for TTYs:
3953         * faces.el (tty-handle-reverse-video): New function.
3954         (tty-create-frame-with-faces): Call it.
3956         * frame.el (frame-notice-user-settings): Don't apply
3957         default-frame-alist and initial-frame-alist to MS-DOS frames.
3958         Call tty-handle-reverse-video, frame-set-background-mode, and
3959         face-set-after-frame-default for non-MS-DOS frames.
3961         * startup.el (tty-long-option-alist): New variable.
3962         (tty-handle-args): New function.
3963         (command-line): Call tty-handle-args.
3965         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3966         startup.el now does that for all character-terminal frames.
3968 2000-10-28  Miles Bader  <miles@gnu.org>
3970         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3971         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3972         global.  If :global is followed by a non-nil but non-t value,
3973         make the mode buffer-local, but also generate a `global-MODE'
3974         version using `easy-mmode-define-global-mode'.  Add
3975         :conditional-turn-on keyword argument.
3977 2000-10-28  Dave Love  <fx@gnu.org>
3979         * international/latin1-disp.el (latin1-char-displayable-p): Don't
3980         use window-system.
3982 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
3984         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3985         Don't call find-buffer-file-type-coding-system.  Instead, just
3986         set eol-type to -unix if inhibit-eol-conversion is in effect, or
3987         if the file is on an untranslated filesystem.
3988         (add-untranslated-filesystem): Use "D" instead of "f" inside
3989         interactive.
3991 2000-10-27  Dave Love  <fx@gnu.org>
3993         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
3994         (refill-mode): Use it.
3996 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
3998         * international/quail.el (quail-activate): Don't make-local-hook.
4000 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
4002         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
4003         manual backups and file.~<rev>.~ for automatic ones.
4004         (vc-make-version-backup): Don't do it on MS-DOS without long file
4005         names.
4007         * vc.el (vc-version-other-window): If an automatic backup of the
4008         desired version exists, rename it instead of copying it.
4010         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4011         after command.  If there's an unexpected error, signal it instead
4012         of being silent.
4013         (vc-cvs-merge-news): Be prepared for no news at all.
4015 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
4017         * shell.el (shell): Add BUFFER argument.
4018         * comint.el (make-comint-in-buffer): New function.
4019         (make-comint): Use it.
4021         * faces.el (face-spec-choose): Change syntax so that the list of
4022         attribute-value pairs is now the cdr of each clause, not the cadr.
4023         Detect old-style entries, and handle them.  Use pop.
4025 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
4027         * cus-edit.el (custom-mode-map): Use a sparse map.
4028         (custom-mode): Don't bother with make-local-hook.
4030         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4032         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4034 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4036         * ps-print.el: Avoid compilation gripes.
4037         (ps-print-version): New version number (6.2.1).
4039 2000-10-26  Dave Love  <fx@gnu.org>
4041         * menu-bar.el: Modify some menu item help strings.
4042         (menu-bar-help-menu): Add link to MORE.STUFF.
4044         * cus-edit.el (custom-mode): Add `special' mode-class property.
4046         * wid-browse.el (widget-browse-mode): Likewise.
4048         * wid-edit.el (widget-specify-field): Revert to using local-map
4049         property, not keymap.
4051 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
4053         * wid-edit.el (widget-field-end): When checking for a `boundary'
4054         field, do so in the correct buffer.
4056         * simple.el (undo): Correctly distinguish between numeric and
4057         non-numeric prefix args in non-transient-mark-mode, as per the doc
4058         string.  When in transient-mark-mode, treat all prefix-args as
4059         numeric.
4061         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4062         Position point on match.  Handle N == 0 correctly.
4064         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4065         (comint-mode-map): Reverse order of `comint-write-output' and
4066         `comint-append-output-to-file'.
4067         (comint-append-output-to-file): Reinstate this function, for the
4068         benefit of the menu.
4070 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4072         * vc.el (vc-version-other-window): Bind `file'.
4074 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
4076         * Makefile.in (update-authors): New target for maintenance purposes.
4078         * emacs-lisp/authors.el (batch-update-authors): New function.
4079         (authors-fixed-entries): New defconst.
4080         (authors-add-fixed-entries): New function.
4081         (authors): Call it.: Don't process lispref/.
4083 2000-10-25  Jason Rumney  <jasonr@gnu.org>
4085         * cus-edit.el (custom-button-face, custom-button-pressed-face):
4086         Merge x w32 and mac definitions.
4088 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
4090         * menu-bar.el (menu-bar-options-menu): Add a help string for
4091         `uniquify'.
4093 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
4095         * time-stamp.el (time-stamp-string-preprocess):
4096         Fix a wrong type argument error.
4098 2000-10-25  Miles Bader  <miles@gnu.org>
4100         * recentf.el (recentf-mode): Variable removed.
4101         (recentf-mode): Use `define-minor-mode'.
4103         * mwheel.el (mouse-wheel-mode): New global minor mode.
4104         (mwheel-install): Use `mouse-wheel-mode'.
4106 2000-10-25  Dave Love  <fx@gnu.org>
4108         * progmodes/cperl-mode.el (cperl-mode):
4109         Set normal-auto-fill-function correctly.
4111         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4112         inherit from global-map and don't nullify menu-bar and tool-bar
4113         bindings.
4115 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
4117         * wid-edit.el (widget-field-at): New function.
4118         (widget-at, widget-field-activate): Use it.
4119         (widget-tabable-at): Use `widget-at'.
4120         (widget-specify-field): If the terminating character of the widget
4121         field (which is read-only) is a newline, put it into a special
4122         `boundary' field so that C-n/C-p act more naturally.
4123         (widget-field-end): Also don't subtract one if a special
4124         `boundary' field has been added after the widget field.
4126         * comint.el (comint-output-filter, comint-send-input): Don't
4127         bother adding stickiness fields to overlays to fool the field
4128         code, since it should notice the overlay insertion-types now.
4130         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4131         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4132         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4134 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
4136         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4137         (authors): Set file coding system to iso-2022-7bit.  Add
4138         file-local variables to output buffer.
4140         * files.el (after-find-file): Don't print any warnings if
4141         WARN is nil.
4143 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4145         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4147         * delim-col.el: Now there is a column formatting mechanism.
4148         Modified to customization mechanisms convention.  Doc fix.
4149         (columns): New group for delim-col.
4150         (delimit-columns-before, delimit-columns-after)
4151         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4152         (delimit-columns-end): New vars.
4153         (delimit-columns-customize, delimit-columns-format): New funs.
4154         (delimit-columns-region, delimit-columns-rectangle)
4155         (delimit-columns-rectangle-line): Modified to support column
4156         formatting.
4158 2000-10-24  Dave Love  <fx@gnu.org>
4160         * log-edit.el (log-edit): Add :version and a :group for vc.
4162 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
4164         * files.el (after-find-file): Don't print a message ``New file''
4165         if WARN is nil.
4167         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4168         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
4169         get duplicate tool-bar entries because we'll see the global ones
4170         on more than one path through keymaps.
4172         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4174         * progmodes/cmacexp.el: Change Francesco's email address.
4176 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
4178         * window.el (fit-window-to-buffer): Adjust point of the window
4179         buffer, not that of the current buffer.
4181 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
4183         * progmodes/cmacexp.el: Update the euthor's email address.
4185 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
4187         * faces.el (face-spec-set-match-display): Add `graphic' display
4188         type (the inverse of `tty').  Use `display-graphic-p' instead of
4189         the window-system variable.
4191 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
4193         * international/isearch-x.el (isearch-with-input-method): Call
4194         input-method-function with the first event in
4195         unread-command-events.
4197 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
4199         * faces.el (face-default-spec, face-user-default-spec): Make
4200         defsubsts.
4202 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
4204         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4205         New charsets.
4207         * term/mac-win.el: Remove definitions of mac-roman-lower and
4208         mac-roman-upper, require dired, and define instead of set
4209         mac-ready-for-drag-n-drop to avoid compilation error.
4211 2000-10-23  Andrew Innes  <andrewi@gnu.org>
4213         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4214         superfluous calls to subst-char-in-string; instead apply
4215         expand-file-name after convert-standard-filename to ensure
4216         expected directory separators are used.
4218 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
4220         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4222 2000-10-23  Dave Love  <fx@gnu.org>
4224         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4225         (tool-bar-add-item): Set foreground and background for XBM icons.
4227         * international/latin1-disp.el (latin1-char-displayable-p): New
4228         function (from Handa).
4229         (latin1-display-check-font): Use it.
4231         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4232         using :key-sequence, making it much more usable.  Use nconc, not
4233         append.
4234         (imenu--create-keymap-1): Avoid append.
4236         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4238 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
4240         [the following changes fix a bug where `define-minor-mode' didn't
4241         correctly generate :require clauses for defcustoms in compiled files]
4242         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4243         (byte-compile-log-file, byte-compile-log-1): Don't set
4244         `byte-compile-current-file' to nil.  Instead set
4245         `byte-compile-last-logged-file' to it.  Test whether
4246         byte-compile-current-file equals byte-compile-last-logged-file
4247         instead of whether its nil.
4248         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
4250 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
4252         * textmodes/refill.el: Fix var names in doc.
4253         (refill-mode): Don't bother with make-local-hook anymore.
4255 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
4257         * faces.el (face-user-default-spec, face-default-spec): New functions.
4258         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4259         (frame-set-background-mode, face-set-after-frame-default):
4260         Use `face-user-default-spec'.  Simplify code slightly.
4262         * woman.el (woman-italic-face, woman-bold-face)
4263         (woman-unknown-face): Add dark-background variants.
4264         (woman-default-faces): Renamed from `woman-colour-faces'.
4265         Set using the stored defaults, rather than using hard-wired colors.
4266         (woman-monochrome-faces): Renamed from `woman-black-faces'.
4267         Just make the foreground `unspecified' rather than "black".
4268         (woman-menu): Rename menu entries accordingly.
4270         * faces.el (header-line): Make more reasonable on mono/grayscale
4271         displays.
4273 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
4275         * cus-edit.el (custom-button-face): Use 3D look for mac.
4276         (custom-button-pressed-face): Likewise.
4278         * faces.el (set-face-attributes-from-resources): Handle mac frames
4279         in the same way as x and w32 frames.
4280         (face-valid-attribute-values): Likewise.
4281         (read-face-attribute): Likewise.
4282         (defined-colors): Likewise.
4283         (color-defined-p): Likewise.
4284         (color-values): Likewise.
4285         (display-grayscale-p): Likewise.
4286         (face-set-after-frame-default): Likewise.
4287         (mode-line): Same default face as for x and w32.
4288         (tool-bar): Likewise.
4290         * frame.el: Remove call to frame-notice-user-settings at end of
4291         the file.
4293         * info.el (Info-fontify-node): make underlines invisible for mac
4294         as for x, pc, and w32 frame types.
4296         * term/mac-win.el: New file.
4298 2000-10-22  Dave Love  <fx@gnu.org>
4300         * textmodes/refill.el: New file.
4302 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
4304         * vc-hooks.el (vc-version-backup-file-name): New optional args
4305         MANUAL and REGEXP.
4306         (vc-delete-automatic-version-backups, vc-make-version-backup):
4307         New functions.
4308         (vc-before-save): Use the latter.
4309         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4310         confusion.
4312         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
4313         expected by vc[-hooks].el.
4315         * vc.el (vc-checkout): Added `-p' suffix in call to
4316         vc-make-version-backups-p; use vc-make-version-backup to actually
4317         make the backup.
4318         (vc-version-other-window, vc-version-backup-file): Handle both
4319         automatic and manual backups.
4320         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4321         of all of them.
4323 2000-10-22  Miles Bader  <miles@gnu.org>
4325         * comint.el (comint-highlight-input, comint-highlight-prompt):
4326         Renamed, `-face' at end removed.
4327         (comint-send-input, comint-output-filter): Use renamed faces.
4329         * window.el (fit-window-to-buffer): Change defaulting of
4330         MAX-HEIGHT slightly.
4332         * faces.el (color-values, color-defined-p): Use `member', not
4333         `memq', because it works correctly for strings.
4334         (frame-set-background-mode): Actually, "unspecified-fg" and
4335         "unspecified-bg" *are* strings.  Use `member', not `memq', and
4336         `equal', not `eq', when a string value is possible.
4338 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
4340         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4342 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
4344         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4345         sh-electric-rparen, sh-electric-less and sh-electric-hash.
4346         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4347         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4348         (sh-font-lock-syntactic-keywords): Use them.
4349         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4350         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4351         (sh-mode): Don't override font-lock-unfontify-region-function.
4352         Use a copy of sh-font-lock-syntactic-keywords.
4353         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4354         Don't call sh-scan-buffer since font-lock does it on the fly.
4355         (sh-get-indent-info): Use `face' rather than `syntax-table'
4356         text-property to detect here-documents.
4357         Replace sh-special-syntax with sh-st-punc.
4358         (sh-prev-line): Use `face' rather than `syntax-table'
4359         text-property to skip over here-documents.
4360         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4361         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4362         (sh-electric-less, sh-set-here-doc-region)
4363         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
4364         (sh-scan-buffer, sh-rescan-buffer): Remove.
4366 2000-10-21  Andrew Innes  <andrewi@gnu.org>
4368         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4369         remote (ange-ftp) file names.
4371 2000-10-21  Miles Bader  <miles@gnu.org>
4373         * window.el (fit-window-to-buffer): New function.
4374         (shrink-window-if-larger-than-buffer): Use it.
4375         (window-text-height): Don't expect minibuffers to have mode-lines.
4377         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
4378         * international/quail.el (quail-update-guidance): Use
4379         `fit-window-to-buffer' instead of `set-window-text-height'.
4381         * international/quail.el (quail-show-guidance-buf): Make sure
4382         guidance window really has enough room.
4383         (quail-update-guidance): If quail-guidance-win is already shown,
4384         make sure its height is OK.
4386         * window.el (window-text-height, set-window-text-height):
4387         New functions.
4388         (shrink-window-if-larger-than-buffer): Use `window-text-height'
4389         instead of `window-height' & `mode-line-window-height-fudge'.
4390         (mode-line-window-height-fudge): Add FACE parameter.
4391         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4392         instead of `enlarge-window' & `mode-line-window-height-fudge'.
4394 2000-10-20  Miles Bader  <miles@gnu.org>
4396         * window.el (height-affecting-face-attributes): Use `defconst'.
4398         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4399         New function, conditionally aliased to `mode-line-window-height-fudge'.
4400         (ispell-help): Use it.
4401         (ispell-choices-win-default-height): Don't include mode-line fudge.
4402         (ispell-choices-win-default-height): New function.
4403         (ispell-show-choices, ispell-command-loop): Use function
4404         `ispell-choices-win-default-height' instead of variable.
4406 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
4408         * window.el (mode-line-window-height-fudge): New variable.
4409         (height-affecting-face-attributes): New variable.
4410         (mode-line-window-height-fudge): New function.
4411         (shrink-window-if-larger-than-buffer): Use it.
4412         * help.el (resize-temp-buffer-window): Likewise.
4414         * info.el (Info-fontify-node): Add support for @subsubsection
4415         titles, which use `Info-title-4-face'.
4416         (Info-title-4-face): New face.
4417         (Info-title-3-face): Inherit from Info-title-4-face instead of
4418         variable-pitch.
4420 2000-10-19  Jason Rumney  <jasonr@gnu.org>
4422         * dired.el (dired-insert-directory): Do not let errors signalled by
4423         attempt to run dired-free-space-program prevent dired from working.
4425 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
4427         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4429 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
4431         * dirtrack.el (dirtrack): Fix call to run-hooks.
4433         * cmuscheme.el (cmuscheme-program-name): Renamed from
4434         scheme-program-name because xscheme.el contains a defcustom with
4435         the same name.  As a consequence, customizing group `cmuscheme'
4436         loaded `xscheme' which redefined run-scheme.
4437         (run-scheme): Use cmuscheme-program-name.
4439         * ps-print.el (ps-print-emacs-type): Move into the
4440         eval-and-compile.
4442         * play/doctor.el (doctor-death): Update the Samaritans'
4443         anonymous address, and add a website for Befrienders International.
4445 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4447         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
4448         Avoid compilation gripes.  Doc fix.
4449         (ps-print-version): New version number (6.2).
4450         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4451         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4452         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4453         (ps-x-extent-priority, ps-x-extent-start-position)
4454         (ps-x-face-font-instance, ps-x-find-coding-system)
4455         (ps-x-font-instance-properties, ps-x-make-color-instance)
4456         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4457         avoid compilation gripes without defining functions.
4458         (ps-e-find-composition): Alias for function find-composition, to have a
4459         suitable function depending on Emacs version.
4460         (ps-color-device, ps-color-values, ps-face-foreground-name)
4461         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4462         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4463         (ps-print-ensure-fontified): Function definitions surrounded by
4464         `eval-and-compile' to avoid compilation gripes.
4465         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4466         by symbol-value to avoid compilation gripes.
4467         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4468         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4470 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
4472         * startup.el (normal-top-level): Call `frame-set-background-mode'
4473         after `frame-notice-user-settings' because the latter doesn't call
4474         the former on a tty.
4476         * faces.el (frame-set-background-mode): `unspecified' &c are
4477         symbols, not strings.
4479 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
4481         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4482         why some "light*" colors are deliberately absent from the alist.
4484         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4485         Change colors for tty's, as suggested by Miles Bader.
4487 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
4489         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
4490         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
4491         for ISO10646-1 fonts.
4492         (x-font-name-charset-alist): Add an entry for "iso10646-1".
4494 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
4496         * faces.el (frame-set-background-mode): If a tty frame defines a
4497         background color, use that to compute the background mode, instead
4498         of always defaulting to "dark".
4500 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
4502         * comint.el (comint-write-output): New function.
4503         (comint-mode-map): Add it to the menu.
4504         Bind `C-c C-s' to comint-write-output.
4506 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
4508         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4509         Use fancy-splash-delay.
4511 2000-10-18  Alex Schroeder  <alex@gnu.org>
4513         * progmodes/sql.el (sql-sybase-options): New option.
4514         (sql-sybase): Use it.  Add sql-database to the list of parameters
4515         provided for login.  The options -w 2048 -n are not used any more.
4517         * comint.el (comint-read-input-ring): Bugfix such that the first
4518         and the last entry of the input ring file are not lost.
4520 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4522         * ps-print.el: Internal variable changes to defcustom,
4523         make-local-hook changes to defvar.  Doc fix.
4524         (ps-print-version): New version number (6.1).
4525         (ps-setup, ps-do-despool): Code fix.
4526         (ps-printer-name): Customization fix.
4527         (ps-printer-name-option): Now is a defcustom instead of an
4528         internal variable.
4529         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4530         (ps-print-begin-column-hook): Now are defvar instead of
4531         make-local-hook.
4533 2000-10-18  Miles Bader  <miles@gnu.org>
4535         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4536         (comint-kill-output): Changed into an alias for `comint-delete-output',
4537         and made obsolete.
4538         (comint-mode-map): Rename references to comint-kill-output.
4540 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
4542         * diff-mode.el (diff-header-face, diff-file-header-face)
4543         (diff-changed-face): Add bold and italic attributes to tty faces.
4544         (diff-function-face): New face.
4545         (diff-font-lock-keywords): Use it.
4547 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
4549         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4550         Remove commented-out call to force-mode-line-update.
4551         (comint-kill-output): Use `forward-line 0' instead of
4552         beginning-of-line to make sure we get past the prompt.
4554 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
4556         * diff-mode.el (diff-header-face, diff-file-header-face):
4557         Add specific setting for dark background.
4558         (diff-context-face): Renamed from diff-comment-face.
4559         Set explicitly rather than inheriting from font-lock-comment-face.
4561 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4563         * startup.el (command-line): Move the code which sets the default
4564         TTY colors to before before-init-hook.
4566 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4568         * jit-lock.el (jit-lock-stealth-time): Doc fix.
4570 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4572         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4573         extensions, for MS-DOS.
4575         * diff-mode.el (diff-header-face, diff-file-header-face)
4576         (diff-changed-face): Define tty-specific colors.
4578 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4580         * startup.el (fancy-splash-text): Realign the text.
4582 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4584         * font-lock.el (font-lock-comment-face): Define a separate default
4585         for dark-background tty's.
4587 2000-10-17  Miles Bader  <miles@gnu.org>
4589         * help.el (resize-temp-buffer-window): Add hack to avoid last line
4590         being obscured by whizzy mode-lines on graphics displays.
4592 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4594         * info.el (Info-title-1-face, Info-title-2-face)
4595         (Info-title-3-face): Define colors for tty's.
4596         (info-header-node): Remove unneeded tty-specific definition.
4598 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
4600         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4601         reverse from the frame parameters, and don't invert foreground and
4602         background colors.
4604 2000-10-16  Miles Bader  <miles@gnu.org>
4606         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4607         string "*Info*".  Call propertized-buffer-identification to spruce
4608         up the result.
4610 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
4612         * help.el: Provide `help' for the sake of define-minor-mode
4613         which generates defcustoms with requires.
4615         * jit-lock.el (jit-lock-after-change): If we're in text that
4616         matches a multi-line font-lock pattern, make sure the whole text
4617         will be redisplayed.
4619         * emacs-lisp/authors.el (authors-add): Don't add an entry if
4620         author's name is unknown.
4622         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4623         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4624         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4625         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4626         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4627         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4628         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4629         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4630         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4631         Add author information.
4633 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
4635         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4636         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4637         full-color version (using the Gimp) to eliminate dithering artifacts.
4639 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
4641         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4643         * simple.el (syntax-flag-table, string-to-syntax): Remove.
4645 2000-10-15  Dave Love  <fx@gnu.org>
4647         * progmodes/sh-script.el: Require skeleton and comint when
4648         compiling.
4650         * pcomplete.el (pcomplete) <defgroup>: Add :version.
4652         * whitespace.el: Doc fixes.
4653         (top-level): Don't add hooks here.
4654         (whitespace-running-emacs): Deleted.
4655         (timer): Don't require.
4656         (whitespace): Add back :version conditional on xemacs test.
4657         (whitespace-spacetab-regexp, whitespace-indent-regexp)
4658         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4659         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4660         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4661         Avoid specific xemacs test.
4662         (whitespace-global-mode): New option.
4663         (whitespace-global-mode): New command.
4664         (whitespace-unload-hook): New function.
4666         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4667         (Info-fontify-node, Info-goto-node, Info-mode-menu)
4668         (Info-fontify-node): `Goto' goes to `Go to'.
4669         (Info-fontify-node): Add help-echo to xref links.
4671 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
4673         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4675 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
4677         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4678         Use plist-get and allow :inherit.
4680         * emacs-lisp/cl-macs.el (cl-do-arglist):
4681         Use plist-get and plist-member instead of memq.
4683         * emacs-lisp/ewoc.el (ewoc-location): New function.
4684         (ewoc-enter-after, ewoc-enter-before): Document return value.
4685         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4686         Don't need make-local-hook any more.
4687         (cvs-addto-collection): Return the new tin.
4688         (cvs-mode-insert): Jump to the new line.
4690         * jit-lock.el (jit-lock-fontify-buffer): Remove.
4692         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4694         * font-lock.el (font-lock-syntactically-fontified): New var.
4695         (font-lock-fontify-syntactic-keywords-region): Use it.
4696         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
4698         * diff-mode.el (diff-find-file-name): Fix regexp.
4700         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4701         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4703         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4704         (sh-mode-syntax-table): Add punctuation syntax for < and >.
4705         (sh-mode): Don't make all vars local here.
4706         (sh-kw): Reformat.
4707         (sh-set-shell): Use dolist.  Don't set indent-region-function.
4708         (sh-mode-syntax-table): Use pop.
4709         (sh-remember-variable): Use push.
4710         (sh-help-string-for-variable): Use memq.
4711         (sh-safe-backward-sexp): Remove.
4712         (sh-safe-forward-sexp): Add ARG.
4713         (sh-get-indent-info, sh-prev-stmt): Use it.
4714         (sh-prev-line): Simplify by using forward-comment.
4715         (sh-this-is-a-continuation): Simplify.
4716         (sh-learn-buffer-indent): Use dolist.
4717         (sh-do-nothing): Remove.
4718         (sh-set-char-syntax, sh-set-here-doc-region):
4719         Use inhibit-modification-hooks.
4720         (sh-name-style): Use mapcar and push.
4721         (sh-load-style): Use dolist.
4722         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4723         (sh-case, sh-while-getopts): Use propertize directly rather
4724         than sh-electric-rparen.
4726 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
4728         * textmodes/tex-mode.el: Require CL when compiling.
4729         (tex-mode-syntax-table): Init immediately.
4730         (tex-mode-map): Bind M-RET to latex-insert-item.
4731         (latex-mode): Set indent-line-function to latex-indent.
4732         (tex-common-initialization): Don't setup the syntax-table any more.
4733         (latex-insert-item): New skeleton.
4734         (tex-next-unmatched-end): Fix copy/paste braino.
4735         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
4736         (latex-indent, latex-find-indent): New functions.
4737         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
4738         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4739         (tex-compilation-parse-errors): Use with-syntax-table.
4741 2000-10-15  Miles Bader  <miles@gnu.org>
4743         * font-lock.el (font-lock-comment-face): Change dark-background,
4744         color, non-tty, default to `chocolate1'.
4746 2000-10-13  John Wiegley  <johnw@gnu.org>
4748         * eshell/esh-util.el (require): Added a missing `require' form,
4749         needed when compiling (for an ange-ftp macro definition).
4751 2000-10-13  Dave Love  <fx@gnu.org>
4753         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4755 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
4757         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4758         fix.
4760         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
4761         transparent -colors 8).
4763 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
4765         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4766         that breaks with old list format timestamps.
4767         (time-stamp-warn-inactive, time-stamp-old-format-warn)
4768         (time-stamp-count, time-stamp-conversion-warn): Improved doc
4769         strings.
4771 2000-10-13  John Wiegley  <johnw@gnu.org>
4773         * align.el, pcomplete.el, calendar/timeclock.el,
4774         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4776         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
4777         faulty math, where holiday hours were being computing as seconds.
4779 2000-10-13  John Wiegley  <johnw@gnu.org>
4781         * desktop.el (desktop-buffer-modes-to-save): Added a global for
4782         specifying what "other" kinds of buffers should be saved.  This
4783         used to be hard-coded.
4784         (desktop-buffer-misc-functions): A global for specifying how
4785         auxiliary data should be determined for special buffer types.
4786         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4787         instead of hard-coding the special buffer types.
4788         (desktop-save): Run `desktop-buffer-misc-functions' to gather
4789         auxiliary data, instead of hard-coding for Info buffers and dired.
4790         (desktop-buffer-info-misc-data): Aux function for determining Info
4791         buffer auxiliary info.
4792         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4793         (desktop-buffer-info): Changed this function to use the info
4794         gathered above.
4795         (desktop-create-buffer): Be a little more careful about what
4796         `minor-mode' means before calling it.  This is important for some
4797         buffer types.
4799 2000-10-13  John Wiegley  <johnw@gnu.org>
4801         * eshell/esh-util.el: Added a global form which declares an
4802         autoload for `parse-time-string', if that function is not already
4803         defined, and if parse-time.el is available on the user's system.
4805         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4806         to be aware of ange-ftp user info.
4807         (eshell-do-ls): Bind `ange-cache'.  Also, use
4808         `eshell-file-attributes'.
4809         (eshell-ls-annotate): Use `eshell-file-attributes'.
4810         (eshell-ls-file): Made the user-id printing code a bit smarter.
4812         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4813         allow identification of alias user ids in remote directories.
4814         It's manual, but there's no other way to know when the current
4815         user on the local machine, is also the owning user on the remote
4816         machine.
4817         (fboundp): Bind `ange-cache'.
4818         (eshell-directory-files-and-attributes): Re-organized the logic a
4819         bit to use `eshell-file-attributes' instead of `file-attributes'.
4820         The former is more sensitive to directories that are read via FTP,
4821         and knows how to use ange-ftp to determine full attribute
4822         information, instead of just the name and last modtime.
4823         (eshell-current-ange-uids): Return the current user id when in a
4824         remote directory.
4825         (eshell-parse-ange-ls): Parse a full directory listing that has
4826         been returned by ange-ftp.
4827         (eshell-file-attributes): This beefed up version of
4828         `file-attributes' is only special if the user is currently in a
4829         remote directory, in which case it does a lot of work to find out
4830         what the real attributes of a file are, as they appear on the
4831         remote machine.  This makes usage of remote directories (i.e.,
4832         ange-ftp pathnames) much more useful.  You can now use Eshell as a
4833         full-fledged FTP client, with much more manipulation ability than
4834         most other clients.
4836         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4837         variable, which means that Eshell's du should always be preferred
4838         in remote directories.
4839         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4840         just `file-attributes'.
4841         (eshell-mvcp-template): Bind `ange-cache', to improve performance
4842         when reading remote directories.  This is an Eshell-specific
4843         variable (not part of ange-ftp).
4844         (eshell/ln): Bind `ange-cache'.
4845         (eshell/du): Added some extra logic for determining when to use
4846         Eshell's du (which is slow), and when to use the external version
4847         (which may or may not exist).
4849         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4850         `eshell-interactive-process', rather than using
4851         `get-buffer-process', since backgrounded processes don't count in
4852         the context of this function's logic.
4854         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4855         `forward-char', so that null strings are parsed correctly.
4857 2000-09-13  John Wiegley  <johnw@gnu.org>
4859         * eshell/em-pred.el (eshell-pred-file-type,
4860         eshell-pred-file-links, eshell-pred-file-size): Use
4861         `eshell-file-attributes'.  This is more correct over ange-ftp.
4863         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4864         that remote file globbing is more efficient.
4866         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4867         gathering the files and attributes within a directory.
4869         * eshell/em-unix.el (eshell/cat): If any of the files passed on
4870         the command line is a special file (not a regular file, directory
4871         or symlink), always attempt to call the external version of cat.
4873 2000-09-13  John Wiegley  <johnw@gnu.org>
4875         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4876         Eshell-friendly version of find-tag.
4878 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
4880         * image-file.el (image-file-name-extensions)
4881         (image-file-name-regexps): Add autoload cookies.
4883 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
4885         * international/mule-cmds.el (select-safe-coding-system): If FROM
4886         is string, show it in *Warning* buffer.
4888 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
4890         * startup.el (normal-top-level): Use display-popup-menus-p instead
4891         of window-system.
4892         (command-line): Use display-graphic-p instead of window-system.
4893         (command-line-1): Use display-popup-menus-p and display-mouse-p
4894         instead of window-system.
4896 2000-10-12  Sam Steingold  <sds@gnu.org>
4898         * tooltip.el (tooltip-use-echo-area): New user variable.
4899         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4901 2000-10-12  Dave Love  <fx@gnu.org>
4903         * recentf.el: Maintainer's checkdoc fixes.
4905         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4906         character class, not ASCII when matching file names.
4907         (fancy-splash-head): Add trailing slash to URL.
4908         (command-line): Don't require XPM support for toolbar.
4910         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4911         (cperl-invalid-face): Revert last change.
4912         (cperl-init-faces): Quote cperl-invalid-face.
4914 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
4916         * startup.el (fancy-splash-text): Remove superfluous quote.
4918 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
4920         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4921         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4922         (command-line-1): Don't use fancy-splash-pending-command.
4923         (fancy-splash-screens-1): Goto point-min after inserting text.
4925         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4927         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4928         instead of shared-lisp-mode-map.
4930 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
4932         * faces.el (header-line): Change tty-variant to use underlining.
4934         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4935         (isearch-highlight): Restore lazy-isearch face properties at old
4936         position, and suppress them at new position.
4937         (isearch-dehighlight): Restore lazy-isearch face properties.
4938         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4939         over the real isearch overlay, but in that case, don't give it a
4940         face property.  Use `push'.
4942 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
4944         * man.el (Man-getpage-in-background): Fix previous change.
4945         Decode the process output only when we are in multibyte mode.
4947 2000-10-11  Dave Love  <fx@gnu.org>
4949         * info.el (Info-mode-menu): Fix some help.
4950         (info-tool-bar-map): Add entry for Info-last.
4952         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4953         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4954         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4955         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4956         * toolbar/search-replace.xpm, toolbar/exit.xpm:
4957         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4958         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4959         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4960         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4961         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4962         Reduce colour requirements to 25 overall.  (Probably wants
4963         revisiting from the originals to reduce further.)
4965 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
4967         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4968         buffer-file-coding-system, instead of raw-text.
4969         (dehexlify-buffer): Bind coding-system-for-read to
4970         buffer-file-coding-system, instead of raw-text.
4972 2000-10-11  Sam Steingold  <sds@gnu.org>
4974         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4975         `underline' - fixes the bug introduced on 2000-09-21.
4977 2000-10-11  Dave Love  <fx@gnu.org>
4979         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4980         compiler warnings.
4981         (scheme-mode): Doc fix.
4982         (scheme-font-lock-keywords-1): Match `define-syntax'.
4984 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
4986         * faces.el (frame-set-background-mode): Pay attention to saved
4987         face specs as well as default ones.  Only do anything if the
4988         bg-mode or display-type has actually changed.  Use `dolist'.
4989         (region): Make dark-background `region' face less in-your-face.
4991 2000-10-10  Sam Steingold  <sds@gnu.org>
4993         * chistory.el, ielm.el, ledit.el:
4994         * progmodes/inf-lisp.el, progmodes/scheme.el:
4995         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4997 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
4999         * textmodes/texinfo.el: Update copyright and fix typo.
5001         * desktop.el (desktop-modes-not-to-save): New var.
5002         (desktop-save-buffer-p): Use it.
5003         Also, obey desktop-buffers-not-to-save even for non-file buffers.
5004         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5006 2000-10-10  Dave Love  <fx@gnu.org>
5008         * toolbar/tool-bar.el (tool-bar-add-item)
5009         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5010         display.
5012         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5013         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5014         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5015         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5016         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5017         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5018         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5019         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5020         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5021         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5022         the .xpms; probably need retouching.
5024 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
5026         * subr.el (add-to-list): Add optional argument APPEND.
5027         * battery.el (display-battery): Use `add-to-list'.
5029 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
5031         * play/zone.el (zone-timer, zone-wc-tbl): Rework
5032         these vars as symbol properties.
5033         (zone, zone-when-idle, zone-leave-me-alone)
5034         (zone-pgm-whack-chars): Use new symbol properties.
5036         * battery.el (display-battery): Doc spelling fix.
5038         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5039         property.
5041 2000-10-09  Dave Love  <fx@gnu.org>
5043         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5044         has been initialized before calling tool-bar-setup.
5045         (tool-bar-add-item-from-menu): Add autoload cookie.
5047 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
5049         * menu-bar.el (send-mail-item-name): New function.
5050         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5051         of mail-user-agent in the menu.  Don't display the "Send Mail"
5052         item if mail-user-agent is nil or its value is ignore.
5053         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5054         if read-mail-command is nil or its value is ignore.
5056         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5058 2000-10-09  Miles Bader  <miles@gnu.org>
5060         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5061         Correct image size.
5062         * toolbar/left_arrow.xpm: Correct image size.
5064         * jka-compr.el: Don't call `jka-compr-install' when loading (it
5065         will be done by the definition of `auto-compression-mode' if
5066         necessary.  Move code to uninstall existing file-name handler
5067         before definition of `auto-compression-mode'.
5069         * image-file.el (auto-image-file-mode): Move to the end of the
5070         file, because `define-minor-mode' actually calls the mode-function
5071         if the associated variable is non-nil, which requires that all
5072         needed functions be already defined.
5074         * mouse.el (popup-menu): Balance parens.
5076 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
5078         * mouse.el (popup-menu): Move the command call outside the loop
5079         so that popup-menu returns whatever the command returns.
5081         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
5082         (initialize-new-tags-table): Use run-hook-with-args-until-success.
5083         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5084         (tags-table-format-functions): Renamed from tags-table-format-hooks.
5086         * vc.el (vc-version-diff): diff-switches can be a list.
5087         Use relative filenames for prettier output.
5089         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5090         (vc-post-command-functions): Remove old-VC compatibility code.
5092         * newcomment.el (comment-indent-default): Autoload.
5094         * font-lock.el (font-lock-defaults): Make buffer-local.
5095         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5096         (font-lock-choose-keywords):
5097         Ignore LEVEL unless KEYWORDS is a list of syms.
5098         (c-keywords, c++-keywords, objc-keywords, java-keywords):
5099         Don't wrap regexp-opt things in \(...\) unnecessarily.
5101         * jit-lock.el: Don't require font-lock any more.
5102         (jit-lock-functions): Make buffer-local.
5103         (jit-lock-saved-fontify-buffer-function): Remove.
5104         (jit-lock-mode): Remove autoload cookie.
5105         Remove font-lock specific code.
5106         (jit-lock-unregister): Don't bother handling complex hooks any more.
5107         (jit-lock-refontify): New function.
5108         (jit-lock-fontify-buffer): Use it.
5109         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5110         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5111         Add optional args START and END.
5112         Never call font-lock-fontify-region directly.
5113         (jit-lock-function, jit-lock-stealth-fontify): Use it.
5115         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5117 2000-10-08  Dave Love  <fx@gnu.org>
5119         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5121         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5123         * play/studly.el (studlify-region, studlify-word): Add autoload
5124         cookie.
5126         * play/morse.el (morse-region, unmorse-region): Add autoload
5127         cookie.
5129         * play/spook.el (spook-phrases-file): Use expand-file-name, not
5130         concat.
5132         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5133         insist on symbols starting with word syntax.
5134         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5135         (eval-defun-1): Doc fix.
5136         (indent-sexp): Use nconc to build up indent-stack.
5138         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5139         Gnus with little use.
5140         (mail-setup-hook): Add mail-abbrevs-setup to options.
5142         * recentf.el: Doc fixes.
5144         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5145         Clean up remainder.
5147         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
5148         without timezone and (8) with timezone to enforce some whitespace.
5149         Simplify code somewhat.
5151         * options.el (list-options): Doc that you should use customize.
5153         * iswitchb.el (iswitchb-mode): Add :require.
5155         * info.el (Info-goto-node, Info-menu): Doc fix.
5156         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5157         (info-tool-bar-map): New variable.
5158         (Info-mode): Use it.
5159         (Info-edit-map): Define all in defvar.
5160         (speedbar-attached-frame): Avoid compiler warning.
5162         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5163         (global-map): Bind [tool-bar] to a filtered map.
5164         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
5165         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5166         Allow PBM icons.
5167         (tool-bar-setup): Adjust calls of tool-bar-add-item.
5169         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5170         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5171         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
5172         icons, except up_arrow, which is left-arrow rotated.
5174         * imenu.el (imenu-add-to-menubar): Fix last change.
5176 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
5178         * generic-x.el (rul-generic-mode): Remove eval-when-compile
5179         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
5181 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
5183         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5184         typos in doc strings.
5186         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5187         the doc strings how to customize Font Lock faces.
5189         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5190         computing growth when dragging the header line.
5192 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
5194         * simple.el (kill-line): Doc fix.
5196 2000-10-08  Miles Bader  <miles@gnu.org>
5198         * faces.el (secondary-selection): Make foreground visible on tty.
5200         * jka-compr.el (auto-compression-mode): Move to the end of the
5201         file, because `define-minor-mode' actually calls the mode-function
5202         if the associated variable is non-nil, which requires that all
5203         needed functions be already defined.
5204         (with-auto-compression-mode): Add autoload cookie.
5206 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
5208         * files.el (find-backup-file-name) [ms-dos]: If support for long
5209         file names is not available, behave as if version-control were set
5210         to never.
5212 2000-10-07  Dave Love  <fx@gnu.org>
5214         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5215         (browse-url-gnome-moz): New function.
5216         (browse-url-browser-function): Use it.
5217         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5219 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
5221         * indent.el (tab-always-indent): New var.
5222         (indent-for-tab-command): Use it.
5224         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5225         raise an error.  This way it can still default to a sane value.
5227 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
5229         * startup.el (fancy-splash-screens): Use local rather than global map.
5230         Don't use `update-menu-bindings' any more.
5231         Get rid of assumptions about keymap representation.
5233 2000-10-06  Dave Love  <fx@gnu.org>
5235         * textmodes/fill.el (sentence-end-double-space)
5236         (sentence-end-without-period):  Doc fix.
5237         (adaptive-fill-regexp): Purecopy.
5238         (unjustify-current-line): Use line-end-position.
5239         (fill-individual-paragraphs-prefix): Use line-beginning-position.
5241         * net/eudc-vars.el (eudc): Add :version, :link.
5243         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5245         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5246         Fix for define-minor-mode.
5247         (function-at-point): Alias to function-called-at-point.
5249         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5251         * simple.el (backward-word): Doc fix.
5253         * image-file.el (image-file-name-regexp): image-file-regexps ->
5254         image-file-name-regexps.
5255         (image-file-name-extensions): Add pbm.
5257 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
5259         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5260         and add filename to the names so that diff-mode can jump to source.
5262         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5263         (tex-font-lock-keywords, tex-font-lock-keywords-2)
5264         (tex-font-lock-keywords-1): Remove.
5265         (font-lock-turn-on-thing-lock): Use jit-lock-register.
5266         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5267         (font-lock-default-fontify-region):
5268         Expand beg..end correctly when just following a multiline region.
5269         (font-lock-fontify-anchored-keywords):
5270         Include the anchor text as part of the multiline.
5272 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
5274         * loadup.el (toplevel): Load `loaddefs' before `help' because the
5275         latter needs the autoloaded define-minor-mode macro during the
5276         bootstrap.
5278         * startup.el (command-line): For now, activate tool-bar-mode only
5279         if XPM images are supported.
5281         * mouse.el (mouse-drag-header-line): Don't allow resizing a
5282         window by dragging a header-line at the top of the frame; that's
5283         confusing because the header-line doesn't move.
5284         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5285         of treating the event as a list.  Some cleanup.
5287 2000-10-06  Miles Bader  <miles@gnu.org>
5289         * simple.el (display-message-or-buffer): New function.
5290         (shell-command-on-region): Use `display-message-or-buffer'.
5292         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5293         docstring parts.
5295         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5296         (smbclient-prompt-regexp): Add usage note to doc string.
5297         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5298         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5299         Use add-hook for adding the comint filter function, and only do so
5300         if it's not already in the global hook list.
5301         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5302         to `make-local-variable'.
5303         (nslookup-font-lock-keywords): Remove prompt entry.
5304         (nslookup): Don't set the process-filter.
5305         (finger): Exit the loop correctly when the regexps list runs out.
5306         (ftp, smbclient, smbclient-list-shares):
5307         Set the real major mode immediately, not after execing.
5308         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5310         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5312 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
5314         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5316         * which-func.el (which-func-format): Remove spurious space.
5317         (which-func-mode): Don't make it permanent-local.
5318         (which-func-ff-hook): Allow which-func-maxout to be nil.
5319         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
5320         (which-func-mode): Simplify.
5321         Use post-command-idle-hook rather than post-command-hook.
5322         Go through all buffers and update their state.
5323         (which-function): Also try add-log-current-defun-function.
5325         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5326         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5327         Update call to with-vc-properties accordingly.
5328         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5329         (vc-revert-buffer): More careful about window selection and deletion.
5330         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5332         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5333         (cvs-retrieve-revision): Reuse a pre-existing buffer.
5334         (cvs-dired-action): Change the default to quickdir.
5336         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5337         if comment-indent-function returns nil.
5338         (comment-indent-default): New function.
5339         (comment-indent-function): Use it and document the new semantics.
5341         * image-file.el: Docstring fixes.
5343         * help.el (help-xref-on-pp): Use match-string.
5344         (describe-variable): New arg BUFFER.
5345         Store the current buffer in the help-xref-stack.
5346         (temp-buffer-resize-mode): Use define-minor-mode.
5348         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5349         consistently with its docstring.
5350         Set jit-lock-first-unfontify-pos in an idempotent way.
5351         (jit-lock-register): Autoload and add arg CONTEXTUAL.
5353 2000-10-05  Alex Schroeder  <alex@gnu.org>
5355         * sql.el (sql-mysql-options): New variable.
5356         (sql-mysql): Use it.
5358 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
5360         * image.el (image): New group.
5362         * smerge-mode.el (smerge-mine-face, smerge-other-face)
5363         (smerge-base-face, smerge-markers-face): Add dark-background variants.
5365 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
5367         * net/net-utils.el (nslookup-font-lock-keywords)
5368         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5369         Ignore the value of wqindow-system; always define keywords
5371 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
5373         * startup.el (fancy-splash-screens): Remove the code for
5374         debugging; `(trace-to-stderr "EXITTT\n")'.
5376 2000-10-05  Miles Bader  <miles@gnu.org>
5378         * diff-mode.el (diff-goto-source): Update call to
5379         `diff-hunk-status-msg' to reflect new REV variable.
5381 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
5383         * progmodes/icon.el (icon-mode):
5384         Don't gratuitously override the default for comment-column.
5386         * vc-hooks.el (vc-mode-line): Fix interactive spec.
5388         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5389         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5390         (jit-lock-functions): New var.
5391         (jit-lock-function-1): Use it if non-nil.
5392         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
5393         Set the `fontified' property before doing the fontification to avoid
5394         repeatedly going through the same error.
5395         Don't turn errors into messages.
5396         (jit-lock-register, jit-lock-unregister): New functions.
5398         * dired.el (dired-mark-pop-up): Turn comment into docstring.
5399         Use with-current-buffer.
5401         * dired-aux.el (dired-do-create-files, dired-kill-tree):
5402         Turn comment into docstring.
5404         * apropos.el (apropos-mode): Use define-derived-mode.
5406 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
5408         * startup.el (fancy-splash-pending-command): New variable.
5409         (fancy-splash-pre-command): New function.
5410         (fancy-splash-screens): Rewritten.
5411         (command-line-1): If fancy-splash-pending-command is set, call it
5412         interactively.
5414 2000-10-04  Dave Love  <fx@gnu.org>
5416         * toolbar/tool-bar.el (tool-bar-setup): New function.
5417         (tool-bar-mode): Use it.
5419         * subr.el (substitute-key-definition): Doc fix.
5420         (play-sound-file): New command.
5422 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
5424         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5425         vc-version-backup-file-name): New functions.
5427         * files.el (basic-save-buffer): Call vc-before-save before saving.
5429         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5430         vc-cvs-stay-local-p.
5432         * vc.el (vc-revert-buffer): Handle empty diff properly.
5433         (vc-version-backup-file): New function.
5434         (vc-checkout): Create a version backup if necessary.
5435         (vc-checkin): If a version backup file exists, delete it.
5436         (vc-version-diff): Diff locally using version backups, if available.
5437         (vc-revert-file): If there's a version backup, revert locally.
5438         (vc-transfer-file): Use version backup for base version, if
5439         available.  If not, ask for confirmation whether to get it from the
5440         server.  Update mode line before check-in.
5442 2000-10-04  Dave Love  <fx@gnu.org>
5444         * toolbar/tool-bar.el (tool-bar-setup): New function.
5445         (tool-bar-mode): Use it.
5447 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
5449         * net/net-utils.el (nslookup-font-lock-keywords)
5450         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5451         Only set if window-system is non-nil
5452         (net-utils-run-program): Returns buffer.
5453         (network-connection-reconnect): Added this function.
5455         * generic.el:
5456         Incorporates extensive cleanup and docfixes by
5457         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5458         Uses cl compile-time macros.
5459         (generic-mode-name, generic-comment-list)
5460         (generic-keywords-list, generic-font-lock-expressions)
5461         (generic-mode-function-list, generic-mode-syntax-table):
5462         Removed variables.
5463         (generic-mode-alist): Renamed to generic-mode-list.
5464         (generic-find-file-regexp): Default changed to "^#".
5465         (generic-read-type): Uses completing read on generic-mode-list.
5466         (generic-mode-sanity-check): removed this function.
5467         (generic-add-to-auto-mode): Removed this function
5468         (generic-mode-internal): Bind mode-specific definitions
5469         into function instead of putting them in alist.
5470         (generic-mode-set-comments): Reworked extensively.
5471         (generic-mode-find-file-hook): Simplified regexp searching
5472         (generic-make-keywords-list): Omit extra pair of parens
5474         * find-lisp.el (find-lisp-find-files-internal):
5475         Make sure directory name ends with "/".
5477         * generic-x.el (apache-conf-generic-mode):
5478         Regexp now allows leading whitespace.
5479         (rc-generic-mode): Added eval-when-compile
5480         around generic-make-keywords-list.
5481         Deleted duplicate regexp
5482         (rul-generic-mode): Added eval-when-compile
5483         around generic-make-keywords-list.
5484         (etc-fstab-generic-mode): New generic mode.
5485         (rul-generic-mode): Removed one eval-when-compile
5486         which caused a max-specpdl-size exceeded error.
5488 2000-10-04  Miles Bader  <miles@gnu.org>
5490         * simple.el (minibuffer-temporary-goal-position): New variable.
5491         (next-history-element): Try to keep the position of point in the
5492         input string constant.
5494         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5495         (dired-do-create-files): If there's only one file, pass it in as
5496         the DEFAULT arg to dired-mark-read-file-name.
5498 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
5500         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5501         (diff-goto-source): Be smarter when choosing REVERSE or not.
5503         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5504         (texinfo-mode-menu): Add an explicit shortcut for update all.
5506 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
5508         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5509         factorize backend-specific code cleanly (this was essentially
5510         conceived by Stefan Monnier).
5511         (vc-unregister): Function removed.
5512         (vc-revert-file): New function.
5513         (vc-revert-buffer): Delegate some of the work to it.
5515         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5516         default branch unconditionally.
5517         (vc-rcs-set-default-branch): New function.
5518         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5519         (vc-rcs-checkin): If an appropriate default branch has been set,
5520         force creation of that branch.
5521         (vc-rcs-receive-file): Rewritten to contain only backend-specific
5522         code (as suggested by Stefan Monnier).
5524 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5526         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5527         highlighting overlay with a different face over the overlay
5528         isearch uses to highlight the current match because that can lead
5529         to bad face combinations.
5531         * loadup.el (toplevel): Load faces before isearch.
5533         * isearch.el (isearch-faces): New custom group.
5534         (isearch): New defface; was already tested for in the code.
5535         (isearch-lazy-highlight-face): Changed to defface from defcustom.
5536         (isearch-highlight): Always use face `isearch'.
5538 2000-10-02  Dave Love  <fx@gnu.org>
5540         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5541         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
5542         comparison of opcode with operand.
5544 2000-10-03  Miles Bader  <miles@gnu.org>
5546         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5547         buffer, since the echo area will now grow to accommodate them.
5549 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
5551         * vc-hooks.el (vc-registered): If FILE used to be registered under
5552         a certain backend, try that one first.
5554         * vc.el (vc-responsible-backend): Undo the previous change in the
5555         argument list.  Handle multiple backends correctly.
5556         (vc-find-new-backend): Function removed.
5557         (vc-register): Use vc-responsible-backend, as before.
5558         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5560 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5562         * startup.el (fancy-splash-head): Change message below the
5563         logo.
5565 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
5567         * diff-mode.el (diff-goto-source): Emit a status message.
5568         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5569         (diff-test-hunk): Fix doc string.
5570         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5571         (diff-advance-after-apply-hunk): New variable.
5572         (diff-apply-hunk): Don't return a value.
5574 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
5576         * vc.el (vc-editable-p): Minor optimization.
5577         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5578         (vc-find-new-backend): New function split from vc-responsible-backend.
5579         (vc-register): Use it.
5580         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5581         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5582         (vc-default-unregister, vc-revert-buffer): Docstring fix.
5583         (vc-clear-headers): Don't use find-file.
5584         (vc-revert-buffer): Use `and' again (must have been a braino).
5585         (vc-switch-backend): Only prompt if requested.
5586         Short circuit if nothing is to be done.
5587         Don't use vc-resynch-buffer which could lose unsaved editing.
5588         (vc-default-receive-file): Update call to vc-unregister.
5589         (with-vc-file, vc-next-action-on-file):
5590         Use vc-backend rather than vc-registered.
5591         (vc-next-action-on-file): Use intern-soft.
5592         Deal with read-only *vc-diff* buffer.
5593         (vc-transfer-file): Docstring fix.
5595         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5596         (vc-rcs-receive-file): Avoid with-vc-properties.
5597         Update call to vc-unregister.
5598         Use constant `RCS' rather than (dynamically bound) var `backend'.
5600 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
5602         * vc.el (vc-next-action-on-file): Update mode line only if file
5603         is visited.
5604         (vc-start-entry): New argument initial-contents.  Don't visit the file
5605         if it isn't already visited.  Brought documentation up-to-date.
5606         (vc-next-action, vc-register): Updated calls to vc-start-entry.
5607         (vc-checkin): New optional arg initial-contents, which is passed to
5608         vc-start-entry.
5609         (vc-finish-logentry): Make sure to bury log buffer only if there
5610         really is one.  Call `vc-resynch-buffer' on log-file, not
5611         buffer-file-name.
5612         (vc-default-comment-history, vc-default-wash-log): New functions.
5613         (vc-index-of): Removed.
5614         (vc-transfer-file): Make do without the above.
5615         (vc-default-receive-file): Call comment-history unconditionally.  Pass
5616         the resulting string to vc-checkin, instead of inserting it into the
5617         comment ring.
5619         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5620         unconditionally.  Use the comments as initial contents of the log
5621         entry buffer.  Document the trick to force branch creation with no
5622         changes.
5624 2000-10-01  Miles Bader  <miles@gnu.org>
5626         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5627         `recenter' with an arg to prevent redrawing the display.
5629 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
5631         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5633         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5635         * progmodes/c-mode.el (c-mode):
5636         Don't gratuitously override the default for comment-column.
5638         * textmodes/tex-mode.el (latex-metasection-list): New var.
5639         (latex-imenu-create-index): Use it.
5640         Move the regexp construction outside loops (and use push).
5641         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5642         (tex-font-lock-keywords): Moved from font-lock.el.
5643         (tex-comment-indent): Remove.
5644         (tex-common-initialization): Don't set comment-indent-function.
5645         (latex-block-default): New var.
5646         (tex-latex-block): Use it to provide a default choice.
5647         Add any unknown choice to latex-block-names.
5648         Insert [...] after {...}.
5649         (tex-last-unended-begin): Simplify regexp.
5650         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5651         (latex-forward-sexp-1, latex-forward-sexp): New functions.
5652         (latex-mode): Set forward-sexp-function.
5654         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5655         Add regexp for @ignore ... @end ignore.
5656         (texinfo-heading-face): New face.
5657         (texinfo-font-lock-keywords): Use it.
5658         (texinfo-mode-menu): New menu.
5659         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5660         New functions.
5661         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5662         (texinfo-section-types-regexp, texinfo-section-level-regexp)
5663         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5664         Remove declaration.
5665         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5667         * delsel.el (delete-selection-mode): Use define-minor-mode.
5669         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5671 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5673         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5675 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
5677         * replace.el (keep-lines-read-args): New function.
5678         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5679         read arguments interactively.  Add parameters RSTART and REND.
5680         Operate on the active region in Transient Mark mode.
5682         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5684         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5685         (authors-obsolete-files-regexps): New variable.
5686         (authors-add): Don't record changes in obsolete files.
5688 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5690         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5692         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5693         (comment-indent): Make sure there's a space between code and comment.
5694         Shift comments left to avoid going past fill-column.
5696 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5698         * startup.el (startup-echo-area-message): New function.
5699         (display-startup-echo-area-message): Use it.
5700         (fancy-splash-screens): Rewritten to use keymaps and a timer.
5701         (fancy-splash-default-action): New function.
5702         (fancy-splash-screens-1): New function.
5703         (fancy-splash-head): Put a help-echo and a keymap under the image.
5705 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5707         * diff-mode.el (diff-add-log-file-name): Remove.
5708         (diff-mode): Use add-log-buffer-file-name-function.
5710         * add-log.el (find-change-log): New arg BUFFER-FILE.
5711         (add-log-file-name): Obey add-log-file-name-function.
5712         (add-log-buffer-file-name-function): New var.
5713         (add-change-log-entry): Use it.
5715 2000-09-29  Miles Bader  <miles@gnu.org>
5717         * image-file.el (image-file-name-extensions): New variable.
5718         (image-file-name-regexps): Renamed from `image-file-regexps'.
5719         New default value is nil.  Call `auto-image-file-mode'.
5720         (image-file-name-regexp): New function.
5721         (auto-image-file-mode): New minor mode.
5722         (insert-image-file): Don't make conditional on the image-file
5723         handler being enabled.
5724         (image-file-handler): Make the call here conditional instead.
5725         (set-image-file-handler-enabled, enable-image-file-handler)
5726         (disable-image-file-handler): Functions removed.
5728         * emacs-lisp/authors.el (authors-print): Rephrase many-files
5729         string.
5731 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5733         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5734         it's a function from CL.
5735         (latex-imenu-create-index): Replace eval-when-compile with progn
5736         because latex-section-alist is not bound while compiling.
5738 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
5740         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5741         (outline-mode): Use define-derived-mode.
5743         * progmodes/perl-mode.el (perl-mode):
5744         * progmodes/awk-mode.el (awk-mode):
5745         * progmodes/asm-mode.el (asm-mode):
5746         Don't gratuitously override the default for comment-column.
5748         * emacs-lisp/lisp.el (lisp-complete-symbol):
5749         Distinguish the let-binding case from the funcall case.
5750         (forward-sexp-function): New variable.
5751         (forward-sexp): Use it.
5753         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5754         (easy-mmode-defmap): Remove the now useless autoload.
5756         * time.el (display-time-mode): Use define-minor-mode.
5758         * subr.el (add-minor-mode): Don't eval NAME.
5759         Don't depend on the presence of TOGGLE-FUN for any special behavior.
5760         Use if rather than cond.
5762         * simple.el (read-expression-map): Define more properly.
5763         (comment-indent-hook): Remove.
5764         (string-to-syntax): Bug fix.
5766         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5767         (cvs-ediff-diff): Fix typo.
5768         (cvs-revert-if-needed): Don't bother preserving read-only.
5770         * paren.el (show-paren-mode): Use define-minor-mode.
5772         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5773         (toggle-auto-compression): Remove.
5774         (jka-compr-build-file-regexp): Remove useless grouping.
5776         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5777         Avoid user-reserved bindings.
5778         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5779         (diff-header-face): Revert to grey85.
5781         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5783         * complete.el (partial-completion-mode) <defcustom>: Remove.
5784         (partial-completion-mode): Use define-minor-mode.
5785         (PC-do-completion): Understand `completion-auto-help = delay'
5786         to mean to popup the completion buffer only the second time.
5787         (PC-include-file-all-completions, PC-include-file-all-completions)
5788         (PC-include-file-all-completions): Don't quote lambda.
5790         * comint.el (comint-mode-hook): Docstring fix.
5791         (comint-mode): Use define-derived-mode.
5792         (comint-mode-map): Remove obsolete comment.
5793         (make-comint): Minor stylistic change.
5794         (comint-insert-clicked-input): Be more careful to find the overlay.
5795         Use this-command-keys rather than hardcoding mouse-2.
5797         * font-lock.el: Replace confusing (,@ with ,
5798         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5799         Don't use regexp-opt-depth.  Spice up the regexp for args.
5800         Don't distinguish between cmds that can take an opt arg or not.
5801         Use `append' and `prepend' rather than `keep'.
5803         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5804         (latex-outline-regexp): New var.
5805         (latex-outline-level): New fun.
5806         (latex-section-alist): New var.
5807         (latex-imenu-create-index): Use it.  Use `push' as well.
5808         (tex-shell-map): Initialize it properly.
5809         (tex-mode): Minor stylistic change.
5810         (plain-tex-mode): Use define-derived-mode.
5811         (latex-mode): Use define-derived-mode.
5812         Construct the paragraph regexps in a more readable way.
5813         Set the buffer-local outline-{level,regexp} vars.
5814         (slitex-mode): Derive from latex-mode.
5815         (tex-common-initialization): Don't kill-all-vars anymore.
5816         Add setting for comment-add and font-lock-defaults.
5817         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5818         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
5819         (tex-start-tex): New arg DIR (and send a chdir command for it).
5820         Also display the shell buffer and save it in tex-last-buffer-texed.
5821         (tex-region): Use expand-file-name rather than concat.
5822         Remove code made useless by changes in tex-start-tex.
5823         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5825         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5827 2000-09-28  Dave Love  <fx@gnu.org>
5829         * eshell/eshell.el (eshell) <defgroup>: Add :version.
5831 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
5833         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5834         `append'.
5836 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
5838         * info.el (Info-extract-pointer): Undo last change.
5839         Instead, fix the position of the `bound' arg to re-search-backward.
5841 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
5843         * info.el (Info-extract-pointer):
5844         Widen more carefully, to avoid finding pointers in other nodes.
5845         (Info-index): Use push.
5847 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
5849         * frame.el (set-frame-font): Remove call to obsolete function
5850         frame-update-faces.
5851         (set-foreground-color, set-background-color): Likewise for
5852         frame-update-face-colors.
5854 2000-09-27  Miles Bader  <miles@gnu.org>
5856         * image-file.el: New file.
5858 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
5860         * frame.el (frame-notice-user-settings): Don't call
5861         frame-update-faces, which is a no-op now.
5863         * ediff-wind.el (ediff-control-frame-parameters): Add zero
5864         tool-bar-lines.
5866 2000-09-27  Dave Love  <fx@gnu.org>
5868         * mouse.el: Fix last change.
5870 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
5872         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5874 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
5876         * international/quail.el (quail-help): The output message is
5877         improved.
5879 2000-09-26  Dave Love  <fx@gnu.org>
5881         * mouse.el (popup-menu): If POSITION is nil, set it using
5882         mouse-position.
5884 2000-09-25  Sam Steingold  <sds@gnu.org>
5886         * net/browse-url.el (browse-url-file-url): Check for null maps.
5888 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
5890         * frame.el (frame-notice-user-settings): Don't add a
5891         tool-bar-lines frame parameter to default-frame-alist in batch mode.
5893         * frame.el (frame-notice-user-settings):
5894         Make tool-bar-mode and default-frame-alist consistent.
5896         * toolbar/tool-bar.el (tool-bar-help): New function.
5898 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5900         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5901         current-load-list in top-level forms.  Else this leaks a cons cell
5902         every time a defun is called.
5904         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5906 2000-09-25  Dave Love  <fx@gnu.org>
5908         * startup.el (fancy-splash-head): Check XPM is available.
5910         * autoinsert.el (auto-insert): Doc fix.
5911         (auto-insert-alist): Following GNU notices, don't say `copyright
5912         _by_'.  Use line-beginning-position.
5913         (auto-insert): Check buffer-file-name is non-nil before use.
5915 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5917         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5918         starting with `@def' or `@multitable', in addition to ones
5919         specified by the user in auto-fill-inhibit-regexp.
5921 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
5923         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5924         rmail-dont-reply-to-names matches the empty string.
5926 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5928         * startup.el (command-line-1, fancy-splash-text): Change the
5929         text to sound more friendly.
5931 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
5933         * progmodes/hideshow.el: Update author email address.
5934         Generally, sync w/ maintainer version 5.22.
5935         (hs-hide-all-non-comment-function): New var.
5936         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5937         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5938         (hs-show-region): Delete this command.
5939         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5941 2000-09-22  Dave Love  <fx@gnu.org>
5943         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5944         (hl-line-highlight): Specify buffer when moving overlay.
5946         * progmodes/fortran.el (fortran-mode): Locally set
5947         normal-auto-fill-function.
5948         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5949         (fortran-mode-map): Adjust auto-fill menu entry.
5951 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
5953         * vc-rcs.el (toplevel): Require `vc' when compiling.
5955         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5957 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
5959         * vc.el (vc-switch-backend): Signal an error if the file is not
5960         registered under the new backend.
5962         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5963         without explicit revision number.
5965 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
5967         * diff-mode.el (diff-file-header-face): Reset to its previous value.
5968         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5969         (diff-xor): New function.
5970         (diff-find-source-location): Use it.  Fix a stupid name clash.
5971         (diff-hunk-status-msg): New function.
5972         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5973         (diff-test-hunk): Use diff-find-source-location.
5974         (diff-goto-source): Favor the `reverse'.
5975         (diff-hunk-text): Properly handle one-sided context diffs.
5976         (diff-apply-hunk): When done, advance to the next hunk.
5978 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
5980         * startup.el (command-line): If frame was created with a non-zero
5981         tool-bar-lines parameter, switch tool-bar-mode on.
5983         * add-log.el (change-log-date-face, change-log-name-face)
5984         (change-log-email-face, change-log-file-face)
5985         (change-log-list-face, change-log-conditionals-face)
5986         (change-log-function-face, change-log-acknowledgement-face):
5987         New faces, inheriting from font-lock faces.
5988         (change-log-font-lock-keywords): Use them.
5990 2000-09-21  Dave Love  <fx@gnu.org>
5992         * progmodes/cperl-mode.el (top-level): Clean up
5993         `eval-when-compile's and assorted defvars.
5994         (cperl-invalid-face): Don't double-quote value.  Change custom
5995         type.
5996         (cperl-mode): Set normal-auto-fill-function and don't zap
5997         auto-fill-function.
5998         (cperl-imenu--function-name-regexp-perl): Renamed from
5999         imenu-example--function-name-regexp-perl.
6000         (cperl-imenu--create-perl-index): Renamed from
6001         imenu-example--create-perl-index.
6002         (cperl-xsub-scan): Don't require cl.
6004         * msb.el (msb-mode-map): Use substitute-key-definition.
6005         (msb-mode): Use msb-mode-map.
6007 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
6009         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6010         New functions.
6011         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6012         (vc-switch-backend): New function.
6013         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6014         (vc-register): Fix prompt.
6015         (vc-unregister, vc-default-unregister): New functions.
6016         (vc-version-diff): Handle empty buffer in sentinel.
6018         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6019         (vc-rcs-state-heuristic): Use it to guess the state of files with
6020         non-strict locking.
6021         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6022         been set with -b, but not created yet.
6023         (vc-rcs-fetch-master-state): With non-strict locking, compare file
6024         contents in order to find the state.
6025         (vc-rcs-checkin): Allow creation of branches with no changes.
6026         (vc-rcs-unregister, vc-rcs-receive-file)
6027         (vc-rcs-set-non-strict-locking): New functions.
6029         * vc-hooks.el (vc-name): Force correct computation of the value
6030         in case it is missing.
6032 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
6034         * startup.el (fancy-splash-tail): Use a different foreground
6035         color on a dark frame background.
6037 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
6039         * info.el: Use the correct capitalization when making Info-mode
6040         and Info-edit-mode `special' modes.
6042 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
6044         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6045         (diff-mode): Add support for add-log.el.
6046         (diff-hunk-text): Use char offsets rather than line offsets.
6047         (diff-find-source-location): Replace LINE with line-offset (nil
6048         if not found) and always set POS to a meaningful position.
6049         Adapt to the new char-offsets.
6050         (diff-apply-hunk): Drop support for the unused `select' POPUP.
6051         Adapt to the new diff-find-source-location.
6052         (diff-goto-source): Adapt to the new diff-find-source-location.
6054         * add-log.el (add-log-file-name): New function (split out of
6055         add-change-log-entry).
6056         (add-change-log-entry): Use it.
6057         Call add-log-file-name-function with the changelog file name if
6058         the current buffer is not associated with any file.
6059         Avoid find-file if the selected window is dedicated.
6061         * diff-mode.el (diff-find-source-location):
6062         Move code from diff-apply-hunk.  Return buffer rather than file.
6063         (diff-apply-hunk): Use the new result from  diff-find-source-location.
6064         (diff-goto-source): Use the new diff-find-source-location.
6066 2000-09-20  Dave Love  <fx@gnu.org>
6068         * iswitchb.el: Some doc fixes.
6069         (iswitchb-mode-map): Define completely initially.  Inherit
6070         minibuffer-local-map.
6071         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6072         fundamental-mode.
6073         (iswitchb-global-map): New variable.
6074         (iswitchb-summaries-to-end): Amalgamate regexps.
6075         (iswitchb-mode): New.
6076         (iswitchb-mode-hook): New variable.
6077         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
6078         `extensions'.
6080 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
6082         * ehelp.el (electric-help): New defgroup.
6083         (electric-help-shrink-window): New user-option.
6084         (with-electric-help): Use it.
6086         * window.el (shrink-window-if-larger-than-buffer): If face
6087         `mode-line' has a :box, and we're on a graphical frame, add 1
6088         to the needed window height.
6090         * frame.el (frame-notice-user-settings): Add a last parameter nil
6091         to a call to `append', because the last list passed to `append' is
6092         not copied, and so subsequent calls to assq-delete-all will modify
6093         default-frame-alist.
6095         * startup.el (fancy-splash-image): Change :type.
6096         (fancy-splash-head): Use an XBM image if appropriate.
6097         (command-line-1): Show splash screens in more cases.
6099         * startup.el (fancy-splash-text): Don't quote faces.
6101         * dired.el (dired-font-lock-keywords): Undo last change.
6102         (dired-readin): Bind indent-tabs-mode to nil.
6104         * startup.el (fancy-splash-head): If frame's background mode
6105         is `dark', change the black background of the image to gray.
6106         (fancy-splash-screens): Display startup echo area message.
6107         (display-startup-echo-area-message): New function.
6109 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
6111         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6113         * info.el (info-header-node): Tweak for color ttys.
6115         * faces.el (face-valid-attribute-values): Make sure directories we
6116         search for stipples both exist and are readable before trying to
6117         search them.
6119         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6120         in the dry-run case.
6122         * jka-compr.el (with-auto-compression-mode): New macro.
6124         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6125         (custom-group-tag-face, custom-variable-tag-face): Use relative
6126         :height and inherit from `variable-pitch' face instead of
6127         hardwiring :family.
6128         * hi-lock.el (hi-black-hb): Likewise.
6130         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6131         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6132         toolbar-add-item, if image doesn't have a mask add a `:mask
6133         heuristic'.
6135 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
6137         * diff-mode.el: Docstring fixes.
6138         (diff-header-face, diff-comment-face): New faces.
6139         (diff-font-lock-keywords): Highlight a bit differently.
6140         (diff-find-source-location): Don't return SPAN any more.
6141         (diff-hunk-text): Don't bother erasing the temp buffer.
6142         (diff-find-text): Drop argument LINE.
6143         (diff-apply-hunk): Update calls to diff-find-text.
6144         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6146         * calendar/calendar.el: Docstring fixes.
6147         (calendar-make-alist): Don't quote lambda.
6148         (calendar-star-date): Use make-local-variable.
6150 2000-09-19  Dave Love  <fx@gnu.org>
6152         * toolbar/tool-bar.el: Renamed from toolbar.el.
6153         Change `toolbar' to `tool-bar' generally in symbols.
6154         Make some items invisible in `special' major modes.
6155         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6156         Add arg PROPS.
6158         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6159         Add :version here.
6160         (fancy-splash-delay, fancy-splash-image): Remove :version here.
6162 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6164         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6166         * files.el (find-file-suppress-same-file-warnings): New user-option.
6167         (find-file-noselect): Use it.
6169         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6170         (fancy-splash-screen): Defgroup.
6172         * add-log.el (change-log-font-lock-keywords): Match names
6173         more exactly for the case that font-lock-constant-face is
6174         underlined.
6176 2000-09-19  Richard M. Stallman  <rms@gnu.org>
6178         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6180 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
6182         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6184 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6186         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6187         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6188         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6189         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6190         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6191         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6192         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6193         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6194         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6195         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6196         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6197         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6199         * startup.el (fancy-splash-text): New variable.
6200         (fancy-splash-delay, fancy-splash-image): New user-options.
6201         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6202         (fancy-splash-screens): New functions.
6203         (command-line-1): If display has a `display' frame parameter, has
6204         colors, and we have XPM support, show more fancy splash screens.
6206 2000-09-19  Dave Love  <fx@gnu.org>
6208         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
6209         with null `help'.  Use modern backquote syntax.
6211 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6213         * font-lock.el (font-lock-mode): Change message telling the user
6214         that ``the buffer is too big''.
6216         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6217         for instance for the case that tab-width is 2.
6219 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
6221         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6222         toolbar-add-item, if image doesn't have a mask add a `:mask
6223         heuristic'.
6225 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
6227         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6228         and return a cons if it's non-nil.
6229         (diff-apply-hunk): Try to jump to the line in the source text
6230         corresponding to the position of point in the in the hunk.
6232         * info.el (Info-title-3-face, Info-title-2-face)
6233         (Info-title-1-face): Use face inheritance and relative sizes
6234         instead of hard-wiring things.
6236         * faces.el (secondary-selection): Make dark-background variant sane.
6238 2000-09-16  Andrew Innes  <andrewi@gnu.org>
6240         * makefile.w32-in (compile-files-CMD): No need to make .elc files
6241         read-only, since they aren't under VC now.
6243 2000-09-17  Dave Love  <fx@gnu.org>
6245         * tmm.el: Replace mapcar with mapc in several places.
6247         * loadhist.el (unload-feature): Maybe call elp-restore-list and
6248         ad-unadvise.
6250         * international/latin1-disp.el: New file.
6252         * calendar/cal-move.el (scroll-calendar-left)
6253         (scroll-calendar-right): Make arg optional (for active mode line).
6255         * calendar/calendar.el (calendar-mode-line-format): Make fields
6256         mouse-sensitive.
6257         (calendar-read-date, calendar-read-date, calendar-window-list):
6258         Unquote lambda.
6259         (calendar-month-name): Use aref, not sref.
6261         * view.el (minor-mode-alist): Propertize the string.
6263         * international/characters.el (standard-case-table): Add entries
6264         for Greek.
6266 2000-09-18  Miles Bader  <miles@gnu.org>
6268         * info.el (info-node, info-xref): Add dark-background variants.
6270         * faces.el (header-line): Change defaults to be less confusing
6271         when mixed with mode-lines.
6273         * info.el (Info-fontify-node): Make a few cleanups.
6274         Add extra `help-echo' and `local-map' props to node xrefs.
6275         Use header-specific faces for node-names & xrefs.
6276         (Info-use-header-line): New variable.
6277         (info-header-xref, info-header-node): New faces.
6278         (Info-setup-header-line): New function.
6279         (Info-select-node): Call Info-setup-header-line when enabled.
6280         (Info-extract-pointer): Work even if the header line is hidden.
6281         (Info-header-line): New variable.
6283 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
6285         * vms-patch.el (print-region-function): Don't quote lambda.
6287         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6289         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6290         (lm-get-header-re): Allow spaces between the header and the colon.
6291         (lm-header): Allow $ in non-RCS headers.
6292         (lm-header-multiline): Put the strings back into order.
6293         Stop at an empty line.  Don't require two space chars if the
6294         line is clearly not another header line.
6296         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6297         (popup-menu-popup): Remove.
6299 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
6301         * toolbar/toolbar.el (toolbar-add-item): Use the same image
6302         specification if or if not tool-bar item contains an `:enabled'
6303         property.
6305         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6306         current buffer has no file name.
6308 2000-09-15  Dave Love  <fx@gnu.org>
6310         * strokes.el: Sync with maintainer's current version with changes
6311         for Emacs, but avoid runtime cl and levents.
6312         (toplevel):  Change autoloads and compilation requires.
6313         (strokes-version, strokes-bug-address, strokes-lift): Values
6314         changed.
6315         (strokes-xpm-header, strokes-insinuated): New variable.
6316         (strokes): Add :link.
6317         (strokes-mode): Customized.
6318         (strokes-while-inhibiting-garbage-collector): New macro.
6319         (strokes-remassoc): Avoid remove-if.
6320         (strokes-fix-button2-command): Don't use ad-do-it.
6321         (strokes-insinuate): New function.
6322         (strokes-button-press-event-p, strokes-button-release-event-p):
6323         New functions, used instead of non-`strokes-' versions..
6324         (strokes-mouse-event-p): Rewritten.
6325         (strokes-event-closest-point): Avoid event-point.
6326         (strokes-get-grid-position): Avoid cdadr, caadr
6327         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6328         functions.
6329         (strokes-help): Use with-output-to-temp-buffer.
6330         (strokes-window-configuration-changed-p): New function.
6331         (strokes-update-window-configuration): Use buffer-live-p,
6332         strokes-window-configuration-changed-p.
6333         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
6334         (strokes-char-face): New face.
6335         (strokes-char-table, strokes-base64-chars): New variable.
6336         (strokes-xpm-for-stroke, strokes-list-strokes)
6337         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6338         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6339         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6340         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6341         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6342         functions.
6344 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
6346         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6348         * image.el (create-image): Doc fix.
6350         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6351         instead of `:heuristic-mask t'.
6353 2000-09-14  Andrew Innes  <andrewi@gnu.org>
6355         * makefile.w32-in: Revert to Unix line endings.
6357 2000-09-14  Andrew Innes  <andrewi@gnu.org>
6359         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
6360         when installing.
6362         * makefile.nt (DONTCOMPILE): Fix typo.
6364         * shell.el (shell-write-history-on-exit): New function.
6365         (shell-dumb-shell-regexp): New custom variable.
6366         (shell-mode): Make shell-write-history-on-exit the process
6367         sentinel if shell name matches shell-dumb-shell-regexp.
6369         * w32-fns.el: Comment out before-init-hook function which resets
6370         source-directory based; this breaks bootstrap.
6372 2000-09-14  Dave Love  <fx@gnu.org>
6374         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6375         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6376         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6377         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6378         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6379         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6380         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
6381         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
6382         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6384         * toolbar/toolbar.el: New.
6386         * subdirs.el: Add toolbar.
6388 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
6390         * indent.el (indent-for-tab-command): Doc fix.
6392 2000-09-14  Alex Schroeder  <alex@gnu.org>
6394         * ansi-color.el (ansi-colors): Doc change.
6395         (ansi-color-get-face): Simplified regexp.
6396         (ansi-color-faces-vector): Added more faces, doc change.
6397         (ansi-color-names-vector): Doc change.
6398         (ansi-color-regexp): Simplified regexp.
6399         (ansi-color-parameter-regexp): New regexp.
6400         (ansi-color-filter-apply): Doc change.
6401         (ansi-color-filter-region): Doc change.
6402         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6403         deal with zero length parameters.
6404         (ansi-color-apply-on-region): Doc change.
6405         (ansi-color-map): Doc change.
6406         (ansi-color-map-update): Removed debugging message.
6407         (ansi-color-get-face-1): Added condition-case to trap
6408         args-out-of-range errors.
6409         (ansi-color-get-face): Doc change.
6410         (ansi-color-make-face): Removed.
6411         (ansi-color-for-shell-mode): New option.
6413 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
6415         * international/quail.el (quail-start-translation): Translate KEY
6416         if necessary even if it doesn't have any mapping in the current
6417         input method.
6418         (quail-start-conversion): Likewise.
6419         (quail-help): The output message is improved.
6421 2000-09-13  Miles Bader  <miles@gnu.org>
6423         * comint.el (comint-output-filter): Revert to using
6424         `insert-before-markers'.  Add bletcherous hack to undo damage
6425         caused by `insert-before-markers'.  Put `front-sticky' property on
6426         overlays created here so that the field code understands how the
6427         overlay works.  Use a let when making comint-last-prompt-overlay,
6428         so that the code is easier to read.
6430 2000-09-13  Dave Love  <fx@gnu.org>
6432         * wid-edit.el (widget-default-format-handler): DTRT when
6433         doc-property is a function.
6435 2000-09-12  Francesco Potorti`  <pot@gnu.org>
6437         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6438         filed name if it's not there.
6440 2000-09-12  Dave Love  <fx@gnu.org>
6442         * simple.el (read-mail-command): Doc fix.
6443         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6445         * vc.el (vc-dired-listing-switches): Fix :version.
6447         * vc-hooks.el: Doc fixes.
6449         * subr.el (add-minor-mode): Use toggle-fun arg.
6451         * speedbar.el: Add :version to several defcustoms.
6453         * imenu.el (imenu--truncate-items, imenu--cleanup)
6454         (imenu--generic-function): Avoid mapcar.
6455         (imenu--replace-spaces): Function removed.
6456         (imenu--completion-buffer): Use subst-char-in-string.
6457         (imenu-add-to-menubar): Use keymap inheritance.
6459 2000-09-12  Miles Bader  <miles@gnu.org>
6461         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6462         (diff-mode-map): Bind `diff-test-hunk'.
6463         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6465 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
6467         * bytecomp.el (byte-compile-defvar): Undo last change
6468         because it breaks '(make-variable-buffer-local (defvar ...)'
6469         which is used at least in dired.
6471 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
6473         * international/quail.el (quail-define-package): Docstring
6474         modified.
6476 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
6478         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6479         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6480         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
6481         docstring of "chinese-py".
6483         * international/quail.el (quail-translation-docstring): New
6484         variable.
6485         (quail-show-keyboard-layout): Docstring modified.
6486         (quail-select-current): Likewise.
6487         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6488         infinite recursive call.
6489         (quail-help): Check quail-translation-docstring.  Format of the
6490         output changed.
6491         (quail-help-insert-keymap-description): Adjusted for the above
6492         change.
6494 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
6496         * bytecomp.el (byte-compile-defvar): Only cons onto
6497         current-load-list in top-level forms.  Else this leaks a cons cell
6498         every time a defun is called.
6500 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
6502         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6503         Now understands non-unified diffs.  Some functionality moved into
6504         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
6505         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
6506         modify anything.  Only reposition point in the patched file if the
6507         patch succeeds.  Only pop up another window if POPUP is true.
6508         Emit a message describing what happened if successful, and at what
6509         line-offset.  Automatically detect reversed hunks and do something
6510         appropriate.
6511         (diff-hunk-text, diff-find-text): New functions.
6512         (diff-filter-lines): Function removed.
6513         (diff-test-hunk): New function.
6514         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6516 2000-09-10  Dave Love  <fx@gnu.org>
6518         * textmodes/tildify.el: Minor doc/commentary fixes.
6519         (tildify) <defgroup>: Add :version.
6521         * faces.el (face-x-resources): Make custom type more specific.
6522         (frame-background-mode): Use mapc.
6523         (region) <defcustom>: Add :version.
6525 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
6527         * vc-sccs.el (vc-sccs-register):
6528         * vc-rcs.el (vc-rcs-register):
6529         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6530         * vc.el (vc-register): Clear file's properties.
6532 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
6534         * faces.el (face-spec-set): Only face-spec-reset-face when
6535         ATTRS is non-nil.
6537 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
6539         * help.el (help-insert-xref-button): Fix a typo in doc string.
6541 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
6543         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6544         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6545         methods.
6547         * menu-bar.el (read-mail-item-name): New function.
6548         (menu-bar-tools-menu): Use it to compute and display the package
6549         used to read email.
6550         (menu-bar-tools-menu): Fix typo in GUD's help string.
6552 2000-09-07  Dave Love  <fx@gnu.org>
6554         * diff-mode.el (diff-mouse-goto-source): New function.
6556         * vc-sccs.el: Doc fixes.
6557         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6559         * vc-rcs.el: Doc fixes.
6560         (vc-rcs-register-switches, vc-rcs-checkin-switches)
6561         (vc-rcs-checkout-switches, vc-rcs-header)
6562         (vc-rcs-master-templates): Add or change :version.
6564         * vc-cvs.el: Doc fixes.
6565         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6566         (vc-cvs-stay-local): Add :version.
6568         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6570 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6572         * international/quail.el (quail-help): Fix previous change.
6574 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6576         * faces.el (color-values): Doc fix.
6578         * faces.el (frame-set-background-mode): Use frame-parameter
6579         instead of frame-parameters.
6581         * frame.el (filtered-frame-list): Reduce consing.
6582         (frames-on-display-list): Call frame-parameter instead of
6583         frame-parameters.
6585 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6587         * language/devan-util.el (devanagari-to-indian-region): In the
6588         loop, change the following char, not preceding char.
6590 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6592         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6593         instead of frame-parameters.
6595         * faces.el (set-face-attribute): Simplify by calling
6596         internal-set-lisp-face-attribute with FRAME being 0.
6598         * vc.el: Remove `Id' version control keyword.
6600 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6602         * help.el (help-make-xrefs): Adjusted for the change of
6603         help-xref-mule-regexp.
6604         (help-insert-xref-button): New function.
6606         * international/mule-cmds.el (help-xref-mule-regexp-template):
6607         Include the pattern for character set.
6608         (leim): New group.
6610         * international/quail.el: Don't require face.
6611         (quail): New group.
6612         (quail-other-command): Dummy command to make quail-help work better.
6613         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6614         (quail-keyboard-layout-substitution): New variable.
6615         (quail-update-keyboard-layout): New function.
6616         (quail-keyboard-layout-type): New customizable variable.
6617         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6618         (quail-keyboard-translate): Pay attention to
6619         quail-keyboard-layout-substitution.
6620         (quail-insert-kbd-layout): New function.
6621         (quail-show-keyboard-layout): New function.
6622         (quail-get-translation): If the definition is a vector of length
6623         1, and the element is a string of length 1, return the character
6624         in that string.
6625         (quail-update-current-translations): Fix the case of
6626         relative-index out of range.
6627         (quail-build-decode-map, quail-insert-decode-map): New Functions.
6628         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6629         Show key sequences for all available characters.
6630         (quail-help-insert-keymap-description): Don't show such verbose
6631         key bindings as quail-self-insert-command.
6633         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6634         Format changed, and each element now have extra documentations.
6635         (tit-process-header): Delete invalid characters from TIT-PROMPT.
6636         Adjusted for the change of quail-cxterm-package-ext-info.
6638 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
6640         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6641         requiring it leads to a recursive loading of vc.el and vc-hooks.el
6642         during bootstrap.
6644 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6646         * vc.el: (toplevel): Don't require `dired' at run-time.
6647         (vc-dired-resynch-file): Remove autoload cookie.
6649 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
6651         * vc.el: Made several backend functions optional.
6652         (vc-default-responsible-p): New function.
6653         (vc-merge): Use RET for first version to trigger merge-news, not
6654         prefix arg.
6655         (vc-annotate): Handle backends that do not support annotation.
6656         (vc-default-merge-news): Removed.  The existence of a merge-news
6657         implementation is now checked on caller sites.
6659         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6660         case.
6662         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6663         special case that has been removed from the default in vc-hooks.el.
6665 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6667         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6669 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
6671         * vc-hooks.el: Require vc during compilation.
6672         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6673         macro `with-vc-properties' in vc.el.
6674         (vc-file-getprop): Doc fix.
6675         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6677         * vc.el: Require dired-aux during compilation.
6678         (vc-name-assoc-file): Moved to vc-sccs.el.
6679         (with-vc-properties): New macro.
6680         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6681         vc-finish-steal): Use it.
6682         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
6683         to the backend-specific function is now supposed to do the checkout,
6684         too.
6685         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6687         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6688         set file properties; that gets done in the generic code now.
6690         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6691         Changed parameter list, added code from vc.el that does the
6692         checkout, possibly with a double-take.
6694         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6695         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6696         the above under the new name.
6697         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
6698         parameter list, added checkout command.
6699         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6700         properties; that gets done in the generic code now.
6702 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6704         * vc.el: Docstring fixes (courtesy of checkdoc).
6706 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6708         * vc.el (vc-checkout-writable-buffer-hook)
6709         (vc-checkout-writable-buffer): Remove.
6710         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6711         (vc-log-mode): Make it into a clean derived major mode.
6712         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6713         vc-log-mode if log-edit is not available.
6714         (vc-dired-mode-map): Don't set-keymap-parent yet.
6715         (vc-dired-mode): Do set-keymap-parent here.
6716         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6718 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
6720         * faces.el (set-face-attribute, face-spec-reset-face)
6721         (face-spec-set): Avoid consing by removing calls to `apply'.
6723         * frame.el (frame-parameter): Move to C code.
6725 2000-09-05  Dave Love  <fx@gnu.org>
6727         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6728         insert-before-markers-and-inherit.  Now checked systematically!
6730 2000-09-05  Alex Schroeder  <alex@gnu.org>
6732         * sql.el (sql-postgres): Use sql-postgres-options.
6733         (sql-postgres-options): New variable.
6735 2000-09-05  Alex Schroeder  <alex@gnu.org>
6737         * sql.el (sql-mode-menu): Work around missing variable mark-active
6738         in XEmacs.
6739         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6740         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6741         compatibility.
6743 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
6745         * vc.el (vc-dired-resynch-file): Add autoload cookie.
6747         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6749         * Makefile.in (DONTCOMPILE): Fix typo in file name.
6751 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6753         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6754         don't support anything else under SCCS yet.
6756         * vc-hooks.el: Minor doc fixes.
6758 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6760         * vc.el (vc-next-action-on-file): Do not visit the file if it's
6761         not necessary.  If verbose in state `needs-patch', do the same as
6762         under `up-to-date'.  When NOT verbose and `needs-patch', check out
6763         latest version instead of `merge-news'.
6764         (vc-next-action-dired): Don't mess with default-directory here; it
6765         breaks other parts of dired.  It is the job of the
6766         backend-specific functions to adjust it temporarily if they need it.
6767         (vc-next-action): Remove a special CVS case.
6768         (vc-clear-headers): New optional arg FILE.
6769         (vc-checkin, vc-checkout): Set properties vc-state and
6770         vc-checkout-time properly.
6771         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6772         (vc-print-log): Use new backend function `show-log-entry'.
6773         (vc-cancel-version): Do the checks in a different order.  Added a
6774         FIXME concerning RCS-only code.
6776         * vc-rcs.el (vc-rcs-show-log-entry): New function.
6777         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6779         * vc-cvs.el (vc-cvs-show-log-entry): New function.
6781         * vc-hooks.el (vc-default-mode-line-string): Show state
6782         `needs-patch' as a `-' too.
6784 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6786         * vc.el (vc-responsible-backend): New optional arg REGISTER.
6787         (vc-default-could-register): New function.
6788         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6789         (vc-resynch-buffer): Call vc-dired-resynch-file.
6790         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6791         vc-resynch-buffer instead of vc-resynch-window.
6792         (vc-next-action-dired): Don't redisplay here, that gets done as a
6793         result of the individual file operations.
6794         (vc-retrieve-snapshot): Corrected prompt order.
6796         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6798         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6799         as well.
6800         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
6801         hostname regexps.  Updated all callers.
6802         (vc-cvs-responsible-p): Handle directories as well.
6803         (vc-cvs-could-register): New function.
6804         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6805         properties up-to-date.
6807         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6808         user whether to create one.
6810 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6812         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6813         check out a non-existing file.
6815         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6816         workfile does not exist.
6818         * vc.el (vc-version-diff): Use `require' to check for existence of
6819         diff-mode.
6821 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6823         * vc-cvs.el (vc-cvs-registered): Use new function
6824         vc-cvs-parse-entry to do the actual work.
6826 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6828         * vc-hooks.el (vc-find-backend-function): If function doesn't
6829         exist, return nil instead of error.
6830         (vc-call-backend): Doc fix.
6832         * vc.el (vc-do-command): Doc fix.
6833         (vc-finish-logentry): When checking in from vc-dired, choose the
6834         right backend for logentry check.
6835         (vc-dired-mode-map): Inherit from dired-mode-map.
6836         (vc-dired-mode): Local value of dired-move-to-filename-regexp
6837         simplified.
6838         (vc-dired-state-info): Removed, updated caller.
6839         (vc-default-dired-state-info): Use parentheses instead of hyphens.
6840         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6841         (vc-dired-listing-switches): New variable.
6842         (vc-directory): Use it, instead of dired-listing-switches.
6844         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6845         (vc-cvs-dir-state): New function.
6846         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6847         (vc-cvs-parse-entry): New function, also to be used in
6848         vc-cvs-registered.
6850 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6852         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6853         *or* single-window-frames.
6855 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6857         * vc.el (vc-update-changelog): Split into generic part and default
6858         implementation.  Doc string adapted.
6859         (vc-default-update-changelog): New function.  Call the `rcs2log'
6860         script in exec-directory, to fix a long-standing nuisance.
6862         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6863         simply signals an error.
6865 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6867         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6868         control-flow more clear and to avoid running `cvs' twice.
6870         * vc.el (vc-next-action-on-file): Doc fix.
6871         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6872         (vc-print-log): Eval `file' before constructing the continuation.
6874 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6876         * vc.el (vc-next-action-on-file): Corrected several messages.
6877         (vc-merge): Add prefix arg `merge-news'; handle it.
6879         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6880         is not reached.  It is.
6881         (vc-cvs-merge): Set state to 'edited after merge.
6882         (vc-cvs-merge-news): Set workfile version to nil if not known.
6883         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
6885         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6886         via stdout. (Merge from main line.)
6888 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6890         * vc.el (vc-finish-logentry): Thinko in the "same comment"
6891         detection.
6893 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6895         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6896         against kill-all-local-variables.
6897         (vc-log-edit): Don't save vc-parent-buffer any more.
6898         (vc-last-comment-match): Initialize to an empty string.
6899         (vc-post-command-functions): New hook.
6900         (vc-do-command): Run it.
6901         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6902         (vc-finish-logentry): Only add the comment to the ring if it's
6903         different from the last comment entered.
6904         (vc-new-comment-index): New function.
6905         (vc-previous-comment): Use it.  Make the minibuffer message
6906         slightly less terse.
6907         (vc-comment-search-reverse): Make it work forward as well.  Don't
6908         set vc-comment-ring-index if no match is found.  Use
6909         vc-new-comment-index.
6910         (vc-comment-search-forward): Use vc-comment-search-reverse.
6911         (vc-dired-mode-map): Don't inherit from dired-mode-map since
6912         define-derived-mode will do it for us.  Bind `v' to a keymap that
6913         inherits from vc-prefix-map so that we can bind `vt' without
6914         binding C-x v t.
6915         (vc-retrieve-snapshot): Parenthesis typo.
6917         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6918         to 1.  Make sure to switch to *vc* before looking for an error
6919         message.  Use vc-parse-buffer.
6921 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6923         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6924         and NAME.
6925         (vc-retrieve-snapshot): Split into two parts.
6926         (vc-default-retrieve-snapshot): New function.
6928         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6929         (vc-cvs-retrieve-snapshot): New function (untested).
6930         (vc-cvs-stay-local): Default to t.
6931         (vc-cvs-remote-p): New function and property.
6932         (vc-cvs-state): Stay local only if the above is t.
6933         (vc-handle-cvs): Removed.
6934         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6935         done via vc-handled-backends now.
6936         (vc-cvs-header): Escape Id.
6938 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6940         * vc.el (vc-do-command): Remove unused commands.
6941         (vc-version-diff): Make sure default-directory ends with a slash.
6942         Move the window commands into a vc-exec-after.
6943         (vc-print-log): Move more of the code into the `vc-exec-after'.
6945 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6947         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6948         (vc-print-log): Search current revision from beginning of buffer.
6949         (vc-revert-buffer): Clear echo area after the diff is finished.
6950         (vc-prefix-map): Removed definition of "t" for terse display in vc
6951         dired.
6952         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
6953         definition of "vt" for terse display.
6954         (vc-dired-mode): Fix dired-move-to-filename-regexp.
6956 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6958         * vc.el (vc-exec-after): Avoid caddr.
6960 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6962         * vc.el (vc-exec-after): New function.
6963         (vc-do-command): Use it to add a termination message for async
6964         procs.
6965         (vc-checkout): Try to handle a missing-backend situation.
6966         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6967         of a directory with a backend using async diffs.
6968         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6969         present.
6971         * vc-sccs.el (vc-sccs-state-heuristic): Use
6972         file-ownership-preserved-p.
6974         * vc-rcs.el (vc-rcs-state-heuristic): Use
6975         file-ownership-preserved-p.
6976         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6978 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6980         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6981         vc-do-command.
6983         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6984         when there are no changes.
6986 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6988         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6990         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6992 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6994         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6996         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6997         the `fset' outside of the defvar so that it works even if
6998         vc-prefix-map was already defined.
6999         (vc-setup-buffer): New function, split out of vc-do-command.
7000         (vc-do-command): Allow BUFFER to be t to mean `just use the
7001         current buffer without any fuss'.
7002         (vc-version-diff): Change the `diff' backend operation to just put
7003         the diff in the current buffer without erasing it.  Always use
7004         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
7005         shrink-window-if-larger-than-buffer.
7006         (vc-print-log): Change the `print-log' backend operation to just
7007         put the log in the current buffer without erasing it.  Protect
7008         shrink-window-if-larger-than-buffer.
7009         (vc-update-change-log): Fix setd typo.
7011         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7012         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7014         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7015         (vc-rcs-diff): Insert in the current buffer and remove unused arg
7016         CMP.
7018         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7019         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
7020         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7022 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7024         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7025         not possible, use vc-BACKEND-workfile-unchanged-p.
7026         (vc-default-workfile-unchanged-p): New function.  Delegates to a
7027         full vc-BACKEND-diff.
7029         * vc-hooks.el (vc-simple-command): Removed.
7031         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7032         instead of vc-simple-command.
7033         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7034         avoid doing a diff when opening a file.
7035         (vc-rcs-state): Added check for unlocked-changes.
7036         (vc-rcs-header): Escape Id.
7037         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7038         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7039         version.
7041         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7042         (vc-sccs-diff): Remove optional arg CMP.
7043         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7044         SCCS-specific function.
7046         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7047         vc-simple-command.
7049 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7051         * vc.el (vc-editable-p): Renamed from vc-writable-p.
7052         (with-vc-file, vc-merge): Use vc-editable-p.
7053         (vc-do-command): Remove unused var vc-file and fix the
7054         doubly-defined `status' var.  Add a user message when starting an
7055         async command.
7056         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7057         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7058         Use with-current-buffer.
7059         (vc-buffer-sync): Use unless.
7060         (vc-next-action-on-file): If the file is 'edited by read-only,
7061         make it read-write instead of trying to commit.
7062         (vc-version-diff, vc-update-change-log): Use `setq
7063         default-directory' rather than `cd'.
7064         (vc-log-edit): Don't forget to set default-directory in the
7065         buffer.
7067         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7068         (vc-sccs-state-heuristic): Use file-writable-p instead of
7069         comparing userids.
7070         (vc-sccs-checkout): Use `unless'.
7072         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7073         of comparing userids.
7074         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7075         Simplify the logic by eliminating unreachable code.
7076         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7077         just do a recursive call if we need to retry.
7078         (vc-rcs-checkout): Handle the case where rcs is missing by making
7079         the buffer read-write if requested and re-signalling the error.
7081         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7083 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7085         * vc-hooks.el (vc-handled-backends): Docstring change.
7086         (vc-ignore-vc-files): Mark obsolete.
7087         (vc-registered): Check vc-ignore-vc-files.
7088         (vc-find-file-hook, vc-file-not-found-hook): Don't check
7089         vc-ignore-vc-files.
7091         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7093 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7095         * vc.el (vc-checkout): Don't do anything special for ange-ftp
7096         files since ange-ftp already has vc-registered return nil.
7098         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7099         (vc-sccs-workfile-version): Use with-temp-buffer and new
7100         vc-parse-buffer and don't bother setting the property.
7101         (vc-sccs-add-triple): Use with-current-buffer and
7102         find-file-noselect.
7103         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7105         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
7106         derives from the old vc-parse-buffer but uses the revision number
7107         rather than the date (much easier to compare robustly).
7108         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
7109         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
7110         locking-user more directly.  Check strict locking and set
7111         checkout-model appropriately.
7112         (vc-rcs-parse-locks): Remove.
7113         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7114         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7115         (vc-rcs-system-release): Use with-current-buffer and
7116         vc-parse-buffer.
7117         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7119         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7120         (vc-simple-command): Docstring fix.
7121         (vc-registered): Align the way the file-handler is called with the
7122         way the function itself works.
7123         (vc-file-owner): Remove.
7125         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
7126         extraction of fields and call to file-attributes because of a
7127         temporary bug in rcp.el.
7128         (vc-cvs-fetch-status): Use with-current-buffer.
7130 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7132         * vc.el (vc-do-command): Use file-relative-name.
7133         (vc-responsible-backend): Use vc-backend if possible.
7134         (vc-create-snapshot): Improve the `interactive' spec. Add support
7135         for branches and dispatch to backend-specific `create-snapshot'.
7136         (vc-default-create-snapshot): New function, containing the bulk of
7137         the old vc-create-snapshot.
7138         (vc-retrieve-snapshot): Improve the interactive spec.
7140         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7141         (vc-backend-hook-functions): Remove.
7142         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7143         (vc-backend): Reintroduce the test for `file = nil' now that I
7144         know why it was there (and added a comment to better remember).
7146         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7147         code from vc-sccs-hooks.el.
7148         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
7149         'vc anymore.
7150         (vc-sccs-responsible-p): Use expand-file-name instead of concat
7151         and file-directory-p instead of file-exists-p.
7152         (vc-sccs-check-headers): Simplify the regexp.
7154         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7155         from vc-rcs-hooks.el.  Don't require 'vc anymore.
7156         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7157         file-directory-p instead of file-exists-p.
7159         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7160         from vc-cvs-hooks.el.
7161         (proto vc-cvs-registered): Require 'vc-cvs instead of
7162         'vc-cvs-hooks.  Don't require 'vc anymore.
7163         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7164         file-directory-p instead of file-exists-p.
7165         (vc-cvs-create-snapshot): New function, replacing
7166         vc-cvs-assign-name.
7167         (vc-cvs-assign-name): Remove.
7169 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7171         * vc-cvs.el (vc-cvs-header): New var.
7173         * vc-rcs.el (vc-rcs-exists): Remove.
7174         (vc-rcs-header): New var.
7176         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7177         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7178         (vc-sccs-header): New var.
7180         * vc.el (vc-do-command): Get rid of the `last' argument.
7181         (vc-header-alist): Remove, replaced by vc-X-header.
7182         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7183         (vc-dired-hook): Use expand-file-name instead of concat.
7184         (vc-directory): Use file-name-as-directory.
7185         (vc-snapshot-precondition, vc-create-snapshot)
7186         (vc-retrieve-snapshot): Allow the command to operate on any
7187         directory.
7189         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7190         just removing the 'WORKFILE argument or by removing the 'MASTER
7191         argument and replacing `file' with (vc-name file).
7193 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7195         * vc.el: Update Copyright and add a crude list of backend funs.
7196         (vc-writable-p): New function.
7197         (with-vc-file): Use vc-writable-p.
7198         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7199         (vc-register): Avoid vc-name.
7200         (vc-locking-user): Remove.
7201         (vc-steal-lock): Make the `owner' arg non-optional.
7202         (vc-merge): Use vc-writable-p instead of vc-locking-user and
7203         vc-checkout-model.
7204         (vc-default-dired-state-info): Use vc-state instead of
7205         vc-locking-user and return special strings for special states.
7206         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7207         and get rid of one of the special CVS cases.
7208         (vc-cancel-version): prettify error message with \\[...].
7209         (vc-rename-master): New function.
7210         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7211         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
7212         the CVS special case generic.
7213         (vc-default-record-rename): Remove.
7214         (vc-file-tree-walk-internal): Only call FUNC for files that are
7215         under control of some VC backend and replace `concat' with
7216         expand-file-name.
7217         (vc-file-tree-walk): Update docstring.
7218         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7219         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7221         * vc-sccs.el (vc-sccs-rename-file): Renamed from
7222         vc-sccs-record-rename.  Use `find-file-noselect' rather than
7223         `find-file' and call `vc-rename-master' to do the actual move.
7224         (vc-sccs-diff): Remove unused `backend' variable.
7226         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7227         to delay loading of vc-sccs until it is really used.
7228         (vc-sccs-master-templates): Preload.
7229         (vc-sccs-state): Update call to vc-sccs-parse-locks.
7230         (vc-sccs-project-dir): Remove (merged into
7231         vc-sccs-search-project-dir).
7232         (vc-sccs-search-project-dir): Rewrite using file name handling ops
7233         rather than `concat', make sure it is preloaded and don't bother
7234         to check that the file actually exists.
7235         (vc-sccs-parse-locks): Remove unused `file' argument, remove
7236         `locks' argument (use buffer's content instead) and eliminate n^2
7237         behavior.
7239         * vc-rcs.el: Update Copyright.
7240         (vc-rcs-rename-file): New function.
7241         (vc-rcs-diff): Remove unused `backend' variable.
7243         * vc-hooks.el: Update Copyright.
7244         (vc-backend): Don't accept a nil argument any more.
7245         (vc-up-to-date-p): Turn into a defsubst.
7246         (vc-possible-master): New function.
7247         (vc-check-master-templates): Use `vc-possible-master' and allow
7248         funs in vc-X-master-templates to return a non-existent file.
7250         * vc-cvs.el: Update Copyright.
7251         (vc-cvs-diff): Remove unused `backend' variable.
7252         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7254         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7256 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7258         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7259         since it can be called from vc-rcs.el.
7260         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7262 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7264         * vc.el (vc-version-diff): Expand file name read from the
7265         minibuffer.  Handle the case when a previous version number can't
7266         be guessed.  Give suitable messages when there were no differences
7267         found.
7268         (vc-clear-headers): Call backend-specific implementation, if one
7269         exists.
7270         (vc-cancel-version): Made error checks generic.  When done, clear
7271         headers generically, too.
7273         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7274         from vc-clear-headers in vc.el.
7276         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7277         correctly.
7278         (vc-rcs-latest-on-branch-p): Made second argument VERSION
7279         optional.  Handle the case when it's not there.
7281 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7283         * vc.el (vc-locking-user): Moved from vc-hooks.el.
7285 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7287         * vc-hooks.el (vc-loadup): Remove.
7288         (vc-find-backend-function): Use `require'.  Also, handle the case
7289         where vc-BACKEND-hooks.el doesn't exist.
7290         (vc-call-backend): Cleanup.
7292 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7294         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7295         vc-rcs-grab-templates)
7296         (vc-rcs-registered): Remove.  The default function works as well.
7297         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7298         vc-sccs-grab-templates)
7299         (vc-sccs-registered): Remove.  The default function works as well.
7301         * vc.el (vc-version-diff): Left out a vc- in call to
7302         vc-call-backend.
7303         (vc-default-dired-state-info, vc-default-record-rename)
7304         (vc-default-merge-news): Update for the new backend argument.
7306         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7307         using the default function.
7308         (vc-call-backend): If calling the default function, pass it the
7309         backend as first argument.  Update the docstring accordingly.
7310         (vc-default-state-heuristic, vc-default-mode-line-string): Update
7311         for the new backend argument.
7312         (vc-make-backend-sym): Renamed from vc-make-backend-function.
7313         (vc-find-backend-function): Use the new name.
7314         (vc-default-registered): New function.
7316 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7318         * vc.el (vc-merge): Use vc-find-backend-function.
7320         * vc-hooks.el (vc-backend-functions): Remove.
7321         (vc-loadup): Don't setup 'vc-functions.
7322         (vc-find-backend-function): New function.
7323         (vc-call-backend): Use above fun and populate 'vc-functions
7324         lazily.
7325         (vc-backend-defines): Remove.
7327 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7329         * vc.el (vc-register): Put a FIXME note for a newly found bug.
7330         Call vc-call-backend without the leading vc-.
7331         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7332         (vc-check-headers): Call vc-call-backend without the leading vc-.
7333         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7334         (vc-annotate-display): Replace confusing use of `cond' with `or'.
7335         Call vc-call-backend without the leading vc-.
7337         * vc-cvs.el (tail): Provide vc-cvs.
7338         * vc-sccs.el (tail): Provide vc-sccs.
7339         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7341         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7342         (vc-make-backend-function, vc-call): Pass names without leading
7343         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7344         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7345         (vc-call-backend): Always try to load vc-X-hooks.
7346         (vc-registered): Remove vc- in call to vc-call-backend.
7348 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7350         * vc.el (vc-process-filter): New function.
7351         (vc-do-command): Setup `vc-process-filter' for the async process.
7352         (vc-maybe-resolve-conflicts): New function to reduce
7353         code-duplication.  Additionally, it puts the buffer in
7354         `smerge-mode' if applicable.
7355         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7356         calling `merge-news'.
7357         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7358         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
7359         interfacing to log-edit.el.
7360         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7361         log-edit is available.
7362         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7364 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7366         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7367         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7368         defvar and the initialization.
7369         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7371         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7372         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7374         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7376 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7378         * vc.el (vc-file-clear-masterprops): Removed.
7379         (vc-checkin, vc-revert-buffer): Removed calls to the above.
7380         (vc-version-diff): Use buffer-size without argument.
7381         (vc-register): Heed vc-initial-comment.
7383         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7384         default branch.
7386         * vc-rcs.el (vc-rcs-register): Parse command output to find master
7387         file name and workfile version.
7388         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7390         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7391         vc-file-clear-masterprops.
7393         * vc-sccs.el (vc-sccs-checkout): Removed call to
7394         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
7395         rather than user login name.
7398 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7400         * vc.el (vc-workfile-unchanged-p): Remove unused argument
7401         `want-differences-if-changed' and simplify.
7402         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7403         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7404         output (which is invalid for async vc-diff) to decide whether to
7405         do the revert silently or not.
7407 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7409         * vc-hooks.el (vc-loadup): Load files quietly.
7410         (vc-call-backend): Oops, brain fart.
7412 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7414         * vc-cvs.el (vc-cvs-state): Typo.
7415         (vc-cvs-merge-news): Return the status code rather than the error msg.
7417 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7419         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7420         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7421         vc-state or vc-up-to-date-p.
7422         (vc-merge): Use vc-backend-defines to check whether merging is
7423         possible.  Set state to 'edited after successful merge.
7425         * vc-hooks.el (vc-locking-user): If locked by the calling user,
7426         return that name.  Redocumented.
7428 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7430         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7431         new `vc-state' semantics.
7432         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7433         'vc-locking-user to the current user.
7434         (vc-merge): Inline vc-backend-merge.  Comment out code that I
7435         don't understand and hence can't adapt to the new `vc-state' and
7436         `vc-locking-user' semantics.
7437         (vc-backend-merge): Remove.
7439         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7440         rather than 'vc-locking-user.
7442         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7444         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7445         (vc-state): Don't use 'reserved any more.  Just use the same
7446         convention as the one used for vc-<backend>-state where the
7447         locking user (as a string) is returned.
7448         (vc-locking-user): Update, based on the above convention. The
7449         'vc-locking-user property has disappeared.
7450         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7452         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7453         with a heuristic one.
7454         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7455         (vc-cvs-checkin): Do a trivial parse to set the state in case of
7456         error.  That allows us to get to 'needs-merge even in the
7457         stay-local case.  There's still no way to detect 'needs-patch in
7458         such a setup (or to force an update for that matter).
7459         (vc-cvs-logentry-check): Remove, the default works as well.
7461 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7463         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7465         * vc.el (vc-do-command): kill-all-local-variables, to reset any
7466         major-mode in which the buffer might have been put earlier.  Use
7467         `remove' and `when'.  Allow `okstatus' to be `async' and use
7468         `start-process' in this case.
7469         (vc-version-diff): Handle the case where the diff looks empty
7470         because of the use of an async process.
7472 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7474         * vc.el (vc-next-action-on-file): Removed optional parameter
7475         `simple'.  Recompute state unconditionally.
7476         (vc-default-toggle-read-only): Removed.
7478         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7479         (vc-toggle-read-only): Undid prev change.
7481         * vc-cvs.el (vc-cvs-stay-local): Renamed from
7482         vc-cvs-simple-toggle.  Redocumented.
7483         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7484         (vc-cvs-toggle-read-only): Removed.
7486 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7488         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7489         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7490         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7491         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
7492         still is. So maybe it should be removed.
7493         (vc-head-version, vc-find-binary): Remove.
7494         (vc-recompute-state): Move from vc-hooks.el.
7495         (vc-next-action-on-file): Add a `simple' argument to allow
7496         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7497         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7498         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7499         (vc-dired-mode-map): Properly defvar it.
7500         (vc-print-log): Call log-view-mode if available.
7501         (small-temporary-file-directory): defvar instead of use boundp.
7502         (vc-merge-news): Moved to vc-cvs.el.
7503         (vc-default-merge-news): New function.
7505         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7506         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7507         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7508         unknown `vc-latest-version' function.  It should probably refer to
7509         vc-workfile-version or somesuch, but it's very unclear to me and I
7510         don't have SCCS to test things.
7512         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7513         (vc-sccs-state-heuristic): Fix typo.
7514         (vc-sccs-workfile-unchanged-p): Add missing argument.
7516         * vc-rcs.el: Require vc and vc-rcs-hooks.
7517         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7518         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7519         (vc-release-greater-or-equal-p): Move from vc.
7520         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7521         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7522         (vc-rcs-checkout): Add a missing `new-version' argument in the
7523         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
7525         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7526         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7527         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7528         than the apparently unbound `workfile-version'.
7530         * vc-hooks.el (vc-master-templates): Def the obsolete var.
7531         (vc-file-prop-obarray): Use `make-vector'.
7532         (vc-backend-functions): Add new hookable functions
7533         vc-toggle-read-only, vc-record-rename and vc-merge-news.
7534         (vc-loadup): If neither backend nor default functions exist, use
7535         the backend function rather than nil.
7536         (vc-call-backend): If the function if not bound yet, try to load
7537         the non-hook file to see if it provides it.
7538         (vc-call): New macro plus use it wherever possible.
7539         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7540         nor `vc-find-binary' since it's only called from
7541         vc-mistrust-permission which is only used once the backend is known.
7542         (vc-checkout-model): Fix parenthesis.
7543         (vc-recompute-state, vc-prefix-map): Move to vc.el.
7545         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7546         (vc-cvs-release, vc-cvs-system-release): Remove.
7547         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7548         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7549         status symbols.
7550         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7551         (vc-cvs-toggle-read-only): First cut at a function to allow a
7552         cvs-status-free vc-toggle-read-only.
7553         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7554         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7555         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
7556         (vc-cvs-checkout): Modify access rights directly if the user
7557         requested not to use `cvs edit'.  And refresh the mode line.
7559         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7560         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7562 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7564         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
7565         workfile' that got lost when the code was extracted from vc.el.
7566         And merged the tail with the rest of the code (not possible in the
7567         old vc.el where the tail was shared among all backends).  And
7568         explicitly set the state to 'edited if `writable' is set.
7570         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7571         (vc-cvs-state): Be careful to return the value from
7572         vc-cvs-parse-state.
7573         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
7574         property but return it instead.  Also be careful to handle a nil
7575         or "" `rev' when workfile is non-nil (it was handled properly when
7576         workfile was nil).
7578         * vc.el: Removed those pesky unnecessary `(function' quotes.
7579         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7580         directly in the defvar.
7581         (vc-do-command): Bind inhibit-read-only so as to properly handle
7582         the case where the destination buffer has been made read-only.
7583         (vc-diff): Delegate to vc-version-diff in all cases.
7584         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7585         (vc-annotate-mode-variables): Removed (code moved partly to
7586         defvars and partly to vc-annotate-add-menu).
7587         (vc-annotate-mode): Turned into a derived-mode.
7588         (vc-annotate-add-menu): Moved in code in
7589         vc-annotate-mode-variables.
7590         (vc-update-change-log): Use make-temp-file if available.
7592 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
7594         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7595         `vc-checkout-model' updated to `vc-cvs-update-model'.
7597 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7599         * vc.el (vc-next-action-on-file): Added handling of state
7600         `unlocked-changes'.
7601         (vc-checkout-carefully): Is now practically obsolete, unless the
7602         above is too slow to be enabled unconditionally.
7603         (vc-update-change-log): Fixed typo.
7605         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7607         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7608         Now handles state `unlocked-changes'.
7609         (vc-sccs-workfile-unchanged-p): New function, to support the above.
7611         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7613         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7614         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
7615         `unlocked-changes'.
7616         (vc-rcs-workfile-unchanged-p): Renamed from
7617         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
7618         function yet, but supposed to become one soon.
7620         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7621         `vc-steal-lock'.
7622         (vc-call-backend): Changed error message.
7623         (vc-state): Added description of state `unlocked-changes'.
7625 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7627         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7628         always return t in CVS-controlled directories.
7630         * vc.el (vc-responsible-backend): New function.
7631         (vc-register): Largely rewritten.
7632         (vc-admin): Removed (implementation moved into vc-register).
7633         (vc-checkin): Redocumented.
7634         (vc-finish-logentry): If no backend defined yet (because we are in
7635         the process of registering), use the responsible backend.
7637         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7638         Updated function lists.
7639         (vc-call-backend): Fixed typo.
7641         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7642         New functions.
7643         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7644         Removed query option.  Redocumented.
7646 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7648         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7650         * vc.el: Updated callers of `vc-checkout-required' to use
7651         `vc-checkout-model'.
7653 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7655         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
7656         stuff updated to reference this function instead of the old
7657         `vc-backend-release-p'.
7659 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7661         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7662         vc-checkout-model.  Return appropriate values.  Updated callers.
7664 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7666         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7667         (vc-backend-revert): Function moved into `vc-revert';
7668         `vc-next-action' must be updated to accomodate this change.
7669         (vc-backend-steal): Function moved into `vc-finish-steal'.
7670         (vc-backend-logentry-check): Function moved into
7671         `vc-finish-logentry'.
7672         (vc-backend-printlog): Function moved into `vc-print-log'.
7673         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7674         (vc-backend-assign-name): Function moved into
7675         `vc-create-snapshot'.
7677 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7679         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7680         Rename to vc-checkout-model.  Return appropriate values.
7681         Update callers.
7683         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7684         to vc-checkout-model.
7685         (vc-checkout-required): Rename to vc-checkout-model.
7686         Re-implement and re-comment.
7687         (vc-after-save): Use vc-checkout-model.
7689 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7691         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7692         Update to use the vc-BACKEND-diff functions instead.
7693         `vc-diff' is now working.
7695         * vc-rcs.el (vc-rcs-logentry-check): New function.
7697         * vc-cvs.el (vc-cvs-logentry-check): New function.
7699         * vc-sccs.el (vc-sccs-diff): Function changed name from
7700         `vc-backend-diff'.  This makes `vc-diff' work.
7702         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7703         of functions possibly implemented in a vc-BACKEND library.
7704         (vc-checkout-required): Fix bug that caused an error to be
7705         signaled during `vc-after-save'.
7707         * vc.el: Fix typo.
7708         This checkin is made with our new VC code base for the very first time.
7709         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7711         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7712         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7714         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7715         updated to `vc-uses-locking'.
7716         (vc-checkout-required): Call to backend function.
7717         `vc-checkout-required' updated to `vc-uses-locking' instead.
7719         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7720         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7722         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7723         to match the split into various backends.
7724         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
7725         (vc-retrieve-snapshot): Bug fix.
7727 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7729         * vc-sccs.el (vc-sccs-release): Doc fix.
7731 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7733         * vc.el (vc-next-action-on-file): Bug found and fixed.
7734         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7735         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7737         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7738         (vc-rcs-checkout): Name space cleaned up.  No more revision number
7739         crunching function names that are not prefixed with vc-rcs.
7740         (vc-rcs-checkout-model): Function added.  References to
7741         `vc-checkout-model' replaced.
7743 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7745         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7746         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
7747         still need to be split, and implemented for RCS).
7749 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7751         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7753         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7754         required by the vc.el file.
7756         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7757         required by the vc.el file.
7758         (vc-rcs-exists): Function added.
7760         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7761         required by the vc.el file.
7763         * vc.el (vc-admin): Updated to handle selection of appropriate
7764         backend.  Current implementation is crufty and need re-thinking.
7766         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7768 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7770         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7771         beginning of annotate buffers correctly.
7773         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7774         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7775         functionality updated quite a lot to support multiple backends.
7776         Variables `vc-annotate-mode', `vc-annotate-buffers',
7777         `vc-annotate-backend' added.
7779         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7780         `vc-annotate-difference' added to supported backend functions.
7782 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7784         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7785         Use with-temp-file instead of /bin/sh.  Merged from mainline
7787 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7789         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7791         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7793         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7795 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7797         * vc-hooks.el: vc-state-heuristic added to
7798         vc-backend-hook-functions.
7800         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7802         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7804         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7805         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
7806         state to `reserved'.
7808         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7809         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
7811 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7813         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
7814         untouched.
7816         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7818         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7819         if defined.  (Merged from main line, slightly adapted.)
7821         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7822         millenium problem (merged from mainline).
7824 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7826         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7827         part and moved the non-BACKEND stuff to vc.el.
7829         * vc.el: Split the annotate feature into a BACKEND specific part
7830         and moved it from the vc-cvs.el file to this one.
7832 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7834         * vc-hooks.el: Implement new state model.
7835         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7836         (vc-locking-user): Simplify.  Now only needed if the file is
7837         locked by somebody else.
7838         (vc-lock-from-permissions): Remove.  Functionality is in
7839         vc-sccs-hooks.el and vc-rcs-hooks.el now.
7840         (vc-mode-line-string): New name for former vc-status.  Adapted.
7841         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
7843         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7844         Various simplifications and adaptations all over the place.
7846         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7847         Simplify and adapt the rest.
7849         * vc.el (vc-resynch-window): Add TODO comment: check for
7850         interaction with view mode according to recent RCS change.
7851         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7853 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7855         * vc.el: Convert the remaining function comments to docstrings.
7857 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7859         * vc.el (vc-backend-release, vc-release-greater-or-equal)
7860         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7861         (vc-minor-part, vc-previous-version): Functions that operate and
7862         compare revision numbers got proper documentation.  Comments added
7863         about their possible removal.
7865 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7867         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7868         the vc-backend.el files.
7870         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7872         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7873         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7874         (vc-rcs-previous-version): Functions added.
7876         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7878         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7880 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7882         * vc-hooks.el (vc-master-templates): Is really obsolete.
7883         Comment out the definition for now.  What is the right procedure
7884         to get rid of it?
7885         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7886         rewritten.
7887         (vc-default-registered): Remove.
7888         (vc-check-master-templates): New function; does mostly what the
7889         above did before.
7890         (vc-locking-user): Don't rely on the backend to set the property.
7892         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7893         Rewrite documentation.
7894         (vc-rcs-templates-grabbed): New variable.
7895         (vc-rcs-grab-templates): New function.
7896         (vc-rcs-registered): Rewrite to use above mechanism.
7898         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7899         Rewrite documentation.
7900         (vc-sccs-templates-grabbed): New variable.
7901         (vc-sccs-grab-templates): New function.
7902         (vc-sccs-registered): Rewrite to use above mechanism.
7903         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7904         Don't throw the result, simply return it.
7906         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7907         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
7908         (vc-cvs-registered): Does the check itself now.  Simplify.
7910         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7911         from main line.
7913 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7915         * vc-cvs.el (vc-cvs-diff): New function.
7917         * vc-sccs.el (vc-sccs-diff): New function.
7919         * vc-rcs.el (vc-rcs-diff): New function.
7920         (vc-rcs-checkout): Bug (typo) found and fixed.
7921         (vc-rcs-register-switches): New variable.
7923         * vc.el (vc-backend-diff): Function removed and placed in the
7924         backend files.
7926 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7928         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7930         * vc.el (vc-backend-checkout): Function removed and replaced in
7931         the vc-backend.el files.
7933         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7935         * vc.el (vc-backend-admin): Removed and replaced in the
7936         vc-backend.el files.
7938         * vc.el (Martin): Removed all the annotate functionality since it
7939         is CVS backend specific.
7941 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7943         * spec.txt: Added specification of vc-state.
7945         * vc-sccs-hooks.el (vc-sccs-master-properties):
7946         Remove handling of vc-latest-version and
7947         vc-your-latest-version.  What used to be vc-latest-version, is now
7948         returned as vc-workfile-version.
7949         (vc-sccs-workfile-version): Adapt.
7951 2000-09-04  Dave Love  <fx@gnu.org>
7953         * vc.el: [Merged from mainline.]
7954         (vc-dired-mode): Make the dired-move-to-filename-regexp
7955         regexp match the date, to avoid treating date as file size.
7956         Add YYYY S option to WESTERN/
7958 2000-09-04  Dave Love  <fx@gnu.org>
7960         * vc.el: Require `compile' when compiling.
7961         (vc-logentry-check-hook): New option.
7962         (vc-steal-lock): Use compose-mail.
7963         (vc-dired-mode-map): Defvar when compiling.
7964         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7965         vc-sccs.el and renamed.  Callers changed.
7966         (vc-backend-checkout, vc-backend-logentry-check)
7967         (vc-backend-merge-news): Doc fix.
7968         (vc-default-logentry-check): New function.
7969         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7970         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7971         (vc-backend-merge): Doc fix.  Use backend functions.
7972         (vc-check-headers): Use backend functions.
7974         * vc-cvs.el: Require vc when compiling.
7975         (vc-cvs-register-switches): Doc fix.
7976         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7977         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7978         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7979         New functions (code from vc.el).
7980         (vc-annotate-display-default): Fix interactive spec.
7981         (vc-annotate-time-span): Doc fix.
7983         * vc-rcs.el: Require vc when compiling.
7984         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7985         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7986         (vc-rcs-checkin): New functions (code from vc.el).
7987         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7988         Doc fix.
7989         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
7991         * vc-sccs.el: Require vc when compiling.
7992         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7993         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7994         (vc-sccs-revert)
7995         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7996         from vc.el).
7997         (vc-sccs-add-triple, vc-sccs-record-rename)
7998         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7999         (vc-sccs-admin): Doc fix.
8001 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8003         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8004         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8005         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8006         from vc.el.
8008         * vc-sccs.el (vc-admin-sccs): Added from vc.el
8010         * vc-cvs.el: Moved the annotate functionality from vc.el.
8011         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8013 2000-09-04  Dave Love  <fx@gnu.org>
8015         * vc.el (vc-backend-release): Call vc-system-release.
8017         * vc-sccs.el (vc-sccs-system-release):
8018         Renamed from vc-sccs-backend-release.
8020         * vc-rcs.el (vc-rcs-system-release):
8021         Renamed from vc-rcs-backend-release.
8023         * vc-cvs.el (vc-cvs-system-release):
8024         Renamed from vc-cvs-backend-release.
8026 2000-09-04  Dave Love  <fx@gnu.org>
8028         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8029         backend files.
8030         (vc-backend-release): Dispatch to backend functions.
8031         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
8032         probably needs attention.]
8034         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8035         (vc-sccs-backend-release): New function.
8037         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8038         (vc-cvs-backend-release): New function.
8040         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8041         Doc fix.
8042         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8043         (vc-default-dired-state-info): New function.
8044         (vc-dired-state-info): Dispatch to backends.
8045         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
8047         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8048         from vc.el and renamed.
8050 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8052         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8053         (vc-version-other-window, vc-backend-assign-name): Removed
8054         references to vc-latest-version; sometimes changed into
8055         vc-workfile-version.
8057         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8058         vc-rcs-master-workfile-version.
8059         (vc-rcs-workfile-version): Use the above.  Don't call
8060         vc-latest-version (that was unreachable code, anyway).
8061         (vc-rcs-fetch-master-properties): Doc fix.
8063         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8064         (vc-backend-hook-functions): Removed them from this list, too.
8065         (vc-fetch-properties): Removed.
8066         (vc-workfile-version): Doc fix.
8068         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8069         (vc-rcs-workfile-version, vc-rcs-locking-user)
8070         (vc-rcs-uses-locking): Use it.
8072         * vc-hooks.el (vc-consult-rcs-headers):
8073         Moved into vc-rcs-hooks.el, under the name
8074         vc-rcs-consult-headers.
8076         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8077         headers.
8078         (vc-cvs-find-master): Use this name only; correct different
8079         versions of the name.
8081         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8082         New functions.
8083         (vc-sccs-locking-user): Use the latter.
8085         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8086         New functions.
8088         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8089         Moved into both
8090         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
8091         functions are implementation details of those two backends.
8093 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8095         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8096         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8098         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8099         (vc-sccs-parse-locks): SCCS-specific code moved here from
8100         vc-hooks.
8102         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8103         code moved here from vc-hooks.
8105         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8106         into back-end specific parts and removed.  Callers not updated
8107         yet; because I guess these callers will disappear into back-end
8108         specific files anyway.
8110 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8112         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8113         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8114         `vc-uses-locking'.
8116         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8117         Store yes/no in the property, and return t/nil.  Updated all
8118         callers.
8120         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8121         vc-sccs-uses-locking.  Don't set property.
8122         (vc-sccs-locking-user): Don't set property.
8124         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8125         vc-cvs-uses-locking.  Don't set property here; leave that to
8126         vc-hooks.
8127         (vc-cvs-locking-user): Reflect above change.  Streamlined.
8129         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8130         vc-rcs-uses-locking.
8131         (vc-rcs-locking-user): Reflect above change.
8133 2000-09-04  Dave Love  <fx@gnu.org>
8135         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8137         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8139         * vc-hooks.el (vc-checkout-model): Punt to backends.
8141         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8143         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8145         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8146         New functions.
8148         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8149         New functions.
8151         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8152         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8154         * vc-hooks.el (vc-default-locking-user): New function.
8155         (vc-locking-user, vc-workfile-version): Punt to backends.
8157 2000-09-04  Dave Love  <fx@gnu.org>
8159         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8160         (vc-master-workfile-version): Moved from vc-hooks.
8162         * vc-rcs-hooks.el: Fix duplicate code in last change.
8164         * vc-rcs-hooks.el: Require vc-hooks when compiling.
8165         (vc-rcs-master-templates): Improve :type.
8166         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8167         vc-master-workfile-version): Moved from vc-hooks.
8169         * vc-sccs-hooks.el: Require vc-hooks when compiling.
8170         (vc-sccs-master-templates): Improve :type.
8171         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8173         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8175         * vc-cvs-hooks.el: Require vc-hooks when compiling.
8176         (vc-cvs-master-templates): Improve :type.  Use
8177         vc-cvs-find-cvs-master.
8178         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8179         from vc-hooks.
8180         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8182         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8183         Moved to vc-cvs-hooks.
8185         * vc-hooks.el: Add doc strings in various places.  Simplify the
8186         minor mode setup.
8187         (vc-handled-backends): New user variable.
8188         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8189         simplification.
8191 2000-09-04  Dave Love  <fx@gnu.org>
8193         * vc.el: Some doc fixes for autoloaded and interactive functions.
8194         Fix compilation warnings from ediff stuff.
8195         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8197         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8199         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8201         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8203 2000-09-04  Dave Love  <fx@gnu.org>
8205         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8206         New variable.
8207         (vc-make-backend-function, vc-loadup, vc-call-backend)
8208         (vc-backend-defines): New functions.
8210         * vc-hooks.el: Various doc fixes.
8211         (vc-default-back-end, vc-follow-symlinks): Custom fix.
8212         (vc-match-substring): Function removed.  Callers changed to use
8213         match-string.
8214         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8215         Simplify.
8217 2000-09-04  Dave Love  <fx@gnu.org>
8219         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8220         type.
8221         (vc-sccs-project-dir, vc-search-sccs-project-dir)
8222         (vc-sccs-registered): Doc fix.
8224         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8225         (vc-cvs-registered): Doc fix.
8227         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8228         (vc-rcs-registered): Doc fix.
8230 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8232         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8234         * vc-hooks.el: vc-registered has been renamed
8235         vc-default-registered.  Some functions have been moved to the
8236         backend specific files.  they all support the
8237         vc-BACKEND-registered functions.
8239 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8241         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8243         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8245 2000-09-04  Dave Love  <fx@gnu.org>
8247         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8248         menu-bar-update-hook.
8250         * help.el (help-manyarg-func-alist): Add
8251         find-operation-coding-system.
8253         * wid-edit.el (widget-sexp-validate): Fix garbled code.
8255         * custom.el (custom-set-variables): Print message about errors in
8256         setting.
8258 2000-09-03  Andrew Innes  <andrewi@gnu.org>
8260         * makefile.w32-in: Change to DOS line endings.
8262 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8264         * mouse.el (mouse-popup-menubar): Supply the prompt string for
8265         minor-mode keymaps, if they don't have one.
8267 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8269         * eshell/esh-module.el (eval-when-compile): Don't lose if
8270         esh-module.el's file name is truncated to DOS 8+3 limits.
8272 2000-09-01  John Wiegley  <johnw@gnu.org>
8274         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8275         predicate, which caused entries in the completion list to be
8276         doubled.
8278 2000-08-30  John Wiegley  <johnw@gnu.org>
8280         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8281         sending to subprocesses.  Also, hook pre-command-hook if
8282         `eshell-send-direct-to-subprocesses' is non-nil.
8283         (eshell-send-direct-to-subprocesses): New config variable.  If t,
8284         subprocess input is send immediately.
8285         (eshell-toggle-direct-send): New function.
8286         (eshell-self-insert-command): New function.
8287         (eshell-intercept-commands): New function.
8288         (eshell-send-input): If direct subprocess sending is enabled,
8289         don't echo any input to the Eshell buffer.  Let the subprocess
8290         handle that.  This requires "stty echo" in bash, for example.
8292 2000-08-28  John Wiegley  <johnw@gnu.org>
8294         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8295         completion function for Eshell's implementation of `unset'.
8297 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8299         * info.el (Info-directory-list): Doc fix.
8301 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
8303         * filecache.el (file-cache-add-directory-using-find): Don't quote
8304         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8306 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
8308         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8309         coding systems.
8311 2000-08-30  Andrew Innes  <andrewi@gnu.org>
8313         * timer.el (run-with-idle-timer): Undo last change, so that timer
8314         is not activated immediately if Emacs is already idle.  Some
8315         existing code relies on this behaviour.
8317 2000-08-30  Miles Bader  <miles@gnu.org>
8319         * frame.el (set-frame-font): Do completion of font-name for
8320         interactive use.
8322 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
8324         * international/quail.el (quail-start-translation): Bind locally
8325         last-command-event, last-command, and this-command.
8326         (quail-start-conversion): Likewise.
8327         (quail-self-insert-command): Fix docstring.
8329 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
8331         * progmodes/executable.el
8332         (executable-make-buffer-file-executable-if-script-p): Check that
8333         buffer contains at least 2 characters.
8335 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
8337         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8339 2000-08-29  Dave Love  <fx@gnu.org>
8341         * diff-mode.el (diff-mode) <defgroup>: Add :version.
8342         (diff-mode-shared-map): Bind mouse-2.
8343         (diff-imenu-generic-expression): New variable.
8344         (diff-mode): Use it.
8346         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8347         (mouse-popup-menubar): Add minor mode menus.
8348         (popup-menu): Check for lookup-key returning number.
8350 2000-08-29  Miles Bader  <miles@gnu.org>
8352         * comint.el (comint-send-input): Create overlays using the proper
8353         front/read-advance arguments.
8355 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8357         * ps-print.el: Even/odd pages printing.  Doc fix.
8358         (ps-print-version): New version number (6.0).
8359         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8360         (ps-background, ps-begin-file, ps-begin-job): Code fix.
8361         (ps-print-duplex-feature): Variable eliminated.
8362         (ps-even-or-odd-pages): New variable.
8364         * progmodes/ebnf2ps.el: Doc fix.
8365         (ebnf-version): New version (3.3).
8366         (ebnf-user-arrow): Change variable customization to sexp.
8367         (ebnf-user-arrow): Function eliminated.
8368         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8370 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
8372         * help.el (help-xref-mule-regexp): New variable.
8373         (help-make-xrefs): Handle help-xref-mule-regexp.
8375         * international/mule-cmds.el (help-xref-mule-regexp-template): New
8376         variable.
8377         (describe-input-method): Temporarily activate the specfied input
8378         method to display the information.
8379         (describe-language-environment): Hyperlinks to mule related items.
8381         * international/mule-diag.el (charset-multibyte-form-string): New
8382         function.
8383         (list-character-sets-1): Use charset-multibyte-form-string.
8384         (describe-character-set): New function.
8385         (describe-coding-system): Hyperlinks to safe character sets.
8387         * international/quail.el (quail-help): New arg PACKAGE.
8388         Hyperlinks to mule related items.
8389         (quail-help-insert-keymap-description): Use
8390         substitute-command-keys instead of describe-bindings.
8391         (quail-translation-help): Hyperlinks to mule related items.
8393 2000-08-28  John Wiegley  <johnw@gnu.org>
8395         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8396         have a defsubst call itself.  Made `eshell-flatten-list' back into
8397         a function again.
8399         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8400         catch, in case re-centering point at bottom messes up the display.
8401         This happens frequently in Emacs 21, due I believe to variable
8402         line heights.
8404         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8405         to call `find-tag-interactive'.
8407         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8408         the list of remember directories.
8410 2000-08-28  John Wiegley  <johnw@gnu.org>
8412         * align.el: Test align-region-separate to see if it's a symbol.
8414 2000-08-28  John Wiegley  <johnw@gnu.org>
8416         * eshell/esh-util.el (eshell-flatten-list): Made this function
8417         into a defsubst form.  It gets used very frequently, although
8418         calls don't occur all that often.
8420         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8421         examining it.
8423         * eshell/esh-cmd.el (eshell-rewrite-while-command):
8424         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8425         `eshell-protect'.
8426         (eshell-copy-handles): Created a new macro for duplicating the
8427         current set of open handles.  This is needed by the looping
8428         functions.
8429         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8430         is not incorrectly stomped on.
8432         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8433         declaration for pcomplete-use-paring.
8434         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8435         value of eshell-cmpl-use-paring.
8436         * pcomplete.el (pcomplete-use-paring): New config variable, to
8437         indicate whether paring should be used.
8438         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8439         completion alternatives that have already been used.
8441         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8442         bound to C-c C-y, which will repeat the previous N arguments
8443         (based on prefix argument).
8444         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8446         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8447         if there is no *Help* buffer.  This is for XEmacs, which renames
8448         its help buffers uniquely.  TODO: Find out what the current buffer
8449         name to delete is.
8451         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8452         first entry that correlates to a passwd/group number.  Later
8453         entries (used for group/user name aliasing to multiple IDs) are
8454         ignored.
8456         * eshell/em-xtra.el (eshell/expr):
8457         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8458         (eshell-grep, eshell/diff, eshell/locate):
8459         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8460         argument list, before passing it to the system command.
8462         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8463         `find-tag' for use at final position in Eshell buffers (which
8464         otherwise triggers an error on Emacs 21).
8465         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8466         buffer, if it is currently bound to `find-tag'.
8468         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8469         in the list of matched Makefile names.
8470         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8471         directory, prefer its contents to Makefile.
8473         * eshell/em-dirs.el (eshell/cd): cd commands that look up
8474         directory parts (like "cd old new", or "cd =regexp"), are now case
8475         sensitive on non-Windows/DOS platforms.
8477         * eshell/esh-mode.el (eshell-parse-command-input): When a user
8478         types RET after an open delimiter (like "), display a message
8479         indicating that Eshell is waiting for the closing delimiter.
8481         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8482         environment variables.
8484         * eshell/em-unix.el (eshell/diff): Added logic to fail more
8485         gracefully if the user enters incorrect arguments.
8487         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8488         Eshell buffers.
8490         * eshell/esh-var.el (eshell-interpolate-variable):
8491         * eshell/esh-mode.el (eshell-move-argument):
8492         * eshell/em-unix.el (eshell-du-sum-directory):
8493         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8494         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8495         (not (= ...)).
8497         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8498         to ensure the `preserve' flag gets propagated when doing recursive
8499         directory copies.
8501 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
8503         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8504         Don't convert \n into \0177 in memory.
8505         (eshell-read-history, eshell-write-history): Convert \n to \0177,
8506         and back again, when reading and writing.
8508 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
8510         * eshell/esh-util.el (eshell-processp): Added to relieve constant
8511         testing of `fboundp' on `processp'.
8513         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8514         (eshell/jobs): Don't call process-list if it is not bound.
8515         (eshell-gather-process-output): Support systems where async
8516         subprocesses aren't supported.
8517         (eshell-scratch-buffer, eshell-last-sync-output-start): New
8518         variables.
8520         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8521         eshell-do-eval returns t.
8522         (eshell-do-pipelines-synchronously): New defmacro.
8523         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8524         when async subprocesses aren't supported.
8525         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
8526         if async subprocesses aren't supported.
8527         (eshell-resume-command): Don't assume STATUS is a string.
8529         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8531         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8532         (eshell-close-target, eshell-get-target): Use eshell-processp.
8533         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8534         fix.
8535         (eshell-get-target, eshell-create-handles): Doc fix.
8537 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
8539         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8540         criterion to include commands that output something, as long as it
8541         leaves both the command and the end-of-buffer visible when the
8542         command has exited.
8543         (eshell-review-quick-commands): Adjust the help doc string
8544         accordingly.
8546 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
8548         * locate.el (locate): Cleaned up locate command's interactive prompting
8549         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8551         * filecache.el (file-cache-case-fold-search): New variable
8552         (file-cache-assoc-function): New variable
8553         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8554         Use file-cache-case-fold-search variable
8555         (file-cache-add-file): Use file-cache-assoc-function
8556         (file-cache-delete-file): likewise
8557         (file-cache-directory-name): likewise
8558         (file-cache-debug-read-from-minibuffer): likewise
8560 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
8562         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8563         (abbrev-table-name): New function.
8564         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8565         If non-nil list local abbrev, only.
8567 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
8569         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8570         from Gnus support code, and use special article copy buffer
8571         `(gnus-original-article-buffer)' instead.  This allows to get rid
8572         of article-hide-headers usage (which breaks in the latest Gnus
8573         version).  Thanks to Detlev Zundel.
8575 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
8577         * international/quail.el (quail-use-package): Hide "... loaded"
8578         message.
8579         (quail-start-translation, quail-start-conversion): Likewise.
8581         * international/kkc.el (kkc-region): Hide "... loaded" message.
8583 2000-08-27  Dave Love  <fx@gnu.org>
8585         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8587 2000-08-27  Miles Bader  <miles@gnu.org>
8589         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8591 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
8593         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8594         'ja-dic-cnv), not (require 'skkdic-cnv).
8596 2000-08-26  Miles Bader  <miles@gnu.org>
8598         * faces.el (face-x-resources): Add entry for :inherit.
8599         * cus-face.el (custom-face-attributes): Add support for :inherit
8600         attribute.  Add support for relative face heights.
8601         (custom-face-attributes-get): Treat `nil' as being a default value
8602         for :inherit (as well as `unspecified').
8604         * faces.el (set-face-attribute): Update doc string.
8605         (face-attribute-name-alist): Add :inherit.
8606         (face-valid-attribute-values): Handle :inherit.
8607         (face-read-string): Rephrase prompt to be less confusing.
8608         Assume that DEFAULT is a string, since we must return a string.
8609         (face-read-integer): Use `format' to turn DEFAULT into an
8610         acceptable default for face-read-string.  Match NEW-VALUE against
8611         the string "unspecified", not the symbol `unspecified', since
8612         that's what face-read-string returns.
8613         (read-face-attribute): Lookup a name for old-value in valid, and
8614         use it as a default if we find one.  Treat all values from
8615         face-read-string as strings.  If the default is used, don't do any
8616         more processing on the value, just use the old value directly.
8617         (read-face-and-attribute, modify-face): Tweak prompt.
8618         (read-face-name): Don't assume prompt ends with a space.
8620         * faces.el (describe-face): Add support for :inherit attribute.
8622 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
8624         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
8625         concat doesn't accept interger.
8627         * international/kkc.el: Remove SKK from Keywords.  Require
8628         ja-dic-utl instead of skkdic-utl.
8630         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8631         Provide ja-dic-cnv instead of skkdic-cnv.
8632         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
8633         (iso-2022-7bit-short): Add safe-charsets property.
8634         (skkdic-convert-postfix): Search Japanese chou-on character in
8635         addition to Hiragana character.
8636         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8637         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8638         (batch-skkdic-convert): Likewise.
8640         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8641         Provide ja-dic-utl instead of skkdic-utl.
8642         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8644 2000-08-24  Dave Love  <fx@gnu.org>
8646         * disp-table.el (standard-display-default): Make the test of `l'
8647         useful.
8649         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8650         mod sample text.
8652         * international/iso-ascii.el: Make pilcrow convenient string
8653         consistent with section.
8654         (iso-ascii-display): Set up multibyte characters as well as
8655         unibyte.
8657 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
8659         * international/mule-cmds.el (reset-language-environment): Set
8660         default-process-coding-system to '(undecided . iso-latin-1), which
8661         makes process I/O almost consistent with file I/O.   Call this
8662         function when mule-cmds.el[c] is loaded.
8664 2000-08-22  Andrew Innes  <andrewi@gnu.org>
8666         * makefile.w32-in: New file.
8668 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
8670         * comint.el (comint-output-filter): Compare end of
8671         comint-last-output-overlay with the start of the newly inserted
8672         text, not the end, when deciding whether to extend it.
8673         Set saved-point's insertion type to advance after insertion.
8675         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8676         since this is now done independently of font-lock mode.
8678 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
8680         * server.el (server-kill-new-buffers): New user option.
8681         (server-existing-buffer): New buffer-local variable.
8682         (server-visit-files): When using an existing buffer, set
8683         server-existing-buffer to t.
8684         (server-buffer-done): If server-kill-new-buffers is t, kill the
8685         buffer, unless it was already present before visiting it with
8686         Emacs server.
8688 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
8690         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8691         even if the display doesn't support colors: some displays will
8692         support bold/underline faces.
8694 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
8696         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8698         * startup.el (command-line): If user's init file had an error,
8699         add explanatory text to *Messages*.
8701 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
8703         * man.el (Man-getpage-in-background): Decode the process output by
8704         the system locale coding system.
8706 2000-08-20  Dave Love  <fx@gnu.org>
8708         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8709         Don't test x-popup-menu.
8710         (function) <complete-function>: Complete only fbound symbols.
8711         <validate, value>: New.
8712         (variable) <complete-function>: Complete only bound symbols.
8713         (coding-system): Add :base-only, :complete-function, :validate,
8714         :value, :prompt-match.
8715         (widget-coding-system-prompt-value): Use read-coding-system and
8716         act on :base-only.
8717         (editable-field): Add :help-echo.
8718         (widget-push-button-gui, widget-push-button-cache)
8719         (widget-gui-action, widget-editable-list-gui): COmment out, along
8720         with uses.
8721         (widget-at): Make arg optional.
8722         (widget-echo-help): Adjust for current help-echo calling sequence.
8723         (widget-specify-field, widget-specify-button)
8724         (widget-specify-insert, widget-get-sibling, widget-image-find)
8725         (widget-convert, widget-insert, widget-leave-text)
8726         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8727         (widget-setup, widget-field-find, widget-before-change)
8728         (widget-after-change, widget-default-complete)
8729         (widget-default-create, widget-default-delete)
8730         (widget-push-button-value-create, editable-field)
8731         (widget-field-prompt-value, widget-field-validate)
8732         (widget-choice-value-create, widget-choice-action)
8733         (widget-choice-validate, widget-checklist-add-item)
8734         (widget-radio-add-item, widget-radio-chosen)
8735         (widget-radio-value-inline, widget-editable-list-value-create)
8736         (widget-editable-list-entry-create)
8737         (widget-documentation-link-add)
8738         (widget-documentation-string-value-create)
8739         (widget-regexp-validate, widget-file-complete)
8740         (widget-sexp-validate, widget-plist-convert-widget)
8741         (widget-plist-convert-widget, widget-alist-convert-widget)
8742         (widget-alist-convert-widget, widget-color-complete): Simplify,
8743         particularly to avoid bindings which aren't optimized out.
8745         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8746         Doc fix.
8747         (down-list, backward-up-list, up-list, kill-sexp)
8748         (backward-kill-sexp, mark-sexp): Make arg optional.
8749         (lisp-complete-symbol): Add optional arg PREDICATE.
8751         * cus-start.el: Add display-buffer-reuse-frames,
8752         file-coding-system-alist.
8754 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
8756         * startup.el (command-line): Clear realized faces after
8757         modifying TTY color mappings.
8759 2000-08-20  Miles Bader  <miles@gnu.org>
8761         * faces.el (face-attr-match-p): Don't return true if ATTRS are
8762         merely a subset of FACE's attributes.
8764 2000-08-19  Miles Bader  <miles@gnu.org>
8766         * comint.el (comint-output-filter): Save the point with a marker,
8767         not just a buffer position.
8769         * international/mule.el (set-buffer-process-coding-system): Make
8770         interactive prompt less confusing.
8772 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
8774         * hilit-chg.el: General cleanup of doc strings, comments and
8775         code formatting.
8777 2000-08-19  Miles Bader  <miles@gnu.org>
8779         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8780         Compiler macro removed; beginning-of-line is no longer always
8781         equivalent to forward-line, in the presence of fields.
8783         * comint.el (comint-output-filter): Remove ad-hoc saving of
8784         restriction, and just use save-restriction, now that it works
8785         correctly.  Don't adjust comint-last-input-start to account for
8786         our insertion; it shouldn't have moved because we don't use
8787         insert-before-markers anymore.  Comment out call to
8788         `force-mode-line-update'; why is it here?
8790         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8791         while checking for prompt to delete.  Use `forward-line 0'
8792         instead of beginning-of-line.
8793         (gud-filter): Temporarily widen gud comint buffer while
8794         examining output.
8796 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
8798         * progmodes/sh-script.el: Big bag of typos.
8800         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8801         check since ispell-process is not bound when ispell is not yet loaded.
8803 2000-08-18  Dave Love  <fx@gnu.org>
8805         * image.el (find-image): Copy `spec' before using plist-put.
8807 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
8809         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8810         `portugues'.
8812         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8813         backward-kill-sexp, analogous to kill-sexp.
8815         * progmodes/icon.el (icon-indent-line)
8816         (icon-is-continuation-line): Handle comments specially.
8818 2000-08-17  Ken Stevens <k.stevens@ieee.org>
8820         * ispell.el: Set to standard author/maintainer/keyword fields.
8821         Fine tuning to menu map appearance and operation, and added help.
8822         Remove `start' and `end' error messages when compiling.
8823         (ispell-choices-win-default-height): Fixed comment string.
8824         (ispell-dictionary-alist-1): Fixed regexp in castellano and
8825         castellano8 dictionaries.
8826         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8827         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8828         dictionary, added italiano dictionary.
8829         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8830         word character
8831         (ispell-tex-skip-alists): Added psfig support.
8832         (ispell-skip-html): Renamed from ispell-skip-sgml.
8833         (ispell-begin-skip-region-regexp, ispell-skip-region)
8834         (ispell-minor-check): Improved html skipping support to skip across
8835         code, and recognize `&' commands without propper `;' syntax;
8836         (ispell-process-line): Fix alignment error when manually
8837         correcting spelling.
8838         (ispell): Fix comment string.
8839         (ispell-add-per-file-word-list): Always put word list on new line.
8841 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
8843         * format.el (format-encode-run-method): Fix error message to say
8844         `encode' instead of `decode'.  Use save-window-excursion around
8845         shell-command-on-region as in format-decode-run-method because
8846         shell-command-on-region can display a buffer with error output.
8847         (format-decode): Don't record undo information for the decoding.
8848         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
8849         that number part of the temporary buffer name so that more than
8850         one decoding using a temporary buffer can happen safely.
8852         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8853         of `A-z' in the regexp.
8855         * hilit-chg.el: Fix typos in commentary.
8857         * help.el (view-emacs-news): Rewritten for new naming scheme
8858         for old NEWS files.
8860         * startup.el (command-line): Pop to *Messages* in case an error
8861         is signaled while loading user-init-file.
8863 2000-08-17  Andreas Schwab  <schwab@suse.de>
8865         * files.el (insert-directory): Don't lose original file name,
8866         undoing an undocumented change.
8868 2000-08-17  Alex Schroeder  <alex@gnu.org>
8870         * sql.el (sql-magic-go): Use comint-bol.
8871         (sql-copy-column): Use comint-line-beginning-position.
8872         (comint-line-beginning-position): Define a replacement for
8873         comint-line-beginning-position if it is not fboundp.
8875 2000-08-17  Alex Schroeder  <alex@gnu.org>
8877         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8878         it didn't have any effect anyway.
8880 2000-08-17  Alex Schroeder  <alex@gnu.org>
8882         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8883         --pset and pager=off instead of sending \\o|cat at the beginning
8884         of the session.
8886 2000-08-17  Miles Bader  <miles@gnu.org>
8888         * progmodes/octave-inf.el: Add compatibility definition of
8889         comint-line-beginning-position.
8891 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
8893         * startup.el (normal-top-level): Look in each dir in load-path for
8894         a leim-list.el file too.  This assures of loading leim-list.el
8895         that is created at Emacs installation time even if a user have his
8896         own leim-list.el.
8898 2000-08-17  Miles Bader  <miles@gnu.org>
8900         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8901         foreground color to black if the background is dark.
8903 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
8905         * loadhist.el (unload-feature): Typo.
8907         * finder.el (finder-compile-keywords):
8908         * cus-dep.el (custom-make-dependencies): Add local-variable settings
8909         to the generated file.
8911         * mail/mh-e.el (mh-make-local-vars):
8912         Replace make-variable-buffer-local with make-local-variable.
8914         * play/landmark.el:
8915         * options.el (Edit-options-{set,toggle,t,nil}):
8916         * mail/mailabbrev.el (mail-abbrevs-mode):
8917         * textmodes/tex-mode.el (tex-expand-files):
8918         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8920         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8922         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8923         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8924         Allow going past the last element.
8925         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8926         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8927         (cvs-mouse-toggle-mark): Don't move point.
8928         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8930         * progmodes/compile.el (grep): Provide a default set of files.
8931         (next-error): Docstring fix.
8932         (compilation-find-file): Avoid find-file (fails in a dedicated window).
8934         * emacs-lisp/easy-mmode.el (define-minor-mode):
8935         Use `symbol-value' to keep the byte-compiler quiet.
8937         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8938         (diff-find-source-location): New fun, extracted from diff-goto-source.
8939         (diff-goto-source): Use it.
8940         (diff-next-complex-hunk, diff-filter-lines): New function.
8941         (diff-apply-hunk): New command.
8943         * smerge-mode.el (smerge-mode-menu): Doc fix.
8945         * msb.el (msb-mode): Define it in terms of define-minor-mode.
8947 2000-08-16  Dave Love  <fx@gnu.org>
8949         * windmove.el (windmove) <defgroup>: Add :version.
8951         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
8952         (goto-address-fontify-p, goto-address-highlight-p)
8953         (goto-address-url-face, goto-address-url-mouse-face)
8954         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8955         (goto-address-url-regexp): Use thing-at-point-url-regexp.
8956         (goto-address-fontify, goto-address-at-mouse): Simplify,
8957         (goto-address-at-point): browse-url-url-at-point,
8958         goto-address-find-address-at-point can return nil.
8959         (goto-address-find-address-at-point): Return nil on failure.
8961         * align.el (align) <defgroup>: Add :version.
8963         * calculator.el (calculator): Add :version.
8964         (calculator): Use two lines for calculator window if `modeline'
8965         face is boxed.
8967         * play/5x5.el: Doc fixes.
8968         (5x5) <defgroup>: Add :version.
8970         * play/fortune.el (fortune) <defgroup>: Add :version.
8971         (fortune-append): Fix error message.
8972         (fortune-from-region): Doc fix.
8974         * play/pong.el (pong): Doc fix.
8976         * play/morse.el: Keywords, commentary, autoloads.
8978 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
8980         * desktop.el (desktop-save): Don't look at symbol-value of a
8981         member of minor-mode-alist, unless it is boundp.
8983 2000-08-16  Sam Steingold  <sds@gnu.org>
8985         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8986         `while'; use `with-current-buffer' instead of `save-excursion'.
8987         Removed unnecessary kludges now that "*Buffer List*" is excluded.
8989 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
8991         * international/ccl.el (declare-ccl-program): Docstring modified.
8992         (ccl-execute-with-args): Likewise.
8994 2000-08-16  Miles Bader  <miles@gnu.org>
8996         * progmodes/sql.el: Add compatibility definition of
8997         comint-line-beginning-position.
8999 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
9001         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9002         'buffer-menu' property.
9003         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9004         fails.
9005         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9006         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9007         wasn't killed.
9009         * buff-menu.el (list-buffers-noselect): Don't display the
9010         *Buffer List* buffer.
9012         * font-lock.el: Require jit-lock to prevent a very late
9013         `Loading jit-lock' message.
9015         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9016         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9017         mail address.
9019 2000-08-15  Miles Bader  <miles@gnu.org>
9021         * textmodes/ispell.el (ispell-graphic-p): New constant.
9022         (ispell-choices-win-default-height, ispell-help): Use
9023         `ispell-graphic-p' instead of `xemacsp'.
9025 2000-08-15  Dave Love  <fx@gnu.org>
9027         * simple.el: Autoload widget-convert when compiling.
9028         (mail-user-agent): Doc fix.
9030         * help.el (function-called-at-point, variable-at-point): Use
9031         with-syntax-table.
9032         (help-manyarg-func-alist): Add insert-and-inherit.
9034         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9036         * delsel.el (delsel-unload-hook): New function.
9038         * find-file.el: Doc fixes.  Move provide to end.
9039         (ff) <defgroup>: Add :link.
9040         (ff-goto-click): Deleted.
9041         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9042         Use mouse-set-point.
9044         * textmodes/tildify.el: Doc fixes.
9045         (tildify) <defgroup>: Add:version.
9047         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9048         (glasses-custom-set): Use set-default, not set.
9049         (minor-mode-alist): Propertize the lighter.
9050         (glasses-mode): Provide optional arg.
9052         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9053         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
9054         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9055         option.  Provide :type.
9056         (cwarn-configuration): Provide :type.
9057         (cwarn-mode): Doc fix.
9059         * add-log.el (change-log-merge): Doc fix.
9060         (change-log-redate): New command.
9062         * net/browse-url.el (browse-url-filename-alist): Add a clause for
9063         Doze and Dog.
9064         (browse-url): Use dolist, not mapcar.
9065         (browse-url-at-point): Check for null url.
9066         (browse-url-event-buffer, browse-url-event-point): Functions
9067         deleted.
9068         (browse-url-at-mouse, browse-url-netscape): Simplify.
9070         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9071         modes.
9072         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9073         Fix previous change to mapcan.
9074         (msb--init-file-alist, msb--add-separators)
9075         (msb--make-keymap-menu): Simplify.
9076         (msb--choose-file-menu): Use copy-sequence.
9077         (msb-mode-map): Add title to keymap.
9078         (msb-unload-hook): New function.
9080         * bs.el: Fix indentation.
9081         (bs) <defgroup>: Add :links.
9082         (bs-show): Doc fix.
9083         (bs-apply-sort-faces): Don't use window-system.
9084         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9086 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
9088         * calendar/timeclock.el (timeclock-file): Run .timelog through
9089         convert-standard-filename.
9091 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
9093         * emacs-lisp/authors.el: New file.
9095         * paren.el (show-paren-priority): New user option.
9096         (show-paren-function): Set overlay priorities to
9097         show-paren-priority.
9099 2000-08-14  Miles Bader  <miles@gnu.org>
9101         * comint.el (comint-bol): Use `forward-line 0' instead of calling
9102         beginning-of-line with inhibit-field-text-motion bound.
9104 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
9106         * calendar/timeclock.el: New file.
9108 2000-08-14  David Ponce  <david@dponce.com>
9110         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9111         `widget-button-click'. so that one can use left mouse button to
9112         click on dialog buttons.
9114 2000-08-14  Emmanuel Briot  <briot@gnat.com>
9116         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9117         identifiers, since XML is case sensitive
9119 2000-08-12  Miles Bader  <miles@gnu.org>
9121         * comint.el (comint-output-filter): Don't bother frobbing
9122         window-start, it doesn't seem to be necessary.
9124         * comint.el (comint-send-string, comint-send-region): Make into
9125         real functions.  Snapshot the prompt before sending.
9127 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
9129         * info.el (Info-find-emacs-command-nodes): Rewrite to use
9130         technique similar to Info-index, instead of relying on specific
9131         names of relevant Index nodes.
9132         (Info-goto-emacs-command-node): Bind Info-history to nil when
9133         going to the first node found by Info-find-emacs-command-nodes.
9135 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
9137         * menu-bar.el (menu-bar-help-menu): Add a :help string.
9139 2000-08-10  Miles Bader  <miles@gnu.org>
9141         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9143 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
9145         * info.el (Info-file-list-for-emacs): More elements for the
9146         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9147         and woman manuals.
9149 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
9151         * comint.el (comint-send-input): Make the newline boundary overlay
9152         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
9153         (comint-output-filter): Use `insert' instead of
9154         `insert-before-markers'.  Extend comint-last-output-overlay when
9155         necessary since we can't rely on insert-before-markers to do it.
9156         * gud.el (gud-filter): Use `with-current-buffer' instead of
9157         save-excursion when inserting the output, so that point gets
9158         updated correctly; the old method relied on a rather dodgy
9159         side-effect of comint-output-filter to avoid the effect of
9160         save-excursion.
9162 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
9164         * files.el (recover-file): Call insert-directory instead of
9165         invoking `ls' directly.
9167 2000-08-10  Miles Bader  <miles@gnu.org>
9169         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9170         (comint-last-prompt-overlay): New variables.
9171         (comint-output-filter): Implement prompt highlighting.
9172         (comint-snapshot-last-prompt): New function.
9173         (comint-send-input): Snapshot the last prompt.
9174         Use comint-highlight-input-face.
9175         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9176         Use defface instead of defcustom.
9177         (send-invisible, comint-send-eof): Snapshot the last prompt.
9178         (comint-delchar-or-maybe-eof): Use comint-send-eof.
9179         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9181 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
9183         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9184         (regexp-opt-group): Use a list of chars for `letters'.
9185         (regexp-opt-charset): `chars' is now a list of chars.
9186         Use a char-table rather than a vector so it works for multibyte chars.
9188         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
9189         Set cvs-minor-current-files to the selected fileinfo.
9190         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9191         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9193 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
9195         * files.el (insert-directory): Don't call access-file on
9196         directories on DOS and Windows.
9198 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
9200         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9201         longer if necessary.
9202         (ccl-embed-code): Call ccl-embed-data to store CODE in
9203         ccl-program-vector.
9205 2000-08-09  Miles Bader  <miles@gnu.org>
9207         * comint.el (comint-output-filter): Properly handle the case where
9208         the text surrounded by comint-last-output-overlay was deleted.
9210 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
9212         * info.el (Info-insert-dir): Use Info-additional-directory-list if
9213         non-nil.
9214         (Info-file-list-for-emacs): Remove "info" from the list because
9215         that leads to trying to use the documentation from file `info'
9216         in various situations where it isn't appropriate, for instance
9217         C-h C-k C-h i.
9219         * ffap.el (ffap-read-file-or-url-internal): Handle case that
9220         DIR and/or STRING are nil.
9222         * progmodes/compile.el (compilation-setup): Make variable
9223         compilation-error-screen-columns buffer-local, as some comment
9224         in the code suggests it should be.
9226         * files.el (auto-mode-interpreter-regexp): New variable.
9227         (set-auto-mode): Use it.
9229         * indent.el (indent-for-tab-command): Doc fix.
9231         * mouse-sel.el (mouse-sel-mode): Doc fix.
9233         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9234         labels.
9236         * help.el (print-help-return-message): When
9237         display-buffer-reuse-frames is set, let the help window been quit,
9238         instead of deleting it, which might delete a reused frame.
9240 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
9242         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9243         rename a directory to a name that differs only by its letter case.
9245 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
9247         * international/quail.el (quail-define-rules): Handle Quail decode
9248         map correctly.  Add code for supporting annotations.
9249         (quail-install-decode-map): New function.
9250         (quail-defrule-internal): New optional arguments decode-map and
9251         props.
9252         (quail-advice): New function.
9254 2000-08-07  Sam Steingold  <sds@gnu.org>
9256         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9257         `defconst', `define-condition', `with-slots'.
9258         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9260 2000-08-03  Miles Bader  <miles@gnu.org>
9262         * comint.el (comint-use-prompt-regexp-instead-of-fields):
9263         New variable.
9264         (comint-prompt-regexp, comint-get-old-input): Document dependence on
9265         comint-use-prompt-regexp-instead-of-fields.
9266         (comint-send-input): Add `input' field property to stuff we send to
9267         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9268         (comint-output-filter): Add `output' field property to process
9269         output, if comint-use-prompt-regexp-instead-of-fields is nil.
9270         (comint-replace-by-expanded-history)
9271         (comint-get-old-input-default, comint-show-output)
9272         (comint-backward-matching-input, comint-forward-matching-input)
9273         (comint-next-prompt, comint-previous-prompt):  Use field
9274         properties if comint-use-prompt-regexp-instead-of-fields is nil.
9275         (comint-line-beginning-position): New function.
9276         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
9277         (comint-replace-by-expanded-history-before-point): Use
9278         comint-line-beginning-position and line-end-position.
9279         (comint-last-output-overlay): New variable.
9280         (comint-mode): Make `comint-last-output-overlay' buffer-local.
9282         * shell.el (shell-prompt-pattern): Doc change.
9283         (shell-backward-command): Use line-beginning-position.
9285         * gud.el (gud-gdb-complete-command): Use
9286         comint-line-beginning-position.
9288         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9289         comint-bol doesn't actually go to the beginning of the line.
9291         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9292         if comint-use-prompt-regexp-instead-of-fields is non-nil.
9293         (try-expand-line-all-buffers): Likewise.
9295         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9296         explicitly matching comint-prompt-regexp.
9297         (sql-copy-column): Use comint-line-beginning-position instead of
9298         explicitly matching comint-prompt-regexp.
9300         * progmodes/octave-inf.el (inferior-octave-complete): Use
9301         comint-line-beginning-position.
9303         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9305         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9306         looking for a prompt, use `forward-line 0' instead of
9307         `beginning-of-line', to avoid getting caught by an input field.
9309 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
9311         * files.el (shell-quote-wildcard-pattern): Make sure to return
9312         PATTERN, in the Unix case.
9314 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
9316         * play/zone.el (zone): Discard any pending input before running
9317         the randomly-chosen pgm.
9319 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
9321         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9322         checking the existence of any multibyte characters.
9324 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
9326         * help.el (describe-mode): Test minor-mode symbol for being
9327         bound before testing its value for being nil.
9329         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9330         `first', `second', and `third'.
9332         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9333         (second): Make it an alias for `cadr'.
9335 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
9337         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9338         types of display support faces now.
9340 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
9342         * pcvs.el (require): Require `cl' during compilation, only.
9344         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9345         (toplevel): Remove `remq' and `remove' from autoloads.
9346         (cl-fake-autoloads): New variable.  If set, arrange for an error
9347         when CL functions etc. are autoloaded.
9349 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
9351         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9353         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9354         popped up, but the user clicks outside the menu, return an empty
9355         regexp (that causes unhighlight-regexp to have no effect).
9357         * menu-bar.el (menu-bar-games-menu): Add Zone.
9359         * hi-lock.el (toplevel): Require font-lock.
9361 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9363         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9364         (ebnf-8-bit-chars): New var for bug fix.
9365         (ebnf-string): Bug fix.
9367 2000-08-03  Sam Steingold  <sds@gnu.org>
9369         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9370         instead of `buffer-string'.
9371         (require 'cl): Always, not just when compiling.
9372         `ignore-errors' in `interactive', `list*', `defun*' &c make this
9373         necessary.
9375 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
9377         * international/mule-cmds.el (select-safe-coding-system): Make
9378         the message text about selecting a safe coding system more clear.
9380 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
9382         * hi-lock.el: New file.
9384         * play/zone.el: New file.
9386         * replace.el (occur): Set tab-width in the *Occur* buffer to the
9387         value of tab-width in the original buffer.  Choose a line number
9388         format that's a multiple of the original buffer's tab width, so
9389         that lines appear right.
9391         * textmodes/ispell.el (ispell): New function, replacing an alias.
9392         Spell-check active region if in transient-mark-mode and mark
9393         is active; otherwise spell-check buffer.
9395 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9397         * ps-mule.el: Fix a customization problem on
9398         ps-mule-font-info-database-default.
9400 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
9402         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9403         display-mouse-p instead of window-system.
9404         (ebrowse-member-mode-map): Ditto.
9406 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9408         * progmodes/ebnf2ps.el: Update ps-print functions call.
9409         Indentation fix.  Doc fix.
9410         (ebnf-version): New version number (3.2).
9411         (ebnf-format-color, ebnf-begin-job): Code fix.
9413 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
9415         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9416         font lock support on window-system.
9417         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9419         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9420         display-color-p, if fboundp, instead of window-system.
9422 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
9424         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9425         instead of window-system.
9427         * wid-edit.el (widget-choose): Use display-mouse-p instead of
9428         window-system.
9429         (widget-choice-mouse-down-action): Use display-popup-menus-p
9430         instead of window-system.
9432         * strokes.el (strokes-file): Run the file name through
9433         convert-standard-filename.
9434         (strokes-mode): Call display-mouse-p instead of looking at
9435         window-system.  Change the error message accordingly.
9437         * progmodes/cpp.el (toplevel): Support faces on tty's.
9439         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9440         (lm-plot-square, lm-init-display): Don't use window-system.
9442         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9443         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9445         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9446         instead of looking at window-system.
9448 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
9450         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9451         of testing if iswitchb-prepost-hooks is bound, because the
9452         latter will always be true when invoking a recursive minibuffer
9453         from an active Iswitchb buffer.
9455 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
9457         * files.el (shell-quote-wildcard-pattern): New function.
9458         (insert-directory): Call it.  Only prepend "\" to command on Unix
9459         and GNU/Linux systems.
9461 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
9463         * eshell/esh-groups.el: Change custom :link file names
9464         from `eshell.info' to `eshell'.
9466 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
9468         * dired.el (dired-build-subdir-alist): Expand subdirectory names
9469         correctly in recursive ange-ftp listings.
9471 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9473         * ps-print.el: Fix bug 1: if ps-font-size-internal,
9474         ps-header-font-size-internal and
9475         ps-header-title-font-size-internal variables are not set,
9476         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
9477         face text property is (foreground-color . COLOR) or
9478         `(background-color . COLOR)', ps-print crashes.  Doc fix.
9479         (ps-print-version): New version number (5.2.4).
9480         (ps-plot-region): Code fix.
9481         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9482         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9483         Bug fix 2.
9485 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
9487         * glasses.el (glasses-make-readable): Fix uncapitalization of
9488         identifiers like `myXMLDocument'.
9490 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
9492         * mail/mail-hist.el (mail-hist-previous-input)
9493         (mail-hist-next-input): Do the obvious code factorization.
9494         (mail-hist-retrieve-and-insert): New func, contains common
9495         code of above two.
9496         If inserting a message body, leave point at top.
9498 2000-07-28  Sam Steingold  <sds@gnu.org>
9500         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9501         Use `<=', not `<' to compare times!
9502         (ange-ftp-ls): Remove.
9504 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
9506         * play/cookie1.el: Add explanation of how to make cookie.el
9507         compatible with strfile(1) to comment.
9509         * subr.el (remove, remq): New functions.
9511         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9512         escape `*' in regexps.
9513         (midnight-find): Reverse order of arguments in the funcall of
9514         TEST.
9516         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9517         and `.class'.
9519         * play/meese.el: Add Commentary section.
9521 2000-07-27  Alex Schroeder  <alex@gnu.org>
9523         * sql.el (sql-ms): Added autoload cookie.
9524         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9525         (sql-oracle): Ditto.
9526         (sql-help): Doc change.
9528         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9529         types and exceptions.
9531 2000-07-27  Alex Schroeder  <alex@gnu.org>
9533         * sql.el (sql-placeholder-history): New variable.
9534         (sql-query-placeholders-and-send): New function that will query
9535         the user and replace placeholders with user input.
9536         (sql-oracle): If running on NT, set comint-input-sender to
9537         sql-query-placeholders-and-send.
9539         (sql-stop): If in the SQLi buffer, insert stop notification, else
9540         present it as a message.
9542 2000-07-27  Alex Schroeder  <alex@gnu.org>
9544         * sql.el (sql-input-ring-separator): Doc change.
9545         (sql-input-ring-file-name): Doc change.
9546         (sql-interactive-mode): Use `sql-input-ring-separator' and
9547         `sql-input-ring-file-name' to set the comint-mode equivalents
9548         without making them local variables.
9549         (sql-stop): Don't bind `sql-input-ring-separator' and
9550         `sql-input-ring-file-name' dynamically to their comint-mode
9551         equivalents.
9553 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9555         * international/mule.el (register-char-codings): New function.
9556         (make-coding-system): Handle `safe-chars' specification in the arg
9557         PROPERTY.
9559         * international/mule-cmds.el
9560         (find-coding-systems-region-subset-p): This function deleted.
9561         (sort-coding-systems-predicate): New variable.
9562         (sort-coding-systems): New function.
9563         (find-coding-systems-region): Use
9564         find-coding-systems-region-internal.
9565         (find-coding-systems-string): Use find-coding-systems-region.
9566         (find-coding-systems-for-charsets): Check
9567         char-coding-system-table.
9568         (select-safe-coding-system-accept-default-p): New variable.
9569         (select-safe-coding-system): Mostly rewritten.  New argument
9570         ACCEPT-DEFAULT-P.
9571         (select-message-coding-system): Call select-safe-coding-system
9572         with ACCEPT-DEFAULT-P arg.
9573         (reset-language-environment): Reset default-sendmail-coding-system
9574         to the default value iso-latin-1.
9575         (set-language-environment): Don't set the obsolete variable
9576         charset-origin-alist.
9578         * international/codepage.el (cp-coding-system-for-codepage-1):
9579         Give `safe-chars' property to make-coding-system.
9581         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9582         calling select-message-coding-system twice.
9584         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9585         instead of `safe-charsets'.
9586         (cyrillic-alternativnyj): Likewise.
9587         (ccl-encode-alternativnyj): Don't check the charset
9588         cyrillic-iso8859-5.
9590 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9592         * composite.el (compose-chars-after): Preserve match data.
9594 2000-07-26  Sam Steingold  <sds@gnu.org>
9596         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9597         (ange-ftp-real-file-newer-than-file-p): New function.
9598         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9599         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9601         * tooltip.el (tooltip-float-time): Removed (use `float-time').
9602         * midnight.el (midnight-float-time): Ditto.
9604 2000-07-26  Andreas Schwab  <schwab@suse.de>
9606         * files.el (normal-backup-enable-predicate): Correct
9607         interpretation of the return value of compare-strings.
9609 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
9611         * isearch.el (isearch-resume): New function.
9612         (isearch-done): Add something to command-history to resume
9613         the search.
9614         (isearch-yank-line, isearch-yank-word): Use
9615         buffer-substring-no-properties instead of buffer-substring.
9617         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9618         of flyspell-mouse-map.
9620         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9621         duplicate definition.
9622         (makefile-mode): Remove duplicate setting of local-abbrev-table.
9624         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9625         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9627 2000-07-25  Sam Steingold  <sds@gnu.org>
9629         * net/ange-ftp.el: Get modtime over the net.
9630         (ange-ftp-file-modtime): New function.
9631         (ange-ftp-write-region, ange-ftp-insert-file-contents)
9632         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9633         Use it.
9634         (ange-ftp-dot-to-slash): New function.
9635         (ange-ftp-fix-name-for-vms): Use it.
9637         * midnight.el (midnight-buffer-display-time): Use
9638         `with-current-buffer'.
9640 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
9642         * find-dired.el: Update copyright notice.
9643         (find-dired): Offer to kill a running `find'.
9645         * enriched.el (enriched-face-ans): For a `foreground-color'
9646         property, return '(("x-color" COLOR))' so that COLOR will be
9647         output as a parameter of the x-color annotation.  Likewise for the
9648         `background-color' property.  In the case of normal face
9649         properties, don't return annotations for unspecified foreground
9650         and background face attributes.
9652 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
9654         * language/japan-util.el (japanese-katakana-region): Fix handling
9655         HANKAKU argument.
9657 2000-07-25  Miles Bader  <miles@gnu.org>
9659         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9660         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
9661         constrain-to-field.
9663 2000-07-24  Andrew Innes  <andrewi@gnu.org>
9665         * timer.el (timer-activate-when-idle): Add optional parameter
9666         DONT-WAIT.  Update docstring.
9667         (run-with-idle-timer): Specify extra parameter to
9668         timer-activate-when-idle, so that timer will be activated
9669         immediately if Emacs is already idle.
9671         * w32-fns.el (w32-using-nt): Fix docstring.
9673 2000-07-24  Dave Love  <fx@gnu.org>
9675         * mouse.el (popup-menu): Set last-command-event.
9676         (mouse-major-mode-menu-prefix): Declare.
9678 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
9680         * textmodes/flyspell.el: Update to author's version 1.5d.
9682         * progmodes/hideshow.el: Update copyright notice.
9684         * vcursor.el: Set maintainer to FSF, since author cannot
9685         be reached.
9687 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
9689         * info.el (Info-goto-emacs-key-command-node): Leave a space after
9690         the prompt.
9692         * mouse.el (popup-menu): Run the keymap through indirect-function,
9693         in case it was defined with define-prefix-key.  If the menu is a
9694         list of keymaps, look up the binding of user's choice in each one
9695         of the keymaps.
9696         (mouse-popup-menubar): If the global and local menu-bar keymaps
9697         don't have a prompt string, create one and insert it into the
9698         keymap.  Don't barf if current-local-map returns nil.
9700 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
9702         * dired.el (dired-sort-R-check): Added to allow recursive listing
9703         to be undone.
9704         (dired-sort-other): Use it.
9706 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9708         * Release of cc-mode 5.27
9710 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9712         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9713         c-beginning-of-statement-1 that caused a bad case of recursion
9714         which could consume a lot of CPU in large classes in languages
9715         that have in-expression classes (i.e. Java and Pike).
9717         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9718         statements before top level constructs (i.e. case 6 is moved
9719         before case 5 and is now case 4) to catch in-expression
9720         classes in top level expressions correctly.
9722 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9724         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9725         objc-method-intro. Case 4 removed and case 5I added.
9727         * cc-langs.el (c-append-paragraph-start): New variable used by
9728         c-common-init to get paragraph-start correct.
9729         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9730         initialize paragraph-start to make it correct both with and
9731         without the javadoc special case.
9733         * cc-mode.el (java-mode): Use c-append-paragraph-start to
9734         initialize paragraph-start for javadoc markup.
9736         * cc-vars.el (c-style-variables-are-local-p): Incompatible
9737         change by defaulting this to t.  It's motivated by the
9738         confusing behavior that otherwise arise from the style system
9739         when editing both java and non-java files at the same time
9740         (see the comments about style setting in c-common-init).
9742 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9744         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9745         similar to the one in c-fill-paragraph to check the fill
9746         prefix from the adaptive fill function for sanity.
9748 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9750         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9751         defun block.
9753 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9755         * cc-mode.texi Documented the change of cpp-macro.
9757 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9759         * cc-align.el (c-lineup-multi-inher): Handle lines with
9760         leading comma nicely. Extended to handle member initializers
9761         too.
9763         * cc-engine.el: (c-beginning-of-inheritance-list,
9764         c-guess-basic-syntax): Fixed recognition of inheritance lists
9765         when the lines begins with a comma.
9767         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9769         * cc-vars.el (c-offsets-alist): Changed default for
9770         member-init-cont to c-lineup-multi-inher since it now handles
9771         member initializers and indents better for leading commas.
9773 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9775         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9776         handling that caused class open lines to be recognized as
9777         statement-conts in some cases.
9779         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9780         guessed by the adaptive fill function unless point is on the
9781         first line of a block comment.
9783         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9784         when the buffer ends with a macro continuation char.
9786         * cc-engine.el (c-guess-basic-syntax): Added support for
9787         function definitions as statements in Pike.  The first
9788         statement in a lambda block is now labeled defun-block-intro
9789         instead of statement-block-intro.
9791         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9792         so that the class surrounding point is selected, not the one
9793         innermost in the state.
9795         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9796         recognition of switch labels having hanging multiline
9797         statements.
9799         * cc-engine.el (c-beginning-of-member-init-list): Broke out
9800         some code in c-guess-basic-syntax to a separate function.
9801         * cc-engine.el (c-just-after-func-arglist-p): Fixed
9802         recognition of member inits with multiple line arglists.
9803         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9804         member-init-cont when the commas are in funny places.
9806 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9808         * cc-defs.el (c-auto-newline): Removed this macro since it's
9809         not used anymore.
9811         * cc-engine.el (c-looking-at-bos): New helper function.
9812         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9813         inexpr and toplevel classes apart in Pike.
9815         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9816         of case 9A.
9818         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9819         constant, since "class" can introduce an in-expression class
9820         in Pike nowadays.
9822 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9824         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9825         indentation on cpp-macro lines.
9827         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9828         a syntax modifier like comment-intro, to make it possible to
9829         get syntactic indentation for preprocessor directives.  It's
9830         incompatible wrt to lineup functions on cpp-macro, but it has
9831         no observable effect in the 99.9% common case where cpp-macro
9832         is set to -1000.
9834 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9836         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9837         member-init-cont when the preceding arglist is several lines.
9839 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9841         * cc-styles.el (c-style-alist): The basic offset for the BSD
9842         style corrected to 8.
9844 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9846         * cc-styles.el (c-style-alist): Adjusted the indentation of
9847         brace list openers in the gnu style.
9849 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9851         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9853         * cc-cmds.el (c-electric-brace, c-electric-slash,
9854         c-electric-star, c-electric-semi&comma, c-electric-colon,
9855         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9856         when c-syntactic-indentation is nil.
9858         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9859         we were left at comments preceding the first statement when
9860         reaching the beginning of the buffer.
9862         * cc-vars.el (c-syntactic-indentation): New variable to turn
9863         off all syntactic indentation.
9865 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9867         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9868         between the text and the block comment ender when it hangs,
9869         depending on how many there are before the fill.
9871 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9873         * cc-engine.el (c-beginning-of-closest-statement): New helper
9874         function to go back to the closest preceding statement start,
9875         which could be inside a conditional statement.
9876         * cc-engine.el (c-guess-basic-syntax): Use
9877         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9879         * cc-engine.el (c-guess-basic-syntax): Better handling of
9880         arglist-intro, arglist-cont-nonempty and arglist-close when
9881         the arglist is nested inside parens.  Cases 7A, 7C and 7F
9882         changed.
9884         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9885         up-to-date with javadoc 1.2.
9887 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9889         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9890         multiline Pike type decls.
9892 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9894         * cc-cmds.el (c-indent-new-comment-line): Always break
9895         multiline comments in multiline mode, regardless of
9896         comment-multi-line.
9898 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9900         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9901         fully::qualified::names in C++ member init lists.  Preamble in
9902         case 5D changed.
9904 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9906         * cc-langs.el (c-common-init): Handling of obsolete variables
9907         moved to c-initialize-cc-mode.  More compatible style override
9908         when using global style variables.
9909         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9910         variables moved here.
9912         * cc-mode.texi: Documented the special behavior of
9913         c-special-indent-hook as a style variable.  Don't talk about
9914         doing (c-make-styles-buffer-local t) in a mode hook, since
9915         that's already too late to work right.
9917         * cc-styles.el (c-make-styles-buffer-local): Flag style
9918         variable localness in c-style-variables-are-local-p to make
9919         the compatibility measure in c-common-init work well.
9921         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9922         longer contain set-from-style.
9923         * cc-styles.el (c-initialize-builtin-style): Don't check for
9924         set-from-style on c-special-indent-hook.
9925         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
9926         copy-alist is sufficient now.
9928         * cc-styles.el (c-set-style, c-set-style-1,
9929         c-get-style-variables): Fixes to variable initialization so
9930         that duplicate entries in styles have the same effect
9931         regardless of DONT-OVERRIDE.
9933         * cc-styles.el (c-set-style-2): Fixed bug where the
9934         initialization of inheriting styles failed when the
9935         dont-override flag is set.
9937         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9938         on this.
9940 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9942         * cc-defs.el (c-forward-comment): Removed the workaround
9943         introduced in 5.38 since it had worse side-effects.  If a line
9944         contains the string "//\"", it regarded the // as a comment
9945         start since the \ temporarily doesn't have escape syntax.
9947 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
9949         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9950         ada-xref.el before ada-prj.el, so that the Project menu is created
9951         when ada-prj tries to add to it.
9952         (ada-activate-keys-for-case): Suppress the characters that are not
9953         part of the Ada syntax. Better compatibility with else-mode
9954         (ada-adjust-case-interactive): When auto-casing is not active,
9955         correctly insert newlines (used to insert only ^M).  Prevent the
9956         syntax table from being changed in case of an error
9957         (or '_' becomes part of a word and some commands are confused).
9958         Do nothing if ada-auto-case is nil.
9959         (ada-after-keyword-p): Ignore keywords that are also attributes
9960         (ada-batch-reformat): Update usage comment
9961         (ada-call-from-contextual-menu): New function
9962         (ada-case-read-exceptions): Reinitialize the casing exception list
9963         first to nil first, so that the casing exception file can be
9964         shared.
9965         (ada-check-defun-name): Handles "configure" keyword for gnatdist
9966         files.
9967         (ada-compile-goto-error): Fix regexp used to detect a file:line
9968         anywhere in the error message
9969         (ada-contextual-menu-last-point): New variable
9970         (ada-create-keymap): If the variable delete-key-deletes-forward is
9971         t on XEmacs, it means that DEL should delete one character
9972         forward.
9973         (ada-create-menu): Use :included instead of :visible for XEmacs.
9974         New submenu "Options".
9975         (ada-end-stmt-re): Correctly indent "select ... then abort"
9976         statements.
9977         (ada-fill-comment-paragraph): Correctly delete all leading '--'
9978         even if they don't match ada-fill-comment-prefix Fix handling of
9979         paragraphs on the first or last line of a file.
9980         (ada-format-paramlist): Fix handling of default parameter values.
9981         (ada-get-body-name): New function.
9982         (ada-get-current-indent): Optimized by searchling directly for an
9983         existing generic part or a statement outside of it.  Handle
9984         ada-indent-align-comments when indenting comments Replaced some
9985         regexps by testing directly the next character. This results in a
9986         huge speedup on some files.  New indentation scheme for renames
9987         statements.  Stop looking for the 'while' or 'for' associated with
9988         a 'loop' at the first semicolon encountered.  A "return" can also
9989         match an anonymous access subprogram declaration.
9990         (ada-get-indent-noindent): Ignore strings and comments when
9991         looking for the keywords "record" and "private".
9992         (ada-goto-matching-decl-start): When matching "if", make sure we
9993         are not in fact seeing "end if".  Ignore "when" statements except
9994         when initial keyword was "begin".  Fix handling of nested
9995         procedures.  Add a recursive call to this function to skip over
9996         other 'end' statmts.  Fix indentation for "when .. => begin"
9997         (ada-in-open-paren-p): Fix indentation for complex boolean
9998         expressions, where 'and then', 'or else' and parenthesis
9999         statements are mixed up.
10000         (ada-in-paramlist-p): Skip comments while searching for the
10001         beginning Fix handling of operator declarations.
10002         (ada-indent-align-comments): New variable
10003         (ada-indent-current): Change the syntax table only in the
10004         protected section, so that we are sure it is restored correctly.
10005         (ada-indent-on-previous-lines): Use ada-use-indent and
10006         ada-with-indent Correctly indent "select ... then"
10007         (ada-indent-region): Slight speedup.
10008         (ada-indent-renames): New variable.
10009         (ada-last-which-function-subprog, ada-last-which-function-line):
10010         New variables
10011         (ada-looking-at-semi-private): Correctly indent the 'private'
10012         keyword when it is the first word in a package declaration.
10013         (ada-loose-case-word): Stop searching if at the end of the buffer.
10014         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10015         even if point is not initially at the end of the word.
10016         (ada-matching-decl-start-re): Add "when".
10017         (ada-mode): Add support for abbrev-mode, outline-mode and
10018         which-func-mode Override the old find-file.el entry in
10019         ff-special-constructs since it is using the obsolete
10020         ada-spec-suffix variable
10021         (ada-no-auto-case): New function
10022         (ada-scan-paramlist): When parsing the argument type, accept
10023         spaces (as in "X 'Class", generated by Rational Rose).
10024         (ada-other-file-name): No longer loads the other file.
10025         (ada-popup-menu): Save and restore the current buffer and cursor
10026         position before and after displaying the menu.
10027         (ada-search-ignore-complex-boolean): New function.
10028         (ada-uncomment-region): Emacs21 already knows how to delete
10029         comments not starting in the first column.
10030         (ada-use-indent): New variable
10031         (ada-which-function): New function.
10032         (ada-with-indent): New variable
10033         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10034         can be batch-compiled from the command line.
10036         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10037         Add to the menu when the file is loaded, not in ada-mode-hook.
10038         Add -toolbar to the default ddd command Switches moved from
10039         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10040         ada-prj-default-comp-opt
10041         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10042         Reference Manual to the menu
10043         (ada-check-current): rewritten as a call to ada-compile-current
10044         (ada-compile): Removed.
10045         (ada-compile-application, ada-compile-current, ada-check-current):
10046         Set the compilation-search-path so that compile.el automatically
10047         finds the sources in src_dir.  Automatic scrollong of the
10048         compilation buffer.  C-uC-cC-c asks for confirmation before
10049         compiling
10050         (ada-compile-current): New parameter, prj-field
10051         (ada-complete-identifier): Load the .ali file before doing
10052         processing
10053         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10054         conform to gnatmake's behavior.
10055         (ada-find-file-in-dir): New function
10056         (ada-find-references): Set the environment variables for gnatfind
10057         (ada-find-src-file-in-dir): New function.
10058         (ada-first-non-nil): Removed
10059         (ada-gdb-application): Add support for jdb, the java debugger.
10060         (ada-get-ada-file-name): Load the original-file first if not done
10061         yet.
10062         (ada-get-all-references): Handles the new ali syntax (parent types
10063         are found between <>).
10064         (ada-initialize-runtime-library): New function
10065         (ada-mode-hook): Always load a project file when a file is opened,
10066         so that the casing exceptions are correctly read.
10067         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10068         (ada-parse-prj-file): Use find-file-noselect instead of find-file
10069         to open the project file, since the latter does not work with
10070         speedbar Get default values before loading the prj file, or the
10071         default executable file name is wrong.  Use the absolute value of
10072         src_dir to initialize ada-search-directories and
10073         compilation-search-path,...  Add the standard runtime library to
10074         the search path for find-file.
10075         (ada-prj-default-debugger): Was missing an opening '{'
10076         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10077         variables.
10078         (ada-prj-default-gnatmake-opt): New variable
10079         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10080         buffers, the project file is the default one Save the windows
10081         configuration before displaying the menu.
10082         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10083         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10084         ...)  regexp-quote identifiers names to support operators +,
10085         -,... in regexps.
10086         (ada-remote): New function.
10087         (ada-run-application): Erase the output buffer before starting the
10088         run Support remote execution of the application.  Use
10089         call-process, or the arguments are incorrectly parsed
10090         (ada-set-default-project-file): Reread the content of the active
10091         project file, not the one from the current buffer When a project
10092         file is set as the default project, all directories are
10093         automatically associated with it.
10094         (ada-set-environment): New function
10095         (ada-treat-cmd-string): New special variable ${current}
10096         (ada-treat-cmd-string): Revised.  The substitution is now done for
10097         any ${...} substring
10098         (ada-xref-current): If no body was found, compiles the spec
10099         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10100         compiler to get rid of command line length limitations.
10101         (ada-xref-get-project-field): New function
10102         (ada-xref-project-files): New variable
10103         (ada-xref-runtime-library-specs-path)
10104         (ada-xref-runtime-library-ali-path): New variables
10105         (ada-xref-set-default-prj-values): Default run command now does a
10106         cd to the build directory.  New field: main_unit Provide a default
10107         file name even if the current buffer has no prj file.
10109         * ada-prj.el:
10110         Rewritten to show a tabbed-dialog.
10111         (ada-prj-add-ada-menu): Remove the map and name parameters.
10112         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10113         New function
10114         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10115         (ada-prj-load-from-file): New function
10116         (ada-prj-save): Always save fields that depend on the current buffer
10117         (ada-prj-show-value): New function
10119         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10120         Ada mode. This will allow us to display the Ada menu in any buffer
10121         we want (for project items).
10122         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10123         number of spaces in the header.
10125 2000-07-24  Dave Love  <fx@gnu.org>
10127         * ediff-init.el (ediff-region-help-echo): Bind face-help.
10129 2000-07-23  Noah Friedman  <friedman@splode.com>
10131         * type-break.el (type-break): perform autosave.
10132         Suggested by Stephen Gildea <gildea@intouchsys.com>.
10133         (type-break-do-query): Cancel query schedule while performing
10134         actual query, to avoid possibility of a second query being made
10135         while first one is already in progress.
10136         (type-break-time-stamp-format): New variable.
10137         (type-break-time-stamp): New function.
10138         (type-break-time-warning): Use it.
10139         (type-break-keystroke-warning): Use it.
10140         (type-break-noninteractive-query): Use it.
10142         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10143         cookie.
10144         Use add-minor-mode to set minor-mode-alist, if available.
10145         (eldoc-echo-area-use-multiline-p): New user option.
10146         (eldoc-echo-area-multiline-supported-p): New variable.
10147         (eldoc-docstring-format-sym-doc): Use them.
10148         (eldoc-mode): If not using idle timers, append to local post and
10149         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
10150         (eldoc-display-message-no-interference-p): Don't interfere with
10151         edebug.
10152         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10153         (eldoc-function-arglist): New function.
10154         (eldoc-function-argstring): Use it.
10156         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10157         auto save directory exists before calling directory-files.
10159 2000-07-23  Dave Love  <fx@gnu.org>
10161         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10162         ^o, ^u.
10164 2000-07-21  Dave Love  <fx@gnu.org>
10166         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10167         now passed to the function.  It now works properly.
10169         * smerge-mode.el (smerge-mode-menu): Fill it out.
10171 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
10173         * info-look.el (info-lookup): If *info* is shown in another frame
10174         on the same display, select that frame, instead of switching to
10175         the Info buffer in another window of the selected frame.
10177         * simple.el (universal-argument-map): Bind numeric keypad keys
10178         kp-0 to kp-9 and kp-subtract.
10179         (digit-argument): Handle these keys.
10181 2000-07-20  Dave Love  <fx@gnu.org>
10183         * net/goto-addr.el (goto-address-fontify): Don't bother with
10184         buffer-modified and read-only stuff -- irrelevant with overlays.
10185         Put an extra property on the overlays and use it to clean up in
10186         case goto-address is re-run.
10188 2000-07-19  Richard M. Stallman  <rms@gnu.org>
10190         * timer.el (run-with-idle-timer): Doc fix.
10192         * mail/mail-utils.el (mail-strip-quoted-names):
10193         Handle case where <...> appears inside "...".
10194         Use replace-match to edit the string more simply.
10195         (rmail-dont-reply-to): Cope with an unmatched ".
10197 2000-07-19  Dave Love  <fx@gnu.org>
10199         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10200         implementation.
10202         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10203         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10204         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10206 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
10208         * textmodes/refer.el: Correct maintainer's email address.
10210         * progmodes/hideif.el: Correct author's email address.
10211         Fix typo in comment.
10213         * xml.el: New file.
10215         * mail/mailheader.el: Correct author's mail address.
10217         * gnus/parse-time.el: Correct author's mail address.
10219 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
10221         * comint.el (comint-highlight-input, comint-highlight-face):
10222         New user options.
10223         (comint-input-ring-file-name): Change custom type.
10224         (comint-mode-map): Bind mouse-2.
10225         (comint-insert-clicked-input): New function.
10226         (comint-send-input): Handle input highlighting.
10228 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
10230         * mouse.el (popup-menu): New function.
10231         (mouse-major-mode-menu): Use it.
10233 2000-07-18  Dave Love  <fx@gnu.org>
10235         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10236         improvements.
10238 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
10240         * faces.el (face-font-selection-order)
10241         (face-font-family-alternatives): Add custom type.
10243 2000-07-18  Dave Love  <fx@gnu.org>
10245         * cus-edit.el (custom-variable-reset-saved)
10246         (custom-variable-reset-standard): Remove unused bindings.
10248         * rect.el (open-rectangle-line): Remove unused let.
10250         * hl-line.el (hl-line-highlight): Check hl-line-mode.
10252 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
10254         * cdl.el: Fix `Maintainer' keyword.
10256         * play/pong.el: Add author's email address.
10258 2000-07-17  Sam Steingold  <sds@gnu.org>
10260         * files.el (insert-directory): Call `split-string' instead of
10261         re-implementing it.
10263 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
10265         * mail/vms-pmail.el: Change maintainer to FSF.
10267         * net/goto-addr.el: Change maintainer to FSF.
10269         * info.el (Info-title-face-alist): Removed.
10271 2000-07-18  David Ponce  <david@dponce.com>
10273         * recentf.el (recentf-open-files): New command that works like
10274         `recentf-open-more-files', but shows the whole list of files (not just
10275         those omitted from the menu). Useful if you don't use a menu-bar!
10276         (recentf-open-more-files) Modified to use `recentf-open-files'.
10278         (recentf-open-files, recentf-open-more-files)
10279         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10281         (recentf-dialog-mode): New mode for dialogs. You can now just type
10282         "q" to cancel the dialogs.
10284 2000-07-18  David Ponce  <david@dponce.com>
10286         * recentf.el: This is a major update of recentf.el. It adds new
10287         features to better organize the recentf menu and "More..." buffer.
10289         Using new provided menu filtering functions you can now organize the
10290         recent files list:
10292         - by major modes
10293         - by directories
10294         - by user defined rules
10296         Finally, with the new `recentf-filter-changer' customizable filter you
10297         can define a ring of filters and dynamically (via the menu) cycle on
10298         each menu organization in the ring (a la msb).
10300 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
10302         * eshell/eshell.el (eshell): Replace links to eshell.info with
10303         links to eshell, to avoid problems on systems where the manual is
10304         installed as `eshell'.
10305         * eshell/esh-cmd.el (eshell-cmd): Ditto.
10306         * eshell/em-smart.el (eshell-smart): Ditto.
10307         * eshell/em-banner.el (eshell-banner): Ditto.
10308         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10310         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10311         same-file check in the MS-DOS version (it does support inodes).
10313         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10315         * eshell/eshell.el (eshell-directory-name):
10316         Run default directory name through convert-standard-filename.
10318 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
10320         * international/mule-cmds.el (select-safe-coding-system):
10321         Fix typo in the comment.
10323         * language/european.el (compound-text):
10324         Force katakana-jisx0201 to be designated to G1.
10326         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10327         Don't translate some national variant characters of latin-jisx0201.
10328         (x-ctext): Force katakana-jisx0201 to be designated to G1.
10330         * international/kkc.el (kkc-after-update-conversion-functions):
10331         New variable.
10332         (kkc-update-conversion): Run functions in it at the tail.
10334 2000-07-16  John Wiegley  <johnw@gnu.org>
10336         * lisp/align.el (align-newline-and-indent):
10337         Adding new function.  for auto-aligning blocks of code on RET.
10338         (align-region): Fixed badly formatted minibuffer message.
10340 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
10342         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10343         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
10344         the conversion list at first if appropriate.
10345         (kkc-next): Don't update kkc-next-count here.
10346         (kkc-prev): Don't update kkc-prev-count here.
10347         (kkc-show-conversion-list-update): Fix setting up of conversion
10348         list message.
10350 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
10352         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10354 2000-07-16  Dave Love  <fx@gnu.org>
10356         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10357         function to be more specific.
10359         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10360         non-string help-echo.
10361         (widget-types-convert-widget): Defsubst it.
10362         (widget-echo-help): Try to cope with a help-echo function of two
10363         possible sorts.
10365 2000-07-15  Jason Rumney  <jasonr@gnu.org>
10367         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10368         Declare as obsolete.
10370         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10372 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
10374         * hilit-chg.el: Fix typo.
10376 2000-07-14  Dave Love  <fx@gnu.org>
10378         * info.el (Info-mode-menu): Fix use of :help, :enable.
10380 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
10382         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10384 2000-07-13  Dave Love  <fx@gnu.org>
10386         * emacs-lisp/easymenu.el: Doc fixes.
10387         (easy-menu-remove): Defalias to ignore.
10389         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10390         Call throw correctly.
10392 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
10394         * faces.el (frame-background-mode): Doc fix.
10396         * simple.el (eval-expression-print-length): Change custom type to
10397         allow entering nil as value.
10399 2000-07-13  Dave Love  <fx@gnu.org>
10401         * progmodes/fortran.el (fortran-imenu-generic-expression):
10402         Change definition layout.
10403         (fortran-mode-menu): Reinstate customize entries.
10405         * cus-edit.el (custom-group-menu-create, customize-menu-create):
10406         Use :filter, per old XEmacs code.
10408 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
10410         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10411         event when deciding what to send to the terminal.
10413 2000-07-12  Dave Love  <fx@gnu.org>
10415         * cus-start.el: Add optional version as 4th element of specs and
10416         use it for several things new in v21.  Remove load-path.  Fix type
10417         of line-number-display-limit.
10419 2000-07-11  Dave Love  <fx@gnu.org>
10421         * progmodes/fortran.el: Don't require easymenu.
10422         Use repeat counts in various regexps.
10423         (fortran-mode-syntax-table): Defvar directly.
10424         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10425         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10426         Use defvar, not defconst.
10427         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
10428         (fortran-mode): Set fortran-comment-line-start-skip,
10429         fortran-comment-line-start-skip, dabbrev-case-fold-search.
10430         (fortran-comment-indent): Use defsubst.
10431         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10432         Use fortran-comment-indent, not fortran-comment-indent-function.
10433         (fortran-comment-region, fortran-electric-line-number): Simplify.
10434         (fortran-auto-fill): New function.
10435         (fortran-do-auto-fill): Deleted.
10436         (fortran-find-comment-start-skip):
10437         Check for non-null comment-start-skip.
10438         (fortran-auto-fill-mode, fortran-fill-statement):
10439         Use fortran-auto-fill.
10440         (fortran-fill): Use fortran-auto-fill.  Check for null
10441         comment-start-skip.  Simplify final clause and use end-of-line finally.
10443         * widget.el (widget-plist-member): New alias.
10445 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
10447         * eshell/esh-module.el (toplevel): Reference
10448         byte-compile-current-file only if it is bound.
10450 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
10452         * dired.el: Don't require `dired-aux'.
10454 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
10456         * dired-aux.el (dired-show-file-type): New function.
10457         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10458         (dired-show-file-type): Add autoload.
10460 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
10462         * international/mule-diag.el (describe-font): Adjusted for the
10463         change of fontset-info.
10464         (print-fontset): Likewise.
10466 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
10468         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10470 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
10472         * bindings.el: Bind `[delete]' to delete-char.
10474         * dired.el (dired-find-alternate-file): New function.
10475         (dired-mode-map): Bind `a' to dired-find-alternate-file.
10476         (toplevel): Require dired-aux when compiling.
10477         (dired-buffers): Move defvar within file to avoid compiler warning.
10479         * info.el (Info-last-search): Variable removed.
10480         (Info-search-history): New variable.
10481         (Info-search): New Info-search-history.
10483         * battery.el, info-look.el: Change author's mail address.
10485 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
10487         * mail/rmail.el (rmail-clear-headers): Don't throw an error
10488         if rmail-ignored-headers is nil.
10489         (rmail-retry-failure): Bind rmail-ignored-headers and
10490         rmail-displayed-headers to nil.
10492 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
10494         * lpr.el (lpr-page-header-switches): Add `-h' switch.
10495         (print-region-1): Don't hard code `-h' here.
10497         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10499 2000-07-01  Francesco Potorti`  <pot@gnu.org>
10501         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10502         exim can use "your message" instead of "the message".
10504 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
10506         * facemenu.el: Docstrings fixes.
10507         (facemenu-get-face): Don't use internal-find-face.
10508         (facemenu-iterate): Rename arg to match the docstring.
10510         * newcomment.el (uncomment-region): Be more careful when skipping
10511         backwards over `=' not to bump into BOBP.
10513 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
10515         * ediff-diff.el (ediff-wordify): Use syntax table.
10516         * ediff-init.el (ediff-has-face-support-p): Use
10517         ediff-color-display-p.
10518         (ediff-color-display-p): Use display-color-p, changed to defun
10519         from defsubst.
10520         Got rid of special cases for NeXT and OS/2.
10521         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10522         face.
10524 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
10526         * emacs-lisp/lucid.el: Require CL.
10527         (copy-tree, remprop): Remove, it's provided by CL.
10528         (map-keymap): Define in terms of cl-map-keymap.
10529         (extent-property, set-extent-end-glyph): New functions.
10531         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10533 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10535         * Makefile.in (DONTCOMPILE): Add comment that the name may
10536         not be changed without changing the make-dist script.
10538         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10539         (cl-mapc): Use mapc instead of cl-old-mapc.
10541 2000-07-05  Andrew Innes  <andrewi@gnu.org>
10543         * makefile.nt: Add support for `bootstrap' and related targets.
10545 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
10547         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10548         (easy-menu-do-define): Use `menu-item' format.
10549         Handle case where easy-menu-create-menu returns a symbol.
10550         Manually call the potential top-level filter in the function binding.
10551         (easy-menu-filter-return): New arg NAME.
10552         Convert to a keymap if MENU is an XEmacs menu.
10553         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
10554         (easy-menu-converted-items-table, easy-menu-convert-item):
10555         New var and fun to memoize easy-menu-convert-item-1.
10556         (easy-menu-do-add-item): Use it.
10557         (easy-menu-create-menu): Use easy-menu-convert-item.
10558         Wrap easy-menu-filter-return around any :filter specification.
10559         Don't convert the menu if a filter was specified.
10560         Tell easy-menu-make-symbol not to check for MENU being an expression.
10561         (easy-menu-make-symbol): New arg NOEXP.
10563 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10565         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10566         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10567         (eval-defun): If called with prefix arg, instrument code for
10568         Edebug.
10570         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10571         similar to that of eval-defun.
10573 2000-07-04  Dave Love  <fx@gnu.org>
10575         * hl-line.el (hl-line-overlay): Make it permanent-local.
10577         * calendar/todo-mode.el: Replaced with a working version, based on
10578         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10580 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
10582         * paths.el (prune-directory-list): New function.
10583         (Info-default-directory-list): Rewritten to more methodically
10584         enumerate a big list of possible info directories (based on the
10585         list used by the standalone info reader).
10587         * info.el (info-initialize): Use prune-directory-list to remove
10588         non-existent directories from Info-directory-list.
10590         * paths.el (Info-default-directory-list): Try a list of possible
10591         info-directories instead of a single one.  Add the possible
10592         info directory "/usr/share/info".
10594         * woman.el (woman-man.conf-path): Explicitly include the debian
10595         man-db config file "/etc/manpath.config".
10596         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10597         are present in `manpath.config'.
10598         (woman-manpath): Include "/usr/share/man".
10600 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
10602         * frame.el (blink-cursor-mode): Don't hide cursor initially.
10604         * startup.el (command-line): Initialize blink-cursor based
10605         on window-system.
10607         * frame.el (blink-cursor): Default to nil if not running under
10608         a window-system.
10610         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10611         (face-x-resources): Remove duplicate entry for :font.
10613         * textmodes/refer.el (refer-find-entry-internal): Use some-window
10614         instead of cycling through windows with next-window.
10616         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10617         of cycling through windows with next-window.
10619         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10620         of cycling through windows with next-window.
10622         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10623         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10624         instead of cycling through windows with next-window.
10626         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10627         instead of cycling through windows with next-window.
10629         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10630         of cycling through windows with next-window.
10632         * terminal.el (te-process-output): Use walk-windows instead of
10633         cycling through windows with next-window.
10635         * server.el (server-switch-buffer): Use some-window instead of
10636         cycling through windows with next-window.
10638         * window.el (some-window): New function.
10639         (walk-windows): Remove reference to walk-windows-start.
10641         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10643 2000-07-03  Richard Stallman  <rms@gnu.org>
10645         * window.el (walk-windows): Guarantee termination by keeping a list
10646         of all the windows already handled.
10648 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
10650         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10651         window-system.
10653         * man.el (Man-notify-when-ready): Don't use window-system.  If
10654         Man-notify-method is newframe, and the display is not
10655         multi-frame, select the frame created for the man page.
10656         (Man-init-defvars): Doc fix.
10658 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
10660         * faces.el (region): Change background color for light background.
10662         * ediff-wind.el (ediff-setup-control-frame): Remove :box
10663         attribute from mode-line face of Ediff control frame.
10665         * replace.el (query-replace-map): Bind `e' like `E'.
10667 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
10669         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10670         Change name to "Select All".
10672         * dos-fns.el (convert-standard-filename): Fix last change.
10674 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
10676         * help.el (describe-variable): Don't insert a second `'s' in front
10677         of the string `value is shown below'.  Since the syntax-table is
10678         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10679         an existing `'s', so that this won't be deleted.
10681         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10682         * pcmpl-unix.el: New files.
10684 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
10686         * wid-edit.el (widget-member): Use the new plist-member.
10688 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
10690         * replace.el (perform-replace): Undo change of 2000-04-04.
10691         Instead, move backward 1 character at the end of the loop when
10692         necessary.
10694         * faces.el (fringe): Change face for different backgrounds.
10696         * eshell/esh-module.el (toplevel): Load defgroup's differently;
10697         patch from John.
10699         * eshell/*.el: Change spelling of the Free Software Foundation.
10701         * eshell/esh-toggle.el: Removed.
10703         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10705         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10706         interactively.
10708 2000-06-26  Alex Schroeder  <alex@gnu.org>
10710         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10711         `define-key'; instead of checking `(emacs-version)' check for
10712         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
10713         for `;' and `o' which might be electric.
10715         (sql-electric-stuff): New user option.
10716         (sql-magic-go): New function which uses `sql-electric-stuff'.
10717         (sql-magic-semicolon): New function which uses
10718         `sql-electric-stuff'.
10720         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10721         is not fboundp.
10723         (sql-oracle-options): New variable.
10724         (sql-oracle): Use it.
10726         (sql-imenu-generic-expression): Doc change.
10727         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10728         is used.
10730         (sql-informix): Added command line parameter "-" to force
10731         sql-informix-program to use stdout.
10733 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
10735         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10736         (cp864-decode-table): Doc fix.
10737         (cp720-decode-table): New variable, supports the Arabic OEM
10738         codepage used by Windows.
10739         (cp737-decode-table): New, Greek OEM codepage used by Windows.
10741 2000-06-23  Dave Love  <fx@gnu.org>
10743         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10744         (font-lock-fontify-anchored-keywords): Use
10745         line-beginning-position.
10746         (global-font-lock-mode): Use mapc.
10748 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
10750         * eshell/esh-module.el: Require CL when compiling.
10752 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
10754         * comint.el (comint-substitute-in-file-name): Call replace-match
10755         with second and third arg t.
10757         * cus-edit.el (custom-button-face, custom-button-pressed-face):
10758         Specify foreground color.
10760         * faces.el (tool-bar, mode-line, header-line): Specify foreground
10761         color.
10763         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10765         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10766         cddr instead of cdddr.
10768         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10769         instead of copy-list.
10771         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10772         of copy-list.
10774         * subdirs.el: Add eshell subdirectory.
10776         * eshell: New subdirectory containing the Eshell package.
10778         * pcomplete.el: New file.
10780 2000-06-23  Paul Eggert  <eggert@twinsun.com>
10782         * mail/mailpost.el (post-mail-send-it): Make sure file has
10783         proper permissions from birth.
10785         * files.el (basic-save-buffer-2): When temporarily setting
10786         file modes, set them to current modes plus 0200, not to 0777.
10788         * emerge.el (emerge-make-temp-file): Make sure file has proper
10789         permissions from birth.
10791 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
10793         * files.el (make-backup-file-name-1): On DOS/Windows, run the
10794         backup file name through convert-standard-filename.
10796         * dos-fns.el (convert-standard-filename): Convert leading
10797         directories as well.  When long file names are supported, convert
10798         characters that are invalid in Windows file names.
10800 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10802         * ps-print.el: Fix bug: if ^L is the very first buffer character,
10803         ps-print crashes.  New feature: page selection for printing.  Create
10804         raw-text-unix coding system for XEmacs.  Doc fix.
10805         (ps-print-version): New version number (5.2.3).
10806         (ps-plot-region): Bug fix.
10807         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10808         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10809         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10810         funs.
10811         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10812         (ps-last-page): New vars.
10814 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
10816         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10817         empty option string.
10819 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
10821         * man.el (man): Doc fix.
10823 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
10825         * international/mule-cmds.el (set-language-info-alist): Docstring
10826         fixed.
10828 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
10830         * version.el (emacs-version): Use ISO date format.
10832         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10833         instead of `M-backspace'.
10835         * simple.el (turn-off-auto-fill): New function.
10837 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
10839         * jit-lock.el (with-buffer-prepared-for-jit-lock):
10840         Renamed from with-buffer-prepared-for-font-lock and use
10841         inhibit-modification-hooks rather than setting *-change-functions.
10842         Update all functions to use the new name.
10843         (jit-lock-first-unfontify-pos): New semantics (and doc).
10844         (jit-lock-mode): Make non-interactive.
10845         Don't automatically turn on font-lock.
10846         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10847         Always use jit-lock-after-change.
10848         Remove and restore font-lock-after-change-function.
10849         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10850         (jit-lock-after-unfontify-buffer): Remove.
10851         (jit-lock-stealth-fontify):
10852         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10853         (jit-lock-after-change): Set the `fontified' text-prop to nil.
10855 2000-06-20  Sam Steingold  <sds@gnu.org>
10857         * emacs-lisp/cl-indent.el (toplevel): Indent
10858         `print-unreadable-object' properly.  Untabify.
10860 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10862         * textmodes/reftex.el (reftex-find-citation-regexp-format):
10863         Support for bibentry.
10864         (reftex-compile-variables): Fixed problem with end of section-re.
10866         * texmodes/reftex-dcr.el (reftex-view-crossref,
10867         reftex-view-crossref-from-bibtex):
10868         Deal with changed `reftex-find-citation-regexp-format'.
10869         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10870         Replaced `remprop' with `put'.
10871         (reftex-view-crossref, reftex-view-crossref-when-idle):
10872         Support for bibentry.
10874         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10875         New entry for bibentry package.
10877         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10878         Regexp also matches "\nobibliography".
10880         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10881         Call `reftex-ensure-write-access' before doing anything.
10882         (reftex-ensure-write-access): New function.
10884 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10886         * progmodes/idlwave.el: File re-installed (update to version 4.2)
10888         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10890         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10892         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10895 2000-06-20  Dave Love  <fx@gnu.org>
10897         * faces.el (frame-background-mode): Use set-default, not set, in
10898         setter.
10899         (frame-update-faces, frame-update-face-colors): Define with
10900         defalias.
10902         * enriched.el (enriched-decode-foreground)
10903         (enriched-decode-background): Don't use internal-find-face.
10905         * apropos.el: Doc fixes.
10907         * cus-edit.el (customize-changed-options): Check arg.
10908         (customize-version-lessp): Don't require decimal point.
10910         * custom.el (defcustom, defgroup): Doc fix.
10912         * newcomment.el (comment) <defgroup>: Add :version.
10913         (comment-multi-line): Doc fix.
10915         * emulation/mlsupport.el (define-hooked-local-abbrev,
10916         define-hooked-global-abbrev): Fix, using define-abbrev.
10918 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
10920         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10921         the whole buffer.
10923 2000-06-19  Dave Love  <fx@gnu.org>
10925         * menu-bar.el (menu-bar-options-save): New function.
10926         (menu-bar-options-menu): Use it.
10927         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10928         Simplify.
10930 2000-06-19  Andreas Schwab  <schwab@suse.de>
10932         * progmodes/etags.el (tags-query-replace): Put new parameters
10933         START and END at the end, for backward compatibility.
10935 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
10937         * international/codepage.el:
10938         (cp-coding-system-for-codepage-1): Delete special codes for
10939         generating xxx-dos coding system because now a CCL based coding
10940         system can handle EOL conversion by default.
10942         * international/mule.el (make-coding-system): Generate subsidiary
10943         coding systems for EOL handling variants even for a CCL based
10944         coding system.
10946 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
10948         * international/isearch-x.el (isearch-minibuffer-input-method)
10949         (isearch-minibuffer-input-method-function): These variables
10950         deleted.
10951         (isearch-with-input-method): Don't use the above variables.
10952         (isearch-process-search-multibyte-characters): Likewise.  Call
10953         read-string with the arg INHERIT-INPUT-METHOD t.
10955 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
10957         * font-lock.el (font-lock-after-fontify-buffer)
10958         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10960         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10961         Use consistent make-local-variable style for font-lock-fontified.
10962         (jit-lock-fontify-buffer):
10963         Don't bother checking for font-lock-mode and jit-lock-mode.
10965         * time.el: Remove trailing ^M that prevent CVS-merging.
10967 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
10969         * Makefile.in (distclean): New target.
10971 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
10973         * Makefile.in (srcdir): Define for update-subdirs.
10975 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
10977         * find-lisp.el: New file.
10979 2000-06-16  Andrew Innes  <andrewi@gnu.org>
10981         * time.el (display-time-mail-function): New variable, to allow
10982         external packages to indicate when new mail is available.
10983         (display-time-update): Use it.
10985 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
10987         * international/mule.el (mule-version): Change version name to
10988         SAKAKI.  AOI has already been used by Meadow.
10990         * international/quail.el (quail-show-guidance-buf): To find the
10991         bottom window (but minibuffer), pay attention to the height of
10992         minibuffer.
10994 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10996         * arc-mode.el (archive-mode-map): Use the new menu-item format for
10997         menu-bar menus.  Add help strings.  Don't remove the Edit menu
10998         from the menu bar, as the menu bar has enough space now.
11000         * Makefile.in (SHELL): Make sure /bin/sh is used.
11002         * woman.el (woman-man-buffer): Fix bold and underlined CJK
11003         characters, which use series of two ^H characters instead of one.
11005 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
11007         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11008         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11009         functions.
11010         (Info-find-node-2): Try a case-sensitive search first, then
11011         do a case-insensitive search.
11013         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11014         tutorials.
11016         * complete.el (PC-env-vars-alist): New variable.
11017         (PC-complete-as-file-name): New function.
11018         (partial-completion-mode): Initialize PC-env-vars-alist from
11019         process-environment.
11020         (PC-do-completion): Handle completion of env vars.
11022         * info.el (Info-set-mode-line): Show file name in mode line,
11023         use `*Info*' instead of `Info:'.
11025         * startup.el (command-line-1): Change copyright messages to year
11026         2000.
11028 2000-06-15  Dave Love  <fx@gnu.org>
11030         * net/goto-addr.el (goto-address-fontify): Use keymap property,
11031         not local-map.
11033 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
11035         * international/mule.el (set-buffer-file-coding-system): Almost
11036         rewritten to handle `undecided' as no-op.
11038 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
11040         * Makefile.in: New file.
11042         * Makefile: Removed.
11044         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11045         (goto-address-highlight-keymap): Bind C-c RET.
11047 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
11049         * mail/sendmail.el (sendmail-send-it): The temporary buffer
11050         inherits buffer-file-coding-system of the current buffer.
11052         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11053         0.  Give correct argument to set-auto-coding-function.
11054         (tar-expunge): For goto-char, use (point-min), not 0.
11055         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11056         (tar-subfile-save-buffer): Likewize.
11058         * international/mule.el
11059         (after-insert-file-set-buffer-file-coding-system): Call
11060         set-buffer-file-coding-system with the arg FORCE t.
11062 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
11064         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11065         nil.  Contemporary sendmails issue an X-Authentication-Warning if
11066         the sender is set with `-f'.
11068 2000-06-13  Dave Love  <fx@gnu.org>
11070         * help.el (describe-function-1): Kluge around cases of functions
11071         fset to subrs whose doc doesn't match their symbol-name.
11073         * image.el (insert-image): Default STRING to a space.
11075         * info.el Doc fixes.
11076         (Info-build-node-completions): Match Ref tags.
11078 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
11080         * frame.el (display-multi-frame-p, display-multi-font-p): New
11081         defaliases for display-graphic-p.
11083         * hl-line.el: Fixed a typo in commentary.
11085 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
11087         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11088         fixed.
11090 2000-06-12  Dave Love  <fx@gnu.org>
11092         * image.el (insert-image): Save a little consing.
11094 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
11096         * language/tibet-util.el: Convert all tibetan-1-column characters
11097         to the corresponding tibetan characters.
11098         (tibetan-add-components): Delete code for the special treatment of
11099         'a chung.
11101         * language/tibetan.el (tibetan-composable-pattern): Fix previous
11102         change.
11103         (tibetan-vowel-transcription-alist): More rules added.
11104         (tibetan-composite-vowel-alist): New variable.
11105         (tibetan-precomposition-rule-alist): More rules added.
11107 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
11109         * startup.el (command-line): Only call menu-bar-mode if interactive.
11111         * thingatpt.el (toplevel symbol-properties):
11112         * textmodes/makeinfo.el (makeinfo-compile):
11113         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11114         * progmodes/hideif.el (hif-compress-define-list)
11115         (hide-ifdef-use-define-alist):
11116         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11117         (ange-ftp-vms-add-file-entry):
11118         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11119         * man.el (Man-build-man-command):
11120         * mail/rnewspost.el (news-reply-header-hook):
11121         * info.el (Info-insert-dir):
11122         * emulation/mlconvert.el (backward-word, forward-word, setq):
11123         * emacs-lisp/gulp.el (gulp-send-requests):
11124         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11125         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11126         (byte-optimize-apply, end of file):
11127         * emacs-lisp/advice.el (ad-advice-class-completion-table)
11128         (ad-make-freeze-definition):
11129         * startup.el (command-line, command-line-1): Don't quote lambdas.
11131         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11132         (cvs-cleanup-removed): New function.
11133         (cvs-cleanup-functions): New var.
11134         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11135         some flexibility in specifying additional entries to auto-cleanup.
11136         (cvs-quickdir): New function.
11137         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11138         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11139         (cvs-mode-find-file): Check that we are on a filename or dirname
11140         when invoked through a mouse-click.
11141         (cvs-full-path): Remove.
11142         (cvs-dired-action): Re-introduced.
11143         (cvs-dired-noselect): Use it.
11144         (vc-post-command-functions): use this new hook if available.
11146         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11147         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11148         (cvs-filename-map, cvs-dirname-map): Remove.
11149         (cvs-default-action): Remove.
11150         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11151         if the arg is really a keymap.
11152         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11153         Don't hardcode the mapping from state (aka type) to face, but check
11154         the var cvs-fi-<type>-face instead.
11155         (cvs-fileinfo-from-entries): New function.
11157         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11158         Docstring fix.
11159         (cvs-find-file-and-jump): Change default to be safer.
11160         (cvs-mode-diff-map): Define it as a function as well.
11161         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11162         Bind mouse-2 in this global map rather than with text-properties.
11164         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11165         file to resolve the ambiguity between C(conflict) and C(need-merge).
11167 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
11169         * international/mule.el (set-buffer-file-coding-system): If
11170         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11171         unconditionally.
11173 2000-06-12  Dave Love  <fx@gnu.org>
11175         * wid-edit.el (widget-specify-button): Really suppress the face if
11176         required.
11178 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
11180         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11182 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
11184         * imenu.el (imenu-generic-expression): Docstring fix.
11186         * composite.el (composition-function-table): Move the `put'
11187         below the autoload cookie so we can load the file before loaddefs.
11189         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11191         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11192         Handle easy-mmode-define-global-mode.
11193         For complex macros like define-minor-mode that can generate
11194         several autoload entries, try to autoload entries in the
11195         macroexpanded code.
11197         * emacs-lisp/easy-mmode.el (define-minor-mode):
11198         If KEYMAP is a symbol, just use it.
11199         Use byte-compile-current-file and load-file-name to infer the
11200         proper :require to pass to defcustom.
11201         Wrap the hook var into `progn' so as not to autoload it.
11202         Add a :autoload-end cookie.
11203         Be more careful about the evaluation of KEYMAP.
11204         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11205         (define-derived-mode): Move define-abbrev-table outside of defvar.
11207 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
11209         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11210         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11211         (backup-compiled-files): Ignore errors during `tar'.
11212         (bootstrap): Make autoloads before elc files.
11214 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
11216         * international/mule.el (set-buffer-file-coding-system): If one of
11217         undecided-XXX is specified, change only EOL conversion.
11219         * international/mule-conf.el (unix): New alias for the coding
11220         system undecided-unix.
11222 2000-06-09  Dave Love  <fx@gnu.org>
11224         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11226         * progmodes/executable.el: Byte compile dynamic.
11227         (executable-insert): Change custom type.
11228         (executable-find): Add autoload cookie.
11229         (executable-make-buffer-file-executable-if-script-p): New
11230         function.  After Noah Friedman.
11232         * files.el (after-save-hook): Customize, with
11233         executable-make-buffer-file-executable-if-script-p as an option.
11235 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
11237         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11238         "tib24p-mule.bdf" for Tibetan.
11240         * composite.el (decompose-composite-char): Declare it as obsolete.
11242         * man.el (Man-fontify-manpage): Pay attention to underline and
11243         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11245 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
11247         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11248         Set maintainer to FSF since author isn't reachable.
11250 2000-06-08  Dave Love  <fx@gnu.org>
11252         * international/mule-cmds.el (select-safe-coding-system): If
11253         DEFAULT-CODING-SYSTEM is not specified, also check the most
11254         preferred coding-system if buffer-file-coding-system is
11255         `undecided'.  From Handa.
11257 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
11259         * international/mule.el
11260         (after-insert-file-set-buffer-file-coding-system): If the buffer
11261         size is greater than INSERTED, judget that we are not visiting.
11263 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
11265         * whitespace.el (defgroup whitespace): Comment out `:version'.
11266         XEmacs 20.4 has problems defining the group with this present.
11267         We'll have this commented out till get resolve the problem.
11269 2000-06-07  John Wiegley  <johnw@gnu.org>
11271         * align.el (align-dq-string-modes, align-sq-string-modes)
11272         (align-open-comment-modes): Add pyhton-mode.
11273         (align-rules-list): Use get-text-property instead of
11274         text-properties-at.
11275         (align-rules-list): Add python-assignment.
11276         (align-rules-list): Change perl-comma-delimiter to
11277         basic-comma-delimiter.  Use if for Perl modes and python-mode.
11278         (align-rules-list): Add python-chain-logic and
11279         basic-line-continuation.
11281 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
11283         * apropos.el (apropos-mode-hook): New user variable.
11284         (apropos-mode): Run apropos-mode-hook.
11286 2000-06-07  David Ponce  <david@dponce.com>
11288         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11289         commands.  Require `wid-edit' at run-time.
11291 2000-06-07  David Ponce  <david@dponce.com>
11293         * recentf.el: Added some "Commentary".
11294         (recentf-open-more-files, recentf-edit-list): Minor changes to
11295         move the point at the top of the file list.  This behaviour is
11296         consistent with the menu one when the list contains a lot of
11297         files.
11298         (recentf-cleanup): Now displays the number of items removed from
11299         the list.
11300         (recentf-relative-filter) New menu filter to show filenames
11301         relative to `default-directory'.
11303 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11305         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
11306         with/without giving an error if PostScript printer doesn't have this
11307         kind of page size.  Zebra Stripe continues or restarts on next page.
11308         Manual/automatic paper feeding.  Switch or not the header.
11309         (ps-print-version): New version number (5.2.2).
11310         (ps-windows-system): Include emx as a Windows system.
11311         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11312         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11313         (ps-background-text): Code fix.
11314         (ps-error-handler-message, ps-user-defined-prologue)
11315         (ps-print-prologue-header, ps-printer-name)
11316         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11317         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11318         (ps-use-face-background): Customization fix.
11319         (ps-n-up-database): Data fix.
11320         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11321         (ps-switch-header): New vars.
11322         (ps-xemacs-color-name, ps-face-foreground-name)
11323         (ps-face-background-name, ps-boolean-constant): New funs.
11325 2000-06-07  Dave Love  <fx@gnu.org>
11327         * allout.el: New version from Manheimer.
11329 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
11331         * textmodes/fill.el (fill-find-break-point): Check the validity of
11332         charset.
11334 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11336         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11337         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11338         Call display-color-p and display-mouse-p instead of looking at
11339         window-system.
11341 2000-06-06  Dave Love  <fx@gnu.org>
11343         * image.el (find-image): Doc fix.  Return nil if image not found.
11344         (put-image, insert-image): Make STRING arg optional.
11346 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
11348         * language/vietnamese.el: Remove eval-when-compile.
11349         (viet-viscii-nonascii-translation-table): Define it as a
11350         translation table made from viet-viscii-decode-table.
11351         (viet-viscii-encode-table): Define it as a translation table made
11352         from the reverse map of above.
11353         (viet-vscii-nonascii-translation-table): Define it as a
11354         translation table made from viet-vscii-decode-table.
11355         (viet-vscii-encode-table): Define it as a translation table made
11356         from the reverse map of above.
11357         (ccl-decode-viscii): Use translate-character.
11358         (ccl-encode-viscii, ccl-encode-viscii-font)
11359         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11360         Likewize.
11362         * language/cyrillic.el: Remove eval-when-compile.
11363         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11364         translation table made from cyrillic-koi8-r-decode-table.
11365         (cyrillic-koi8-r-encode-table): Define it as a translation table
11366         made from the reverse map of above.
11367         (ccl-decode-koi8): Use translate-character.
11368         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11369         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11370         a translation table made from cyrillic-alternativnyj-decode-table.
11371         (cyrillic-alternativnyj-encode-table): Define it as a translation
11372         table made from the reverse map of above.
11373         (ccl-decode-alternativnyj): Use translate-character.
11374         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11375         Likewize
11377         * international/mule-diag.el (non-iso-charset-alist): Specify
11378         translation table symbol instead of translation table itself.
11379         (list-block-of-chars): CHARSET may be a translation table symbol.
11381         * international/mule.el (make-coding-system): If CODING-SYSTEM
11382         already exists, override it.
11384         * international/fontset.el: Use family `proportional' for Tibetan
11385         fonts.
11387         * international/ccl.el (ccl-compile-translate-character): Don't
11388         check if Rrr has property translation-table.
11389         (ccl-compile-map-multiple): Modified to avoid compiler warning.
11391 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
11393         * info.el: Bind case-fold-search to t when searching in case
11394         a user sets it to nil in a hook.
11396 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
11398         * autoarg.el (autoarg-mode, autoarg-kp-mode):
11399         * hl-line.el (hl-line-mode): Use the new :global key argument.
11401         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11402         (tar-clip-time-string): Prepend a space.
11403         (tar-grind-file-mode): Construct a string rather than modifying one.
11404         (tar-header-block-summarize): Fix docstring.
11405         Use `format' rather than an error-prone set of copy-loops.
11407         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11408         (diff-goto-source, diff-unified->context, diff-context->unified)
11409         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11410         understand the format output by the `-p' argument to diff.
11412         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11413         (sh-re-done): Use defconst.
11414         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11415         (sh-help-string-for-variable, sh-guess-basic-offset):
11416         Don't quote lambdas.
11417         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11418         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11420         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11421         (mh-letter-mode): Derive from text-mode.
11422         This implicitly means that it now calls kill-all-local-variables.
11423         Also remove the Emacs-18 compatibility code.
11425         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11426         Make use of symbol-property doc-string-elt.
11427         Use memq rather than a sequence of eq.
11428         (doc-string-elt): Fix the wrong or missing previously unused values.
11429         (autoload-print-form): New function extracted from
11430         generate-file-autoloads to allow recursion when handling progn
11431         so that defvar's and defun's docstrings are properly printed.
11432         (generate-file-autoloads): Use it.
11434         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11435         Use find-file-hooks in the minor-mode function.
11436         Be careful not to loop indefinitely in the post-command-hook function.
11438 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
11440         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11441         tty's.
11442         * ediff-diff.el (ediff-exec-process): Use --binary for fine
11443         differences whenever appropriate.
11444         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11445         * viper.el (find-file, find-file-other-window): Get viper to do
11446         wildcards.
11448 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
11450         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11451         (jit-lock-fontify-buffer): New function for JIT refontification.
11452         (jit-lock-mode): Fix docstring.
11453         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11454         Remove jit-lock-after-change from the _local_ hook.
11455         (jit-lock-function-1): Fix docstring.
11457         * info.el (Info-on-current-buffer): Initialize info.
11459         * newcomment.el (comment-indent): Ignore comment-indent-hook.
11461         * progmodes/tcl.el (tcl-indent-for-comment):
11462         Ignore comment-indent-hook.
11464         * emacs-lisp/easy-mmode.el: Require CL during compilation.
11465         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11466         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11467         and improve to use the lighter to guess the capitalization.
11468         (define-minor-mode): Inline code from easy-mmode-define-toggle.
11469         Add keyword arguments to specify global-ness or the custom group.
11470         Add local-map and help-echo properties to the lighter.
11471         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11472         (easy-mmode-define-global-mode): New macro.
11474 2000-06-02  Dave Love  <fx@gnu.org>
11476         * wid-edit.el: byte-compile-dynamic since we typically don't use
11477         all the widgets.  Don't require cl or widget.  Remove
11478         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
11479         (widget-read-event): Removed.  Callers changed to use read-event.
11480         (widget-button-release-event-p): Renamed from
11481         button-release-event-p.
11482         (widget-field-add-space, widget-field-use-before-change):
11483         Uncustomize.
11484         (widget-specify-field): Use keymap property, not local-map.
11485         (widget-specify-button): Obey :suppress-face.
11486         (widget-specify-insert): Use modern backquote syntax.
11487         (widget-image-directory): Renamed from widget-glyph-directory.
11488         (widget-image-enable): Renamed from widget-glyph-enable.
11489         (widget-image-find): Replaces widget-glyph-find.
11490         (widget-button-pressed-face): Move defvar.
11491         (widget-image-insert): Replaces widget-glyph-insert.
11492         (widget-convert): Use keywordp.
11493         (widget-leave-text, widget-children-value-delete): Use mapc.
11494         (widget-keymap): Remove XEmacs stuff.
11495         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11496         (widget-button-click): Don't set point at the click, but re-centre
11497         if we scroll out of window.  Rewritten for images v. glyphs &c.
11498         (widget-tabable-at): Use POS arg, not point.
11499         (widget-beginning-of-line, widget-end-of-line)
11500         (widget-item-value-create, widget-sublist, widget-princ-to-string)
11501         (widget-sexp-prompt-value, widget-echo-help): Simplify.
11502         (widget-default-create): Use widget-image-insert; some rewriting.
11503         (widget-visibility-value-create)
11504         (widget-push-button-value-create, widget-toggle-value-create): Use
11505         widget-image-insert.
11506         (checkbox): Create on and off images dynamically.
11507         (documentation-link): Change :help-echo.
11508         (widget-documentation-link-echo-help): Remove.
11510 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
11512         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11514         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11515         (easy-mmode-define-toggle, define-minor-mode): Use it.
11516         (easy-mmode-define-keymap): Docstring fix.
11517         (define-derived-mode): Default PARENT to fundamental-mode.
11518         Add the derived-mode-parent symbol-property.
11519         (easy-mmode-derived-mode-p): New function.
11521 2000-06-02  Dave Love  <fx@gnu.org>
11523         * files.el (convert-standard-filename): Doc fix.
11524         (normal-backup-enable-predicate): New function.
11525         (backup-enable-predicate): Use it to replace the lambda form.
11527         * calendar/todo-mode.el: [This needs more work on the outline
11528         stuff.]  Doc fixes.
11529         (todo) <defgroup>: Add :version.
11530         (todo-add-category): Don't use pushnew.
11531         (todo-cmd-raise): Fix typo.
11532         (todo-top-priorities): Change temp buffer name.
11533         (todo-category-alist): Avoid redundant lambda.
11534         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11535         Use outline-next-heading.
11537         * autoarg.el: Rewritten to use define-minor-mode.
11538         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11539         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11541 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
11543         * isearch.el (isearch-other-meta-char): Fix previous change.
11545 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11547         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11548         (log-edit-done): Only add the comment to the ring if it's different
11549         from the last comment entered.
11551         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11553 2000-06-01  Dave Love  <fx@gnu.org>
11555         * hl-line.el: Rewritten using define-minor-mode.
11557         * help.el (describe-function-1): Distinguish special form from
11558         builtin function.  Sanity-check presence of arglist for builtins.
11560 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
11562         * international/characters.el: Fix syntax/category setting of
11563         Tibetan characters.
11565         * language/tibet-util.el (tibetan-add-components): Fixes for new
11566         encoding of Tibetan characters.
11567         (tibetan-decompose-precomposition-alist): New variable.
11568         (tibetan-decompose-region): Convert precomposed characters to
11569         non-precomposed characters.
11570         (tibetan-decompose-string): Likewise.
11571         (tibetan-composition-function): Fix args to
11572         thibetan-compose-string.
11574         * language/tibetan.el (tibetan-composable-pattern): More
11575         characters included.
11576         (tibetan-consonant-transcription-alist): Rule for "R" added.
11577         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11578         "+R" added.
11579         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11581         * language/lao-util.el (lao-composition-function): Fix args to
11582         compose-string.
11584         * language/thai-util.el (thai-composition-function): Fix args to
11585         compose-string.
11587         * isearch.el (isearch-update): Set disable-point-adjustment to t
11588         to prevent the point moving to the end of a composition when a
11589         part of a composition is searched.
11590         (isearch-other-meta-char): If the key invoking this command can be
11591         mapped by function-key-map to a printing char, call
11592         isearch-process-search-char directly.
11594 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11596         * emacs-lisp/bytecomp.el:
11597         * frame.el:
11598         * international/mule-cmds.el:
11599         * international/mule-util.el:
11600         * international/mule.el:
11601         * mouse.el:
11602         * subr.el:
11603         * faces.el: Update calls to make-obsolete with a WHEN argument.
11605         * byte-run.el (make-obsolete, make-obsolete-variable):
11606         Add an optional WHEN argument and change the format of the
11607         symbol-property information.
11608         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11609         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11610         new obsolete-symbol-property format and print WHEN if it is provided.
11612 2000-05-31  Dave Love  <fx@gnu.org>
11614         * loadhist.el (loadhist-hook-functions): Remove
11615         before-change-function, after-change-function.
11616         (unload-feature): Deal with symbols which are both bound and
11617         fbound.
11619         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11620         before-change-function, after-change-function.
11622         * simple.el (newline): Don't bind before-change-function,
11623         after-change-function.
11625 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
11627         * whitespace.el (whitespace-rescan-timer-time): Update interval
11628         set to 600 seconds (10 minutes) instead of 60 seconds since
11629         a large number of whitespace buffers causes emacs to `freeze'
11630         for a considerable amount of time.
11632         * whitespace.el: Updated email address
11634 2000-05-31  Dave Love  <fx@gnu.org>
11636         * add-log.el (change-log-font-lock-keywords) <function>: Add
11637         pattern for function of change.
11638         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11639         acknowledgements patterns.
11641 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
11643         * isearch.el (isearch-printing-char): If keyboard coding system is
11644         being used, call isearch-process-search-multibyte-characters.
11646         * international/isearch-x.el: Mostly rewritten.
11648         * international/quail.el (quail-start-conversion): Don't include
11649         unhandled events in the returned events, but set them in
11650         unread-command-events.  Exit if all inputs are deleted.
11652 2000-05-30  Jason Rumney  <jasonr@gnu.org>
11654         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11656         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11657         Reenable code to create initial fontsets.
11658         Use set-fontset-font in place of put-charset-property.
11660 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
11662         * progmodes/perl-mode.el (perl-indent-line): When looking for a
11663         label, ensure that the first colon isn't followed by another.
11665         * paths.el (Info-default-directory-list): Doc fix.
11667         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11668         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11669         send a query containing USER only, not USER@HOST.
11671         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11672         and rmail-msgend to compute the restriction at the end, instead of
11673         computing it.
11675 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
11677         * dabbrev.el (dabbrev-expand): Don't display messages in the
11678         echo area if the minibuffer window is active.
11680         * jit-lock.el (jit-lock-mode): Add after change function to
11681         local hook.
11683 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
11685         * antlr-mode.el: New commands: hide/unhide actions,
11686         upcase/downcase literals.
11687         (antlr-tiny-action-length): New user option.
11688         (antlr-hide-actions): New command.  Suggested by
11689         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11690         (antlr-mode-map): New binding [C-c C-v].
11691         (antlr-mode-menu): New entries.
11692         (antlr-downcase-literals): New command.
11693         (antlr-upcase-literals): Ditto.
11695         * antlr-mode.el: Minor changes: indendation, mode-name.
11696         (antlr-indent-line): Indent cpp directive at column 0.
11697         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11699         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11700         (antlr-font-lock-additional-keywords): Workaround for intentional
11701         bug in XEmacs version of font-lock.
11702         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
11703         be used by a smarter version of `buffers-menu-grouping-function'.
11705 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
11707         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11708         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11710 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
11712         * international/encoded-kb.el
11713         (encoded-kbd-iso2022-designation-map): Pay attention to that
11714         charset-iso-final-char return -1 for eight-bit-control and
11715         eight-bit-graphic.
11717 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
11719         * speedbar.el (speedbar-use-images, speedbar-update-flag)
11720         (speedbar-easymenu-definition-base): Use display-graphic-p where
11721         available, instead of window-system.
11723 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
11725         * international/codepage.el (cp-coding-system-for-codepage-1): Add
11726         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11727         coding systems.
11729 2000-05-26  Dave Love  <fx@gnu.org>
11731         * disp-table.el (standard-display-underline): Don't use
11732         internal-find-face.
11734         * mail/reporter.el: Maintainer change.  Doc fixes.
11735         (reporter-version): Deleted.
11737         * emacs-lisp/elp.el: Maintainer change.
11738         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11740 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
11742         * add-log.el (add-change-log-entry): Merge the current entry with the
11743         previous one if the previous one is empty.
11745 2000-05-26  Dave Love  <fx@gnu.org>
11747         * loadhist.el (unload-feature): Fix interactive spec [from
11748         lijnzaad@ebi.ac.uk].
11750         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11751         subr-arity to check primitives.
11752         (byte-compile-flush-pending, byte-compile-file-form-progn)
11753         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11754         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11755         mapcar.
11757 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
11759         * international/fontset.el: Set family names of non-latin charsets
11760         in default fontset to "*".
11762         * international/mule-diag.el (print-fontset): Combine family part
11763         and registry part of the fontname by "-*-" instead of "-".
11765         * international/mule-cmds.el (encode-coding-char): Make strings
11766         multibyte before calling encode-coding-string.
11768 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
11770         * derived.el: Fix keywords.
11771         (define-derived-mode): Only define if needed.
11773         * simple.el (fill-comment, comment-column, comment-start)
11774         (comment-start-skip, comment-end, comment-indent-function)
11775         (block-comment-start, block-comment-end, indent-for-comment)
11776         (set-comment-column, kill-comment, comment-padding, comment-region)
11777         (comment-multi-line, indent-new-comment-line): Remove.
11779         * bindings.el (esc-map): Change ; to comment-dwim and use the new
11780         function names for comment operations.
11782         * newcomment.el: Add abundant autoload cookies.
11783         (comment-style): Don't depend on runtime data at compile-time.
11784         (comment-indent-hook): Remove.
11785         (comment-indent): Check if comment-indent-hook is bound.
11786         (comment-region): Docstring fix.
11788 2000-05-25  Dave Love  <fx@gnu.org>
11790         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11791         byte-code-function-p.
11793         * mail/rmailsum.el: Add provide.
11795         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11797         * smerge-mode.el (smerge-diff-switches): Don't use list* in
11798         defcustom.
11800 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
11802         * ediff-diff.el (ediff-exec-process): delete --binary option from
11803         non-buffer ediff jobs.
11805 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11807         * hilit-chg.el (highlight-changes-mode): Ask about color or
11808         grayscale support, not about window-system.
11810         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11811         window-system.
11812         (ffap-highlight): Always default to t.
11814         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11815         display-popup-menus-p instead of looking at window-system.
11817         * disp-table.el (standard-display-g1, standard-display-graphic):
11818         Only refuse to use string glyphs on X and MS-Windows.
11820         * avoid.el: Remove window-system from commentary, suggest to use
11821         display-*-p instead.
11823         * apropos.el (apropos-print): Use display-mouse-p instead of
11824         window-system.
11826 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11828         * international/codepage.el (cp-decoding-vector-for-codepage):
11829         Fill up unsupported characters with their own codes.  From Kenichi
11830         Handa.
11832 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11834         * international/mule-diag.el (describe-char-after): Use
11835         display-graphic-p instead of window-system, so that this function
11836         works on MS-DOS.
11838 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11840         * international/codepage.el (cp-make-coding-systems-for-codepage):
11841         Remove the eight-bit-graphic and eight-bit-control charsets from
11842         the list of charsets which we convert into `?'.
11844 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
11846         * international/mule-conf.el: Specify CHARSET-ID explicitely for
11847         private charsets.
11848         (mule-unicode-0100-24ff, japanese-jisx0213-1,
11849         japanese-jisx0213-2): New charsets.
11851         * international/fontset.el: Setup default fontset for new charsets.
11853 2000-05-24  Dave Love  <fx@gnu.org>
11855         * info.el (Info-find-node-2): Restructure [following "Vadim
11856         S. Solomin" <sovs@uic.nnov.ru>].
11858         * icomplete.el: Fix header for Finder.
11860 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
11862         * rmailout.el (rmail-output-to-rmail-file): Added optional param
11863         STAY.
11865         * rmail.el (rmail-automatic-folder-directives): New user variable.
11866         (rmail-show-message): Add call to `rmail-auto-file' during
11867         display.
11868         (rmail-auto-file): New function.
11870 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
11872         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11873         account.
11874         (ediff-test-utility,ediff-diff-mandatory-option)
11875         (ediff-reset-diff-options): Utilities for proper initialization of
11876         ediff-diff-options and ediff-diff3-options on Windows.
11878         * ediff-init.el (ediff-merge-filename-prefix): New customizable
11879         variable.
11881         * ediff-mult.el (ediff-filegroup-action): Use
11882         ediff-merge-filename-prefix.
11884 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
11886         * viper-ex.el (ex-write): Set selective display to nil.
11888 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
11890         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11891         aliases for hebrew-iso-8bit.
11893 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
11895         * woman.el: New version from Francis J. Wright
11896         <F.J.Wright@Maths.QMW.ac.uk>.
11897         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11898         names in environment variables regardless of the path separator.
11899         (woman-topic-all-completions-1): Don't call file-name-directory-p
11900         on all files, since woman-file-regexp already filters out any
11901         directories.
11903 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
11905         * international/quail.el (quail-start-translation): Don't change
11906         modified-p of the current buffer.
11907         (quail-start-conversion): Likewise.
11909         * international/kkc.el (kkc-region): Don't change modified-p of
11910         the current buffer.
11912         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11913         conform to RFC1468.
11914         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11916 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
11918         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11919         (speedbar-insert-button): Invisible text property fix.
11920         (speedbar-directory-plus): Renamed from speedbar-directory-+
11921         (speedbar-directory-minus): Renamed from speedbar-directory--
11922         (speedbar-page-plus): Renamed from speedbar-file-+
11923         (speedbar-page-minus): Renamed from speedbar-file--
11924         (speedbar-page): Renamed from speedbar-file-
11925         (speedbar-tag): Renamed from speedbar-tag-
11926         (speedbar-tag-plus): Renamed from speedbar-tag-+
11927         (speedbar-tag-minus): Renamed from speedbar-tag--
11928         (speedbar-expand-image-button-alist): Use above renames.
11930         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11931         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11932         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11933         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11934         * sb-pg.xpm: Renamed from sb-file.xpm
11935         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11936         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11938 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
11940         * international/quail.el (quail-show-guidance-buf): Set
11941         current-input-method of the guidance buffer to the name of the
11942         curren input method.
11944 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
11946         * progmodes/compile.el (compile-internal): Style typo.
11948         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11949         quote vars and functions in the docstring.
11951         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11953         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11954         Don't quote lambdas.
11956         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11958 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
11960         * startup.el (command-line): Determine source file of compiled
11961         user init file differently.  Warn if compiled user init file
11962         is older than its source file.
11964         * ffap.el (ffap-url-regexp): Add `https'.
11966 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
11968         * files.el (make-backup-file-name-1): Replace slashes with `!'
11969         rather than `|' (which is not allowed on Windows).  Replace the
11970         drive letters with a string "drive_X".
11972 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
11974         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11976         * files.el (interpreter-mode-alist): Add `bash2'.
11978 2000-05-22  Dave Love  <fx@gnu.org>
11980         * loadhist.el (feature-symbols, file-provides, file-requires): Use
11981         mapc.
11982         (feature-file): Avoid calling symbol-name.  Doc fix.
11983         (file-set-intersect, file-dependents): Use dolist, not mapcar.
11984         (loadhist-hook-functions): Add mouse-position-function.
11985         (unload-feature): Change uses of mapcar.
11987         * files.el (parse-colon-path): Doc fix.
11988         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11989         (set-auto-mode): Use mapc.
11991         * complete.el (PC-look-for-include-file): Use :alnum: character
11992         class.
11993         (partial-completion-mode): Add autoload cookie.
11995 2000-05-22  Sam Steingold  <sds@gnu.org>
11997         * info.el (Info-fontify-node): Fixed the call to
11998         `add-text-properties' (bug introduced on 2000-05-18).
12000 2000-05-22  Dave Love  <fx@gnu.org>
12002         * bindings.el: Remove debug-ignored-errors set in other files.
12004         * progmodes/etags.el: Add to debug-ignored-errors.
12005         (visit-tags-table-buffer): Clear out buffers holding old tables
12006         when making a new list.
12007         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12008         mapc.
12010         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
12011         quote keywords.
12012         (cmpl-string-case-type): Use character classes.
12014         * comint.el:
12015         * textmodes/ispell.el:
12016         * imenu.el:
12017         * mail/mh-e.el:
12018         * progmodes/compile.el: Add to debug-ignored-errors.
12020         * dabbrev.el: Add to debug-ignored-errors.
12021         (dabbrev-completion): Use mapc.
12023 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
12025         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12026         (woman-mapcan, woman-parse-man.conf)
12027         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12028         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12029         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
12030         path syntax better.
12031         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12032         (woman-manpath): Call woman-parse-man.conf.
12033         (woman-emulation): New defcustom, defaults to nroff.
12034         (woman-font-support): New defconst.
12035         (woman-use-symbol-font): New defcustom.
12036         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12037         "Emulation".
12038         Many functions: Doc fix.
12040 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
12042         * international/quail.el (quail-simple-translation-keymap): Map
12043         128..255 to quail-self-insert-command.
12044         (quail-keyboard-layout-alist): Add definition for "pc102-de".
12046 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
12048         * help.el (help-manyarg-func-alist): Typo.
12050         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12051         intervals which makes it heaps simpler.
12053         * newcomment.el (comment-region-internal): Go back to BEG after quoting
12054         the nested comment markers.
12056         * subr.el (remove-hook): Don't turn the hook's value into a list.
12058 2000-05-21  Dave Love  <fx@gnu.org>
12060         * edmacro.el (edmacro-parse-keys): Return vector if any elements
12061         are invalid characters.
12063         * international/mule-util.el (detect-coding-with-priority): Use
12064         mapc.  Remove redundant lambda.
12066         * international/mule-diag.el (list-non-iso-charset-chars)
12067         (describe-fontset): Remove redundant lambda.
12069         * emulation/crisp.el (brief-mode): New alias.
12071         * emacs-lisp/ring.el (ring-elements): New function.
12073         * emacs-lisp/easymenu.el (easy-menu-create-menu)
12074         (easy-menu-do-add-item): Use keywordp.
12076         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12078         * replace.el: Doc and error message fixes.
12079         (replace-highlight): Use facep, not internal-find-face.
12081 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
12083         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12085         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12086         (log-edit-insert-changelog): Drop `:' as well.
12088         * log-view.el: Fix file description.
12089         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12090         available.
12091         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12092         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12094         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12095         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12096         Print a status message if the toggle is called interactively.
12097         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12098         for global minor modes and use `defcustom' for them.
12099         Use add-minor-mode.
12100         (easy-mmode-define-derived-mode): Remove.
12101         (define-derived-mode): Fancier default docstring.
12102         (easy-mmode-define-navigation): Signal an error rather than (ding).
12104         * newcomment.el (comment-styles): New `box-multi'.
12105         (comment-normalize-vars): Better default for comment-continue to
12106         avoid whitespace-only continuations.
12107         (comment-search-forward): Always move even in the no-syntax case.
12108         (comment-padright): Only obey N if it's only obeyed for padleft.
12109         (comment-make-extra-lines): Better handling of empty continuations.
12110         Use `=' for the filler if comment-start has only one character.
12111         (uncomment-region): Try handling the special `=' filler.
12112         (comment-region): Allow LINES even if MULTI is nil.
12113         (comment-box): Choose box style based on comment-style.
12115 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
12117         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12118         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12120 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
12122         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12123         and insert, not subst-char-in-region.
12125         * international/mule-diag.el (list-character-sets-1): Handle
12126         charsets eight-bit-control and eight-bit-graphic.
12127         (list-iso-charset-chars): Likewise.
12128         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12129         charactes as is.  Use indent-to to align characters.
12131         * international/mule-cmds.el (find-multibyte-characters): Never
12132         exclude charsets eight-bit-control and eight-bit-graphic.
12134 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
12136         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12137         Don't quote lambdas.
12139         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12141 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
12143         * gud.el (gud-jdb-directories): Doc fix.
12145 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
12147         * newcomment.el: New file.
12149 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
12151         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12153 2000-05-18  Andreas Schwab  <schwab@suse.de>
12155         * dired.el (dired-between-files): Also skip lines beginning with
12156         `used'.
12158 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
12160         * msb.el (msb-menu-cond): Add choice `user'.
12162 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12164         * ps-print.el: Compatibility, customization and doc fix.
12165         (ps-printer-name-option): Replace defconst by defvar.
12166         (ps-postscript-code-directory): XEmacs compatibility.
12167         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12168         fix.
12169         (ps-user-defined-prologue, ps-print-prologue-header)
12170         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12171         compatibility and code fix.
12172         (ps-print-background-image, ps-print-background-text):
12173         Customization fix.
12174         (ps-line-number-start, ps-n-up-on): New vars.
12176 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
12178         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12179         the indent-comment function to just return the appropriate indent.
12181 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
12183         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12184         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12185         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12187 2000-05-18  Dave Love  <fx@gnu.org>
12189         * info.el (Info-fontify-node): Add intangible property as well as
12190         invisible.
12192         * calendar/appt.el (appt-make-list): Match all lines of entry.
12193         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12195 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
12197         * international/mule-diag.el (describe-char-after): Call
12198         internal-char-font, not char-font.  If internal-char-font returns
12199         nil, display "-- none --".
12201 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
12203         * image.el (image-type-available-p): Don't reference image-types
12204         if it isn't bound.
12206 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
12208         * autoarg.el (autoarg-mode): Typo in the :set argument.
12210 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
12212         * startup.el (command-line-1): Don't signal an error if the
12213         directory for auto-save-list files does not yet exist.
12215 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
12217         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12219 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
12221         * subr.el (remove-hook): `setq' hook-value, not `set'.
12223 2000-05-16  Sam Steingold  <sds@gnu.org>
12225         * info.el (debug-ignored-errors): More errors to ignore.
12227 2000-05-16  Dave Love  <fx@gnu.org>
12229         * cus-edit.el: Don't require cl or easymenu.
12230         (custom-variable-prompt): Test standard-value property, not
12231         user-variable-p.
12233 2000-05-16  Sam Steingold  <sds@gnu.org>
12235         * subr.el (add-hook): `setq' hook-value, not `set'.
12237 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
12239         * startup.el (command-line-1): Mention the FAQ in the startup
12240         message.
12242         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12244         * progmodes/compile.el (compilation-parse-errors): Collect
12245         `nomessage' regexps last.
12247         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12249         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12250         to the function name.
12252 2000-05-15  Dave Love  <fx@gnu.org>
12254         * speedbar.el (speedbar-recenter): Typo.
12255         (speedbar-expand-line): Make arg optional.
12256         (speedbar-mode): Avoid a compiler warning.
12258 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
12260         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12261         user-specified option string is empty.
12263         * mouse.el (mouse-yank-at-click): Doc fix.
12265 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
12267         * term/internal.el (IT-character-translations): More updates of
12268         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12269         documents.
12271 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
12273         * env.el (getenv): New function, interactively callable.
12274         (setenv, getenv): Remove autoload cookies.
12276         * loadup.el: Load `env'.
12278         * progmodes/f90.el: Change author's mail address.
12280 2000-05-14  Dave Love  <fx@gnu.org>
12282         * mail/rmail.el (rmail-show-message-hook): Customize and offer
12283         goto-addr as an option.
12285         * help.el (help-xref-stack): Doc fix.
12286         (help-xref-following): New variable.
12287         (help-make-xrefs): Use it.
12288         (help-xref-go-back): Use position information from stack element.
12289         (help-follow): Make position in stack element a pair.  Use
12290         help-xref-following.
12292         * autoarg.el: New file.
12294         * faces.el: Declare more functions obsolete.
12296         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12297         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12298         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12299         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12300         Remove all the setup-...-environment functions.
12302 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
12304         * speedbar.el: Updated the commentary section.  xemacs20p now uses
12305         >= when detecting.  Require `defimage' safely.
12306         (speedbar-easymenu-definition-base): Add toggle for images.
12307         (speedbar-easymenu-definition-special): Add flush cache & expand.
12308         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
12309         (speedbar-reconfigure-keymaps-hook): New variable.
12310         (speedbar-frame-parameters): Updated documentation.
12311         (speedbar-use-imenu-flag): Updated custom tag
12312         (speedbar-dynamic-tags-function-list): New variable.
12313         (speedbar-tag-hierarchy-method): Updated doc & custom.
12314         (speedbar-indentation-width, speedbar-indentation-width) New
12315         variables.
12316         (speedbar-hide-button-brackets-flag): Customizable.
12317         (speedbar-vc-indicator): Doc update.
12318         (speedbar-ignored-path-expressions): Updated default value.
12319         (speedbar-supported-extension-expressions): Updated default value.
12320         (speedbar-syntax-table): Remove {} paren status.
12321         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12322         as "+".  Added overlay aliases.
12323         (speedbar-mode): Use `speedbar-mode-line-update' instead of
12324         `force-mode-line-update'.
12325         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12326         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12327         `mouse-set-point'
12328         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12329         (speedbar-item-info-tag-helper): Revamped to handle a wider range
12330         of arbitrary text, and new helper functions.
12331         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12332         filename finder.
12333         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12334         (speedbar-directory-buttons): Update path search/expansion.
12335         (speedbar-make-tag-line): Pay attention to
12336         `speedbar-indentation-width'.  Use more care w/ invisible
12337         properties.
12338         (speedbar-change-expand-button-char): Call
12339         `speedbar-insert-image-button-maybe'.
12340         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12341         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12342         (speedbar-trim-words-tag-hierarchy)
12343         (speedbar-simple-group-tag-hierarchy): New functions
12344         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12345         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12346         functions.
12347         (speedbar-mouse-set-point): New function
12348         (speedbar-power-click): Updated documentation.
12349         (speedbar-line-token, speedbar-goto-this-file): Handle more types
12350         of tag prefix text.
12351         (speedbar-expand-line, speedbar-contract-line): Make more robust
12352         to strange text.
12353         (speedbar-expand-line): Takes universal argument to flush the
12354         cache.
12355         (speedbar-flush-expand-line): New function.
12356         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12357         Use new generator insertion method.
12358         (speedbar-fetch-dynamic-tags): New function.
12359         (speedbar-fetch-dynamic-imenu): Removed code now handled in
12360         `speedbar-fetch-dynamic-imenu'.
12361         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12362         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12363         "Revert Buffer" menu items.
12364         (speedbar-buffer-buttons-engine): Be smarter when creating a
12365         filename tag (for expansion purposes.).
12366         (speedbar-highlight-one-tag-line,
12367         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12368         (speedbar-recenter): New functions.
12369         (defimage-speedbar): Image loading abstraction.
12370         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12371         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12372         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12373         (speedbar-tag-type, speedbar-tag-mail): New images.
12374         (speedbar-expand-image-button-alist): New variable.
12375         (speedbar-insert-image-button-maybe): Insert an image over some
12376         buttons.
12378 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
12380         * international/mule-cmds.el (encode-coding-char): An ASCII
12381         character is always encodable.
12383         * international/mule-conf.el: Add more information in descriptions
12384         of character sets.
12386         * international/mule-diag.el (describe-char-after): New function.
12387         (describe-font-internal): Adjusted for the change of font-info.
12388         (describe-font): Likewise.
12389         (print-fontset): Rewritten for the new fontset implementation.
12390         (describe-fontset): Include fontset alias names in completion.
12391         (list-fontsets): Adjusted for the change of print-fontset.
12393         * simple.el (what-cursor-position): If DETAIL is non-nil, call
12394         describe-char-after instead of displaying the detail in the echo
12395         area.
12396         (syntax-code-table): Format changed.
12397         (string-to-syntax): Adjusted for the above change.
12399 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
12401         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12403 2000-05-12  Dave Love  <fx@gnu.org>
12405         * calendar/todo-mode.el: Remove some compatibility stuff and CL
12406         dependence.  Use line-{beginning,end}-position, not
12407         point-at{b,e}ol.  Some doc fixes.
12408         (todo-position): New function.  Fix callers of position to use it.
12409         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12411 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
12413         * time.el (display-time-mail-icon): Use `:ascent center'.
12415         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12416         handling FTP security extensions.
12418 2000-05-11  Dave Love  <fx@gnu.org>
12420         * calendar/todo-mode.el: New file.
12422 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
12424         * comint.el (comint-read-input-ring): Move reference to
12425         comint-input-ring-size outside of the save-excursion.  It was
12426         causing the default value to be the only one ever seen.
12428         * font-lock.el: Update copyright.  Remove Simon Marshall's email
12429         address on request from him.
12431         * subr.el (substitute-key-definition): Add comment describing
12432         the meaning of PREFIX.
12434 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
12436         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12438         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12439         (add-minor-mode): Don't make the variable buffer-local and add a
12440         reference to define-minor-mode in the docstring.
12442         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12443         HEADER/FOOTER and fix bug with trailing empty directory.
12444         (cvs-append-to-ignore): Use vc-editable-p if available.
12445         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12446         (vc-do-command): Tweak advice to handle the new VC.
12448         * log-view.el (log-view-goto-rev): New function for the new VC.
12449         (log-view-minor-wrap): Use mark-active.
12451         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12452         (log-edit-changelog-full-paragraphs): New var.
12453         (log-edit-insert-changelog): Remove a lonely leading `* file'.
12454         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12455         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12456         (log-edit-changelog-ours-p, log-edit-changelog-entries)
12457         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12458         Replace the `cvs' prefix with `log-edit'.
12460         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12462         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12463         (diff-font-lock-defaults): Explicitly turn off multiline.
12464         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12465         (diff-ediff-patch): Fix call to ediff-patch-file.
12466         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12467         Handle comments.
12469         * frame.el (automatic-hscrolling): Typo.
12471         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12473 2000-05-09  Sam Steingold  <sds@goems.com>
12475         * apropos.el (apropos-print): use `describe-face' instead of
12476         `customize-face-other-window'.
12478 2000-05-09  Dave Love  <fx@gnu.org>
12480         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12482         * help.el (describe-variable): Have customize button pop the
12483         help-xref stack when invoked.
12484         (help-xref-symbol-regexp): Add `face'.
12485         (help-make-xrefs): Check for quoted face names and adapt regexp
12486         submatch numbers to cope.
12487         (help-xref-interned): Maybe insert face doc too.  Separate
12488         sections with a line of hyphens.
12490         * faces.el:  Some doc fixes.  Declare some functions obsolete.
12491         (describe-face): Add customize button.  Return the help
12492         text.  Fix prompt.
12494 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
12496         * term/internal.el (IT-character-translations): Fix last change.
12498 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12500         * woman.el: New file
12501         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12503 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12505         * term/internal.el (IT-character-translations): Update ASCII
12506         simulations for greek-iso8859-7, add latin-iso8859-14 and
12507         latin-iso8859-15.
12509         * international/mule-cmds.el (set-language-info-alist): Call
12510         define-prefix-command with 3 arguments, to make the map suitable
12511         for a menu.
12513 2000-05-07  Dave Love  <fx@gnu.org>
12515         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12517 2000-05-05  Dave Love  <fx@gnu.org>
12519         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12520         list in doc string.  Don't quote keyword symbols.
12521         * emacs-lisp/cl.el: Likewise
12522         * emacs-lisp/cl-seq.el: Likewise
12524 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
12526         * abbrev.el (abbrev-mode): Make ARG optional.
12528 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
12530         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12532         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12534         * subr.el (substitute-key-definition): Clarify documentation.
12536 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
12538         * glasses.el (glasses-convert-to-unreadable): Use
12539         `glasses-separator' instead of the hard-wired "_".
12540         (glasses-mode): Call `glasses-make-unreadable' only in a single
12541         place.
12543 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
12545         * term/internal.el (cjk-codepages-alist): Add associations for
12546         Chinese and Korean codepages.  Remove FIXME comment.
12548 2000-05-03  Dave Love  <fx@gnu.org>
12550         * time.el (display-time-mail-face, display-time-use-mail-icon):
12551         New option.
12552         (display-time-mail-icon): New variable.
12553         (display-time-string-forms): Use the above.  Fix the local-map.
12555 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
12557         * replace.el (query-replace-map): Add binding for `E'.
12558         (query-replace-help): Extend help text.
12559         (perform-replace): Allow editing the replacement string.
12561         * make-mode.el (makefile-mode-abbrev-table): New variable.
12562         (makefile-mode): Set local abbrev table to
12563         makefile-mode-abbrev-table.
12564         (makefile-font-lock-keywords): Fontify includes and conditionals.
12566         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12567         set TOGGLE's value.
12569         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12570         mail-interactive-insert-alias.
12571         (mail-abbrev-complete-alias): New command.
12572         (mail-mode-map): Bind it to `M-TAB'.
12574 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
12576         * language/lao-util.el (lao-compose-region): New function.
12578 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
12580         * files.el (recover-session): Make directories as necessary
12581         if they don't exist yet.
12583         * calendar/cal-french.el
12584         (french-calendar-multibyte-special-days-array)
12585         (french-calendar-special-days-array): Change French text.
12586         (calendar-french-date-string): Change output.
12587         (calendar-goto-french-date): Likewise.
12589 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
12591         * wid-edit.el (widget-default-active): Obey `:always-active'.
12592         (widget-documentation-string-value-create): Set `:always-active'.
12594 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12596         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12597         default prefix to `~/_emacs.d/auto-save.list/_s'.
12598         (normal-top-level): Create the directory for auto-save files, if
12599         it doesn't already exist (in the ms-dos case only).
12601 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12603         * international/mule-cmds.el (set-language-environment): Don't
12604         concat an integer (dos-codepage), use format instead.
12606 2000-05-02  Dave Love  <fx@gnu.org>
12608         * help.el (help-xref-on-pp): Check for constant symbols.
12610 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
12612         * startup.el (normal-top-level): Put a condition-case around
12613         the code loading subdirs.el.
12615 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12617         * ps-print.el: Upside-down and face background color printing,
12618         line number step, doc fix.
12619         (ps-print-version): New version number (5.2).
12620         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12621         (ps-face-attribute-list, ps-plot-with-face): Code fix.
12622         (ps-spool-config): Var fix.
12623         (ps-printer-name-option): Const fix.
12624         (ps-print-upside-down, ps-use-face-background)
12625         (ps-line-number-step): New vars.
12626         (ps-window-system, ps-lp-system): New consts.
12627         (ps-face-background): New fun.
12629 2000-04-28  Richard Stallman  <rms@gnu.org>
12631         * files.el (make-auto-save-file-name):
12632         Apply auto-save-file-name-transforms to visited file name
12633         before generating auto save file name.
12634         (auto-save-file-name-transforms): New variable.
12636         * files.el (backup-enable-predicate):
12637         Correctly test for a file under a temporary directory.
12639 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
12641         * subr.el (add-minor-mode): Rewritten.
12643 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
12645         * mail/sendmail.el (sendmail-send-it): Set
12646         buffer-file-coding-system to the selected coding system for MIME
12647         header.
12649 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
12651         * dired.el (dired-move-to-filename-regexp): Allow format where
12652         YYYY is followed by two spaces.
12654         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12655         in the second character class of the regexp.
12657         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12658         mh-etc, too.
12660         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12661         nil.
12663         * subr.el (add-minor-mode): Use `set' instead of `setq'.
12665         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12666         argument.
12668 2000-04-27  Sen Nagata <sen@eccosys.com>
12670         * emacs-lisp/crm.el (crm-completion-table): New variable.
12671         (crm-collection-fn, crm-test-completion)
12672         (completing-read-multiple): Use it.
12674 2000-04-27  Dave Love  <fx@gnu.org>
12676         * help.el (locate-library): Use mapc.
12677         (help-manyarg-func-alist): Add call-process-region.
12679 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
12681         * subr.el (add-minor-mode): Make argument MAP optional.
12683         * desktop.el (desktop-save): Save list of minor modes.
12684         (desktop-create-buffer): Restore minor modes.
12685         (desktop-minor-mode-table): New user-option.
12687         * subr.el (add-minor-mode): New function.
12689         * image.el (find-image): New function.
12690         (defimage): Rewritten to find image at load time.
12692         * startup.el (normal-top-level-add-to-load-path): Handle
12693         case that the default directory is not in load-path.
12695         * help.el: Old patch from Stefan Monnier.
12696         (help-xref-on-pp): New function.
12697         (describe-variable): Use it to display xrefs in a symbol's value.
12699 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
12701         * cus-edit.el (custom-face): Fix parenthesis.
12703 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
12705         * mail/rmail.el (rmail-expunge): When there are no deleted
12706         messages, do nothing.
12708 2000-04-26  Dave Love  <fx@gnu.org>
12710         * international/mule-cmds.el (locale-translation-file-name):
12711         Defvar to nil.
12712         (set-locale-environment): Set it here (at runtime).
12714 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
12716         * replace.el (perform-replace): Add parameters START and END.  Use
12717         them instead of the check for a region in Transient Mark mode.
12718         (query-replace-read-args): Return two more list elements for the
12719         start and end of the region in Transient Mark mode.
12720         (query-replace, query-replace-regexp, query-replace-regexp-eval)
12721         (map-query-replace-regexp, replace-string, replace-regexp): Add
12722         optional last arguments START and END and pass them to
12723         perform-replace.
12725         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12726         form with additional arguments for perform-replace.
12728         * progmodes/etags.el (tags-query-replace): Add parameters START
12729         and END.  Construct a form with additional arguments for
12730         perform-replace.
12732         * simple.el (shell-command): Set default directory for "*Shell
12733         Command Output" buffer.
12735         * language/european.el (iso-latin-4): Fix typo.
12737         * emacs-lisp/crm.el: New file.
12739 2000-04-24  Dave Love  <fx@gnu.org>
12741         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12742         (Custom-reset-saved, Custom-reset-standard)
12743         (custom-group-value-create, custom-group-set, custom-group-save)
12744         (custom-group-reset-current, custom-group-reset-saved)
12745         (custom-group-reset-standard): Use mapc.
12746         (custom-buffer-create-internal): Disable undo when creating items.
12747         Use mapc.
12748         (custom-face): Avoid redundant lambda.
12750 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
12752         * startup.el (auto-save-list-file-prefix): Set default to
12753         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12755 2000-04-24  Sam Steingold  <sds@gnu.org>
12757         * time-stamp.el (time-stamp-string-preprocess): Always convert
12758         `field-result' to a string.
12760 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
12762         * frame.el (scrolling): New group.
12763         (automatic-hscrolling): New user-option.
12765         * startup.el (command-line-x-option-alist): Add `-lsp' and
12766         `--line-spacing'.
12768 2000-04-19  Dave Love  <fx@gnu.org>
12770         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12771         (cl-mapc): Rename from mapc.  Fix the funcall.
12773 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
12775         * simple.el (clone-indirect-buffer-other-window): New command.
12776         (clone-indirect-buffer): Add optional arg NORECROD.
12777         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12779         * help.el (resize-temp-buffer-window): Use count-screen-lines.
12781         * window.el (count-screen-lines): New function.
12782         (shrink-window-if-larger-than-buffer): Use count-screen-lines
12783         instead of window-buffer-height.
12785         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12786         non-existing variable comint-input-sentinel.
12787         (inferior-lisp-args-to-list): Removed.
12788         (inferior-lisp): Use split-string instead of
12789         inferior-lisp-args-to-list.
12791         * hexl.el (hexl-insert-hex-string): New command.
12793         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12794         instead of concat.
12796 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
12798         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12799         at the start of an existing but empty folder.
12801 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12803         * ps-mule.el: Customization fix, doc fix.
12804         (ps-multibyte-buffer): Customization fix.
12806 2000-04-17  Richard M. Stallman  <rms@gnu.org>
12808         * subr.el (read-passwd): Use read-char-exclusive.
12810 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
12812         * textmodes/texinfo.el (texinfo-insert-@email)
12813         (texinfo-insert-@emph, texinfo-insert-@quotation)
12814         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12815         (texinfo-mode-map): Add key bindings for them.
12817         * files.el (basic-save-buffer-2): Use a template with `$'
12818         instead of `#' for VMS.
12820         * simple.el (clone-indirect-buffer): New function.
12822 2000-04-16  Stephen Eglen  <stephen@gnu.org>
12824         * iswitchb.el (iswitchb-case): New function.  If the user input
12825         contains any upper-case characters, the search is made
12826         case-sensitive.
12828 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
12830         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12831         comment-end.
12832         (texinfo-font-lock-syntactic-keywords): New var.
12833         (texinfo-font-lock-keywords): Remove comment regexp.
12834         (texinfo-insert-block): New function.
12835         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12836         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
12837         and font-lock-defaults.  Use regexp-opt for outline-regexp.
12838         (texinfo-environments): New var.
12839         (texinfo-environment-regexp): Use regexp-opt and
12840         texinfo-environments.
12842         * textmodes/ispell.el (ispell-menu-map-needed): Check that
12843         ispell-process is bound since this might be eval'd before ispell
12844         is loaded.
12845         (ispell-message): Use a tiny bit less magic and a bit more hard
12846         data to figure out what kind of sc-cite-regexp to use.
12848         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12850         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12851         (insert-cyclic-diary-entry): Unquote the lambda.
12853         * gud.el (gud-jdb-build-source-files-list): Fix typo.
12855         * files.el (backup-enable-predicate): Unquote the lambda.
12857         * cus-edit.el (custom-face, face): Unquote the lambda.
12859 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12861         * ps-print.el: Check for line-beginning-position definition.
12863         * ps-print.el: Fix counting lines in a region.
12864         (ps-print-version): New version number (5.1.5).
12865         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12866         (ps-printing-region): Fun code fix.
12868 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
12870         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12871         to file-directory-p.
12873 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
12875         * gud.el (gud-jdb-build-source-files-list): Check that directory
12876         exists before calling directory-files.
12878 2000-04-13  Dave Love  <fx@gnu.org>
12880         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
12881         syntax.
12883         * emacs-lisp/cl-specs.el: Remove when, unless.
12885         * emacs-lisp/cl-extra.el: Don't quote keywords.
12886         (cl-old-mapc): New variable.
12887         (mapc): Use it.
12888         (cl-map-intervals): Use with-current-buffer.  Don't check for
12889         next-property-change.
12890         (cl-map-overlays): Use with-current-buffer.
12891         (cl-expt): Remove.
12892         (copy-tree, remprop): Define unconditionally.
12894         * emacs-lisp/cl-compat.el (keywordp): Remove.
12896         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
12897         to use keywordp.
12898         (edebug-spec): Enable keywordp.
12900         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12901         string-lessp.
12903         * cus-start.el: Use keywordp.
12905 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12907         * diary-lib.el (include-other-diary-files): Fix the fix of
12908         2000-02-18 by doing a save-excursion.
12910 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12912         * ps-print.el: Customization fix, doc fix.
12913         (ps-print-version): New version number (5.1.4).
12914         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12915         (ps-print-preprint): Adjust code.
12916         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12917         (ps-print-prologue-header, ps-print-control-characters)
12918         (ps-spool-config): Customization fix.
12920 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
12922         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12923         converted to the new menu-item format, names silightly changed,
12924         help strings added.
12926         Support for spelling without async subprocesses:
12928         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12929         (ispell-session-buffer): New variables.
12930         (ispell-start-process, ispell-process-status,
12931         ispell-accept-output, ispell-send-string): New functions, for
12932         Ispell invocation when async subprocesses aren't supported.
12933         (ispell-word, ispell-pdict-save, ispell-command-loop,
12934         ispell-process-line, ispell-buffer-local-parsing): Replace calls
12935         to process-send-string with calls to ispell-send-string, and
12936         accept-process-output with ispell-accept-output.
12937         (ispell-init-process): Call ispell-process-status instead of
12938         process-status with.
12939         (ispell-init-process): Call ispell-start-process.  Call
12940         ispell-accept-output and ispell-send-string.  Don't call
12941         process-kill-without-query and kill-process if they are unbound.
12942         (ispell-async-processp): New function.
12944 2000-04-12  Dave Love  <fx@gnu.org>
12946         * info.el: Add debug-ignored-errors.
12947         (Info-mode-menu): Add some items.
12948         (Info-directory): Add autoload cookie.
12950         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12951         Modify `truncate-lines'.  Make `describe-language-environment'
12952         always visible and add help.  Modify `describe-key' help.  Invoke
12953         Info-directory from `info'.  New entry `emacs-manual'.
12955 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
12957         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12958         propertized-buffer-identification.
12959         (ebrowse-update-member-buffer-mode-line): Likewise.
12960         (ebrowse--mode-strings): Removed.
12961         (ebrowse--mode-line-props): Removed.
12963         * files.el (auto-mode-alist): Add `EBROWSE'.
12965         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12966         space before testing for end of buffer.
12967         (ebrowse-load): Removed.
12968         (ebrowse-revert-tree-buffer-from-file): Rewritten.
12969         (ebrowse-create-tree-buffer): Rewritten.
12970         (ebrowse-tree-mode): Read tree from buffer.
12972         * progmodes/ebrowse-ffh.el: Removed.
12974 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
12976         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12978 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
12980         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12981         at the wrong place.
12983 2000-04-09  Dave Love  <fx@gnu.org>
12985         * files.el (backup-enable-predicate): Use
12986         temporary-file-directory, small-temporary-file-directory.
12987         (make-backup-file-name-function, backup-directory-alist): New
12988         variables.
12989         (make-backup-file-name-1): New function.
12990         (make-backup-file-name): Use it.
12991         (find-backup-file-name): Likewise.  Use format for clarity, not
12992         concat.
12993         (file-newest-backup): Use make-backup-file-name.
12995 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
12997         * progmodes/ebrowse-ffh.el: New file.
12999         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13000         to ebrowse-ffh.el.
13001         (ebrowse-load): Add autoload.
13003         * finder.el (finder-commentary): Add autoload cookie.
13005         * mail/rfc2368.el: Correct author's email address.
13007         * progmodes/ebrowse.el: New file.
13009         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13010         item help string.
13011         (easy-menu-do-add-item): Ditto.
13012         (easy-menu-define): Extend doc string.
13014         * jit-lock.el (with-buffer-unmodified): Use
13015         restore-buffer-modified-p.
13016         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13017         (jit-lock-function, jit-lock-stealth-fontify): Don't use
13018         with-buffer-unmodified.
13020 2000-04-08  Dave Love  <fx@gnu.org>
13022         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13023         unless, when.
13025 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
13027         * viper-util.el (viper-put-on-search-overlay): New subroutine.
13028         (viper-flash-search-pattern): No operation when using Emacs
13029         doesn't support face.
13030         Use `viper-put-on-search-overlay'.
13032 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
13034         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13035         like C-r.
13037         * progmodes/make-mode.el: Some doc fixes.
13038         (makefile-mode-abbrev-table): New variable.
13039         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13040         (makefile-font-lock-keywords): Fontify includes and conditionals.
13041         (toplevel): Require `dabbrev' and `add-log' when compiling.
13043         * replace.el (perform-replace): Don't move forward one char
13044         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
13045         to do that because it leaves point 1 position after the last
13046         replacement, after everything has been replaced.
13048         * jit-lock.el (with-buffer-unmodified): New macro.
13049         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13050         modified state.
13051         (jit-lock-function-1): Extracted from jit-lock-function; not
13052         preserving buffer's modified state.
13053         (jit-lock-function, jit-lock-stealth-fontify): Call
13054         jit-lock-function-1.
13056         * mail/rfc2368.el: Remove supernumerary copyright line.
13058 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
13060         * glasses.el: Provide facilities for inserting space before left
13061         parentheses and uncapitalization of identifiers.
13062         (glasses-mode): Try to remove old overlays in all cases.
13064 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
13066         * progmodes/compile.el (compile-internal): Display the compilation
13067         buffer in a different frame, if it's already displayed there.
13069         * mail/rfc2368.el: New file.
13071         * simple.el (sendmail-user-agent-compose): Recognize a `body'
13072         header and insert its value as mail body.
13074         * subr.el (member-ignore-case): New function.
13076         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13077         (dabbrev--find-expansion): Ignore buffers matching a regexp
13078         from dabbrev-ignored-regexps.
13080         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13081         to extensions handled by gzip.
13083 2000-04-03  Richard M. Stallman  <rms@gnu.org>
13085         * files.el (insert-directory): List the total free space
13086         along with the used space.
13088         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13089         line is followed by one that matches CITATION-REGEXP, end the
13090         paragraph.
13092 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
13094         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13095         (rmail-make-basic-summary-line): Use that option.
13097 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
13099         * international/mule-cmds.el (encoded-string-description):
13100         Rewritten.   Try pretty description for ISO 2022 escape sequences
13101         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
13102         for hexadecimal format.
13104 2000-04-01  Dave Love  <fx@gnu.org>
13106         * cpp.el: Change customization group to `c' from `C'.
13108         * vcursor.el (vcursor-move): Use display-color-p.
13110         * international/mule-util.el: Provide mule-utils.
13111         (string-to-sequence): Simplify and speed up.
13113         * international/mule.el (make-coding-system): Purecopy doc-string.
13115         * international/mule-cmds.el: Various menu changes.
13116         (describe-specified-language-support): Handle `Default'.
13117         (set-language-info): Purecopy `info'.
13119 2000-03-31  Andrew Innes  <andrewi@gnu.org>
13121         * vc.el (vc-backend-diff): Return the correct status if we had to
13122         retry the rcsdiff command without the --brief option.
13124 2000-03-31  Dave Love  <fx@gnu.org>
13126         * help.el (help-manyarg-func-alist): Correct several omissions.
13128         * add-log.el: Don't require cl, fortran.
13129         (add-log-current-defun-function): Doc fix.
13130         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
13131         fix.
13132         (change-log-version-rcs): Function deleted.
13133         (change-log-version-number-search): Doc fix.  Use
13134         vc-workfile-version.  Avoid CL dolist.
13135         (add-change-log-entry): Just call add-log-current-defun to get
13136         defun.  Simplify somewhat.
13137         (change-log-get-method-definition-1): Likewise.
13138         (add-log-current-defun): Return nil if calling
13139         add-log-current-defun-function does so.  Move Fortran stuff to
13140         fortran.el.  Return string without properties.
13142         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13143         and :alpha: char classes.
13145         * mail/supercite.el: Defvar curline when compiling.
13146         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13147         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13148         rather than a-zA-Z0-9 to allow non-ASCII characters.
13150 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
13152         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13154         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13155         Re-enable new code.
13157         * lpr.el (print-region-1): Use -d to specify printer name for
13158         systems `usg-unix-v*, `dgux', `hpux', `irix'.
13160 2000-03-31  Dave Love  <fx@gnu.org>
13162         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13163         for function definition in symbol's function value slot first
13164         instead of first consulting byte-compile-function-environment.
13166 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
13168         * language/european.el ("Polish"): New language environment.
13169         (setup-polish-environment): New function.
13171 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
13173         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13174         Disable new code.
13176         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13177         trying to `load' the symbol of an autoload instead of the file
13178         recorded in the autoload.  Fix error messages.
13180 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13182         * ps-print.el: PostScript programming fix for ghostview, doc fix.
13183         (ps-print-version): New version number (5.1.3).
13184         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13185         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13186         (ps-generate-postscript-with-faces): Code fix.
13187         (ps-color-values): XEmacs compatibility.
13188         (ps-print-background-image, ps-print-background-text, ps-printer-name)
13189         (ps-default-fg, ps-default-bg): Adjust customization.
13190         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13191         (ps-color-scale): Renaming old ps-color-value fun.
13192         (ps-print-headers): Replace ps-print-header group to avoid conflict
13193         with ps-print-header variable.
13194         (ps-print-miscellany): New group.
13195         (ps-format-color, ps-rgb-color): New funs.
13196         (ps-default-foreground): New var.
13197         (ps-printer-name-option): New const.
13199 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
13201         * net/net-utils.el:
13202         (network-connection-host, network-connection-service): New variables
13203         (network-connection-mode): New mode, derived from comint-mode
13204         (network-connection-mode-setup): New function, saves host and
13205         service information in local variables.
13207         * lisp/locate.el:
13208         (locate-word-at-point): Added this function
13209         (locate): Default to using locate-word-at-point as input
13210         Run dired-mode-hook
13212 2000-03-29  Dave Love  <fx@gnu.org>
13214         * calendar/appt.el: Doc fixes.
13215         (appt-check): Convert min-to-app to a string before passing to
13216         appt-disp-window-function or concat.
13217         (appt-delete-window): Remove test for frame-root-window.
13218         (appt-select-lowest-window, appt-convert-time): Simplify.
13220         * emacs-lisp/bytecomp.el: Doc fixes.
13221         (byte-compile-file-form-autoload): Update
13222         byte-compile-function-environment.
13224 2000-03-29  Andreas Schwab  <schwab@suse.de>
13226         * emacs-lisp/autoload.el: Also print defsubst doc string
13227         specially.
13229         * dired.el (dired-insert-directory): If dired-free-space-program
13230         failed just delete its output.
13232 2000-03-29  Dave Love  <fx@gnu.org>
13234         * international/iso-cvt.el: Move provide to end.  Doc fixes.
13235         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13236         (iso-iso2sgml, iso-sgml2iso): New functions.
13237         (iso-cvt-define-menu): Fix some entries and use backquote for
13238         clarity.
13240         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13242 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
13244         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13245         ISO-DATE.  If non-nil, return date in ISO 8601 format.
13247 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
13249         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13250         if it ever becomes used.
13251         (log-edit-mode-hook): Default to vc-log-mode-hook.
13252         (log-edit-mode): Fix the docstring.
13254         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13255         the code.
13257 2000-03-26  Dave Love  <fx@gnu.org>
13259         * net/browse-url.el (browse-url): Re-fix case of
13260         browse-url-browser-function being an alist.
13261         (browse-url): Add :link to defgroup.
13263         * files.el: Doc fixes.
13264         (file-truename): Include `[' in wildcard characters.
13265         (automount-dir-prefix): Customize.
13266         (find-file-wildcards): Add :version.
13267         (find-file-noselect): Simplify a mapcar call.
13269         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13270         compatible with inf-lisp version.
13271         (eval-defun-1): Fix custom-declare-variable case.
13273 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
13275         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13277 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
13279         * Makefile (COMPILE_FIRST): New macro.
13280         (compile-files): Compile files from COMPILE_FIRST first.
13282         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13283         code.
13285         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13286         matching open parenthesis in column 0 to defun-prompt-regexp
13287         only if open-paren-in-column-0-is-defun-start is set.
13289         * sun-curs.el: Require CL at compile-time only.
13291         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13292         instead of copy-list which is a function from CL.
13293         (msb--choose-menu, msb--mode-menu-cond)
13294         (msb--create-buffer-menu-2): Use dolist instead of mapc.
13295         (msb--init-file-alist): Use mapcar instead of mapcan.
13296         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
13297         `(' in column 0 in doc string.
13298         (msb--add-separators): Use mapcar instead of mapcan.
13300         * cus-dep.el: Require CL at compile-time only.
13302 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
13304         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13305         (byte-compile-warnings): New warning `noruntime'.
13306         (byte-compile-constants, byte-compile-variables): Fix docstring.
13307         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13308         execute `eval-whenc-compile's body.
13309         (byte-compile-unresolved-functions): Fix docstring.
13310         (byte-compile-eval): New function.
13311         (byte-compile-callargs-warn): Check if the function will be available
13312         at runtime (via property `byte-compile-noruntime').
13313         (byte-compile-print-syms): New function.
13314         (byte-compile-warn-about-unresolved-functions): Also warn about
13315         `noruntime' functions (and use `byte-compile-print-syms').
13316         (byte-compile-file): Capitalize the message.
13318 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
13320         * mail/rmail.el (rmail-confirm-expunge): New user-option.
13321         (rmail-expunge): Ask for confirmation depending on the setting
13322         of rmail-confirm-expunge.
13324 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
13326         * Makefile (bootstrap-clean): If $(emacs) exists, build
13327         loaddefs.el first.  A loaddefs.el that's not up-to-date might
13328         cause a bootstrap failure because things don't autoload as
13329         expected.
13331 2000-03-23  Dave Love  <fx@gnu.org>
13333         * net/browse-url.el: Restore previous use of
13334         browse-url-maybe-new-window.
13336 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13338         * ps-print.el: Skip banner page fix.
13339         (ps-print-version): New version number (5.1.2).
13340         (ps-begin-file, ps-end-file, ps-generate): Code fix.
13342 2000-03-23  Dave Pearson  <davep@davep.org>
13344         * net/quickurl.el Changed the type of parameter passed to the
13345         function defined by `quickurl-format-function'. Before only the
13346         text of the URL was passed. Now the whole URL structure is passed
13347         and the function is responsible for extracting the parts it
13348         requires.  Changed the default of `quickurl-format-function'
13349         accordingly.
13350         (quickurl-insert): Changed the `funcall' of
13351         `quickurl-format-function' to match the above change.
13352         (quickurl-list-insert): Changed the `url' case so that it makes
13353         use of `quickurl-format-function', previous to this the format was
13354         hard wired.
13356 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
13358         * startup.el: Change some spellings for the X Window System.
13360 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
13362         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13363         up the code and the regexp and make sure the cursor is temporarily
13364         moved to the suspicious line while querying the user.
13366 2000-03-22  Jason Rumney  <jasonr@gnu.org>
13368         * w32-fns.el (w32-charset-info-alist): Initialize.
13370 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13372         * ps-print.el: N-up last page fix.
13373         (ps-print-version): New version number (5.1.1).
13374         (ps-end-file, ps-end-job, ps-generate): Code fix.
13376 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
13378         * files.el (find-file-run-dired): Update docstring.
13379         (find-directory-functions): New hook.
13380         (find-file-noselect): Run find-directory-functions rather than
13381         calling dired directly.
13383         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13385         * pcvs.el: Add a minimal leading commentary.
13386         (cvs-make-cvs-buffer): Change the header part by removing the startup
13387         message and adding a `Module' entry.  Also replace the FOOTER and
13388         HEADER special fileinfos with the new support in ewoc for updating
13389         its own footer and header.
13390         (cvs-update-header): Update to use the header/footer of the ewoc.
13391         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13392         (cvs-is-within-p): New function.
13393         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13394         to only examine some subset of the buffers.
13396         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13397         `format' instead of our own ad-hoc functions.
13398         Remove HEADER and FOOTER cases, now handled in the EWOC.
13399         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13401         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13402         output to avoid scaring the user.
13403         (cvs-parse-table): Catch message for non-up-to-date commits.
13405         * pcvs-defs.el (cvs-startup-message): Remove.
13406         (cvs-global-menu): New autoloaded menu.
13408         * pcvs-util.el (cvs-string-fill): Remove.
13410         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13411         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13412         PP part of it and also make it work for footers and headers.
13413         (ewoc-create): Drop POS and BUFFER arguments.
13414         Use the DLL's dummy node to store the end-of-footer position.
13415         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13416         (ewoc-refresh): Remove unused `header' variable.
13417         (ewoc-(get|set)-hf): New functions.
13419         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13420         log-view-*-(message|file) and use easy-mmode-define-navigation.
13421         (log-view-message-re): Match SCCS format as well.
13422         And match the revision line rather than the dashed separator line.
13423         (log-view-mode): Use the new define-derived-mode.
13424         (log-view-current-tag): Fill in with an actual implementation.
13426         * cvs-status.el (cvs-status-(prev|next)): Rename from
13427         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13428         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13429         to let the output "breathe" a little more (more readable).
13430         (cvs-status-mode): Use the new define-derived-mode.
13432         * smerge-mode.el (smerge-auto-leave): New function and variable.
13433         (smerge-basic-map): Rename from smerge-basic-keymap.
13434         Change the bindings for smerge-diff-*.
13435         (smerge-*-map): Use easy-mmode-defmap.
13436         (smerge-(next|prev)): Use easy-mmode-define-navigation.
13437         (smerge-keep-*): Use smerge-auto-leave.
13439 2000-03-21  Jason Rumney  <jasonr@gnu.org>
13441         * cus-edit.el (custom-button-face): Use 3D look for w32.
13442         (custom-button-pressed-face): Likewise.
13444 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
13446         * progmodes/etags.el (tags-case-fold-search): New user-option.
13447         (tags-loop-eval): New function.  Bind case-fold-search around eval
13448         depending on the value of tags-case-fold-search.
13449         (tags-loop-continue): Use tags-loop-eval.
13450         (find-tag-in-order): Bind case-fold-search depending on the value
13451         of tags-case-fold-search.
13453 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
13455         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13456         (diff-end-of-hunk): Return the end position for use in
13457         `easy-mmode-define-navigation'.
13458         (diff-recenter): Remove.
13459         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13460         of `easy-mmode-define-navigation'.
13461         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13462         previous renaming) and fix to use new names.
13463         (diff-merge-strings): Use \n as separator: simpler, faster.
13464         (diff-mode): Use `define-derived-mode'.
13466         * derived.el (define-derived-mode): Don't autoload anymore.
13467         Prefer the macro-only version provided by easy-mmode.el.
13469         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13470         `easy-mmode-define-derived-mode'.
13471         Use `combine-run-hooks'.
13472         (easy-mmode-define-navigation): New macro.
13474         * subr.el (combine-run-hooks): New function.
13476 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
13478         * term/x-win.el: Fontsets related initialization is simplified.
13480         * international/mule-diag.el (describe-font): Don't refer to
13481         global-fontset-alist, instead call font-list.
13482         (describe-fontset, list-fontsets, mule-diag): Likewise.
13483         (print-fontset): Adjusted for the change of fontset
13484         implementation.
13486         * international/fontset.el (x-charset-registries): Variable
13487         removed, instead the corresponding data is stored in the default
13488         fontset.
13489         (register-alternate-fontnames): Function removed.
13490         (resolved-ascii-font): Variable removed.
13491         (x-compose-font-name): Ignore the second argument REDOCE.
13492         (x-complement-fontset-spec): Complement only an ASCII font and
13493         element for those charsets than can use that ASCII font.
13494         (generate-fontset-menu): Don't refer to global-fontset-alist,
13495         instead call fontset-list.
13496         (uninstantiated-fontset-alist): Variable removed.
13497         (x-style-funcs-alist): Likewise.
13498         (fontset-default-styles): Likewise.
13499         (x-modify-font-name): Function removed.
13500         (create-fontset-from-fontset-spec): Ignore the argument
13501         STYLE-VARIANT.
13502         (create-fontset-from-ascii-font): Docsting adjusted for the above
13503         change.
13504         (instantiate-fontset, resolve-fontset-name): Functions removed.
13505         (fontset-list): Now implemented by C code.
13507         * faces.el (read-face-font): Fix TABLE arg to completing-read.
13508         (describe-face): Include `font' attribute in the description.
13510 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
13512         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13514 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
13516         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13517         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13518         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13520         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13521         about behavior of set-buffer-modified-p wrt redisplay.
13523 2000-03-19  Richard M. Stallman  <rms@gnu.org>
13525         * view.el (view-mode-disable): Kill local binding of view-read-only.
13527 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
13529         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13530         is a string, convert it to a syntax cell using string-to-syntax.
13532         * simple.el (syntax-code-table, syntax-flag-table): New variables.
13533         (string-to-syntax): New function.
13535         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13536         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13537         try to use passive ftp mode.
13539 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
13541         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13543         * simple.el (append-to-buffer): Update point of windows after
13544         insertion.
13546         * abbrev.el (inverse-add-abbrev): Identify word by first moving
13547         forward then moving backward.  Reindent.
13549         * frame.el (other-frame): Call x-focus-frame only if
13550         focus-follows-mouse is off.
13552 2000-03-17  Dave Love  <fx@gnu.org>
13554         * pcvs-util.el (cvs-strings->string): Rename
13555         replace-regexps-in-string.
13557 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
13559         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13560         regexp for labels cannot span several lines.
13562         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13563         `(setq :<key> ':<key>)' to the macro expansion.
13565 2000-03-16  Dave Love  <fx@gnu.org>
13567         * progmodes/f90.el (f90): Put custom group under `languages', not
13568         `fortran'.
13569         (f90-mode-hook): Customize.
13570         (f90-mode): Set add-log-current-defun-function.
13571         (f90-current-defun): New function.
13573 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
13575         * cus-edit.el (custom-variable-tag-face): Handle case that
13576         default face's height is not a number.
13577         (custom-face-tag-face, custom-group-tag-face-1)
13578         (custom-group-tag-face): Ditto.
13579         (custom-group-tag-face-1): Add :group.
13581         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13583 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
13585         * pcvs-defs.el (toplevel): Remove autoload cookie for form
13586         requiring easymenu.
13588 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13590         * ps-print.el: PostScript user-defined prologue, PostScript error
13591         handler, doc fix.
13592         (ps-print-version): New version number (5.1).
13593         (ps-user-defined-prologue, ps-error-handler-message)
13594         (ps-print-prologue-0, ps-error-handler-alist): New vars.
13595         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13596         (ps-insert-string): New function.
13598 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
13600         * international/ccl.el (ccl-compile-expression): Don't generate
13601         invalid self-assignment code.
13603 2000-03-14  Dave Love  <fx@gnu.org>
13605         * subr.el (replace-regexp-in-string): Renamed from
13606         replace-regexps-in-string.  Doc fix.
13608 2000-03-12  Dave Love  <fx@gnu.org>
13610         * cus-edit.el: Doc fixes.
13611         (customize-set-variable, customize-save-variable): Rename args for
13612         doc.
13613         (custom-variable-tag-face, custom-face-tag-face)
13614         (custom-group-tag-face-1, custom-group-tag-face): Modify from
13615         style which user identify as hyperlink.
13616         (hook): Don't add undefined functions to the hook.
13617         (debug-ignored-errors): Transfer message from bindings.el.
13619 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13621         * recentf.el (recentf-keep-non-readable-files-p): Remove
13622         double/nested definition.
13624 2000-03-12  Dave Love  <fx@gnu.org>
13626         * facemenu.el (facemenu-get-face): Use display-color-p.
13627         * enriched.el (enriched-decode-foreground): Likewise.
13628         (enriched-decode-background): Likewise.
13629         * isearch.el (isearch-highlight): Likewise.
13630         * info-look.el (info-lookup): Likewise.
13631         * simple.el (completion-setup-function): Likewise.
13633         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13634         :options.
13636         * bindings.el (mode-line-format): Fix line-number and
13637         column-number items.  Add help-echo for the background.
13638         (mode-line-mule-info): Modify help-echo.
13640         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13642         * files.el (load-file): Allow completion to .elc.
13644         * man.el: Doc fixes.
13645         (Man-init-defvars): Use display-color-p to set fontification.
13647         * play/hanoi.el (hanoi-internal): Don't use oddp.
13649 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13651         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13653         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13655 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13657         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13658         Fix comment.
13660 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
13662         * font-lock.el (font-lock-keywords): Fix the doc now that
13663         regexp-opt-depth is unnecessary.
13664         (save-buffer-state): Set an edebug spec.
13665         (font-lock-fontify-anchored-keywords): Properly handle the case when
13666         the matcher goes past the limit.
13668         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13669         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13671         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
13672         dll.el and cookie.el (from Elib) with heavy renaming and other
13673         massaging.
13675         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13676         Autoload the functions used.
13677         (easy-mmode-define-syntax): Fix CL typo.
13678         (easy-mmode-define-derived-mode): Improve the docstring generation.
13680 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
13682         * textmodes/texinfo.el (texinfo-version): Variable and function
13683         removed.
13685 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
13687         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13688         allow more flexibility.
13689         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13690         fns.
13691         (easy-mmode-defmap, easy-mmode-defsyntax)
13692         (easy-mmode-define-derived-mode): New macros.
13694 2000-03-09  Didier Verna  <didier@xemacs.org>
13696         * rect.el (replace-rectangle): New function.
13698 2000-03-09  Dave Love  <fx@gnu.org>
13700         * progmodes/fortran.el (fortran-comment-line-start): Define as
13701         "C".
13702         (fortran-comment-line-start-skip): Don't match cpp stuff.
13703         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
13704         (fortran-mode-map): Remove over-eager custom-menu-create for now.
13705         (fortran-mode): Don't set fortran-comment-line-start-skip,
13706         fortran-comment-line-start here.  Set comment-start,
13707         add-log-current-defun.
13708         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13709         (fortran-current-defun): New function.
13711 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
13713         * emacs-lisp/re-builder.el: New file.
13715         * mouse.el (mouse-drag-region): Don't run up-event handler
13716         if hscroll has changed.
13718         * octave-mod.el (octave-font-lock-keywords): To font-lock the
13719         builtin operators, use `font-lock-builtin-face' for Emacs and
13720         `font-lock-preprocessor-face' otherwise.
13722         * font-lock.el (lisp-font-lock-keywords-1): Highlight
13723         `(defun (setf foo)' differently.
13725 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
13727         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13728         (regexp-opt): Update comment and adapt the code the new meaning of
13729         the `paren' argument of regex-opt-group for shy-groups.
13730         (regexp-opt-depth): Handle shy groups as well as backslashed
13731         backslashes.
13732         (regexp-opt-group): Turn the leading comment into a docstring.
13733         Allow `paren' to be a string (the string to use to open a group).
13734         Remove open-presuf and close-presuf.  Instead of checking for `all
13735         one-char' and then later on check for `several one-char', handle
13736         both cases close together.  Also apply a more generic algorithm
13737         for suffixes (the mirror image of the algorithm used for
13738         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
13739         (regexp-opt-try-suffix): Removed.
13741         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13742         from comint-mode-map, so we can just inherit from it.  Also, move
13743         the initialization into the `defvar' since there's no docstring
13744         anyway and it's fairly short.
13745         (inferior-scheme-mode): Define it as derived-mode: the code is
13746         shorter and this way we inherit from comint-mode-map rather than
13747         copying it.
13749         * subr.el (replace-regexps-in-string): Properly handle the case
13750         where we match an empty string.
13752         * comint.el (comint-exec-1): Add the current-dir to the exec-path
13753         when the command has a directory component (such as "./testml").
13754         Also fix a typo in the comment.
13756 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
13758         * Makefile (compile-files): Compile files one by one because
13759         that's the only way to ensure a clean compilation environment for
13760         each individual file.
13762         * frame.el (other-frame): Call x-focus-frame.
13764 2000-03-07  Dave Love  <fx@gnu.org>
13766         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13767         :require to defcustom.
13769         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13770         lists.
13772         * files.el (auto-mode-alist): Add configure.in.
13774         * progmodes/autoconf.el: New file.
13776 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
13778         * mail/mh-e.el: Change maintainer to `none'.
13780         * recentf.el (recentf-keep-non-readable-files-p): Quote args
13781         to remove-hook and add-hook.
13783 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
13785         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13786         it as the default.
13787         (mail-send): Test mail-send-nonascii also for the new `mime' value.
13788         (sendmail-send-it): Conditionally add MIME headers specifying the
13789         used character set.
13791 2000-03-07  Dave Love  <fx@gnu.org>
13793         * winner.el: Fix keywords, autoload cookies.  Split
13794         eval-when-compile form to avoid compilation failure.
13796 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
13798         * international/mule.el: Modify comment about coding system
13799         property `coding-category'.
13800         (make-coding-system): New argument EOL-TYPE.  Pay attention to
13801         coding-category property of PROPERTIES.
13803         * international/mule-conf.el (coding-category-utf-8,
13804         coding-category-utf-16-be, coding-category-utf-16-le): New coding
13805         categories.  Include them in the argument for set-coding-priority.
13807         * international/mule-cmds.el (reset-language-environment): Include
13808         coding-category-utf-8, coding-category-utf-16-be, and
13809         coding-category-utf-16-le in the argument for set-coding-priority.
13810         (reset-language-environment): Initialize coding-category-utf-8,
13811         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13813 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
13815         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13816         code abstracted out of `bookmark-jump-noselect'.  Now tries info
13817         extensions as well as compression extensions.
13818         (bookmark-jump-noselect): Use above new func.
13820 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
13822         * strokes.el: Change maintainer's mail address.
13824 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
13826         * international/mule-diag.el (list-character-sets): Make help-echo
13827         string by substitute-command-keys.
13828         (list-character-sets): Likewise.
13829         (sort-listed-character-sets): Call help-setup-xref.
13831 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
13833         * time.el (display-time-mail-file): Add `none' to the list of
13834         choices.
13836 2000-03-01  Dave Love  <fx@gnu.org>
13838         * help.el (help-xref-go-back): Don't try to set position.
13840         * international/mule-diag.el (list-character-sets): Call
13841         help-setup-xref.  Add help-echo to xrefs.
13842         (list-character-sets-1): Add help-echo to xrefs.
13844 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
13846         * frame.el (blink-cursor-mode): Switch cursor on when turning
13847         the mode off.
13849         * add-log.el (add-log-current-defun): Add support for
13850         Autoconf mode.
13852         * mail/rmail.el (rmail-quit-hook): New variable.
13854 2000-03-01  Dave Love  <fx@gnu.org>
13856         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13858         * help.el (help-xref-button): Add help-echo arg.
13859         (describe-function-1, describe-variable, help-make-xrefs): Use it.
13861         * faces.el (list-faces-display): Supply help-echo with
13862         help-make-xrefs.
13864         * facemenu.el (list-text-properties-at): Set help-xref-stack to
13865         nil.
13867 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
13869         * image.el (defimage): Look for image files in load-path.
13871         * frame.el (busy-cursor-delay-seconds): Change type to
13872         `number'.
13874 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13876         * recentf.el (recentf): Added version tag to the defgroup of
13877         recentf.
13879 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13881         * recentf.el (recentf-cleanup): Changed to remove excluded file
13882         too.
13883         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13884         action to select/unselect a file.
13885         (recentf-edit-list): Code cleanup and improvement.
13886         (recentf-open-more-files-action): `recentf-open-more-files' button
13887         widget action to open a file.
13888         (recentf-open-more-files): No more use standard completion but
13889         widgets.
13890         (recentf-more-collection): Deleted.
13891         (recentf-more-history): Deleted.
13892         (recentf-setup-more-completion): Deleted.
13894 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13896         * recentf.el (recentf-mode): No more needs that Emacs is running
13897         under a window-system.
13899 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13901         * recentf.el (recentf-edit-list): New command to edit the recent
13902         list which allow the user to remove files.
13903         (recentf-edit-selected-items): New global variable, used by
13904         `recentf-edit-list' to hold the list of files to be removed from
13905         the recent list.
13906         (recentf-make-menu-items): Updated to display a "Edit list..."
13907         menu item.  Minor code cleanup.
13909 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13911         * recentf.el (recentf-open-more-files): New command to open files
13912         that are not displayed in the menu.
13913         (recentf-more-collection): New global variable holding the set of
13914         permissible completions used by `recentf-open-more-files'.
13915         (recentf-more-history): New global variable holding the history list
13916         used by `recentf-open-more-files' completion.
13917         (recentf-setup-more-completion): New function to setup completion for
13918         `recentf-open-more-files'.
13919         (recentf-make-menu-items): Updated to display a "More..." menu item.
13921 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13923         * recentf.el (recentf-menu-action): Doc fixed.
13925 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13927         * recentf.el (recentf-menu-filter): Doc updated.
13928         (recentf-update-menu-hook): Allow menu filters to force menu update.
13929         (recentf-make-menu-items): New menu filter handling.
13930         (recentf-make-menu-item): New helper function.
13931         (recentf-menu-elements): New menu handling function.
13932         (recentf-sort-ascending): Updated to new menu filter handling.
13933         (recentf-sort-descending): Updated to new menu filter handling.
13934         (recentf-sort-basenames-ascending): New menu filter function.
13935         (recentf-sort-basenames-descending): New menu filter function.
13936         (recentf-show-basenames): New menu filter function.
13937         (recentf-show-basenames-ascending): New menu filter function.
13938         (recentf-show-basenames-descending): New menu filter function.
13940 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13942         * diary-lib.el (list-diary-entries): Don't try to go forward at
13943         the end of the buffer.
13945 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
13947         * international/mule-diag.el (list-character-sets): Completely
13948         rewritten.
13949         (sort-listed-character-sets): New function.
13950         (list-character-sets-1): Completely rewritten.
13951         (list-character-sets-2): New function.
13952         (non-iso-charset-alist): New variable.
13953         (decode-codepage-char): New function.
13954         (charset-history): New variable.
13955         (read-charset) (list-block-of-chars)
13956         (list-iso-charset-chars)
13957         (list-non-iso-charset-chars)
13958         (list-charset-chars): New functions.
13959         (mule-diag): Call list-character-sets-2, not
13960         list-character-sets-2.
13961         (dump-charsets): Likewise.
13963 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
13965         * dired-x.el (dired-filename-at-point): Add `@' to valid
13966         file name characters.
13967         (dired-filename-at-point): Handle ange-ftp file names.
13969         * frame.el (frame-notice-user-settings): Use assq-delete-all
13970         instead of assoc-delete-all.
13971         (frame-notice-user-settings): Ditto.
13973         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13974         Don't copy alist.
13976 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
13978         * calculator.el (calculator-use-menu): New option.
13979         (calculator-initial-bindings): Changed some bindings to work as
13980         macros.
13981         (calculator-forced-input): Removed.
13982         (calculator-restart-other-mode): New variable.
13983         (calculator-mode-map): Set up menu.
13985 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
13987         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13988         tags.
13990 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
13992         * viper-cmd.el (viper-envelop-ESC-key): added the option to
13993         translate all ESC key sequences.
13994         (viper-goto-mark-subr): restore markers for files for which
13995         they were saved.
13996         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13997         * viper-util.el (viper-set-replace-overlay-glyphs,
13998         viper-set-replace-overlay): always check if the replacement
13999         overlay is live.
14000         * viper.el (viper-vi-state-mode-list): added major modes.
14001         * ediff-wind.el: minor comment changes.
14002         * ediff.el: copyright notice date fix.
14004 2000-02-27  Jason Rumney  <jasonr@gnu.org>
14006         * faces.el (face-font-family-alternatives): Add arial to helv.
14007         (mode-line, header-line, tool-bar): Same default as x for w32.
14008         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14009         face-font-family-alternatives from working.
14010         * term/w32-win.el (mouse-set-font): Do not build fontset from
14011         chosen font.
14013 2000-02-25  Sam Steingold  <sds@goems.com>
14015         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14016         properly.
14018 2000-02-25  Richard M. Stallman  <rms@gnu.org>
14020         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14022 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
14024         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14025         writable.
14027         * frame.el (busy-cursor-delay-seconds): New option.
14029 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
14031         * frame.el (show-cursor-in-non-selected-windows): New option.
14033 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14035         * diary-lib.el (include-other-diary-files): Undo the selective
14036         display in any included file and don't kill it.
14038 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
14040         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14041         bar.  Menu items converted to (menu-item format, help strings
14042         added.
14043         [downcase, upcase]: Don't enable on MS-DOS.
14044         [symlink, symlinks]: Don't show if make-symbolic-link is not
14045         bound.
14046         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14048 2000-02-23  Dave Love  <fx@gnu.org>
14050         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14051         (backward-kill-word): Revert addition of * to interactive spec --
14052         it's a feature.
14054         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14055         (backward-kill-sentence, kill-sentence): Likewise.
14057         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14058         scratch buffer name.
14059         (gud-format-command): Use int-to-string in ?l case.  Simplify
14060         slightly.
14062         * term/w32-win.el (internal-face-interactive): Update prompt for
14063         new read-face-name.
14065         * mail/footnote.el (footnote): Add :version to defgroup.
14066         (footnote-section-tag-regexp): Customize.
14067         (footnote-start-tag, footnote-end-tag): New option.
14068         (footnote-latin-regexp): New variable.
14069         (Footnote-latin): New function.
14070         (footnote-style-alist): Add element for latin style.
14071         (footnote-style): Moved.
14072         (Footnote-goto-footnote): Use eq to test arg.
14074         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14076         * emacs-lisp/byte-opt.el: Change old backquote syntax.
14077         (byte-compile-trueconstp): Include keywords.
14078         (byte-optimize-quote, byte-optimize-lapcode): Use
14079         byte-compile-const-symbol-p.
14080         (byte-optimize-char-before): New optimization.
14082         * emacs-lisp/bytecomp.el: Change old backquote syntax.
14083         (byte-compile-const-symbol-p): New function.
14084         (byte-compile-constp, byte-compile-out-toplevel)
14085         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14086         Use it.
14088         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
14090 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
14092         * international/encoded-kb.el: Be sure to update minor-mode-alist
14093         and minor-mode-map-alist.
14094         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14095         codes SS2 and SS3 correctly.
14096         (encoded-kbd-self-insert-ccl): New function.
14097         (encoded-kbd-setup-keymap): New function.
14098         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
14099         by calling encoded-kbd-setup-keymap.
14101         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14102         characters.
14103         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14104         locally.
14106 2000-02-22  Dave Love  <fx@gnu.org>
14108         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14109         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14110         defvar.
14111         (lisp-mode-syntax-table): Set up for #|...|# comments.
14112         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
14113         classes.  Match `defface'.
14114         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14115         (eval-defun-1): Fix for defcustom.
14116         (lisp-indent-region): Doc fix.
14118         * subr.el (when, unless, split-string): Doc fix.
14119         (read-passwd): Move call of clear-this-command-keys to the right
14120         place.
14121         (replace-regexps-in-string): New function.
14123 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
14125         * help.el (describe-variable): Set syntax table to
14126         emacs-lisp-mode-syntax-table when moving forward over the
14127         symbol's name.
14129 2000-02-22  Dave Love  <fx@gnu.org>
14131         * xt-mouse.el: Doc fixes.
14132         (xterm-mouse-position-function): New function, replacing advice of
14133         mouse-position.
14134         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
14136         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14138 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
14140         * format.el (format-annotate-single-property-change): Handle
14141         properties.with dotted-list values.
14142         (format-proper-list-p): New function.
14144         * enriched.el (enriched-face-ans): Handle '(foreground-color
14145         . COLOR) and (background-color . COLOR).
14147 2000-02-20  Dave Love  <fx@gnu.org>
14149         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14150         and assignments to it.
14151         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14152         current local map.
14153         (make-flyspell-overlay): Use it.
14154         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14156         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14157         (lm-get-header-re): Defun, not defsubst.
14158         (lm-get-package-name): Defun, not defsubst.  Simplify.
14159         (lm-version): Doc fix.  Simplify.
14160         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14161         (lm-crack-address, lm-last-modified-date, lm-commentary)
14162         (lm-verify, lm-synopsis): Simplify.
14163         (lm-report-bug): Require emacsbug.  Use compose-mail.
14165 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
14167         * dired.el (dired-mode): Call propertized-buffer-identification
14168         to set mode-line-buffer-identification to something having
14169         the right text properties.
14171         * bindings.el (propertized-buffer-identification): New function.
14173 2000-02-20  Dave Love  <fx@gnu.org>
14175         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14176         check for t-mouse too.
14178         * cus-start.el: Make echo-keystrokes `number'.
14180 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
14182         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14183         Don't call ring-empty-p unless tags-location-ring is bound.
14184         From Noah Friedman <friedman@splode.com>.
14186 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
14188         * progmodes/hideshow.el (hs-flag-region): No longer use
14189         `intangible' overlay property.
14191         (hs-toggle-hiding): New command.
14192         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14194         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14195         Fix omission bug: Run `hs-minor-mode-hook' for both activation
14196         and deactivation.
14198 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
14200         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14202 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
14204         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14206         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14207         of `*' to handle `(* ... *)' comments.
14209 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
14211         * faces.el (list-faces-display): Use display-mouse-p instead of
14212         window-system.
14214         * menu-bar.el (global-map): Menu-bar items converted to the new
14215         format (menu-item..., rearranged for better CUA compliance, and
14216         their names changed for better clarity.  Help strings added.
14218         * international/mule-cmds.el (mule-menu-keymap)
14219         (describe-language-environment-map, set-coding-system-map)
14220         (setup-language-environment-map): Convert to new (menu-item...
14221         form, add help strings.  Change names of menu items for better
14222         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
14223         submenu).
14225 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
14227         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14228         within the code.
14230 2000-02-16  Dave Love  <fx@gnu.org>
14232         * faces.el: Don't require custom.  Add more specific :groups to
14233         various deffaces.
14234         (set-face-attribute): Purecopy args.
14235         (read-face-name): Default to name at point and use it in prompt.
14236         Remove colon from arg in all callers.
14237         (list-faces-display): Hyperlink to face descriptions and customize
14238         buffers.
14240 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
14242         * wid-edit.el (widget-match-inline): An atom never matches a
14243         list.
14245 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14247         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14248         at ':' characters by call to split-string.
14250 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14252         * textmodes/bibtex.el: Added RCS version identification.
14254 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14256         * textmodes/bibtex.el: Some temporary comments removed.
14257         (bibtex-field-name, bibtex-entry-type): Made the relationship
14258         explicit.
14259         (bibtex-field-const): Allow capital letters.
14260         (bibtex-start-of-string): Deleted because unused.
14262         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
14263         use the term 'reference' to describe a bibtex entry as a whole.
14264         Further, reference keys are no longer called 'labels'.
14265         (bibtex-keys): Renamed to bibtex-reference-keys.
14266         (bibtex-reformat-previous-labels): Renamed to
14267         bibtex-reformat-previous-reference-keys.
14268         (bibtex-reference-type): Renamed to bibtex-entry-type.
14269         (bibtex-reference-head): Renamed to bibtex-entry-head.
14270         (bibtex-reference-maybe-empty-head): Renamed to
14271         bibtex-entry-maybe-empty-head.
14272         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14273         (bibtex-search-reference): Renamed to bibtex-search-entry.
14274         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14275         bibtex-enclosing-entry-maybe-empty-head.
14276         (bibtex-entry-field-alist, bibtex-entry-head,
14277         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14278         bibtex-map-entries, bibtex-search-entry,
14279         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14280         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14281         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14282         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14283         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14284         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14285         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14287 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14289         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14290         comment.
14291         (bibtex-format-field-delimiters): New function, functionality
14292         extracted from bibtex-format-entry.
14293         (bibtex-autokey-get-yearfield-digits): New function, functionality
14294         extracted from bibtex-autokey-get-yearfield.
14296         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14297         entries in order to avoid stack overflow in the regexp matcher if
14298         field contents become large.
14299         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14300         bibtex-field-string-part-not-braced,
14301         bibtex-field-string-part-no-inner-braces,
14302         bibtex-field-string-part-1-inner-brace,
14303         bibtex-field-string-part-2-inner-braces,
14304         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14305         bibtex-field-string-quoted, bibtex-field-string,
14306         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14307         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14308         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14309         as parsing is now performed by the following functions.
14310         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14311         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14312         bibtex-parse-field-string, bibtex-search-forward-field-string,
14313         bibtex-parse-association, bibtex-field-name-for-parsing,
14314         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14315         bibtex-search-forward-field, bibtex-search-backward-field,
14316         bibtex-start-of-field, bibtex-end-of-field,
14317         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14318         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14319         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14320         bibtex-parse-string, bibtex-search-forward-string,
14321         bibtex-search-backward-string, bibtex-start-of-string,
14322         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14323         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14324         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14325         entries.  Instead of reporting the results of the parsing by
14326         match-beginning or match-end, these functions return data structures
14327         that hold the corresponding positions.
14328         (bibtex-enclosing-field): Changed to also report field boundaries by
14329         return values rather than by match-beginning or match-end.  The
14330         following functions have been adapted to use the new parsing
14331         functions.
14332         (bibtex-skip-to-valid-entry, bibtex-search-reference,
14333         bibtex-enclosing-field, bibtex-format-entry,
14334         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14335         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14336         bibtex-print-help-message, bibtex-end-of-entry,
14337         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14338         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14339         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14340         method for parsing.
14341         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14342         bibtex-map-entries, bibtex-flash-head,
14343         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14344         bibtex-autokey-change, bibtex-autokey-get-namefield,
14345         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14346         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14347         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14348         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14349         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14350         order to make the new binding of case-fold-search immediately
14351         visible.
14353 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14355         * textmodes/bibtex.el: Copyright notice is up to date.
14356         Added constant 'bibtex-maintainer-salutation.
14358         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14359         than make-temp-name, use match-string-no-properties and eliminate
14360         a quadratic behavior when building bibtex-strings.
14362         * bibtex.el (bibtex-reference-key): Accept string entries whose
14363         reference key contains upper case letters.
14365 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14367         * bibtex.el (bibtex-reference-head): Allow entries to start with
14368         a new line.
14370 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14372         * bibtex.el: Hiding of entry bodies is not longer provided by
14373         bibtex.el directly.  Instead the hideshow package can be used.
14374         Added a special bibtex entry to hs-special-modes-alist.
14375         (bibtex-hs-forward-sexp): Added for hideshow.el.
14377 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14379         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14380         at ':' characters by call to split-string.
14382 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14384         * textmodes/bibtex.el: Added RCS version identification.
14386 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14388         * textmodes/bibtex.el: Some temporary comments removed.
14389         (bibtex-field-name, bibtex-entry-type): Made the relationship
14390         explicit.
14391         (bibtex-field-const): Allow capital letters.
14392         (bibtex-start-of-string): Deleted because unused.
14394         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
14395         use the term 'reference' to describe a bibtex entry as a whole.
14396         Further, reference keys are no longer called 'labels'.
14397         (bibtex-keys): Renamed to bibtex-reference-keys.
14398         (bibtex-reformat-previous-labels): Renamed to
14399         bibtex-reformat-previous-reference-keys.
14400         (bibtex-reference-type): Renamed to bibtex-entry-type.
14401         (bibtex-reference-head): Renamed to bibtex-entry-head.
14402         (bibtex-reference-maybe-empty-head): Renamed to
14403         bibtex-entry-maybe-empty-head.
14404         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14405         (bibtex-search-reference): Renamed to bibtex-search-entry.
14406         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14407         bibtex-enclosing-entry-maybe-empty-head.
14408         (bibtex-entry-field-alist, bibtex-entry-head,
14409         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14410         bibtex-map-entries, bibtex-search-entry,
14411         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14412         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14413         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14414         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14415         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14416         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14417         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14419 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14421         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14422         comment.
14423         (bibtex-format-field-delimiters): New function, functionality
14424         extracted from bibtex-format-entry.
14425         (bibtex-autokey-get-yearfield-digits): New function, functionality
14426         extracted from bibtex-autokey-get-yearfield.
14428         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14429         entries in order to avoid stack overflow in the regexp matcher if
14430         field contents become large.
14431         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14432         bibtex-field-string-part-not-braced,
14433         bibtex-field-string-part-no-inner-braces,
14434         bibtex-field-string-part-1-inner-brace,
14435         bibtex-field-string-part-2-inner-braces,
14436         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14437         bibtex-field-string-quoted, bibtex-field-string,
14438         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14439         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14440         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14441         as parsing is now performed by the following functions.
14442         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14443         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14444         bibtex-parse-field-string, bibtex-search-forward-field-string,
14445         bibtex-parse-association, bibtex-field-name-for-parsing,
14446         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14447         bibtex-search-forward-field, bibtex-search-backward-field,
14448         bibtex-start-of-field, bibtex-end-of-field,
14449         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14450         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14451         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14452         bibtex-parse-string, bibtex-search-forward-string,
14453         bibtex-search-backward-string, bibtex-start-of-string,
14454         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14455         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14456         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14457         entries.  Instead of reporting the results of the parsing by
14458         match-beginning or match-end, these functions return data structures
14459         that hold the corresponding positions.
14460         (bibtex-enclosing-field): Changed to also report field boundaries by
14461         return values rather than by match-beginning or match-end.  The
14462         following functions have been adapted to use the new parsing
14463         functions.
14464         (bibtex-skip-to-valid-entry, bibtex-search-reference,
14465         bibtex-enclosing-field, bibtex-format-entry,
14466         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14467         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14468         bibtex-print-help-message, bibtex-end-of-entry,
14469         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14470         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14471         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14472         method for parsing.
14473         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14474         bibtex-map-entries, bibtex-flash-head,
14475         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14476         bibtex-autokey-change, bibtex-autokey-get-namefield,
14477         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14478         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14479         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14480         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14481         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14482         order to make the new binding of case-fold-search immediately
14483         visible.
14485 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14487         * textmodes/bibtex.el: Copyright notice is up to date.
14488         Added constant 'bibtex-maintainer-salutation.
14490         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14491         than make-temp-name, use match-string-no-properties and eliminate
14492         a quadratic behavior when building bibtex-strings.
14494         * bibtex.el (bibtex-reference-key): Accept string entries whose
14495         reference key contains upper case letters.
14497 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14499         * bibtex.el (bibtex-reference-head): Allow entries to start with
14500         a new line.
14502 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14504         * bibtex.el: Hiding of entry bodies is not longer provided by
14505         bibtex.el directly.  Instead the hideshow package can be used.
14506         Added a special bibtex entry to hs-special-modes-alist.
14507         (bibtex-hs-forward-sexp): Added for hideshow.el.
14509 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14511         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14512         proceedings entry type (for cross referencing). Thanks to Wagner
14513         Toledo Correa for the suggestion.
14515         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14517 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
14519         * international/characters.el: Setup case table for Vietnamese.
14521 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
14523         * uniquify.el (toplevel): Require CL at compile time.
14524         (uniquify-push): Removed.
14526         * shadowfile.el (shadow-when): Removed.
14528         * tempo.el (tempo-dolist, tempo-mapc): Removed.
14529         (tempo-process-and-insert-string): Use dolist instead of
14530         tempo-dolist.
14532         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14533         regexp for paragraph-start.
14535         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14536         commas as well.
14538 2000-02-10  Dave Love  <fx@gnu.org>
14540         * wid-edit.el: (widgets) [defgroup]: Remove url link.
14541         (widget-color-choice-list, widget-color-history, widget-mouse-help):
14542         Deleted.
14543         (widget-specify-field, widget-specify-button): Don't use
14544         widget-mouse-help as help-echo property.
14545         (default): Use #'ignore for :validate and :mouse-down-action.
14546         (checkbox): Add help-echo.
14547         (widget-sexp-validate): Rewritten to clarify error messages.
14548         (character): Use char-valid-p in :match function.
14549         (widget-color-complete): Use facemenu-color-alist.
14550         (widget-color-action): Use facemenu-read-color.
14552         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
14553         set up `caar' &c that we now have.
14555 2000-02-09  Ray Blaak  <blaak@gnu.org>
14557         * delphi.el: Make resourcestring a declaration region, like const
14558         and var.
14560 2000-02-09  Dave Love  <fx@gnu.org>
14562         * bindings.el (mode-line-input-method-map): New variable.
14563         (mode-line-mule-info): Use it; fix last change.
14564         (mode-line-mode-menu): Move definition.
14565         (mode-line-mouse-sensitive-p): Deleted.
14566         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14567         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
14568         level.
14570         * startup.el (command-line-1): Don't call
14571         make-mode-line-mouse-sensitive.
14573 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
14575         * mail/rmail.el (rmail-retry-failure): Use
14576         rmail-beginning-of-message before rmail-toggle-header, because the
14577         former toggles headers.
14579 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
14581         * diff-mode.el (diff-kill-junk): New interactive function.
14582         (diff-reverse-direction): Use delete-and-extract-region.
14583         (diff-post-command-hook): Restrict the area so that the hook also works
14584         outside of any diff hunk.  This is necessary for the minor-mode.
14585         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14586         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14588         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14589         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14590         so that it can be used more easily in <foo>-mode-hook.  Also make sure
14591         to avoid duplicate entries.
14592         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14593         (font-lock-remove-keywords): Just as was done for `add', allow it to
14594         work even if font-lock-mode is nil.  Also make sure we don't modify
14595         any pre-existing list by forcing a copy-sequence.  Finally rename
14596         `major-mode' to `mode'.
14597         (font-lock-fontify-syntactic-anchored-keywords)
14598         (font-lock-fontify-anchored-keywords)
14599         (font-lock-fontify-keywords-region): Use line-end-position.
14600         Don't make `font-lock-multiline' local (it's now done in
14601         font-lock-set-defaults).
14602         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
14603         move the `font-lock-fontified' creation to inside the `unless'.
14605 2000-02-06  Andrew Innes  <andrewi@gnu.org>
14607         * term/w32-win.el (x-handle-args): Comment out call to message,
14608         which occurs before window system is initialized.
14610         * makefile.nt: Add support for recompiling lisp code.
14612 2000-02-04  Dave Love  <fx@gnu.org>
14614         * bindings.el (mode-line-mule-info): Fix/extend last change.
14616         * completion.el: Replace completion-dolist with dolist.
14618         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14619         dotimes.
14621 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14623         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14624         environment names before they go into the section regexp.
14626         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14627         char class in regexp.
14629         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14630         `case-fold-search' to nil.
14632         * progmodes/idlwave.el (idlwave-template): Respect
14633         `idlwave-abbrev-change-case'.
14634         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14635         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14636         idlwave-while): respect `idlwave-reserved-word-upcase'.
14637         (idlwave-rw-case): New function.
14638         (idlwave-statement-match): Fixed problem with assignment regexp.
14639         (idlwave-font-lock-keywords): Improved regexp for keyword
14640         parameters.
14641         (idlwave-surround): New argument LENGTH to support padding of
14642         operators longer than 1 char.
14644         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14645         idlwave-shell-expression-overlay.  Implemented printing of
14646         expressions on higher levels of the calling stack.
14647         (idlwave-shell-display-level-in-calling-stack): Restore stack
14648         level.
14649         (idlwave-retrieve-expression-from-level): New function.
14650         (idlwave-shell-last-calling-stack): Variable removed.
14651         (idlwave-shell-reset): Argument action reversed (`visible' to
14652         `hidden').  Also remove stop-line overlay.
14653         (idlwave-shell-calling-stack-routine): New variable.
14654         (idlwave-shell-parse-stack-and-display): Messages now display
14655         negative level numbers.
14656         (idlwave-shell-mode): Set `modeline-format'.
14657         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14658         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14659         21.
14660         (idlwave-shell-print-expression-function): New option.
14662         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14663         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14664         `tool-bar' instead of `toolbar'.
14666 2000-02-02  Dave Love  <fx@gnu.org>
14668         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14669         emacs-lisp-mode-hook.  Don't check for defalias being defined.
14671         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14672         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
14673         the new builtins directly.
14675         * whitespace.el (whitespace): Add :version to defgroup.
14677         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14678         Doc fix.
14680         * thingatpt.el (sexp-at-point, symbol-at-point)
14681         (number-at-point, list-at-point): Add autoload cookie.
14683         * recentf.el (recentf): Add :version to defgroup.
14685         * quickurl.el (quickurl): Add :version to defgroup.
14687         * elide-head.el (elide-head): Use point-marker more.
14689         * bs.el (bs): Add :version to defgroup.
14691         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14693         * progmodes/delphi.el (delphi): Add :version to defgroup.
14695 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
14697         * ange-ftp.el (ange-ftp-write-region): Handle case that
14698         succeeding process operation sets a different coding system.
14700         * calculator.el: New file.
14702 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
14704         * frame.el (frames-on-display-list, framep-on-display): New
14705         functions.
14706         (display-mouse-p, display-popup-menus-p, display-graphic-p)
14707         (display-selections-p, display-screens, display-pixel-width)
14708         (display-pixel-height, display-mm-width, display-mm-height)
14709         (display-backing-store, display-save-under, display-planes)
14710         (display-color-cells, display-visual-class): New functions.
14712         * term/tty-colors.el (tty-color-gray-shades): New function.
14714         * faces.el (display-color-p): Use framep-on-display.
14715         (display-grayscale-p): New function.
14717 2000-01-31  Dave Love  <fx@gnu.org>
14719         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14720         (create-fontset-from-x-resource): Don't concat integers.
14722 2000-01-31  Inge Frick  <inge@nada.kth.se>
14724         * view.el: Some changes in documentation.  Removed some trailing
14725         whitespace. Changed some parameter names to agree with
14726         documentation.
14727         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14728         window is not deleted.  Modifies change 1998-04-26.
14730 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
14732         * windmove.el: New file.
14734         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14735         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14736         progmodes/ebnf-yac.el: Update copyright and license info.
14738         * jit-lock.el (jit-lock-function): Widen before calculating end
14739         position.
14740         (jit-lock-stealth-chunk-start): Rewritten.
14742         * info.el (Info-title-face-alist): Removed.
14743         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14744         faces.
14745         (Info-fontify-node): Use these faces.
14747 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
14749         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14750         (cl-macro-list1): Recognize `&allow-other-keys' instead of
14751         `&allow-other-keywords'.
14753         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14754         the list of directories scanned heuristically.
14756         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14757         exist.
14759 2000-01-30  Jason Rumney  <jasonr@gnu.org>
14761         * w32-fns.el: Define w32-tty-standard-colors.
14763         * startup.el (command-line): Use w32-tty-standard-colors when in
14764         w32 console mode.
14766 2000-01-30  Dave Love  <fx@gnu.org>
14768         * jka-compr.el (jka-compr-load): Fix up load-history.
14770         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14772         * emacs-lisp/cl-macs.el: Revert previous change.
14774 2000-01-29  Dave Love  <fx@gnu.org>
14776         * facemenu.el: Purecopy various strings.
14778         * timezone.el (timezone-fix-time): Window against 69 for two-digit
14779         years.  Deal with three-digit years.
14781         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14782         defconst, purecopy.
14783         (help-back-label): Purecopy it.
14785 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
14787         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14788         variable. If non-nil, order the buffer list according to the
14789         currently selected frame.
14790         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14791         non-nil, pass the selected frame to function buffer-list.
14793 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14795         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14797 2000-01-28  Dave Love  <fx@gnu.org>
14799         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14801         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14802         Don't use lisp-indent-hook property.
14803         (cl-abs): Remove.
14805         * subr.el: Move out indent and edebug specs for when and unless.
14807         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14808         when, unless.
14810         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14811         unless, when.
14813 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
14815         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14816         `collecting' as synonym for `collect'.
14818         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14819         for the case it contains spaces.
14821         * simple.el (what-cursor-position): Change formatting of
14822         messages.
14824         * frame.el (delete-other-frames): New function.
14825         (toplevel): Bind it to C-x 5 1.
14827         * sort.el (sort-numeric-base): New option.
14828         (sort-numeric-fields): If number starts with `0' or `0[xX[',
14829         interpret it as octal or hexadecimal.  Use sort-numeric-base
14830         as default base.
14832         * progmodes/glasses.el: New file.
14834 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
14836         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14837         userids differently.
14839         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14840         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14841         progmodes/ebnf-yac.el: New files.
14843 2000-01-26  Dave Love  <fx@gnu.org>
14845         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14846         on a function with an empty body.  [From Eric Ludlam.]
14848 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
14850         * vc.el (vc-version-diff): Make sure file name is expanded.
14852 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
14854         * scroll-bar.el (scroll-bar-timer): Variable removed.
14855         (scroll-bar-toolkit-scroll): Don't use a timer.
14857 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
14859         * language/thai-util.el (thai-composition-function): Delete
14860         superfluous `a'.
14862 2000-01-24  Dave Love  <fx@gnu.org>
14864         * fortran.el (fortran-mode): Use beginning-of-defun-function,
14865         end-of-defun-function.
14867         * font-lock.el (turn-on-font-lock): Don't depend on window-system
14868         &c.
14870 2000-01-22  Jason Rumney  <jasonr@gnu.org>
14872         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14873         conflicts with new face support.
14875 2000-01-22  Richard M. Stallman  <rms@gnu.org>
14877         * replace.el (query-replace): Rename last arg to DELIMITED.
14878         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14879         (query-replace-regexp): Likewise.
14881 2000-01-20  Richard M. Stallman  <rms@gnu.org>
14883         * subr.el (with-syntax-table): Use make-symbol, not gensym.
14885         * emacs-lisp/lisp.el (beginning-of-defun-function):
14886         Variable renamed from beginning-of-defun.
14887         Do not call make-variable-buffer-local.
14888         (beginning-of-defun-raw): Use new variable name; doc fix.
14889         (beginning-of-defun): Doc fix.
14890         (end-of-defun-function): Variable renamed from end-of-defun.
14891         Do not call make-variable-buffer-local.
14892         (end-of-defun): Use new variable name; doc fix.
14894         * subr.el (dolist, dotimes): Copied from cl-macs.el
14895         and made to work.
14897         * mail/undigest.el (rmail-digest-end-regexps):
14898         Variable replaces rmail-digest-end-regexp.
14899         Allows multiple regexps for detecting the end line.
14900         (undigestify-rmail-message): Corresponding changes.
14902 2000-01-19  Dave Love  <fx@gnu.org>
14904         * files.el (user-init-file): Don't declare here -- is primitive.
14906         * startup.el (command-line): Check for compiled user-init-file and
14907         set to uncompiled version if necessary.
14909 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
14911         * mail/undigest.el (rmail-digest-end-regexp): New user option.
14912         (undigestify-rmail-message): Use it.
14914         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14916 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
14918         * tmm.el (tmm-goto-completions): Adapt to prompt being part
14919         of mini-buffer.
14921 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
14923         * emacs-lisp/copyright.el (copyright-update): Removed the
14924         requirement for a trailing space from `copyright-regexp', to
14925         support copyrights with owner specified on a separate line..
14927         * align.el: New file.
14929         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14931         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14933 2000-01-13  Dave Love  <fx@gnu.org>
14935         * ph.el: Removed.  (Obsoleted by EUDC.)
14937 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
14939         * net/eudc.el (toplevel): Remove autoloaded code installing
14940         menu with easymenu, because that causes build problems.
14942         * frame.el (frame-notice-user-settings): New variable.
14943         (frame-notice-user-settings): Don't modify frame parameters
14944         if called a second time.
14946 2000-01-13  Richard M. Stallman  <rms@gnu.org>
14948         * frame.el (frame-notice-user-settings):
14949         Notice default-frame-parameters even for non-window frames.
14951 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
14953         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14954         for Emacs.
14955         (eudc-bob-can-display-inline-images): Extend for Emacs.
14956         (eudc-bob-toggle-inline-display): Ditto.
14957         (eudc-bob-display-jpeg): Ditto.
14959 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
14961         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14962         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14963         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14965         * add-log.el (add-change-log-entry): Fix error trying an `(insert
14966         nil)'.
14968         * subdirs.el: Add `net' directory.
14970         * net: New directory.
14972         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14973         eval-last-sexp.  Don't bind debug-on-error here.
14974         (eval-last-sexp): New function.  Bind debug-on-error if
14975         eval-expression-debug-on-error is non-nil.
14976         (eval-defun-2, eval-defun): Likewise.
14978         * simple.el (eval-expression): Don't bind debug-on-error if
14979         eval-expression-debug-on-error is nil.  Detect changed
14980         debug-on-error, and propagate new value to global binding, if
14981         eval-expression-debug-on-error is non-nil,
14982         (eval-expression-debug-on-error): Change doc string.
14984 2000-01-11  Richard M. Stallman  <rms@gnu.org>
14986         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14988         * emacs-lisp/lisp-mode.el (with-syntax-table):
14989         Set up lisp-indent-function property.
14991         * subr.el (with-syntax-table): Moved from simple.el.
14993         * simple.el (with-syntax-table): Moved to subr.el.
14995 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
14997         * tmm.el (tmm-shortcut): Delete region after prompt instead
14998         of erasing buffer.
15000         * textmodes/fill.el (fill-common-string-prefix): New function.
15001         (fill-context-prefix): Use the longest common prefix of first
15002         and second line fill prefix, if there is one.
15004 2000-01-11  Richard M. Stallman  <rms@gnu.org>
15006         * array.el (array-mode): Don't use make-variable-buffer-local.
15007         Use make-local-variable for `truncate-lines'.
15009 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
15011         * add-log.el (add-log-current-defun): Handle user-defined
15012         add-log-current-function returning nil,
15014         * add-log.el (add-change-log-entry): Insert version number
15015         if having found a current function
15017         * add-log.el (add-log-current-defun): Call
15018         `add-log-current-defun-function'.  Try matches at level 0 and
15019         level 1.  Strip whitespace from defun found.
15021 2000-01-10  John Wiegley  <johnw@gnu.org>
15023         * allout.el (isearch-done/outline-provisions): Added `edit'
15024         argument to correspond with the current definition of
15025         `isearch-done'.
15027 2000-01-10  Dave Love  <fx@gnu.org>
15029         * elide-head.el (elide-head): Use point-marker, not point.
15031 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
15033         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15034         before and after the year 2000.
15036         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15037         Add ispell- prefix.
15039 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
15041         * ispell.el:  Only define dictionaries in menus when they exist.
15042         (version18p): New variable.
15043         (version20p): New variable.
15044         (xemacsp): New variable.
15045         (ispell-choices-win-default-height): Fix for XEmacs visibility.
15046         (ispell-dictionary-alist1): Added Brasileiro dictionary.
15047         (ispell-dictionary-alist6): Russian command lines no longer accept
15048         run-together words.
15049         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15050         (ispell-dictionary-alist): Add koi8-r to customize definition.
15051         (check-ispell-version): Added documentation string.  Returns
15052         library path when called non-interactively.
15053         (ispell-menu-map-needed): Uses new variables.
15054         (ispell-library-path): New variable.
15055         (ispell-decode-string): XEmacs fix for bogus variable bindings.
15056         (ispell-word): Improved documentation string.  Test for valid
15057         character mappings.  Correctly check typed in word changes that can
15058         result in single words split into multiple words.  Returns
15059         replacement word.
15060         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
15061         replace in recursive query replace mode.  Help message for
15062         recursive edit mode.
15063         (ispell-show-choices): Protect against bad framepop bindings.
15064         (ispell-help): Fix to work with XEmacs.
15065         (ispell-highlight-spelling-error): Use new variables.
15066         (ispell-overlay-window): Fix to work with XEmacs.
15067         (ispell-parse-output): Passed and returns location information
15068         tracking spelling corrections.  Doesn't recheck same word on
15069         current line.
15070         (ispell-init-process): Protect against bogus XEmacs variable binding.
15071         Fix call to single argument in sleep-for.  Use new variables.
15072         (ispell-region): Passed and returns location information tracking
15073         spelling corrections.  Doesn't check same word on current line.
15074         Improved documentation string.  Doesn't resend a line already
15075         checked to the ispell process - fixes bug in LaTeX parsing.
15076         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15077         (ispell-skip-region): No longer skips <TT> in SGML.
15078         (ispell-process-line): Tracks location information with spelling
15079         corrections.  Added documentation string.  Accounts for words
15080         already accepted on this line.  Don't allow query-replace on line
15081         starting with math characters.  Doesn't resend a line already sent
15082         to ispell process.  Fixes alignment error bug.
15084 2000-01-10  Richard M. Stallman  <rms@gnu.org>
15086         * dired-x.el (dired-guess-shell-alist-default):
15087         Suggest xloadimage, which is free, not xv, which isn't.
15089         * ange-ftp.el (ange-ftp-file-name-nondirectory):
15090         Don't ever include the host name or user name in the value.
15092 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
15094         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15095         of a real newline.
15097 2000-01-09  Stephen Eglen  <stephen@gnu.org>
15099         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15100         for .png files.
15102 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
15104         * cus-edit.el (custom-hook-convert-widget): Fix comment.
15106 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
15108         * progmodes/cperl-mode.el: Replace ^F with ^L.
15110         * sendmail.el (toplevel): Provide `sendmail' when compiling
15111         before `require'ing rmail and mailalias to prevent infinite
15112         recursion.
15114 2000-01-08  Dave Love  <fx@gnu.org>
15116         * emacs-lisp/backquote.el: Remove inappropriate customization
15117         (allowing custom.el to use backquote).
15119 2000-01-07  Dave Love  <fx@gnu.org>
15121         * add-log.el (add-log-debugging): Deleted.
15122         (add-change-log-entry): Treat a backup FILE-NAME as its parent
15123         file.  Remove debugging code.
15124         (change-log-get-method-definition, change-log-name): Add doc.
15125         (change-log-sortable-date-at): New function.
15126         (change-log-merge): New command.
15128         * time.el (display-time-string-forms): Make the Mail string active.
15129         (display-time-update): Provide help-echo for load average.
15131         * bindings.el (make-mode-line-mouse2-map): New function.
15132         (mode-line-modified): Use it and simplify.
15133         (mode-line-mule-info): Provide help-echo info.
15134         (minor-mode-alist): Activate the strings.
15135         (make-mode-line-mouse-sensitive): Simplify for
15136         mode-line-buffer-identification.
15138 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
15140         * play/pong.el: New file.
15142 2000-01-06  Dave Love  <fx@gnu.org>
15144         * array.el: Assorted cleanups for compiler warnings, doc strings,
15145         `array-' prefix for symbols.
15147 2000-01-05  Dave Love  <fx@gnu.org>
15149         * textmodes/outline.el (outline-mode-menu-bar-map): Add
15150         outline-headers-as-kill.
15151         (outline-mode): Define imenu-generic-expression.
15152         (outline-headers-as-kill): New command.
15154         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15155         from paragraph-start.
15156         (paragraph-indent-minor-mode): New command.
15158         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15159         M-C-e, M-C-h, C-j, C-xnd, TAB.
15160         (fortran-mode): Set beginning-of-defun, end-of-defun.
15161         (fortran-column-ruler): Simplify.
15162         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15163         (fortran-with-subprogram-narrowing): Likewise.
15164         (fortran-indent-subprogram): Call mark-defun.
15165         (fortran-check-for-matching-do): Change narrowing.
15167         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15168         (cl-lucid-hash-tag): Delete.
15169         (cl-hash-table-p): Correct test for native table.
15170         (cl-hash-table-count): Use hash-table-count.
15172         * browse-url.el (browse-url): Fix case of
15173         browse-url-browser-function being an alist.
15175 2000-01-05  Carsten Dominik  <cd@gnu.org>
15177         * textmodes/reftex-vars.el (reftex-parse-file-extension)
15178         (reftex-index-phrase-file-extension): New options.
15180         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15181         Use new option `reftex-index-phrase-file-extension'.
15183         * textmodes/reftex.el (reftex-access-parse-file): Use new option
15184         `reftex-parse-file-extension'.
15186 2000-01-05  Dave Love  <fx@gnu.org>
15188         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15189         (beginning-of-defun-raw): Use it.
15190         (end-of-defun): New variable.
15191         (end-of-defun): Use it.
15192         (check-parens): New command.
15194 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
15196         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15197         (hs-show-block): Don't use `mapcar' when not accumulating.
15199         Fix buglet in local variables initialization.
15201 2000-01-05  Andreas Schwab  <schwab@suse.de>
15203         * hscroll.el (hscroll): Doc fix.
15205 2000-01-05  Carsten Dominik  <cd@gnu.org>
15207         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15208         idlw-toolbar.
15210         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15211         file idlw-rinfo.el.
15212         (idlwave-customize): load must read file idlw-shell.el.
15213         (idlwave-create-customize-menu): load must read file idlw-shell.el.
15215 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
15217         * progmodes/idlw-shell.el: Also provide idlwave-shell
15218         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15219         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15221         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15222         both reftex-dcr and reftex-vcr.
15224         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15226 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15228         * ps-print.el: PostScript code now is in separate files, doc fix.
15229         (ps-print-version): New version number (5.0.3).
15230         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15231         local.
15232         (ps-spool-config): Initialization fix.
15233         (ps-print-prologue-1, ps-print-prologue-2)
15234         (ps-print-duplex-feature): PostScript code moved to separated file.
15235         (ps-background-image): Little code reformating.
15236         (ps-begin-file, ps-begin-job): Fix code.
15237         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15238         (ps-prologue-file): New fun.
15240 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15242         * ps-vars.el: Eliminated.
15244         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15245         `;;;###autoload'.
15247         * ps-print.el: ps-vars eliminated, doc fix.
15248         (ps-print-version): New version number (5.0.2).
15249         (ps-spool-config): Initialization fix.
15250         (ps-print-customize): New fun.
15252 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
15254         * autorevert.el (auto-revert-mode): Return value of
15255         auto-revert-mode.
15257 2000-01-04  Dave Love  <fx@gnu.org>
15259         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15260         menu items.
15262 2000-01-03  Dave Love  <fx@gnu.org>
15264         * elide-head.el (elide-head) [defgroup]: Add :version.
15266         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15267         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15268         `cl-hash-table-p', not `hash-table-p'.
15269         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15271 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15273         * faces.el (face-read-integer, read-face-attribute)
15274         (color-defined-p, color-values): unspecified-{f,b}g are now
15275         strings.
15277 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
15279         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15280         at comment end, and re-insert them after filling.
15282 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15284         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15285         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15286         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15288 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15290         * term/x-win.el (xw-defined-colors): Call color-supported-p,
15291         the new name of face-color-supported-p.
15293         * term/w32-win.el (xw-defined-colors): Likewise.
15295 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15297         * simple.el (completion-setup-function): Count completion-size
15298         from minibuffer-prompt-end, not from point-min.
15300 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
15302         * faces.el (read-face-attribute, defined-colors, color-defined-p):
15303         Pass the frame to tty-color-* functions.
15304         (display-color-p, frame-set-background-mode): Pass the frame to
15305         tty-display-color-p.
15307         * term/tty-colors.el (tty-defined-color-alist): Renamed from
15308         tty-color-alist.
15309         (tty-color-alist, tty-modify-color-alist): New functions.
15310         (tty-color-define,  tty-color-clear, tty-color-approximate)
15311         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15312         an optional parameter FRAME.
15314 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
15316         * image.el (create-image, defimage): Don't assume image data is a
15317         string.
15319         * image.el (defimage): Handle specifications containing :data
15320         instead of :file.
15321         (image-type-from-data): New function.
15322         (image-type-from-file-header): Use it.
15323         (create-image): Add parameter DATA-P.
15325 See ChangeLog.8 for earlier changes.
15327 ;; Local Variables:
15328 ;; coding: iso-2022-7bit
15329 ;; End: