(quoted-printable-encode-region): Remove redundant code
[emacs.git] / lisp / ChangeLog
blob6a14d7e8256efd45382f367a87d5556a1a0fc0cd
1 2001-02-06  Andrew Innes  <andrewi@gnu.org>
3         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4         absolute.
6 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
8         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
9         buffers.  When hi-lock turned on rather than only checking current
10         buffer for regexps, all buffers are checked. Moved activation of
11         font-lock to hi-lock-refontify. When font-lock turned off rather
12         than removing added highlighting just in current buffer, remove it
13         in all buffers.  Changed edit menu text from "Automatic
14         Highlighting" to "Regexp Highlighting" Documentation for
15         highlighting phrases, minor documentation changes.
16         (hi-lock-set-file-patterns): Execute only if there are new or
17         existing file patterns.
18         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
19         unfontify and, if a support mode is active, will not refontify the
20         whole buffer.  If necessary, turn on font lock. (Removed
21         font-lock-unfontify and font-lock support-mode-specific calls,
22         such as lazy-lock-fontify-window.)
23         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
24         patterns are found. Not useful now since find-file-hook is removed
25         if hi-lock is off, but may be needed for per-buffer hi-lock
26         activation.
27         (hi-lock-face-phrase-buffer): New function.  Also added related
28         menu item and keybinding.
29         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
30         (hi-lock-process-phrase): New function.
31         (hi-lock-line-face-buffer): Doc fixes.
32         (hi-lock-face-buffer): Doc fixes.
33         (hi-lock-unface-buffer): Doc fixes.
34         
35 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
37         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
38         dabbrev-ignored-regexps.
40 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
42         * simple.el (kill-line): Doc fix.
44 2001-02-05  Dave Love  <fx@gnu.org>
46         * loadup.el: Revert last two changes -- bootstrapping works with
47         regenerated loaddefs.
49 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
51         * isearch.el (isearch-forward): Doc fix.
53         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
54         of font-lock-defaults to backward-paragraph.
56 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
58         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
59         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
61 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
63         * ebnf2ps.el: Eliminate time-stamp functions.
64         (ebnf-version): New version (3.5).
65         (ebnf-eps-finish-and-write): Replace time-stamp functions by
66         format-time-string.
68 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
70         * simple.el (next-line): Goto end-of-line before inserting a newline.
72 2001-02-05  Miles Bader  <miles@gnu.org>
74         * image-file.el (insert-image-file): When visiting an image, also
75         set `truncate-lines' to t so that any fringe arrow looks correct.
77 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
79         * isearch.el (isearch-forward): Add description about input method
80         in the docsting.
82 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
84         * skeleton.el (skeleton-internal-1): Always push the mark for @.
86 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
88         * info.el (info-initialize): If installation-directory is nil, for
89         DOS/Windows systems try looking in a sibling of
90         invocation-directory.
92 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
94         * wid-edit.el (widget-button-click): Fix last change.
96         * frame.el (frame-notice-user-settings): When resizing the initial
97         frame because the tool bar is off, also change the frame's top
98         position if a negative top position was specified.
100 2001-02-02  Miles Bader  <miles@gnu.org>
102         * image-file.el (insert-image-file): When visiting an image,
103         suppress the cursor in the image buffer.
105 2001-02-01  Dave Love  <fx@gnu.org>
107         * progmodes/f90.el (f90-mode): Remove startup message.
109         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
110         
111 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
113         * startup.el (command-line): Fix code determining whether or not
114         to use delete-key-deletes-forward-mode.
116 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
118         * vc.el (vc-diff-switches): New user option.
119         (vc-version-diff): Use it.
120         (vc-diff-switches-list): New macro.
122         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
123         customization options.
124         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
126         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
128 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
130         * msb.el (toplevel): Quote hook symbols.
132 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
134         * international/mule.el (make-coding-system): Add description
135         about recognized properties in the docstring.
137         * international/mule-conf.el: Remove unused charsets
138         mac-roman-lower and mac-roman-upper.
140 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
142         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
143         is in front of the left-margin, if any.
145         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
146         like `delete'.
148         * bindings.el: Define `kp-delete' like `delete' in
149         function-key-map.
151         * term/w32-win.el (mouse-set-font): Doc fix.
153 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
154         
155         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
156         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
157         on already.
159 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
161         * files.el (save-buffer): Don't give message if (buffer-file-name)
162         returns nil.
163         
164 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
166         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
168         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
169         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
171         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
172         display problems.
174 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
176         * international/mule.el (charset-info): Fix docstring.
178         * international/mule-diag.el (describe-character-set): Check final
179         char valid before printing it.
181 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
183         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
185         * frame.el (frame-notice-user-settings): Do the tool-bar
186         stuff only for graphical displays.  Fix a braino.
187         
188         * frame.el (frame-initialize): Create initial frame visible.
189         (frame-notice-user-settings): When tool-bar has been switched off,
190         correct the frame size and sync too-bar-mode.
192         * startup.el (command-line): Remove manipulation of frame
193         height for tool bars.
195 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
197         * lpr.el: Compatibility with XEmacs and doc fixes.
198         (lpr-windows-system, lpr-lp-system): New vars.
199         (lpr-printer-switch): New defcustom.
200         (printer-name, lpr-command): Customization fix.
201         (print-region-1): Code fix.
202         (print-region-new-buffer, printify-region): Indentation fix.
203         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
204         functions.
206 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
208         * msb.el (toplevel): Fix the eval-after-load.
210 2001-01-29  Dave Love  <fx@gnu.org>
212         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
214         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
216         * progmodes/tcl.el (outline, dabbrev, add-log): Require when
217         compiling.
218         (tcl-using-emacs-19-23): Consider Emacs 21+.
219         (tcl-help-directory-list, tcl-command-switches): Fix :type.
220         (tcl-add-emacs-menu): Supply menu name.
221         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
223 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
225         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
227 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
229         * pcvs.el (cvs-mark-fis-dead): New function.
230         (cvs-mode-add): Use it.
231         (cvs-mode-add-change-log-entry-other-window):
232         Rebind change-log-default-name to itself rather than to nil.
234 2001-01-29  Sam Steingold  <sds@gnu.org>
236         * vc-cvs.el: Replaced (require 'vc) with a bunch of
237         `autoload' statements.
239 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
241         * files.el (confirm-kill-emacs): Doc fix.
243         * frame.el (frame-initialize): Doc fix.
245         * time-stamp.el (time-stamp-string): Doc fix.
247         * woman.el (WoMan-log-1): Make the log buffer writable.  From
248         Markus Rost <rost@math.ohio-state.edu>.
250 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
252         * imenu.el (imenu-syntax-alist): Add autoload cookie for
253         the `make-variable-buffer-local'.
255 2001-01-29  Dave Love  <fx@gnu.org>
257         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
258         (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
259         autoload cookie.
260         (ansi-color-apply-sequence): Fix typo.
262 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
264         * menu-bar.el (menu-bar-files-menu): Add menu items for
265         Postscript printing in black and white.
267         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
268         X-Mailman-Version, Precedence, List-Help, List-Post,
269         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
270         Content-Type, Content-Length.
272 2001-01-29  Dave Love  <fx@gnu.org>
274         * elide-head.el (elide-head): Make overlay evaporate.
276         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
277         fix.
279 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
281         * isearch.el (isearch-highlight): Don't punt if the display
282         doesn't support colors, since isearch faces are defined for
283         monochrome displays as well.
285 2001-01-27  Sam Steingold  <sds@gnu.org>
287         * shell.el (shell-write-history-on-exit): Make sure that we are in
288         the shell buffer (M-x tex-file RET inserted the error message into
289         the TeX buffer).
291 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
293         * simple.el (transient-mark-mode): Doc fix.
295 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
297         * progmodes/etags.el (find-tag-noselect): Don't bind
298         tags-file-name.
300 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
302         * shell.el (shell-unquote-argument): If the shell is one of the
303         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
304         quote character.
305         (shell-dumb-shell-regexp): Document that the shells which match
306         this regexp are supposed to not treat a backslash as a quote
307         character.
309         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
310         from 2001-01-12.  It is not needed, since backspace is mapped into
311         DEL.
313 2001-01-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
315         * dabbrev.el (dabbrev--substitute-expansion):
316         Treat a one-capital-letter abbrev as "not all upper case",
317         so as to force preservation of the expansion's pattern
318         if the expansion starts with a capital letter.
320 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
322         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
323         Doc fix.
325         * simple.el (transient-mark-mode): Document the fact that many
326         commands act on the region when mark is active.
328 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
330         * international/quail.el (quail-setup-completion-buf): Make the
331         multibyteness of current buffer inherited to Quail completion
332         buffer.
333         (quail-show-guidance-buf): Make the multibyteness of current
334         buffer inherited to Quail guidance buffer.
335         (quail-help): Make the multibyteness of current buffer inherited
336         to Quail help buffer.
338 2001-01-26  Dave Love  <fx@gnu.org>
340         * time-stamp.el: Doc fixes.
342         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
343         (delphi-keyword-face, delphi-other-face): Fix :type.
345         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
347         * mail/feedmail.el (feedmail): Add :link.
348         (feedmail-send-it): Doc fix.
350         * mail/sendmail.el: Doc fixes.
351         (sendmail-send-it): Fix the non-ASCII regexp and use
352         rfc2047-encode-string.
354         * dired.el, dired-aux.el: Revert last change.
356 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
358         * makefile.w32-in (DONTCOMPILE): Add various term files.
360 2001-01-26  Dave Love  <fx@gnu.org>
362         * Makefile.in (DONTCOMPILE): Add various term files.
364 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
366         * man.el (Man-default-man-entry, Man-mode): Doc fix.
368         * startup.el (display-startup-echo-area-message): Make sure
369         the echo area is resized to fit the size of the startup
370         message.
372         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
373         part of which is a constant.
375 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
377         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
378         twice.
380 2001-01-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
382         * simple.el (next-line): Don't let `newline' expand abbrevs.
383         Simplify slightly.
384         (open-line): Don't let `newline' expand abbrevs.
386 2001-01-25  John Wiegley  <johnw@gnu.org>
388         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
389         to `repeat' in the :type field.
391         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
392         allow a choice of regexp or nil.
393         (pcomplete-dir-ignore): Same.
395         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
396         a command) to always fail.
398 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
400         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
401         discard the result.
402         (iswitchb-to-end): Likewise.
404 2001-01-25  Sam Steingold  <sds@gnu.org>
406         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
407         Require vc.
409 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
411         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
413         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
415 2001-01-25  Dave Love  <fx@gnu.org>
417         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
418         (describe-coding-system): Tweak the English text.
420         * loadup.el: Preload international/ccl for utf-8.
422 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
424         * mail/rmail.el (rmail-redecode-body): Doc fix.
426 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
428         * international/mule-cmds.el (reset-language-environment): Reset
429         coding-category-utf-8 to mule-utf-8.
431         * international/mule-conf.el (coding-category-utf-8): Initialize
432         to mule-utf-8.
434         * loadup.el: Preload international/utf-8.
436         * international/utf-8.el: New file.
438 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
440         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
442 2001-01-24  Sam Steingold  <sds@gnu.org>
444         * dired.el (dired-replace-in-string): Removed.
445         (dired-sort-toggle): Use `replace-regexps-in-string'
446         instead of `dired-replace-in-string'.
448         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
449         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
451         * gs.el (gs-replace-in-string): Removed.
452         (gs-options): Use `replace-regexps-in-string'
453         instead of `gs-replace-in-string'.
455 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
457         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
458         bug report is mailed to an email list and posted to a news group.
460 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
462         * comint.el (comint-replace-by-expanded-history-before-point): Fix
463         change of 2000-08-03 to move point to the start of the line again.
465         * startup.el (tool-bar-images-pixel-height): New variable.
466         (command-line): After loading the user's init file, when
467         tool-bar-mode is on, increase the frame's size by some lines for
468         the tool-bar.
470         * frame.el (frame-initialize): Create the initial frame invisible.
472 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
474         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
475         (chinese-big5): MIME:Big5.
477 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
479         * international/mule-cmds.el (universal-coding-system-argument):
480         Handle commands with prefix args.
482 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
484         * calendar/diary-lib.el (diary-float): Fix case of MONTH
485         being a list of numbers.
486         (diary-mail-entries): Rewritten.
488 2001-01-23  Dave Love  <fx@gnu.org>
490         * international/mule.el (make-coding-system): Fix typo.
492         * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
493         backward-paragraph as font-lock-beginning-of-syntax-function.
495 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
497         * font-lock.el (font-lock-mode): Doc fix.
499 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
501         * international/mule.el (make-translation-table): Fix docstring.
503 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
505         * mail/rmail.el (rmail-redecode-body): New function.
507         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
509 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
511         * isearch.el (isearch-lazy-highlight-case-fold-search)
512         (isearch-lazy-highlight-regexp): New variables.
513         (isearch-lazy-highlight-cleanup): Update lazy highlight if
514         case-fold search or regexp search has been toggled.
516         * wid-edit.el (widget-button-click): Avoid a save-excursion
517         around running a global binding.
519         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
520         to 0.25.
522 2001-01-20  Miles Bader  <miles@gnu.org>
524         * cus-edit.el (custom-face-save): Do post-processing on the face's
525         new value like `custom-face-set' does.
527 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
529         * mail/emacsbug.el (report-emacs-bug): Report the value of
530         LC_CTYPE, not LC_TYPE.
532         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
533         isearch-toggle-regexp and isearch-edit-string to doc string.
535 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
537         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
538         as font-lock-beginning-of-syntax-function in font-lock-defaults.
540         * jit-lock.el (jit-lock-fontify-now): Don't bind
541         font-lock-beginning-of-syntax-function to nil.
543 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
545         * mail/emacsbug.el (report-emacs-bug): Report values of
546         locale-coding-system, default-enable-multibyte-characters, and the
547         environment variables LC_ALL, LC_TYPE, and LANG.
549 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
551         * font-lock.el (font-lock-default-fontify-region): Fix last
552         change.
554         * font-lock.el (font-lock-multiline): Default to nil.
555         (font-lock-default-fontify-region): If font-lock-multiline is
556         nil, don't check the property `font-lock-multiline'.
558         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
559         is nil, don't check the `font-lock-multiline' text property.
561 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
563         * viper.el: Call initial-major-mode on startup.
565         * ediff.el (ediff-patch-file): Use better defaults.
567         * ediff-vers.el: Fix for 8+3 DOS file systems.
569 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
571         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
572         diff mode, if available.
574 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
576         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
578         * ediff-init.el (subst-char-in-string): Define and use it, unless
579         it's already defined.
581 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
583         * tooltip.el (tooltip-hide-delay): New user-option.
584         (tooltip-show): Use tooltip-hide-delay instead of the default.
586 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
588         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
589         kill-local-variable doesn't work for enable-multibyte-characters.
591 2001-01-17  Dave Love  <fx@gnu.org>
593         * ediff-init.el (ediff-before-setup-hook)
594         (ediff-merge-filename-prefix): Add :version.
596         * international/latin1-disp.el: Require disp-table.
597         (latin1-display): Fix :set.
599         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
601 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
603         * isearch.el (isearch-lazy-highlight-initial-delay)
604         (isearch-lazy-highlight-interval): Default to 0.
606 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
608         * isearch.el (isearch-highlight): Set isearch-overlay priority to
609         1 here rather than each time through
610         isearch-lazy-highlight-new-loop.
611         (isearch-lazy-highlight-max): Variable deleted.
612         (isearch-lazy-highlight-max-at-a-time): New user variable, like
613         isearch-lazy-highlight-max but controls a single invocation of
614         isearch-lazy-highlight-update.
615         (isearch-lazy-highlight-wrapped): Variable recreated.
616         (isearch-lazy-highlight-window-start): New variable.
617         (isearch-lazy-highlight-cleanup): Restored to behavior of
618         before 2-Jan.
619         (isearch-lazy-highlight-remove-overlays): Function deleted;
620         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
621         behavior removed.
622         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
623         isearch-lazy-highlight-update in a loop rather than just once.
624         Test isearch-invalid-regexp here and decide not to start a new
625         loop, rather than testing it each time through
626         isearch-lazy-highlight-update.
627         (isearch-lazy-highlight-search): Function restored.
628         (isearch-lazy-highlight-update): Get called in a timer loop again,
629         but this time highlight more than one match each time through.
630         Only highlight matches in the visible part of the window.  Start
631         at point, move in the direction of the search, and wrap around at
632         the edge of the window.  Use sit-for to force redisplay and ensure
633         window-start is credible.  "Face suppressing" behavior removed;
634         overlay priorities should make it unnecessary, right?
635         (isearch-highlight): Face suppressing behavior removed.
636         (isearch-dehighlight): Face suppressing behavior removed.
637         (isearch-set-lazy-highlight-faces-at): Removed.
639 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
641         * language/european.el ("Latin-1"): Make the format of description
642         about additional language environments same as that of Latin-2.
644 2001-01-16  Dave Love  <fx@gnu.org>
646         * isearch.el (isearch-lazy-highlight): Add :version.
648         * simple.el (backward-delete-char-untabify-method)
649         (next-line-add-newlines): Add :version.
651 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
653         * bindings.el: Bind <backspace> and <delete> via function-key-map.
654         Don't bind <delete> otherwise.
656         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
657         and <delete> via function-key-map.
659         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
660         Subject line only if point is after the `Subject:'.
662 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
664         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
665         japanese-jisx0213-2 in `charset' property of this lang. env.
667         * language/european.el ("Latin-1"): Add description for Dutch and
668         Spanish lang. env.
670         * international/mule.el (decode-char): Fix conditions.
671         (encode-char): Handle eight-bit-control too.
672         (transform-make-coding-system-args): New function.
673         (make-coding-system): Accept XEmacs style arguments for CCL base
674         coding system.
676 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
678         * progmodes/etags.el (find-tag-noselect): Save the value of
679         tags-file-name before switching buffers, for the case it has a
680         buffer-local value.
682 2001-01-15  Alex Schroeder  <alex@gnu.org>
684         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
685         From Dave Love <fx@gnu.org>.
686         (ansi-color-for-comint-mode): Fix :version.
688 2001-01-15  Alex Schroeder  <alex@gnu.org>
690         * ansi-color.el (ansi-color-unfontify-region): Doc change.
692 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
694         * dired.el (dired-insert-directory): If file-system-info fails,
695         remove the " free " part, but don't signal an error.
697 2001-01-12  Sam Steingold  <sds@gnu.org>
699         * bookmark.el (bookmark-maybe-historicize-string):
700         Use new backquote syntax.
702 2001-01-12  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
704         * subr.el (last): Handle a list that doesn't end in nil.
706 2001-01-12  Sam Steingold  <sds@gnu.org>
708         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
709         to `backward-delete-char-untabify'.
711 2001-01-12  Dave Love  <fx@gnu.org>
713         * cus-edit.el (customize-menu-create): Fix the :filter following
714         easymenu change.
716         * wid-edit.el (function): Add :match-alternatives.
717         (widget-color-action): Doc fix.
719 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
721         * calendar/calendar.el (calendar-basic-setup): Doc fix.
723 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
725         * international/mule-cmds.el (prefer-coding-system): Fix
726         docstring.
728         * international/ccl.el (define-ccl-program): Fix docstring.
730 2001-01-11  Dave Love  <fx@gnu.org>
732         * international/mule-cmds.el (standard-display-european-internal):
733         Set display table for 2208 as for 160.
735         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
737         * progmodes/fortran.el (fortran-mode-map): Modify Customization
738         entry for custom-menu-create change.
739         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
740         don't cons it in the search loop.
742         * imenu.el (imenu--truncate-items): Revert last change.
744 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
746         * info.el (Info-setup-header-line): If the node header includes
747         either Next: or Prev: links, don't show the File: and Node: parts
748         in the header line.
750 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
752         * comint.el (comint-goto-process-mark): Don't print a message
753         when running in batch mode.
755         * isearch.el (isearch-search): In the condition-case handler for
756         `error', set isearch-invalid-regexp to the whole error message.
758         * subr.el (eval-after-load): Call load-symbol-file-load-history to
759         ensure that eval-after-load works for files dumped with Emacs.
761         * help.el (load-symbol-file-load-history): New function extracted
762         from function symbol-file.
763         (symbol-file): Use it.
765         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
766         exit.xpm.
768 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
770         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
771         behave as if there were no prefix argument.
772         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
773         argument were nil.
775 2001-01-11  Richard M. Stallman  <rms@gnu.org>
777         * isearch.el (isearch-lazy-highlight-update):
778         Don't look for more potential matches once maximum is exceeded.
779         Use overlays-in to check correctly for overlap with current match.
780         Ignore empty matches.
782 2001-01-11  Miles Bader  <miles@gnu.org>
784         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
785         (ispell-overlay-window, ispell-help, ispell-show-choices)
786         (ispell-command-loop): Use it instead of `window-height'.
788 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
790         * files.el (confirm-kill-emacs): New user-option.
791         (save-buffers-kill-emacs): Ask for final confirmation before
792         killing Emacs.
794         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
795         to nil.
797 2001-01-10  Dave Love  <fx@gnu.org>
799         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
801         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
802         :type.
804         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
806         * calculator.el (calculator-number-digits): Fix :type.
808         * vc-cvs.el (vc-cvs-header): Fix :type.
809         * vc-rcs.el (vc-rcs-header): Fix :type.
810         * vc-sccs.el (vc-sccs-header): Fix :type.
812         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
814         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
816         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
818 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
820         * simple.el (set-variable): Force a thorough redisplay for the
821         case that the variable has an effect on the display, like
822         `tab-width' has.
824 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
826         * vc.el: Add documentation for backend interface.
828 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
830         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
832         * international/mule-conf.el (latin-extra-code-table): Set to t
833         for \223 and \224.
835 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
837         * international/mule-cmds.el (locale-language-names): Map "es" to
838         "Spanish" and "nl" to "Dutch".
840 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
842         * bindings.el (global-map): Bind <home> to beginning-of-line,
843         <end> to end-of-line, C-<home> to beginning-of-buffer, and
844         C-<end> to end-of-buffer.
846         * language/european.el: Add Dutch and Spanish language info
847         to be able to use the appropriate tutorials.
849 2001-01-09  Alex Schroeder  <alex@gnu.org>
851         * ansi-color.el (ansi-color-process-output): Use markers instead
852         of positions for start and end of region.
853         (ansi-color-apply-on-region): Rewrote code to make it more robust.
854         Previously, occasional mistakes happend when fontifying many
855         chunks of output (eg. ls --color=yes /dev).  This happened
856         whenever an overlay was created up to the end of the region, which
857         coincided with the process-mark.  New text would then be added
858         within that overlay instead of after it.
859         (ansi-color-make-extent): Overlays are created with the property
860         `modification-hooks' set to '(ansi-color-freeze-overlay).
861         (ansi-color-freeze-overlay): New function.  When inserting text at
862         the end of the overlay, the overlay will resize.
864 2000-01-09  Alex Schroeder  <alex@gnu.org>
866         * ansi-color.el (ansi-color-process-output): Doc change.
867         (ansi-color-unfontify-region): Doc change.  No longer installed
868         automatically in font-lock-unfontify-region-function.
869         (ansi-color-apply): Doc change.
870         (ansi-color-apply-on-region): Use extents or overlays instead of
871         text-properties.
872         (ansi-color-make-extent): New function.
873         (ansi-color-set-extent-face): New function.
875 2000-01-09  Alex Schroeder  <alex@gnu.org>
877         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
878         both use ansi-color-process-output, now.
879         (ansi-color-process-output): Doesn't return string anymore.  It is
880         installed in comint-output-filter-functions for both Emacs and
881         XEmacs, now.
882         (ansi-color-unfontify-region): Simplified code removing variables
883         pos and start-ansi.
884         (ansi-color-apply): Put text-property ansi-color before putting
885         text-property face because ansi-color-unfontify-region is called
886         immediately after the call to put-text-property.
887         (ansi-color-context-region): Doc change.
888         (ansi-color-filter-region): Simplified code.
889         (ansi-color-apply-on-region): Changed start to start-marker, using
890         a marker explicitly.  Put text-property ansi-color before putting
891         text-property face because ansi-color-unfontify-region is called
892         immediately after the call to put-text-property.
894 2000-01-09  Alex Schroeder  <alex@gnu.org>
896         * ansi-color.el (ansi-color-faces-vector): Doc change.
897         (ansi-color-for-comint-mode): Changed :type property to choice.
898         (ansi-color-last-context): Removed.
899         (ansi-color-process-output): Don't use ansi-color-last-context, as
900         the main functions will store their context now.
901         (ansi-color-context): Doc change.
902         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
903         Uses ansi-color-context such that repeated calls will strip
904         partial escape sequences, too.
905         (ansi-color-apply): Simplified code.  Colorize end of string if
906         face is not null.  Store context in new (FACE STRING) format, such
907         that repeated calls will strip partial escape sequences, too.
908         Append faces to face property using ansi-color-apply-sequence such
909         that cumulative mode actually works.
910         (ansi-color-context-region): New variable.
911         (ansi-color-filter-region): Rewrote it based on
912         ansi-color-apply-on-region.  Uses ansi-color-context-region such
913         that repeated calls will strip partial escape sequences, too.
914         (ansi-color-apply-on-region): Simplified code.  Colorize end of
915         region if face is not null.  Store context in new (FACE POS)
916         format, such that repeated calls will strip partial escape
917         sequences, too.  Append faces to face property using
918         ansi-color-apply-sequence such that cumulative mode actually
919         works.
920         (ansi-color-apply-sequence): New function.
921         (ansi-color-get-face): When the default face is added to the list
922         of faces, all previous settings are discarded and the list of
923         faces is set to '(default).
925 2000-01-09  Alex Schroeder  <alex@gnu.org>
927         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
928         face, such that ansi-color-apply and ansi-color-apply-on-region
929         will do the right thing.
930         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
931         returns nil, set the list of faces back to nil instead of
932         appending the result of ansi-color-get-face to the front of the
933         list.
935 2000-01-09  Alex Schroeder  <alex@gnu.org>
937         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
938         (ansi-color-process): Doc change.
939         (ansi-color-last-context): New buffer-local variable.
940         (ansi-color-process-output): New function.  It is automatically
941         added to comint-output-filter-functions if this is XEmacs.
942         (ansi-color-unfontify-region): New optional parameter for XEmacs
943         compatibility.  Check wether font-lock-syntactic-keywords is
944         boundp before removing the syntax table text property, as XEmacs
945         doesn't have it.
946         (ansi-color-filter-region): Doc change.
947         (ansi-color-apply-on-region): Doc change.
948         (ansi-color-make-face): New function.  Compatibility layer for
949         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
950         (ansi-color-make-color-map): Use ansi-color-make-face.
951         (ansi-color-get-face): Avoid face text property '(nil) as results
952         in an errow for XEmacs.
954 2000-01-09  Alex Schroeder  <alex@gnu.org>
956         * ansi-color.el (ansi-color-unfontify-region): New function.  Uses
957         text-property ansi-color in order to preserve fontification by
958         ansi-color.  When the package is loaded, a lambda expression is
959         put onto font-lock-mode-hook.  This lambda expression will check
960         font-lock-unfontify-region-function and replace
961         font-lock-default-unfontify-region with
962         ansi-color-unfontify-region.
963         (ansi-color-apply): Add text-property ansi-color in addition to
964         text-property face.
965         (ansi-color-apply-on-region): Add text-property ansi-color in
966         addition to text-property face.
967         (save-buffer-state): Copy of the macro that is also used by
968         lazy-lock and font-lock.
970         (ansi-color-for-comint-mode): New option.
971         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
972         (ansi-color-for-comint-mode-off): Ditto.
973         (ansi-color-for-comint-mode-filter): Ditto.
974         (ansi-color-process): New function.  Uses
975         ansi-color-for-comint-mode to decide what to do.  This function is
976         added to comint-preoutput-filter-functions when the package is
977         loaded.
979         (ansi-color-for-shell-mode-set): Removed.
980         (ansi-color-for-shell-mode): Removed.
982 2000-01-09  Alex Schroeder  <alex@gnu.org>
984         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
985         the lambda expression from the ansi-color-for-shell-mode :set
986         property.  Additionally, modify shell-mode-hook to enable or
987         disable font-lock-mode for future shell buffers.
988         (ansi-color-for-shell-mode): The :set property calls
989         ansi-color-for-shell-mode-set instead of a lambda expression.
991 2000-01-09  Alex Schroeder  <alex@gnu.org>
993         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
994         (ansi-color-context): New variable.
995         (ansi-color-apply): Save context between calls.
997 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
999         * isearch.el (isearch, isearch-lazy-highlight-face): New
1000         definitions for face colors and attributes.
1002         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1003         of display-mouse-p.
1005 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
1007         * international/mule.el (make-coding-system): If the coding system
1008         accepts extra latin codes, register such codes as safe for the
1009         coding system.
1011 2001-01-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1013         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1014         don't mention the file name or the date here, because they are
1015         logged at the start of the file.
1017 2001-01-08  Richard M. Stallman  <rms@gnu.org>
1019         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1020         Change screen-width to frame-width.
1022 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
1024         * info.el (Info-search): Print the default as part of the prompt.
1026 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
1028         * vc.el (vc-default-latest-on-branch-p): New function, replaces
1029         constant implementations in backends.
1031         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1032         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1034         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1035         WRITABLE to EDITABLE.
1037         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1038         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1039         to EDITABLE.
1041 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
1043         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1044         (copyright, copyright-update): Compute the current year at run
1045         time.
1047 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
1049         * isearch.el (isearch-old-signal-hook): Removed.
1050         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1051         instead of setting signal-hook-function.
1052         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1054 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
1056         * emulation/edt.el: Update to version 4.0.  Provide support for
1057         EDT scroll margins at top and bottom of the window.  Provide an
1058         emulation of the EDT SUBS command (bound to GOLD-Enter, by
1059         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
1060         user when file-related buffer modifications exist.  Provide
1061         support for running EDT Emulation in XEmacs.  Provide customize
1062         access to some user updatable variables.  Add Commentary section
1063         to file header.  Fixed a few minor bugs and cleaned up some code.
1065         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
1066         for detecting a keypress that generates an ASCII key sequence.
1067         (Previously, only a keypress that generates a vector was
1068         recognized.)  Embed Window Manager name into name of the generated
1069         EDT Emulation initialization file since the initialization file is
1070         Window Manager specific.  Add Commentary section to file header.
1072 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
1074         * mail/sendmail.el (mail-mode): Doc fix.
1076         * info.el (Info-goto-emacs-command-node): Doc fix.
1077         (Info-goto-emacs-key-command-node): Doc fix.
1079 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
1081         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
1082         systems without long file-name support.
1084 2001-01-06  Andrew Innes  <andrewi@gnu.org>
1086         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1088 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
1090         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1091         (isearch-lazy-highlight-update): Doc fix.
1093         * ffap.el (ffap-bindings): Doc fix.
1095         * dired-x.el (dired-virtual-guess-dir): Doc fix.
1097 2001-01-05  Dave Love  <fx@gnu.org>
1099         * emacs-lisp/cl-seq.el (remove, remq): Remove.
1101 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
1103         * mouse-drag.el (mouse-drag-safe-scroll): Bind
1104         scroll-preserve-screen-position to nil.
1106         * isearch.el (isearch-old-signal-hook): New variable.
1107         (isearch-mode): Set signal-hook-function to isearch-done.
1108         (isearch-done): Restore old signal-hook-function.
1110         * info.el (Info-fontify-node): Mark one more char as intangible.
1112 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
1114         * composite.el (compose-last-chars): New argument COMPONENTS.  If
1115         it is non-nil, compose preceding characters by compose-region with
1116         COMPONENTS.
1118         * international/quail.el (quail-input-string-to-events): New function.
1119         (quail-input-method): Convert input string to events here.
1120         (quail-start-translation): Return input string, not event list.
1121         (quail-start-conversion): Likewise.
1123 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
1125         * tooltip.el (tooltip-cancel-delayed-tip)
1126         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1127         and tooltip-add-timeout.
1128         (tooltip-show): Set border color from faces's foreground.
1129         (tooltip-show-help-function): If called with the same help string
1130         as last time, do nothing.
1131         (tooltip-help-tips): Don't set tooltip-help-message to nil.
1133         * startup.el (fancy-splash-screens): Don't bind show-help-function
1134         to nil.
1136         * tooltip.el (tooltip-frame-parameters): Remove colors.
1137         (tooltip): New face
1138         (tooltip-set-param): New function.
1139         (tooltip-show): Set up color frame parameters from face `tooltip'.
1140         Display the tooltip text in face `tooltip'.
1142 2001-01-04  Dave Love  <fx@gnu.org>
1144         * whitespace.el (whitespace-global-mode): Fix typo.
1146         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1148 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
1150         * help.el (help-for-help): Fix a typo in a doc string.  From
1151         kwzh@gnu.org (Karl Heuer).
1153 2001-01-03  Dave Love  <fx@gnu.org>
1155         * dired-x.el: Doc fixes.  Maintainer change.
1156         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1157         :type.
1158         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1159         (dired-guess-shell-alist-user): Customize.
1160         (dired-x-help-address): Set to bug-gnu-emacs.
1161         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1162         (dired-default-directory): Renamed from default-directory.
1164         * hl-line.el (hl-line): Doc fix.
1166 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
1168         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
1170 2001-01-02  Richard M. Stallman  <rms@gnu.org>
1172         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1173         to remove all the current alternative-match highlighting.
1174         If nil, remove only what's outside the current window.
1175         (isearch-lazy-highlight-remove-overlays): Take optional
1176         region within which NOT to remove them.
1177         (isearch-lazy-highlight-new-loop): Greatly simplified.
1178         (isearch-lazy-highlight-update): Find all the other occurrences
1179         visible in the window, in just one call.
1180         (isearch-lazy-highlight-start): Now holds start of region to scan.
1181         (isearch-lazy-highlight-end): Now holds end of region to scan.
1182         (isearch-lazy-highlight-wrapped): Variable deleted.
1183         (isearch-lazy-highlight-search): Function deleted.
1185 2000-01-02  Andrew Innes  <andrewi@gnu.org>
1187         * w32-fns.el (convert-standard-filename): Do length check on name
1188         before aref.
1190 2001-01-02  Dave Love  <fx@gnu.org>
1192         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1193         value.
1194         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1196         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1198         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1199         read syntax.
1201         * calendar/todo-mode.el (todo): Add :link, :version.
1202         (todo-save-top-priorities): Remove autoload cookie.
1203         (todo-add-category, todo-add-item-non-interactively)
1204         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1205         cookie.
1207 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
1209         * comint.el (comint-input-history-ignore): New variable.
1210         (comint-read-input-ring): Ignore entries matching
1211         comint-input-history-ignore.
1213 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
1215         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1216         (lm-copyright-mark): New function.
1217         (lm-crack-copyright): New function.
1218         (lm-verify): Check that the file has a copyright.
1219         Check that the file is copyright Free Software Foundation.
1221 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
1223         * international/mule-diag.el (print-fontset): Indent font name by
1224         24 columns, not 25.
1226 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
1228         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1229         in Subject line.
1231         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1232         Use mail-mode-hook instead of mail-setup-hook.  Otherwise
1233         continuing an interrupted message with C-u C-x m for instence,
1234         winds up in Mail mode without abbrevs.
1236 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1238         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1239         non-nil.  Adding almost all customization variables on ps-setup.  Doc
1240         fix.
1241         (ps-print-version): New version number (6.3.3).
1242         (ps-end-with-control-d): Initialization fix.
1243         (ps-lines-printed): New var.
1244         (ps-skip-newline): New fun.
1245         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1246         (ps-next-line, ps-continue-line, ps-plot-region)
1247         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
1249 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
1251         * international/fontset.el (x-complement-fontset-spec): Resolve
1252         ASCII font name so that the same family name is used for fonts
1253         registered in x-font-name-charset-alist.
1254         (create-fontset-from-fontset-spec): Adjusted for the above change.
1255         The name of fontset alias should be a unresolved ASCII font name.
1257 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
1259         * simple.el (delete-key-deletes-forward-mode): Bind backspace
1260         and delete in isearch-mode-map.
1262 2000-12-28  Richard M. Stallman  <rms@gnu.org>
1264         * dired-x.el (dired-guess-shell-alist-default):
1265         Use xpdf instead of acroread.
1267 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
1269         * textmodes/artist.el (artist-butlast): Deleted.
1270         (artist-ellipse-mirror-quadrant): Use butlast instead of
1271         artist-butlast.
1273         * subr.el (butlast, nbutlast): Moved from cl.el to here.
1275         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1277 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
1279         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1281         * ls-lisp.el: Better support for the Mac and MS-Windows.
1282         (ls-lisp): New defgroup.
1283         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
1284         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
1285         (ls-lisp-support-shell-wildcards): New defcustoms.
1286         (ls-lisp-parse-symlink): New function.
1287         (insert-directory): Code to convert switches to a list and set up
1288         the wildcard argument copied from ls-lisp-insert-directory.
1289         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
1290         for -C and -R switches.
1291         (ls-lisp-column-format): New function.
1292         (ls-lisp-delete-matching, ls-lisp-handle-switches)
1293         (ls-lisp-format-time): Add doc strings.
1294         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1295         Support ls-lisp-dirs-first.
1296         (ls-lisp-classify, ls-lisp-extension): New functions.
1297         (ls-lisp-format): Optionally support emulation of symlinks.
1298         Support -i, -s, and -G switches.
1300 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
1302         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1304         * version.el (emacs-version): Print X scroll bar information.
1306         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1307         instead of x-toolkit-scroll-bars-p.
1309         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1310         of x-toolkit-scroll-bars-p.
1312 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
1314         * ffap.el (ffap-bindings): Make interactive and add an autoload
1315         cookie.
1316         (ffap-bindings): Doc fix, to reflect the above change.
1318 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
1320         * term.el (term-char-mode): Define all non-ascii self-inserting
1321         characters to 'term-send-raw in term-raw-map.
1323 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
1325         * viper-init (viper-restore-cursor-type): Added condition-case
1326         guard.
1328         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
1329         initialization; use add-hook.
1330         (ediff-file-remote-p): Use file-local-copy.
1332         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
1334         * ediff.el (ediff-patch-buffer): Bug fix.
1335         (ediff-revision): Allow selection of the file at the prompt.
1337 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
1339         * subr.el (combine-run-hooks): Remove.
1341         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1342         and remove the rogue second spec.
1344 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
1346         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1348 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
1350         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1351         Use minibuffer menu prompt for the `=' prefix.
1352         (smerge-command-prefix): Change default to C-^.
1353         (smerge-mode): Don't assume font-lock doesn't move point.
1355         * skeleton.el (skeleton-internal-1): Make sure the first line of
1356         the region is also re-indented.
1357         (skeleton-end-newline): New var.
1358         (skeleton-end-hook): Use it.
1360 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
1362         * comint.el (comint-password-prompt-regexp): Support CVS.
1364 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
1366         * simple.el (delete-key-deletes-forward-mode): Simplify.  Also
1367         backspace key combinations, depending on
1368         delete-key-deletes-forward.
1370         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1372         * simple.el (delete-key-deletes-forward): Doc fix.
1374 2000-08-22  Emmanuel Briot  <briot@gnat.com>
1376         * xml.el (top level comment): Updated to reflect the fact that
1377         white spaces are relevant in the XML file.
1378         (xml-parse-file): Do not kill an existing Emacs buffer if the file
1379         to parse was already edited. This allows for on-the-fly analysis
1380         of XML files.
1381         (xml-parse-tag): Check that the casing is the same in the start
1382         tag and end tag, since XML is case-sensitive.  Allows for spaces
1383         in the end tag, after the name of the tag.
1384         (xml-parse-attlist): Allow for the character '-' in the name of
1385         attributes, as in the standard http-equiv attribute Do not save
1386         the properties in the XML tree, since they are not relevant.
1388 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
1390         * generic.el (generic-read-type): Undo last change, inline into
1391         `generic-mode' and then remove.
1392         (generic-mode): Inline generic-read-type.
1393         (define-generic-mode): Push the symbol name rather than the symbol
1394         onto generic-mode-list.
1396 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
1398         * generic.el (generic-read-type): Build an alist for
1399         completing-read as in 20.7.
1401         * play/landmark.el (lm): Use interactive spec `P'.
1402         (toplevel): Don't set debug-on-error.
1404         * server.el (server-switch-buffer): Choose a window on a visible
1405         frame.
1407 2000-12-21  Dave Pearson  <davep@davep.org>
1409         * quickurl.el: Commentry change, I've moved my web site.
1411 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1413         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1414         ranges like \177-\237, but accepts the character sequence from \177 to
1415         \237.  Doc fix.
1416         (ebnf-version): New version (3.4).
1417         (ebnf-setup): Code fix.
1418         (ebnf-range-regexp): New fun.
1419         (ebnf-8-bit-chars): Const fix.
1421         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1422         entry.  Doc fix.
1423         (ebnf-bnf-lex): Code fix.
1424         (ebnf-bnf-comment-chars): Const fix.
1426         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1427         entry.  Doc fix.
1428         (ebnf-iso-comment-chars): Const fix.
1430         * ebnf-otz.el: Doc fix.
1432         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1433         entry.  Doc fix.
1434         (ebnf-yac-skip-code): Code fix.
1435         (ebnf-yac-comment-chars): Const fix.
1437 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
1439         * files.el (insert-directory-safely): New function.
1440         (recover-file): Use it instead of insert-directory.  From Markus
1441         Rost <markus.rost@mathematik.uni-regensburg.de>
1443 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
1445         * international/mule-cmds.el (select-safe-coding-system): Check
1446         coding-category-list more rigidly.  Improve help message.
1448         * dired.el (dired-move-to-filename-regexp): Fix previous change.
1450 2000-12-21  Miles Bader  <miles@gnu.org>
1452         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1453         prefix.
1455 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
1457         * international/mule-diag.el (describe-char-after): Make *Help*
1458         buffer inherit multibyteness of the current buffer.
1460         * international/mule.el (make-char): Docstring adjusted for the
1461         change of make-char-internal.
1463 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
1465         * international/iso-cvt.el: Docstrings fix.
1467 2000-12-20  Dave Love  <fx@gnu.org>
1469         * subr.el (eval-after-load): Doc fix.
1471 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
1473         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1474         for numbers.
1476 2000-12-20  Miles Bader  <miles@gnu.org>
1478         * international/quail.el (quail-help): Resize the help window
1479         again after it has all its contents.  Remove unneeded progn.
1481 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
1483         * pcmpl-linux.el: Fix copy/paste error.
1485 2000-12-19  Andrew Innes  <andrewi@gnu.org>
1487         * simple.el (delete-key-deletes-forward-mode): Fix typo in
1488         docstring.
1490 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1492         * progmodes/idlw-rinfo.el: Fixed copyright notice.
1494         * progmodes/idlw-toolbar.el: Fixed copyright notice.
1496         * progmodes/idlw-shell.el: Fixed copyright notice.
1498         * progmodes/idlwave.el: Fixed copyright notice.
1500         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1501         TAB as key separators.
1503 2000-12-19  Alex Schroeder  <alex@gnu.org>
1505         * sql.el (sql-sybase-options): New option.
1506         (sql-sybase): Use it.  Add sql-database to the list of parameters
1507         provided for login.  The options -w 2048 -n are not used any more.
1508         (sql-postgres-options): Changed default from "--pset" to "-P".
1509         (sql-mysql-options): Doc change.
1510         (sql-stop): Doc change.
1512 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
1514         * international/quail.el (quail-input-method): Always hide
1515         the guidance buffer on exiting.
1517 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1519         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1520         isn't fboundp.
1522         * server.el (server-buffer-done): Bury the buffer before
1523         killing it.
1525         * faces.el (face-spec-set): Interpret a nil in specs for
1526         foreground and background colors as `unspecified', for
1527         compatibility with 20.x.
1529 2000-12-18  Dave Love  <fx@gnu.org>
1531         * simple.el (mail-user-agent): Doc fix.
1532         (input-mode-8-bit): Removed.
1534         * international/mule.el (set-keyboard-coding-system): Doc fix.
1535         (keyboard-coding-system): New option.
1537         * mail/sendmail.el (send-mail-function): Customize.
1539 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
1541         * international/codepage.el (cp866-decode-table): New table.
1543 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1545         * version.el (emacs-version): Remove `%a' from the time format
1546         because the weekday doesn't fit well into each locale.
1548 2000-12-18  Miles Bader  <miles@gnu.org>
1550         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1552         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
1553         Check that emacs-major-version is `=' to 20, not `>='.
1554         (artist-replace-chars): Use `make-string' instead of a loop.
1556 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
1558         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1559         (cvs-execute-single-file): Don't change directory.
1560         Patch from Per Cederqvist.
1562 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
1564         * textmodes/ispell.el (check-ispell-version): If
1565         `ispell-program-name' is "aspell", pass it the -v switch instead
1566         of -vv.
1568 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
1570         * international/mule-diag.el (mule-diag): Insert information about
1571         configure options, multibyte awareness, language env.
1573         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1574         regexp to search for candidates.
1576 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
1578         * info.el (Info-forward-node): If the node has an
1579         Info-header-line, widen the buffer before searching for "next:"
1580         and "up:" pointers, and set the search limit to stay in the
1581         current node.
1583 2000-12-16  Miles Bader  <miles@gnu.org>
1585         * simple.el (delete-trailing-whitespace): Remove extraneous let.
1587 2000-12-15  Miles Bader  <miles@gnu.org>
1589         * comint.el (comint-send-string, comint-send-region): Also accept
1590         a buffer, buffer-name, or nil for PROCESS, for compatibility with
1591         process-send-string/region.
1593 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
1595         * isearch.el (isearch-lazy-highlight-max): New user-option.
1596         (isearch-lazy-highlight-update): Don't highlight more than
1597         isearch-lazy-highlight-max matches.
1599         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1601 2000-12-15  Richard M. Stallman  <rms@gnu.org>
1603         * sort.el (sort-columns): Fix error message.
1605         * dabbrev.el (dabbrev--last-case-pattern): Value is now
1606         `upcase' or `downcase' or nil.
1607         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1608         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1609         (dabbrev--substitute-expansion): New arg record-case-pattern.
1610         If it is non-nil, set dabbrev--last-case-pattern.
1611         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1613         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1615 2000-12-15  Miles Bader  <miles@gnu.org>
1617         * paths.el (Info-default-directory-list): Don't delete
1618         configure-info-directory from the list of standard info
1619         directories when appending it to the end -- their order is
1620         important.
1622         * faces.el (read-face-attribute): If there's no entry for the
1623         user's input in VALID, just use it as-is (this will often result
1624         in an error, but it may be OK for e.g. colors using hexadecimal
1625         notation, and at least will yield a better error message).
1627         * window.el (mode-line-window-height-fudge): Function removed.
1628         (height-affecting-face-attributes, mode-line-window-height-fudge):
1629         Variables removed.
1630         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1631         window is really the right size.  Use vertical-motion
1632         rather than forward-line.
1633         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1634         (ispell-command-loop, ispell-show-choices): Use the variable
1635         ispell-choices-win-default-height, rather than the function.
1636         (ispell-choices-win-default-height): Function removed.
1637         (ispell-mode-line-window-height-fudge): Function removed.
1639 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
1641         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1643 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
1645         * paths.el (Info-default-directory-list): If
1646         configure-info-directory is not one of the standard directories,
1647         put it first in the list; otherwise put it last.  Doc string
1648         changed accordingly.
1650         * info.el (Info-directory-list): Change doc string to reflect the
1651         change in Info-default-directory-list.
1653         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1654         windows-nt as windowed environments, even under -nw.
1656         * startup.el (command-line): Don't call x-backspace-delete-keys-p
1657         if not fboundp.  Switch delete-forward mode for the <delete> key
1658         on all PC platforms, even under -nw.
1660         * term/internal.el ([M-delete]): Remap to M-d.
1662 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
1664         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1666 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
1668         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1670 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
1672         * startup.el (command-line): Call delete-key-deletes-forward-mode,
1673         if appropriate.
1675         * simple.el (delete-key-deletes-forward): New user-option.
1676         (delete-key-deletes-forward-mode): New function.
1678         * bindings.el: Bind `delete' to backward-delete-char.
1680         * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1681         if symbol is bound before getting its value.
1683         * tooltip.el (tooltip-show): If an error is signaled in
1684         x-show-tip, display that error, and display the help in the
1685         echo area.
1687 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
1689         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1690         "... entries" messages for every 10000 entries, not 10.
1692 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
1694         * bookmark.el: Provide a generic exit hook, as suggested by
1695         Ovidiu Predescu <ovidiu@cup.hp.com>:
1696         (bookmark-exit-hook): New var.
1697         (bookmark-exit-hook-internal): New func, replaces
1698         old raw lambda form in `kill-emacs-hook', and runs new
1699         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
1700         as logically that feature must have been provided if this function
1701         is running.
1702         Removed ;;;###autoload before the `add-hook' call.
1704 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
1706         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1707         (easy-menu-current-active-maps): New function.
1708         (easy-menu-get-map): Use it.
1709         Make a proper menu entry when creating a new keymap.
1711 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
1713         * international/characters.el: Fix cases and syntaxes for
1714         mule-unicode-0100-24ff.
1716         * dired.el (dired-move-to-filename-regexp): Fixed for the case
1717         that a Japanese character is not appended after day and year.
1719         * info.el (Info-suffix-list): Change format for a command that
1720         requires arguments.
1721         (info-insert-file-contents): Adjusted for the above change.
1723 2000-12-12  Andreas Schwab  <schwab@suse.de>
1725         * tar-mode.el (tar-extract): Base the name of the subfile buffer
1726         on the name of the tar buffer.  Verify that the existing buffer is
1727         visiting the same subfile.
1729 2000-12-12  Dave Love  <fx@gnu.org>
1731         * subdirs.el: Add obsolete.
1733 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
1735         * mail/rmailsum.el (rmail-summary-expunge)
1736         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1737         instead of rmail-confirm-expunge.
1739         * replace.el (perform-replace): Don't use an empty match adjacent
1740         to a non-empty match when computing the next match before the
1741         replacement is performed.
1743 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
1745         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1746         definition (patch by Stefan Monnier).
1747         (glasses-mode): Use jit-lock instead of `after-change-functions'
1748         (patch by Stefan Monnier).
1750 2000-12-12  Miles Bader  <miles@gnu.org>
1752         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1753         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1755 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
1757         * term/mac-win.el: Remove load for ls-lisp.
1759         * loadup.el: Load ls-lisp for system-type `macos'.
1761 2000-12-12  Miles Bader  <miles@gnu.org>
1763         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1764         Respect field end too.
1765         (just-one-space): Respect fields as `delete-horizontal-space'.
1766         (newline-and-indent, reindent-then-newline-and-indent): Use
1767         `delete-horizontal-space'.
1769 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
1771         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1772         (so as to obey the field property in the minibuffer).
1774         * obsolete/c-mode.el: Moved from lisp/progmodes.
1775         * obsolete/auto-show.el: Moved from lisp.
1776         * obsolete/ooutline.el: Moved from lisp/textmodes.
1778 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1780         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
1781         changes to list them here.
1783         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.  Too
1784         many changes to list them here.
1786         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.  Too
1787         many changes to list them here.
1789         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1791 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
1793         * simple.el (kill-new): Don't try to setcar kill-ring if it is
1794         nil.
1796         * cus-edit.el (custom-save-variables, custom-save-faces):
1797         Comment fix.
1799         * hscroll.el: Moved to `obsolete' subdir.
1801 2000-12-11  Miles Bader  <miles@gnu.org>
1803         * window.el (window-text-height): Function removed (now in C).
1805 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
1807         * log-edit.el (log-edit-parent-buffer): New var.
1808         (log-edit): Set it.  Add BUFFER argument.
1809         (log-edit-done): Use char-before.
1810         Don't bother checking validity of vc-comment-ring.
1811         Only bury the buffer if log-edit popped it up.
1813         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1814         (cvs-mode-diff-help): Remove.
1815         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
1816         (cvs-mode-marked): Set up the default for CMD manually.
1818         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1819         Remove binding for ? now made unnecessary.
1821 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1823         * textmodes/reftex.el (reftex-scanning-info-available-p): New
1824         function
1825         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1827         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1828         when master file is not open.
1830 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
1832         * progmodes/ada-stmt.el: Update `maintainer'.
1834 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
1836         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1837         choices to match documentation string.
1839 2000-12-09  Miles Bader  <miles@gnu.org>
1841         * minibuf-eldef.el: New file.
1843         * window.el (fit-window-to-buffer): Don't pass last argument to
1844         pos-visible-in-window-p, now that its meaning is inverted.
1846 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
1848         * image.el (create-image): Doc fix; spotted by Per Cederqvist
1849         <ceder@lysator.liu.se>.
1851 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
1853         * autoinsert.el (auto-insert-alist): Add missing final \n.
1855         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
1856         (cvs-menu-map): Remove.
1857         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1858         (cvs-mode-quit): Turn it back into a plain function.
1860         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
1861         (texinfo-filter): Remove (move to texinfo.el).
1863         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1864         file where it's more visible.
1865         (texinfo-filter, texinfo-chapter-level-regexp): New variables
1866         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1867         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1868         (texinfo-inside-macro-p): Only catch `scan-error's.
1869         (texinfo-inside-env-p): Make better use of the match info.
1870         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1871         (texinfo-insert-@end): Slight re-organization.
1872         Also remove useless `looking-at' call.
1874 2000-12-08  Andrew Innes  <andrewi@gnu.org>
1876         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1877         accessible in -nw mode.
1879         * term/w32-win.el: Remove stuff about selection timeout, which is
1880         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
1881         it is accessible in -nw mode.
1883 2000-12-08  Dave Love  <fx@gnu.org>
1885         * emacs-lisp/lisp-mode.el (lisp-mode): Set
1886         font-lock-keywords-case-fold-search.
1888 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
1890         * textmodes/ispell.el (ispell): Doc fix.
1892 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
1894         * international/quail.el (quail-insert-decode-map): Check the
1895         frame width of a window displaying the current buffer, not that of
1896         the selected frame.
1897         (quail-help): Make sure that the help buffer has window before
1898         inserting text in it.
1900 2000-12-07  Sam Steingold  <sds@gnu.org>
1902         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1903         Backquote is used in isearch.el, so autoloading saves nothing.
1905 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
1907         * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1908         the CVS and RCS subdirectories case-insensitively.
1910         * dired.el (dired-insert-directory): If file-system-info is
1911         fboundp, call it instead of invoking dired-free-space-program.
1913 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
1915         * server.el (server-visit-files): Push files on file-name-history.
1917         * progmodes/cc-langs.el: Update copyright.
1919         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1921         * bindings.el (mode-line-mode-menu): Add glasses-mode.
1923         * bindings.el (mode-line-mode-menu): Reverse the order
1924         of define-keys so that the menu appears in alphabetical order.
1926 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
1928         * progmodes/glasses.el (glasses-mode): Update mode line at the end
1929         of the function.
1931 2000-12-07  Dave Love  <fx@gnu.org>
1933         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1935         * facemenu.el (facemenu-unlisted-faces): Fix value.
1937 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
1939         * font-lock.el (font-lock-default-fontify-region):
1940         Include the terminating \n (off-by-one error).
1941         (font-lock-set-defaults): Use dolist.
1943         * derived.el (define-derived-mode): Don't use combine-run-hooks.
1945 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
1947         * international/mule-cmds.el (describe-language-environment): Fix
1948         for the case that an input method title is not string but a list.
1950         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1951         of wrong SIZE record.
1953 2000-12-06  Dave Love  <fx@gnu.org>
1955         * newcomment.el (comment-region, comment-dwim): Doc fix.
1957         * textmodes/texinfo.el: Require tex-mode when compiling.
1958         (texinfo-update-node): Doc fix.
1959         (texinfo-imenu-generic-expression): Add @anchor.
1960         (texinfo-font-lock-keywords): Add @uref.
1961         (texinfo-inside-macro-p): Don't use ignore-errors.
1962         (texinfo-insert-quote): Match more contexts.
1964         * international/mule.el (decode-char, encode-char): Doc fix.
1965         (auto-coding-alist): Customize.
1967         * files.el (load-file): Fix change of 2000-03-12.
1969         * wid-edit.el (widget-text-keymap): Doc fix.
1971 2000-12-06  Andrew Innes  <andrewi@gnu.org>
1973         * makefile.w32-in (lisp): Set to an absolute directory, namely
1974         $(CURDIR).
1976 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
1978         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1979         read generated-autoload-file, and set buffer-file-coding-system to
1980         raw-text-unix after reading the file.
1982         * international/mule-conf.el (file-coding-system-alist): Use
1983         raw-text for reading loaddefs.el and raw-text-unix for writing
1984         it.
1986 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
1988         * replace.el (occur): Make line-number-width 1 smaller for the
1989         colon following the line number.
1991         * startup.el (fancy-splash-text, command-line-1): Use
1992         `File' for the menu name instead of `Files'.
1994         * tmm.el: Update copyright.
1996         * cus-start.el: Add entry for even-window-heights.
1998 2000-12-06  Miles Bader  <miles@gnu.org>
2000         * faces.el (frame-set-background-mode): Avoid stomping on
2001         locally modified faces.
2003 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
2005         * international/fontset.el: Correct the font registries for
2006         japanese-jisx0213-1 and japanese-jisx0213-2.
2008 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
2010         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2012         * iswitchb.el: Update customization commentary.
2014 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
2016         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2017         (tpu-search-highlight): Fixed comparison of overlay end positions.
2018         (tpu-trim-line-ends): Implemented trimming logic locally.
2020         * emulation/tpu-extras.el (tpu-write-file-hook)
2021         (tpu-set-cursor-bound): Replaced picture-clean with
2022         tpu-trim-line-ends.
2024 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
2026         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2027         to cn-gb.
2028         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2030 2000-12-04  Dave Love  <fx@gnu.org>
2032         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2034 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
2036         * mail/rmailsum.el (rmail-summary-expunge)
2037         (rmail-summary-expunge-and-save): Ask for confirmation with
2038         rmail-expunge-confirmed.
2040         * mail/rmail.el (rmail-expunge-confirmed): New function.
2041         (rmail-expunge): Use it.
2043         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2044         (etags-recognize-tags-table, find-tag-in-order): New
2045         functionality: interpret file names as tags.
2047 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
2049         * info.el (Info-scroll-prefer-subnodes): New defcustom.
2050         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2051         visit the first subnode until the bottom of the current node is
2052         visible.
2054 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
2056         * format.el (format-decode): Don't change buffer's undo list.
2058 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
2060         * faces.el (face-font-registry-alternatives): Add entries for CJK
2061         fonts.  Doc-string adjusted for the actual usage of this data.
2063         * international/fontset.el: Change the font registries for CJK
2064         fonts in the default fontset.  Don't append '*' to registries.
2066 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
2068         * emacs-lisp/easy-mmode.el (define-derived-mode)
2069         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2071         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2072         (derived-mode-p): New function.
2073         (derived-mode-make-docstring): Add `docstring' argument.
2074         Use it if available and complete it if necessary.
2076 2000-12-03  Andreas Schwab  <schwab@suse.de>
2078         * type-break.el (type-break): Don't make parent of itself.
2080 2000-12-03  Miles Bader  <miles@gnu.org>
2082         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2084 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2086         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2087         (tex-main-file, tex-file): Simplify.
2088         (tex-generate-zap-file-name): Use subst-char-in-string.
2089         (tex-strip-dots): Remove.
2091         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2093         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2094         to check if the match succeeded.
2096 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
2098         * startup.el (use-fancy-splash-screens-p): New function.
2099         (command-line-1): Use it to determine whether or not to use
2100         a fancy splash screen.
2102 2000-12-02  Andreas Schwab  <schwab@suse.de>
2104         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2106 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
2108         * international/mule.el (make-char): Fix last change.
2110         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2111         New defcustoms.
2112         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2113         autoloading tex-mode; instead, do the same manually.  Use
2114         texinfo-open-quote and texinfo-close-quote.  Insert literal quote
2115         with numeric argument.  Docstring fix.
2116         (toplevel): Require cl when compiling.
2118         * international/mule.el (make-char): Doc fix.
2120 2000-12-02  Jason Rumney  <jasonr@gnu.org>
2122         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2123         the Emacs Lisp manual)
2125 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
2127         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2129         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2130         the Emacs Lisp manual).
2132 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
2134         * simple.el (next-line-add-newlines): Change default to nil.
2136 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
2138         * files.el (revert-buffer, recover-file): Bind
2139         coding-system-for-read to emacs-mule-unix, not to no-conversion.
2141 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
2143         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2145 2000-12-01  Miles Bader  <miles@gnu.org>
2147         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2149 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
2151         * international/mule-diag.el (describe-char-after): Fix typo.
2152         (describe-character-set, non-iso-charset-alist): Fix typo.
2154 2000-12-01  Miles Bader  <miles@gnu.org>
2156         * image-file.el (image-file-name-regexp): Automatically add
2157         upper-case variants of each filename extension in
2158         `image-file-name-extensions', since they seem to be common.
2160         * simple.el (minibuffer-contents)
2161         (minibuffer-contents-no-properties, delete-minibuffer-contents):
2162         New functions.
2163         * filecache.el (file-cache-directory-name)
2164         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2166 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
2168         * filecache.el (file-cache-minibuffer-complete): Don't try to
2169         delete the minibuffer prompt.
2171 2000-11-30  Dave Love  <fx@gnu.org>
2173         * cus-start.el: Fix read-buffer-function type.
2175 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
2177         * md5.el: Removed.  There's a built-in function, now.
2179 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
2181         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2182         as dummy 0-th char of rmail-deleted-vector.
2184 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
2186         * ps-print.el (ps-end-job): Bind case-fold-search only after
2187         switching to ps-spool-buffer.
2189 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2191         * ps-print.el: Line number font customization.  PostScript: Lines and
2192         PageCount are initialized on each page.  Doc Fix.
2193         (ps-print-version): New version number (6.3.2).
2194         (ps-lpr-switches, ps-font-info-database, ps-font-size)
2195         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2196         (ps-right-header): Customization fix.
2197         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2198         Fix code.
2199         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2200         New vars.
2202 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
2204         * bs.el: Fix typos and spelling errors.
2205         (bs-appearance) <defgroup>: Renamed from bs-appearence.
2206         (bs-configuration): Doc fix.
2208         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
2210 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
2212         * emulation/tpu-edt.el (tpu-version): New version.
2213         (tpu-search-overlay, tpu-replace-overlay): New initial range.
2214         (tpu-original-mode-line): Variable deleted.
2215         (tpu-mark-flag): New initial value.
2216         (tpu-set-mode-line): Don't redefine mode-line-format.  Add
2217         tpu-mark-flag to minor-mode-alist.
2218         (tpu-update-mode-line): New mark flag logic.
2219         (tpu-get): Use find-file-wildcards.
2220         (tpu-search-highlight): Move overlay less, reset overlay properly.
2221         (tpu-unselect): Deactivate mark.
2222         (tpu-lm-replace): Reset overlay properly.
2223         (tpu-forward-line): Use forward-visible-line.
2224         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
2226         * emulation/tpu-extras.el (tpu-forward-line): Use
2227         forward-visible-line.
2229 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
2231         * cus-edit.el (custom-face-value-create): Always emphasize tag.
2233 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2235         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2236         and skip whitespace and newlines.
2238 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
2240         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2242 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
2244         * help.el (describe-function-1): Regexp-quote function name
2245         when used as part of a regexp.
2247         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2248         face-attribute instead of face-foreground and face-background.
2249         (tool-bar-add-item): Likewise, and handle unspecified colors.
2251         * enriched.el (enriched-face-ans): Use face-attribute instead
2252         of face-foreground and face-background.
2254         * faces.el (face-foreground, face-background, face-stipple):
2255         Return nil if attribute is unspecified, for backward
2256         compatibility.
2258         * files.el (auto-mode-alist): Add an entry for antlr-mode.
2260         * play/5x5.el: Remove version info.
2262         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2264         * frame.el (blink-cursor-mode): Doc fix.
2266 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2268         * antlr-mode.el: New commands to run ANTLR from within Emacs and
2269         to create Makefile rules.
2270         (antlr-tool-command): New user option.
2271         (antlr-ask-about-save): New user option.
2272         (antlr-makefile-specification): New user option.
2273         (antlr-file-formats-alist): New variable.
2274         (antlr-special-file-formats): New variable.
2275         (antlr-unknown-file-formats): New user option.
2276         (antlr-help-unknown-file-text): New variable.
2277         (antlr-help-rules-intro): New variable.
2278         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2279         (antlr-mode-menu): Add entries.
2280         (antlr-file-dependencies): New function.
2281         (antlr-directory-dependencies): New function.
2282         (antlr-superclasses-glibs): New function.
2283         (antlr-run-tool): New command.
2284         (antlr-makefile-insert-variable): New function.
2285         (antlr-insert-makefile-rules): New function.
2286         (antlr-show-makefile-rules): New command.
2288         * antlr-mode.el: More Emacs/XEmacs stuff.
2289         (antlr-no-action-keywords): New constant with value nil.
2290         (antlr-font-lock-keywords-alist): Use it.  Old value would break
2291         syntax highlighting in Emacs-21.0.
2292         (antlr-default-directory): Emacs/XEmacs dependend function.
2293         (antlr-read-shell-command): Ditto.
2294         (antlr-with-displaying-help-buffer): Ditto.
2296 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2298         * antlr-mode.el: imenu, parsing and highlighting changes.
2299         (antlr-imenu-create-index-function): Don't create extra submenus
2300         for definitions in different grammar classes.  It is not necessary
2301         for the menu and would make command `imenu' awkward to use.
2302         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2303         header actions and more than one.
2304         (antlr-font-lock-tokendef-face): Changed color.
2305         (antlr-font-lock-tokenref-face): Changed color.
2306         (antlr-font-lock-additional-keywords): Also highlight lowercase.
2307         (antlr-mode-syntax-table): New variable.
2308         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2309         (antlr-with-syntax-table): Don't copy syntax table.
2311 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2313         * antlr-mode.el: Minor changes: language setting.
2314         (antlr-language-alist): The value for file option "language" can
2315         be both an identifier and a string.
2316         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2317         (antlr-language-limit-n-regexp): Change accordingly.
2319 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2321         * antlr-mode.el: Minor changes: tabs, hiding.
2322         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2323         (antlr-action-visibility): Also allow value nil to also hide the
2324         braces.  Renamed from `antlr-tiny-action-length'.
2325         Suggested by Jay@aol.com.
2326         (antlr-hide-actions): Change accordingly.  Hide line if completely
2327         hidden action is on a line of its own.
2329 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2331         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2333         * sort.el (sort-columns): Don't concat strings with numbers.
2335 2000-11-29  Dave Love  <fx@gnu.org>
2337         * cus-edit.el (face): Fix :format.
2339         * mail/feedmail.el: Require smtpmail when compiling.
2340         (mail-do-fcc): Autoload.
2341         (feedmail) <defgroup>: Fix :link.
2342         (feedmail-nuke-body-in-fcc): Fix :type.
2343         (feedmail-send-it): Add autoload cookie.
2345 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2347         * newcomment.el (comment-indent): Save excursion around call to
2348         comment-indent-function.
2350 2000-11-29  Miles Bader  <miles@gnu.org>
2352         * subr.el (member-ignore-case): Return the tail of the list who's
2353         car matches, like `member', not the matching element itself.
2355 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
2357         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
2358         should not contain `\n'.
2360 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2362         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2364         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2366         * dired-aux.el (dired-do-create-files): Construct default file
2367         name for dired-mark-read-file-name so that when the user enters
2368         just RET, the target file will end up in the target directory.
2370         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2371         local-abbrev-table before changing buffers because it might
2372         have a buffer-local binding.
2374 2000-11-28  Miles Bader  <miles@gnu.org>
2376         * simple.el (delete-horizontal-space): Handle fields more generally.
2378 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2380         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2382 2000-11-28  Dave Love  <fx@gnu.org>
2384         * progmodes/ps-mode.el (ps-mode): Set comment-start and
2385         comment-start-skip locally.
2387         * progmodes/fortran.el (fortran-mode): Don't set
2388         fortran-comment-line-start-skip.  Set comment-start to
2389         fortran-comment-line-start.
2390         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2391         (fortran-comment-line-start-skip): Simplify slightly.
2393 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2395         * play/5x5.el: Remove RCS keyword.
2397         * bs.el: Mistaken commit, undone 2000-11-30.
2399 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
2401         * textmodes/tildify.el (tildify-string-alist): Add
2402         `plain-tex-mode' here.
2404 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
2406         * chistory.el (Command-history-setup): Remove extraneous `keymap'
2407         reference.
2409 2000-11-28  Miles Bader  <miles@gnu.org>
2411         * cus-face.el (custom-face-attributes): Add post-filter function
2412         for :box.  Make pre-filter function for :box handle all cases.
2414         * wid-edit.el (widget-choose): Make sure pop-up window is large
2415         enough to display all the choices, as there's no way to scroll it.
2417 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
2419         * international/mule-conf.el: Make the coding system no-conversion
2420         safe for all characters.
2422 2000-11-27  Dave Love  <fx@gnu.org>
2424         * net/ldap.el (ldap) <defgroup>: Add :version.
2426         * tooltip.el (tooltip-use-echo-area): Doc fix.
2428         * cus-start.el <minibuffer-prompt-properties>: Add version.
2429         <read-buffer-function>: Add.
2431         * apropos.el (apropos-print): Add help-echo to active text.
2433         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2435 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
2437         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2438         type, group and version.
2440 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
2442         * select.el (x-get-selection): Docstring fix.
2444 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
2446         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2448 2000-11-27  Andrew Innes  <andrewi@gnu.org>
2450         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2452         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2454 2000-11-27  Miles Bader  <miles@gnu.org>
2456         * dired.el (dired-get-filename): Return filename verbatim if
2457         LOCALP is `verbatim'.
2458         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2459         `verbatim' so that we don't inadvertently delete a non-existant
2460         directory name.
2462 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
2464         * international/characters.el: Specify cases and syntaxes for
2465         mule-unicode-0100-24ff.
2467 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
2469         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2470         that foreground and/or background colors of the face `tool-bar'
2471         are unspecified.
2473 2000-11-27  Miles Bader  <miles@gnu.org>
2475         * wid-edit.el (widget-field-buffer, widget-field-start)
2476         (widget-field-end): Handle widget field `pseudo-overlays'.
2477         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2478         if it's there instead of in `widget-field-list'.
2480         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2481         (help-make-xrefs): Delete extraneous newlines at the end of the
2482         docstring.
2484 2000-11-25  Jason Rumney  <jasonr@gnu.org>
2486         * startup.el (command-line): Call set-locale-environment after
2487         Window System init file is read, as it can result in a call to
2488         redraw-frame.
2490 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
2492         * simple.el (shell-command): Mention the effect of the prefix
2493         argument in the doc string.
2495 2000-11-25  Miles Bader  <miles@gnu.org>
2497         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2499         * wid-edit.el (widget-field-value-delete): Don't try to delete
2500         overlay when it's the `pseudo-overlay' that exists at some points.
2502 2000-11-24  Jason Rumney  <jasonr@gnu.org>
2504         * international/mule-cmds.el (locale-language-names): Add "jp" as
2505         a non-standard alternative for Japanese.
2507 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
2509         * vc-hooks.el: Require 'cl during compilation.
2511 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
2513         * faces.el (face-set-after-frame-default): Let face attributes
2514         specified for new frames override frame parameters.
2516         * startup.el (command-line): Fix computation of the source file
2517         for user-init-file when user-init-file is a compiled file.
2519 2000-11-24  Miles Bader  <miles@gnu.org>
2521         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2522         (custom-post-filter-face-spec): New functions.
2523         (custom-face-set, custom-face-value-create): Filter the face spec
2524         before and after customization.
2525         (custom-face-set): If VALUE specifies a null face, pass a
2526         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2527         * cus-face.el (custom-face-attributes): Remove SET and GET
2528         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
2529         cases they're needed.
2531         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2532         that it's distinguishable from the :off-glyph on dark-background
2533         displays.  Set its background color too.
2535         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2536         so that people can easily turn it off.
2538 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
2540         * ediff-diff.el: Moved variables around to have it compile under NT.
2542         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2544         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2546         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2547         redundant skip-small-frames test.
2549         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
2550         (viper-downgrade-to-insert): protect against errors in hooks.
2552         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2553         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2554         (viper-restore-cursor-type,viper-set-insert-cursor-type): New
2555         functions.
2557         * viper-util.el (viper-memq-char): Bug fixes.
2559         * viper.el (viper-mode): Fix cursor handling.
2561 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
2563         * international/mule-diag.el (list-iso-charset-chars): For
2564         two-byte charset, fix the `while' condition.
2565         (list-non-iso-charset-chars): Fix the `while' condition.
2567 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
2569         * subr.el (add-hook, remove-hook): Don't call make-local-hook
2570         if the variable is make-variable-buffer-local.
2572         * progmodes/ada-stmt.el (ada-template-map): Initialize
2573         and bind it to C-c t in ada-mode-map.
2574         (ada-stmt-mode-hook): New function extracted from old code.
2575         Only change the buffer-local side of skeleton-*.
2576         (ada-mode-hook): Use it.
2578 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
2580         * iswitchb.el (iswitchb-minibuf-depth): New variable.
2581         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2582         we expect to be returned by minibuffer-depth once we prompt the
2583         user in the minibuffer.
2584         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2585         as recorded in iswitchb-minibuf-depth, return non-nil.
2587 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
2589         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2590         (hscroll-window-maybe): Docstring fix.
2592 2000-11-23  Dave Love  <fx@gnu.org>
2594         * rect.el (string-rectangle): Don't test delete-selection-mode.
2596 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
2598         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2599         is in the tool bar.
2601         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2602         with `no-dir'; we want the directory part to be able to remove
2603         it.
2605 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2607         * textmodes/outline.el (outline-flag-region):
2608         Don't bind inhibit-read-only since we don't modify the buffer.
2609         (outline-isearch-open-invisible): Don't jump to overlay-start
2610         since we're trying to unhide text around point.
2611         (outline-discard-overlays): Use dolist.
2613         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2615 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2617         * mail/rmail.el (rmail-confirm-expunge): Default to
2618         y-or-n-p.
2620 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2622         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2623         Fix ARG regexp to skip quoted braces.
2624         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2625         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2626         are (correctly) handled separately).
2627         Remove `caption' and `footnote' from `citations': they contain text.
2628         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2629         (latex-skeleton-end-hook): New function.
2630         (latex-mode): Use it.
2631         (tex-start-tex-marker): Remove.
2632         (tex-send-tex-command): Don't set tex-start-tex-marker.
2633         (tex-error-parse-syntax-table): New var.
2634         (tex-compilation-parse-errors): Use it.
2635         Ignore tex-start-tex-marker.  Don't bother with marker-position.
2636         (tex-validate-buffer): Don't bother with marker-position.
2638         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
2639         (flyspell-generic-progmode-verify): Use it.
2641 2000-11-22  Sam Steingold  <sds@gnu.org>
2643         * simple.el (delete-trailing-whitespace): New interactive
2644         function.
2646         * progmodes/ada-mode.el (ada-mode): Use it instead of
2647         `ada-remove-trailing-spaces'.
2648         (ada-remove-trailing-spaces): Removed.
2650         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
2652         * textmodes/picture.el (picture-clean): Removed.
2653         (picture-mode-exit): Call it instead of `picture-clean'.
2655 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2657         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2659         * hi-lock.el (hi-lock-refontify): Don't call non-existent
2660         jit-lock-fontify-buffer; it should anyway be unneccessary to
2661         do anything special when jit-lock is active.
2662         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2664 2000-11-22  Dave Love  <fx@gnu.org>
2666         * calendar/todo-mode.el (todo-top-priorities): Use
2667         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2669         * language/chinese.el, language/cyrillic.el:
2670         * language/devanagari.el, language/ethiopic.el, language/greek.el:
2671         * language/hebrew.el, language/indian.el, language/japanese.el:
2672         * language/korean.el, language/lao.el, language/misc-lang.el:
2673         * language/thai.el, language/tibetan.el, language/vietnamese.el:
2674         Use provide.
2676         * cus-edit.el (custom-buffer-create-internal): Save some consing.
2677         (custom-variable-set): Improve validation error mesage.
2679         * rect.el (string-rectangle): Revert last change.
2680         (string-rectangle-line): New arg DELETE.
2681         (string-rectangle): Check delete-selection-mode.
2683         * emacs-lisp/edebug.el (edebug-version)
2684         (edebug-maintainer-address): Deleted.
2685         (edebug-submit-bug-report): Just alias to report-emacs-bug.
2686         (edebug-read-function): Account for other `'#' read forms.
2687         (edebug-mode-menus): Make some items toggles.
2688         (edebug-outside-unread-command-event, unread-command-event):
2689         Remove these to avoid warnings.
2691 2000-11-22  David Ponce  <david@dponce.com>
2693         * recentf.el (recentf-menu-items-for-commands)
2694         (recentf-make-menu-items, recentf-make-menu-item)
2695         (recentf-filter-changer): Added :help and :active menu-item properties.
2697         (recentf-build-dir-rules, recentf-dump-variable)
2698         (recentf-edit-list, recentf-open-files-item)
2699         (recentf-open-files): Replaced unnecessary `mapcar' with new
2700         built-in `mapc'.
2702 2000-11-23  Miles Bader  <miles@gnu.org>
2704         * faces.el (menu): Make inverse-video on ttys too.
2706 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2708         * simple.el (comment-line-break-function): Use the new name
2709         indent-new-comment-line -> comment-indent-new-line.
2710         (clone-indirect-buffer): Don't ignore NORECORD.
2711         (next-completion): Properly handle the case where items are adjacent.
2713         * mouse.el (popup-menu): Stupid typo.
2715 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2717         * emacs-lisp/authors.el: Remove autoload cookies, add author,
2718         maintainer, keywords tags.
2720         * rect.el (replace-rectangle): Don't call string-rectangle-line
2721         with too many arguments.
2723 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
2725         * ediff-util.el (ediff-file-checked-out-p)
2726         (ediff-file-checked-in-p): Call vc-state instead of
2727         vc-locking-user, which no longer exists.
2729         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2731 2000-11-22  Dave Love  <fx@gnu.org>
2733         * md5.el (md5): Provide.
2734         (md5): Fix error call.
2736 2000-11-22  Miles Bader  <miles@gnu.org>
2738         * textmodes/refill.el (refill-adjust-ignorable-overlay)
2739         (refill-fill-paragraph-at): Remove debugging code.
2741         * calendar/calendar.el (generate-calendar-window): When we don't
2742         call `fit-window-to-buffer', make sure the top line is fully visible.
2744         * image-file.el (insert-image-file): Don't make `read-only'
2745         property rear-nonsticky.
2747         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2748         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2749         stashing away its original value.
2750         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2751         in the recursive edit.
2752         Bind `isearch-original-minibuffer-message-timeout' to protect it.
2753         (isearch-done): Restore `minibuffer-message-timeout'.
2755         * cus-start.el: Remove entry for `mode-line-inverse-video'.
2757 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
2759         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2761         * find-lisp.el (find-lisp-find-files-internal):
2762         Use dolist, when and file-name-as-directory.
2764         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
2765         (define-derived-mode, define-minor-mode): Add specs.
2767         * window.el: General comment and spacing fixes.
2768         (save-selected-window): Use backquotes.
2769         (window-safely-shrinkable-p): New function.
2770         (shrink-window-if-larger-than-buffer): Use it.
2772         * subr.el (make-local-hook): Docstring fix.
2774         * shell.el (shell-mode): Use define-derived-mode.
2776         * newcomment.el (comment-indent): Insert comment before calling
2777         comment-indent-function.  Don't insert in column 0.
2778         (comment-dwim): Indent before inserting comment.
2780         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
2781         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
2782         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2783         Use mapc rather than map.
2785         * files.el (find-buffer-visiting): Compare all attributes before
2786         declaring two files identical (rather than just their inode-no).
2787         (auto-mode-alist): Use \' rather than $.
2789         * which-func.el: Update maintainer line.
2791         * pcvs.el (uniquify-buffer-file-name): Remove advice.
2792         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2793         (uniquify-buffer-file-name): Use it.
2795 2000-11-22  Miles Bader  <miles@gnu.org>
2797         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2798         * simple.el (minibuffer-avoid-prompt): New function.
2800 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
2802         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2804 2000-11-21  Miles Bader  <miles@gnu.org>
2806         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2807         inclusion of `track-mouse'.
2809         * textmodes/refill.el (refill-ignorable-overlay): New variable.
2810         (refill-adjust-ignorable-overlay): New function.
2811         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2812         only the paragraph's tail if possible.
2813         Update `refill-ignorable-overlay'.
2814         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2816         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2817         point inside the fill-prefix.
2819         * textmodes/refill.el (refill-post-command-function): Don't reset
2820         refill-doit in the case where a self-insertion command doesn't
2821         case a refill.  Use `refill-fill-paragraph-at', getting position
2822         from `refill-doit'.
2823         (refill-after-change-function): Set `refill-doit' to END.
2824         (refill-fill-paragraph-at): New function, mostly from old
2825         refill-fill-paragraph.
2826         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2827         (refill-pre-command-function): New function.
2828         (refill-mode): Add it to `pre-command-hook'.
2830 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
2832         * textmodes/artist.el (artist-mode): Fix autoload cookie.
2834         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2835         javadoc tags.
2837 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
2839         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2840         vc.el).
2842         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
2843         require vc.
2845         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
2846         checkouts.
2848 2000-11-20  Dave Love  <fx@gnu.org>
2850         * Makefile.in (DONTCOMPILE): Omit bindings.el.
2852 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
2854         * calculator.el (calculator-paste): Use `if' instead of `and'
2855         and `or'.
2856         (calculator-help): Don't use electric-describe-mode for XEmacs.
2858 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
2860         * info.el (info-menu-5): Doc fix.
2862         * textmodes/artist.el: New file.
2864 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
2866         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
2867         and differentiate according to checkout model.
2868         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2869         since this function is only concerned with master state.
2871         * vc-hooks.el (vc-workfile-unchanged-p,
2872         vc-default-workfile-unchanged-p): Moved here from vc.el.
2874         * vc.el (vc-workfile-unchanged-p,
2875         vc-default-workfile-unchanged-p): See above.
2877 2000-11-19  Miles Bader  <miles@gnu.org>
2879         * image-file.el (insert-image-file): Make `intangible' and
2880         `read-only' properties rear-nonsticky too.
2882 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
2884         * ps-print.el: Update copyright notice.
2886         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2887         (tooltip-show): Use the offsets.
2889         * bindings.el (mode-line-modified): Fix a typo.
2890         (mode-line-toggle-modified, mode-line-widen)
2891         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2893 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
2895         * ps-print.el (toplevel): Test for find-coding-system being
2896         fboundp before calling ps-x-find-coding-system.
2898 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2900         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2901         (vc-version-backup-file): Docstring fix.
2903 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
2905         * files.el (basic-save-buffer): Don't add a newline if
2906         find-file-literally is non-nil.
2907         (find-file-literally): Extend doc string.
2909         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2910         sort(1) with the `-f' argument.
2912 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
2914         * vc.el: Updated backend documentation.
2915         (vc-default-check-headers): New function.
2917         * vc-{cvs,rcs,sccs}.el: Functions reordered.
2919         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
2920         up-to-date.
2921         (vc-do-command): In the asynchronous case, output messages only if
2922         the minibuffer is not active.
2924         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
2925         `vc-cvs-use-edit' is on.
2926         (vc-cvs-checkout): When this is used for reverting the workfile,
2927         make a backup of the original contents and revert to that in case
2928         of error.
2929         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
2930         remote repositories.
2932         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2933         for both version and ratio in the minibuffer.
2935         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
2936         Use vc-do-command to perform the annotation, not call-process.
2938 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
2940         * international/quail.el (quail-start-translation): Don't call
2941         `message' before reading key sequence.
2943 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
2945         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2947 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
2949         * window.el (fit-window-to-buffer): Be sure to acquire at least
2950         one text line even if the buffer is empty.
2952 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
2954         * net/ange-ftp.el (ange-ftp-file-writable-p)
2955         (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2956         ange-ftp-process-verbose to nil.
2958 2000-11-15  Dave Love  <fx@gnu.org>
2960         * wid-edit.el (widget-specify-field, widget-specify-button): If
2961         :help-echo is a function, set help-echo of overlay to
2962         widget-mouse-help.
2963         (widget-mouse-help): New function.
2964         (widget-echo-help): Rewritten for :help-echo functions only taking
2965         a widget arg.
2967         * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2968         display-graphic-p.
2969         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2970         and that JPEG is available.
2971         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2973         * international/mule-cmds.el (locale-charset-language-names):
2974         Match @euro.
2976 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
2978         * faces.el (face-set-after-frame-default): If
2979         `inhibit-default-face-x-resources' is bound, don't intialize the
2980         default face from X resources.
2982 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
2984         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2985         Don't set EMACSLOADPATH.
2987 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
2989         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
2990         texinfo-insert-@url.
2991         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
2992         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2994 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
2996         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
2997         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
2998         (checkdoc-minor-keymap): Backward compatibility.
2999         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3000         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3001         (checkdoc-this-string-valid-engine): Be a bit more strict
3002         to avoid matching substrings of `...' quoted vars/funs.
3003         (checkdoc-defun-info): Only look for `interactive' if alone.
3004         (debug-ignored-errors): Add "arg doesn't appear in docstring".
3006         * progmodes/compile.el (grep): `tag-default' can be nil.
3008         * newcomment.el (comment-indent): Paren typo.
3010 2000-11-14  Dave Love  <fx@gnu.org>
3012         * calculator.el: New maintainer version.
3014         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
3016         * cmuscheme.el: Doc fixes.
3017         (cmuscheme) <defgroup>: Use `scheme' as parent.
3018         (cmuscheme-program-name): Remove.  Change uses to
3019         scheme-program-name.
3021         * xscheme.el (scheme-program-name): Don't define here.
3023         * progmodes/scheme.el (scheme-program-name): New variable
3024         (originally in cmuscheme).
3026 2000-11-14  Miles Bader  <miles@gnu.org>
3028         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3029         Handle header-lines.  Don't loop forever if we can't enlarge the
3030         window anymore.  Simplify a bit.
3032 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
3034         * window.el (fit-window-to-buffer): Don't check
3035         window-text-height.  Assure that the last line is fully visible.
3037         * international/quail.el (quail-show-guidance-buf): Call
3038         fit-window-to-buffer to assure the enough height of the guidance
3039         buffer.
3040         (quail-update-guidance): Avoid making the guidance buffer shorter.
3042 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
3044         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3045         rather than `prepend' and add an interesting comment.
3046         (tex-math-face, tex-font-lock-syntactic-face-function):
3047         New face and function to use it.
3048         (tex-define-common-keys, tex-mode-map): Use menu-item rather
3049         than `menu-enable' symbol property.
3050         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3051         (tex-mode): Add some latex-mode commands for auto-selection.
3052         Use tex-font-lock-syntactic-face-function.
3053         (tex-insert-quote): Simplify.
3054         (tex-shell): New mode.
3055         (tex-start-shell): Use it.
3056         (tex-shell-proc, tex-shell-buf): New functions.
3057         (tex-send-command): Use it.
3058         (tex-main-file): Fix the meaning of the new arg REALFILE.
3059         (tex-send-tex-command): New function split from `tex-start-tex'.
3060         Set compilation-last-buffer and compilation-parsing-end.
3062         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3063         when it follows non-comment text on the line.
3065         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3066         Set font-lock-defaults.
3067         (lisp-mode-shared-map): Init inside the defvar.
3068         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3069         Use define-derived-mode.
3071 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
3073         * faces.el (header-line): Use `:box nil' for color/gs displays too.
3075 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
3077         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3078         recursively optimize body because that can lead to infinite
3079         recursion; see comment there.
3081 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
3083         * faces.el (face-spec-set-match-display): Revert the change from
3084         2000-10-24.  Add a FIXME for after v21.1.
3086 2000-11-13  Miles Bader  <miles@gnu.org>
3088         * textmodes/fill.el (skip-line-prefix): New function.
3089         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
3090         (fill-paragraph): Don't leave point inside the fill-prefix.
3091         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3092         point inside the fill-prefix.
3094 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
3096         * calendar/calendar.el (generate-calendar-window): Use
3097         `fit-window-to-buffer'.
3099 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
3101         * gud.el (gud-minor-mode): New var.
3102         (gud-symbol, gud-val): New functions.
3103         (gud-find-file): Copy gud-minor-mode to the new buffer.
3104         (gud-menu-map): Include entries for commands that are not always
3105         available, using :enable to (de)activate them.
3106         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
3107         (gud-mode-map): New map.
3108         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
3109         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3110         Don't set up gud's menu (it's done by the minor-mode).
3111         (gud-minibuffer-local-map): New.
3112         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3113         (gud-query-cmdline): New function.
3114         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
3115         (gud-mode): Use define-derived-mode.
3116         Don't set up gud's menu (it's done by the minor-mode).
3117         (gud-chop-words): Remove.
3118         (gud-common-init): Use split-string instead.
3119         (gud-new-keymap, gud-make-debug-menu): Eradicate.
3121         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3122         Add keyword arg :name.
3124         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3125         (diff-count-matches, diff-split-hunk): New functions.
3126         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3128         * pcvs-info.el (cvs-fi-conflict-face): New var.
3130         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3131         Make it into a simple syntax-table, shared among all submodes.
3132         (sh-heredoc-face): Re-introduce.
3133         (sh-font-lock-syntactic-face-function): New function.
3134         (sh-mode): Use it.  Also use define-derived-mode.
3135         Remove old bogus setting of indent-region-function.
3136         (sh-set-shell): Don't set the syntax-table any more.
3137         (sh-mode-syntax-table) <defun>: Remove.
3139 2000-11-12  Miles Bader  <miles@gnu.org>
3141         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3142         message if interactive.
3144 2000-11-12  Dave Love  <fx@gnu.org>
3146         * mail/feedmail.el: Fix header,
3147         (feedmail) <defgroup>: Add :link.
3149         * view.el: Use local-map property, not keymap on mode-line string.
3151         * scroll-all.el (scroll-all-mode): Customize variable.  Add
3152         autoload cookie to function.
3154         * lazy-lock.el: Remove compatibility code.
3156         * finder.el (finder-known-keywords): Add `files', remove `vms'.
3157         (finder-help-echo): New variable.
3158         (finder-mouse-face-on-line): Add help-echo stuff.
3159         (finder-list-keywords, finder-list-matches): Use mapc.
3161         * faces.el (face-font-registry-alternatives): Add :version.
3163         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3164         tags-table-list.
3166         * net/browse-url.el (browse-url-browser-function): Update :version.
3168         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
3169         (mail-mode): Use [:alnum:] in some regexps.
3171 2000-11-10  Dave Love  <fx@gnu.org>
3173         * ediff.el (ediff-regions-internal, ediff-documentation):
3174         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3175         fundamental mode.
3177         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3178         buffer into fundamental mode.
3179         (ediff-set-difference): Use copy-sequence if available.
3181         * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3182         ediff-patch-map non-nil.
3183         (ediff-fixup-patch-map, ediff-fixup-patch-map)
3184         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3185         buffer into fundamental mode.
3187         * ediff-merg.el (state-or-merge): Defvar when compiling.
3189 2000-11-10  Jason Rumney  <jasonr@gnu.org>
3191         * w32-fns.el (w32-add-charset-info): New function.
3192         (w32-charset-info-alist): Use it.
3194 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
3196         * faces.el (face-font-registry-alternatives): New user-option.
3198 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
3200         * textmodes/texinfo.el (texinfo-block-default): New var.
3201         (texinfo-insert-block): Use it.  Insert a newline if needed.
3203         * textmodes/fill.el (fill-indent-according-to-mode): New var.
3204         (fill-region-as-paragraph): Use it.
3206         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3207         (latex-mode): Tweak tex-*-(head|trail)er regexps.
3208         Tweak paragraph regexps to allow a leading [ \t]*.
3209         (tex-latex-block): Insert a newline if necessary.
3210         (latex-insert-item): Only insert a newline if necessary.
3211         (tex-guess-main-file): New function.
3212         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
3213         Set tex-main-file if TeX-master is provided.
3214         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3216 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
3218         * startup.el (command-line): Set the default tooltip-mode
3219         to t for graphical displays which implement x-show-tip.
3221         * tooltip.el (tooltip-mode): Add a comment about startup.el
3222         setting the default value of this user-option.
3224 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
3226         * font-lock.el (font-lock-*-face) <defvar>: Move.
3227         (font-lock-defaults-alist): Mark obsolete.
3228         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3229         (font-lock-mode): Use define-minor-mode.
3230         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3231         (font-lock-turn-off-thing-lock): Be more explicit.
3232         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3233         (font-lock-syntactic-face-function): New var.
3234         (font-lock-fontify-syntactically-region): Use it.
3235         (font-lock-doc-face): New.
3237         * pcvs.el (cvs-enabledp): Ignore errors.
3238         (cvs-commit-filelist): Never query.
3239         (cvs-mode-insert): Always add a terminating / in the initial prompt.
3240         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3241         (cvs-do-removal): Use cvs-partition rather than delete-if.
3242         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3243         cvs-bury-buffer.
3245         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3246         Allow `next' to jump to after the end of the last match.
3248 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
3250         * simple.el (byte-compiling-files-p): New function.
3252         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3253         if it is there.
3255         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3256         nil again.
3258         * textmodes/ispell.el (ispell-library-path): Don't call
3259         check-ispell-version when byte-compiling because that starts
3260         an ispell process, and ispell might not be installed.
3261         (toplevel): Don't set up a menu when byte-compiling.
3263         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3264         it, so that a boundp test can be used to determine if we're
3265         currently byte-compiling.
3267 2000-11-09  Dave Love  <fx@gnu.org>
3269         * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3270         eval-after-load.
3272 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3274         * ps-print.el: Patch for variable initialization when spooling.  Doc
3275         fix.
3276         (ps-output-list): Fun eliminated.
3277         (ps-begin-file, ps-begin-job): Code fix.
3279 2000-11-08  Dave Love  <fx@gnu.org>
3281         * ediff-wind.el (ediff-control-frame-parameters): Zero
3282         tool-bar-lines.
3284 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
3286         * simple.el (shell-command, display-message-or-buffer)
3287         (shell-command-on-region): Mention resize-mini-windows in the doc
3288         string.
3289         (display-message-or-buffer): Take the value of resize-mini-windows
3290         into account.
3292 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
3294         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3296         * dired.el (dired-between-files): Add `^. find' as an alternative
3297         to the regular expression, for find-dired.
3299 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3301         * textmodes/texnfo-upd.el: Require texinfo.
3302         (defmacro, defgroup): Remove.
3303         (texinfo-section-to-generic-alist): Remove.
3304         Use texinfo-section-list instead (i.e. level is changed string->int).
3305         (texinfo-filter): New function.
3306         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3307         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3308         Use it.  And use regexp-opt.
3309         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3310         (texinfo-update-menu-region-beginning)
3311         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3312         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3313         (texinfo-update-menu-same-level-regexps): Update.
3314         (texinfo-update-node, texinfo-every-node-update)
3315         (texinfo-sequential-node-update): Remove autoload cookie.
3317         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3318         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3319         (texinfo-chapter-level-regexp): Remove.
3320         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3322 2000-11-06  Dave Love  <fx@gnu.org>
3324         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
3326         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3327         Match defun*.
3329 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
3331         * composite.el (composition-function-table): Variable declaration
3332         moved to src/composite.c.
3333         (compose-chars-after): New optional arg object.
3335 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
3337         * bindings.el (mode-line-toggle-read-only)
3338         (mode-line-toggle-modified, mode-line-widen)
3339         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3340         (make-mode-line-mouse2-map): Rewritten.
3341         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3342         functions so that C-h k can show something with a doc string.
3344         * startup.el (fancy-splash-delay): Set to 10 seconds.
3345         (fancy-splash-max-time): New user-option.
3346         (fancy-splash-stop-time): New variable.
3347         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
3348         (fancy-splash-screens-1): Throw `stop-splashing' when current
3349         time is greater than fancy-splash-stop-time.
3351 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3353         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3355         * pcvs.el (cvs-mode-marked): New arg `noquery'.
3356         Prompt user for a file rather than raising an error.
3357         (cvs-enabledp): Fix call to cvs-mode-marked.
3358         (cvs-insert-file): New function (extracted from cvs-mode-insert).
3359         (cvs-mode-insert): Use it.  Change the init prompt' value.
3360         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3362         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3363         Don't pass default arg to ewoc-locate.
3364         (ewoc-collect): Return result in the right order.
3366         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3368         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3369         (cvs-status-get-tags): Fix regexp.
3370         (cvs-status-trees, cvs-status-cvstrees):
3371         Combine after change hooks and don't sit-for.
3372         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3373         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
3374         Use make-char rather than hard-coded cryptic data.
3375         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3377         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3379         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3380         (cvs-insert-strings): New function.
3382 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
3384         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3385         `mwheel-scroll-amount'.
3386         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3387         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3388         string-matching against the version string.
3390 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
3392         * language/thai.el ("Thai"): Set a lisp form that produces
3393         composed string in `sample-text' language info.
3395         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3396         composed string in `sample-text' language info.
3398         * international/mule-cmds.el (describe-language-environment): Eval
3399         `sample-text' data and insert the result.
3401         * international/mule-conf.el (compound-text): Define this coding
3402         system here.  Make x-ctext and ctext aliases of it.
3404         * language/european.el (compound-text, ctext): Moved to
3405         international/mule-conf.el.
3407 2000-11-05  Andrew Innes  <andrewi@gnu.org>
3409         * w32-fns.el (w32-version): New function.
3411 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
3413         * progmodes/awk-mode.el: Update copyright.
3414         (awk-mode-abbrev-table): Remove.
3415         (awk-font-lock-keywords): Use regexp-opt.
3416         (awk-mode): Use define-derived-mode.
3418         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3419         when extracting a suffix.
3421 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
3423         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
3424         auto-save-mode.
3426 2000-11-04  Jason Rumney  <jasonr@gnu.org>
3428         * language/european.el (decode-mac-roman): Test against r1 not r0.
3430 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
3432         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3433         (icon-mode): Define indent-line-function.
3434         (icon-comment-indent): Simplify.
3435         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3437         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3439         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3440         Bind change-log-default-mode to defeat the caching done on it.
3441         Don't bother saving excursion any more.
3443         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3445         * frame.el (after-setting-font-hook): Rename hooks -> hook.
3446         (set-frame-font): Use the new name (and the old for compatibility).
3448         * toolbar/tool-bar.el (tool-bar-mode):
3449         * time.el (display-time-mode):
3450         * recentf.el (recentf-mode):
3451         * paren.el (show-paren-mode):
3452         * mwheel.el (mouse-wheel-mode):
3453         * msb.el (msb-mode):
3454         * jka-compr.el (auto-compression-mode):
3455         * image-file.el (auto-image-file-mode):
3456         * hl-line.el (hl-line-mode):
3457         * delsel.el (delete-selection-mode):
3458         * autoinsert.el (auto-insert-mode):
3459         * complete.el (partial-completion-mode): Drop unneeded positional args.
3461         * info.el (Info-mode):
3462         * comint.el (comint-mode): Don't bother with make-local-hook.
3464         * log-edit.el (log-edit-menu): New menu.
3466 2000-11-03  Miles Bader  <miles@gnu.org>
3468         * wid-edit.el (widget-end-of-line): Reinstate, with a new
3469         definition, so that trailing spaces are handled properly.
3470         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3472 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
3474         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3475         tab character.
3476         (fancy-splash-screens): Set tab-width to 20.
3478 2000-11-03  Dave Love  <fx@gnu.org>
3480         * comint.el (comint-completion-addsuffix): Fix custom type.
3482 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
3484         * font-lock.el (font-lock-buffers): Remove.
3485         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3486         (font-lock-change-major-mode): Remove.
3487         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3488         (font-lock-default-fontify-region): Extend the multiline
3489         fontification to whole lines.
3490         (font-lock-fontify-anchored-keywords)
3491         (font-lock-fontify-keywords-region): If matching just one
3492         line (with \n) only mark the \n as multiline.
3494         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3495         Correctly handle the case where several :group args are supplied.
3496         Allow :extra-args.
3497         (easy-mmode-define-global-mode): Allow :extra-args.
3498         Correctly handle the case where several :group args are supplied.
3500 2000-11-02  Miles Bader  <miles@gnu.org>
3502         * calendar/calendar.el (diary-face, calendar-today-face)
3503         (holiday-face): Remove dependency on `window-system'.
3505 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
3507         * Makefile.in (emacs): Set EMACSLOADPATH always.
3508         (update-authors, .el.elc, compile-files): Don't do it explicitly
3509         here.
3510         (compile-files): Bomb out if compilation of a file fails.
3512 2000-11-02  Dave Love  <fx@gnu.org>
3514         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3516 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
3518         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3519         punctuation in the warning inserted into the *mail* buffer.
3521 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
3523         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3524         (authors-public-domain-p): New function.
3525         (authors-print): Use it.
3527         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3529         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3531 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3533         * ps-print.el: Extension for even/odd printing.  Doc fix.
3534         (ps-print-version): New version number (6.3.1).
3535         (ps-even-or-odd-pages): Customization fix.
3536         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3537         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3538         (ps-page-count): Var replaced by `ps-page-column'.
3539         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3540         (ps-print-sheet-p): New fun.
3542 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3544         * tooltip.el (tooltip-gud-tips-setup): New function.
3545         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3546         (tooltip-mode): Call tooltip-gud-tips-setup.
3547         (tooltip-gud-tips): Use `gud-basic-call' instead of
3548         process-send-string, so the prompt gets frobbed appropriately.
3549         Handle nil return value from `tooltip-gud-print-command'.
3551 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
3553         * comint.el (comint-add-to-input-history): New function.
3554         (comint-send-input): Use `comint-add-to-input-history'.
3556 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3558         * info.el (info-menu-header): New face.
3559         (Info-fontify-menu-headers): New function.
3560         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3562         * info.el (Info-insert-dir): Don't include blank lines at
3563         beginning of additional dir files (one is added automatically).
3565 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
3567         * emacs-lisp/easy-mmode.el (define-minor-mode):
3568         Revert the latest changes.
3569         Allow the three positional arguments to be skipped and replaced
3570         by keyword arguments.
3571         Add a :toggle argument to determine whether a nil arg means toggle
3572         or means turn-on.  The default is unchanged.
3573         Add a call to force-mode-line-update.
3575 2000-11-01  Dave Love  <fx@gnu.org>
3577         * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3578         cookie.
3580 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
3582         * calendar/calendar.el (diary-face, holiday-face): Add
3583         dark-background variants.
3585 2000-10-31  Sam Steingold  <sds@gnu.org>
3587         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3588         `tex-main-file' does not have directory in it.
3590 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
3592         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3594 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
3596         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3597         functional change.
3599 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
3601         * files.el (find-file-noselect): When we expand a wildcard, return
3602         a list of buffers, as we should do according to the doc string.
3604 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
3606         * loadup.el (top level): Adjust load path if program name is
3607         "../src/bootstrap-emacs", in case it's not dumped and thus the
3608         load path adjustment hasn't already been done.
3610 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3612         * ps-print.el: Fix bug on selected pages for printing.  Use
3613         `color-values' for Emacs 21.  Ensure fontification when jit-lock
3614         is on.  Try to avoid warning messages when compiling.  Doc Fix.
3615         (ps-print-version): New version number (6.3).
3616         (ps-color-device): Use `color-values' to determine if device
3617         supports color.
3618         (ps-color-values): Try to use `x-color-values' when using XEmacs.
3619         (ps-print-page-p): Changed from defsubst to defun.
3620         (ps-page-number): Changed from defmacro to defun.
3621         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3622         printing.
3623         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
3624         (ps-end-file, ps-dummy-page): Funs eliminated.
3625         (ps-print-color-scale): Changed default value.
3626         (ps-page-n-up, ps-print-page-p): New internal vars.
3627         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3628         (ps-plot-region, ps-generate, ps-end-job): Code fix.
3630         * delim-col.el: Little programming improvement.
3631         (delimit-columns-str): New macro.
3632         (delimit-columns-region, delimit-columns-rectangle): Code fix.
3634 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
3636         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3637         Moved to european.el.
3638         (ccl-encode-mac-roman-font, fontset-mac): Modified for
3639         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3640         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3641         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
3643 2000-10-30  Dave Love  <fx@gnu.org>
3645         * progmodes/cc-menus.el (imenu-generic-expression)
3646         (imenu-progress-message): Only defvar when compiling.
3648         * emacs-lisp/elp.el (elp-unload-hook): New function.
3650         * loadhist.el (unload-feature): Call elp-restore-function,
3651         checking for symbols; don't use elp-restore-all.
3652         (loadhist-hook-functions): Doc fix.
3654 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3656         * log-edit.el (log-edit-confirm): Fix the default.
3658 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3660         * delim-col.el: Little fix: replace delimit-columns-align-columns by
3661         delimit-columns-format.
3662         (delimit-columns-region, delimit-columns-rectangle): Code fix.
3664 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
3666         * comint.el (comint-replace-by-expanded-history): Don't use
3667         comint-get-old-input (we're not looking at *old* input).
3668         (comint-get-old-input-default): If using fields, signal an error
3669         when the point is not in an input field.
3671 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
3673         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3674         and mule-unicode-e000-ffff.
3676         * international/mule.el (decode-char, encode-char): New functions.
3677         (make-coding-system): Accept a symbol of translation table as a
3678         value of property `safe-chars'.
3680         * international/mule-cmds.el (encode-coding-char): Check property
3681         safe-chars instead of safe-charsets.
3683         * international/fontset.el (fontset-default): Modified for
3684         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3685         (x-font-name-charset-alist): Likewise.
3686         (ccl-encode-unicode-font): New CCL program.  Record it in
3687         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3689         * language/european.el (mac-roman-decoder, mac-roman-encoder):
3690         New translation tables.
3691         (decode-mac-roman, encode-mac-roman): Definition of these CCL
3692         programs are modified and moved from mac-win.el.
3693         (mac-roman): Definition of this coding system is modified and
3694         moved from mac-win.el.
3696 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
3698         * ediff-wind.el (ediff-setup-control-frame): Enclose
3699         face-attribute in condition-case to avoid errors in older emacsen.
3701 2000-10-29  Miles Bader  <miles@gnu.org>
3703         * custom.el (custom-add-to-group): Allow multiple entries for a
3704         given value OPTION, as long as their widget types are different.
3705         * cus-edit.el (custom-face-value-create): If face name doesn't end
3706         with "face", add such here (similar to custom group widgets).
3708         * comint.el (comint-highlight-prompt): Add :type.
3710 2000-10-28  John Wiegley  <johnw@gnu.org>
3712         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3713         Changed this function to operate on a temporary buffer instead of
3714         the main buffer.  This not only keeps flyspell from marking a
3715         buffer as changed that wasn't, but it solves the jumpy cursor
3716         problem when attempts are made to edit incorrect words.
3717         (flyspell-maybe-correct-doubling): Same change as for
3718         `flyspell-maybe-correct-transposition'.
3720         * calendar/timeclock.el (timeclock-log): Doc fix.
3721         (timeclock-last-event): Doc fix.
3722         (timeclock-log): Kill the timelog buffer after appending a new
3723         event.
3724         (timeclock-find-discrep): Use a temp buffer to read in the
3725         timelog, instead of visiting the file.
3726         (timeclock-log-data): A new function, along with a host of helper
3727         functions, for the purpose of making timelog data accessible to
3728         programmers.
3730         * eshell/esh-mode.el (window-height test): Make certain that
3731         `eshell-stringify-t' is non-nil.
3732         (eshell-password-prompt-regexp): Changed to a much simpler
3733         password regexp.
3734         (eshell-send-input): If `eshell-invoke-directly' returns t,
3735         directly invoke the parsed command using `eval'.  This improves
3736         turn-around time on simple commands by a factor of three or
3737         greater, such as cd, ls, pwd, etc. -- which get used very often.
3738         It also conserves thousands of cons cells per call (since
3739         `eshell-do-eval' consumes memory like a Cookie Monster set loose
3740         in the Pacific Cookie Company).
3742         * eshell/esh-test.el (eshell-test): Whitespace fix.
3744         * eshell/em-ls.el (eshell-ls-insert-directory): Make
3745         `eshell-ls-initial-args' nil when inserting directory contents.
3747         * eshell/em-script.el (eshell-script-initialize): Add names to
3748         `eshell-complex-commands, since `source' and `.' are complex.
3750         * eshell/esh-cmd.el (eshell-rewrite-for-command)
3751         (eshell-rewrite-while-command): Use `eshell-protect' instead of
3752         `eshell-copy-handles'.
3753         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3754         bodies.
3755         (eshell-separate-commands): Whitespace fix.
3756         (eshell-complex-commands): Added a new list of names, for
3757         determining whether a given command is as simple as it looks.
3758         (eshell-invoke-directly): New function.  Returns t if a command
3759         should be invoked directly (using `eval'), rather than indirectly
3760         using `eshell-do-eval'.
3761         (eshell-do-eval): Whitespace fix.
3763         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3764         which provides an emulation of the DOS shell behavior of assuming
3765         that cp/mv/ln should copy/move/link to the current directory.
3766         (eshell-remove-entries): Added a doc string.
3767         (eshell-shuffle-files): Removed the check for `target' being null.
3768         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3769         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3770         it to do a smarter check of whether a destination was provided.
3771         (eshell/mv, eshell/cp): Enable `:preserve-args'.
3772         (eshell/ln): Enable `:preserve-args', and use
3773         `eshell-mvcpln-template' to implement the body of the function.
3774         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3775         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
3776         list after flattening it.  This makes it possible to cat files
3777         with numerical names.
3778         (eshell-unix-initialize): Added several names to
3779         `eshell-complex-commands.
3780         (eshell-unix-command-complex-p): Return t if a given command name
3781         may result in external processes being invoked.
3783         * eshell/em-glob.el (eshell-glob-show-progress): Make this
3784         variable nil by default, since it slows down glob processing by a
3785         factor of two or more, and increases memory consumption.
3787         * eshell/em-smart.el: Added a note about how memory consumptive
3788         smart display mode can be (at least this is true in Emacs 21).
3789         (eshell-smart-initialize): Whitespace fix.
3790         (eshell-refresh-windows): Use `if' instead of `when'.
3791         (eshell-smart-scroll-window): Calling `save-current-buffer' was
3792         not necessary.
3793         (eshell-currently-handling-window): Added a missing global
3794         variable.
3796         * eshell/em-ls.el (eshell-do-ls): Code simplification.
3797         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3798         Whitespace fix.
3799         (eshell-ls-exclude-hidden): Added this variable in addition to
3800         `eshell-ls-exclude-regexp'.  This one prevents files beginning
3801         with . from even being read, which can improve memory consumption
3802         quite a bit.
3803         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3804         read file entries beginning with a dot.  In home directories with
3805         lots of hidden files, fully two-thirds of the time spent in ls is
3806         used to read directory entries that are immediately thrown away.
3807         (eshell-ls-initial-args): Added back this configuration variable,
3808         for specifying default initial arguments to every call to ls.
3809         Much faster than using an alias to do the same thing.
3810         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3811         (eshell-ls-dir): Whitespace change.
3813         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3815         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3816         available.
3817         (eshell-stringify-t): Added a customization variable, to indicate
3818         whether `t' should be rendered as a string at all.  If not, one
3819         can still determine if the result of an expression is true using
3820         "file-exists-p FILE && echo true".
3821         (eshell-stringify): If `eshell-stringify-t' is nil, don't
3822         stringify t!
3824         * eshell/esh-module.el: Whitespace fix.
3826         * eshell/em-alias.el (eshell-alias-initialize): Added
3827         `eshell-command-aliased-p' to `eshell-complex-commands'.
3828         (eshell-command-aliased-p): New function that returns t if a
3829         command name names an aliased.
3831 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
3833         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
3834         redrawing the screen when changing cursor color.
3835         (viper-insert-state-pre-command-sentinel)
3836         (viper-replace-state-pre-command-sentinel)
3837         (viper-replace-state-post-command-sentinel):
3838         Use viper-preserve-cursor-color.
3839         Many functions changed to use viper= instead of = when comparing
3840         characters.
3841         * viper-util.el (viper-memq-char,viper=): New functions for
3842         working with characters.
3843         (viper-change-cursor-color): Fixed buglet.
3844         Many functions changed to use viper= instead of = when comparing
3845         characters.
3846         * viper.el (viper-insert-state-mode-list): Added eshell.
3848         * ediff-init.el (ediff-before-setup-hook): New hook.
3849         Several typos fixed in various docstrings.
3850         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3851         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
3852         hook.
3853         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3854         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3855         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3856         (ediff-get-selected-buffers): New function.
3857         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3858         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
3859         save-window-excursion.
3860         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
3861         termination check in while loop.
3862         * ediff.el (ediff-get-default-file-name): Better defaults when in
3863         dired buffer.
3864         (ediff-files,ediff-merge-files,ediff-files3)
3865         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
3867 2000-10-28  Dave Love  <fx@gnu.org>
3869         * info.el (Info-fontify-node): Add help-echo for menu items.
3871 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
3873         * startup.el (normal-top-level): If the value of $TERM indicates
3874         we are running from xterm or one of its work-alikes, default to a
3875         light background mode.
3877         Support for -fg, -bg, and -rv command-line arguments for TTYs:
3878         * faces.el (tty-handle-reverse-video): New function.
3879         (tty-create-frame-with-faces): Call it.
3881         * frame.el (frame-notice-user-settings): Don't apply
3882         default-frame-alist and initial-frame-alist to MS-DOS frames.
3883         Call tty-handle-reverse-video, frame-set-background-mode, and
3884         face-set-after-frame-default for non-MS-DOS frames.
3886         * startup.el (tty-long-option-alist): New variable.
3887         (tty-handle-args): New function.
3888         (command-line): Call tty-handle-args.
3890         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3891         startup.el now does that for all character-terminal frames.
3893 2000-10-28  Miles Bader  <miles@gnu.org>
3895         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3896         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3897         global.  If :global is followed by a non-nil but non-t value,
3898         make the mode buffer-local, but also generate a `global-MODE'
3899         version using `easy-mmode-define-global-mode'.  Add
3900         :conditional-turn-on keyword argument.
3902 2000-10-28  Dave Love  <fx@gnu.org>
3904         * international/latin1-disp.el (latin1-char-displayable-p): Don't
3905         use window-system.
3907 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
3909         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3910         Don't call find-buffer-file-type-coding-system.  Instead, just
3911         set eol-type to -unix if inhibit-eol-conversion is in effect, or
3912         if the file is on an untranslated filesystem.
3913         (add-untranslated-filesystem): Use "D" instead of "f" inside
3914         interactive.
3916 2000-10-27  Dave Love  <fx@gnu.org>
3918         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
3919         (refill-mode): Use it.
3921 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
3923         * international/quail.el (quail-activate): Don't make-local-hook.
3925 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
3927         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
3928         manual backups and file.~<rev>.~ for automatic ones.
3929         (vc-make-version-backup): Don't do it on MS-DOS without long file
3930         names.
3932         * vc.el (vc-version-other-window): If an automatic backup of the
3933         desired version exists, rename it instead of copying it.
3935         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3936         after command.  If there's an unexpected error, signal it instead
3937         of being silent.
3938         (vc-cvs-merge-news): Be prepared for no news at all.
3940 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
3942         * shell.el (shell): Add BUFFER argument.
3943         * comint.el (make-comint-in-buffer): New function.
3944         (make-comint): Use it.
3946         * faces.el (face-spec-choose): Change syntax so that the list of
3947         attribute-value pairs is now the cdr of each clause, not the cadr.
3948         Detect old-style entries, and handle them.  Use pop.
3950 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
3952         * cus-edit.el (custom-mode-map): Use a sparse map.
3953         (custom-mode): Don't bother with make-local-hook.
3955         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3957         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3959 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3961         * ps-print.el: Avoid compilation gripes.
3962         (ps-print-version): New version number (6.2.1).
3964 2000-10-26  Dave Love  <fx@gnu.org>
3966         * menu-bar.el: Modify some menu item help strings.
3967         (menu-bar-help-menu): Add link to MORE.STUFF.
3969         * cus-edit.el (custom-mode): Add `special' mode-class property.
3971         * wid-browse.el (widget-browse-mode): Likewise.
3973         * wid-edit.el (widget-specify-field): Revert to using local-map
3974         property, not keymap.
3976 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
3978         * wid-edit.el (widget-field-end): When checking for a `boundary'
3979         field, do so in the correct buffer.
3981         * simple.el (undo): Correctly distinguish between numeric and
3982         non-numeric prefix args in non-transient-mark-mode, as per the doc
3983         string.  When in transient-mark-mode, treat all prefix-args as
3984         numeric.
3986         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
3987         Position point on match.  Handle N == 0 correctly.
3989         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
3990         (comint-mode-map): Reverse order of `comint-write-output' and
3991         `comint-append-output-to-file'.
3992         (comint-append-output-to-file): Reinstate this function, for the
3993         benefit of the menu.
3995 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
3997         * vc.el (vc-version-other-window): Bind `file'.
3999 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
4001         * Makefile.in (update-authors): New target for maintenance purposes.
4003         * emacs-lisp/authors.el (batch-update-authors): New function.
4004         (authors-fixed-entries): New defconst.
4005         (authors-add-fixed-entries): New function.
4006         (authors): Call it.: Don't process lispref/.
4008 2000-10-25  Jason Rumney  <jasonr@gnu.org>
4010         * cus-edit.el (custom-button-face, custom-button-pressed-face):
4011         Merge x w32 and mac definitions.
4013 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
4015         * menu-bar.el (menu-bar-options-menu): Add a help string for
4016         `uniquify'.
4018 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
4020         * time-stamp.el (time-stamp-string-preprocess):
4021         Fix a wrong type argument error.
4023 2000-10-25  Miles Bader  <miles@gnu.org>
4025         * recentf.el (recentf-mode): Variable removed.
4026         (recentf-mode): Use `define-minor-mode'.
4028         * mwheel.el (mouse-wheel-mode): New global minor mode.
4029         (mwheel-install): Use `mouse-wheel-mode'.
4031 2000-10-25  Dave Love  <fx@gnu.org>
4033         * progmodes/cperl-mode.el (cperl-mode):
4034         Set normal-auto-fill-function correctly.
4036         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4037         inherit from global-map and don't nullify menu-bar and tool-bar
4038         bindings.
4040 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
4042         * wid-edit.el (widget-field-at): New function.
4043         (widget-at, widget-field-activate): Use it.
4044         (widget-tabable-at): Use `widget-at'.
4045         (widget-specify-field): If the terminating character of the widget
4046         field (which is read-only) is a newline, put it into a special
4047         `boundary' field so that C-n/C-p act more naturally.
4048         (widget-field-end): Also don't subtract one if a special
4049         `boundary' field has been added after the widget field.
4051         * comint.el (comint-output-filter, comint-send-input): Don't
4052         bother adding stickiness fields to overlays to fool the field
4053         code, since it should notice the overlay insertion-types now.
4055         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4056         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4057         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4059 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
4061         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4062         (authors): Set file coding system to iso-2022-7bit.  Add
4063         file-local variables to output buffer.
4065         * files.el (after-find-file): Don't print any warnings if
4066         WARN is nil.
4068 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4070         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4072         * delim-col.el: Now there is a column formatting mechanism.
4073         Modified to customization mechanisms convention.  Doc fix.
4074         (columns): New group for delim-col.
4075         (delimit-columns-before, delimit-columns-after)
4076         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4077         (delimit-columns-end): New vars.
4078         (delimit-columns-customize, delimit-columns-format): New funs.
4079         (delimit-columns-region, delimit-columns-rectangle)
4080         (delimit-columns-rectangle-line): Modified to support column
4081         formatting.
4083 2000-10-24  Dave Love  <fx@gnu.org>
4085         * log-edit.el (log-edit): Add :version and a :group for vc.
4087 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
4089         * files.el (after-find-file): Don't print a message ``New file''
4090         if WARN is nil.
4092         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4093         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
4094         get duplicate tool-bar entries because we'll see the global ones
4095         on more than one path through keymaps.
4097         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4099         * progmodes/cmacexp.el: Change Francesco's email address.
4101 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
4103         * window.el (fit-window-to-buffer): Adjust point of the window
4104         buffer, not that of the current buffer.
4106 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
4108         * progmodes/cmacexp.el: Update the euthor's email address.
4110 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
4112         * faces.el (face-spec-set-match-display): Add `graphic' display
4113         type (the inverse of `tty').  Use `display-graphic-p' instead of
4114         the window-system variable.
4116 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
4118         * international/isearch-x.el (isearch-with-input-method): Call
4119         input-method-function with the first event in
4120         unread-command-events.
4122 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
4124         * faces.el (face-default-spec, face-user-default-spec): Make
4125         defsubsts.
4127 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
4129         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4130         New charsets.
4132         * term/mac-win.el: Remove definitions of mac-roman-lower and
4133         mac-roman-upper, require dired, and define instead of set
4134         mac-ready-for-drag-n-drop to avoid compilation error.
4136 2000-10-23  Andrew Innes  <andrewi@gnu.org>
4138         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4139         superfluous calls to subst-char-in-string; instead apply
4140         expand-file-name after convert-standard-filename to ensure
4141         expected directory separators are used.
4143 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
4145         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4147 2000-10-23  Dave Love  <fx@gnu.org>
4149         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4150         (tool-bar-add-item): Set foreground and background for XBM icons.
4152         * international/latin1-disp.el (latin1-char-displayable-p): New
4153         function (from Handa).
4154         (latin1-display-check-font): Use it.
4156         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4157         using :key-sequence, making it much more usable.  Use nconc, not
4158         append.
4159         (imenu--create-keymap-1): Avoid append.
4161         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4163 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
4165         [the following changes fix a bug where `define-minor-mode' didn't
4166         correctly generate :require clauses for defcustoms in compiled files]
4167         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4168         (byte-compile-log-file, byte-compile-log-1): Don't set
4169         `byte-compile-current-file' to nil.  Instead set
4170         `byte-compile-last-logged-file' to it.  Test whether
4171         byte-compile-current-file equals byte-compile-last-logged-file
4172         instead of whether its nil.
4173         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
4175 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
4177         * textmodes/refill.el: Fix var names in doc.
4178         (refill-mode): Don't bother with make-local-hook anymore.
4180 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
4182         * faces.el (face-user-default-spec, face-default-spec): New functions.
4183         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4184         (frame-set-background-mode, face-set-after-frame-default):
4185         Use `face-user-default-spec'.  Simplify code slightly.
4187         * woman.el (woman-italic-face, woman-bold-face)
4188         (woman-unknown-face): Add dark-background variants.
4189         (woman-default-faces): Renamed from `woman-colour-faces'.
4190         Set using the stored defaults, rather than using hard-wired colors.
4191         (woman-monochrome-faces): Renamed from `woman-black-faces'.
4192         Just make the foreground `unspecified' rather than "black".
4193         (woman-menu): Rename menu entries accordingly.
4195         * faces.el (header-line): Make more reasonable on mono/grayscale
4196         displays.
4198 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
4200         * cus-edit.el (custom-button-face): Use 3D look for mac.
4201         (custom-button-pressed-face): Likewise.
4203         * faces.el (set-face-attributes-from-resources): Handle mac frames
4204         in the same way as x and w32 frames.
4205         (face-valid-attribute-values): Likewise.
4206         (read-face-attribute): Likewise.
4207         (defined-colors): Likewise.
4208         (color-defined-p): Likewise.
4209         (color-values): Likewise.
4210         (display-grayscale-p): Likewise.
4211         (face-set-after-frame-default): Likewise.
4212         (mode-line): Same default face as for x and w32.
4213         (tool-bar): Likewise.
4215         * frame.el: Remove call to frame-notice-user-settings at end of
4216         the file.
4218         * info.el (Info-fontify-node): make underlines invisible for mac
4219         as for x, pc, and w32 frame types.
4221         * term/mac-win.el: New file.
4223 2000-10-22  Dave Love  <fx@gnu.org>
4225         * textmodes/refill.el: New file.
4227 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
4229         * vc-hooks.el (vc-version-backup-file-name): New optional args
4230         MANUAL and REGEXP.
4231         (vc-delete-automatic-version-backups, vc-make-version-backup):
4232         New functions.
4233         (vc-before-save): Use the latter.
4234         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4235         confusion.
4237         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
4238         expected by vc[-hooks].el.
4240         * vc.el (vc-checkout): Added `-p' suffix in call to
4241         vc-make-version-backups-p; use vc-make-version-backup to actually
4242         make the backup.
4243         (vc-version-other-window, vc-version-backup-file): Handle both
4244         automatic and manual backups.
4245         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4246         of all of them.
4248 2000-10-22  Miles Bader  <miles@gnu.org>
4250         * comint.el (comint-highlight-input, comint-highlight-prompt):
4251         Renamed, `-face' at end removed.
4252         (comint-send-input, comint-output-filter): Use renamed faces.
4254         * window.el (fit-window-to-buffer): Change defaulting of
4255         MAX-HEIGHT slightly.
4257         * faces.el (color-values, color-defined-p): Use `member', not
4258         `memq', because it works correctly for strings.
4259         (frame-set-background-mode): Actually, "unspecified-fg" and
4260         "unspecified-bg" *are* strings.  Use `member', not `memq', and
4261         `equal', not `eq', when a string value is possible.
4263 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
4265         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4267 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
4269         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4270         sh-electric-rparen, sh-electric-less and sh-electric-hash.
4271         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4272         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4273         (sh-font-lock-syntactic-keywords): Use them.
4274         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4275         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4276         (sh-mode): Don't override font-lock-unfontify-region-function.
4277         Use a copy of sh-font-lock-syntactic-keywords.
4278         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4279         Don't call sh-scan-buffer since font-lock does it on the fly.
4280         (sh-get-indent-info): Use `face' rather than `syntax-table'
4281         text-property to detect here-documents.
4282         Replace sh-special-syntax with sh-st-punc.
4283         (sh-prev-line): Use `face' rather than `syntax-table'
4284         text-property to skip over here-documents.
4285         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4286         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4287         (sh-electric-less, sh-set-here-doc-region)
4288         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
4289         (sh-scan-buffer, sh-rescan-buffer): Remove.
4291 2000-10-21  Andrew Innes  <andrewi@gnu.org>
4293         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4294         remote (ange-ftp) file names.
4296 2000-10-21  Miles Bader  <miles@gnu.org>
4298         * window.el (fit-window-to-buffer): New function.
4299         (shrink-window-if-larger-than-buffer): Use it.
4300         (window-text-height): Don't expect minibuffers to have mode-lines.
4302         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
4303         * international/quail.el (quail-update-guidance): Use
4304         `fit-window-to-buffer' instead of `set-window-text-height'.
4306         * international/quail.el (quail-show-guidance-buf): Make sure
4307         guidance window really has enough room.
4308         (quail-update-guidance): If quail-guidance-win is already shown,
4309         make sure its height is OK.
4311         * window.el (window-text-height, set-window-text-height):
4312         New functions.
4313         (shrink-window-if-larger-than-buffer): Use `window-text-height'
4314         instead of `window-height' & `mode-line-window-height-fudge'.
4315         (mode-line-window-height-fudge): Add FACE parameter.
4316         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4317         instead of `enlarge-window' & `mode-line-window-height-fudge'.
4319 2000-10-20  Miles Bader  <miles@gnu.org>
4321         * window.el (height-affecting-face-attributes): Use `defconst'.
4323         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4324         New function, conditionally aliased to `mode-line-window-height-fudge'.
4325         (ispell-help): Use it.
4326         (ispell-choices-win-default-height): Don't include mode-line fudge.
4327         (ispell-choices-win-default-height): New function.
4328         (ispell-show-choices, ispell-command-loop): Use function
4329         `ispell-choices-win-default-height' instead of variable.
4331 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
4333         * window.el (mode-line-window-height-fudge): New variable.
4334         (height-affecting-face-attributes): New variable.
4335         (mode-line-window-height-fudge): New function.
4336         (shrink-window-if-larger-than-buffer): Use it.
4337         * help.el (resize-temp-buffer-window): Likewise.
4339         * info.el (Info-fontify-node): Add support for @subsubsection
4340         titles, which use `Info-title-4-face'.
4341         (Info-title-4-face): New face.
4342         (Info-title-3-face): Inherit from Info-title-4-face instead of
4343         variable-pitch.
4345 2000-10-19  Jason Rumney  <jasonr@gnu.org>
4347         * dired.el (dired-insert-directory): Do not let errors signalled by
4348         attempt to run dired-free-space-program prevent dired from working.
4350 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
4352         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4354 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
4356         * dirtrack.el (dirtrack): Fix call to run-hooks.
4358         * cmuscheme.el (cmuscheme-program-name): Renamed from
4359         scheme-program-name because xscheme.el contains a defcustom with
4360         the same name.  As a consequence, customizing group `cmuscheme'
4361         loaded `xscheme' which redefined run-scheme.
4362         (run-scheme): Use cmuscheme-program-name.
4364         * ps-print.el (ps-print-emacs-type): Move into the
4365         eval-and-compile.
4367         * play/doctor.el (doctor-death): Update the Samaritans'
4368         anonymous address, and add a website for Befrienders International.
4370 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4372         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
4373         Avoid compilation gripes.  Doc fix.
4374         (ps-print-version): New version number (6.2).
4375         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4376         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4377         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4378         (ps-x-extent-priority, ps-x-extent-start-position)
4379         (ps-x-face-font-instance, ps-x-find-coding-system)
4380         (ps-x-font-instance-properties, ps-x-make-color-instance)
4381         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4382         avoid compilation gripes without defining functions.
4383         (ps-e-find-composition): Alias for function find-composition, to have a
4384         suitable function depending on Emacs version.
4385         (ps-color-device, ps-color-values, ps-face-foreground-name)
4386         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4387         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4388         (ps-print-ensure-fontified): Function definitions surrounded by
4389         `eval-and-compile' to avoid compilation gripes.
4390         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4391         by symbol-value to avoid compilation gripes.
4392         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4393         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4395 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
4397         * startup.el (normal-top-level): Call `frame-set-background-mode'
4398         after `frame-notice-user-settings' because the latter doesn't call
4399         the former on a tty.
4401         * faces.el (frame-set-background-mode): `unspecified' &c are
4402         symbols, not strings.
4404 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
4406         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4407         why some "light*" colors are deliberately absent from the alist.
4409         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4410         Change colors for tty's, as suggested by Miles Bader.
4412 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
4414         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
4415         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
4416         for ISO10646-1 fonts.
4417         (x-font-name-charset-alist): Add an entry for "iso10646-1".
4419 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
4421         * faces.el (frame-set-background-mode): If a tty frame defines a
4422         background color, use that to compute the background mode, instead
4423         of always defaulting to "dark".
4425 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
4427         * comint.el (comint-write-output): New function.
4428         (comint-mode-map): Add it to the menu.
4429         Bind `C-c C-s' to comint-write-output.
4431 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
4433         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4434         Use fancy-splash-delay.
4436 2000-10-18  Alex Schroeder  <alex@gnu.org>
4438         * progmodes/sql.el (sql-sybase-options): New option.
4439         (sql-sybase): Use it.  Add sql-database to the list of parameters
4440         provided for login.  The options -w 2048 -n are not used any more.
4442         * comint.el (comint-read-input-ring): Bugfix such that the first
4443         and the last entry of the input ring file are not lost.
4445 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4447         * ps-print.el: Internal variable changes to defcustom,
4448         make-local-hook changes to defvar.  Doc fix.
4449         (ps-print-version): New version number (6.1).
4450         (ps-setup, ps-do-despool): Code fix.
4451         (ps-printer-name): Customization fix.
4452         (ps-printer-name-option): Now is a defcustom instead of an
4453         internal variable.
4454         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4455         (ps-print-begin-column-hook): Now are defvar instead of
4456         make-local-hook.
4458 2000-10-18  Miles Bader  <miles@gnu.org>
4460         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4461         (comint-kill-output): Changed into an alias for `comint-delete-output',
4462         and made obsolete.
4463         (comint-mode-map): Rename references to comint-kill-output.
4465 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
4467         * diff-mode.el (diff-header-face, diff-file-header-face)
4468         (diff-changed-face): Add bold and italic attributes to tty faces.
4469         (diff-function-face): New face.
4470         (diff-font-lock-keywords): Use it.
4472 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
4474         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4475         Remove commented-out call to force-mode-line-update.
4476         (comint-kill-output): Use `forward-line 0' instead of
4477         beginning-of-line to make sure we get past the prompt.
4479 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
4481         * diff-mode.el (diff-header-face, diff-file-header-face):
4482         Add specific setting for dark background.
4483         (diff-context-face): Renamed from diff-comment-face.
4484         Set explicitly rather than inheriting from font-lock-comment-face.
4486 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4488         * startup.el (command-line): Move the code which sets the default
4489         TTY colors to before before-init-hook.
4491 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4493         * jit-lock.el (jit-lock-stealth-time): Doc fix.
4495 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4497         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4498         extensions, for MS-DOS.
4500         * diff-mode.el (diff-header-face, diff-file-header-face)
4501         (diff-changed-face): Define tty-specific colors.
4503 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4505         * startup.el (fancy-splash-text): Realign the text.
4507 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4509         * font-lock.el (font-lock-comment-face): Define a separate default
4510         for dark-background tty's.
4512 2000-10-17  Miles Bader  <miles@gnu.org>
4514         * help.el (resize-temp-buffer-window): Add hack to avoid last line
4515         being obscured by whizzy mode-lines on graphics displays.
4517 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4519         * info.el (Info-title-1-face, Info-title-2-face)
4520         (Info-title-3-face): Define colors for tty's.
4521         (info-header-node): Remove unneeded tty-specific definition.
4523 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
4525         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4526         reverse from the frame parameters, and don't invert foreground and
4527         background colors.
4529 2000-10-16  Miles Bader  <miles@gnu.org>
4531         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4532         string "*Info*".  Call propertized-buffer-identification to spruce
4533         up the result.
4535 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
4537         * help.el: Provide `help' for the sake of define-minor-mode
4538         which generates defcustoms with requires.
4540         * jit-lock.el (jit-lock-after-change): If we're in text that
4541         matches a multi-line font-lock pattern, make sure the whole text
4542         will be redisplayed.
4544         * emacs-lisp/authors.el (authors-add): Don't add an entry if
4545         author's name is unknown.
4547         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4548         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4549         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4550         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4551         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4552         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4553         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4554         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4555         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4556         Add author information.
4558 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
4560         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4561         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4562         full-color version (using the Gimp) to eliminate dithering artifacts.
4564 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
4566         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4568         * simple.el (syntax-flag-table, string-to-syntax): Remove.
4570 2000-10-15  Dave Love  <fx@gnu.org>
4572         * progmodes/sh-script.el: Require skeleton and comint when
4573         compiling.
4575         * pcomplete.el (pcomplete) <defgroup>: Add :version.
4577         * whitespace.el: Doc fixes.
4578         (top-level): Don't add hooks here.
4579         (whitespace-running-emacs): Deleted.
4580         (timer): Don't require.
4581         (whitespace): Add back :version conditional on xemacs test.
4582         (whitespace-spacetab-regexp, whitespace-indent-regexp)
4583         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4584         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4585         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4586         Avoid specific xemacs test.
4587         (whitespace-global-mode): New option.
4588         (whitespace-global-mode): New command.
4589         (whitespace-unload-hook): New function.
4591         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4592         (Info-fontify-node, Info-goto-node, Info-mode-menu)
4593         (Info-fontify-node): `Goto' goes to `Go to'.
4594         (Info-fontify-node): Add help-echo to xref links.
4596 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
4598         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4600 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
4602         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4603         Use plist-get and allow :inherit.
4605         * emacs-lisp/cl-macs.el (cl-do-arglist):
4606         Use plist-get and plist-member instead of memq.
4608         * emacs-lisp/ewoc.el (ewoc-location): New function.
4609         (ewoc-enter-after, ewoc-enter-before): Document return value.
4610         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4611         Don't need make-local-hook any more.
4612         (cvs-addto-collection): Return the new tin.
4613         (cvs-mode-insert): Jump to the new line.
4615         * jit-lock.el (jit-lock-fontify-buffer): Remove.
4617         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4619         * font-lock.el (font-lock-syntactically-fontified): New var.
4620         (font-lock-fontify-syntactic-keywords-region): Use it.
4621         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
4623         * diff-mode.el (diff-find-file-name): Fix regexp.
4625         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4626         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4628         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4629         (sh-mode-syntax-table): Add punctuation syntax for < and >.
4630         (sh-mode): Don't make all vars local here.
4631         (sh-kw): Reformat.
4632         (sh-set-shell): Use dolist.  Don't set indent-region-function.
4633         (sh-mode-syntax-table): Use pop.
4634         (sh-remember-variable): Use push.
4635         (sh-help-string-for-variable): Use memq.
4636         (sh-safe-backward-sexp): Remove.
4637         (sh-safe-forward-sexp): Add ARG.
4638         (sh-get-indent-info, sh-prev-stmt): Use it.
4639         (sh-prev-line): Simplify by using forward-comment.
4640         (sh-this-is-a-continuation): Simplify.
4641         (sh-learn-buffer-indent): Use dolist.
4642         (sh-do-nothing): Remove.
4643         (sh-set-char-syntax, sh-set-here-doc-region):
4644         Use inhibit-modification-hooks.
4645         (sh-name-style): Use mapcar and push.
4646         (sh-load-style): Use dolist.
4647         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4648         (sh-case, sh-while-getopts): Use propertize directly rather
4649         than sh-electric-rparen.
4651 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
4653         * textmodes/tex-mode.el: Require CL when compiling.
4654         (tex-mode-syntax-table): Init immediately.
4655         (tex-mode-map): Bind M-RET to latex-insert-item.
4656         (latex-mode): Set indent-line-function to latex-indent.
4657         (tex-common-initialization): Don't setup the syntax-table any more.
4658         (latex-insert-item): New skeleton.
4659         (tex-next-unmatched-end): Fix copy/paste braino.
4660         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
4661         (latex-indent, latex-find-indent): New functions.
4662         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
4663         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4664         (tex-compilation-parse-errors): Use with-syntax-table.
4666 2000-10-15  Miles Bader  <miles@gnu.org>
4668         * font-lock.el (font-lock-comment-face): Change dark-background,
4669         color, non-tty, default to `chocolate1'.
4671 2000-10-13  John Wiegley  <johnw@gnu.org>
4673         * eshell/esh-util.el (require): Added a missing `require' form,
4674         needed when compiling (for an ange-ftp macro definition).
4676 2000-10-13  Dave Love  <fx@gnu.org>
4678         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4680 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
4682         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4683         fix.
4685         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
4686         transparent -colors 8).
4688 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
4690         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4691         that breaks with old list format timestamps.
4692         (time-stamp-warn-inactive, time-stamp-old-format-warn)
4693         (time-stamp-count, time-stamp-conversion-warn): Improved doc
4694         strings.
4696 2000-10-13  John Wiegley  <johnw@gnu.org>
4698         * align.el, pcomplete.el, calendar/timeclock.el,
4699         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4701         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
4702         faulty math, where holiday hours were being computing as seconds.
4704 2000-10-13  John Wiegley  <johnw@gnu.org>
4706         * desktop.el (desktop-buffer-modes-to-save): Added a global for
4707         specifying what "other" kinds of buffers should be saved.  This
4708         used to be hard-coded.
4709         (desktop-buffer-misc-functions): A global for specifying how
4710         auxiliary data should be determined for special buffer types.
4711         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4712         instead of hard-coding the special buffer types.
4713         (desktop-save): Run `desktop-buffer-misc-functions' to gather
4714         auxiliary data, instead of hard-coding for Info buffers and dired.
4715         (desktop-buffer-info-misc-data): Aux function for determining Info
4716         buffer auxiliary info.
4717         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4718         (desktop-buffer-info): Changed this function to use the info
4719         gathered above.
4720         (desktop-create-buffer): Be a little more careful about what
4721         `minor-mode' means before calling it.  This is important for some
4722         buffer types.
4724 2000-10-13  John Wiegley  <johnw@gnu.org>
4726         * eshell/esh-util.el: Added a global form which declares an
4727         autoload for `parse-time-string', if that function is not already
4728         defined, and if parse-time.el is available on the user's system.
4730         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4731         to be aware of ange-ftp user info.
4732         (eshell-do-ls): Bind `ange-cache'.  Also, use
4733         `eshell-file-attributes'.
4734         (eshell-ls-annotate): Use `eshell-file-attributes'.
4735         (eshell-ls-file): Made the user-id printing code a bit smarter.
4737         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4738         allow identification of alias user ids in remote directories.
4739         It's manual, but there's no other way to know when the current
4740         user on the local machine, is also the owning user on the remote
4741         machine.
4742         (fboundp): Bind `ange-cache'.
4743         (eshell-directory-files-and-attributes): Re-organized the logic a
4744         bit to use `eshell-file-attributes' instead of `file-attributes'.
4745         The former is more sensitive to directories that are read via FTP,
4746         and knows how to use ange-ftp to determine full attribute
4747         information, instead of just the name and last modtime.
4748         (eshell-current-ange-uids): Return the current user id when in a
4749         remote directory.
4750         (eshell-parse-ange-ls): Parse a full directory listing that has
4751         been returned by ange-ftp.
4752         (eshell-file-attributes): This beefed up version of
4753         `file-attributes' is only special if the user is currently in a
4754         remote directory, in which case it does a lot of work to find out
4755         what the real attributes of a file are, as they appear on the
4756         remote machine.  This makes usage of remote directories (i.e.,
4757         ange-ftp pathnames) much more useful.  You can now use Eshell as a
4758         full-fledged FTP client, with much more manipulation ability than
4759         most other clients.
4761         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4762         variable, which means that Eshell's du should always be preferred
4763         in remote directories.
4764         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4765         just `file-attributes'.
4766         (eshell-mvcp-template): Bind `ange-cache', to improve performance
4767         when reading remote directories.  This is an Eshell-specific
4768         variable (not part of ange-ftp).
4769         (eshell/ln): Bind `ange-cache'.
4770         (eshell/du): Added some extra logic for determining when to use
4771         Eshell's du (which is slow), and when to use the external version
4772         (which may or may not exist).
4774         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4775         `eshell-interactive-process', rather than using
4776         `get-buffer-process', since backgrounded processes don't count in
4777         the context of this function's logic.
4779         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4780         `forward-char', so that null strings are parsed correctly.
4782 2000-09-13  John Wiegley  <johnw@gnu.org>
4784         * eshell/em-pred.el (eshell-pred-file-type,
4785         eshell-pred-file-links, eshell-pred-file-size): Use
4786         `eshell-file-attributes'.  This is more correct over ange-ftp.
4788         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4789         that remote file globbing is more efficient.
4791         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4792         gathering the files and attributes within a directory.
4794         * eshell/em-unix.el (eshell/cat): If any of the files passed on
4795         the command line is a special file (not a regular file, directory
4796         or symlink), always attempt to call the external version of cat.
4798 2000-09-13  John Wiegley  <johnw@gnu.org>
4800         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4801         Eshell-friendly version of find-tag.
4803 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
4805         * image-file.el (image-file-name-extensions)
4806         (image-file-name-regexps): Add autoload cookies.
4808 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
4810         * international/mule-cmds.el (select-safe-coding-system): If FROM
4811         is string, show it in *Warning* buffer.
4813 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
4815         * startup.el (normal-top-level): Use display-popup-menus-p instead
4816         of window-system.
4817         (command-line): Use display-graphic-p instead of window-system.
4818         (command-line-1): Use display-popup-menus-p and display-mouse-p
4819         instead of window-system.
4821 2000-10-12  Sam Steingold  <sds@gnu.org>
4823         * tooltip.el (tooltip-use-echo-area): New user variable.
4824         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4826 2000-10-12  Dave Love  <fx@gnu.org>
4828         * recentf.el: Maintainer's checkdoc fixes.
4830         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4831         character class, not ASCII when matching file names.
4832         (fancy-splash-head): Add trailing slash to URL.
4833         (command-line): Don't require XPM support for toolbar.
4835         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4836         (cperl-invalid-face): Revert last change.
4837         (cperl-init-faces): Quote cperl-invalid-face.
4839 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
4841         * startup.el (fancy-splash-text): Remove superfluous quote.
4843 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
4845         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4846         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4847         (command-line-1): Don't use fancy-splash-pending-command.
4848         (fancy-splash-screens-1): Goto point-min after inserting text.
4850         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4852         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4853         instead of shared-lisp-mode-map.
4855 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
4857         * faces.el (header-line): Change tty-variant to use underlining.
4859         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4860         (isearch-highlight): Restore lazy-isearch face properties at old
4861         position, and suppress them at new position.
4862         (isearch-dehighlight): Restore lazy-isearch face properties.
4863         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4864         over the real isearch overlay, but in that case, don't give it a
4865         face property.  Use `push'.
4867 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
4869         * man.el (Man-getpage-in-background): Fix previous change.
4870         Decode the process output only when we are in multibyte mode.
4872 2000-10-11  Dave Love  <fx@gnu.org>
4874         * info.el (Info-mode-menu): Fix some help.
4875         (info-tool-bar-map): Add entry for Info-last.
4877         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4878         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4879         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4880         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4881         * toolbar/search-replace.xpm, toolbar/exit.xpm:
4882         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4883         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4884         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4885         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4886         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4887         Reduce colour requirements to 25 overall.  (Probably wants
4888         revisiting from the originals to reduce further.)
4890 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
4892         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4893         buffer-file-coding-system, instead of raw-text.
4894         (dehexlify-buffer): Bind coding-system-for-read to
4895         buffer-file-coding-system, instead of raw-text.
4897 2000-10-11  Sam Steingold  <sds@gnu.org>
4899         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4900         `underline' - fixes the bug introduced on 2000-09-21.
4902 2000-10-11  Dave Love  <fx@gnu.org>
4904         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4905         compiler warnings.
4906         (scheme-mode): Doc fix.
4907         (scheme-font-lock-keywords-1): Match `define-syntax'.
4909 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
4911         * faces.el (frame-set-background-mode): Pay attention to saved
4912         face specs as well as default ones.  Only do anything if the
4913         bg-mode or display-type has actually changed.  Use `dolist'.
4914         (region): Make dark-background `region' face less in-your-face.
4916 2000-10-10  Sam Steingold  <sds@gnu.org>
4918         * chistory.el, ielm.el, ledit.el:
4919         * progmodes/inf-lisp.el, progmodes/scheme.el:
4920         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4922 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
4924         * textmodes/texinfo.el: Update copyright and fix typo.
4926         * desktop.el (desktop-modes-not-to-save): New var.
4927         (desktop-save-buffer-p): Use it.
4928         Also, obey desktop-buffers-not-to-save even for non-file buffers.
4929         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4931 2000-10-10  Dave Love  <fx@gnu.org>
4933         * toolbar/tool-bar.el (tool-bar-add-item)
4934         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4935         display.
4937         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4938         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4939         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4940         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4941         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4942         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4943         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4944         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4945         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4946         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4947         the .xpms; probably need retouching.
4949 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
4951         * subr.el (add-to-list): Add optional argument APPEND.
4952         * battery.el (display-battery): Use `add-to-list'.
4954 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
4956         * play/zone.el (zone-timer, zone-wc-tbl): Rework
4957         these vars as symbol properties.
4958         (zone, zone-when-idle, zone-leave-me-alone)
4959         (zone-pgm-whack-chars): Use new symbol properties.
4961         * battery.el (display-battery): Doc spelling fix.
4963         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4964         property.
4966 2000-10-09  Dave Love  <fx@gnu.org>
4968         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4969         has been initialized before calling tool-bar-setup.
4970         (tool-bar-add-item-from-menu): Add autoload cookie.
4972 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
4974         * menu-bar.el (send-mail-item-name): New function.
4975         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4976         of mail-user-agent in the menu.  Don't display the "Send Mail"
4977         item if mail-user-agent is nil or its value is ignore.
4978         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4979         if read-mail-command is nil or its value is ignore.
4981         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4983 2000-10-09  Miles Bader  <miles@gnu.org>
4985         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4986         Correct image size.
4987         * toolbar/left_arrow.xpm: Correct image size.
4989         * jka-compr.el: Don't call `jka-compr-install' when loading (it
4990         will be done by the definition of `auto-compression-mode' if
4991         necessary.  Move code to uninstall existing file-name handler
4992         before definition of `auto-compression-mode'.
4994         * image-file.el (auto-image-file-mode): Move to the end of the
4995         file, because `define-minor-mode' actually calls the mode-function
4996         if the associated variable is non-nil, which requires that all
4997         needed functions be already defined.
4999         * mouse.el (popup-menu): Balance parens.
5001 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
5003         * mouse.el (popup-menu): Move the command call outside the loop
5004         so that popup-menu returns whatever the command returns.
5006         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
5007         (initialize-new-tags-table): Use run-hook-with-args-until-success.
5008         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5009         (tags-table-format-functions): Renamed from tags-table-format-hooks.
5011         * vc.el (vc-version-diff): diff-switches can be a list.
5012         Use relative filenames for prettier output.
5014         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5015         (vc-post-command-functions): Remove old-VC compatibility code.
5017         * newcomment.el (comment-indent-default): Autoload.
5019         * font-lock.el (font-lock-defaults): Make buffer-local.
5020         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5021         (font-lock-choose-keywords):
5022         Ignore LEVEL unless KEYWORDS is a list of syms.
5023         (c-keywords, c++-keywords, objc-keywords, java-keywords):
5024         Don't wrap regexp-opt things in \(...\) unnecessarily.
5026         * jit-lock.el: Don't require font-lock any more.
5027         (jit-lock-functions): Make buffer-local.
5028         (jit-lock-saved-fontify-buffer-function): Remove.
5029         (jit-lock-mode): Remove autoload cookie.
5030         Remove font-lock specific code.
5031         (jit-lock-unregister): Don't bother handling complex hooks any more.
5032         (jit-lock-refontify): New function.
5033         (jit-lock-fontify-buffer): Use it.
5034         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5035         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5036         Add optional args START and END.
5037         Never call font-lock-fontify-region directly.
5038         (jit-lock-function, jit-lock-stealth-fontify): Use it.
5040         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5042 2000-10-08  Dave Love  <fx@gnu.org>
5044         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5046         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5048         * play/studly.el (studlify-region, studlify-word): Add autoload
5049         cookie.
5051         * play/morse.el (morse-region, unmorse-region): Add autoload
5052         cookie.
5054         * play/spook.el (spook-phrases-file): Use expand-file-name, not
5055         concat.
5057         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5058         insist on symbols starting with word syntax.
5059         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5060         (eval-defun-1): Doc fix.
5061         (indent-sexp): Use nconc to build up indent-stack.
5063         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5064         Gnus with little use.
5065         (mail-setup-hook): Add mail-abbrevs-setup to options.
5067         * recentf.el: Doc fixes.
5069         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5070         Clean up remainder.
5072         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
5073         without timezone and (8) with timezone to enforce some whitespace.
5074         Simplify code somewhat.
5076         * options.el (list-options): Doc that you should use customize.
5078         * iswitchb.el (iswitchb-mode): Add :require.
5080         * info.el (Info-goto-node, Info-menu): Doc fix.
5081         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5082         (info-tool-bar-map): New variable.
5083         (Info-mode): Use it.
5084         (Info-edit-map): Define all in defvar.
5085         (speedbar-attached-frame): Avoid compiler warning.
5087         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5088         (global-map): Bind [tool-bar] to a filtered map.
5089         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
5090         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5091         Allow PBM icons.
5092         (tool-bar-setup): Adjust calls of tool-bar-add-item.
5094         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5095         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5096         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
5097         icons, except up_arrow, which is left-arrow rotated.
5099         * imenu.el (imenu-add-to-menubar): Fix last change.
5101 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
5103         * generic-x.el (rul-generic-mode): Remove eval-when-compile
5104         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
5106 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
5108         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5109         typos in doc strings.
5111         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5112         the doc strings how to customize Font Lock faces.
5114         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5115         computing growth when dragging the header line.
5117 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
5119         * simple.el (kill-line): Doc fix.
5121 2000-10-08  Miles Bader  <miles@gnu.org>
5123         * faces.el (secondary-selection): Make foreground visible on tty.
5125         * jka-compr.el (auto-compression-mode): Move to the end of the
5126         file, because `define-minor-mode' actually calls the mode-function
5127         if the associated variable is non-nil, which requires that all
5128         needed functions be already defined.
5129         (with-auto-compression-mode): Add autoload cookie.
5131 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
5133         * files.el (find-backup-file-name) [ms-dos]: If support for long
5134         file names is not available, behave as if version-control were set
5135         to never.
5137 2000-10-07  Dave Love  <fx@gnu.org>
5139         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5140         (browse-url-gnome-moz): New function.
5141         (browse-url-browser-function): Use it.
5142         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5144 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
5146         * indent.el (tab-always-indent): New var.
5147         (indent-for-tab-command): Use it.
5149         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5150         raise an error.  This way it can still default to a sane value.
5152 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
5154         * startup.el (fancy-splash-screens): Use local rather than global map.
5155         Don't use `update-menu-bindings' any more.
5156         Get rid of assumptions about keymap representation.
5158 2000-10-06  Dave Love  <fx@gnu.org>
5160         * textmodes/fill.el (sentence-end-double-space)
5161         (sentence-end-without-period):  Doc fix.
5162         (adaptive-fill-regexp): Purecopy.
5163         (unjustify-current-line): Use line-end-position.
5164         (fill-individual-paragraphs-prefix): Use line-beginning-position.
5166         * net/eudc-vars.el (eudc): Add :version, :link.
5168         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5170         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5171         Fix for define-minor-mode.
5172         (function-at-point): Alias to function-called-at-point.
5174         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5176         * simple.el (backward-word): Doc fix.
5178         * image-file.el (image-file-name-regexp): image-file-regexps ->
5179         image-file-name-regexps.
5180         (image-file-name-extensions): Add pbm.
5182 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
5184         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5185         and add filename to the names so that diff-mode can jump to source.
5187         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5188         (tex-font-lock-keywords, tex-font-lock-keywords-2)
5189         (tex-font-lock-keywords-1): Remove.
5190         (font-lock-turn-on-thing-lock): Use jit-lock-register.
5191         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5192         (font-lock-default-fontify-region):
5193         Expand beg..end correctly when just following a multiline region.
5194         (font-lock-fontify-anchored-keywords):
5195         Include the anchor text as part of the multiline.
5197 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
5199         * loadup.el (toplevel): Load `loaddefs' before `help' because the
5200         latter needs the autoloaded define-minor-mode macro during the
5201         bootstrap.
5203         * startup.el (command-line): For now, activate tool-bar-mode only
5204         if XPM images are supported.
5206         * mouse.el (mouse-drag-header-line): Don't allow resizing a
5207         window by dragging a header-line at the top of the frame; that's
5208         confusing because the header-line doesn't move.
5209         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5210         of treating the event as a list.  Some cleanup.
5212 2000-10-06  Miles Bader  <miles@gnu.org>
5214         * simple.el (display-message-or-buffer): New function.
5215         (shell-command-on-region): Use `display-message-or-buffer'.
5217         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5218         docstring parts.
5220         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5221         (smbclient-prompt-regexp): Add usage note to doc string.
5222         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5223         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5224         Use add-hook for adding the comint filter function, and only do so
5225         if it's not already in the global hook list.
5226         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5227         to `make-local-variable'.
5228         (nslookup-font-lock-keywords): Remove prompt entry.
5229         (nslookup): Don't set the process-filter.
5230         (finger): Exit the loop correctly when the regexps list runs out.
5231         (ftp, smbclient, smbclient-list-shares):
5232         Set the real major mode immediately, not after execing.
5233         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5235         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5237 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
5239         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5241         * which-func.el (which-func-format): Remove spurious space.
5242         (which-func-mode): Don't make it permanent-local.
5243         (which-func-ff-hook): Allow which-func-maxout to be nil.
5244         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
5245         (which-func-mode): Simplify.
5246         Use post-command-idle-hook rather than post-command-hook.
5247         Go through all buffers and update their state.
5248         (which-function): Also try add-log-current-defun-function.
5250         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5251         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5252         Update call to with-vc-properties accordingly.
5253         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5254         (vc-revert-buffer): More careful about window selection and deletion.
5255         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5257         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5258         (cvs-retrieve-revision): Reuse a pre-existing buffer.
5259         (cvs-dired-action): Change the default to quickdir.
5261         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5262         if comment-indent-function returns nil.
5263         (comment-indent-default): New function.
5264         (comment-indent-function): Use it and document the new semantics.
5266         * image-file.el: Docstring fixes.
5268         * help.el (help-xref-on-pp): Use match-string.
5269         (describe-variable): New arg BUFFER.
5270         Store the current buffer in the help-xref-stack.
5271         (temp-buffer-resize-mode): Use define-minor-mode.
5273         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5274         consistently with its docstring.
5275         Set jit-lock-first-unfontify-pos in an idempotent way.
5276         (jit-lock-register): Autoload and add arg CONTEXTUAL.
5278 2000-10-05  Alex Schroeder  <alex@gnu.org>
5280         * sql.el (sql-mysql-options): New variable.
5281         (sql-mysql): Use it.
5283 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
5285         * image.el (image): New group.
5287         * smerge-mode.el (smerge-mine-face, smerge-other-face)
5288         (smerge-base-face, smerge-markers-face): Add dark-background variants.
5290 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
5292         * net/net-utils.el (nslookup-font-lock-keywords)
5293         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5294         Ignore the value of wqindow-system; always define keywords
5296 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
5298         * startup.el (fancy-splash-screens): Remove the code for
5299         debugging; `(trace-to-stderr "EXITTT\n")'.
5301 2000-10-05  Miles Bader  <miles@gnu.org>
5303         * diff-mode.el (diff-goto-source): Update call to
5304         `diff-hunk-status-msg' to reflect new REV variable.
5306 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
5308         * progmodes/icon.el (icon-mode):
5309         Don't gratuitously override the default for comment-column.
5311         * vc-hooks.el (vc-mode-line): Fix interactive spec.
5313         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5314         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5315         (jit-lock-functions): New var.
5316         (jit-lock-function-1): Use it if non-nil.
5317         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
5318         Set the `fontified' property before doing the fontification to avoid
5319         repeatedly going through the same error.
5320         Don't turn errors into messages.
5321         (jit-lock-register, jit-lock-unregister): New functions.
5323         * dired.el (dired-mark-pop-up): Turn comment into docstring.
5324         Use with-current-buffer.
5326         * dired-aux.el (dired-do-create-files, dired-kill-tree):
5327         Turn comment into docstring.
5329         * apropos.el (apropos-mode): Use define-derived-mode.
5331 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
5333         * startup.el (fancy-splash-pending-command): New variable.
5334         (fancy-splash-pre-command): New function.
5335         (fancy-splash-screens): Rewritten.
5336         (command-line-1): If fancy-splash-pending-command is set, call it
5337         interactively.
5339 2000-10-04  Dave Love  <fx@gnu.org>
5341         * toolbar/tool-bar.el (tool-bar-setup): New function.
5342         (tool-bar-mode): Use it.
5344         * subr.el (substitute-key-definition): Doc fix.
5345         (play-sound-file): New command.
5347 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
5349         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5350         vc-version-backup-file-name): New functions.
5352         * files.el (basic-save-buffer): Call vc-before-save before saving.
5354         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5355         vc-cvs-stay-local-p.
5357         * vc.el (vc-revert-buffer): Handle empty diff properly.
5358         (vc-version-backup-file): New function.
5359         (vc-checkout): Create a version backup if necessary.
5360         (vc-checkin): If a version backup file exists, delete it.
5361         (vc-version-diff): Diff locally using version backups, if available.
5362         (vc-revert-file): If there's a version backup, revert locally.
5363         (vc-transfer-file): Use version backup for base version, if
5364         available.  If not, ask for confirmation whether to get it from the
5365         server.  Update mode line before check-in.
5367 2000-10-04  Dave Love  <fx@gnu.org>
5369         * toolbar/tool-bar.el (tool-bar-setup): New function.
5370         (tool-bar-mode): Use it.
5372 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
5374         * net/net-utils.el (nslookup-font-lock-keywords)
5375         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5376         Only set if window-system is non-nil
5377         (net-utils-run-program): Returns buffer.
5378         (network-connection-reconnect): Added this function.
5380         * generic.el:
5381         Incorporates extensive cleanup and docfixes by
5382         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5383         Uses cl compile-time macros.
5384         (generic-mode-name, generic-comment-list)
5385         (generic-keywords-list, generic-font-lock-expressions)
5386         (generic-mode-function-list, generic-mode-syntax-table):
5387         Removed variables.
5388         (generic-mode-alist): Renamed to generic-mode-list.
5389         (generic-find-file-regexp): Default changed to "^#".
5390         (generic-read-type): Uses completing read on generic-mode-list.
5391         (generic-mode-sanity-check): removed this function.
5392         (generic-add-to-auto-mode): Removed this function
5393         (generic-mode-internal): Bind mode-specific definitions
5394         into function instead of putting them in alist.
5395         (generic-mode-set-comments): Reworked extensively.
5396         (generic-mode-find-file-hook): Simplified regexp searching
5397         (generic-make-keywords-list): Omit extra pair of parens
5399         * find-lisp.el (find-lisp-find-files-internal):
5400         Make sure directory name ends with "/".
5402         * generic-x.el (apache-conf-generic-mode):
5403         Regexp now allows leading whitespace.
5404         (rc-generic-mode): Added eval-when-compile
5405         around generic-make-keywords-list.
5406         Deleted duplicate regexp
5407         (rul-generic-mode): Added eval-when-compile
5408         around generic-make-keywords-list.
5409         (etc-fstab-generic-mode): New generic mode.
5410         (rul-generic-mode): Removed one eval-when-compile
5411         which caused a max-specpdl-size exceeded error.
5413 2000-10-04  Miles Bader  <miles@gnu.org>
5415         * simple.el (minibuffer-temporary-goal-position): New variable.
5416         (next-history-element): Try to keep the position of point in the
5417         input string constant.
5419         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5420         (dired-do-create-files): If there's only one file, pass it in as
5421         the DEFAULT arg to dired-mark-read-file-name.
5423 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
5425         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5426         (diff-goto-source): Be smarter when choosing REVERSE or not.
5428         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5429         (texinfo-mode-menu): Add an explicit shortcut for update all.
5431 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
5433         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5434         factorize backend-specific code cleanly (this was essentially
5435         conceived by Stefan Monnier).
5436         (vc-unregister): Function removed.
5437         (vc-revert-file): New function.
5438         (vc-revert-buffer): Delegate some of the work to it.
5440         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5441         default branch unconditionally.
5442         (vc-rcs-set-default-branch): New function.
5443         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5444         (vc-rcs-checkin): If an appropriate default branch has been set,
5445         force creation of that branch.
5446         (vc-rcs-receive-file): Rewritten to contain only backend-specific
5447         code (as suggested by Stefan Monnier).
5449 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5451         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5452         highlighting overlay with a different face over the overlay
5453         isearch uses to highlight the current match because that can lead
5454         to bad face combinations.
5456         * loadup.el (toplevel): Load faces before isearch.
5458         * isearch.el (isearch-faces): New custom group.
5459         (isearch): New defface; was already tested for in the code.
5460         (isearch-lazy-highlight-face): Changed to defface from defcustom.
5461         (isearch-highlight): Always use face `isearch'.
5463 2000-10-02  Dave Love  <fx@gnu.org>
5465         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5466         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
5467         comparison of opcode with operand.
5469 2000-10-03  Miles Bader  <miles@gnu.org>
5471         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5472         buffer, since the echo area will now grow to accommodate them.
5474 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
5476         * vc-hooks.el (vc-registered): If FILE used to be registered under
5477         a certain backend, try that one first.
5479         * vc.el (vc-responsible-backend): Undo the previous change in the
5480         argument list.  Handle multiple backends correctly.
5481         (vc-find-new-backend): Function removed.
5482         (vc-register): Use vc-responsible-backend, as before.
5483         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5485 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5487         * startup.el (fancy-splash-head): Change message below the
5488         logo.
5490 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
5492         * diff-mode.el (diff-goto-source): Emit a status message.
5493         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5494         (diff-test-hunk): Fix doc string.
5495         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5496         (diff-advance-after-apply-hunk): New variable.
5497         (diff-apply-hunk): Don't return a value.
5499 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
5501         * vc.el (vc-editable-p): Minor optimization.
5502         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5503         (vc-find-new-backend): New function split from vc-responsible-backend.
5504         (vc-register): Use it.
5505         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5506         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5507         (vc-default-unregister, vc-revert-buffer): Docstring fix.
5508         (vc-clear-headers): Don't use find-file.
5509         (vc-revert-buffer): Use `and' again (must have been a braino).
5510         (vc-switch-backend): Only prompt if requested.
5511         Short circuit if nothing is to be done.
5512         Don't use vc-resynch-buffer which could lose unsaved editing.
5513         (vc-default-receive-file): Update call to vc-unregister.
5514         (with-vc-file, vc-next-action-on-file):
5515         Use vc-backend rather than vc-registered.
5516         (vc-next-action-on-file): Use intern-soft.
5517         Deal with read-only *vc-diff* buffer.
5518         (vc-transfer-file): Docstring fix.
5520         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5521         (vc-rcs-receive-file): Avoid with-vc-properties.
5522         Update call to vc-unregister.
5523         Use constant `RCS' rather than (dynamically bound) var `backend'.
5525 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
5527         * vc.el (vc-next-action-on-file): Update mode line only if file
5528         is visited.
5529         (vc-start-entry): New argument initial-contents.  Don't visit the file
5530         if it isn't already visited.  Brought documentation up-to-date.
5531         (vc-next-action, vc-register): Updated calls to vc-start-entry.
5532         (vc-checkin): New optional arg initial-contents, which is passed to
5533         vc-start-entry.
5534         (vc-finish-logentry): Make sure to bury log buffer only if there
5535         really is one.  Call `vc-resynch-buffer' on log-file, not
5536         buffer-file-name.
5537         (vc-default-comment-history, vc-default-wash-log): New functions.
5538         (vc-index-of): Removed.
5539         (vc-transfer-file): Make do without the above.
5540         (vc-default-receive-file): Call comment-history unconditionally.  Pass
5541         the resulting string to vc-checkin, instead of inserting it into the
5542         comment ring.
5544         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5545         unconditionally.  Use the comments as initial contents of the log
5546         entry buffer.  Document the trick to force branch creation with no
5547         changes.
5549 2000-10-01  Miles Bader  <miles@gnu.org>
5551         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5552         `recenter' with an arg to prevent redrawing the display.
5554 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
5556         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5558         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5560         * progmodes/c-mode.el (c-mode):
5561         Don't gratuitously override the default for comment-column.
5563         * textmodes/tex-mode.el (latex-metasection-list): New var.
5564         (latex-imenu-create-index): Use it.
5565         Move the regexp construction outside loops (and use push).
5566         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5567         (tex-font-lock-keywords): Moved from font-lock.el.
5568         (tex-comment-indent): Remove.
5569         (tex-common-initialization): Don't set comment-indent-function.
5570         (latex-block-default): New var.
5571         (tex-latex-block): Use it to provide a default choice.
5572         Add any unknown choice to latex-block-names.
5573         Insert [...] after {...}.
5574         (tex-last-unended-begin): Simplify regexp.
5575         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5576         (latex-forward-sexp-1, latex-forward-sexp): New functions.
5577         (latex-mode): Set forward-sexp-function.
5579         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5580         Add regexp for @ignore ... @end ignore.
5581         (texinfo-heading-face): New face.
5582         (texinfo-font-lock-keywords): Use it.
5583         (texinfo-mode-menu): New menu.
5584         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5585         New functions.
5586         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5587         (texinfo-section-types-regexp, texinfo-section-level-regexp)
5588         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5589         Remove declaration.
5590         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5592         * delsel.el (delete-selection-mode): Use define-minor-mode.
5594         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5596 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5598         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5600 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
5602         * replace.el (keep-lines-read-args): New function.
5603         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5604         read arguments interactively.  Add parameters RSTART and REND.
5605         Operate on the active region in Transient Mark mode.
5607         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5609         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5610         (authors-obsolete-files-regexps): New variable.
5611         (authors-add): Don't record changes in obsolete files.
5613 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5615         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5617         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5618         (comment-indent): Make sure there's a space between code and comment.
5619         Shift comments left to avoid going past fill-column.
5621 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5623         * startup.el (startup-echo-area-message): New function.
5624         (display-startup-echo-area-message): Use it.
5625         (fancy-splash-screens): Rewritten to use keymaps and a timer.
5626         (fancy-splash-default-action): New function.
5627         (fancy-splash-screens-1): New function.
5628         (fancy-splash-head): Put a help-echo and a keymap under the image.
5630 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5632         * diff-mode.el (diff-add-log-file-name): Remove.
5633         (diff-mode): Use add-log-buffer-file-name-function.
5635         * add-log.el (find-change-log): New arg BUFFER-FILE.
5636         (add-log-file-name): Obey add-log-file-name-function.
5637         (add-log-buffer-file-name-function): New var.
5638         (add-change-log-entry): Use it.
5640 2000-09-29  Miles Bader  <miles@gnu.org>
5642         * image-file.el (image-file-name-extensions): New variable.
5643         (image-file-name-regexps): Renamed from `image-file-regexps'.
5644         New default value is nil.  Call `auto-image-file-mode'.
5645         (image-file-name-regexp): New function.
5646         (auto-image-file-mode): New minor mode.
5647         (insert-image-file): Don't make conditional on the image-file
5648         handler being enabled.
5649         (image-file-handler): Make the call here conditional instead.
5650         (set-image-file-handler-enabled, enable-image-file-handler)
5651         (disable-image-file-handler): Functions removed.
5653         * emacs-lisp/authors.el (authors-print): Rephrase many-files
5654         string.
5656 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5658         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5659         it's a function from CL.
5660         (latex-imenu-create-index): Replace eval-when-compile with progn
5661         because latex-section-alist is not bound while compiling.
5663 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
5665         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5666         (outline-mode): Use define-derived-mode.
5668         * progmodes/perl-mode.el (perl-mode):
5669         * progmodes/awk-mode.el (awk-mode):
5670         * progmodes/asm-mode.el (asm-mode):
5671         Don't gratuitously override the default for comment-column.
5673         * emacs-lisp/lisp.el (lisp-complete-symbol):
5674         Distinguish the let-binding case from the funcall case.
5675         (forward-sexp-function): New variable.
5676         (forward-sexp): Use it.
5678         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5679         (easy-mmode-defmap): Remove the now useless autoload.
5681         * time.el (display-time-mode): Use define-minor-mode.
5683         * subr.el (add-minor-mode): Don't eval NAME.
5684         Don't depend on the presence of TOGGLE-FUN for any special behavior.
5685         Use if rather than cond.
5687         * simple.el (read-expression-map): Define more properly.
5688         (comment-indent-hook): Remove.
5689         (string-to-syntax): Bug fix.
5691         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5692         (cvs-ediff-diff): Fix typo.
5693         (cvs-revert-if-needed): Don't bother preserving read-only.
5695         * paren.el (show-paren-mode): Use define-minor-mode.
5697         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5698         (toggle-auto-compression): Remove.
5699         (jka-compr-build-file-regexp): Remove useless grouping.
5701         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5702         Avoid user-reserved bindings.
5703         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5704         (diff-header-face): Revert to grey85.
5706         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5708         * complete.el (partial-completion-mode) <defcustom>: Remove.
5709         (partial-completion-mode): Use define-minor-mode.
5710         (PC-do-completion): Understand `completion-auto-help = delay'
5711         to mean to popup the completion buffer only the second time.
5712         (PC-include-file-all-completions, PC-include-file-all-completions)
5713         (PC-include-file-all-completions): Don't quote lambda.
5715         * comint.el (comint-mode-hook): Docstring fix.
5716         (comint-mode): Use define-derived-mode.
5717         (comint-mode-map): Remove obsolete comment.
5718         (make-comint): Minor stylistic change.
5719         (comint-insert-clicked-input): Be more careful to find the overlay.
5720         Use this-command-keys rather than hardcoding mouse-2.
5722         * font-lock.el: Replace confusing (,@ with ,
5723         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5724         Don't use regexp-opt-depth.  Spice up the regexp for args.
5725         Don't distinguish between cmds that can take an opt arg or not.
5726         Use `append' and `prepend' rather than `keep'.
5728         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5729         (latex-outline-regexp): New var.
5730         (latex-outline-level): New fun.
5731         (latex-section-alist): New var.
5732         (latex-imenu-create-index): Use it.  Use `push' as well.
5733         (tex-shell-map): Initialize it properly.
5734         (tex-mode): Minor stylistic change.
5735         (plain-tex-mode): Use define-derived-mode.
5736         (latex-mode): Use define-derived-mode.
5737         Construct the paragraph regexps in a more readable way.
5738         Set the buffer-local outline-{level,regexp} vars.
5739         (slitex-mode): Derive from latex-mode.
5740         (tex-common-initialization): Don't kill-all-vars anymore.
5741         Add setting for comment-add and font-lock-defaults.
5742         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5743         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
5744         (tex-start-tex): New arg DIR (and send a chdir command for it).
5745         Also display the shell buffer and save it in tex-last-buffer-texed.
5746         (tex-region): Use expand-file-name rather than concat.
5747         Remove code made useless by changes in tex-start-tex.
5748         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5750         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5752 2000-09-28  Dave Love  <fx@gnu.org>
5754         * eshell/eshell.el (eshell) <defgroup>: Add :version.
5756 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
5758         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5759         `append'.
5761 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
5763         * info.el (Info-extract-pointer): Undo last change.
5764         Instead, fix the position of the `bound' arg to re-search-backward.
5766 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
5768         * info.el (Info-extract-pointer):
5769         Widen more carefully, to avoid finding pointers in other nodes.
5770         (Info-index): Use push.
5772 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
5774         * frame.el (set-frame-font): Remove call to obsolete function
5775         frame-update-faces.
5776         (set-foreground-color, set-background-color): Likewise for
5777         frame-update-face-colors.
5779 2000-09-27  Miles Bader  <miles@gnu.org>
5781         * image-file.el: New file.
5783 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
5785         * frame.el (frame-notice-user-settings): Don't call
5786         frame-update-faces, which is a no-op now.
5788         * ediff-wind.el (ediff-control-frame-parameters): Add zero
5789         tool-bar-lines.
5791 2000-09-27  Dave Love  <fx@gnu.org>
5793         * mouse.el: Fix last change.
5795 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
5797         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5799 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
5801         * international/quail.el (quail-help): The output message is
5802         improved.
5804 2000-09-26  Dave Love  <fx@gnu.org>
5806         * mouse.el (popup-menu): If POSITION is nil, set it using
5807         mouse-position.
5809 2000-09-25  Sam Steingold  <sds@gnu.org>
5811         * net/browse-url.el (browse-url-file-url): Check for null maps.
5813 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
5815         * frame.el (frame-notice-user-settings): Don't add a
5816         tool-bar-lines frame parameter to default-frame-alist in batch mode.
5818         * frame.el (frame-notice-user-settings):
5819         Make tool-bar-mode and default-frame-alist consistent.
5821         * toolbar/tool-bar.el (tool-bar-help): New function.
5823 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5825         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5826         current-load-list in top-level forms.  Else this leaks a cons cell
5827         every time a defun is called.
5829         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5831 2000-09-25  Dave Love  <fx@gnu.org>
5833         * startup.el (fancy-splash-head): Check XPM is available.
5835         * autoinsert.el (auto-insert): Doc fix.
5836         (auto-insert-alist): Following GNU notices, don't say `copyright
5837         _by_'.  Use line-beginning-position.
5838         (auto-insert): Check buffer-file-name is non-nil before use.
5840 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5842         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5843         starting with `@def' or `@multitable', in addition to ones
5844         specified by the user in auto-fill-inhibit-regexp.
5846 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
5848         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5849         rmail-dont-reply-to-names matches the empty string.
5851 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5853         * startup.el (command-line-1, fancy-splash-text): Change the
5854         text to sound more friendly.
5856 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
5858         * progmodes/hideshow.el: Update author email address.
5859         Generally, sync w/ maintainer version 5.22.
5860         (hs-hide-all-non-comment-function): New var.
5861         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5862         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5863         (hs-show-region): Delete this command.
5864         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5866 2000-09-22  Dave Love  <fx@gnu.org>
5868         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5869         (hl-line-highlight): Specify buffer when moving overlay.
5871         * progmodes/fortran.el (fortran-mode): Locally set
5872         normal-auto-fill-function.
5873         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5874         (fortran-mode-map): Adjust auto-fill menu entry.
5876 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
5878         * vc-rcs.el (toplevel): Require `vc' when compiling.
5880         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5882 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
5884         * vc.el (vc-switch-backend): Signal an error if the file is not
5885         registered under the new backend.
5887         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5888         without explicit revision number.
5890 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
5892         * diff-mode.el (diff-file-header-face): Reset to its previous value.
5893         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5894         (diff-xor): New function.
5895         (diff-find-source-location): Use it.  Fix a stupid name clash.
5896         (diff-hunk-status-msg): New function.
5897         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5898         (diff-test-hunk): Use diff-find-source-location.
5899         (diff-goto-source): Favor the `reverse'.
5900         (diff-hunk-text): Properly handle one-sided context diffs.
5901         (diff-apply-hunk): When done, advance to the next hunk.
5903 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
5905         * startup.el (command-line): If frame was created with a non-zero
5906         tool-bar-lines parameter, switch tool-bar-mode on.
5908         * add-log.el (change-log-date-face, change-log-name-face)
5909         (change-log-email-face, change-log-file-face)
5910         (change-log-list-face, change-log-conditionals-face)
5911         (change-log-function-face, change-log-acknowledgement-face):
5912         New faces, inheriting from font-lock faces.
5913         (change-log-font-lock-keywords): Use them.
5915 2000-09-21  Dave Love  <fx@gnu.org>
5917         * progmodes/cperl-mode.el (top-level): Clean up
5918         `eval-when-compile's and assorted defvars.
5919         (cperl-invalid-face): Don't double-quote value.  Change custom
5920         type.
5921         (cperl-mode): Set normal-auto-fill-function and don't zap
5922         auto-fill-function.
5923         (cperl-imenu--function-name-regexp-perl): Renamed from
5924         imenu-example--function-name-regexp-perl.
5925         (cperl-imenu--create-perl-index): Renamed from
5926         imenu-example--create-perl-index.
5927         (cperl-xsub-scan): Don't require cl.
5929         * msb.el (msb-mode-map): Use substitute-key-definition.
5930         (msb-mode): Use msb-mode-map.
5932 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
5934         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5935         New functions.
5936         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5937         (vc-switch-backend): New function.
5938         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5939         (vc-register): Fix prompt.
5940         (vc-unregister, vc-default-unregister): New functions.
5941         (vc-version-diff): Handle empty buffer in sentinel.
5943         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5944         (vc-rcs-state-heuristic): Use it to guess the state of files with
5945         non-strict locking.
5946         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5947         been set with -b, but not created yet.
5948         (vc-rcs-fetch-master-state): With non-strict locking, compare file
5949         contents in order to find the state.
5950         (vc-rcs-checkin): Allow creation of branches with no changes.
5951         (vc-rcs-unregister, vc-rcs-receive-file)
5952         (vc-rcs-set-non-strict-locking): New functions.
5954         * vc-hooks.el (vc-name): Force correct computation of the value
5955         in case it is missing.
5957 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
5959         * startup.el (fancy-splash-tail): Use a different foreground
5960         color on a dark frame background.
5962 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
5964         * info.el: Use the correct capitalization when making Info-mode
5965         and Info-edit-mode `special' modes.
5967 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
5969         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5970         (diff-mode): Add support for add-log.el.
5971         (diff-hunk-text): Use char offsets rather than line offsets.
5972         (diff-find-source-location): Replace LINE with line-offset (nil
5973         if not found) and always set POS to a meaningful position.
5974         Adapt to the new char-offsets.
5975         (diff-apply-hunk): Drop support for the unused `select' POPUP.
5976         Adapt to the new diff-find-source-location.
5977         (diff-goto-source): Adapt to the new diff-find-source-location.
5979         * add-log.el (add-log-file-name): New function (split out of
5980         add-change-log-entry).
5981         (add-change-log-entry): Use it.
5982         Call add-log-file-name-function with the changelog file name if
5983         the current buffer is not associated with any file.
5984         Avoid find-file if the selected window is dedicated.
5986         * diff-mode.el (diff-find-source-location):
5987         Move code from diff-apply-hunk.  Return buffer rather than file.
5988         (diff-apply-hunk): Use the new result from  diff-find-source-location.
5989         (diff-goto-source): Use the new diff-find-source-location.
5991 2000-09-20  Dave Love  <fx@gnu.org>
5993         * iswitchb.el: Some doc fixes.
5994         (iswitchb-mode-map): Define completely initially.  Inherit
5995         minibuffer-local-map.
5996         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
5997         fundamental-mode.
5998         (iswitchb-global-map): New variable.
5999         (iswitchb-summaries-to-end): Amalgamate regexps.
6000         (iswitchb-mode): New.
6001         (iswitchb-mode-hook): New variable.
6002         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
6003         `extensions'.
6005 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
6007         * ehelp.el (electric-help): New defgroup.
6008         (electric-help-shrink-window): New user-option.
6009         (with-electric-help): Use it.
6011         * window.el (shrink-window-if-larger-than-buffer): If face
6012         `mode-line' has a :box, and we're on a graphical frame, add 1
6013         to the needed window height.
6015         * frame.el (frame-notice-user-settings): Add a last parameter nil
6016         to a call to `append', because the last list passed to `append' is
6017         not copied, and so subsequent calls to assq-delete-all will modify
6018         default-frame-alist.
6020         * startup.el (fancy-splash-image): Change :type.
6021         (fancy-splash-head): Use an XBM image if appropriate.
6022         (command-line-1): Show splash screens in more cases.
6024         * startup.el (fancy-splash-text): Don't quote faces.
6026         * dired.el (dired-font-lock-keywords): Undo last change.
6027         (dired-readin): Bind indent-tabs-mode to nil.
6029         * startup.el (fancy-splash-head): If frame's background mode
6030         is `dark', change the black background of the image to gray.
6031         (fancy-splash-screens): Display startup echo area message.
6032         (display-startup-echo-area-message): New function.
6034 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
6036         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6038         * info.el (info-header-node): Tweak for color ttys.
6040         * faces.el (face-valid-attribute-values): Make sure directories we
6041         search for stipples both exist and are readable before trying to
6042         search them.
6044         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6045         in the dry-run case.
6047         * jka-compr.el (with-auto-compression-mode): New macro.
6049         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6050         (custom-group-tag-face, custom-variable-tag-face): Use relative
6051         :height and inherit from `variable-pitch' face instead of
6052         hardwiring :family.
6053         * hi-lock.el (hi-black-hb): Likewise.
6055         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6056         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6057         toolbar-add-item, if image doesn't have a mask add a `:mask
6058         heuristic'.
6060 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
6062         * diff-mode.el: Docstring fixes.
6063         (diff-header-face, diff-comment-face): New faces.
6064         (diff-font-lock-keywords): Highlight a bit differently.
6065         (diff-find-source-location): Don't return SPAN any more.
6066         (diff-hunk-text): Don't bother erasing the temp buffer.
6067         (diff-find-text): Drop argument LINE.
6068         (diff-apply-hunk): Update calls to diff-find-text.
6069         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6071         * calendar/calendar.el: Docstring fixes.
6072         (calendar-make-alist): Don't quote lambda.
6073         (calendar-star-date): Use make-local-variable.
6075 2000-09-19  Dave Love  <fx@gnu.org>
6077         * toolbar/tool-bar.el: Renamed from toolbar.el.
6078         Change `toolbar' to `tool-bar' generally in symbols.
6079         Make some items invisible in `special' major modes.
6080         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6081         Add arg PROPS.
6083         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6084         Add :version here.
6085         (fancy-splash-delay, fancy-splash-image): Remove :version here.
6087 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6089         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6091         * files.el (find-file-suppress-same-file-warnings): New user-option.
6092         (find-file-noselect): Use it.
6094         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6095         (fancy-splash-screen): Defgroup.
6097         * add-log.el (change-log-font-lock-keywords): Match names
6098         more exactly for the case that font-lock-constant-face is
6099         underlined.
6101 2000-09-19  Richard M. Stallman  <rms@gnu.org>
6103         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6105 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
6107         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6109 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6111         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6112         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6113         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6114         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6115         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6116         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6117         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6118         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6119         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6120         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6121         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6122         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6124         * startup.el (fancy-splash-text): New variable.
6125         (fancy-splash-delay, fancy-splash-image): New user-options.
6126         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6127         (fancy-splash-screens): New functions.
6128         (command-line-1): If display has a `display' frame parameter, has
6129         colors, and we have XPM support, show more fancy splash screens.
6131 2000-09-19  Dave Love  <fx@gnu.org>
6133         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
6134         with null `help'.  Use modern backquote syntax.
6136 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6138         * font-lock.el (font-lock-mode): Change message telling the user
6139         that ``the buffer is too big''.
6141         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6142         for instance for the case that tab-width is 2.
6144 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
6146         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6147         toolbar-add-item, if image doesn't have a mask add a `:mask
6148         heuristic'.
6150 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
6152         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6153         and return a cons if it's non-nil.
6154         (diff-apply-hunk): Try to jump to the line in the source text
6155         corresponding to the position of point in the in the hunk.
6157         * info.el (Info-title-3-face, Info-title-2-face)
6158         (Info-title-1-face): Use face inheritance and relative sizes
6159         instead of hard-wiring things.
6161         * faces.el (secondary-selection): Make dark-background variant sane.
6163 2000-09-16  Andrew Innes  <andrewi@gnu.org>
6165         * makefile.w32-in (compile-files-CMD): No need to make .elc files
6166         read-only, since they aren't under VC now.
6168 2000-09-17  Dave Love  <fx@gnu.org>
6170         * tmm.el: Replace mapcar with mapc in several places.
6172         * loadhist.el (unload-feature): Maybe call elp-restore-list and
6173         ad-unadvise.
6175         * international/latin1-disp.el: New file.
6177         * calendar/cal-move.el (scroll-calendar-left)
6178         (scroll-calendar-right): Make arg optional (for active mode line).
6180         * calendar/calendar.el (calendar-mode-line-format): Make fields
6181         mouse-sensitive.
6182         (calendar-read-date, calendar-read-date, calendar-window-list):
6183         Unquote lambda.
6184         (calendar-month-name): Use aref, not sref.
6186         * view.el (minor-mode-alist): Propertize the string.
6188         * international/characters.el (standard-case-table): Add entries
6189         for Greek.
6191 2000-09-18  Miles Bader  <miles@gnu.org>
6193         * info.el (info-node, info-xref): Add dark-background variants.
6195         * faces.el (header-line): Change defaults to be less confusing
6196         when mixed with mode-lines.
6198         * info.el (Info-fontify-node): Make a few cleanups.
6199         Add extra `help-echo' and `local-map' props to node xrefs.
6200         Use header-specific faces for node-names & xrefs.
6201         (Info-use-header-line): New variable.
6202         (info-header-xref, info-header-node): New faces.
6203         (Info-setup-header-line): New function.
6204         (Info-select-node): Call Info-setup-header-line when enabled.
6205         (Info-extract-pointer): Work even if the header line is hidden.
6206         (Info-header-line): New variable.
6208 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
6210         * vms-patch.el (print-region-function): Don't quote lambda.
6212         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6214         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6215         (lm-get-header-re): Allow spaces between the header and the colon.
6216         (lm-header): Allow $ in non-RCS headers.
6217         (lm-header-multiline): Put the strings back into order.
6218         Stop at an empty line.  Don't require two space chars if the
6219         line is clearly not another header line.
6221         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6222         (popup-menu-popup): Remove.
6224 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
6226         * toolbar/toolbar.el (toolbar-add-item): Use the same image
6227         specification if or if not tool-bar item contains an `:enabled'
6228         property.
6230         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6231         current buffer has no file name.
6233 2000-09-15  Dave Love  <fx@gnu.org>
6235         * strokes.el: Sync with maintainer's current version with changes
6236         for Emacs, but avoid runtime cl and levents.
6237         (toplevel):  Change autoloads and compilation requires.
6238         (strokes-version, strokes-bug-address, strokes-lift): Values
6239         changed.
6240         (strokes-xpm-header, strokes-insinuated): New variable.
6241         (strokes): Add :link.
6242         (strokes-mode): Customized.
6243         (strokes-while-inhibiting-garbage-collector): New macro.
6244         (strokes-remassoc): Avoid remove-if.
6245         (strokes-fix-button2-command): Don't use ad-do-it.
6246         (strokes-insinuate): New function.
6247         (strokes-button-press-event-p, strokes-button-release-event-p):
6248         New functions, used instead of non-`strokes-' versions..
6249         (strokes-mouse-event-p): Rewritten.
6250         (strokes-event-closest-point): Avoid event-point.
6251         (strokes-get-grid-position): Avoid cdadr, caadr
6252         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6253         functions.
6254         (strokes-help): Use with-output-to-temp-buffer.
6255         (strokes-window-configuration-changed-p): New function.
6256         (strokes-update-window-configuration): Use buffer-live-p,
6257         strokes-window-configuration-changed-p.
6258         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
6259         (strokes-char-face): New face.
6260         (strokes-char-table, strokes-base64-chars): New variable.
6261         (strokes-xpm-for-stroke, strokes-list-strokes)
6262         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6263         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6264         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6265         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6266         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6267         functions.
6269 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
6271         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6273         * image.el (create-image): Doc fix.
6275         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6276         instead of `:heuristic-mask t'.
6278 2000-09-14  Andrew Innes  <andrewi@gnu.org>
6280         * makefile.w32-in: Revert to Unix line endings.
6282 2000-09-14  Andrew Innes  <andrewi@gnu.org>
6284         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
6285         when installing.
6287         * makefile.nt (DONTCOMPILE): Fix typo.
6289         * shell.el (shell-write-history-on-exit): New function.
6290         (shell-dumb-shell-regexp): New custom variable.
6291         (shell-mode): Make shell-write-history-on-exit the process
6292         sentinel if shell name matches shell-dumb-shell-regexp.
6294         * w32-fns.el: Comment out before-init-hook function which resets
6295         source-directory based; this breaks bootstrap.
6297 2000-09-14  Dave Love  <fx@gnu.org>
6299         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6300         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6301         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6302         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6303         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6304         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6305         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
6306         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
6307         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6309         * toolbar/toolbar.el: New.
6311         * subdirs.el: Add toolbar.
6313 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
6315         * indent.el (indent-for-tab-command): Doc fix.
6317 2000-09-14  Alex Schroeder  <alex@gnu.org>
6319         * ansi-color.el (ansi-colors): Doc change.
6320         (ansi-color-get-face): Simplified regexp.
6321         (ansi-color-faces-vector): Added more faces, doc change.
6322         (ansi-color-names-vector): Doc change.
6323         (ansi-color-regexp): Simplified regexp.
6324         (ansi-color-parameter-regexp): New regexp.
6325         (ansi-color-filter-apply): Doc change.
6326         (ansi-color-filter-region): Doc change.
6327         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6328         deal with zero length parameters.
6329         (ansi-color-apply-on-region): Doc change.
6330         (ansi-color-map): Doc change.
6331         (ansi-color-map-update): Removed debugging message.
6332         (ansi-color-get-face-1): Added condition-case to trap
6333         args-out-of-range errors.
6334         (ansi-color-get-face): Doc change.
6335         (ansi-color-make-face): Removed.
6336         (ansi-color-for-shell-mode): New option.
6338 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
6340         * international/quail.el (quail-start-translation): Translate KEY
6341         if necessary even if it doesn't have any mapping in the current
6342         input method.
6343         (quail-start-conversion): Likewise.
6344         (quail-help): The output message is improved.
6346 2000-09-13  Miles Bader  <miles@gnu.org>
6348         * comint.el (comint-output-filter): Revert to using
6349         `insert-before-markers'.  Add bletcherous hack to undo damage
6350         caused by `insert-before-markers'.  Put `front-sticky' property on
6351         overlays created here so that the field code understands how the
6352         overlay works.  Use a let when making comint-last-prompt-overlay,
6353         so that the code is easier to read.
6355 2000-09-13  Dave Love  <fx@gnu.org>
6357         * wid-edit.el (widget-default-format-handler): DTRT when
6358         doc-property is a function.
6360 2000-09-12  Francesco Potorti`  <pot@gnu.org>
6362         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6363         filed name if it's not there.
6365 2000-09-12  Dave Love  <fx@gnu.org>
6367         * simple.el (read-mail-command): Doc fix.
6368         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6370         * vc.el (vc-dired-listing-switches): Fix :version.
6372         * vc-hooks.el: Doc fixes.
6374         * subr.el (add-minor-mode): Use toggle-fun arg.
6376         * speedbar.el: Add :version to several defcustoms.
6378         * imenu.el (imenu--truncate-items, imenu--cleanup)
6379         (imenu--generic-function): Avoid mapcar.
6380         (imenu--replace-spaces): Function removed.
6381         (imenu--completion-buffer): Use subst-char-in-string.
6382         (imenu-add-to-menubar): Use keymap inheritance.
6384 2000-09-12  Miles Bader  <miles@gnu.org>
6386         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6387         (diff-mode-map): Bind `diff-test-hunk'.
6388         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6390 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
6392         * bytecomp.el (byte-compile-defvar): Undo last change
6393         because it breaks '(make-variable-buffer-local (defvar ...)'
6394         which is used at least in dired.
6396 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
6398         * international/quail.el (quail-define-package): Docstring
6399         modified.
6401 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
6403         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6404         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6405         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
6406         docstring of "chinese-py".
6408         * international/quail.el (quail-translation-docstring): New
6409         variable.
6410         (quail-show-keyboard-layout): Docstring modified.
6411         (quail-select-current): Likewise.
6412         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6413         infinite recursive call.
6414         (quail-help): Check quail-translation-docstring.  Format of the
6415         output changed.
6416         (quail-help-insert-keymap-description): Adjusted for the above
6417         change.
6419 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
6421         * bytecomp.el (byte-compile-defvar): Only cons onto
6422         current-load-list in top-level forms.  Else this leaks a cons cell
6423         every time a defun is called.
6425 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
6427         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6428         Now understands non-unified diffs.  Some functionality moved into
6429         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
6430         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
6431         modify anything.  Only reposition point in the patched file if the
6432         patch succeeds.  Only pop up another window if POPUP is true.
6433         Emit a message describing what happened if successful, and at what
6434         line-offset.  Automatically detect reversed hunks and do something
6435         appropriate.
6436         (diff-hunk-text, diff-find-text): New functions.
6437         (diff-filter-lines): Function removed.
6438         (diff-test-hunk): New function.
6439         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6441 2000-09-10  Dave Love  <fx@gnu.org>
6443         * textmodes/tildify.el: Minor doc/commentary fixes.
6444         (tildify) <defgroup>: Add :version.
6446         * faces.el (face-x-resources): Make custom type more specific.
6447         (frame-background-mode): Use mapc.
6448         (region) <defcustom>: Add :version.
6450 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
6452         * vc-sccs.el (vc-sccs-register):
6453         * vc-rcs.el (vc-rcs-register):
6454         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6455         * vc.el (vc-register): Clear file's properties.
6457 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
6459         * faces.el (face-spec-set): Only face-spec-reset-face when
6460         ATTRS is non-nil.
6462 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
6464         * help.el (help-insert-xref-button): Fix a typo in doc string.
6466 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
6468         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6469         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6470         methods.
6472         * menu-bar.el (read-mail-item-name): New function.
6473         (menu-bar-tools-menu): Use it to compute and display the package
6474         used to read email.
6475         (menu-bar-tools-menu): Fix typo in GUD's help string.
6477 2000-09-07  Dave Love  <fx@gnu.org>
6479         * diff-mode.el (diff-mouse-goto-source): New function.
6481         * vc-sccs.el: Doc fixes.
6482         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6484         * vc-rcs.el: Doc fixes.
6485         (vc-rcs-register-switches, vc-rcs-checkin-switches)
6486         (vc-rcs-checkout-switches, vc-rcs-header)
6487         (vc-rcs-master-templates): Add or change :version.
6489         * vc-cvs.el: Doc fixes.
6490         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6491         (vc-cvs-stay-local): Add :version.
6493         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6495 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6497         * international/quail.el (quail-help): Fix previous change.
6499 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6501         * faces.el (color-values): Doc fix.
6503         * faces.el (frame-set-background-mode): Use frame-parameter
6504         instead of frame-parameters.
6506         * frame.el (filtered-frame-list): Reduce consing.
6507         (frames-on-display-list): Call frame-parameter instead of
6508         frame-parameters.
6510 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6512         * language/devan-util.el (devanagari-to-indian-region): In the
6513         loop, change the following char, not preceding char.
6515 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6517         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6518         instead of frame-parameters.
6520         * faces.el (set-face-attribute): Simplify by calling
6521         internal-set-lisp-face-attribute with FRAME being 0.
6523         * vc.el: Remove `Id' version control keyword.
6525 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6527         * help.el (help-make-xrefs): Adjusted for the change of
6528         help-xref-mule-regexp.
6529         (help-insert-xref-button): New function.
6531         * international/mule-cmds.el (help-xref-mule-regexp-template):
6532         Include the pattern for character set.
6533         (leim): New group.
6535         * international/quail.el: Don't require face.
6536         (quail): New group.
6537         (quail-other-command): Dummy command to make quail-help work better.
6538         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6539         (quail-keyboard-layout-substitution): New variable.
6540         (quail-update-keyboard-layout): New function.
6541         (quail-keyboard-layout-type): New customizable variable.
6542         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6543         (quail-keyboard-translate): Pay attention to
6544         quail-keyboard-layout-substitution.
6545         (quail-insert-kbd-layout): New function.
6546         (quail-show-keyboard-layout): New function.
6547         (quail-get-translation): If the definition is a vector of length
6548         1, and the element is a string of length 1, return the character
6549         in that string.
6550         (quail-update-current-translations): Fix the case of
6551         relative-index out of range.
6552         (quail-build-decode-map, quail-insert-decode-map): New Functions.
6553         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6554         Show key sequences for all available characters.
6555         (quail-help-insert-keymap-description): Don't show such verbose
6556         key bindings as quail-self-insert-command.
6558         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6559         Format changed, and each element now have extra documentations.
6560         (tit-process-header): Delete invalid characters from TIT-PROMPT.
6561         Adjusted for the change of quail-cxterm-package-ext-info.
6563 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
6565         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6566         requiring it leads to a recursive loading of vc.el and vc-hooks.el
6567         during bootstrap.
6569 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6571         * vc.el: (toplevel): Don't require `dired' at run-time.
6572         (vc-dired-resynch-file): Remove autoload cookie.
6574 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
6576         * vc.el: Made several backend functions optional.
6577         (vc-default-responsible-p): New function.
6578         (vc-merge): Use RET for first version to trigger merge-news, not
6579         prefix arg.
6580         (vc-annotate): Handle backends that do not support annotation.
6581         (vc-default-merge-news): Removed.  The existence of a merge-news
6582         implementation is now checked on caller sites.
6584         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6585         case.
6587         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6588         special case that has been removed from the default in vc-hooks.el.
6590 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6592         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6594 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
6596         * vc-hooks.el: Require vc during compilation.
6597         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6598         macro `with-vc-properties' in vc.el.
6599         (vc-file-getprop): Doc fix.
6600         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6602         * vc.el: Require dired-aux during compilation.
6603         (vc-name-assoc-file): Moved to vc-sccs.el.
6604         (with-vc-properties): New macro.
6605         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6606         vc-finish-steal): Use it.
6607         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
6608         to the backend-specific function is now supposed to do the checkout,
6609         too.
6610         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6612         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6613         set file properties; that gets done in the generic code now.
6615         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6616         Changed parameter list, added code from vc.el that does the
6617         checkout, possibly with a double-take.
6619         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6620         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6621         the above under the new name.
6622         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
6623         parameter list, added checkout command.
6624         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6625         properties; that gets done in the generic code now.
6627 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6629         * vc.el: Docstring fixes (courtesy of checkdoc).
6631 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6633         * vc.el (vc-checkout-writable-buffer-hook)
6634         (vc-checkout-writable-buffer): Remove.
6635         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6636         (vc-log-mode): Make it into a clean derived major mode.
6637         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6638         vc-log-mode if log-edit is not available.
6639         (vc-dired-mode-map): Don't set-keymap-parent yet.
6640         (vc-dired-mode): Do set-keymap-parent here.
6641         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6643 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
6645         * faces.el (set-face-attribute, face-spec-reset-face)
6646         (face-spec-set): Avoid consing by removing calls to `apply'.
6648         * frame.el (frame-parameter): Move to C code.
6650 2000-09-05  Dave Love  <fx@gnu.org>
6652         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6653         insert-before-markers-and-inherit.  Now checked systematically!
6655 2000-09-05  Alex Schroeder  <alex@gnu.org>
6657         * sql.el (sql-postgres): Use sql-postgres-options.
6658         (sql-postgres-options): New variable.
6660 2000-09-05  Alex Schroeder  <alex@gnu.org>
6662         * sql.el (sql-mode-menu): Work around missing variable mark-active
6663         in XEmacs.
6664         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6665         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6666         compatibility.
6668 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
6670         * vc.el (vc-dired-resynch-file): Add autoload cookie.
6672         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6674         * Makefile.in (DONTCOMPILE): Fix typo in file name.
6676 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6678         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6679         don't support anything else under SCCS yet.
6681         * vc-hooks.el: Minor doc fixes.
6683 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6685         * vc.el (vc-next-action-on-file): Do not visit the file if it's
6686         not necessary.  If verbose in state `needs-patch', do the same as
6687         under `up-to-date'.  When NOT verbose and `needs-patch', check out
6688         latest version instead of `merge-news'.
6689         (vc-next-action-dired): Don't mess with default-directory here; it
6690         breaks other parts of dired.  It is the job of the
6691         backend-specific functions to adjust it temporarily if they need it.
6692         (vc-next-action): Remove a special CVS case.
6693         (vc-clear-headers): New optional arg FILE.
6694         (vc-checkin, vc-checkout): Set properties vc-state and
6695         vc-checkout-time properly.
6696         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6697         (vc-print-log): Use new backend function `show-log-entry'.
6698         (vc-cancel-version): Do the checks in a different order.  Added a
6699         FIXME concerning RCS-only code.
6701         * vc-rcs.el (vc-rcs-show-log-entry): New function.
6702         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6704         * vc-cvs.el (vc-cvs-show-log-entry): New function.
6706         * vc-hooks.el (vc-default-mode-line-string): Show state
6707         `needs-patch' as a `-' too.
6709 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6711         * vc.el (vc-responsible-backend): New optional arg REGISTER.
6712         (vc-default-could-register): New function.
6713         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6714         (vc-resynch-buffer): Call vc-dired-resynch-file.
6715         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6716         vc-resynch-buffer instead of vc-resynch-window.
6717         (vc-next-action-dired): Don't redisplay here, that gets done as a
6718         result of the individual file operations.
6719         (vc-retrieve-snapshot): Corrected prompt order.
6721         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6723         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6724         as well.
6725         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
6726         hostname regexps.  Updated all callers.
6727         (vc-cvs-responsible-p): Handle directories as well.
6728         (vc-cvs-could-register): New function.
6729         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6730         properties up-to-date.
6732         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6733         user whether to create one.
6735 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6737         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6738         check out a non-existing file.
6740         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6741         workfile does not exist.
6743         * vc.el (vc-version-diff): Use `require' to check for existence of
6744         diff-mode.
6746 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6748         * vc-cvs.el (vc-cvs-registered): Use new function
6749         vc-cvs-parse-entry to do the actual work.
6751 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6753         * vc-hooks.el (vc-find-backend-function): If function doesn't
6754         exist, return nil instead of error.
6755         (vc-call-backend): Doc fix.
6757         * vc.el (vc-do-command): Doc fix.
6758         (vc-finish-logentry): When checking in from vc-dired, choose the
6759         right backend for logentry check.
6760         (vc-dired-mode-map): Inherit from dired-mode-map.
6761         (vc-dired-mode): Local value of dired-move-to-filename-regexp
6762         simplified.
6763         (vc-dired-state-info): Removed, updated caller.
6764         (vc-default-dired-state-info): Use parentheses instead of hyphens.
6765         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6766         (vc-dired-listing-switches): New variable.
6767         (vc-directory): Use it, instead of dired-listing-switches.
6769         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6770         (vc-cvs-dir-state): New function.
6771         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6772         (vc-cvs-parse-entry): New function, also to be used in
6773         vc-cvs-registered.
6775 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6777         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6778         *or* single-window-frames.
6780 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6782         * vc.el (vc-update-changelog): Split into generic part and default
6783         implementation.  Doc string adapted.
6784         (vc-default-update-changelog): New function.  Call the `rcs2log'
6785         script in exec-directory, to fix a long-standing nuisance.
6787         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6788         simply signals an error.
6790 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6792         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6793         control-flow more clear and to avoid running `cvs' twice.
6795         * vc.el (vc-next-action-on-file): Doc fix.
6796         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6797         (vc-print-log): Eval `file' before constructing the continuation.
6799 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6801         * vc.el (vc-next-action-on-file): Corrected several messages.
6802         (vc-merge): Add prefix arg `merge-news'; handle it.
6804         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6805         is not reached.  It is.
6806         (vc-cvs-merge): Set state to 'edited after merge.
6807         (vc-cvs-merge-news): Set workfile version to nil if not known.
6808         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
6810         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6811         via stdout. (Merge from main line.)
6813 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6815         * vc.el (vc-finish-logentry): Thinko in the "same comment"
6816         detection.
6818 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6820         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6821         against kill-all-local-variables.
6822         (vc-log-edit): Don't save vc-parent-buffer any more.
6823         (vc-last-comment-match): Initialize to an empty string.
6824         (vc-post-command-functions): New hook.
6825         (vc-do-command): Run it.
6826         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6827         (vc-finish-logentry): Only add the comment to the ring if it's
6828         different from the last comment entered.
6829         (vc-new-comment-index): New function.
6830         (vc-previous-comment): Use it.  Make the minibuffer message
6831         slightly less terse.
6832         (vc-comment-search-reverse): Make it work forward as well.  Don't
6833         set vc-comment-ring-index if no match is found.  Use
6834         vc-new-comment-index.
6835         (vc-comment-search-forward): Use vc-comment-search-reverse.
6836         (vc-dired-mode-map): Don't inherit from dired-mode-map since
6837         define-derived-mode will do it for us.  Bind `v' to a keymap that
6838         inherits from vc-prefix-map so that we can bind `vt' without
6839         binding C-x v t.
6840         (vc-retrieve-snapshot): Parenthesis typo.
6842         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6843         to 1.  Make sure to switch to *vc* before looking for an error
6844         message.  Use vc-parse-buffer.
6846 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6848         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6849         and NAME.
6850         (vc-retrieve-snapshot): Split into two parts.
6851         (vc-default-retrieve-snapshot): New function.
6853         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6854         (vc-cvs-retrieve-snapshot): New function (untested).
6855         (vc-cvs-stay-local): Default to t.
6856         (vc-cvs-remote-p): New function and property.
6857         (vc-cvs-state): Stay local only if the above is t.
6858         (vc-handle-cvs): Removed.
6859         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6860         done via vc-handled-backends now.
6861         (vc-cvs-header): Escape Id.
6863 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6865         * vc.el (vc-do-command): Remove unused commands.
6866         (vc-version-diff): Make sure default-directory ends with a slash.
6867         Move the window commands into a vc-exec-after.
6868         (vc-print-log): Move more of the code into the `vc-exec-after'.
6870 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6872         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6873         (vc-print-log): Search current revision from beginning of buffer.
6874         (vc-revert-buffer): Clear echo area after the diff is finished.
6875         (vc-prefix-map): Removed definition of "t" for terse display in vc
6876         dired.
6877         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
6878         definition of "vt" for terse display.
6879         (vc-dired-mode): Fix dired-move-to-filename-regexp.
6881 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6883         * vc.el (vc-exec-after): Avoid caddr.
6885 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6887         * vc.el (vc-exec-after): New function.
6888         (vc-do-command): Use it to add a termination message for async
6889         procs.
6890         (vc-checkout): Try to handle a missing-backend situation.
6891         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6892         of a directory with a backend using async diffs.
6893         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6894         present.
6896         * vc-sccs.el (vc-sccs-state-heuristic): Use
6897         file-ownership-preserved-p.
6899         * vc-rcs.el (vc-rcs-state-heuristic): Use
6900         file-ownership-preserved-p.
6901         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6903 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6905         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6906         vc-do-command.
6908         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6909         when there are no changes.
6911 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6913         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6915         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6917 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6919         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6921         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6922         the `fset' outside of the defvar so that it works even if
6923         vc-prefix-map was already defined.
6924         (vc-setup-buffer): New function, split out of vc-do-command.
6925         (vc-do-command): Allow BUFFER to be t to mean `just use the
6926         current buffer without any fuss'.
6927         (vc-version-diff): Change the `diff' backend operation to just put
6928         the diff in the current buffer without erasing it.  Always use
6929         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
6930         shrink-window-if-larger-than-buffer.
6931         (vc-print-log): Change the `print-log' backend operation to just
6932         put the log in the current buffer without erasing it.  Protect
6933         shrink-window-if-larger-than-buffer.
6934         (vc-update-change-log): Fix setd typo.
6936         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6937         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6939         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6940         (vc-rcs-diff): Insert in the current buffer and remove unused arg
6941         CMP.
6943         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6944         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
6945         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6947 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6949         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6950         not possible, use vc-BACKEND-workfile-unchanged-p.
6951         (vc-default-workfile-unchanged-p): New function.  Delegates to a
6952         full vc-BACKEND-diff.
6954         * vc-hooks.el (vc-simple-command): Removed.
6956         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6957         instead of vc-simple-command.
6958         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6959         avoid doing a diff when opening a file.
6960         (vc-rcs-state): Added check for unlocked-changes.
6961         (vc-rcs-header): Escape Id.
6962         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6963         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6964         version.
6966         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6967         (vc-sccs-diff): Remove optional arg CMP.
6968         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6969         SCCS-specific function.
6971         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6972         vc-simple-command.
6974 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6976         * vc.el (vc-editable-p): Renamed from vc-writable-p.
6977         (with-vc-file, vc-merge): Use vc-editable-p.
6978         (vc-do-command): Remove unused var vc-file and fix the
6979         doubly-defined `status' var.  Add a user message when starting an
6980         async command.
6981         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6982         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6983         Use with-current-buffer.
6984         (vc-buffer-sync): Use unless.
6985         (vc-next-action-on-file): If the file is 'edited by read-only,
6986         make it read-write instead of trying to commit.
6987         (vc-version-diff, vc-update-change-log): Use `setq
6988         default-directory' rather than `cd'.
6989         (vc-log-edit): Don't forget to set default-directory in the
6990         buffer.
6992         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6993         (vc-sccs-state-heuristic): Use file-writable-p instead of
6994         comparing userids.
6995         (vc-sccs-checkout): Use `unless'.
6997         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
6998         of comparing userids.
6999         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7000         Simplify the logic by eliminating unreachable code.
7001         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7002         just do a recursive call if we need to retry.
7003         (vc-rcs-checkout): Handle the case where rcs is missing by making
7004         the buffer read-write if requested and re-signalling the error.
7006         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7008 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7010         * vc-hooks.el (vc-handled-backends): Docstring change.
7011         (vc-ignore-vc-files): Mark obsolete.
7012         (vc-registered): Check vc-ignore-vc-files.
7013         (vc-find-file-hook, vc-file-not-found-hook): Don't check
7014         vc-ignore-vc-files.
7016         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7018 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7020         * vc.el (vc-checkout): Don't do anything special for ange-ftp
7021         files since ange-ftp already has vc-registered return nil.
7023         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7024         (vc-sccs-workfile-version): Use with-temp-buffer and new
7025         vc-parse-buffer and don't bother setting the property.
7026         (vc-sccs-add-triple): Use with-current-buffer and
7027         find-file-noselect.
7028         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7030         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
7031         derives from the old vc-parse-buffer but uses the revision number
7032         rather than the date (much easier to compare robustly).
7033         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
7034         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
7035         locking-user more directly.  Check strict locking and set
7036         checkout-model appropriately.
7037         (vc-rcs-parse-locks): Remove.
7038         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7039         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7040         (vc-rcs-system-release): Use with-current-buffer and
7041         vc-parse-buffer.
7042         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7044         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7045         (vc-simple-command): Docstring fix.
7046         (vc-registered): Align the way the file-handler is called with the
7047         way the function itself works.
7048         (vc-file-owner): Remove.
7050         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
7051         extraction of fields and call to file-attributes because of a
7052         temporary bug in rcp.el.
7053         (vc-cvs-fetch-status): Use with-current-buffer.
7055 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7057         * vc.el (vc-do-command): Use file-relative-name.
7058         (vc-responsible-backend): Use vc-backend if possible.
7059         (vc-create-snapshot): Improve the `interactive' spec. Add support
7060         for branches and dispatch to backend-specific `create-snapshot'.
7061         (vc-default-create-snapshot): New function, containing the bulk of
7062         the old vc-create-snapshot.
7063         (vc-retrieve-snapshot): Improve the interactive spec.
7065         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7066         (vc-backend-hook-functions): Remove.
7067         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7068         (vc-backend): Reintroduce the test for `file = nil' now that I
7069         know why it was there (and added a comment to better remember).
7071         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7072         code from vc-sccs-hooks.el.
7073         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
7074         'vc anymore.
7075         (vc-sccs-responsible-p): Use expand-file-name instead of concat
7076         and file-directory-p instead of file-exists-p.
7077         (vc-sccs-check-headers): Simplify the regexp.
7079         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7080         from vc-rcs-hooks.el.  Don't require 'vc anymore.
7081         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7082         file-directory-p instead of file-exists-p.
7084         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7085         from vc-cvs-hooks.el.
7086         (proto vc-cvs-registered): Require 'vc-cvs instead of
7087         'vc-cvs-hooks.  Don't require 'vc anymore.
7088         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7089         file-directory-p instead of file-exists-p.
7090         (vc-cvs-create-snapshot): New function, replacing
7091         vc-cvs-assign-name.
7092         (vc-cvs-assign-name): Remove.
7094 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7096         * vc-cvs.el (vc-cvs-header): New var.
7098         * vc-rcs.el (vc-rcs-exists): Remove.
7099         (vc-rcs-header): New var.
7101         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7102         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7103         (vc-sccs-header): New var.
7105         * vc.el (vc-do-command): Get rid of the `last' argument.
7106         (vc-header-alist): Remove, replaced by vc-X-header.
7107         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7108         (vc-dired-hook): Use expand-file-name instead of concat.
7109         (vc-directory): Use file-name-as-directory.
7110         (vc-snapshot-precondition, vc-create-snapshot)
7111         (vc-retrieve-snapshot): Allow the command to operate on any
7112         directory.
7114         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7115         just removing the 'WORKFILE argument or by removing the 'MASTER
7116         argument and replacing `file' with (vc-name file).
7118 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7120         * vc.el: Update Copyright and add a crude list of backend funs.
7121         (vc-writable-p): New function.
7122         (with-vc-file): Use vc-writable-p.
7123         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7124         (vc-register): Avoid vc-name.
7125         (vc-locking-user): Remove.
7126         (vc-steal-lock): Make the `owner' arg non-optional.
7127         (vc-merge): Use vc-writable-p instead of vc-locking-user and
7128         vc-checkout-model.
7129         (vc-default-dired-state-info): Use vc-state instead of
7130         vc-locking-user and return special strings for special states.
7131         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7132         and get rid of one of the special CVS cases.
7133         (vc-cancel-version): prettify error message with \\[...].
7134         (vc-rename-master): New function.
7135         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7136         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
7137         the CVS special case generic.
7138         (vc-default-record-rename): Remove.
7139         (vc-file-tree-walk-internal): Only call FUNC for files that are
7140         under control of some VC backend and replace `concat' with
7141         expand-file-name.
7142         (vc-file-tree-walk): Update docstring.
7143         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7144         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7146         * vc-sccs.el (vc-sccs-rename-file): Renamed from
7147         vc-sccs-record-rename.  Use `find-file-noselect' rather than
7148         `find-file' and call `vc-rename-master' to do the actual move.
7149         (vc-sccs-diff): Remove unused `backend' variable.
7151         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7152         to delay loading of vc-sccs until it is really used.
7153         (vc-sccs-master-templates): Preload.
7154         (vc-sccs-state): Update call to vc-sccs-parse-locks.
7155         (vc-sccs-project-dir): Remove (merged into
7156         vc-sccs-search-project-dir).
7157         (vc-sccs-search-project-dir): Rewrite using file name handling ops
7158         rather than `concat', make sure it is preloaded and don't bother
7159         to check that the file actually exists.
7160         (vc-sccs-parse-locks): Remove unused `file' argument, remove
7161         `locks' argument (use buffer's content instead) and eliminate n^2
7162         behavior.
7164         * vc-rcs.el: Update Copyright.
7165         (vc-rcs-rename-file): New function.
7166         (vc-rcs-diff): Remove unused `backend' variable.
7168         * vc-hooks.el: Update Copyright.
7169         (vc-backend): Don't accept a nil argument any more.
7170         (vc-up-to-date-p): Turn into a defsubst.
7171         (vc-possible-master): New function.
7172         (vc-check-master-templates): Use `vc-possible-master' and allow
7173         funs in vc-X-master-templates to return a non-existent file.
7175         * vc-cvs.el: Update Copyright.
7176         (vc-cvs-diff): Remove unused `backend' variable.
7177         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7179         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7181 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7183         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7184         since it can be called from vc-rcs.el.
7185         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7187 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7189         * vc.el (vc-version-diff): Expand file name read from the
7190         minibuffer.  Handle the case when a previous version number can't
7191         be guessed.  Give suitable messages when there were no differences
7192         found.
7193         (vc-clear-headers): Call backend-specific implementation, if one
7194         exists.
7195         (vc-cancel-version): Made error checks generic.  When done, clear
7196         headers generically, too.
7198         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7199         from vc-clear-headers in vc.el.
7201         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7202         correctly.
7203         (vc-rcs-latest-on-branch-p): Made second argument VERSION
7204         optional.  Handle the case when it's not there.
7206 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7208         * vc.el (vc-locking-user): Moved from vc-hooks.el.
7210 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7212         * vc-hooks.el (vc-loadup): Remove.
7213         (vc-find-backend-function): Use `require'.  Also, handle the case
7214         where vc-BACKEND-hooks.el doesn't exist.
7215         (vc-call-backend): Cleanup.
7217 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7219         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7220         vc-rcs-grab-templates)
7221         (vc-rcs-registered): Remove.  The default function works as well.
7222         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7223         vc-sccs-grab-templates)
7224         (vc-sccs-registered): Remove.  The default function works as well.
7226         * vc.el (vc-version-diff): Left out a vc- in call to
7227         vc-call-backend.
7228         (vc-default-dired-state-info, vc-default-record-rename)
7229         (vc-default-merge-news): Update for the new backend argument.
7231         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7232         using the default function.
7233         (vc-call-backend): If calling the default function, pass it the
7234         backend as first argument.  Update the docstring accordingly.
7235         (vc-default-state-heuristic, vc-default-mode-line-string): Update
7236         for the new backend argument.
7237         (vc-make-backend-sym): Renamed from vc-make-backend-function.
7238         (vc-find-backend-function): Use the new name.
7239         (vc-default-registered): New function.
7241 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7243         * vc.el (vc-merge): Use vc-find-backend-function.
7245         * vc-hooks.el (vc-backend-functions): Remove.
7246         (vc-loadup): Don't setup 'vc-functions.
7247         (vc-find-backend-function): New function.
7248         (vc-call-backend): Use above fun and populate 'vc-functions
7249         lazily.
7250         (vc-backend-defines): Remove.
7252 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7254         * vc.el (vc-register): Put a FIXME note for a newly found bug.
7255         Call vc-call-backend without the leading vc-.
7256         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7257         (vc-check-headers): Call vc-call-backend without the leading vc-.
7258         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7259         (vc-annotate-display): Replace confusing use of `cond' with `or'.
7260         Call vc-call-backend without the leading vc-.
7262         * vc-cvs.el (tail): Provide vc-cvs.
7263         * vc-sccs.el (tail): Provide vc-sccs.
7264         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7266         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7267         (vc-make-backend-function, vc-call): Pass names without leading
7268         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7269         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7270         (vc-call-backend): Always try to load vc-X-hooks.
7271         (vc-registered): Remove vc- in call to vc-call-backend.
7273 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7275         * vc.el (vc-process-filter): New function.
7276         (vc-do-command): Setup `vc-process-filter' for the async process.
7277         (vc-maybe-resolve-conflicts): New function to reduce
7278         code-duplication.  Additionally, it puts the buffer in
7279         `smerge-mode' if applicable.
7280         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7281         calling `merge-news'.
7282         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7283         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
7284         interfacing to log-edit.el.
7285         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7286         log-edit is available.
7287         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7289 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7291         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7292         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7293         defvar and the initialization.
7294         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7296         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7297         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7299         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7301 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7303         * vc.el (vc-file-clear-masterprops): Removed.
7304         (vc-checkin, vc-revert-buffer): Removed calls to the above.
7305         (vc-version-diff): Use buffer-size without argument.
7306         (vc-register): Heed vc-initial-comment.
7308         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7309         default branch.
7311         * vc-rcs.el (vc-rcs-register): Parse command output to find master
7312         file name and workfile version.
7313         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7315         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7316         vc-file-clear-masterprops.
7318         * vc-sccs.el (vc-sccs-checkout): Removed call to
7319         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
7320         rather than user login name.
7323 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7325         * vc.el (vc-workfile-unchanged-p): Remove unused argument
7326         `want-differences-if-changed' and simplify.
7327         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7328         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7329         output (which is invalid for async vc-diff) to decide whether to
7330         do the revert silently or not.
7332 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7334         * vc-hooks.el (vc-loadup): Load files quietly.
7335         (vc-call-backend): Oops, brain fart.
7337 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7339         * vc-cvs.el (vc-cvs-state): Typo.
7340         (vc-cvs-merge-news): Return the status code rather than the error msg.
7342 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7344         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7345         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7346         vc-state or vc-up-to-date-p.
7347         (vc-merge): Use vc-backend-defines to check whether merging is
7348         possible.  Set state to 'edited after successful merge.
7350         * vc-hooks.el (vc-locking-user): If locked by the calling user,
7351         return that name.  Redocumented.
7353 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7355         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7356         new `vc-state' semantics.
7357         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7358         'vc-locking-user to the current user.
7359         (vc-merge): Inline vc-backend-merge.  Comment out code that I
7360         don't understand and hence can't adapt to the new `vc-state' and
7361         `vc-locking-user' semantics.
7362         (vc-backend-merge): Remove.
7364         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7365         rather than 'vc-locking-user.
7367         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7369         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7370         (vc-state): Don't use 'reserved any more.  Just use the same
7371         convention as the one used for vc-<backend>-state where the
7372         locking user (as a string) is returned.
7373         (vc-locking-user): Update, based on the above convention. The
7374         'vc-locking-user property has disappeared.
7375         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7377         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7378         with a heuristic one.
7379         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7380         (vc-cvs-checkin): Do a trivial parse to set the state in case of
7381         error.  That allows us to get to 'needs-merge even in the
7382         stay-local case.  There's still no way to detect 'needs-patch in
7383         such a setup (or to force an update for that matter).
7384         (vc-cvs-logentry-check): Remove, the default works as well.
7386 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7388         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7390         * vc.el (vc-do-command): kill-all-local-variables, to reset any
7391         major-mode in which the buffer might have been put earlier.  Use
7392         `remove' and `when'.  Allow `okstatus' to be `async' and use
7393         `start-process' in this case.
7394         (vc-version-diff): Handle the case where the diff looks empty
7395         because of the use of an async process.
7397 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7399         * vc.el (vc-next-action-on-file): Removed optional parameter
7400         `simple'.  Recompute state unconditionally.
7401         (vc-default-toggle-read-only): Removed.
7403         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7404         (vc-toggle-read-only): Undid prev change.
7406         * vc-cvs.el (vc-cvs-stay-local): Renamed from
7407         vc-cvs-simple-toggle.  Redocumented.
7408         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7409         (vc-cvs-toggle-read-only): Removed.
7411 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7413         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7414         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7415         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7416         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
7417         still is. So maybe it should be removed.
7418         (vc-head-version, vc-find-binary): Remove.
7419         (vc-recompute-state): Move from vc-hooks.el.
7420         (vc-next-action-on-file): Add a `simple' argument to allow
7421         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7422         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7423         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7424         (vc-dired-mode-map): Properly defvar it.
7425         (vc-print-log): Call log-view-mode if available.
7426         (small-temporary-file-directory): defvar instead of use boundp.
7427         (vc-merge-news): Moved to vc-cvs.el.
7428         (vc-default-merge-news): New function.
7430         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7431         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7432         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7433         unknown `vc-latest-version' function.  It should probably refer to
7434         vc-workfile-version or somesuch, but it's very unclear to me and I
7435         don't have SCCS to test things.
7437         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7438         (vc-sccs-state-heuristic): Fix typo.
7439         (vc-sccs-workfile-unchanged-p): Add missing argument.
7441         * vc-rcs.el: Require vc and vc-rcs-hooks.
7442         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7443         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7444         (vc-release-greater-or-equal-p): Move from vc.
7445         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7446         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7447         (vc-rcs-checkout): Add a missing `new-version' argument in the
7448         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
7450         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7451         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7452         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7453         than the apparently unbound `workfile-version'.
7455         * vc-hooks.el (vc-master-templates): Def the obsolete var.
7456         (vc-file-prop-obarray): Use `make-vector'.
7457         (vc-backend-functions): Add new hookable functions
7458         vc-toggle-read-only, vc-record-rename and vc-merge-news.
7459         (vc-loadup): If neither backend nor default functions exist, use
7460         the backend function rather than nil.
7461         (vc-call-backend): If the function if not bound yet, try to load
7462         the non-hook file to see if it provides it.
7463         (vc-call): New macro plus use it wherever possible.
7464         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7465         nor `vc-find-binary' since it's only called from
7466         vc-mistrust-permission which is only used once the backend is known.
7467         (vc-checkout-model): Fix parenthesis.
7468         (vc-recompute-state, vc-prefix-map): Move to vc.el.
7470         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7471         (vc-cvs-release, vc-cvs-system-release): Remove.
7472         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7473         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7474         status symbols.
7475         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7476         (vc-cvs-toggle-read-only): First cut at a function to allow a
7477         cvs-status-free vc-toggle-read-only.
7478         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7479         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7480         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
7481         (vc-cvs-checkout): Modify access rights directly if the user
7482         requested not to use `cvs edit'.  And refresh the mode line.
7484         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7485         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7487 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7489         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
7490         workfile' that got lost when the code was extracted from vc.el.
7491         And merged the tail with the rest of the code (not possible in the
7492         old vc.el where the tail was shared among all backends).  And
7493         explicitly set the state to 'edited if `writable' is set.
7495         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7496         (vc-cvs-state): Be careful to return the value from
7497         vc-cvs-parse-state.
7498         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
7499         property but return it instead.  Also be careful to handle a nil
7500         or "" `rev' when workfile is non-nil (it was handled properly when
7501         workfile was nil).
7503         * vc.el: Removed those pesky unnecessary `(function' quotes.
7504         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7505         directly in the defvar.
7506         (vc-do-command): Bind inhibit-read-only so as to properly handle
7507         the case where the destination buffer has been made read-only.
7508         (vc-diff): Delegate to vc-version-diff in all cases.
7509         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7510         (vc-annotate-mode-variables): Removed (code moved partly to
7511         defvars and partly to vc-annotate-add-menu).
7512         (vc-annotate-mode): Turned into a derived-mode.
7513         (vc-annotate-add-menu): Moved in code in
7514         vc-annotate-mode-variables.
7515         (vc-update-change-log): Use make-temp-file if available.
7517 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
7519         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7520         `vc-checkout-model' updated to `vc-cvs-update-model'.
7522 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7524         * vc.el (vc-next-action-on-file): Added handling of state
7525         `unlocked-changes'.
7526         (vc-checkout-carefully): Is now practically obsolete, unless the
7527         above is too slow to be enabled unconditionally.
7528         (vc-update-change-log): Fixed typo.
7530         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7532         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7533         Now handles state `unlocked-changes'.
7534         (vc-sccs-workfile-unchanged-p): New function, to support the above.
7536         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7538         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7539         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
7540         `unlocked-changes'.
7541         (vc-rcs-workfile-unchanged-p): Renamed from
7542         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
7543         function yet, but supposed to become one soon.
7545         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7546         `vc-steal-lock'.
7547         (vc-call-backend): Changed error message.
7548         (vc-state): Added description of state `unlocked-changes'.
7550 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7552         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7553         always return t in CVS-controlled directories.
7555         * vc.el (vc-responsible-backend): New function.
7556         (vc-register): Largely rewritten.
7557         (vc-admin): Removed (implementation moved into vc-register).
7558         (vc-checkin): Redocumented.
7559         (vc-finish-logentry): If no backend defined yet (because we are in
7560         the process of registering), use the responsible backend.
7562         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7563         Updated function lists.
7564         (vc-call-backend): Fixed typo.
7566         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7567         New functions.
7568         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7569         Removed query option.  Redocumented.
7571 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7573         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7575         * vc.el: Updated callers of `vc-checkout-required' to use
7576         `vc-checkout-model'.
7578 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7580         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
7581         stuff updated to reference this function instead of the old
7582         `vc-backend-release-p'.
7584 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7586         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7587         vc-checkout-model.  Return appropriate values.  Updated callers.
7589 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7591         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7592         (vc-backend-revert): Function moved into `vc-revert';
7593         `vc-next-action' must be updated to accomodate this change.
7594         (vc-backend-steal): Function moved into `vc-finish-steal'.
7595         (vc-backend-logentry-check): Function moved into
7596         `vc-finish-logentry'.
7597         (vc-backend-printlog): Function moved into `vc-print-log'.
7598         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7599         (vc-backend-assign-name): Function moved into
7600         `vc-create-snapshot'.
7602 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7604         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7605         Rename to vc-checkout-model.  Return appropriate values.
7606         Update callers.
7608         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7609         to vc-checkout-model.
7610         (vc-checkout-required): Rename to vc-checkout-model.
7611         Re-implement and re-comment.
7612         (vc-after-save): Use vc-checkout-model.
7614 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7616         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7617         Update to use the vc-BACKEND-diff functions instead.
7618         `vc-diff' is now working.
7620         * vc-rcs.el (vc-rcs-logentry-check): New function.
7622         * vc-cvs.el (vc-cvs-logentry-check): New function.
7624         * vc-sccs.el (vc-sccs-diff): Function changed name from
7625         `vc-backend-diff'.  This makes `vc-diff' work.
7627         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7628         of functions possibly implemented in a vc-BACKEND library.
7629         (vc-checkout-required): Fix bug that caused an error to be
7630         signaled during `vc-after-save'.
7632         * vc.el: Fix typo.
7633         This checkin is made with our new VC code base for the very first time.
7634         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7636         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7637         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7639         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7640         updated to `vc-uses-locking'.
7641         (vc-checkout-required): Call to backend function.
7642         `vc-checkout-required' updated to `vc-uses-locking' instead.
7644         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7645         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7647         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7648         to match the split into various backends.
7649         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
7650         (vc-retrieve-snapshot): Bug fix.
7652 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7654         * vc-sccs.el (vc-sccs-release): Doc fix.
7656 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7658         * vc.el (vc-next-action-on-file): Bug found and fixed.
7659         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7660         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7662         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7663         (vc-rcs-checkout): Name space cleaned up.  No more revision number
7664         crunching function names that are not prefixed with vc-rcs.
7665         (vc-rcs-checkout-model): Function added.  References to
7666         `vc-checkout-model' replaced.
7668 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7670         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7671         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
7672         still need to be split, and implemented for RCS).
7674 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7676         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7678         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7679         required by the vc.el file.
7681         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7682         required by the vc.el file.
7683         (vc-rcs-exists): Function added.
7685         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7686         required by the vc.el file.
7688         * vc.el (vc-admin): Updated to handle selection of appropriate
7689         backend.  Current implementation is crufty and need re-thinking.
7691         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7693 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7695         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7696         beginning of annotate buffers correctly.
7698         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7699         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7700         functionality updated quite a lot to support multiple backends.
7701         Variables `vc-annotate-mode', `vc-annotate-buffers',
7702         `vc-annotate-backend' added.
7704         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7705         `vc-annotate-difference' added to supported backend functions.
7707 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7709         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7710         Use with-temp-file instead of /bin/sh.  Merged from mainline
7712 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7714         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7716         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7718         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7720 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7722         * vc-hooks.el: vc-state-heuristic added to
7723         vc-backend-hook-functions.
7725         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7727         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7729         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7730         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
7731         state to `reserved'.
7733         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7734         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
7736 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7738         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
7739         untouched.
7741         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7743         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7744         if defined.  (Merged from main line, slightly adapted.)
7746         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7747         millenium problem (merged from mainline).
7749 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7751         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7752         part and moved the non-BACKEND stuff to vc.el.
7754         * vc.el: Split the annotate feature into a BACKEND specific part
7755         and moved it from the vc-cvs.el file to this one.
7757 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7759         * vc-hooks.el: Implement new state model.
7760         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7761         (vc-locking-user): Simplify.  Now only needed if the file is
7762         locked by somebody else.
7763         (vc-lock-from-permissions): Remove.  Functionality is in
7764         vc-sccs-hooks.el and vc-rcs-hooks.el now.
7765         (vc-mode-line-string): New name for former vc-status.  Adapted.
7766         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
7768         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7769         Various simplifications and adaptations all over the place.
7771         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7772         Simplify and adapt the rest.
7774         * vc.el (vc-resynch-window): Add TODO comment: check for
7775         interaction with view mode according to recent RCS change.
7776         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7778 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7780         * vc.el: Convert the remaining function comments to docstrings.
7782 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7784         * vc.el (vc-backend-release, vc-release-greater-or-equal)
7785         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7786         (vc-minor-part, vc-previous-version): Functions that operate and
7787         compare revision numbers got proper documentation.  Comments added
7788         about their possible removal.
7790 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7792         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7793         the vc-backend.el files.
7795         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7797         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7798         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7799         (vc-rcs-previous-version): Functions added.
7801         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7803         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7805 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7807         * vc-hooks.el (vc-master-templates): Is really obsolete.
7808         Comment out the definition for now.  What is the right procedure
7809         to get rid of it?
7810         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7811         rewritten.
7812         (vc-default-registered): Remove.
7813         (vc-check-master-templates): New function; does mostly what the
7814         above did before.
7815         (vc-locking-user): Don't rely on the backend to set the property.
7817         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7818         Rewrite documentation.
7819         (vc-rcs-templates-grabbed): New variable.
7820         (vc-rcs-grab-templates): New function.
7821         (vc-rcs-registered): Rewrite to use above mechanism.
7823         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7824         Rewrite documentation.
7825         (vc-sccs-templates-grabbed): New variable.
7826         (vc-sccs-grab-templates): New function.
7827         (vc-sccs-registered): Rewrite to use above mechanism.
7828         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7829         Don't throw the result, simply return it.
7831         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7832         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
7833         (vc-cvs-registered): Does the check itself now.  Simplify.
7835         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7836         from main line.
7838 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7840         * vc-cvs.el (vc-cvs-diff): New function.
7842         * vc-sccs.el (vc-sccs-diff): New function.
7844         * vc-rcs.el (vc-rcs-diff): New function.
7845         (vc-rcs-checkout): Bug (typo) found and fixed.
7846         (vc-rcs-register-switches): New variable.
7848         * vc.el (vc-backend-diff): Function removed and placed in the
7849         backend files.
7851 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7853         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7855         * vc.el (vc-backend-checkout): Function removed and replaced in
7856         the vc-backend.el files.
7858         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7860         * vc.el (vc-backend-admin): Removed and replaced in the
7861         vc-backend.el files.
7863         * vc.el (Martin): Removed all the annotate functionality since it
7864         is CVS backend specific.
7866 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7868         * spec.txt: Added specification of vc-state.
7870         * vc-sccs-hooks.el (vc-sccs-master-properties):
7871         Remove handling of vc-latest-version and
7872         vc-your-latest-version.  What used to be vc-latest-version, is now
7873         returned as vc-workfile-version.
7874         (vc-sccs-workfile-version): Adapt.
7876 2000-09-04  Dave Love  <fx@gnu.org>
7878         * vc.el: [Merged from mainline.]
7879         (vc-dired-mode): Make the dired-move-to-filename-regexp
7880         regexp match the date, to avoid treating date as file size.
7881         Add YYYY S option to WESTERN/
7883 2000-09-04  Dave Love  <fx@gnu.org>
7885         * vc.el: Require `compile' when compiling.
7886         (vc-logentry-check-hook): New option.
7887         (vc-steal-lock): Use compose-mail.
7888         (vc-dired-mode-map): Defvar when compiling.
7889         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7890         vc-sccs.el and renamed.  Callers changed.
7891         (vc-backend-checkout, vc-backend-logentry-check)
7892         (vc-backend-merge-news): Doc fix.
7893         (vc-default-logentry-check): New function.
7894         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7895         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7896         (vc-backend-merge): Doc fix.  Use backend functions.
7897         (vc-check-headers): Use backend functions.
7899         * vc-cvs.el: Require vc when compiling.
7900         (vc-cvs-register-switches): Doc fix.
7901         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7902         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7903         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7904         New functions (code from vc.el).
7905         (vc-annotate-display-default): Fix interactive spec.
7906         (vc-annotate-time-span): Doc fix.
7908         * vc-rcs.el: Require vc when compiling.
7909         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7910         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7911         (vc-rcs-checkin): New functions (code from vc.el).
7912         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7913         Doc fix.
7914         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
7916         * vc-sccs.el: Require vc when compiling.
7917         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7918         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7919         (vc-sccs-revert)
7920         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7921         from vc.el).
7922         (vc-sccs-add-triple, vc-sccs-record-rename)
7923         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7924         (vc-sccs-admin): Doc fix.
7926 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7928         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7929         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7930         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7931         from vc.el.
7933         * vc-sccs.el (vc-admin-sccs): Added from vc.el
7935         * vc-cvs.el: Moved the annotate functionality from vc.el.
7936         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7938 2000-09-04  Dave Love  <fx@gnu.org>
7940         * vc.el (vc-backend-release): Call vc-system-release.
7942         * vc-sccs.el (vc-sccs-system-release):
7943         Renamed from vc-sccs-backend-release.
7945         * vc-rcs.el (vc-rcs-system-release):
7946         Renamed from vc-rcs-backend-release.
7948         * vc-cvs.el (vc-cvs-system-release):
7949         Renamed from vc-cvs-backend-release.
7951 2000-09-04  Dave Love  <fx@gnu.org>
7953         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7954         backend files.
7955         (vc-backend-release): Dispatch to backend functions.
7956         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
7957         probably needs attention.]
7959         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7960         (vc-sccs-backend-release): New function.
7962         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7963         (vc-cvs-backend-release): New function.
7965         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7966         Doc fix.
7967         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7968         (vc-default-dired-state-info): New function.
7969         (vc-dired-state-info): Dispatch to backends.
7970         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
7972         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7973         from vc.el and renamed.
7975 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7977         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7978         (vc-version-other-window, vc-backend-assign-name): Removed
7979         references to vc-latest-version; sometimes changed into
7980         vc-workfile-version.
7982         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7983         vc-rcs-master-workfile-version.
7984         (vc-rcs-workfile-version): Use the above.  Don't call
7985         vc-latest-version (that was unreachable code, anyway).
7986         (vc-rcs-fetch-master-properties): Doc fix.
7988         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7989         (vc-backend-hook-functions): Removed them from this list, too.
7990         (vc-fetch-properties): Removed.
7991         (vc-workfile-version): Doc fix.
7993         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7994         (vc-rcs-workfile-version, vc-rcs-locking-user)
7995         (vc-rcs-uses-locking): Use it.
7997         * vc-hooks.el (vc-consult-rcs-headers):
7998         Moved into vc-rcs-hooks.el, under the name
7999         vc-rcs-consult-headers.
8001         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8002         headers.
8003         (vc-cvs-find-master): Use this name only; correct different
8004         versions of the name.
8006         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8007         New functions.
8008         (vc-sccs-locking-user): Use the latter.
8010         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8011         New functions.
8013         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8014         Moved into both
8015         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
8016         functions are implementation details of those two backends.
8018 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8020         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8021         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8023         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8024         (vc-sccs-parse-locks): SCCS-specific code moved here from
8025         vc-hooks.
8027         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8028         code moved here from vc-hooks.
8030         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8031         into back-end specific parts and removed.  Callers not updated
8032         yet; because I guess these callers will disappear into back-end
8033         specific files anyway.
8035 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8037         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8038         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8039         `vc-uses-locking'.
8041         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8042         Store yes/no in the property, and return t/nil.  Updated all
8043         callers.
8045         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8046         vc-sccs-uses-locking.  Don't set property.
8047         (vc-sccs-locking-user): Don't set property.
8049         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8050         vc-cvs-uses-locking.  Don't set property here; leave that to
8051         vc-hooks.
8052         (vc-cvs-locking-user): Reflect above change.  Streamlined.
8054         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8055         vc-rcs-uses-locking.
8056         (vc-rcs-locking-user): Reflect above change.
8058 2000-09-04  Dave Love  <fx@gnu.org>
8060         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8062         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8064         * vc-hooks.el (vc-checkout-model): Punt to backends.
8066         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8068         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8070         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8071         New functions.
8073         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8074         New functions.
8076         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8077         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8079         * vc-hooks.el (vc-default-locking-user): New function.
8080         (vc-locking-user, vc-workfile-version): Punt to backends.
8082 2000-09-04  Dave Love  <fx@gnu.org>
8084         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8085         (vc-master-workfile-version): Moved from vc-hooks.
8087         * vc-rcs-hooks.el: Fix duplicate code in last change.
8089         * vc-rcs-hooks.el: Require vc-hooks when compiling.
8090         (vc-rcs-master-templates): Improve :type.
8091         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8092         vc-master-workfile-version): Moved from vc-hooks.
8094         * vc-sccs-hooks.el: Require vc-hooks when compiling.
8095         (vc-sccs-master-templates): Improve :type.
8096         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8098         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8100         * vc-cvs-hooks.el: Require vc-hooks when compiling.
8101         (vc-cvs-master-templates): Improve :type.  Use
8102         vc-cvs-find-cvs-master.
8103         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8104         from vc-hooks.
8105         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8107         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8108         Moved to vc-cvs-hooks.
8110         * vc-hooks.el: Add doc strings in various places.  Simplify the
8111         minor mode setup.
8112         (vc-handled-backends): New user variable.
8113         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8114         simplification.
8116 2000-09-04  Dave Love  <fx@gnu.org>
8118         * vc.el: Some doc fixes for autoloaded and interactive functions.
8119         Fix compilation warnings from ediff stuff.
8120         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8122         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8124         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8126         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8128 2000-09-04  Dave Love  <fx@gnu.org>
8130         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8131         New variable.
8132         (vc-make-backend-function, vc-loadup, vc-call-backend)
8133         (vc-backend-defines): New functions.
8135         * vc-hooks.el: Various doc fixes.
8136         (vc-default-back-end, vc-follow-symlinks): Custom fix.
8137         (vc-match-substring): Function removed.  Callers changed to use
8138         match-string.
8139         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8140         Simplify.
8142 2000-09-04  Dave Love  <fx@gnu.org>
8144         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8145         type.
8146         (vc-sccs-project-dir, vc-search-sccs-project-dir)
8147         (vc-sccs-registered): Doc fix.
8149         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8150         (vc-cvs-registered): Doc fix.
8152         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8153         (vc-rcs-registered): Doc fix.
8155 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8157         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8159         * vc-hooks.el: vc-registered has been renamed
8160         vc-default-registered.  Some functions have been moved to the
8161         backend specific files.  they all support the
8162         vc-BACKEND-registered functions.
8164 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8166         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8168         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8170 2000-09-04  Dave Love  <fx@gnu.org>
8172         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8173         menu-bar-update-hook.
8175         * help.el (help-manyarg-func-alist): Add
8176         find-operation-coding-system.
8178         * wid-edit.el (widget-sexp-validate): Fix garbled code.
8180         * custom.el (custom-set-variables): Print message about errors in
8181         setting.
8183 2000-09-03  Andrew Innes  <andrewi@gnu.org>
8185         * makefile.w32-in: Change to DOS line endings.
8187 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8189         * mouse.el (mouse-popup-menubar): Supply the prompt string for
8190         minor-mode keymaps, if they don't have one.
8192 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8194         * eshell/esh-module.el (eval-when-compile): Don't lose if
8195         esh-module.el's file name is truncated to DOS 8+3 limits.
8197 2000-09-01  John Wiegley  <johnw@gnu.org>
8199         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8200         predicate, which caused entries in the completion list to be
8201         doubled.
8203 2000-08-30  John Wiegley  <johnw@gnu.org>
8205         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8206         sending to subprocesses.  Also, hook pre-command-hook if
8207         `eshell-send-direct-to-subprocesses' is non-nil.
8208         (eshell-send-direct-to-subprocesses): New config variable.  If t,
8209         subprocess input is send immediately.
8210         (eshell-toggle-direct-send): New function.
8211         (eshell-self-insert-command): New function.
8212         (eshell-intercept-commands): New function.
8213         (eshell-send-input): If direct subprocess sending is enabled,
8214         don't echo any input to the Eshell buffer.  Let the subprocess
8215         handle that.  This requires "stty echo" in bash, for example.
8217 2000-08-28  John Wiegley  <johnw@gnu.org>
8219         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8220         completion function for Eshell's implementation of `unset'.
8222 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8224         * info.el (Info-directory-list): Doc fix.
8226 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
8228         * filecache.el (file-cache-add-directory-using-find): Don't quote
8229         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8231 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
8233         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8234         coding systems.
8236 2000-08-30  Andrew Innes  <andrewi@gnu.org>
8238         * timer.el (run-with-idle-timer): Undo last change, so that timer
8239         is not activated immediately if Emacs is already idle.  Some
8240         existing code relies on this behaviour.
8242 2000-08-30  Miles Bader  <miles@gnu.org>
8244         * frame.el (set-frame-font): Do completion of font-name for
8245         interactive use.
8247 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
8249         * international/quail.el (quail-start-translation): Bind locally
8250         last-command-event, last-command, and this-command.
8251         (quail-start-conversion): Likewise.
8252         (quail-self-insert-command): Fix docstring.
8254 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
8256         * progmodes/executable.el
8257         (executable-make-buffer-file-executable-if-script-p): Check that
8258         buffer contains at least 2 characters.
8260 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
8262         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8264 2000-08-29  Dave Love  <fx@gnu.org>
8266         * diff-mode.el (diff-mode) <defgroup>: Add :version.
8267         (diff-mode-shared-map): Bind mouse-2.
8268         (diff-imenu-generic-expression): New variable.
8269         (diff-mode): Use it.
8271         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8272         (mouse-popup-menubar): Add minor mode menus.
8273         (popup-menu): Check for lookup-key returning number.
8275 2000-08-29  Miles Bader  <miles@gnu.org>
8277         * comint.el (comint-send-input): Create overlays using the proper
8278         front/read-advance arguments.
8280 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8282         * ps-print.el: Even/odd pages printing.  Doc fix.
8283         (ps-print-version): New version number (6.0).
8284         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8285         (ps-background, ps-begin-file, ps-begin-job): Code fix.
8286         (ps-print-duplex-feature): Variable eliminated.
8287         (ps-even-or-odd-pages): New variable.
8289         * progmodes/ebnf2ps.el: Doc fix.
8290         (ebnf-version): New version (3.3).
8291         (ebnf-user-arrow): Change variable customization to sexp.
8292         (ebnf-user-arrow): Function eliminated.
8293         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8295 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
8297         * help.el (help-xref-mule-regexp): New variable.
8298         (help-make-xrefs): Handle help-xref-mule-regexp.
8300         * international/mule-cmds.el (help-xref-mule-regexp-template): New
8301         variable.
8302         (describe-input-method): Temporarily activate the specfied input
8303         method to display the information.
8304         (describe-language-environment): Hyperlinks to mule related items.
8306         * international/mule-diag.el (charset-multibyte-form-string): New
8307         function.
8308         (list-character-sets-1): Use charset-multibyte-form-string.
8309         (describe-character-set): New function.
8310         (describe-coding-system): Hyperlinks to safe character sets.
8312         * international/quail.el (quail-help): New arg PACKAGE.
8313         Hyperlinks to mule related items.
8314         (quail-help-insert-keymap-description): Use
8315         substitute-command-keys instead of describe-bindings.
8316         (quail-translation-help): Hyperlinks to mule related items.
8318 2000-08-28  John Wiegley  <johnw@gnu.org>
8320         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8321         have a defsubst call itself.  Made `eshell-flatten-list' back into
8322         a function again.
8324         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8325         catch, in case re-centering point at bottom messes up the display.
8326         This happens frequently in Emacs 21, due I believe to variable
8327         line heights.
8329         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8330         to call `find-tag-interactive'.
8332         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8333         the list of remember directories.
8335 2000-08-28  John Wiegley  <johnw@gnu.org>
8337         * align.el: Test align-region-separate to see if it's a symbol.
8339 2000-08-28  John Wiegley  <johnw@gnu.org>
8341         * eshell/esh-util.el (eshell-flatten-list): Made this function
8342         into a defsubst form.  It gets used very frequently, although
8343         calls don't occur all that often.
8345         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8346         examining it.
8348         * eshell/esh-cmd.el (eshell-rewrite-while-command):
8349         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8350         `eshell-protect'.
8351         (eshell-copy-handles): Created a new macro for duplicating the
8352         current set of open handles.  This is needed by the looping
8353         functions.
8354         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8355         is not incorrectly stomped on.
8357         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8358         declaration for pcomplete-use-paring.
8359         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8360         value of eshell-cmpl-use-paring.
8361         * pcomplete.el (pcomplete-use-paring): New config variable, to
8362         indicate whether paring should be used.
8363         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8364         completion alternatives that have already been used.
8366         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8367         bound to C-c C-y, which will repeat the previous N arguments
8368         (based on prefix argument).
8369         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8371         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8372         if there is no *Help* buffer.  This is for XEmacs, which renames
8373         its help buffers uniquely.  TODO: Find out what the current buffer
8374         name to delete is.
8376         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8377         first entry that correlates to a passwd/group number.  Later
8378         entries (used for group/user name aliasing to multiple IDs) are
8379         ignored.
8381         * eshell/em-xtra.el (eshell/expr):
8382         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8383         (eshell-grep, eshell/diff, eshell/locate):
8384         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8385         argument list, before passing it to the system command.
8387         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8388         `find-tag' for use at final position in Eshell buffers (which
8389         otherwise triggers an error on Emacs 21).
8390         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8391         buffer, if it is currently bound to `find-tag'.
8393         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8394         in the list of matched Makefile names.
8395         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8396         directory, prefer its contents to Makefile.
8398         * eshell/em-dirs.el (eshell/cd): cd commands that look up
8399         directory parts (like "cd old new", or "cd =regexp"), are now case
8400         sensitive on non-Windows/DOS platforms.
8402         * eshell/esh-mode.el (eshell-parse-command-input): When a user
8403         types RET after an open delimiter (like "), display a message
8404         indicating that Eshell is waiting for the closing delimiter.
8406         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8407         environment variables.
8409         * eshell/em-unix.el (eshell/diff): Added logic to fail more
8410         gracefully if the user enters incorrect arguments.
8412         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8413         Eshell buffers.
8415         * eshell/esh-var.el (eshell-interpolate-variable):
8416         * eshell/esh-mode.el (eshell-move-argument):
8417         * eshell/em-unix.el (eshell-du-sum-directory):
8418         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8419         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8420         (not (= ...)).
8422         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8423         to ensure the `preserve' flag gets propagated when doing recursive
8424         directory copies.
8426 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
8428         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8429         Don't convert \n into \0177 in memory.
8430         (eshell-read-history, eshell-write-history): Convert \n to \0177,
8431         and back again, when reading and writing.
8433 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
8435         * eshell/esh-util.el (eshell-processp): Added to relieve constant
8436         testing of `fboundp' on `processp'.
8438         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8439         (eshell/jobs): Don't call process-list if it is not bound.
8440         (eshell-gather-process-output): Support systems where async
8441         subprocesses aren't supported.
8442         (eshell-scratch-buffer, eshell-last-sync-output-start): New
8443         variables.
8445         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8446         eshell-do-eval returns t.
8447         (eshell-do-pipelines-synchronously): New defmacro.
8448         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8449         when async subprocesses aren't supported.
8450         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
8451         if async subprocesses aren't supported.
8452         (eshell-resume-command): Don't assume STATUS is a string.
8454         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8456         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8457         (eshell-close-target, eshell-get-target): Use eshell-processp.
8458         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8459         fix.
8460         (eshell-get-target, eshell-create-handles): Doc fix.
8462 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
8464         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8465         criterion to include commands that output something, as long as it
8466         leaves both the command and the end-of-buffer visible when the
8467         command has exited.
8468         (eshell-review-quick-commands): Adjust the help doc string
8469         accordingly.
8471 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
8473         * locate.el (locate): Cleaned up locate command's interactive prompting
8474         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8476         * filecache.el (file-cache-case-fold-search): New variable
8477         (file-cache-assoc-function): New variable
8478         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8479         Use file-cache-case-fold-search variable
8480         (file-cache-add-file): Use file-cache-assoc-function
8481         (file-cache-delete-file): likewise
8482         (file-cache-directory-name): likewise
8483         (file-cache-debug-read-from-minibuffer): likewise
8485 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
8487         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8488         (abbrev-table-name): New function.
8489         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8490         If non-nil list local abbrev, only.
8492 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
8494         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8495         from Gnus support code, and use special article copy buffer
8496         `(gnus-original-article-buffer)' instead.  This allows to get rid
8497         of article-hide-headers usage (which breaks in the latest Gnus
8498         version).  Thanks to Detlev Zundel.
8500 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
8502         * international/quail.el (quail-use-package): Hide "... loaded"
8503         message.
8504         (quail-start-translation, quail-start-conversion): Likewise.
8506         * international/kkc.el (kkc-region): Hide "... loaded" message.
8508 2000-08-27  Dave Love  <fx@gnu.org>
8510         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8512 2000-08-27  Miles Bader  <miles@gnu.org>
8514         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8516 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
8518         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8519         'ja-dic-cnv), not (require 'skkdic-cnv).
8521 2000-08-26  Miles Bader  <miles@gnu.org>
8523         * faces.el (face-x-resources): Add entry for :inherit.
8524         * cus-face.el (custom-face-attributes): Add support for :inherit
8525         attribute.  Add support for relative face heights.
8526         (custom-face-attributes-get): Treat `nil' as being a default value
8527         for :inherit (as well as `unspecified').
8529         * faces.el (set-face-attribute): Update doc string.
8530         (face-attribute-name-alist): Add :inherit.
8531         (face-valid-attribute-values): Handle :inherit.
8532         (face-read-string): Rephrase prompt to be less confusing.
8533         Assume that DEFAULT is a string, since we must return a string.
8534         (face-read-integer): Use `format' to turn DEFAULT into an
8535         acceptable default for face-read-string.  Match NEW-VALUE against
8536         the string "unspecified", not the symbol `unspecified', since
8537         that's what face-read-string returns.
8538         (read-face-attribute): Lookup a name for old-value in valid, and
8539         use it as a default if we find one.  Treat all values from
8540         face-read-string as strings.  If the default is used, don't do any
8541         more processing on the value, just use the old value directly.
8542         (read-face-and-attribute, modify-face): Tweak prompt.
8543         (read-face-name): Don't assume prompt ends with a space.
8545         * faces.el (describe-face): Add support for :inherit attribute.
8547 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
8549         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
8550         concat doesn't accept interger.
8552         * international/kkc.el: Remove SKK from Keywords.  Require
8553         ja-dic-utl instead of skkdic-utl.
8555         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8556         Provide ja-dic-cnv instead of skkdic-cnv.
8557         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
8558         (iso-2022-7bit-short): Add safe-charsets property.
8559         (skkdic-convert-postfix): Search Japanese chou-on character in
8560         addition to Hiragana character.
8561         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8562         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8563         (batch-skkdic-convert): Likewise.
8565         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8566         Provide ja-dic-utl instead of skkdic-utl.
8567         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8569 2000-08-24  Dave Love  <fx@gnu.org>
8571         * disp-table.el (standard-display-default): Make the test of `l'
8572         useful.
8574         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8575         mod sample text.
8577         * international/iso-ascii.el: Make pilcrow convenient string
8578         consistent with section.
8579         (iso-ascii-display): Set up multibyte characters as well as
8580         unibyte.
8582 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
8584         * international/mule-cmds.el (reset-language-environment): Set
8585         default-process-coding-system to '(undecided . iso-latin-1), which
8586         makes process I/O almost consistent with file I/O.   Call this
8587         function when mule-cmds.el[c] is loaded.
8589 2000-08-22  Andrew Innes  <andrewi@gnu.org>
8591         * makefile.w32-in: New file.
8593 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
8595         * comint.el (comint-output-filter): Compare end of
8596         comint-last-output-overlay with the start of the newly inserted
8597         text, not the end, when deciding whether to extend it.
8598         Set saved-point's insertion type to advance after insertion.
8600         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8601         since this is now done independently of font-lock mode.
8603 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
8605         * server.el (server-kill-new-buffers): New user option.
8606         (server-existing-buffer): New buffer-local variable.
8607         (server-visit-files): When using an existing buffer, set
8608         server-existing-buffer to t.
8609         (server-buffer-done): If server-kill-new-buffers is t, kill the
8610         buffer, unless it was already present before visiting it with
8611         Emacs server.
8613 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
8615         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8616         even if the display doesn't support colors: some displays will
8617         support bold/underline faces.
8619 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
8621         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8623         * startup.el (command-line): If user's init file had an error,
8624         add explanatory text to *Messages*.
8626 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
8628         * man.el (Man-getpage-in-background): Decode the process output by
8629         the system locale coding system.
8631 2000-08-20  Dave Love  <fx@gnu.org>
8633         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8634         Don't test x-popup-menu.
8635         (function) <complete-function>: Complete only fbound symbols.
8636         <validate, value>: New.
8637         (variable) <complete-function>: Complete only bound symbols.
8638         (coding-system): Add :base-only, :complete-function, :validate,
8639         :value, :prompt-match.
8640         (widget-coding-system-prompt-value): Use read-coding-system and
8641         act on :base-only.
8642         (editable-field): Add :help-echo.
8643         (widget-push-button-gui, widget-push-button-cache)
8644         (widget-gui-action, widget-editable-list-gui): COmment out, along
8645         with uses.
8646         (widget-at): Make arg optional.
8647         (widget-echo-help): Adjust for current help-echo calling sequence.
8648         (widget-specify-field, widget-specify-button)
8649         (widget-specify-insert, widget-get-sibling, widget-image-find)
8650         (widget-convert, widget-insert, widget-leave-text)
8651         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8652         (widget-setup, widget-field-find, widget-before-change)
8653         (widget-after-change, widget-default-complete)
8654         (widget-default-create, widget-default-delete)
8655         (widget-push-button-value-create, editable-field)
8656         (widget-field-prompt-value, widget-field-validate)
8657         (widget-choice-value-create, widget-choice-action)
8658         (widget-choice-validate, widget-checklist-add-item)
8659         (widget-radio-add-item, widget-radio-chosen)
8660         (widget-radio-value-inline, widget-editable-list-value-create)
8661         (widget-editable-list-entry-create)
8662         (widget-documentation-link-add)
8663         (widget-documentation-string-value-create)
8664         (widget-regexp-validate, widget-file-complete)
8665         (widget-sexp-validate, widget-plist-convert-widget)
8666         (widget-plist-convert-widget, widget-alist-convert-widget)
8667         (widget-alist-convert-widget, widget-color-complete): Simplify,
8668         particularly to avoid bindings which aren't optimized out.
8670         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8671         Doc fix.
8672         (down-list, backward-up-list, up-list, kill-sexp)
8673         (backward-kill-sexp, mark-sexp): Make arg optional.
8674         (lisp-complete-symbol): Add optional arg PREDICATE.
8676         * cus-start.el: Add display-buffer-reuse-frames,
8677         file-coding-system-alist.
8679 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
8681         * startup.el (command-line): Clear realized faces after
8682         modifying TTY color mappings.
8684 2000-08-20  Miles Bader  <miles@gnu.org>
8686         * faces.el (face-attr-match-p): Don't return true if ATTRS are
8687         merely a subset of FACE's attributes.
8689 2000-08-19  Miles Bader  <miles@gnu.org>
8691         * comint.el (comint-output-filter): Save the point with a marker,
8692         not just a buffer position.
8694         * international/mule.el (set-buffer-process-coding-system): Make
8695         interactive prompt less confusing.
8697 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
8699         * hilit-chg.el: General cleanup of doc strings, comments and
8700         code formatting.
8702 2000-08-19  Miles Bader  <miles@gnu.org>
8704         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8705         Compiler macro removed; beginning-of-line is no longer always
8706         equivalent to forward-line, in the presence of fields.
8708         * comint.el (comint-output-filter): Remove ad-hoc saving of
8709         restriction, and just use save-restriction, now that it works
8710         correctly.  Don't adjust comint-last-input-start to account for
8711         our insertion; it shouldn't have moved because we don't use
8712         insert-before-markers anymore.  Comment out call to
8713         `force-mode-line-update'; why is it here?
8715         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8716         while checking for prompt to delete.  Use `forward-line 0'
8717         instead of beginning-of-line.
8718         (gud-filter): Temporarily widen gud comint buffer while
8719         examining output.
8721 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
8723         * progmodes/sh-script.el: Big bag of typos.
8725         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8726         check since ispell-process is not bound when ispell is not yet loaded.
8728 2000-08-18  Dave Love  <fx@gnu.org>
8730         * image.el (find-image): Copy `spec' before using plist-put.
8732 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
8734         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8735         `portugues'.
8737         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8738         backward-kill-sexp, analogous to kill-sexp.
8740         * progmodes/icon.el (icon-indent-line)
8741         (icon-is-continuation-line): Handle comments specially.
8743 2000-08-17  Ken Stevens <k.stevens@ieee.org>
8745         * ispell.el: Set to standard author/maintainer/keyword fields.
8746         Fine tuning to menu map appearance and operation, and added help.
8747         Remove `start' and `end' error messages when compiling.
8748         (ispell-choices-win-default-height): Fixed comment string.
8749         (ispell-dictionary-alist-1): Fixed regexp in castellano and
8750         castellano8 dictionaries.
8751         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8752         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8753         dictionary, added italiano dictionary.
8754         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8755         word character
8756         (ispell-tex-skip-alists): Added psfig support.
8757         (ispell-skip-html): Renamed from ispell-skip-sgml.
8758         (ispell-begin-skip-region-regexp, ispell-skip-region)
8759         (ispell-minor-check): Improved html skipping support to skip across
8760         code, and recognize `&' commands without propper `;' syntax;
8761         (ispell-process-line): Fix alignment error when manually
8762         correcting spelling.
8763         (ispell): Fix comment string.
8764         (ispell-add-per-file-word-list): Always put word list on new line.
8766 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
8768         * format.el (format-encode-run-method): Fix error message to say
8769         `encode' instead of `decode'.  Use save-window-excursion around
8770         shell-command-on-region as in format-decode-run-method because
8771         shell-command-on-region can display a buffer with error output.
8772         (format-decode): Don't record undo information for the decoding.
8773         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
8774         that number part of the temporary buffer name so that more than
8775         one decoding using a temporary buffer can happen safely.
8777         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8778         of `A-z' in the regexp.
8780         * hilit-chg.el: Fix typos in commentary.
8782         * help.el (view-emacs-news): Rewritten for new naming scheme
8783         for old NEWS files.
8785         * startup.el (command-line): Pop to *Messages* in case an error
8786         is signaled while loading user-init-file.
8788 2000-08-17  Andreas Schwab  <schwab@suse.de>
8790         * files.el (insert-directory): Don't lose original file name,
8791         undoing an undocumented change.
8793 2000-08-17  Alex Schroeder  <alex@gnu.org>
8795         * sql.el (sql-magic-go): Use comint-bol.
8796         (sql-copy-column): Use comint-line-beginning-position.
8797         (comint-line-beginning-position): Define a replacement for
8798         comint-line-beginning-position if it is not fboundp.
8800 2000-08-17  Alex Schroeder  <alex@gnu.org>
8802         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8803         it didn't have any effect anyway.
8805 2000-08-17  Alex Schroeder  <alex@gnu.org>
8807         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8808         --pset and pager=off instead of sending \\o|cat at the beginning
8809         of the session.
8811 2000-08-17  Miles Bader  <miles@gnu.org>
8813         * progmodes/octave-inf.el: Add compatibility definition of
8814         comint-line-beginning-position.
8816 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
8818         * startup.el (normal-top-level): Look in each dir in load-path for
8819         a leim-list.el file too.  This assures of loading leim-list.el
8820         that is created at Emacs installation time even if a user have his
8821         own leim-list.el.
8823 2000-08-17  Miles Bader  <miles@gnu.org>
8825         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8826         foreground color to black if the background is dark.
8828 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
8830         * loadhist.el (unload-feature): Typo.
8832         * finder.el (finder-compile-keywords):
8833         * cus-dep.el (custom-make-dependencies): Add local-variable settings
8834         to the generated file.
8836         * mail/mh-e.el (mh-make-local-vars):
8837         Replace make-variable-buffer-local with make-local-variable.
8839         * play/landmark.el:
8840         * options.el (Edit-options-{set,toggle,t,nil}):
8841         * mail/mailabbrev.el (mail-abbrevs-mode):
8842         * textmodes/tex-mode.el (tex-expand-files):
8843         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8845         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8847         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8848         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8849         Allow going past the last element.
8850         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8851         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8852         (cvs-mouse-toggle-mark): Don't move point.
8853         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8855         * progmodes/compile.el (grep): Provide a default set of files.
8856         (next-error): Docstring fix.
8857         (compilation-find-file): Avoid find-file (fails in a dedicated window).
8859         * emacs-lisp/easy-mmode.el (define-minor-mode):
8860         Use `symbol-value' to keep the byte-compiler quiet.
8862         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8863         (diff-find-source-location): New fun, extracted from diff-goto-source.
8864         (diff-goto-source): Use it.
8865         (diff-next-complex-hunk, diff-filter-lines): New function.
8866         (diff-apply-hunk): New command.
8868         * smerge-mode.el (smerge-mode-menu): Doc fix.
8870         * msb.el (msb-mode): Define it in terms of define-minor-mode.
8872 2000-08-16  Dave Love  <fx@gnu.org>
8874         * windmove.el (windmove) <defgroup>: Add :version.
8876         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
8877         (goto-address-fontify-p, goto-address-highlight-p)
8878         (goto-address-url-face, goto-address-url-mouse-face)
8879         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8880         (goto-address-url-regexp): Use thing-at-point-url-regexp.
8881         (goto-address-fontify, goto-address-at-mouse): Simplify,
8882         (goto-address-at-point): browse-url-url-at-point,
8883         goto-address-find-address-at-point can return nil.
8884         (goto-address-find-address-at-point): Return nil on failure.
8886         * align.el (align) <defgroup>: Add :version.
8888         * calculator.el (calculator): Add :version.
8889         (calculator): Use two lines for calculator window if `modeline'
8890         face is boxed.
8892         * play/5x5.el: Doc fixes.
8893         (5x5) <defgroup>: Add :version.
8895         * play/fortune.el (fortune) <defgroup>: Add :version.
8896         (fortune-append): Fix error message.
8897         (fortune-from-region): Doc fix.
8899         * play/pong.el (pong): Doc fix.
8901         * play/morse.el: Keywords, commentary, autoloads.
8903 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
8905         * desktop.el (desktop-save): Don't look at symbol-value of a
8906         member of minor-mode-alist, unless it is boundp.
8908 2000-08-16  Sam Steingold  <sds@gnu.org>
8910         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8911         `while'; use `with-current-buffer' instead of `save-excursion'.
8912         Removed unnecessary kludges now that "*Buffer List*" is excluded.
8914 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
8916         * international/ccl.el (declare-ccl-program): Docstring modified.
8917         (ccl-execute-with-args): Likewise.
8919 2000-08-16  Miles Bader  <miles@gnu.org>
8921         * progmodes/sql.el: Add compatibility definition of
8922         comint-line-beginning-position.
8924 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
8926         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8927         'buffer-menu' property.
8928         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8929         fails.
8930         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8931         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8932         wasn't killed.
8934         * buff-menu.el (list-buffers-noselect): Don't display the
8935         *Buffer List* buffer.
8937         * font-lock.el: Require jit-lock to prevent a very late
8938         `Loading jit-lock' message.
8940         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8941         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8942         mail address.
8944 2000-08-15  Miles Bader  <miles@gnu.org>
8946         * textmodes/ispell.el (ispell-graphic-p): New constant.
8947         (ispell-choices-win-default-height, ispell-help): Use
8948         `ispell-graphic-p' instead of `xemacsp'.
8950 2000-08-15  Dave Love  <fx@gnu.org>
8952         * simple.el: Autoload widget-convert when compiling.
8953         (mail-user-agent): Doc fix.
8955         * help.el (function-called-at-point, variable-at-point): Use
8956         with-syntax-table.
8957         (help-manyarg-func-alist): Add insert-and-inherit.
8959         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8961         * delsel.el (delsel-unload-hook): New function.
8963         * find-file.el: Doc fixes.  Move provide to end.
8964         (ff) <defgroup>: Add :link.
8965         (ff-goto-click): Deleted.
8966         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8967         Use mouse-set-point.
8969         * textmodes/tildify.el: Doc fixes.
8970         (tildify) <defgroup>: Add:version.
8972         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8973         (glasses-custom-set): Use set-default, not set.
8974         (minor-mode-alist): Propertize the lighter.
8975         (glasses-mode): Provide optional arg.
8977         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8978         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
8979         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8980         option.  Provide :type.
8981         (cwarn-configuration): Provide :type.
8982         (cwarn-mode): Doc fix.
8984         * add-log.el (change-log-merge): Doc fix.
8985         (change-log-redate): New command.
8987         * net/browse-url.el (browse-url-filename-alist): Add a clause for
8988         Doze and Dog.
8989         (browse-url): Use dolist, not mapcar.
8990         (browse-url-at-point): Check for null url.
8991         (browse-url-event-buffer, browse-url-event-point): Functions
8992         deleted.
8993         (browse-url-at-mouse, browse-url-netscape): Simplify.
8995         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
8996         modes.
8997         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
8998         Fix previous change to mapcan.
8999         (msb--init-file-alist, msb--add-separators)
9000         (msb--make-keymap-menu): Simplify.
9001         (msb--choose-file-menu): Use copy-sequence.
9002         (msb-mode-map): Add title to keymap.
9003         (msb-unload-hook): New function.
9005         * bs.el: Fix indentation.
9006         (bs) <defgroup>: Add :links.
9007         (bs-show): Doc fix.
9008         (bs-apply-sort-faces): Don't use window-system.
9009         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9011 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
9013         * calendar/timeclock.el (timeclock-file): Run .timelog through
9014         convert-standard-filename.
9016 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
9018         * emacs-lisp/authors.el: New file.
9020         * paren.el (show-paren-priority): New user option.
9021         (show-paren-function): Set overlay priorities to
9022         show-paren-priority.
9024 2000-08-14  Miles Bader  <miles@gnu.org>
9026         * comint.el (comint-bol): Use `forward-line 0' instead of calling
9027         beginning-of-line with inhibit-field-text-motion bound.
9029 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
9031         * calendar/timeclock.el: New file.
9033 2000-08-14  David Ponce  <david@dponce.com>
9035         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9036         `widget-button-click'. so that one can use left mouse button to
9037         click on dialog buttons.
9039 2000-08-14  Emmanuel Briot  <briot@gnat.com>
9041         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9042         identifiers, since XML is case sensitive
9044 2000-08-12  Miles Bader  <miles@gnu.org>
9046         * comint.el (comint-output-filter): Don't bother frobbing
9047         window-start, it doesn't seem to be necessary.
9049         * comint.el (comint-send-string, comint-send-region): Make into
9050         real functions.  Snapshot the prompt before sending.
9052 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
9054         * info.el (Info-find-emacs-command-nodes): Rewrite to use
9055         technique similar to Info-index, instead of relying on specific
9056         names of relevant Index nodes.
9057         (Info-goto-emacs-command-node): Bind Info-history to nil when
9058         going to the first node found by Info-find-emacs-command-nodes.
9060 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
9062         * menu-bar.el (menu-bar-help-menu): Add a :help string.
9064 2000-08-10  Miles Bader  <miles@gnu.org>
9066         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9068 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
9070         * info.el (Info-file-list-for-emacs): More elements for the
9071         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9072         and woman manuals.
9074 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
9076         * comint.el (comint-send-input): Make the newline boundary overlay
9077         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
9078         (comint-output-filter): Use `insert' instead of
9079         `insert-before-markers'.  Extend comint-last-output-overlay when
9080         necessary since we can't rely on insert-before-markers to do it.
9081         * gud.el (gud-filter): Use `with-current-buffer' instead of
9082         save-excursion when inserting the output, so that point gets
9083         updated correctly; the old method relied on a rather dodgy
9084         side-effect of comint-output-filter to avoid the effect of
9085         save-excursion.
9087 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
9089         * files.el (recover-file): Call insert-directory instead of
9090         invoking `ls' directly.
9092 2000-08-10  Miles Bader  <miles@gnu.org>
9094         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9095         (comint-last-prompt-overlay): New variables.
9096         (comint-output-filter): Implement prompt highlighting.
9097         (comint-snapshot-last-prompt): New function.
9098         (comint-send-input): Snapshot the last prompt.
9099         Use comint-highlight-input-face.
9100         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9101         Use defface instead of defcustom.
9102         (send-invisible, comint-send-eof): Snapshot the last prompt.
9103         (comint-delchar-or-maybe-eof): Use comint-send-eof.
9104         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9106 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
9108         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9109         (regexp-opt-group): Use a list of chars for `letters'.
9110         (regexp-opt-charset): `chars' is now a list of chars.
9111         Use a char-table rather than a vector so it works for multibyte chars.
9113         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
9114         Set cvs-minor-current-files to the selected fileinfo.
9115         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9116         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9118 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
9120         * files.el (insert-directory): Don't call access-file on
9121         directories on DOS and Windows.
9123 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
9125         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9126         longer if necessary.
9127         (ccl-embed-code): Call ccl-embed-data to store CODE in
9128         ccl-program-vector.
9130 2000-08-09  Miles Bader  <miles@gnu.org>
9132         * comint.el (comint-output-filter): Properly handle the case where
9133         the text surrounded by comint-last-output-overlay was deleted.
9135 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
9137         * info.el (Info-insert-dir): Use Info-additional-directory-list if
9138         non-nil.
9139         (Info-file-list-for-emacs): Remove "info" from the list because
9140         that leads to trying to use the documentation from file `info'
9141         in various situations where it isn't appropriate, for instance
9142         C-h C-k C-h i.
9144         * ffap.el (ffap-read-file-or-url-internal): Handle case that
9145         DIR and/or STRING are nil.
9147         * progmodes/compile.el (compilation-setup): Make variable
9148         compilation-error-screen-columns buffer-local, as some comment
9149         in the code suggests it should be.
9151         * files.el (auto-mode-interpreter-regexp): New variable.
9152         (set-auto-mode): Use it.
9154         * indent.el (indent-for-tab-command): Doc fix.
9156         * mouse-sel.el (mouse-sel-mode): Doc fix.
9158         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9159         labels.
9161         * help.el (print-help-return-message): When
9162         display-buffer-reuse-frames is set, let the help window been quit,
9163         instead of deleting it, which might delete a reused frame.
9165 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
9167         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9168         rename a directory to a name that differs only by its letter case.
9170 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
9172         * international/quail.el (quail-define-rules): Handle Quail decode
9173         map correctly.  Add code for supporting annotations.
9174         (quail-install-decode-map): New function.
9175         (quail-defrule-internal): New optional arguments decode-map and
9176         props.
9177         (quail-advice): New function.
9179 2000-08-07  Sam Steingold  <sds@gnu.org>
9181         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9182         `defconst', `define-condition', `with-slots'.
9183         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9185 2000-08-03  Miles Bader  <miles@gnu.org>
9187         * comint.el (comint-use-prompt-regexp-instead-of-fields):
9188         New variable.
9189         (comint-prompt-regexp, comint-get-old-input): Document dependence on
9190         comint-use-prompt-regexp-instead-of-fields.
9191         (comint-send-input): Add `input' field property to stuff we send to
9192         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9193         (comint-output-filter): Add `output' field property to process
9194         output, if comint-use-prompt-regexp-instead-of-fields is nil.
9195         (comint-replace-by-expanded-history)
9196         (comint-get-old-input-default, comint-show-output)
9197         (comint-backward-matching-input, comint-forward-matching-input)
9198         (comint-next-prompt, comint-previous-prompt):  Use field
9199         properties if comint-use-prompt-regexp-instead-of-fields is nil.
9200         (comint-line-beginning-position): New function.
9201         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
9202         (comint-replace-by-expanded-history-before-point): Use
9203         comint-line-beginning-position and line-end-position.
9204         (comint-last-output-overlay): New variable.
9205         (comint-mode): Make `comint-last-output-overlay' buffer-local.
9207         * shell.el (shell-prompt-pattern): Doc change.
9208         (shell-backward-command): Use line-beginning-position.
9210         * gud.el (gud-gdb-complete-command): Use
9211         comint-line-beginning-position.
9213         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9214         comint-bol doesn't actually go to the beginning of the line.
9216         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9217         if comint-use-prompt-regexp-instead-of-fields is non-nil.
9218         (try-expand-line-all-buffers): Likewise.
9220         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9221         explicitly matching comint-prompt-regexp.
9222         (sql-copy-column): Use comint-line-beginning-position instead of
9223         explicitly matching comint-prompt-regexp.
9225         * progmodes/octave-inf.el (inferior-octave-complete): Use
9226         comint-line-beginning-position.
9228         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9230         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9231         looking for a prompt, use `forward-line 0' instead of
9232         `beginning-of-line', to avoid getting caught by an input field.
9234 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
9236         * files.el (shell-quote-wildcard-pattern): Make sure to return
9237         PATTERN, in the Unix case.
9239 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
9241         * play/zone.el (zone): Discard any pending input before running
9242         the randomly-chosen pgm.
9244 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
9246         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9247         checking the existence of any multibyte characters.
9249 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
9251         * help.el (describe-mode): Test minor-mode symbol for being
9252         bound before testing its value for being nil.
9254         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9255         `first', `second', and `third'.
9257         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9258         (second): Make it an alias for `cadr'.
9260 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
9262         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9263         types of display support faces now.
9265 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
9267         * pcvs.el (require): Require `cl' during compilation, only.
9269         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9270         (toplevel): Remove `remq' and `remove' from autoloads.
9271         (cl-fake-autoloads): New variable.  If set, arrange for an error
9272         when CL functions etc. are autoloaded.
9274 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
9276         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9278         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9279         popped up, but the user clicks outside the menu, return an empty
9280         regexp (that causes unhighlight-regexp to have no effect).
9282         * menu-bar.el (menu-bar-games-menu): Add Zone.
9284         * hi-lock.el (toplevel): Require font-lock.
9286 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9288         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9289         (ebnf-8-bit-chars): New var for bug fix.
9290         (ebnf-string): Bug fix.
9292 2000-08-03  Sam Steingold  <sds@gnu.org>
9294         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9295         instead of `buffer-string'.
9296         (require 'cl): Always, not just when compiling.
9297         `ignore-errors' in `interactive', `list*', `defun*' &c make this
9298         necessary.
9300 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
9302         * international/mule-cmds.el (select-safe-coding-system): Make
9303         the message text about selecting a safe coding system more clear.
9305 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
9307         * hi-lock.el: New file.
9309         * play/zone.el: New file.
9311         * replace.el (occur): Set tab-width in the *Occur* buffer to the
9312         value of tab-width in the original buffer.  Choose a line number
9313         format that's a multiple of the original buffer's tab width, so
9314         that lines appear right.
9316         * textmodes/ispell.el (ispell): New function, replacing an alias.
9317         Spell-check active region if in transient-mark-mode and mark
9318         is active; otherwise spell-check buffer.
9320 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9322         * ps-mule.el: Fix a customization problem on
9323         ps-mule-font-info-database-default.
9325 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
9327         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9328         display-mouse-p instead of window-system.
9329         (ebrowse-member-mode-map): Ditto.
9331 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9333         * progmodes/ebnf2ps.el: Update ps-print functions call.
9334         Indentation fix.  Doc fix.
9335         (ebnf-version): New version number (3.2).
9336         (ebnf-format-color, ebnf-begin-job): Code fix.
9338 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
9340         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9341         font lock support on window-system.
9342         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9344         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9345         display-color-p, if fboundp, instead of window-system.
9347 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
9349         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9350         instead of window-system.
9352         * wid-edit.el (widget-choose): Use display-mouse-p instead of
9353         window-system.
9354         (widget-choice-mouse-down-action): Use display-popup-menus-p
9355         instead of window-system.
9357         * strokes.el (strokes-file): Run the file name through
9358         convert-standard-filename.
9359         (strokes-mode): Call display-mouse-p instead of looking at
9360         window-system.  Change the error message accordingly.
9362         * progmodes/cpp.el (toplevel): Support faces on tty's.
9364         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9365         (lm-plot-square, lm-init-display): Don't use window-system.
9367         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9368         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9370         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9371         instead of looking at window-system.
9373 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
9375         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9376         of testing if iswitchb-prepost-hooks is bound, because the
9377         latter will always be true when invoking a recursive minibuffer
9378         from an active Iswitchb buffer.
9380 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
9382         * files.el (shell-quote-wildcard-pattern): New function.
9383         (insert-directory): Call it.  Only prepend "\" to command on Unix
9384         and GNU/Linux systems.
9386 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
9388         * eshell/esh-groups.el: Change custom :link file names
9389         from `eshell.info' to `eshell'.
9391 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
9393         * dired.el (dired-build-subdir-alist): Expand subdirectory names
9394         correctly in recursive ange-ftp listings.
9396 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9398         * ps-print.el: Fix bug 1: if ps-font-size-internal,
9399         ps-header-font-size-internal and
9400         ps-header-title-font-size-internal variables are not set,
9401         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
9402         face text property is (foreground-color . COLOR) or
9403         `(background-color . COLOR)', ps-print crashes.  Doc fix.
9404         (ps-print-version): New version number (5.2.4).
9405         (ps-plot-region): Code fix.
9406         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9407         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9408         Bug fix 2.
9410 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
9412         * glasses.el (glasses-make-readable): Fix uncapitalization of
9413         identifiers like `myXMLDocument'.
9415 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
9417         * mail/mail-hist.el (mail-hist-previous-input)
9418         (mail-hist-next-input): Do the obvious code factorization.
9419         (mail-hist-retrieve-and-insert): New func, contains common
9420         code of above two.
9421         If inserting a message body, leave point at top.
9423 2000-07-28  Sam Steingold  <sds@gnu.org>
9425         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9426         Use `<=', not `<' to compare times!
9427         (ange-ftp-ls): Remove.
9429 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
9431         * play/cookie1.el: Add explanation of how to make cookie.el
9432         compatible with strfile(1) to comment.
9434         * subr.el (remove, remq): New functions.
9436         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9437         escape `*' in regexps.
9438         (midnight-find): Reverse order of arguments in the funcall of
9439         TEST.
9441         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9442         and `.class'.
9444         * play/meese.el: Add Commentary section.
9446 2000-07-27  Alex Schroeder  <alex@gnu.org>
9448         * sql.el (sql-ms): Added autoload cookie.
9449         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9450         (sql-oracle): Ditto.
9451         (sql-help): Doc change.
9453         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9454         types and exceptions.
9456 2000-07-27  Alex Schroeder  <alex@gnu.org>
9458         * sql.el (sql-placeholder-history): New variable.
9459         (sql-query-placeholders-and-send): New function that will query
9460         the user and replace placeholders with user input.
9461         (sql-oracle): If running on NT, set comint-input-sender to
9462         sql-query-placeholders-and-send.
9464         (sql-stop): If in the SQLi buffer, insert stop notification, else
9465         present it as a message.
9467 2000-07-27  Alex Schroeder  <alex@gnu.org>
9469         * sql.el (sql-input-ring-separator): Doc change.
9470         (sql-input-ring-file-name): Doc change.
9471         (sql-interactive-mode): Use `sql-input-ring-separator' and
9472         `sql-input-ring-file-name' to set the comint-mode equivalents
9473         without making them local variables.
9474         (sql-stop): Don't bind `sql-input-ring-separator' and
9475         `sql-input-ring-file-name' dynamically to their comint-mode
9476         equivalents.
9478 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9480         * international/mule.el (register-char-codings): New function.
9481         (make-coding-system): Handle `safe-chars' specification in the arg
9482         PROPERTY.
9484         * international/mule-cmds.el
9485         (find-coding-systems-region-subset-p): This function deleted.
9486         (sort-coding-systems-predicate): New variable.
9487         (sort-coding-systems): New function.
9488         (find-coding-systems-region): Use
9489         find-coding-systems-region-internal.
9490         (find-coding-systems-string): Use find-coding-systems-region.
9491         (find-coding-systems-for-charsets): Check
9492         char-coding-system-table.
9493         (select-safe-coding-system-accept-default-p): New variable.
9494         (select-safe-coding-system): Mostly rewritten.  New argument
9495         ACCEPT-DEFAULT-P.
9496         (select-message-coding-system): Call select-safe-coding-system
9497         with ACCEPT-DEFAULT-P arg.
9498         (reset-language-environment): Reset default-sendmail-coding-system
9499         to the default value iso-latin-1.
9500         (set-language-environment): Don't set the obsolete variable
9501         charset-origin-alist.
9503         * international/codepage.el (cp-coding-system-for-codepage-1):
9504         Give `safe-chars' property to make-coding-system.
9506         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9507         calling select-message-coding-system twice.
9509         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9510         instead of `safe-charsets'.
9511         (cyrillic-alternativnyj): Likewise.
9512         (ccl-encode-alternativnyj): Don't check the charset
9513         cyrillic-iso8859-5.
9515 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9517         * composite.el (compose-chars-after): Preserve match data.
9519 2000-07-26  Sam Steingold  <sds@gnu.org>
9521         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9522         (ange-ftp-real-file-newer-than-file-p): New function.
9523         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9524         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9526         * tooltip.el (tooltip-float-time): Removed (use `float-time').
9527         * midnight.el (midnight-float-time): Ditto.
9529 2000-07-26  Andreas Schwab  <schwab@suse.de>
9531         * files.el (normal-backup-enable-predicate): Correct
9532         interpretation of the return value of compare-strings.
9534 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
9536         * isearch.el (isearch-resume): New function.
9537         (isearch-done): Add something to command-history to resume
9538         the search.
9539         (isearch-yank-line, isearch-yank-word): Use
9540         buffer-substring-no-properties instead of buffer-substring.
9542         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9543         of flyspell-mouse-map.
9545         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9546         duplicate definition.
9547         (makefile-mode): Remove duplicate setting of local-abbrev-table.
9549         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9550         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9552 2000-07-25  Sam Steingold  <sds@gnu.org>
9554         * net/ange-ftp.el: Get modtime over the net.
9555         (ange-ftp-file-modtime): New function.
9556         (ange-ftp-write-region, ange-ftp-insert-file-contents)
9557         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9558         Use it.
9559         (ange-ftp-dot-to-slash): New function.
9560         (ange-ftp-fix-name-for-vms): Use it.
9562         * midnight.el (midnight-buffer-display-time): Use
9563         `with-current-buffer'.
9565 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
9567         * find-dired.el: Update copyright notice.
9568         (find-dired): Offer to kill a running `find'.
9570         * enriched.el (enriched-face-ans): For a `foreground-color'
9571         property, return '(("x-color" COLOR))' so that COLOR will be
9572         output as a parameter of the x-color annotation.  Likewise for the
9573         `background-color' property.  In the case of normal face
9574         properties, don't return annotations for unspecified foreground
9575         and background face attributes.
9577 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
9579         * language/japan-util.el (japanese-katakana-region): Fix handling
9580         HANKAKU argument.
9582 2000-07-25  Miles Bader  <miles@gnu.org>
9584         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9585         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
9586         constrain-to-field.
9588 2000-07-24  Andrew Innes  <andrewi@gnu.org>
9590         * timer.el (timer-activate-when-idle): Add optional parameter
9591         DONT-WAIT.  Update docstring.
9592         (run-with-idle-timer): Specify extra parameter to
9593         timer-activate-when-idle, so that timer will be activated
9594         immediately if Emacs is already idle.
9596         * w32-fns.el (w32-using-nt): Fix docstring.
9598 2000-07-24  Dave Love  <fx@gnu.org>
9600         * mouse.el (popup-menu): Set last-command-event.
9601         (mouse-major-mode-menu-prefix): Declare.
9603 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
9605         * textmodes/flyspell.el: Update to author's version 1.5d.
9607         * progmodes/hideshow.el: Update copyright notice.
9609         * vcursor.el: Set maintainer to FSF, since author cannot
9610         be reached.
9612 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
9614         * info.el (Info-goto-emacs-key-command-node): Leave a space after
9615         the prompt.
9617         * mouse.el (popup-menu): Run the keymap through indirect-function,
9618         in case it was defined with define-prefix-key.  If the menu is a
9619         list of keymaps, look up the binding of user's choice in each one
9620         of the keymaps.
9621         (mouse-popup-menubar): If the global and local menu-bar keymaps
9622         don't have a prompt string, create one and insert it into the
9623         keymap.  Don't barf if current-local-map returns nil.
9625 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
9627         * dired.el (dired-sort-R-check): Added to allow recursive listing
9628         to be undone.
9629         (dired-sort-other): Use it.
9631 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9633         * Release of cc-mode 5.27
9635 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9637         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9638         c-beginning-of-statement-1 that caused a bad case of recursion
9639         which could consume a lot of CPU in large classes in languages
9640         that have in-expression classes (i.e. Java and Pike).
9642         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9643         statements before top level constructs (i.e. case 6 is moved
9644         before case 5 and is now case 4) to catch in-expression
9645         classes in top level expressions correctly.
9647 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9649         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9650         objc-method-intro. Case 4 removed and case 5I added.
9652         * cc-langs.el (c-append-paragraph-start): New variable used by
9653         c-common-init to get paragraph-start correct.
9654         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9655         initialize paragraph-start to make it correct both with and
9656         without the javadoc special case.
9658         * cc-mode.el (java-mode): Use c-append-paragraph-start to
9659         initialize paragraph-start for javadoc markup.
9661         * cc-vars.el (c-style-variables-are-local-p): Incompatible
9662         change by defaulting this to t.  It's motivated by the
9663         confusing behavior that otherwise arise from the style system
9664         when editing both java and non-java files at the same time
9665         (see the comments about style setting in c-common-init).
9667 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9669         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9670         similar to the one in c-fill-paragraph to check the fill
9671         prefix from the adaptive fill function for sanity.
9673 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9675         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9676         defun block.
9678 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9680         * cc-mode.texi Documented the change of cpp-macro.
9682 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9684         * cc-align.el (c-lineup-multi-inher): Handle lines with
9685         leading comma nicely. Extended to handle member initializers
9686         too.
9688         * cc-engine.el: (c-beginning-of-inheritance-list,
9689         c-guess-basic-syntax): Fixed recognition of inheritance lists
9690         when the lines begins with a comma.
9692         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9694         * cc-vars.el (c-offsets-alist): Changed default for
9695         member-init-cont to c-lineup-multi-inher since it now handles
9696         member initializers and indents better for leading commas.
9698 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9700         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9701         handling that caused class open lines to be recognized as
9702         statement-conts in some cases.
9704         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9705         guessed by the adaptive fill function unless point is on the
9706         first line of a block comment.
9708         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9709         when the buffer ends with a macro continuation char.
9711         * cc-engine.el (c-guess-basic-syntax): Added support for
9712         function definitions as statements in Pike.  The first
9713         statement in a lambda block is now labeled defun-block-intro
9714         instead of statement-block-intro.
9716         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9717         so that the class surrounding point is selected, not the one
9718         innermost in the state.
9720         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9721         recognition of switch labels having hanging multiline
9722         statements.
9724         * cc-engine.el (c-beginning-of-member-init-list): Broke out
9725         some code in c-guess-basic-syntax to a separate function.
9726         * cc-engine.el (c-just-after-func-arglist-p): Fixed
9727         recognition of member inits with multiple line arglists.
9728         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9729         member-init-cont when the commas are in funny places.
9731 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9733         * cc-defs.el (c-auto-newline): Removed this macro since it's
9734         not used anymore.
9736         * cc-engine.el (c-looking-at-bos): New helper function.
9737         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9738         inexpr and toplevel classes apart in Pike.
9740         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9741         of case 9A.
9743         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9744         constant, since "class" can introduce an in-expression class
9745         in Pike nowadays.
9747 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9749         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9750         indentation on cpp-macro lines.
9752         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9753         a syntax modifier like comment-intro, to make it possible to
9754         get syntactic indentation for preprocessor directives.  It's
9755         incompatible wrt to lineup functions on cpp-macro, but it has
9756         no observable effect in the 99.9% common case where cpp-macro
9757         is set to -1000.
9759 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9761         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9762         member-init-cont when the preceding arglist is several lines.
9764 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9766         * cc-styles.el (c-style-alist): The basic offset for the BSD
9767         style corrected to 8.
9769 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9771         * cc-styles.el (c-style-alist): Adjusted the indentation of
9772         brace list openers in the gnu style.
9774 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9776         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9778         * cc-cmds.el (c-electric-brace, c-electric-slash,
9779         c-electric-star, c-electric-semi&comma, c-electric-colon,
9780         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9781         when c-syntactic-indentation is nil.
9783         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9784         we were left at comments preceding the first statement when
9785         reaching the beginning of the buffer.
9787         * cc-vars.el (c-syntactic-indentation): New variable to turn
9788         off all syntactic indentation.
9790 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9792         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9793         between the text and the block comment ender when it hangs,
9794         depending on how many there are before the fill.
9796 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9798         * cc-engine.el (c-beginning-of-closest-statement): New helper
9799         function to go back to the closest preceding statement start,
9800         which could be inside a conditional statement.
9801         * cc-engine.el (c-guess-basic-syntax): Use
9802         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9804         * cc-engine.el (c-guess-basic-syntax): Better handling of
9805         arglist-intro, arglist-cont-nonempty and arglist-close when
9806         the arglist is nested inside parens.  Cases 7A, 7C and 7F
9807         changed.
9809         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9810         up-to-date with javadoc 1.2.
9812 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9814         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9815         multiline Pike type decls.
9817 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9819         * cc-cmds.el (c-indent-new-comment-line): Always break
9820         multiline comments in multiline mode, regardless of
9821         comment-multi-line.
9823 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9825         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9826         fully::qualified::names in C++ member init lists.  Preamble in
9827         case 5D changed.
9829 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9831         * cc-langs.el (c-common-init): Handling of obsolete variables
9832         moved to c-initialize-cc-mode.  More compatible style override
9833         when using global style variables.
9834         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9835         variables moved here.
9837         * cc-mode.texi: Documented the special behavior of
9838         c-special-indent-hook as a style variable.  Don't talk about
9839         doing (c-make-styles-buffer-local t) in a mode hook, since
9840         that's already too late to work right.
9842         * cc-styles.el (c-make-styles-buffer-local): Flag style
9843         variable localness in c-style-variables-are-local-p to make
9844         the compatibility measure in c-common-init work well.
9846         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9847         longer contain set-from-style.
9848         * cc-styles.el (c-initialize-builtin-style): Don't check for
9849         set-from-style on c-special-indent-hook.
9850         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
9851         copy-alist is sufficient now.
9853         * cc-styles.el (c-set-style, c-set-style-1,
9854         c-get-style-variables): Fixes to variable initialization so
9855         that duplicate entries in styles have the same effect
9856         regardless of DONT-OVERRIDE.
9858         * cc-styles.el (c-set-style-2): Fixed bug where the
9859         initialization of inheriting styles failed when the
9860         dont-override flag is set.
9862         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9863         on this.
9865 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9867         * cc-defs.el (c-forward-comment): Removed the workaround
9868         introduced in 5.38 since it had worse side-effects.  If a line
9869         contains the string "//\"", it regarded the // as a comment
9870         start since the \ temporarily doesn't have escape syntax.
9872 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
9874         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9875         ada-xref.el before ada-prj.el, so that the Project menu is created
9876         when ada-prj tries to add to it.
9877         (ada-activate-keys-for-case): Suppress the characters that are not
9878         part of the Ada syntax. Better compatibility with else-mode
9879         (ada-adjust-case-interactive): When auto-casing is not active,
9880         correctly insert newlines (used to insert only ^M).  Prevent the
9881         syntax table from being changed in case of an error
9882         (or '_' becomes part of a word and some commands are confused).
9883         Do nothing if ada-auto-case is nil.
9884         (ada-after-keyword-p): Ignore keywords that are also attributes
9885         (ada-batch-reformat): Update usage comment
9886         (ada-call-from-contextual-menu): New function
9887         (ada-case-read-exceptions): Reinitialize the casing exception list
9888         first to nil first, so that the casing exception file can be
9889         shared.
9890         (ada-check-defun-name): Handles "configure" keyword for gnatdist
9891         files.
9892         (ada-compile-goto-error): Fix regexp used to detect a file:line
9893         anywhere in the error message
9894         (ada-contextual-menu-last-point): New variable
9895         (ada-create-keymap): If the variable delete-key-deletes-forward is
9896         t on XEmacs, it means that DEL should delete one character
9897         forward.
9898         (ada-create-menu): Use :included instead of :visible for XEmacs.
9899         New submenu "Options".
9900         (ada-end-stmt-re): Correctly indent "select ... then abort"
9901         statements.
9902         (ada-fill-comment-paragraph): Correctly delete all leading '--'
9903         even if they don't match ada-fill-comment-prefix Fix handling of
9904         paragraphs on the first or last line of a file.
9905         (ada-format-paramlist): Fix handling of default parameter values.
9906         (ada-get-body-name): New function.
9907         (ada-get-current-indent): Optimized by searchling directly for an
9908         existing generic part or a statement outside of it.  Handle
9909         ada-indent-align-comments when indenting comments Replaced some
9910         regexps by testing directly the next character. This results in a
9911         huge speedup on some files.  New indentation scheme for renames
9912         statements.  Stop looking for the 'while' or 'for' associated with
9913         a 'loop' at the first semicolon encountered.  A "return" can also
9914         match an anonymous access subprogram declaration.
9915         (ada-get-indent-noindent): Ignore strings and comments when
9916         looking for the keywords "record" and "private".
9917         (ada-goto-matching-decl-start): When matching "if", make sure we
9918         are not in fact seeing "end if".  Ignore "when" statements except
9919         when initial keyword was "begin".  Fix handling of nested
9920         procedures.  Add a recursive call to this function to skip over
9921         other 'end' statmts.  Fix indentation for "when .. => begin"
9922         (ada-in-open-paren-p): Fix indentation for complex boolean
9923         expressions, where 'and then', 'or else' and parenthesis
9924         statements are mixed up.
9925         (ada-in-paramlist-p): Skip comments while searching for the
9926         beginning Fix handling of operator declarations.
9927         (ada-indent-align-comments): New variable
9928         (ada-indent-current): Change the syntax table only in the
9929         protected section, so that we are sure it is restored correctly.
9930         (ada-indent-on-previous-lines): Use ada-use-indent and
9931         ada-with-indent Correctly indent "select ... then"
9932         (ada-indent-region): Slight speedup.
9933         (ada-indent-renames): New variable.
9934         (ada-last-which-function-subprog, ada-last-which-function-line):
9935         New variables
9936         (ada-looking-at-semi-private): Correctly indent the 'private'
9937         keyword when it is the first word in a package declaration.
9938         (ada-loose-case-word): Stop searching if at the end of the buffer.
9939         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9940         even if point is not initially at the end of the word.
9941         (ada-matching-decl-start-re): Add "when".
9942         (ada-mode): Add support for abbrev-mode, outline-mode and
9943         which-func-mode Override the old find-file.el entry in
9944         ff-special-constructs since it is using the obsolete
9945         ada-spec-suffix variable
9946         (ada-no-auto-case): New function
9947         (ada-scan-paramlist): When parsing the argument type, accept
9948         spaces (as in "X 'Class", generated by Rational Rose).
9949         (ada-other-file-name): No longer loads the other file.
9950         (ada-popup-menu): Save and restore the current buffer and cursor
9951         position before and after displaying the menu.
9952         (ada-search-ignore-complex-boolean): New function.
9953         (ada-uncomment-region): Emacs21 already knows how to delete
9954         comments not starting in the first column.
9955         (ada-use-indent): New variable
9956         (ada-which-function): New function.
9957         (ada-with-indent): New variable
9958         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9959         can be batch-compiled from the command line.
9961         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9962         Add to the menu when the file is loaded, not in ada-mode-hook.
9963         Add -toolbar to the default ddd command Switches moved from
9964         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9965         ada-prj-default-comp-opt
9966         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9967         Reference Manual to the menu
9968         (ada-check-current): rewritten as a call to ada-compile-current
9969         (ada-compile): Removed.
9970         (ada-compile-application, ada-compile-current, ada-check-current):
9971         Set the compilation-search-path so that compile.el automatically
9972         finds the sources in src_dir.  Automatic scrollong of the
9973         compilation buffer.  C-uC-cC-c asks for confirmation before
9974         compiling
9975         (ada-compile-current): New parameter, prj-field
9976         (ada-complete-identifier): Load the .ali file before doing
9977         processing
9978         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9979         conform to gnatmake's behavior.
9980         (ada-find-file-in-dir): New function
9981         (ada-find-references): Set the environment variables for gnatfind
9982         (ada-find-src-file-in-dir): New function.
9983         (ada-first-non-nil): Removed
9984         (ada-gdb-application): Add support for jdb, the java debugger.
9985         (ada-get-ada-file-name): Load the original-file first if not done
9986         yet.
9987         (ada-get-all-references): Handles the new ali syntax (parent types
9988         are found between <>).
9989         (ada-initialize-runtime-library): New function
9990         (ada-mode-hook): Always load a project file when a file is opened,
9991         so that the casing exceptions are correctly read.
9992         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9993         (ada-parse-prj-file): Use find-file-noselect instead of find-file
9994         to open the project file, since the latter does not work with
9995         speedbar Get default values before loading the prj file, or the
9996         default executable file name is wrong.  Use the absolute value of
9997         src_dir to initialize ada-search-directories and
9998         compilation-search-path,...  Add the standard runtime library to
9999         the search path for find-file.
10000         (ada-prj-default-debugger): Was missing an opening '{'
10001         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10002         variables.
10003         (ada-prj-default-gnatmake-opt): New variable
10004         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10005         buffers, the project file is the default one Save the windows
10006         configuration before displaying the menu.
10007         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10008         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10009         ...)  regexp-quote identifiers names to support operators +,
10010         -,... in regexps.
10011         (ada-remote): New function.
10012         (ada-run-application): Erase the output buffer before starting the
10013         run Support remote execution of the application.  Use
10014         call-process, or the arguments are incorrectly parsed
10015         (ada-set-default-project-file): Reread the content of the active
10016         project file, not the one from the current buffer When a project
10017         file is set as the default project, all directories are
10018         automatically associated with it.
10019         (ada-set-environment): New function
10020         (ada-treat-cmd-string): New special variable ${current}
10021         (ada-treat-cmd-string): Revised.  The substitution is now done for
10022         any ${...} substring
10023         (ada-xref-current): If no body was found, compiles the spec
10024         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10025         compiler to get rid of command line length limitations.
10026         (ada-xref-get-project-field): New function
10027         (ada-xref-project-files): New variable
10028         (ada-xref-runtime-library-specs-path)
10029         (ada-xref-runtime-library-ali-path): New variables
10030         (ada-xref-set-default-prj-values): Default run command now does a
10031         cd to the build directory.  New field: main_unit Provide a default
10032         file name even if the current buffer has no prj file.
10034         * ada-prj.el:
10035         Rewritten to show a tabbed-dialog.
10036         (ada-prj-add-ada-menu): Remove the map and name parameters.
10037         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10038         New function
10039         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10040         (ada-prj-load-from-file): New function
10041         (ada-prj-save): Always save fields that depend on the current buffer
10042         (ada-prj-show-value): New function
10044         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10045         Ada mode. This will allow us to display the Ada menu in any buffer
10046         we want (for project items).
10047         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10048         number of spaces in the header.
10050 2000-07-24  Dave Love  <fx@gnu.org>
10052         * ediff-init.el (ediff-region-help-echo): Bind face-help.
10054 2000-07-23  Noah Friedman  <friedman@splode.com>
10056         * type-break.el (type-break): perform autosave.
10057         Suggested by Stephen Gildea <gildea@intouchsys.com>.
10058         (type-break-do-query): Cancel query schedule while performing
10059         actual query, to avoid possibility of a second query being made
10060         while first one is already in progress.
10061         (type-break-time-stamp-format): New variable.
10062         (type-break-time-stamp): New function.
10063         (type-break-time-warning): Use it.
10064         (type-break-keystroke-warning): Use it.
10065         (type-break-noninteractive-query): Use it.
10067         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10068         cookie.
10069         Use add-minor-mode to set minor-mode-alist, if available.
10070         (eldoc-echo-area-use-multiline-p): New user option.
10071         (eldoc-echo-area-multiline-supported-p): New variable.
10072         (eldoc-docstring-format-sym-doc): Use them.
10073         (eldoc-mode): If not using idle timers, append to local post and
10074         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
10075         (eldoc-display-message-no-interference-p): Don't interfere with
10076         edebug.
10077         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10078         (eldoc-function-arglist): New function.
10079         (eldoc-function-argstring): Use it.
10081         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10082         auto save directory exists before calling directory-files.
10084 2000-07-23  Dave Love  <fx@gnu.org>
10086         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10087         ^o, ^u.
10089 2000-07-21  Dave Love  <fx@gnu.org>
10091         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10092         now passed to the function.  It now works properly.
10094         * smerge-mode.el (smerge-mode-menu): Fill it out.
10096 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
10098         * info-look.el (info-lookup): If *info* is shown in another frame
10099         on the same display, select that frame, instead of switching to
10100         the Info buffer in another window of the selected frame.
10102         * simple.el (universal-argument-map): Bind numeric keypad keys
10103         kp-0 to kp-9 and kp-subtract.
10104         (digit-argument): Handle these keys.
10106 2000-07-20  Dave Love  <fx@gnu.org>
10108         * net/goto-addr.el (goto-address-fontify): Don't bother with
10109         buffer-modified and read-only stuff -- irrelevant with overlays.
10110         Put an extra property on the overlays and use it to clean up in
10111         case goto-address is re-run.
10113 2000-07-19  Richard M. Stallman  <rms@gnu.org>
10115         * timer.el (run-with-idle-timer): Doc fix.
10117         * mail/mail-utils.el (mail-strip-quoted-names):
10118         Handle case where <...> appears inside "...".
10119         Use replace-match to edit the string more simply.
10120         (rmail-dont-reply-to): Cope with an unmatched ".
10122 2000-07-19  Dave Love  <fx@gnu.org>
10124         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10125         implementation.
10127         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10128         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10129         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10131 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
10133         * textmodes/refer.el: Correct maintainer's email address.
10135         * progmodes/hideif.el: Correct author's email address.
10136         Fix typo in comment.
10138         * xml.el: New file.
10140         * mail/mailheader.el: Correct author's mail address.
10142         * gnus/parse-time.el: Correct author's mail address.
10144 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
10146         * comint.el (comint-highlight-input, comint-highlight-face):
10147         New user options.
10148         (comint-input-ring-file-name): Change custom type.
10149         (comint-mode-map): Bind mouse-2.
10150         (comint-insert-clicked-input): New function.
10151         (comint-send-input): Handle input highlighting.
10153 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
10155         * mouse.el (popup-menu): New function.
10156         (mouse-major-mode-menu): Use it.
10158 2000-07-18  Dave Love  <fx@gnu.org>
10160         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10161         improvements.
10163 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
10165         * faces.el (face-font-selection-order)
10166         (face-font-family-alternatives): Add custom type.
10168 2000-07-18  Dave Love  <fx@gnu.org>
10170         * cus-edit.el (custom-variable-reset-saved)
10171         (custom-variable-reset-standard): Remove unused bindings.
10173         * rect.el (open-rectangle-line): Remove unused let.
10175         * hl-line.el (hl-line-highlight): Check hl-line-mode.
10177 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
10179         * cdl.el: Fix `Maintainer' keyword.
10181         * play/pong.el: Add author's email address.
10183 2000-07-17  Sam Steingold  <sds@gnu.org>
10185         * files.el (insert-directory): Call `split-string' instead of
10186         re-implementing it.
10188 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
10190         * mail/vms-pmail.el: Change maintainer to FSF.
10192         * net/goto-addr.el: Change maintainer to FSF.
10194         * info.el (Info-title-face-alist): Removed.
10196 2000-07-18  David Ponce  <david@dponce.com>
10198         * recentf.el (recentf-open-files): New command that works like
10199         `recentf-open-more-files', but shows the whole list of files (not just
10200         those omitted from the menu). Useful if you don't use a menu-bar!
10201         (recentf-open-more-files) Modified to use `recentf-open-files'.
10203         (recentf-open-files, recentf-open-more-files)
10204         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10206         (recentf-dialog-mode): New mode for dialogs. You can now just type
10207         "q" to cancel the dialogs.
10209 2000-07-18  David Ponce  <david@dponce.com>
10211         * recentf.el: This is a major update of recentf.el. It adds new
10212         features to better organize the recentf menu and "More..." buffer.
10214         Using new provided menu filtering functions you can now organize the
10215         recent files list:
10217         - by major modes
10218         - by directories
10219         - by user defined rules
10221         Finally, with the new `recentf-filter-changer' customizable filter you
10222         can define a ring of filters and dynamically (via the menu) cycle on
10223         each menu organization in the ring (a la msb).
10225 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
10227         * eshell/eshell.el (eshell): Replace links to eshell.info with
10228         links to eshell, to avoid problems on systems where the manual is
10229         installed as `eshell'.
10230         * eshell/esh-cmd.el (eshell-cmd): Ditto.
10231         * eshell/em-smart.el (eshell-smart): Ditto.
10232         * eshell/em-banner.el (eshell-banner): Ditto.
10233         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10235         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10236         same-file check in the MS-DOS version (it does support inodes).
10238         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10240         * eshell/eshell.el (eshell-directory-name):
10241         Run default directory name through convert-standard-filename.
10243 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
10245         * international/mule-cmds.el (select-safe-coding-system):
10246         Fix typo in the comment.
10248         * language/european.el (compound-text):
10249         Force katakana-jisx0201 to be designated to G1.
10251         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10252         Don't translate some national variant characters of latin-jisx0201.
10253         (x-ctext): Force katakana-jisx0201 to be designated to G1.
10255         * international/kkc.el (kkc-after-update-conversion-functions):
10256         New variable.
10257         (kkc-update-conversion): Run functions in it at the tail.
10259 2000-07-16  John Wiegley  <johnw@gnu.org>
10261         * lisp/align.el (align-newline-and-indent):
10262         Adding new function.  for auto-aligning blocks of code on RET.
10263         (align-region): Fixed badly formatted minibuffer message.
10265 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
10267         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10268         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
10269         the conversion list at first if appropriate.
10270         (kkc-next): Don't update kkc-next-count here.
10271         (kkc-prev): Don't update kkc-prev-count here.
10272         (kkc-show-conversion-list-update): Fix setting up of conversion
10273         list message.
10275 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
10277         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10279 2000-07-16  Dave Love  <fx@gnu.org>
10281         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10282         function to be more specific.
10284         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10285         non-string help-echo.
10286         (widget-types-convert-widget): Defsubst it.
10287         (widget-echo-help): Try to cope with a help-echo function of two
10288         possible sorts.
10290 2000-07-15  Jason Rumney  <jasonr@gnu.org>
10292         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10293         Declare as obsolete.
10295         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10297 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
10299         * hilit-chg.el: Fix typo.
10301 2000-07-14  Dave Love  <fx@gnu.org>
10303         * info.el (Info-mode-menu): Fix use of :help, :enable.
10305 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
10307         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10309 2000-07-13  Dave Love  <fx@gnu.org>
10311         * emacs-lisp/easymenu.el: Doc fixes.
10312         (easy-menu-remove): Defalias to ignore.
10314         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10315         Call throw correctly.
10317 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
10319         * faces.el (frame-background-mode): Doc fix.
10321         * simple.el (eval-expression-print-length): Change custom type to
10322         allow entering nil as value.
10324 2000-07-13  Dave Love  <fx@gnu.org>
10326         * progmodes/fortran.el (fortran-imenu-generic-expression):
10327         Change definition layout.
10328         (fortran-mode-menu): Reinstate customize entries.
10330         * cus-edit.el (custom-group-menu-create, customize-menu-create):
10331         Use :filter, per old XEmacs code.
10333 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
10335         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10336         event when deciding what to send to the terminal.
10338 2000-07-12  Dave Love  <fx@gnu.org>
10340         * cus-start.el: Add optional version as 4th element of specs and
10341         use it for several things new in v21.  Remove load-path.  Fix type
10342         of line-number-display-limit.
10344 2000-07-11  Dave Love  <fx@gnu.org>
10346         * progmodes/fortran.el: Don't require easymenu.
10347         Use repeat counts in various regexps.
10348         (fortran-mode-syntax-table): Defvar directly.
10349         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10350         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10351         Use defvar, not defconst.
10352         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
10353         (fortran-mode): Set fortran-comment-line-start-skip,
10354         fortran-comment-line-start-skip, dabbrev-case-fold-search.
10355         (fortran-comment-indent): Use defsubst.
10356         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10357         Use fortran-comment-indent, not fortran-comment-indent-function.
10358         (fortran-comment-region, fortran-electric-line-number): Simplify.
10359         (fortran-auto-fill): New function.
10360         (fortran-do-auto-fill): Deleted.
10361         (fortran-find-comment-start-skip):
10362         Check for non-null comment-start-skip.
10363         (fortran-auto-fill-mode, fortran-fill-statement):
10364         Use fortran-auto-fill.
10365         (fortran-fill): Use fortran-auto-fill.  Check for null
10366         comment-start-skip.  Simplify final clause and use end-of-line finally.
10368         * widget.el (widget-plist-member): New alias.
10370 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
10372         * eshell/esh-module.el (toplevel): Reference
10373         byte-compile-current-file only if it is bound.
10375 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
10377         * dired.el: Don't require `dired-aux'.
10379 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
10381         * dired-aux.el (dired-show-file-type): New function.
10382         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10383         (dired-show-file-type): Add autoload.
10385 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
10387         * international/mule-diag.el (describe-font): Adjusted for the
10388         change of fontset-info.
10389         (print-fontset): Likewise.
10391 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
10393         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10395 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
10397         * bindings.el: Bind `[delete]' to delete-char.
10399         * dired.el (dired-find-alternate-file): New function.
10400         (dired-mode-map): Bind `a' to dired-find-alternate-file.
10401         (toplevel): Require dired-aux when compiling.
10402         (dired-buffers): Move defvar within file to avoid compiler warning.
10404         * info.el (Info-last-search): Variable removed.
10405         (Info-search-history): New variable.
10406         (Info-search): New Info-search-history.
10408         * battery.el, info-look.el: Change author's mail address.
10410 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
10412         * mail/rmail.el (rmail-clear-headers): Don't throw an error
10413         if rmail-ignored-headers is nil.
10414         (rmail-retry-failure): Bind rmail-ignored-headers and
10415         rmail-displayed-headers to nil.
10417 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
10419         * lpr.el (lpr-page-header-switches): Add `-h' switch.
10420         (print-region-1): Don't hard code `-h' here.
10422         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10424 2000-07-01  Francesco Potorti`  <pot@gnu.org>
10426         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10427         exim can use "your message" instead of "the message".
10429 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
10431         * facemenu.el: Docstrings fixes.
10432         (facemenu-get-face): Don't use internal-find-face.
10433         (facemenu-iterate): Rename arg to match the docstring.
10435         * newcomment.el (uncomment-region): Be more careful when skipping
10436         backwards over `=' not to bump into BOBP.
10438 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
10440         * ediff-diff.el (ediff-wordify): Use syntax table.
10441         * ediff-init.el (ediff-has-face-support-p): Use
10442         ediff-color-display-p.
10443         (ediff-color-display-p): Use display-color-p, changed to defun
10444         from defsubst.
10445         Got rid of special cases for NeXT and OS/2.
10446         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10447         face.
10449 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
10451         * emacs-lisp/lucid.el: Require CL.
10452         (copy-tree, remprop): Remove, it's provided by CL.
10453         (map-keymap): Define in terms of cl-map-keymap.
10454         (extent-property, set-extent-end-glyph): New functions.
10456         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10458 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10460         * Makefile.in (DONTCOMPILE): Add comment that the name may
10461         not be changed without changing the make-dist script.
10463         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10464         (cl-mapc): Use mapc instead of cl-old-mapc.
10466 2000-07-05  Andrew Innes  <andrewi@gnu.org>
10468         * makefile.nt: Add support for `bootstrap' and related targets.
10470 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
10472         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10473         (easy-menu-do-define): Use `menu-item' format.
10474         Handle case where easy-menu-create-menu returns a symbol.
10475         Manually call the potential top-level filter in the function binding.
10476         (easy-menu-filter-return): New arg NAME.
10477         Convert to a keymap if MENU is an XEmacs menu.
10478         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
10479         (easy-menu-converted-items-table, easy-menu-convert-item):
10480         New var and fun to memoize easy-menu-convert-item-1.
10481         (easy-menu-do-add-item): Use it.
10482         (easy-menu-create-menu): Use easy-menu-convert-item.
10483         Wrap easy-menu-filter-return around any :filter specification.
10484         Don't convert the menu if a filter was specified.
10485         Tell easy-menu-make-symbol not to check for MENU being an expression.
10486         (easy-menu-make-symbol): New arg NOEXP.
10488 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10490         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10491         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10492         (eval-defun): If called with prefix arg, instrument code for
10493         Edebug.
10495         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10496         similar to that of eval-defun.
10498 2000-07-04  Dave Love  <fx@gnu.org>
10500         * hl-line.el (hl-line-overlay): Make it permanent-local.
10502         * calendar/todo-mode.el: Replaced with a working version, based on
10503         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10505 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
10507         * paths.el (prune-directory-list): New function.
10508         (Info-default-directory-list): Rewritten to more methodically
10509         enumerate a big list of possible info directories (based on the
10510         list used by the standalone info reader).
10512         * info.el (info-initialize): Use prune-directory-list to remove
10513         non-existent directories from Info-directory-list.
10515         * paths.el (Info-default-directory-list): Try a list of possible
10516         info-directories instead of a single one.  Add the possible
10517         info directory "/usr/share/info".
10519         * woman.el (woman-man.conf-path): Explicitly include the debian
10520         man-db config file "/etc/manpath.config".
10521         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10522         are present in `manpath.config'.
10523         (woman-manpath): Include "/usr/share/man".
10525 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
10527         * frame.el (blink-cursor-mode): Don't hide cursor initially.
10529         * startup.el (command-line): Initialize blink-cursor based
10530         on window-system.
10532         * frame.el (blink-cursor): Default to nil if not running under
10533         a window-system.
10535         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10536         (face-x-resources): Remove duplicate entry for :font.
10538         * textmodes/refer.el (refer-find-entry-internal): Use some-window
10539         instead of cycling through windows with next-window.
10541         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10542         of cycling through windows with next-window.
10544         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10545         of cycling through windows with next-window.
10547         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10548         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10549         instead of cycling through windows with next-window.
10551         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10552         instead of cycling through windows with next-window.
10554         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10555         of cycling through windows with next-window.
10557         * terminal.el (te-process-output): Use walk-windows instead of
10558         cycling through windows with next-window.
10560         * server.el (server-switch-buffer): Use some-window instead of
10561         cycling through windows with next-window.
10563         * window.el (some-window): New function.
10564         (walk-windows): Remove reference to walk-windows-start.
10566         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10568 2000-07-03  Richard Stallman  <rms@gnu.org>
10570         * window.el (walk-windows): Guarantee termination by keeping a list
10571         of all the windows already handled.
10573 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
10575         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10576         window-system.
10578         * man.el (Man-notify-when-ready): Don't use window-system.  If
10579         Man-notify-method is newframe, and the display is not
10580         multi-frame, select the frame created for the man page.
10581         (Man-init-defvars): Doc fix.
10583 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
10585         * faces.el (region): Change background color for light background.
10587         * ediff-wind.el (ediff-setup-control-frame): Remove :box
10588         attribute from mode-line face of Ediff control frame.
10590         * replace.el (query-replace-map): Bind `e' like `E'.
10592 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
10594         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10595         Change name to "Select All".
10597         * dos-fns.el (convert-standard-filename): Fix last change.
10599 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
10601         * help.el (describe-variable): Don't insert a second `'s' in front
10602         of the string `value is shown below'.  Since the syntax-table is
10603         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10604         an existing `'s', so that this won't be deleted.
10606         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10607         * pcmpl-unix.el: New files.
10609 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
10611         * wid-edit.el (widget-member): Use the new plist-member.
10613 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
10615         * replace.el (perform-replace): Undo change of 2000-04-04.
10616         Instead, move backward 1 character at the end of the loop when
10617         necessary.
10619         * faces.el (fringe): Change face for different backgrounds.
10621         * eshell/esh-module.el (toplevel): Load defgroup's differently;
10622         patch from John.
10624         * eshell/*.el: Change spelling of the Free Software Foundation.
10626         * eshell/esh-toggle.el: Removed.
10628         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10630         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10631         interactively.
10633 2000-06-26  Alex Schroeder  <alex@gnu.org>
10635         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10636         `define-key'; instead of checking `(emacs-version)' check for
10637         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
10638         for `;' and `o' which might be electric.
10640         (sql-electric-stuff): New user option.
10641         (sql-magic-go): New function which uses `sql-electric-stuff'.
10642         (sql-magic-semicolon): New function which uses
10643         `sql-electric-stuff'.
10645         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10646         is not fboundp.
10648         (sql-oracle-options): New variable.
10649         (sql-oracle): Use it.
10651         (sql-imenu-generic-expression): Doc change.
10652         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10653         is used.
10655         (sql-informix): Added command line parameter "-" to force
10656         sql-informix-program to use stdout.
10658 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
10660         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10661         (cp864-decode-table): Doc fix.
10662         (cp720-decode-table): New variable, supports the Arabic OEM
10663         codepage used by Windows.
10664         (cp737-decode-table): New, Greek OEM codepage used by Windows.
10666 2000-06-23  Dave Love  <fx@gnu.org>
10668         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10669         (font-lock-fontify-anchored-keywords): Use
10670         line-beginning-position.
10671         (global-font-lock-mode): Use mapc.
10673 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
10675         * eshell/esh-module.el: Require CL when compiling.
10677 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
10679         * comint.el (comint-substitute-in-file-name): Call replace-match
10680         with second and third arg t.
10682         * cus-edit.el (custom-button-face, custom-button-pressed-face):
10683         Specify foreground color.
10685         * faces.el (tool-bar, mode-line, header-line): Specify foreground
10686         color.
10688         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10690         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10691         cddr instead of cdddr.
10693         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10694         instead of copy-list.
10696         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10697         of copy-list.
10699         * subdirs.el: Add eshell subdirectory.
10701         * eshell: New subdirectory containing the Eshell package.
10703         * pcomplete.el: New file.
10705 2000-06-23  Paul Eggert  <eggert@twinsun.com>
10707         * mail/mailpost.el (post-mail-send-it): Make sure file has
10708         proper permissions from birth.
10710         * files.el (basic-save-buffer-2): When temporarily setting
10711         file modes, set them to current modes plus 0200, not to 0777.
10713         * emerge.el (emerge-make-temp-file): Make sure file has proper
10714         permissions from birth.
10716 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
10718         * files.el (make-backup-file-name-1): On DOS/Windows, run the
10719         backup file name through convert-standard-filename.
10721         * dos-fns.el (convert-standard-filename): Convert leading
10722         directories as well.  When long file names are supported, convert
10723         characters that are invalid in Windows file names.
10725 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10727         * ps-print.el: Fix bug: if ^L is the very first buffer character,
10728         ps-print crashes.  New feature: page selection for printing.  Create
10729         raw-text-unix coding system for XEmacs.  Doc fix.
10730         (ps-print-version): New version number (5.2.3).
10731         (ps-plot-region): Bug fix.
10732         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10733         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10734         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10735         funs.
10736         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10737         (ps-last-page): New vars.
10739 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
10741         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10742         empty option string.
10744 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
10746         * man.el (man): Doc fix.
10748 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
10750         * international/mule-cmds.el (set-language-info-alist): Docstring
10751         fixed.
10753 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
10755         * version.el (emacs-version): Use ISO date format.
10757         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10758         instead of `M-backspace'.
10760         * simple.el (turn-off-auto-fill): New function.
10762 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
10764         * jit-lock.el (with-buffer-prepared-for-jit-lock):
10765         Renamed from with-buffer-prepared-for-font-lock and use
10766         inhibit-modification-hooks rather than setting *-change-functions.
10767         Update all functions to use the new name.
10768         (jit-lock-first-unfontify-pos): New semantics (and doc).
10769         (jit-lock-mode): Make non-interactive.
10770         Don't automatically turn on font-lock.
10771         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10772         Always use jit-lock-after-change.
10773         Remove and restore font-lock-after-change-function.
10774         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10775         (jit-lock-after-unfontify-buffer): Remove.
10776         (jit-lock-stealth-fontify):
10777         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10778         (jit-lock-after-change): Set the `fontified' text-prop to nil.
10780 2000-06-20  Sam Steingold  <sds@gnu.org>
10782         * emacs-lisp/cl-indent.el (toplevel): Indent
10783         `print-unreadable-object' properly.  Untabify.
10785 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10787         * textmodes/reftex.el (reftex-find-citation-regexp-format):
10788         Support for bibentry.
10789         (reftex-compile-variables): Fixed problem with end of section-re.
10791         * texmodes/reftex-dcr.el (reftex-view-crossref,
10792         reftex-view-crossref-from-bibtex):
10793         Deal with changed `reftex-find-citation-regexp-format'.
10794         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10795         Replaced `remprop' with `put'.
10796         (reftex-view-crossref, reftex-view-crossref-when-idle):
10797         Support for bibentry.
10799         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10800         New entry for bibentry package.
10802         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10803         Regexp also matches "\nobibliography".
10805         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10806         Call `reftex-ensure-write-access' before doing anything.
10807         (reftex-ensure-write-access): New function.
10809 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10811         * progmodes/idlwave.el: File re-installed (update to version 4.2)
10813         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10815         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10817         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10820 2000-06-20  Dave Love  <fx@gnu.org>
10822         * faces.el (frame-background-mode): Use set-default, not set, in
10823         setter.
10824         (frame-update-faces, frame-update-face-colors): Define with
10825         defalias.
10827         * enriched.el (enriched-decode-foreground)
10828         (enriched-decode-background): Don't use internal-find-face.
10830         * apropos.el: Doc fixes.
10832         * cus-edit.el (customize-changed-options): Check arg.
10833         (customize-version-lessp): Don't require decimal point.
10835         * custom.el (defcustom, defgroup): Doc fix.
10837         * newcomment.el (comment) <defgroup>: Add :version.
10838         (comment-multi-line): Doc fix.
10840         * emulation/mlsupport.el (define-hooked-local-abbrev,
10841         define-hooked-global-abbrev): Fix, using define-abbrev.
10843 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
10845         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10846         the whole buffer.
10848 2000-06-19  Dave Love  <fx@gnu.org>
10850         * menu-bar.el (menu-bar-options-save): New function.
10851         (menu-bar-options-menu): Use it.
10852         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10853         Simplify.
10855 2000-06-19  Andreas Schwab  <schwab@suse.de>
10857         * progmodes/etags.el (tags-query-replace): Put new parameters
10858         START and END at the end, for backward compatibility.
10860 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
10862         * international/codepage.el:
10863         (cp-coding-system-for-codepage-1): Delete special codes for
10864         generating xxx-dos coding system because now a CCL based coding
10865         system can handle EOL conversion by default.
10867         * international/mule.el (make-coding-system): Generate subsidiary
10868         coding systems for EOL handling variants even for a CCL based
10869         coding system.
10871 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
10873         * international/isearch-x.el (isearch-minibuffer-input-method)
10874         (isearch-minibuffer-input-method-function): These variables
10875         deleted.
10876         (isearch-with-input-method): Don't use the above variables.
10877         (isearch-process-search-multibyte-characters): Likewise.  Call
10878         read-string with the arg INHERIT-INPUT-METHOD t.
10880 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
10882         * font-lock.el (font-lock-after-fontify-buffer)
10883         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10885         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10886         Use consistent make-local-variable style for font-lock-fontified.
10887         (jit-lock-fontify-buffer):
10888         Don't bother checking for font-lock-mode and jit-lock-mode.
10890         * time.el: Remove trailing ^M that prevent CVS-merging.
10892 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
10894         * Makefile.in (distclean): New target.
10896 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
10898         * Makefile.in (srcdir): Define for update-subdirs.
10900 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
10902         * find-lisp.el: New file.
10904 2000-06-16  Andrew Innes  <andrewi@gnu.org>
10906         * time.el (display-time-mail-function): New variable, to allow
10907         external packages to indicate when new mail is available.
10908         (display-time-update): Use it.
10910 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
10912         * international/mule.el (mule-version): Change version name to
10913         SAKAKI.  AOI has already been used by Meadow.
10915         * international/quail.el (quail-show-guidance-buf): To find the
10916         bottom window (but minibuffer), pay attention to the height of
10917         minibuffer.
10919 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10921         * arc-mode.el (archive-mode-map): Use the new menu-item format for
10922         menu-bar menus.  Add help strings.  Don't remove the Edit menu
10923         from the menu bar, as the menu bar has enough space now.
10925         * Makefile.in (SHELL): Make sure /bin/sh is used.
10927         * woman.el (woman-man-buffer): Fix bold and underlined CJK
10928         characters, which use series of two ^H characters instead of one.
10930 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
10932         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10933         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10934         functions.
10935         (Info-find-node-2): Try a case-sensitive search first, then
10936         do a case-insensitive search.
10938         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10939         tutorials.
10941         * complete.el (PC-env-vars-alist): New variable.
10942         (PC-complete-as-file-name): New function.
10943         (partial-completion-mode): Initialize PC-env-vars-alist from
10944         process-environment.
10945         (PC-do-completion): Handle completion of env vars.
10947         * info.el (Info-set-mode-line): Show file name in mode line,
10948         use `*Info*' instead of `Info:'.
10950         * startup.el (command-line-1): Change copyright messages to year
10951         2000.
10953 2000-06-15  Dave Love  <fx@gnu.org>
10955         * net/goto-addr.el (goto-address-fontify): Use keymap property,
10956         not local-map.
10958 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
10960         * international/mule.el (set-buffer-file-coding-system): Almost
10961         rewritten to handle `undecided' as no-op.
10963 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
10965         * Makefile.in: New file.
10967         * Makefile: Removed.
10969         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10970         (goto-address-highlight-keymap): Bind C-c RET.
10972 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
10974         * mail/sendmail.el (sendmail-send-it): The temporary buffer
10975         inherits buffer-file-coding-system of the current buffer.
10977         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10978         0.  Give correct argument to set-auto-coding-function.
10979         (tar-expunge): For goto-char, use (point-min), not 0.
10980         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10981         (tar-subfile-save-buffer): Likewize.
10983         * international/mule.el
10984         (after-insert-file-set-buffer-file-coding-system): Call
10985         set-buffer-file-coding-system with the arg FORCE t.
10987 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
10989         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10990         nil.  Contemporary sendmails issue an X-Authentication-Warning if
10991         the sender is set with `-f'.
10993 2000-06-13  Dave Love  <fx@gnu.org>
10995         * help.el (describe-function-1): Kluge around cases of functions
10996         fset to subrs whose doc doesn't match their symbol-name.
10998         * image.el (insert-image): Default STRING to a space.
11000         * info.el Doc fixes.
11001         (Info-build-node-completions): Match Ref tags.
11003 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
11005         * frame.el (display-multi-frame-p, display-multi-font-p): New
11006         defaliases for display-graphic-p.
11008         * hl-line.el: Fixed a typo in commentary.
11010 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
11012         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11013         fixed.
11015 2000-06-12  Dave Love  <fx@gnu.org>
11017         * image.el (insert-image): Save a little consing.
11019 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
11021         * language/tibet-util.el: Convert all tibetan-1-column characters
11022         to the corresponding tibetan characters.
11023         (tibetan-add-components): Delete code for the special treatment of
11024         'a chung.
11026         * language/tibetan.el (tibetan-composable-pattern): Fix previous
11027         change.
11028         (tibetan-vowel-transcription-alist): More rules added.
11029         (tibetan-composite-vowel-alist): New variable.
11030         (tibetan-precomposition-rule-alist): More rules added.
11032 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
11034         * startup.el (command-line): Only call menu-bar-mode if interactive.
11036         * thingatpt.el (toplevel symbol-properties):
11037         * textmodes/makeinfo.el (makeinfo-compile):
11038         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11039         * progmodes/hideif.el (hif-compress-define-list)
11040         (hide-ifdef-use-define-alist):
11041         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11042         (ange-ftp-vms-add-file-entry):
11043         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11044         * man.el (Man-build-man-command):
11045         * mail/rnewspost.el (news-reply-header-hook):
11046         * info.el (Info-insert-dir):
11047         * emulation/mlconvert.el (backward-word, forward-word, setq):
11048         * emacs-lisp/gulp.el (gulp-send-requests):
11049         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11050         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11051         (byte-optimize-apply, end of file):
11052         * emacs-lisp/advice.el (ad-advice-class-completion-table)
11053         (ad-make-freeze-definition):
11054         * startup.el (command-line, command-line-1): Don't quote lambdas.
11056         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11057         (cvs-cleanup-removed): New function.
11058         (cvs-cleanup-functions): New var.
11059         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11060         some flexibility in specifying additional entries to auto-cleanup.
11061         (cvs-quickdir): New function.
11062         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11063         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11064         (cvs-mode-find-file): Check that we are on a filename or dirname
11065         when invoked through a mouse-click.
11066         (cvs-full-path): Remove.
11067         (cvs-dired-action): Re-introduced.
11068         (cvs-dired-noselect): Use it.
11069         (vc-post-command-functions): use this new hook if available.
11071         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11072         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11073         (cvs-filename-map, cvs-dirname-map): Remove.
11074         (cvs-default-action): Remove.
11075         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11076         if the arg is really a keymap.
11077         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11078         Don't hardcode the mapping from state (aka type) to face, but check
11079         the var cvs-fi-<type>-face instead.
11080         (cvs-fileinfo-from-entries): New function.
11082         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11083         Docstring fix.
11084         (cvs-find-file-and-jump): Change default to be safer.
11085         (cvs-mode-diff-map): Define it as a function as well.
11086         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11087         Bind mouse-2 in this global map rather than with text-properties.
11089         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11090         file to resolve the ambiguity between C(conflict) and C(need-merge).
11092 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
11094         * international/mule.el (set-buffer-file-coding-system): If
11095         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11096         unconditionally.
11098 2000-06-12  Dave Love  <fx@gnu.org>
11100         * wid-edit.el (widget-specify-button): Really suppress the face if
11101         required.
11103 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
11105         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11107 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
11109         * imenu.el (imenu-generic-expression): Docstring fix.
11111         * composite.el (composition-function-table): Move the `put'
11112         below the autoload cookie so we can load the file before loaddefs.
11114         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11116         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11117         Handle easy-mmode-define-global-mode.
11118         For complex macros like define-minor-mode that can generate
11119         several autoload entries, try to autoload entries in the
11120         macroexpanded code.
11122         * emacs-lisp/easy-mmode.el (define-minor-mode):
11123         If KEYMAP is a symbol, just use it.
11124         Use byte-compile-current-file and load-file-name to infer the
11125         proper :require to pass to defcustom.
11126         Wrap the hook var into `progn' so as not to autoload it.
11127         Add a :autoload-end cookie.
11128         Be more careful about the evaluation of KEYMAP.
11129         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11130         (define-derived-mode): Move define-abbrev-table outside of defvar.
11132 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
11134         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11135         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11136         (backup-compiled-files): Ignore errors during `tar'.
11137         (bootstrap): Make autoloads before elc files.
11139 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
11141         * international/mule.el (set-buffer-file-coding-system): If one of
11142         undecided-XXX is specified, change only EOL conversion.
11144         * international/mule-conf.el (unix): New alias for the coding
11145         system undecided-unix.
11147 2000-06-09  Dave Love  <fx@gnu.org>
11149         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11151         * progmodes/executable.el: Byte compile dynamic.
11152         (executable-insert): Change custom type.
11153         (executable-find): Add autoload cookie.
11154         (executable-make-buffer-file-executable-if-script-p): New
11155         function.  After Noah Friedman.
11157         * files.el (after-save-hook): Customize, with
11158         executable-make-buffer-file-executable-if-script-p as an option.
11160 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
11162         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11163         "tib24p-mule.bdf" for Tibetan.
11165         * composite.el (decompose-composite-char): Declare it as obsolete.
11167         * man.el (Man-fontify-manpage): Pay attention to underline and
11168         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11170 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
11172         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11173         Set maintainer to FSF since author isn't reachable.
11175 2000-06-08  Dave Love  <fx@gnu.org>
11177         * international/mule-cmds.el (select-safe-coding-system): If
11178         DEFAULT-CODING-SYSTEM is not specified, also check the most
11179         preferred coding-system if buffer-file-coding-system is
11180         `undecided'.  From Handa.
11182 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
11184         * international/mule.el
11185         (after-insert-file-set-buffer-file-coding-system): If the buffer
11186         size is greater than INSERTED, judget that we are not visiting.
11188 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
11190         * whitespace.el (defgroup whitespace): Comment out `:version'.
11191         XEmacs 20.4 has problems defining the group with this present.
11192         We'll have this commented out till get resolve the problem.
11194 2000-06-07  John Wiegley  <johnw@gnu.org>
11196         * align.el (align-dq-string-modes, align-sq-string-modes)
11197         (align-open-comment-modes): Add pyhton-mode.
11198         (align-rules-list): Use get-text-property instead of
11199         text-properties-at.
11200         (align-rules-list): Add python-assignment.
11201         (align-rules-list): Change perl-comma-delimiter to
11202         basic-comma-delimiter.  Use if for Perl modes and python-mode.
11203         (align-rules-list): Add python-chain-logic and
11204         basic-line-continuation.
11206 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
11208         * apropos.el (apropos-mode-hook): New user variable.
11209         (apropos-mode): Run apropos-mode-hook.
11211 2000-06-07  David Ponce  <david@dponce.com>
11213         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11214         commands.  Require `wid-edit' at run-time.
11216 2000-06-07  David Ponce  <david@dponce.com>
11218         * recentf.el: Added some "Commentary".
11219         (recentf-open-more-files, recentf-edit-list): Minor changes to
11220         move the point at the top of the file list.  This behaviour is
11221         consistent with the menu one when the list contains a lot of
11222         files.
11223         (recentf-cleanup): Now displays the number of items removed from
11224         the list.
11225         (recentf-relative-filter) New menu filter to show filenames
11226         relative to `default-directory'.
11228 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11230         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
11231         with/without giving an error if PostScript printer doesn't have this
11232         kind of page size.  Zebra Stripe continues or restarts on next page.
11233         Manual/automatic paper feeding.  Switch or not the header.
11234         (ps-print-version): New version number (5.2.2).
11235         (ps-windows-system): Include emx as a Windows system.
11236         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11237         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11238         (ps-background-text): Code fix.
11239         (ps-error-handler-message, ps-user-defined-prologue)
11240         (ps-print-prologue-header, ps-printer-name)
11241         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11242         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11243         (ps-use-face-background): Customization fix.
11244         (ps-n-up-database): Data fix.
11245         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11246         (ps-switch-header): New vars.
11247         (ps-xemacs-color-name, ps-face-foreground-name)
11248         (ps-face-background-name, ps-boolean-constant): New funs.
11250 2000-06-07  Dave Love  <fx@gnu.org>
11252         * allout.el: New version from Manheimer.
11254 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
11256         * textmodes/fill.el (fill-find-break-point): Check the validity of
11257         charset.
11259 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11261         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11262         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11263         Call display-color-p and display-mouse-p instead of looking at
11264         window-system.
11266 2000-06-06  Dave Love  <fx@gnu.org>
11268         * image.el (find-image): Doc fix.  Return nil if image not found.
11269         (put-image, insert-image): Make STRING arg optional.
11271 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
11273         * language/vietnamese.el: Remove eval-when-compile.
11274         (viet-viscii-nonascii-translation-table): Define it as a
11275         translation table made from viet-viscii-decode-table.
11276         (viet-viscii-encode-table): Define it as a translation table made
11277         from the reverse map of above.
11278         (viet-vscii-nonascii-translation-table): Define it as a
11279         translation table made from viet-vscii-decode-table.
11280         (viet-vscii-encode-table): Define it as a translation table made
11281         from the reverse map of above.
11282         (ccl-decode-viscii): Use translate-character.
11283         (ccl-encode-viscii, ccl-encode-viscii-font)
11284         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11285         Likewize.
11287         * language/cyrillic.el: Remove eval-when-compile.
11288         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11289         translation table made from cyrillic-koi8-r-decode-table.
11290         (cyrillic-koi8-r-encode-table): Define it as a translation table
11291         made from the reverse map of above.
11292         (ccl-decode-koi8): Use translate-character.
11293         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11294         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11295         a translation table made from cyrillic-alternativnyj-decode-table.
11296         (cyrillic-alternativnyj-encode-table): Define it as a translation
11297         table made from the reverse map of above.
11298         (ccl-decode-alternativnyj): Use translate-character.
11299         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11300         Likewize
11302         * international/mule-diag.el (non-iso-charset-alist): Specify
11303         translation table symbol instead of translation table itself.
11304         (list-block-of-chars): CHARSET may be a translation table symbol.
11306         * international/mule.el (make-coding-system): If CODING-SYSTEM
11307         already exists, override it.
11309         * international/fontset.el: Use family `proportional' for Tibetan
11310         fonts.
11312         * international/ccl.el (ccl-compile-translate-character): Don't
11313         check if Rrr has property translation-table.
11314         (ccl-compile-map-multiple): Modified to avoid compiler warning.
11316 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
11318         * info.el: Bind case-fold-search to t when searching in case
11319         a user sets it to nil in a hook.
11321 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
11323         * autoarg.el (autoarg-mode, autoarg-kp-mode):
11324         * hl-line.el (hl-line-mode): Use the new :global key argument.
11326         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11327         (tar-clip-time-string): Prepend a space.
11328         (tar-grind-file-mode): Construct a string rather than modifying one.
11329         (tar-header-block-summarize): Fix docstring.
11330         Use `format' rather than an error-prone set of copy-loops.
11332         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11333         (diff-goto-source, diff-unified->context, diff-context->unified)
11334         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11335         understand the format output by the `-p' argument to diff.
11337         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11338         (sh-re-done): Use defconst.
11339         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11340         (sh-help-string-for-variable, sh-guess-basic-offset):
11341         Don't quote lambdas.
11342         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11343         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11345         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11346         (mh-letter-mode): Derive from text-mode.
11347         This implicitly means that it now calls kill-all-local-variables.
11348         Also remove the Emacs-18 compatibility code.
11350         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11351         Make use of symbol-property doc-string-elt.
11352         Use memq rather than a sequence of eq.
11353         (doc-string-elt): Fix the wrong or missing previously unused values.
11354         (autoload-print-form): New function extracted from
11355         generate-file-autoloads to allow recursion when handling progn
11356         so that defvar's and defun's docstrings are properly printed.
11357         (generate-file-autoloads): Use it.
11359         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11360         Use find-file-hooks in the minor-mode function.
11361         Be careful not to loop indefinitely in the post-command-hook function.
11363 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
11365         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11366         tty's.
11367         * ediff-diff.el (ediff-exec-process): Use --binary for fine
11368         differences whenever appropriate.
11369         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11370         * viper.el (find-file, find-file-other-window): Get viper to do
11371         wildcards.
11373 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
11375         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11376         (jit-lock-fontify-buffer): New function for JIT refontification.
11377         (jit-lock-mode): Fix docstring.
11378         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11379         Remove jit-lock-after-change from the _local_ hook.
11380         (jit-lock-function-1): Fix docstring.
11382         * info.el (Info-on-current-buffer): Initialize info.
11384         * newcomment.el (comment-indent): Ignore comment-indent-hook.
11386         * progmodes/tcl.el (tcl-indent-for-comment):
11387         Ignore comment-indent-hook.
11389         * emacs-lisp/easy-mmode.el: Require CL during compilation.
11390         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11391         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11392         and improve to use the lighter to guess the capitalization.
11393         (define-minor-mode): Inline code from easy-mmode-define-toggle.
11394         Add keyword arguments to specify global-ness or the custom group.
11395         Add local-map and help-echo properties to the lighter.
11396         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11397         (easy-mmode-define-global-mode): New macro.
11399 2000-06-02  Dave Love  <fx@gnu.org>
11401         * wid-edit.el: byte-compile-dynamic since we typically don't use
11402         all the widgets.  Don't require cl or widget.  Remove
11403         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
11404         (widget-read-event): Removed.  Callers changed to use read-event.
11405         (widget-button-release-event-p): Renamed from
11406         button-release-event-p.
11407         (widget-field-add-space, widget-field-use-before-change):
11408         Uncustomize.
11409         (widget-specify-field): Use keymap property, not local-map.
11410         (widget-specify-button): Obey :suppress-face.
11411         (widget-specify-insert): Use modern backquote syntax.
11412         (widget-image-directory): Renamed from widget-glyph-directory.
11413         (widget-image-enable): Renamed from widget-glyph-enable.
11414         (widget-image-find): Replaces widget-glyph-find.
11415         (widget-button-pressed-face): Move defvar.
11416         (widget-image-insert): Replaces widget-glyph-insert.
11417         (widget-convert): Use keywordp.
11418         (widget-leave-text, widget-children-value-delete): Use mapc.
11419         (widget-keymap): Remove XEmacs stuff.
11420         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11421         (widget-button-click): Don't set point at the click, but re-centre
11422         if we scroll out of window.  Rewritten for images v. glyphs &c.
11423         (widget-tabable-at): Use POS arg, not point.
11424         (widget-beginning-of-line, widget-end-of-line)
11425         (widget-item-value-create, widget-sublist, widget-princ-to-string)
11426         (widget-sexp-prompt-value, widget-echo-help): Simplify.
11427         (widget-default-create): Use widget-image-insert; some rewriting.
11428         (widget-visibility-value-create)
11429         (widget-push-button-value-create, widget-toggle-value-create): Use
11430         widget-image-insert.
11431         (checkbox): Create on and off images dynamically.
11432         (documentation-link): Change :help-echo.
11433         (widget-documentation-link-echo-help): Remove.
11435 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
11437         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11439         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11440         (easy-mmode-define-toggle, define-minor-mode): Use it.
11441         (easy-mmode-define-keymap): Docstring fix.
11442         (define-derived-mode): Default PARENT to fundamental-mode.
11443         Add the derived-mode-parent symbol-property.
11444         (easy-mmode-derived-mode-p): New function.
11446 2000-06-02  Dave Love  <fx@gnu.org>
11448         * files.el (convert-standard-filename): Doc fix.
11449         (normal-backup-enable-predicate): New function.
11450         (backup-enable-predicate): Use it to replace the lambda form.
11452         * calendar/todo-mode.el: [This needs more work on the outline
11453         stuff.]  Doc fixes.
11454         (todo) <defgroup>: Add :version.
11455         (todo-add-category): Don't use pushnew.
11456         (todo-cmd-raise): Fix typo.
11457         (todo-top-priorities): Change temp buffer name.
11458         (todo-category-alist): Avoid redundant lambda.
11459         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11460         Use outline-next-heading.
11462         * autoarg.el: Rewritten to use define-minor-mode.
11463         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11464         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11466 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
11468         * isearch.el (isearch-other-meta-char): Fix previous change.
11470 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11472         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11473         (log-edit-done): Only add the comment to the ring if it's different
11474         from the last comment entered.
11476         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11478 2000-06-01  Dave Love  <fx@gnu.org>
11480         * hl-line.el: Rewritten using define-minor-mode.
11482         * help.el (describe-function-1): Distinguish special form from
11483         builtin function.  Sanity-check presence of arglist for builtins.
11485 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
11487         * international/characters.el: Fix syntax/category setting of
11488         Tibetan characters.
11490         * language/tibet-util.el (tibetan-add-components): Fixes for new
11491         encoding of Tibetan characters.
11492         (tibetan-decompose-precomposition-alist): New variable.
11493         (tibetan-decompose-region): Convert precomposed characters to
11494         non-precomposed characters.
11495         (tibetan-decompose-string): Likewise.
11496         (tibetan-composition-function): Fix args to
11497         thibetan-compose-string.
11499         * language/tibetan.el (tibetan-composable-pattern): More
11500         characters included.
11501         (tibetan-consonant-transcription-alist): Rule for "R" added.
11502         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11503         "+R" added.
11504         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11506         * language/lao-util.el (lao-composition-function): Fix args to
11507         compose-string.
11509         * language/thai-util.el (thai-composition-function): Fix args to
11510         compose-string.
11512         * isearch.el (isearch-update): Set disable-point-adjustment to t
11513         to prevent the point moving to the end of a composition when a
11514         part of a composition is searched.
11515         (isearch-other-meta-char): If the key invoking this command can be
11516         mapped by function-key-map to a printing char, call
11517         isearch-process-search-char directly.
11519 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11521         * emacs-lisp/bytecomp.el:
11522         * frame.el:
11523         * international/mule-cmds.el:
11524         * international/mule-util.el:
11525         * international/mule.el:
11526         * mouse.el:
11527         * subr.el:
11528         * faces.el: Update calls to make-obsolete with a WHEN argument.
11530         * byte-run.el (make-obsolete, make-obsolete-variable):
11531         Add an optional WHEN argument and change the format of the
11532         symbol-property information.
11533         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11534         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11535         new obsolete-symbol-property format and print WHEN if it is provided.
11537 2000-05-31  Dave Love  <fx@gnu.org>
11539         * loadhist.el (loadhist-hook-functions): Remove
11540         before-change-function, after-change-function.
11541         (unload-feature): Deal with symbols which are both bound and
11542         fbound.
11544         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11545         before-change-function, after-change-function.
11547         * simple.el (newline): Don't bind before-change-function,
11548         after-change-function.
11550 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
11552         * whitespace.el (whitespace-rescan-timer-time): Update interval
11553         set to 600 seconds (10 minutes) instead of 60 seconds since
11554         a large number of whitespace buffers causes emacs to `freeze'
11555         for a considerable amount of time.
11557         * whitespace.el: Updated email address
11559 2000-05-31  Dave Love  <fx@gnu.org>
11561         * add-log.el (change-log-font-lock-keywords) <function>: Add
11562         pattern for function of change.
11563         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11564         acknowledgements patterns.
11566 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
11568         * isearch.el (isearch-printing-char): If keyboard coding system is
11569         being used, call isearch-process-search-multibyte-characters.
11571         * international/isearch-x.el: Mostly rewritten.
11573         * international/quail.el (quail-start-conversion): Don't include
11574         unhandled events in the returned events, but set them in
11575         unread-command-events.  Exit if all inputs are deleted.
11577 2000-05-30  Jason Rumney  <jasonr@gnu.org>
11579         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11581         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11582         Reenable code to create initial fontsets.
11583         Use set-fontset-font in place of put-charset-property.
11585 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
11587         * progmodes/perl-mode.el (perl-indent-line): When looking for a
11588         label, ensure that the first colon isn't followed by another.
11590         * paths.el (Info-default-directory-list): Doc fix.
11592         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11593         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11594         send a query containing USER only, not USER@HOST.
11596         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11597         and rmail-msgend to compute the restriction at the end, instead of
11598         computing it.
11600 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
11602         * dabbrev.el (dabbrev-expand): Don't display messages in the
11603         echo area if the minibuffer window is active.
11605         * jit-lock.el (jit-lock-mode): Add after change function to
11606         local hook.
11608 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
11610         * antlr-mode.el: New commands: hide/unhide actions,
11611         upcase/downcase literals.
11612         (antlr-tiny-action-length): New user option.
11613         (antlr-hide-actions): New command.  Suggested by
11614         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11615         (antlr-mode-map): New binding [C-c C-v].
11616         (antlr-mode-menu): New entries.
11617         (antlr-downcase-literals): New command.
11618         (antlr-upcase-literals): Ditto.
11620         * antlr-mode.el: Minor changes: indendation, mode-name.
11621         (antlr-indent-line): Indent cpp directive at column 0.
11622         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11624         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11625         (antlr-font-lock-additional-keywords): Workaround for intentional
11626         bug in XEmacs version of font-lock.
11627         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
11628         be used by a smarter version of `buffers-menu-grouping-function'.
11630 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
11632         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11633         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11635 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
11637         * international/encoded-kb.el
11638         (encoded-kbd-iso2022-designation-map): Pay attention to that
11639         charset-iso-final-char return -1 for eight-bit-control and
11640         eight-bit-graphic.
11642 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
11644         * speedbar.el (speedbar-use-images, speedbar-update-flag)
11645         (speedbar-easymenu-definition-base): Use display-graphic-p where
11646         available, instead of window-system.
11648 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
11650         * international/codepage.el (cp-coding-system-for-codepage-1): Add
11651         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11652         coding systems.
11654 2000-05-26  Dave Love  <fx@gnu.org>
11656         * disp-table.el (standard-display-underline): Don't use
11657         internal-find-face.
11659         * mail/reporter.el: Maintainer change.  Doc fixes.
11660         (reporter-version): Deleted.
11662         * emacs-lisp/elp.el: Maintainer change.
11663         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11665 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
11667         * add-log.el (add-change-log-entry): Merge the current entry with the
11668         previous one if the previous one is empty.
11670 2000-05-26  Dave Love  <fx@gnu.org>
11672         * loadhist.el (unload-feature): Fix interactive spec [from
11673         lijnzaad@ebi.ac.uk].
11675         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11676         subr-arity to check primitives.
11677         (byte-compile-flush-pending, byte-compile-file-form-progn)
11678         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11679         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11680         mapcar.
11682 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
11684         * international/fontset.el: Set family names of non-latin charsets
11685         in default fontset to "*".
11687         * international/mule-diag.el (print-fontset): Combine family part
11688         and registry part of the fontname by "-*-" instead of "-".
11690         * international/mule-cmds.el (encode-coding-char): Make strings
11691         multibyte before calling encode-coding-string.
11693 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
11695         * derived.el: Fix keywords.
11696         (define-derived-mode): Only define if needed.
11698         * simple.el (fill-comment, comment-column, comment-start)
11699         (comment-start-skip, comment-end, comment-indent-function)
11700         (block-comment-start, block-comment-end, indent-for-comment)
11701         (set-comment-column, kill-comment, comment-padding, comment-region)
11702         (comment-multi-line, indent-new-comment-line): Remove.
11704         * bindings.el (esc-map): Change ; to comment-dwim and use the new
11705         function names for comment operations.
11707         * newcomment.el: Add abundant autoload cookies.
11708         (comment-style): Don't depend on runtime data at compile-time.
11709         (comment-indent-hook): Remove.
11710         (comment-indent): Check if comment-indent-hook is bound.
11711         (comment-region): Docstring fix.
11713 2000-05-25  Dave Love  <fx@gnu.org>
11715         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11716         byte-code-function-p.
11718         * mail/rmailsum.el: Add provide.
11720         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11722         * smerge-mode.el (smerge-diff-switches): Don't use list* in
11723         defcustom.
11725 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
11727         * ediff-diff.el (ediff-exec-process): delete --binary option from
11728         non-buffer ediff jobs.
11730 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11732         * hilit-chg.el (highlight-changes-mode): Ask about color or
11733         grayscale support, not about window-system.
11735         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11736         window-system.
11737         (ffap-highlight): Always default to t.
11739         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11740         display-popup-menus-p instead of looking at window-system.
11742         * disp-table.el (standard-display-g1, standard-display-graphic):
11743         Only refuse to use string glyphs on X and MS-Windows.
11745         * avoid.el: Remove window-system from commentary, suggest to use
11746         display-*-p instead.
11748         * apropos.el (apropos-print): Use display-mouse-p instead of
11749         window-system.
11751 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11753         * international/codepage.el (cp-decoding-vector-for-codepage):
11754         Fill up unsupported characters with their own codes.  From Kenichi
11755         Handa.
11757 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11759         * international/mule-diag.el (describe-char-after): Use
11760         display-graphic-p instead of window-system, so that this function
11761         works on MS-DOS.
11763 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11765         * international/codepage.el (cp-make-coding-systems-for-codepage):
11766         Remove the eight-bit-graphic and eight-bit-control charsets from
11767         the list of charsets which we convert into `?'.
11769 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
11771         * international/mule-conf.el: Specify CHARSET-ID explicitely for
11772         private charsets.
11773         (mule-unicode-0100-24ff, japanese-jisx0213-1,
11774         japanese-jisx0213-2): New charsets.
11776         * international/fontset.el: Setup default fontset for new charsets.
11778 2000-05-24  Dave Love  <fx@gnu.org>
11780         * info.el (Info-find-node-2): Restructure [following "Vadim
11781         S. Solomin" <sovs@uic.nnov.ru>].
11783         * icomplete.el: Fix header for Finder.
11785 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
11787         * rmailout.el (rmail-output-to-rmail-file): Added optional param
11788         STAY.
11790         * rmail.el (rmail-automatic-folder-directives): New user variable.
11791         (rmail-show-message): Add call to `rmail-auto-file' during
11792         display.
11793         (rmail-auto-file): New function.
11795 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
11797         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11798         account.
11799         (ediff-test-utility,ediff-diff-mandatory-option)
11800         (ediff-reset-diff-options): Utilities for proper initialization of
11801         ediff-diff-options and ediff-diff3-options on Windows.
11803         * ediff-init.el (ediff-merge-filename-prefix): New customizable
11804         variable.
11806         * ediff-mult.el (ediff-filegroup-action): Use
11807         ediff-merge-filename-prefix.
11809 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
11811         * viper-ex.el (ex-write): Set selective display to nil.
11813 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
11815         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11816         aliases for hebrew-iso-8bit.
11818 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
11820         * woman.el: New version from Francis J. Wright
11821         <F.J.Wright@Maths.QMW.ac.uk>.
11822         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11823         names in environment variables regardless of the path separator.
11824         (woman-topic-all-completions-1): Don't call file-name-directory-p
11825         on all files, since woman-file-regexp already filters out any
11826         directories.
11828 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
11830         * international/quail.el (quail-start-translation): Don't change
11831         modified-p of the current buffer.
11832         (quail-start-conversion): Likewise.
11834         * international/kkc.el (kkc-region): Don't change modified-p of
11835         the current buffer.
11837         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11838         conform to RFC1468.
11839         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11841 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
11843         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11844         (speedbar-insert-button): Invisible text property fix.
11845         (speedbar-directory-plus): Renamed from speedbar-directory-+
11846         (speedbar-directory-minus): Renamed from speedbar-directory--
11847         (speedbar-page-plus): Renamed from speedbar-file-+
11848         (speedbar-page-minus): Renamed from speedbar-file--
11849         (speedbar-page): Renamed from speedbar-file-
11850         (speedbar-tag): Renamed from speedbar-tag-
11851         (speedbar-tag-plus): Renamed from speedbar-tag-+
11852         (speedbar-tag-minus): Renamed from speedbar-tag--
11853         (speedbar-expand-image-button-alist): Use above renames.
11855         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11856         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11857         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11858         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11859         * sb-pg.xpm: Renamed from sb-file.xpm
11860         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11861         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11863 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
11865         * international/quail.el (quail-show-guidance-buf): Set
11866         current-input-method of the guidance buffer to the name of the
11867         curren input method.
11869 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
11871         * progmodes/compile.el (compile-internal): Style typo.
11873         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11874         quote vars and functions in the docstring.
11876         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11878         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11879         Don't quote lambdas.
11881         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11883 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
11885         * startup.el (command-line): Determine source file of compiled
11886         user init file differently.  Warn if compiled user init file
11887         is older than its source file.
11889         * ffap.el (ffap-url-regexp): Add `https'.
11891 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
11893         * files.el (make-backup-file-name-1): Replace slashes with `!'
11894         rather than `|' (which is not allowed on Windows).  Replace the
11895         drive letters with a string "drive_X".
11897 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
11899         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11901         * files.el (interpreter-mode-alist): Add `bash2'.
11903 2000-05-22  Dave Love  <fx@gnu.org>
11905         * loadhist.el (feature-symbols, file-provides, file-requires): Use
11906         mapc.
11907         (feature-file): Avoid calling symbol-name.  Doc fix.
11908         (file-set-intersect, file-dependents): Use dolist, not mapcar.
11909         (loadhist-hook-functions): Add mouse-position-function.
11910         (unload-feature): Change uses of mapcar.
11912         * files.el (parse-colon-path): Doc fix.
11913         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11914         (set-auto-mode): Use mapc.
11916         * complete.el (PC-look-for-include-file): Use :alnum: character
11917         class.
11918         (partial-completion-mode): Add autoload cookie.
11920 2000-05-22  Sam Steingold  <sds@gnu.org>
11922         * info.el (Info-fontify-node): Fixed the call to
11923         `add-text-properties' (bug introduced on 2000-05-18).
11925 2000-05-22  Dave Love  <fx@gnu.org>
11927         * bindings.el: Remove debug-ignored-errors set in other files.
11929         * progmodes/etags.el: Add to debug-ignored-errors.
11930         (visit-tags-table-buffer): Clear out buffers holding old tables
11931         when making a new list.
11932         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11933         mapc.
11935         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
11936         quote keywords.
11937         (cmpl-string-case-type): Use character classes.
11939         * comint.el:
11940         * textmodes/ispell.el:
11941         * imenu.el:
11942         * mail/mh-e.el:
11943         * progmodes/compile.el: Add to debug-ignored-errors.
11945         * dabbrev.el: Add to debug-ignored-errors.
11946         (dabbrev-completion): Use mapc.
11948 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
11950         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11951         (woman-mapcan, woman-parse-man.conf)
11952         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11953         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11954         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
11955         path syntax better.
11956         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11957         (woman-manpath): Call woman-parse-man.conf.
11958         (woman-emulation): New defcustom, defaults to nroff.
11959         (woman-font-support): New defconst.
11960         (woman-use-symbol-font): New defcustom.
11961         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11962         "Emulation".
11963         Many functions: Doc fix.
11965 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
11967         * international/quail.el (quail-simple-translation-keymap): Map
11968         128..255 to quail-self-insert-command.
11969         (quail-keyboard-layout-alist): Add definition for "pc102-de".
11971 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
11973         * help.el (help-manyarg-func-alist): Typo.
11975         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11976         intervals which makes it heaps simpler.
11978         * newcomment.el (comment-region-internal): Go back to BEG after quoting
11979         the nested comment markers.
11981         * subr.el (remove-hook): Don't turn the hook's value into a list.
11983 2000-05-21  Dave Love  <fx@gnu.org>
11985         * edmacro.el (edmacro-parse-keys): Return vector if any elements
11986         are invalid characters.
11988         * international/mule-util.el (detect-coding-with-priority): Use
11989         mapc.  Remove redundant lambda.
11991         * international/mule-diag.el (list-non-iso-charset-chars)
11992         (describe-fontset): Remove redundant lambda.
11994         * emulation/crisp.el (brief-mode): New alias.
11996         * emacs-lisp/ring.el (ring-elements): New function.
11998         * emacs-lisp/easymenu.el (easy-menu-create-menu)
11999         (easy-menu-do-add-item): Use keywordp.
12001         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12003         * replace.el: Doc and error message fixes.
12004         (replace-highlight): Use facep, not internal-find-face.
12006 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
12008         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12010         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12011         (log-edit-insert-changelog): Drop `:' as well.
12013         * log-view.el: Fix file description.
12014         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12015         available.
12016         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12017         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12019         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12020         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12021         Print a status message if the toggle is called interactively.
12022         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12023         for global minor modes and use `defcustom' for them.
12024         Use add-minor-mode.
12025         (easy-mmode-define-derived-mode): Remove.
12026         (define-derived-mode): Fancier default docstring.
12027         (easy-mmode-define-navigation): Signal an error rather than (ding).
12029         * newcomment.el (comment-styles): New `box-multi'.
12030         (comment-normalize-vars): Better default for comment-continue to
12031         avoid whitespace-only continuations.
12032         (comment-search-forward): Always move even in the no-syntax case.
12033         (comment-padright): Only obey N if it's only obeyed for padleft.
12034         (comment-make-extra-lines): Better handling of empty continuations.
12035         Use `=' for the filler if comment-start has only one character.
12036         (uncomment-region): Try handling the special `=' filler.
12037         (comment-region): Allow LINES even if MULTI is nil.
12038         (comment-box): Choose box style based on comment-style.
12040 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
12042         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12043         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12045 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
12047         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12048         and insert, not subst-char-in-region.
12050         * international/mule-diag.el (list-character-sets-1): Handle
12051         charsets eight-bit-control and eight-bit-graphic.
12052         (list-iso-charset-chars): Likewise.
12053         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12054         charactes as is.  Use indent-to to align characters.
12056         * international/mule-cmds.el (find-multibyte-characters): Never
12057         exclude charsets eight-bit-control and eight-bit-graphic.
12059 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
12061         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12062         Don't quote lambdas.
12064         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12066 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
12068         * gud.el (gud-jdb-directories): Doc fix.
12070 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
12072         * newcomment.el: New file.
12074 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
12076         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12078 2000-05-18  Andreas Schwab  <schwab@suse.de>
12080         * dired.el (dired-between-files): Also skip lines beginning with
12081         `used'.
12083 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
12085         * msb.el (msb-menu-cond): Add choice `user'.
12087 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12089         * ps-print.el: Compatibility, customization and doc fix.
12090         (ps-printer-name-option): Replace defconst by defvar.
12091         (ps-postscript-code-directory): XEmacs compatibility.
12092         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12093         fix.
12094         (ps-user-defined-prologue, ps-print-prologue-header)
12095         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12096         compatibility and code fix.
12097         (ps-print-background-image, ps-print-background-text):
12098         Customization fix.
12099         (ps-line-number-start, ps-n-up-on): New vars.
12101 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
12103         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12104         the indent-comment function to just return the appropriate indent.
12106 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
12108         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12109         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12110         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12112 2000-05-18  Dave Love  <fx@gnu.org>
12114         * info.el (Info-fontify-node): Add intangible property as well as
12115         invisible.
12117         * calendar/appt.el (appt-make-list): Match all lines of entry.
12118         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12120 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
12122         * international/mule-diag.el (describe-char-after): Call
12123         internal-char-font, not char-font.  If internal-char-font returns
12124         nil, display "-- none --".
12126 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
12128         * image.el (image-type-available-p): Don't reference image-types
12129         if it isn't bound.
12131 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
12133         * autoarg.el (autoarg-mode): Typo in the :set argument.
12135 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
12137         * startup.el (command-line-1): Don't signal an error if the
12138         directory for auto-save-list files does not yet exist.
12140 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
12142         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12144 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
12146         * subr.el (remove-hook): `setq' hook-value, not `set'.
12148 2000-05-16  Sam Steingold  <sds@gnu.org>
12150         * info.el (debug-ignored-errors): More errors to ignore.
12152 2000-05-16  Dave Love  <fx@gnu.org>
12154         * cus-edit.el: Don't require cl or easymenu.
12155         (custom-variable-prompt): Test standard-value property, not
12156         user-variable-p.
12158 2000-05-16  Sam Steingold  <sds@gnu.org>
12160         * subr.el (add-hook): `setq' hook-value, not `set'.
12162 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
12164         * startup.el (command-line-1): Mention the FAQ in the startup
12165         message.
12167         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12169         * progmodes/compile.el (compilation-parse-errors): Collect
12170         `nomessage' regexps last.
12172         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12174         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12175         to the function name.
12177 2000-05-15  Dave Love  <fx@gnu.org>
12179         * speedbar.el (speedbar-recenter): Typo.
12180         (speedbar-expand-line): Make arg optional.
12181         (speedbar-mode): Avoid a compiler warning.
12183 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
12185         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12186         user-specified option string is empty.
12188         * mouse.el (mouse-yank-at-click): Doc fix.
12190 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
12192         * term/internal.el (IT-character-translations): More updates of
12193         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12194         documents.
12196 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
12198         * env.el (getenv): New function, interactively callable.
12199         (setenv, getenv): Remove autoload cookies.
12201         * loadup.el: Load `env'.
12203         * progmodes/f90.el: Change author's mail address.
12205 2000-05-14  Dave Love  <fx@gnu.org>
12207         * mail/rmail.el (rmail-show-message-hook): Customize and offer
12208         goto-addr as an option.
12210         * help.el (help-xref-stack): Doc fix.
12211         (help-xref-following): New variable.
12212         (help-make-xrefs): Use it.
12213         (help-xref-go-back): Use position information from stack element.
12214         (help-follow): Make position in stack element a pair.  Use
12215         help-xref-following.
12217         * autoarg.el: New file.
12219         * faces.el: Declare more functions obsolete.
12221         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12222         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12223         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12224         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12225         Remove all the setup-...-environment functions.
12227 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
12229         * speedbar.el: Updated the commentary section.  xemacs20p now uses
12230         >= when detecting.  Require `defimage' safely.
12231         (speedbar-easymenu-definition-base): Add toggle for images.
12232         (speedbar-easymenu-definition-special): Add flush cache & expand.
12233         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
12234         (speedbar-reconfigure-keymaps-hook): New variable.
12235         (speedbar-frame-parameters): Updated documentation.
12236         (speedbar-use-imenu-flag): Updated custom tag
12237         (speedbar-dynamic-tags-function-list): New variable.
12238         (speedbar-tag-hierarchy-method): Updated doc & custom.
12239         (speedbar-indentation-width, speedbar-indentation-width) New
12240         variables.
12241         (speedbar-hide-button-brackets-flag): Customizable.
12242         (speedbar-vc-indicator): Doc update.
12243         (speedbar-ignored-path-expressions): Updated default value.
12244         (speedbar-supported-extension-expressions): Updated default value.
12245         (speedbar-syntax-table): Remove {} paren status.
12246         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12247         as "+".  Added overlay aliases.
12248         (speedbar-mode): Use `speedbar-mode-line-update' instead of
12249         `force-mode-line-update'.
12250         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12251         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12252         `mouse-set-point'
12253         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12254         (speedbar-item-info-tag-helper): Revamped to handle a wider range
12255         of arbitrary text, and new helper functions.
12256         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12257         filename finder.
12258         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12259         (speedbar-directory-buttons): Update path search/expansion.
12260         (speedbar-make-tag-line): Pay attention to
12261         `speedbar-indentation-width'.  Use more care w/ invisible
12262         properties.
12263         (speedbar-change-expand-button-char): Call
12264         `speedbar-insert-image-button-maybe'.
12265         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12266         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12267         (speedbar-trim-words-tag-hierarchy)
12268         (speedbar-simple-group-tag-hierarchy): New functions
12269         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12270         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12271         functions.
12272         (speedbar-mouse-set-point): New function
12273         (speedbar-power-click): Updated documentation.
12274         (speedbar-line-token, speedbar-goto-this-file): Handle more types
12275         of tag prefix text.
12276         (speedbar-expand-line, speedbar-contract-line): Make more robust
12277         to strange text.
12278         (speedbar-expand-line): Takes universal argument to flush the
12279         cache.
12280         (speedbar-flush-expand-line): New function.
12281         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12282         Use new generator insertion method.
12283         (speedbar-fetch-dynamic-tags): New function.
12284         (speedbar-fetch-dynamic-imenu): Removed code now handled in
12285         `speedbar-fetch-dynamic-imenu'.
12286         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12287         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12288         "Revert Buffer" menu items.
12289         (speedbar-buffer-buttons-engine): Be smarter when creating a
12290         filename tag (for expansion purposes.).
12291         (speedbar-highlight-one-tag-line,
12292         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12293         (speedbar-recenter): New functions.
12294         (defimage-speedbar): Image loading abstraction.
12295         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12296         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12297         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12298         (speedbar-tag-type, speedbar-tag-mail): New images.
12299         (speedbar-expand-image-button-alist): New variable.
12300         (speedbar-insert-image-button-maybe): Insert an image over some
12301         buttons.
12303 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
12305         * international/mule-cmds.el (encode-coding-char): An ASCII
12306         character is always encodable.
12308         * international/mule-conf.el: Add more information in descriptions
12309         of character sets.
12311         * international/mule-diag.el (describe-char-after): New function.
12312         (describe-font-internal): Adjusted for the change of font-info.
12313         (describe-font): Likewise.
12314         (print-fontset): Rewritten for the new fontset implementation.
12315         (describe-fontset): Include fontset alias names in completion.
12316         (list-fontsets): Adjusted for the change of print-fontset.
12318         * simple.el (what-cursor-position): If DETAIL is non-nil, call
12319         describe-char-after instead of displaying the detail in the echo
12320         area.
12321         (syntax-code-table): Format changed.
12322         (string-to-syntax): Adjusted for the above change.
12324 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
12326         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12328 2000-05-12  Dave Love  <fx@gnu.org>
12330         * calendar/todo-mode.el: Remove some compatibility stuff and CL
12331         dependence.  Use line-{beginning,end}-position, not
12332         point-at{b,e}ol.  Some doc fixes.
12333         (todo-position): New function.  Fix callers of position to use it.
12334         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12336 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
12338         * time.el (display-time-mail-icon): Use `:ascent center'.
12340         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12341         handling FTP security extensions.
12343 2000-05-11  Dave Love  <fx@gnu.org>
12345         * calendar/todo-mode.el: New file.
12347 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
12349         * comint.el (comint-read-input-ring): Move reference to
12350         comint-input-ring-size outside of the save-excursion.  It was
12351         causing the default value to be the only one ever seen.
12353         * font-lock.el: Update copyright.  Remove Simon Marshall's email
12354         address on request from him.
12356         * subr.el (substitute-key-definition): Add comment describing
12357         the meaning of PREFIX.
12359 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
12361         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12363         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12364         (add-minor-mode): Don't make the variable buffer-local and add a
12365         reference to define-minor-mode in the docstring.
12367         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12368         HEADER/FOOTER and fix bug with trailing empty directory.
12369         (cvs-append-to-ignore): Use vc-editable-p if available.
12370         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12371         (vc-do-command): Tweak advice to handle the new VC.
12373         * log-view.el (log-view-goto-rev): New function for the new VC.
12374         (log-view-minor-wrap): Use mark-active.
12376         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12377         (log-edit-changelog-full-paragraphs): New var.
12378         (log-edit-insert-changelog): Remove a lonely leading `* file'.
12379         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12380         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12381         (log-edit-changelog-ours-p, log-edit-changelog-entries)
12382         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12383         Replace the `cvs' prefix with `log-edit'.
12385         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12387         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12388         (diff-font-lock-defaults): Explicitly turn off multiline.
12389         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12390         (diff-ediff-patch): Fix call to ediff-patch-file.
12391         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12392         Handle comments.
12394         * frame.el (automatic-hscrolling): Typo.
12396         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12398 2000-05-09  Sam Steingold  <sds@goems.com>
12400         * apropos.el (apropos-print): use `describe-face' instead of
12401         `customize-face-other-window'.
12403 2000-05-09  Dave Love  <fx@gnu.org>
12405         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12407         * help.el (describe-variable): Have customize button pop the
12408         help-xref stack when invoked.
12409         (help-xref-symbol-regexp): Add `face'.
12410         (help-make-xrefs): Check for quoted face names and adapt regexp
12411         submatch numbers to cope.
12412         (help-xref-interned): Maybe insert face doc too.  Separate
12413         sections with a line of hyphens.
12415         * faces.el:  Some doc fixes.  Declare some functions obsolete.
12416         (describe-face): Add customize button.  Return the help
12417         text.  Fix prompt.
12419 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
12421         * term/internal.el (IT-character-translations): Fix last change.
12423 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12425         * woman.el: New file
12426         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12428 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12430         * term/internal.el (IT-character-translations): Update ASCII
12431         simulations for greek-iso8859-7, add latin-iso8859-14 and
12432         latin-iso8859-15.
12434         * international/mule-cmds.el (set-language-info-alist): Call
12435         define-prefix-command with 3 arguments, to make the map suitable
12436         for a menu.
12438 2000-05-07  Dave Love  <fx@gnu.org>
12440         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12442 2000-05-05  Dave Love  <fx@gnu.org>
12444         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12445         list in doc string.  Don't quote keyword symbols.
12446         * emacs-lisp/cl.el: Likewise
12447         * emacs-lisp/cl-seq.el: Likewise
12449 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
12451         * abbrev.el (abbrev-mode): Make ARG optional.
12453 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
12455         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12457         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12459         * subr.el (substitute-key-definition): Clarify documentation.
12461 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
12463         * glasses.el (glasses-convert-to-unreadable): Use
12464         `glasses-separator' instead of the hard-wired "_".
12465         (glasses-mode): Call `glasses-make-unreadable' only in a single
12466         place.
12468 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
12470         * term/internal.el (cjk-codepages-alist): Add associations for
12471         Chinese and Korean codepages.  Remove FIXME comment.
12473 2000-05-03  Dave Love  <fx@gnu.org>
12475         * time.el (display-time-mail-face, display-time-use-mail-icon):
12476         New option.
12477         (display-time-mail-icon): New variable.
12478         (display-time-string-forms): Use the above.  Fix the local-map.
12480 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
12482         * replace.el (query-replace-map): Add binding for `E'.
12483         (query-replace-help): Extend help text.
12484         (perform-replace): Allow editing the replacement string.
12486         * make-mode.el (makefile-mode-abbrev-table): New variable.
12487         (makefile-mode): Set local abbrev table to
12488         makefile-mode-abbrev-table.
12489         (makefile-font-lock-keywords): Fontify includes and conditionals.
12491         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12492         set TOGGLE's value.
12494         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12495         mail-interactive-insert-alias.
12496         (mail-abbrev-complete-alias): New command.
12497         (mail-mode-map): Bind it to `M-TAB'.
12499 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
12501         * language/lao-util.el (lao-compose-region): New function.
12503 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
12505         * files.el (recover-session): Make directories as necessary
12506         if they don't exist yet.
12508         * calendar/cal-french.el
12509         (french-calendar-multibyte-special-days-array)
12510         (french-calendar-special-days-array): Change French text.
12511         (calendar-french-date-string): Change output.
12512         (calendar-goto-french-date): Likewise.
12514 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
12516         * wid-edit.el (widget-default-active): Obey `:always-active'.
12517         (widget-documentation-string-value-create): Set `:always-active'.
12519 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12521         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12522         default prefix to `~/_emacs.d/auto-save.list/_s'.
12523         (normal-top-level): Create the directory for auto-save files, if
12524         it doesn't already exist (in the ms-dos case only).
12526 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12528         * international/mule-cmds.el (set-language-environment): Don't
12529         concat an integer (dos-codepage), use format instead.
12531 2000-05-02  Dave Love  <fx@gnu.org>
12533         * help.el (help-xref-on-pp): Check for constant symbols.
12535 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
12537         * startup.el (normal-top-level): Put a condition-case around
12538         the code loading subdirs.el.
12540 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12542         * ps-print.el: Upside-down and face background color printing,
12543         line number step, doc fix.
12544         (ps-print-version): New version number (5.2).
12545         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12546         (ps-face-attribute-list, ps-plot-with-face): Code fix.
12547         (ps-spool-config): Var fix.
12548         (ps-printer-name-option): Const fix.
12549         (ps-print-upside-down, ps-use-face-background)
12550         (ps-line-number-step): New vars.
12551         (ps-window-system, ps-lp-system): New consts.
12552         (ps-face-background): New fun.
12554 2000-04-28  Richard Stallman  <rms@gnu.org>
12556         * files.el (make-auto-save-file-name):
12557         Apply auto-save-file-name-transforms to visited file name
12558         before generating auto save file name.
12559         (auto-save-file-name-transforms): New variable.
12561         * files.el (backup-enable-predicate):
12562         Correctly test for a file under a temporary directory.
12564 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
12566         * subr.el (add-minor-mode): Rewritten.
12568 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
12570         * mail/sendmail.el (sendmail-send-it): Set
12571         buffer-file-coding-system to the selected coding system for MIME
12572         header.
12574 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
12576         * dired.el (dired-move-to-filename-regexp): Allow format where
12577         YYYY is followed by two spaces.
12579         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12580         in the second character class of the regexp.
12582         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12583         mh-etc, too.
12585         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12586         nil.
12588         * subr.el (add-minor-mode): Use `set' instead of `setq'.
12590         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12591         argument.
12593 2000-04-27  Sen Nagata <sen@eccosys.com>
12595         * emacs-lisp/crm.el (crm-completion-table): New variable.
12596         (crm-collection-fn, crm-test-completion)
12597         (completing-read-multiple): Use it.
12599 2000-04-27  Dave Love  <fx@gnu.org>
12601         * help.el (locate-library): Use mapc.
12602         (help-manyarg-func-alist): Add call-process-region.
12604 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
12606         * subr.el (add-minor-mode): Make argument MAP optional.
12608         * desktop.el (desktop-save): Save list of minor modes.
12609         (desktop-create-buffer): Restore minor modes.
12610         (desktop-minor-mode-table): New user-option.
12612         * subr.el (add-minor-mode): New function.
12614         * image.el (find-image): New function.
12615         (defimage): Rewritten to find image at load time.
12617         * startup.el (normal-top-level-add-to-load-path): Handle
12618         case that the default directory is not in load-path.
12620         * help.el: Old patch from Stefan Monnier.
12621         (help-xref-on-pp): New function.
12622         (describe-variable): Use it to display xrefs in a symbol's value.
12624 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
12626         * cus-edit.el (custom-face): Fix parenthesis.
12628 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
12630         * mail/rmail.el (rmail-expunge): When there are no deleted
12631         messages, do nothing.
12633 2000-04-26  Dave Love  <fx@gnu.org>
12635         * international/mule-cmds.el (locale-translation-file-name):
12636         Defvar to nil.
12637         (set-locale-environment): Set it here (at runtime).
12639 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
12641         * replace.el (perform-replace): Add parameters START and END.  Use
12642         them instead of the check for a region in Transient Mark mode.
12643         (query-replace-read-args): Return two more list elements for the
12644         start and end of the region in Transient Mark mode.
12645         (query-replace, query-replace-regexp, query-replace-regexp-eval)
12646         (map-query-replace-regexp, replace-string, replace-regexp): Add
12647         optional last arguments START and END and pass them to
12648         perform-replace.
12650         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12651         form with additional arguments for perform-replace.
12653         * progmodes/etags.el (tags-query-replace): Add parameters START
12654         and END.  Construct a form with additional arguments for
12655         perform-replace.
12657         * simple.el (shell-command): Set default directory for "*Shell
12658         Command Output" buffer.
12660         * language/european.el (iso-latin-4): Fix typo.
12662         * emacs-lisp/crm.el: New file.
12664 2000-04-24  Dave Love  <fx@gnu.org>
12666         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12667         (Custom-reset-saved, Custom-reset-standard)
12668         (custom-group-value-create, custom-group-set, custom-group-save)
12669         (custom-group-reset-current, custom-group-reset-saved)
12670         (custom-group-reset-standard): Use mapc.
12671         (custom-buffer-create-internal): Disable undo when creating items.
12672         Use mapc.
12673         (custom-face): Avoid redundant lambda.
12675 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
12677         * startup.el (auto-save-list-file-prefix): Set default to
12678         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12680 2000-04-24  Sam Steingold  <sds@gnu.org>
12682         * time-stamp.el (time-stamp-string-preprocess): Always convert
12683         `field-result' to a string.
12685 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
12687         * frame.el (scrolling): New group.
12688         (automatic-hscrolling): New user-option.
12690         * startup.el (command-line-x-option-alist): Add `-lsp' and
12691         `--line-spacing'.
12693 2000-04-19  Dave Love  <fx@gnu.org>
12695         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12696         (cl-mapc): Rename from mapc.  Fix the funcall.
12698 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
12700         * simple.el (clone-indirect-buffer-other-window): New command.
12701         (clone-indirect-buffer): Add optional arg NORECROD.
12702         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12704         * help.el (resize-temp-buffer-window): Use count-screen-lines.
12706         * window.el (count-screen-lines): New function.
12707         (shrink-window-if-larger-than-buffer): Use count-screen-lines
12708         instead of window-buffer-height.
12710         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12711         non-existing variable comint-input-sentinel.
12712         (inferior-lisp-args-to-list): Removed.
12713         (inferior-lisp): Use split-string instead of
12714         inferior-lisp-args-to-list.
12716         * hexl.el (hexl-insert-hex-string): New command.
12718         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12719         instead of concat.
12721 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
12723         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12724         at the start of an existing but empty folder.
12726 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12728         * ps-mule.el: Customization fix, doc fix.
12729         (ps-multibyte-buffer): Customization fix.
12731 2000-04-17  Richard M. Stallman  <rms@gnu.org>
12733         * subr.el (read-passwd): Use read-char-exclusive.
12735 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
12737         * textmodes/texinfo.el (texinfo-insert-@email)
12738         (texinfo-insert-@emph, texinfo-insert-@quotation)
12739         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12740         (texinfo-mode-map): Add key bindings for them.
12742         * files.el (basic-save-buffer-2): Use a template with `$'
12743         instead of `#' for VMS.
12745         * simple.el (clone-indirect-buffer): New function.
12747 2000-04-16  Stephen Eglen  <stephen@gnu.org>
12749         * iswitchb.el (iswitchb-case): New function.  If the user input
12750         contains any upper-case characters, the search is made
12751         case-sensitive.
12753 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
12755         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12756         comment-end.
12757         (texinfo-font-lock-syntactic-keywords): New var.
12758         (texinfo-font-lock-keywords): Remove comment regexp.
12759         (texinfo-insert-block): New function.
12760         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12761         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
12762         and font-lock-defaults.  Use regexp-opt for outline-regexp.
12763         (texinfo-environments): New var.
12764         (texinfo-environment-regexp): Use regexp-opt and
12765         texinfo-environments.
12767         * textmodes/ispell.el (ispell-menu-map-needed): Check that
12768         ispell-process is bound since this might be eval'd before ispell
12769         is loaded.
12770         (ispell-message): Use a tiny bit less magic and a bit more hard
12771         data to figure out what kind of sc-cite-regexp to use.
12773         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12775         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12776         (insert-cyclic-diary-entry): Unquote the lambda.
12778         * gud.el (gud-jdb-build-source-files-list): Fix typo.
12780         * files.el (backup-enable-predicate): Unquote the lambda.
12782         * cus-edit.el (custom-face, face): Unquote the lambda.
12784 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12786         * ps-print.el: Check for line-beginning-position definition.
12788         * ps-print.el: Fix counting lines in a region.
12789         (ps-print-version): New version number (5.1.5).
12790         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12791         (ps-printing-region): Fun code fix.
12793 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
12795         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12796         to file-directory-p.
12798 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
12800         * gud.el (gud-jdb-build-source-files-list): Check that directory
12801         exists before calling directory-files.
12803 2000-04-13  Dave Love  <fx@gnu.org>
12805         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
12806         syntax.
12808         * emacs-lisp/cl-specs.el: Remove when, unless.
12810         * emacs-lisp/cl-extra.el: Don't quote keywords.
12811         (cl-old-mapc): New variable.
12812         (mapc): Use it.
12813         (cl-map-intervals): Use with-current-buffer.  Don't check for
12814         next-property-change.
12815         (cl-map-overlays): Use with-current-buffer.
12816         (cl-expt): Remove.
12817         (copy-tree, remprop): Define unconditionally.
12819         * emacs-lisp/cl-compat.el (keywordp): Remove.
12821         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
12822         to use keywordp.
12823         (edebug-spec): Enable keywordp.
12825         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12826         string-lessp.
12828         * cus-start.el: Use keywordp.
12830 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12832         * diary-lib.el (include-other-diary-files): Fix the fix of
12833         2000-02-18 by doing a save-excursion.
12835 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12837         * ps-print.el: Customization fix, doc fix.
12838         (ps-print-version): New version number (5.1.4).
12839         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12840         (ps-print-preprint): Adjust code.
12841         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12842         (ps-print-prologue-header, ps-print-control-characters)
12843         (ps-spool-config): Customization fix.
12845 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
12847         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12848         converted to the new menu-item format, names silightly changed,
12849         help strings added.
12851         Support for spelling without async subprocesses:
12853         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12854         (ispell-session-buffer): New variables.
12855         (ispell-start-process, ispell-process-status,
12856         ispell-accept-output, ispell-send-string): New functions, for
12857         Ispell invocation when async subprocesses aren't supported.
12858         (ispell-word, ispell-pdict-save, ispell-command-loop,
12859         ispell-process-line, ispell-buffer-local-parsing): Replace calls
12860         to process-send-string with calls to ispell-send-string, and
12861         accept-process-output with ispell-accept-output.
12862         (ispell-init-process): Call ispell-process-status instead of
12863         process-status with.
12864         (ispell-init-process): Call ispell-start-process.  Call
12865         ispell-accept-output and ispell-send-string.  Don't call
12866         process-kill-without-query and kill-process if they are unbound.
12867         (ispell-async-processp): New function.
12869 2000-04-12  Dave Love  <fx@gnu.org>
12871         * info.el: Add debug-ignored-errors.
12872         (Info-mode-menu): Add some items.
12873         (Info-directory): Add autoload cookie.
12875         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12876         Modify `truncate-lines'.  Make `describe-language-environment'
12877         always visible and add help.  Modify `describe-key' help.  Invoke
12878         Info-directory from `info'.  New entry `emacs-manual'.
12880 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
12882         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12883         propertized-buffer-identification.
12884         (ebrowse-update-member-buffer-mode-line): Likewise.
12885         (ebrowse--mode-strings): Removed.
12886         (ebrowse--mode-line-props): Removed.
12888         * files.el (auto-mode-alist): Add `EBROWSE'.
12890         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12891         space before testing for end of buffer.
12892         (ebrowse-load): Removed.
12893         (ebrowse-revert-tree-buffer-from-file): Rewritten.
12894         (ebrowse-create-tree-buffer): Rewritten.
12895         (ebrowse-tree-mode): Read tree from buffer.
12897         * progmodes/ebrowse-ffh.el: Removed.
12899 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
12901         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12903 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
12905         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12906         at the wrong place.
12908 2000-04-09  Dave Love  <fx@gnu.org>
12910         * files.el (backup-enable-predicate): Use
12911         temporary-file-directory, small-temporary-file-directory.
12912         (make-backup-file-name-function, backup-directory-alist): New
12913         variables.
12914         (make-backup-file-name-1): New function.
12915         (make-backup-file-name): Use it.
12916         (find-backup-file-name): Likewise.  Use format for clarity, not
12917         concat.
12918         (file-newest-backup): Use make-backup-file-name.
12920 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
12922         * progmodes/ebrowse-ffh.el: New file.
12924         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12925         to ebrowse-ffh.el.
12926         (ebrowse-load): Add autoload.
12928         * finder.el (finder-commentary): Add autoload cookie.
12930         * mail/rfc2368.el: Correct author's email address.
12932         * progmodes/ebrowse.el: New file.
12934         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12935         item help string.
12936         (easy-menu-do-add-item): Ditto.
12937         (easy-menu-define): Extend doc string.
12939         * jit-lock.el (with-buffer-unmodified): Use
12940         restore-buffer-modified-p.
12941         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12942         (jit-lock-function, jit-lock-stealth-fontify): Don't use
12943         with-buffer-unmodified.
12945 2000-04-08  Dave Love  <fx@gnu.org>
12947         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12948         unless, when.
12950 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
12952         * viper-util.el (viper-put-on-search-overlay): New subroutine.
12953         (viper-flash-search-pattern): No operation when using Emacs
12954         doesn't support face.
12955         Use `viper-put-on-search-overlay'.
12957 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
12959         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12960         like C-r.
12962         * progmodes/make-mode.el: Some doc fixes.
12963         (makefile-mode-abbrev-table): New variable.
12964         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12965         (makefile-font-lock-keywords): Fontify includes and conditionals.
12966         (toplevel): Require `dabbrev' and `add-log' when compiling.
12968         * replace.el (perform-replace): Don't move forward one char
12969         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
12970         to do that because it leaves point 1 position after the last
12971         replacement, after everything has been replaced.
12973         * jit-lock.el (with-buffer-unmodified): New macro.
12974         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12975         modified state.
12976         (jit-lock-function-1): Extracted from jit-lock-function; not
12977         preserving buffer's modified state.
12978         (jit-lock-function, jit-lock-stealth-fontify): Call
12979         jit-lock-function-1.
12981         * mail/rfc2368.el: Remove supernumerary copyright line.
12983 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
12985         * glasses.el: Provide facilities for inserting space before left
12986         parentheses and uncapitalization of identifiers.
12987         (glasses-mode): Try to remove old overlays in all cases.
12989 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
12991         * progmodes/compile.el (compile-internal): Display the compilation
12992         buffer in a different frame, if it's already displayed there.
12994         * mail/rfc2368.el: New file.
12996         * simple.el (sendmail-user-agent-compose): Recognize a `body'
12997         header and insert its value as mail body.
12999         * subr.el (member-ignore-case): New function.
13001         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13002         (dabbrev--find-expansion): Ignore buffers matching a regexp
13003         from dabbrev-ignored-regexps.
13005         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13006         to extensions handled by gzip.
13008 2000-04-03  Richard M. Stallman  <rms@gnu.org>
13010         * files.el (insert-directory): List the total free space
13011         along with the used space.
13013         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13014         line is followed by one that matches CITATION-REGEXP, end the
13015         paragraph.
13017 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
13019         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13020         (rmail-make-basic-summary-line): Use that option.
13022 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
13024         * international/mule-cmds.el (encoded-string-description):
13025         Rewritten.   Try pretty description for ISO 2022 escape sequences
13026         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
13027         for hexadecimal format.
13029 2000-04-01  Dave Love  <fx@gnu.org>
13031         * cpp.el: Change customization group to `c' from `C'.
13033         * vcursor.el (vcursor-move): Use display-color-p.
13035         * international/mule-util.el: Provide mule-utils.
13036         (string-to-sequence): Simplify and speed up.
13038         * international/mule.el (make-coding-system): Purecopy doc-string.
13040         * international/mule-cmds.el: Various menu changes.
13041         (describe-specified-language-support): Handle `Default'.
13042         (set-language-info): Purecopy `info'.
13044 2000-03-31  Andrew Innes  <andrewi@gnu.org>
13046         * vc.el (vc-backend-diff): Return the correct status if we had to
13047         retry the rcsdiff command without the --brief option.
13049 2000-03-31  Dave Love  <fx@gnu.org>
13051         * help.el (help-manyarg-func-alist): Correct several omissions.
13053         * add-log.el: Don't require cl, fortran.
13054         (add-log-current-defun-function): Doc fix.
13055         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
13056         fix.
13057         (change-log-version-rcs): Function deleted.
13058         (change-log-version-number-search): Doc fix.  Use
13059         vc-workfile-version.  Avoid CL dolist.
13060         (add-change-log-entry): Just call add-log-current-defun to get
13061         defun.  Simplify somewhat.
13062         (change-log-get-method-definition-1): Likewise.
13063         (add-log-current-defun): Return nil if calling
13064         add-log-current-defun-function does so.  Move Fortran stuff to
13065         fortran.el.  Return string without properties.
13067         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13068         and :alpha: char classes.
13070         * mail/supercite.el: Defvar curline when compiling.
13071         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13072         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13073         rather than a-zA-Z0-9 to allow non-ASCII characters.
13075 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
13077         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13079         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13080         Re-enable new code.
13082         * lpr.el (print-region-1): Use -d to specify printer name for
13083         systems `usg-unix-v*, `dgux', `hpux', `irix'.
13085 2000-03-31  Dave Love  <fx@gnu.org>
13087         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13088         for function definition in symbol's function value slot first
13089         instead of first consulting byte-compile-function-environment.
13091 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
13093         * language/european.el ("Polish"): New language environment.
13094         (setup-polish-environment): New function.
13096 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
13098         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13099         Disable new code.
13101         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13102         trying to `load' the symbol of an autoload instead of the file
13103         recorded in the autoload.  Fix error messages.
13105 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13107         * ps-print.el: PostScript programming fix for ghostview, doc fix.
13108         (ps-print-version): New version number (5.1.3).
13109         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13110         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13111         (ps-generate-postscript-with-faces): Code fix.
13112         (ps-color-values): XEmacs compatibility.
13113         (ps-print-background-image, ps-print-background-text, ps-printer-name)
13114         (ps-default-fg, ps-default-bg): Adjust customization.
13115         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13116         (ps-color-scale): Renaming old ps-color-value fun.
13117         (ps-print-headers): Replace ps-print-header group to avoid conflict
13118         with ps-print-header variable.
13119         (ps-print-miscellany): New group.
13120         (ps-format-color, ps-rgb-color): New funs.
13121         (ps-default-foreground): New var.
13122         (ps-printer-name-option): New const.
13124 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
13126         * net/net-utils.el:
13127         (network-connection-host, network-connection-service): New variables
13128         (network-connection-mode): New mode, derived from comint-mode
13129         (network-connection-mode-setup): New function, saves host and
13130         service information in local variables.
13132         * lisp/locate.el:
13133         (locate-word-at-point): Added this function
13134         (locate): Default to using locate-word-at-point as input
13135         Run dired-mode-hook
13137 2000-03-29  Dave Love  <fx@gnu.org>
13139         * calendar/appt.el: Doc fixes.
13140         (appt-check): Convert min-to-app to a string before passing to
13141         appt-disp-window-function or concat.
13142         (appt-delete-window): Remove test for frame-root-window.
13143         (appt-select-lowest-window, appt-convert-time): Simplify.
13145         * emacs-lisp/bytecomp.el: Doc fixes.
13146         (byte-compile-file-form-autoload): Update
13147         byte-compile-function-environment.
13149 2000-03-29  Andreas Schwab  <schwab@suse.de>
13151         * emacs-lisp/autoload.el: Also print defsubst doc string
13152         specially.
13154         * dired.el (dired-insert-directory): If dired-free-space-program
13155         failed just delete its output.
13157 2000-03-29  Dave Love  <fx@gnu.org>
13159         * international/iso-cvt.el: Move provide to end.  Doc fixes.
13160         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13161         (iso-iso2sgml, iso-sgml2iso): New functions.
13162         (iso-cvt-define-menu): Fix some entries and use backquote for
13163         clarity.
13165         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13167 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
13169         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13170         ISO-DATE.  If non-nil, return date in ISO 8601 format.
13172 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
13174         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13175         if it ever becomes used.
13176         (log-edit-mode-hook): Default to vc-log-mode-hook.
13177         (log-edit-mode): Fix the docstring.
13179         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13180         the code.
13182 2000-03-26  Dave Love  <fx@gnu.org>
13184         * net/browse-url.el (browse-url): Re-fix case of
13185         browse-url-browser-function being an alist.
13186         (browse-url): Add :link to defgroup.
13188         * files.el: Doc fixes.
13189         (file-truename): Include `[' in wildcard characters.
13190         (automount-dir-prefix): Customize.
13191         (find-file-wildcards): Add :version.
13192         (find-file-noselect): Simplify a mapcar call.
13194         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13195         compatible with inf-lisp version.
13196         (eval-defun-1): Fix custom-declare-variable case.
13198 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
13200         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13202 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
13204         * Makefile (COMPILE_FIRST): New macro.
13205         (compile-files): Compile files from COMPILE_FIRST first.
13207         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13208         code.
13210         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13211         matching open parenthesis in column 0 to defun-prompt-regexp
13212         only if open-paren-in-column-0-is-defun-start is set.
13214         * sun-curs.el: Require CL at compile-time only.
13216         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13217         instead of copy-list which is a function from CL.
13218         (msb--choose-menu, msb--mode-menu-cond)
13219         (msb--create-buffer-menu-2): Use dolist instead of mapc.
13220         (msb--init-file-alist): Use mapcar instead of mapcan.
13221         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
13222         `(' in column 0 in doc string.
13223         (msb--add-separators): Use mapcar instead of mapcan.
13225         * cus-dep.el: Require CL at compile-time only.
13227 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
13229         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13230         (byte-compile-warnings): New warning `noruntime'.
13231         (byte-compile-constants, byte-compile-variables): Fix docstring.
13232         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13233         execute `eval-whenc-compile's body.
13234         (byte-compile-unresolved-functions): Fix docstring.
13235         (byte-compile-eval): New function.
13236         (byte-compile-callargs-warn): Check if the function will be available
13237         at runtime (via property `byte-compile-noruntime').
13238         (byte-compile-print-syms): New function.
13239         (byte-compile-warn-about-unresolved-functions): Also warn about
13240         `noruntime' functions (and use `byte-compile-print-syms').
13241         (byte-compile-file): Capitalize the message.
13243 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
13245         * mail/rmail.el (rmail-confirm-expunge): New user-option.
13246         (rmail-expunge): Ask for confirmation depending on the setting
13247         of rmail-confirm-expunge.
13249 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
13251         * Makefile (bootstrap-clean): If $(emacs) exists, build
13252         loaddefs.el first.  A loaddefs.el that's not up-to-date might
13253         cause a bootstrap failure because things don't autoload as
13254         expected.
13256 2000-03-23  Dave Love  <fx@gnu.org>
13258         * net/browse-url.el: Restore previous use of
13259         browse-url-maybe-new-window.
13261 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13263         * ps-print.el: Skip banner page fix.
13264         (ps-print-version): New version number (5.1.2).
13265         (ps-begin-file, ps-end-file, ps-generate): Code fix.
13267 2000-03-23  Dave Pearson  <davep@davep.org>
13269         * net/quickurl.el Changed the type of parameter passed to the
13270         function defined by `quickurl-format-function'. Before only the
13271         text of the URL was passed. Now the whole URL structure is passed
13272         and the function is responsible for extracting the parts it
13273         requires.  Changed the default of `quickurl-format-function'
13274         accordingly.
13275         (quickurl-insert): Changed the `funcall' of
13276         `quickurl-format-function' to match the above change.
13277         (quickurl-list-insert): Changed the `url' case so that it makes
13278         use of `quickurl-format-function', previous to this the format was
13279         hard wired.
13281 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
13283         * startup.el: Change some spellings for the X Window System.
13285 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
13287         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13288         up the code and the regexp and make sure the cursor is temporarily
13289         moved to the suspicious line while querying the user.
13291 2000-03-22  Jason Rumney  <jasonr@gnu.org>
13293         * w32-fns.el (w32-charset-info-alist): Initialize.
13295 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13297         * ps-print.el: N-up last page fix.
13298         (ps-print-version): New version number (5.1.1).
13299         (ps-end-file, ps-end-job, ps-generate): Code fix.
13301 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
13303         * files.el (find-file-run-dired): Update docstring.
13304         (find-directory-functions): New hook.
13305         (find-file-noselect): Run find-directory-functions rather than
13306         calling dired directly.
13308         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13310         * pcvs.el: Add a minimal leading commentary.
13311         (cvs-make-cvs-buffer): Change the header part by removing the startup
13312         message and adding a `Module' entry.  Also replace the FOOTER and
13313         HEADER special fileinfos with the new support in ewoc for updating
13314         its own footer and header.
13315         (cvs-update-header): Update to use the header/footer of the ewoc.
13316         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13317         (cvs-is-within-p): New function.
13318         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13319         to only examine some subset of the buffers.
13321         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13322         `format' instead of our own ad-hoc functions.
13323         Remove HEADER and FOOTER cases, now handled in the EWOC.
13324         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13326         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13327         output to avoid scaring the user.
13328         (cvs-parse-table): Catch message for non-up-to-date commits.
13330         * pcvs-defs.el (cvs-startup-message): Remove.
13331         (cvs-global-menu): New autoloaded menu.
13333         * pcvs-util.el (cvs-string-fill): Remove.
13335         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13336         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13337         PP part of it and also make it work for footers and headers.
13338         (ewoc-create): Drop POS and BUFFER arguments.
13339         Use the DLL's dummy node to store the end-of-footer position.
13340         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13341         (ewoc-refresh): Remove unused `header' variable.
13342         (ewoc-(get|set)-hf): New functions.
13344         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13345         log-view-*-(message|file) and use easy-mmode-define-navigation.
13346         (log-view-message-re): Match SCCS format as well.
13347         And match the revision line rather than the dashed separator line.
13348         (log-view-mode): Use the new define-derived-mode.
13349         (log-view-current-tag): Fill in with an actual implementation.
13351         * cvs-status.el (cvs-status-(prev|next)): Rename from
13352         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13353         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13354         to let the output "breathe" a little more (more readable).
13355         (cvs-status-mode): Use the new define-derived-mode.
13357         * smerge-mode.el (smerge-auto-leave): New function and variable.
13358         (smerge-basic-map): Rename from smerge-basic-keymap.
13359         Change the bindings for smerge-diff-*.
13360         (smerge-*-map): Use easy-mmode-defmap.
13361         (smerge-(next|prev)): Use easy-mmode-define-navigation.
13362         (smerge-keep-*): Use smerge-auto-leave.
13364 2000-03-21  Jason Rumney  <jasonr@gnu.org>
13366         * cus-edit.el (custom-button-face): Use 3D look for w32.
13367         (custom-button-pressed-face): Likewise.
13369 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
13371         * progmodes/etags.el (tags-case-fold-search): New user-option.
13372         (tags-loop-eval): New function.  Bind case-fold-search around eval
13373         depending on the value of tags-case-fold-search.
13374         (tags-loop-continue): Use tags-loop-eval.
13375         (find-tag-in-order): Bind case-fold-search depending on the value
13376         of tags-case-fold-search.
13378 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
13380         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13381         (diff-end-of-hunk): Return the end position for use in
13382         `easy-mmode-define-navigation'.
13383         (diff-recenter): Remove.
13384         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13385         of `easy-mmode-define-navigation'.
13386         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13387         previous renaming) and fix to use new names.
13388         (diff-merge-strings): Use \n as separator: simpler, faster.
13389         (diff-mode): Use `define-derived-mode'.
13391         * derived.el (define-derived-mode): Don't autoload anymore.
13392         Prefer the macro-only version provided by easy-mmode.el.
13394         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13395         `easy-mmode-define-derived-mode'.
13396         Use `combine-run-hooks'.
13397         (easy-mmode-define-navigation): New macro.
13399         * subr.el (combine-run-hooks): New function.
13401 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
13403         * term/x-win.el: Fontsets related initialization is simplified.
13405         * international/mule-diag.el (describe-font): Don't refer to
13406         global-fontset-alist, instead call font-list.
13407         (describe-fontset, list-fontsets, mule-diag): Likewise.
13408         (print-fontset): Adjusted for the change of fontset
13409         implementation.
13411         * international/fontset.el (x-charset-registries): Variable
13412         removed, instead the corresponding data is stored in the default
13413         fontset.
13414         (register-alternate-fontnames): Function removed.
13415         (resolved-ascii-font): Variable removed.
13416         (x-compose-font-name): Ignore the second argument REDOCE.
13417         (x-complement-fontset-spec): Complement only an ASCII font and
13418         element for those charsets than can use that ASCII font.
13419         (generate-fontset-menu): Don't refer to global-fontset-alist,
13420         instead call fontset-list.
13421         (uninstantiated-fontset-alist): Variable removed.
13422         (x-style-funcs-alist): Likewise.
13423         (fontset-default-styles): Likewise.
13424         (x-modify-font-name): Function removed.
13425         (create-fontset-from-fontset-spec): Ignore the argument
13426         STYLE-VARIANT.
13427         (create-fontset-from-ascii-font): Docsting adjusted for the above
13428         change.
13429         (instantiate-fontset, resolve-fontset-name): Functions removed.
13430         (fontset-list): Now implemented by C code.
13432         * faces.el (read-face-font): Fix TABLE arg to completing-read.
13433         (describe-face): Include `font' attribute in the description.
13435 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
13437         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13439 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
13441         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13442         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13443         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13445         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13446         about behavior of set-buffer-modified-p wrt redisplay.
13448 2000-03-19  Richard M. Stallman  <rms@gnu.org>
13450         * view.el (view-mode-disable): Kill local binding of view-read-only.
13452 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
13454         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13455         is a string, convert it to a syntax cell using string-to-syntax.
13457         * simple.el (syntax-code-table, syntax-flag-table): New variables.
13458         (string-to-syntax): New function.
13460         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13461         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13462         try to use passive ftp mode.
13464 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
13466         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13468         * simple.el (append-to-buffer): Update point of windows after
13469         insertion.
13471         * abbrev.el (inverse-add-abbrev): Identify word by first moving
13472         forward then moving backward.  Reindent.
13474         * frame.el (other-frame): Call x-focus-frame only if
13475         focus-follows-mouse is off.
13477 2000-03-17  Dave Love  <fx@gnu.org>
13479         * pcvs-util.el (cvs-strings->string): Rename
13480         replace-regexps-in-string.
13482 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
13484         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13485         regexp for labels cannot span several lines.
13487         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13488         `(setq :<key> ':<key>)' to the macro expansion.
13490 2000-03-16  Dave Love  <fx@gnu.org>
13492         * progmodes/f90.el (f90): Put custom group under `languages', not
13493         `fortran'.
13494         (f90-mode-hook): Customize.
13495         (f90-mode): Set add-log-current-defun-function.
13496         (f90-current-defun): New function.
13498 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
13500         * cus-edit.el (custom-variable-tag-face): Handle case that
13501         default face's height is not a number.
13502         (custom-face-tag-face, custom-group-tag-face-1)
13503         (custom-group-tag-face): Ditto.
13504         (custom-group-tag-face-1): Add :group.
13506         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13508 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
13510         * pcvs-defs.el (toplevel): Remove autoload cookie for form
13511         requiring easymenu.
13513 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13515         * ps-print.el: PostScript user-defined prologue, PostScript error
13516         handler, doc fix.
13517         (ps-print-version): New version number (5.1).
13518         (ps-user-defined-prologue, ps-error-handler-message)
13519         (ps-print-prologue-0, ps-error-handler-alist): New vars.
13520         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13521         (ps-insert-string): New function.
13523 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
13525         * international/ccl.el (ccl-compile-expression): Don't generate
13526         invalid self-assignment code.
13528 2000-03-14  Dave Love  <fx@gnu.org>
13530         * subr.el (replace-regexp-in-string): Renamed from
13531         replace-regexps-in-string.  Doc fix.
13533 2000-03-12  Dave Love  <fx@gnu.org>
13535         * cus-edit.el: Doc fixes.
13536         (customize-set-variable, customize-save-variable): Rename args for
13537         doc.
13538         (custom-variable-tag-face, custom-face-tag-face)
13539         (custom-group-tag-face-1, custom-group-tag-face): Modify from
13540         style which user identify as hyperlink.
13541         (hook): Don't add undefined functions to the hook.
13542         (debug-ignored-errors): Transfer message from bindings.el.
13544 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13546         * recentf.el (recentf-keep-non-readable-files-p): Remove
13547         double/nested definition.
13549 2000-03-12  Dave Love  <fx@gnu.org>
13551         * facemenu.el (facemenu-get-face): Use display-color-p.
13552         * enriched.el (enriched-decode-foreground): Likewise.
13553         (enriched-decode-background): Likewise.
13554         * isearch.el (isearch-highlight): Likewise.
13555         * info-look.el (info-lookup): Likewise.
13556         * simple.el (completion-setup-function): Likewise.
13558         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13559         :options.
13561         * bindings.el (mode-line-format): Fix line-number and
13562         column-number items.  Add help-echo for the background.
13563         (mode-line-mule-info): Modify help-echo.
13565         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13567         * files.el (load-file): Allow completion to .elc.
13569         * man.el: Doc fixes.
13570         (Man-init-defvars): Use display-color-p to set fontification.
13572         * play/hanoi.el (hanoi-internal): Don't use oddp.
13574 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13576         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13578         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13580 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13582         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13583         Fix comment.
13585 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
13587         * font-lock.el (font-lock-keywords): Fix the doc now that
13588         regexp-opt-depth is unnecessary.
13589         (save-buffer-state): Set an edebug spec.
13590         (font-lock-fontify-anchored-keywords): Properly handle the case when
13591         the matcher goes past the limit.
13593         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13594         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13596         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
13597         dll.el and cookie.el (from Elib) with heavy renaming and other
13598         massaging.
13600         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13601         Autoload the functions used.
13602         (easy-mmode-define-syntax): Fix CL typo.
13603         (easy-mmode-define-derived-mode): Improve the docstring generation.
13605 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
13607         * textmodes/texinfo.el (texinfo-version): Variable and function
13608         removed.
13610 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
13612         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13613         allow more flexibility.
13614         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13615         fns.
13616         (easy-mmode-defmap, easy-mmode-defsyntax)
13617         (easy-mmode-define-derived-mode): New macros.
13619 2000-03-09  Didier Verna  <didier@xemacs.org>
13621         * rect.el (replace-rectangle): New function.
13623 2000-03-09  Dave Love  <fx@gnu.org>
13625         * progmodes/fortran.el (fortran-comment-line-start): Define as
13626         "C".
13627         (fortran-comment-line-start-skip): Don't match cpp stuff.
13628         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
13629         (fortran-mode-map): Remove over-eager custom-menu-create for now.
13630         (fortran-mode): Don't set fortran-comment-line-start-skip,
13631         fortran-comment-line-start here.  Set comment-start,
13632         add-log-current-defun.
13633         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13634         (fortran-current-defun): New function.
13636 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
13638         * emacs-lisp/re-builder.el: New file.
13640         * mouse.el (mouse-drag-region): Don't run up-event handler
13641         if hscroll has changed.
13643         * octave-mod.el (octave-font-lock-keywords): To font-lock the
13644         builtin operators, use `font-lock-builtin-face' for Emacs and
13645         `font-lock-preprocessor-face' otherwise.
13647         * font-lock.el (lisp-font-lock-keywords-1): Highlight
13648         `(defun (setf foo)' differently.
13650 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
13652         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13653         (regexp-opt): Update comment and adapt the code the new meaning of
13654         the `paren' argument of regex-opt-group for shy-groups.
13655         (regexp-opt-depth): Handle shy groups as well as backslashed
13656         backslashes.
13657         (regexp-opt-group): Turn the leading comment into a docstring.
13658         Allow `paren' to be a string (the string to use to open a group).
13659         Remove open-presuf and close-presuf.  Instead of checking for `all
13660         one-char' and then later on check for `several one-char', handle
13661         both cases close together.  Also apply a more generic algorithm
13662         for suffixes (the mirror image of the algorithm used for
13663         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
13664         (regexp-opt-try-suffix): Removed.
13666         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13667         from comint-mode-map, so we can just inherit from it.  Also, move
13668         the initialization into the `defvar' since there's no docstring
13669         anyway and it's fairly short.
13670         (inferior-scheme-mode): Define it as derived-mode: the code is
13671         shorter and this way we inherit from comint-mode-map rather than
13672         copying it.
13674         * subr.el (replace-regexps-in-string): Properly handle the case
13675         where we match an empty string.
13677         * comint.el (comint-exec-1): Add the current-dir to the exec-path
13678         when the command has a directory component (such as "./testml").
13679         Also fix a typo in the comment.
13681 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
13683         * Makefile (compile-files): Compile files one by one because
13684         that's the only way to ensure a clean compilation environment for
13685         each individual file.
13687         * frame.el (other-frame): Call x-focus-frame.
13689 2000-03-07  Dave Love  <fx@gnu.org>
13691         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13692         :require to defcustom.
13694         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13695         lists.
13697         * files.el (auto-mode-alist): Add configure.in.
13699         * progmodes/autoconf.el: New file.
13701 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
13703         * mail/mh-e.el: Change maintainer to `none'.
13705         * recentf.el (recentf-keep-non-readable-files-p): Quote args
13706         to remove-hook and add-hook.
13708 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
13710         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13711         it as the default.
13712         (mail-send): Test mail-send-nonascii also for the new `mime' value.
13713         (sendmail-send-it): Conditionally add MIME headers specifying the
13714         used character set.
13716 2000-03-07  Dave Love  <fx@gnu.org>
13718         * winner.el: Fix keywords, autoload cookies.  Split
13719         eval-when-compile form to avoid compilation failure.
13721 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
13723         * international/mule.el: Modify comment about coding system
13724         property `coding-category'.
13725         (make-coding-system): New argument EOL-TYPE.  Pay attention to
13726         coding-category property of PROPERTIES.
13728         * international/mule-conf.el (coding-category-utf-8,
13729         coding-category-utf-16-be, coding-category-utf-16-le): New coding
13730         categories.  Include them in the argument for set-coding-priority.
13732         * international/mule-cmds.el (reset-language-environment): Include
13733         coding-category-utf-8, coding-category-utf-16-be, and
13734         coding-category-utf-16-le in the argument for set-coding-priority.
13735         (reset-language-environment): Initialize coding-category-utf-8,
13736         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13738 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
13740         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13741         code abstracted out of `bookmark-jump-noselect'.  Now tries info
13742         extensions as well as compression extensions.
13743         (bookmark-jump-noselect): Use above new func.
13745 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
13747         * strokes.el: Change maintainer's mail address.
13749 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
13751         * international/mule-diag.el (list-character-sets): Make help-echo
13752         string by substitute-command-keys.
13753         (list-character-sets): Likewise.
13754         (sort-listed-character-sets): Call help-setup-xref.
13756 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
13758         * time.el (display-time-mail-file): Add `none' to the list of
13759         choices.
13761 2000-03-01  Dave Love  <fx@gnu.org>
13763         * help.el (help-xref-go-back): Don't try to set position.
13765         * international/mule-diag.el (list-character-sets): Call
13766         help-setup-xref.  Add help-echo to xrefs.
13767         (list-character-sets-1): Add help-echo to xrefs.
13769 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
13771         * frame.el (blink-cursor-mode): Switch cursor on when turning
13772         the mode off.
13774         * add-log.el (add-log-current-defun): Add support for
13775         Autoconf mode.
13777         * mail/rmail.el (rmail-quit-hook): New variable.
13779 2000-03-01  Dave Love  <fx@gnu.org>
13781         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13783         * help.el (help-xref-button): Add help-echo arg.
13784         (describe-function-1, describe-variable, help-make-xrefs): Use it.
13786         * faces.el (list-faces-display): Supply help-echo with
13787         help-make-xrefs.
13789         * facemenu.el (list-text-properties-at): Set help-xref-stack to
13790         nil.
13792 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
13794         * image.el (defimage): Look for image files in load-path.
13796         * frame.el (busy-cursor-delay-seconds): Change type to
13797         `number'.
13799 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13801         * recentf.el (recentf): Added version tag to the defgroup of
13802         recentf.
13804 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13806         * recentf.el (recentf-cleanup): Changed to remove excluded file
13807         too.
13808         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13809         action to select/unselect a file.
13810         (recentf-edit-list): Code cleanup and improvement.
13811         (recentf-open-more-files-action): `recentf-open-more-files' button
13812         widget action to open a file.
13813         (recentf-open-more-files): No more use standard completion but
13814         widgets.
13815         (recentf-more-collection): Deleted.
13816         (recentf-more-history): Deleted.
13817         (recentf-setup-more-completion): Deleted.
13819 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13821         * recentf.el (recentf-mode): No more needs that Emacs is running
13822         under a window-system.
13824 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13826         * recentf.el (recentf-edit-list): New command to edit the recent
13827         list which allow the user to remove files.
13828         (recentf-edit-selected-items): New global variable, used by
13829         `recentf-edit-list' to hold the list of files to be removed from
13830         the recent list.
13831         (recentf-make-menu-items): Updated to display a "Edit list..."
13832         menu item.  Minor code cleanup.
13834 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13836         * recentf.el (recentf-open-more-files): New command to open files
13837         that are not displayed in the menu.
13838         (recentf-more-collection): New global variable holding the set of
13839         permissible completions used by `recentf-open-more-files'.
13840         (recentf-more-history): New global variable holding the history list
13841         used by `recentf-open-more-files' completion.
13842         (recentf-setup-more-completion): New function to setup completion for
13843         `recentf-open-more-files'.
13844         (recentf-make-menu-items): Updated to display a "More..." menu item.
13846 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13848         * recentf.el (recentf-menu-action): Doc fixed.
13850 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13852         * recentf.el (recentf-menu-filter): Doc updated.
13853         (recentf-update-menu-hook): Allow menu filters to force menu update.
13854         (recentf-make-menu-items): New menu filter handling.
13855         (recentf-make-menu-item): New helper function.
13856         (recentf-menu-elements): New menu handling function.
13857         (recentf-sort-ascending): Updated to new menu filter handling.
13858         (recentf-sort-descending): Updated to new menu filter handling.
13859         (recentf-sort-basenames-ascending): New menu filter function.
13860         (recentf-sort-basenames-descending): New menu filter function.
13861         (recentf-show-basenames): New menu filter function.
13862         (recentf-show-basenames-ascending): New menu filter function.
13863         (recentf-show-basenames-descending): New menu filter function.
13865 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13867         * diary-lib.el (list-diary-entries): Don't try to go forward at
13868         the end of the buffer.
13870 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
13872         * international/mule-diag.el (list-character-sets): Completely
13873         rewritten.
13874         (sort-listed-character-sets): New function.
13875         (list-character-sets-1): Completely rewritten.
13876         (list-character-sets-2): New function.
13877         (non-iso-charset-alist): New variable.
13878         (decode-codepage-char): New function.
13879         (charset-history): New variable.
13880         (read-charset) (list-block-of-chars)
13881         (list-iso-charset-chars)
13882         (list-non-iso-charset-chars)
13883         (list-charset-chars): New functions.
13884         (mule-diag): Call list-character-sets-2, not
13885         list-character-sets-2.
13886         (dump-charsets): Likewise.
13888 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
13890         * dired-x.el (dired-filename-at-point): Add `@' to valid
13891         file name characters.
13892         (dired-filename-at-point): Handle ange-ftp file names.
13894         * frame.el (frame-notice-user-settings): Use assq-delete-all
13895         instead of assoc-delete-all.
13896         (frame-notice-user-settings): Ditto.
13898         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13899         Don't copy alist.
13901 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
13903         * calculator.el (calculator-use-menu): New option.
13904         (calculator-initial-bindings): Changed some bindings to work as
13905         macros.
13906         (calculator-forced-input): Removed.
13907         (calculator-restart-other-mode): New variable.
13908         (calculator-mode-map): Set up menu.
13910 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
13912         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13913         tags.
13915 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
13917         * viper-cmd.el (viper-envelop-ESC-key): added the option to
13918         translate all ESC key sequences.
13919         (viper-goto-mark-subr): restore markers for files for which
13920         they were saved.
13921         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13922         * viper-util.el (viper-set-replace-overlay-glyphs,
13923         viper-set-replace-overlay): always check if the replacement
13924         overlay is live.
13925         * viper.el (viper-vi-state-mode-list): added major modes.
13926         * ediff-wind.el: minor comment changes.
13927         * ediff.el: copyright notice date fix.
13929 2000-02-27  Jason Rumney  <jasonr@gnu.org>
13931         * faces.el (face-font-family-alternatives): Add arial to helv.
13932         (mode-line, header-line, tool-bar): Same default as x for w32.
13933         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13934         face-font-family-alternatives from working.
13935         * term/w32-win.el (mouse-set-font): Do not build fontset from
13936         chosen font.
13938 2000-02-25  Sam Steingold  <sds@goems.com>
13940         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13941         properly.
13943 2000-02-25  Richard M. Stallman  <rms@gnu.org>
13945         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13947 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
13949         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13950         writable.
13952         * frame.el (busy-cursor-delay-seconds): New option.
13954 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
13956         * frame.el (show-cursor-in-non-selected-windows): New option.
13958 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13960         * diary-lib.el (include-other-diary-files): Undo the selective
13961         display in any included file and don't kill it.
13963 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
13965         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13966         bar.  Menu items converted to (menu-item format, help strings
13967         added.
13968         [downcase, upcase]: Don't enable on MS-DOS.
13969         [symlink, symlinks]: Don't show if make-symbolic-link is not
13970         bound.
13971         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13973 2000-02-23  Dave Love  <fx@gnu.org>
13975         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13976         (backward-kill-word): Revert addition of * to interactive spec --
13977         it's a feature.
13979         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13980         (backward-kill-sentence, kill-sentence): Likewise.
13982         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13983         scratch buffer name.
13984         (gud-format-command): Use int-to-string in ?l case.  Simplify
13985         slightly.
13987         * term/w32-win.el (internal-face-interactive): Update prompt for
13988         new read-face-name.
13990         * mail/footnote.el (footnote): Add :version to defgroup.
13991         (footnote-section-tag-regexp): Customize.
13992         (footnote-start-tag, footnote-end-tag): New option.
13993         (footnote-latin-regexp): New variable.
13994         (Footnote-latin): New function.
13995         (footnote-style-alist): Add element for latin style.
13996         (footnote-style): Moved.
13997         (Footnote-goto-footnote): Use eq to test arg.
13999         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14001         * emacs-lisp/byte-opt.el: Change old backquote syntax.
14002         (byte-compile-trueconstp): Include keywords.
14003         (byte-optimize-quote, byte-optimize-lapcode): Use
14004         byte-compile-const-symbol-p.
14005         (byte-optimize-char-before): New optimization.
14007         * emacs-lisp/bytecomp.el: Change old backquote syntax.
14008         (byte-compile-const-symbol-p): New function.
14009         (byte-compile-constp, byte-compile-out-toplevel)
14010         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14011         Use it.
14013         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
14015 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
14017         * international/encoded-kb.el: Be sure to update minor-mode-alist
14018         and minor-mode-map-alist.
14019         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14020         codes SS2 and SS3 correctly.
14021         (encoded-kbd-self-insert-ccl): New function.
14022         (encoded-kbd-setup-keymap): New function.
14023         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
14024         by calling encoded-kbd-setup-keymap.
14026         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14027         characters.
14028         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14029         locally.
14031 2000-02-22  Dave Love  <fx@gnu.org>
14033         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14034         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14035         defvar.
14036         (lisp-mode-syntax-table): Set up for #|...|# comments.
14037         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
14038         classes.  Match `defface'.
14039         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14040         (eval-defun-1): Fix for defcustom.
14041         (lisp-indent-region): Doc fix.
14043         * subr.el (when, unless, split-string): Doc fix.
14044         (read-passwd): Move call of clear-this-command-keys to the right
14045         place.
14046         (replace-regexps-in-string): New function.
14048 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
14050         * help.el (describe-variable): Set syntax table to
14051         emacs-lisp-mode-syntax-table when moving forward over the
14052         symbol's name.
14054 2000-02-22  Dave Love  <fx@gnu.org>
14056         * xt-mouse.el: Doc fixes.
14057         (xterm-mouse-position-function): New function, replacing advice of
14058         mouse-position.
14059         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
14061         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14063 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
14065         * format.el (format-annotate-single-property-change): Handle
14066         properties.with dotted-list values.
14067         (format-proper-list-p): New function.
14069         * enriched.el (enriched-face-ans): Handle '(foreground-color
14070         . COLOR) and (background-color . COLOR).
14072 2000-02-20  Dave Love  <fx@gnu.org>
14074         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14075         and assignments to it.
14076         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14077         current local map.
14078         (make-flyspell-overlay): Use it.
14079         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14081         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14082         (lm-get-header-re): Defun, not defsubst.
14083         (lm-get-package-name): Defun, not defsubst.  Simplify.
14084         (lm-version): Doc fix.  Simplify.
14085         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14086         (lm-crack-address, lm-last-modified-date, lm-commentary)
14087         (lm-verify, lm-synopsis): Simplify.
14088         (lm-report-bug): Require emacsbug.  Use compose-mail.
14090 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
14092         * dired.el (dired-mode): Call propertized-buffer-identification
14093         to set mode-line-buffer-identification to something having
14094         the right text properties.
14096         * bindings.el (propertized-buffer-identification): New function.
14098 2000-02-20  Dave Love  <fx@gnu.org>
14100         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14101         check for t-mouse too.
14103         * cus-start.el: Make echo-keystrokes `number'.
14105 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
14107         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14108         Don't call ring-empty-p unless tags-location-ring is bound.
14109         From Noah Friedman <friedman@splode.com>.
14111 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
14113         * progmodes/hideshow.el (hs-flag-region): No longer use
14114         `intangible' overlay property.
14116         (hs-toggle-hiding): New command.
14117         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14119         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14120         Fix omission bug: Run `hs-minor-mode-hook' for both activation
14121         and deactivation.
14123 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
14125         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14127 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
14129         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14131         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14132         of `*' to handle `(* ... *)' comments.
14134 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
14136         * faces.el (list-faces-display): Use display-mouse-p instead of
14137         window-system.
14139         * menu-bar.el (global-map): Menu-bar items converted to the new
14140         format (menu-item..., rearranged for better CUA compliance, and
14141         their names changed for better clarity.  Help strings added.
14143         * international/mule-cmds.el (mule-menu-keymap)
14144         (describe-language-environment-map, set-coding-system-map)
14145         (setup-language-environment-map): Convert to new (menu-item...
14146         form, add help strings.  Change names of menu items for better
14147         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
14148         submenu).
14150 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
14152         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14153         within the code.
14155 2000-02-16  Dave Love  <fx@gnu.org>
14157         * faces.el: Don't require custom.  Add more specific :groups to
14158         various deffaces.
14159         (set-face-attribute): Purecopy args.
14160         (read-face-name): Default to name at point and use it in prompt.
14161         Remove colon from arg in all callers.
14162         (list-faces-display): Hyperlink to face descriptions and customize
14163         buffers.
14165 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
14167         * wid-edit.el (widget-match-inline): An atom never matches a
14168         list.
14170 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14172         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14173         at ':' characters by call to split-string.
14175 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14177         * textmodes/bibtex.el: Added RCS version identification.
14179 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14181         * textmodes/bibtex.el: Some temporary comments removed.
14182         (bibtex-field-name, bibtex-entry-type): Made the relationship
14183         explicit.
14184         (bibtex-field-const): Allow capital letters.
14185         (bibtex-start-of-string): Deleted because unused.
14187         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
14188         use the term 'reference' to describe a bibtex entry as a whole.
14189         Further, reference keys are no longer called 'labels'.
14190         (bibtex-keys): Renamed to bibtex-reference-keys.
14191         (bibtex-reformat-previous-labels): Renamed to
14192         bibtex-reformat-previous-reference-keys.
14193         (bibtex-reference-type): Renamed to bibtex-entry-type.
14194         (bibtex-reference-head): Renamed to bibtex-entry-head.
14195         (bibtex-reference-maybe-empty-head): Renamed to
14196         bibtex-entry-maybe-empty-head.
14197         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14198         (bibtex-search-reference): Renamed to bibtex-search-entry.
14199         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14200         bibtex-enclosing-entry-maybe-empty-head.
14201         (bibtex-entry-field-alist, bibtex-entry-head,
14202         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14203         bibtex-map-entries, bibtex-search-entry,
14204         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14205         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14206         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14207         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14208         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14209         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14210         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14212 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14214         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14215         comment.
14216         (bibtex-format-field-delimiters): New function, functionality
14217         extracted from bibtex-format-entry.
14218         (bibtex-autokey-get-yearfield-digits): New function, functionality
14219         extracted from bibtex-autokey-get-yearfield.
14221         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14222         entries in order to avoid stack overflow in the regexp matcher if
14223         field contents become large.
14224         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14225         bibtex-field-string-part-not-braced,
14226         bibtex-field-string-part-no-inner-braces,
14227         bibtex-field-string-part-1-inner-brace,
14228         bibtex-field-string-part-2-inner-braces,
14229         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14230         bibtex-field-string-quoted, bibtex-field-string,
14231         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14232         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14233         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14234         as parsing is now performed by the following functions.
14235         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14236         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14237         bibtex-parse-field-string, bibtex-search-forward-field-string,
14238         bibtex-parse-association, bibtex-field-name-for-parsing,
14239         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14240         bibtex-search-forward-field, bibtex-search-backward-field,
14241         bibtex-start-of-field, bibtex-end-of-field,
14242         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14243         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14244         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14245         bibtex-parse-string, bibtex-search-forward-string,
14246         bibtex-search-backward-string, bibtex-start-of-string,
14247         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14248         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14249         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14250         entries.  Instead of reporting the results of the parsing by
14251         match-beginning or match-end, these functions return data structures
14252         that hold the corresponding positions.
14253         (bibtex-enclosing-field): Changed to also report field boundaries by
14254         return values rather than by match-beginning or match-end.  The
14255         following functions have been adapted to use the new parsing
14256         functions.
14257         (bibtex-skip-to-valid-entry, bibtex-search-reference,
14258         bibtex-enclosing-field, bibtex-format-entry,
14259         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14260         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14261         bibtex-print-help-message, bibtex-end-of-entry,
14262         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14263         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14264         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14265         method for parsing.
14266         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14267         bibtex-map-entries, bibtex-flash-head,
14268         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14269         bibtex-autokey-change, bibtex-autokey-get-namefield,
14270         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14271         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14272         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14273         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14274         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14275         order to make the new binding of case-fold-search immediately
14276         visible.
14278 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14280         * textmodes/bibtex.el: Copyright notice is up to date.
14281         Added constant 'bibtex-maintainer-salutation.
14283         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14284         than make-temp-name, use match-string-no-properties and eliminate
14285         a quadratic behavior when building bibtex-strings.
14287         * bibtex.el (bibtex-reference-key): Accept string entries whose
14288         reference key contains upper case letters.
14290 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14292         * bibtex.el (bibtex-reference-head): Allow entries to start with
14293         a new line.
14295 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14297         * bibtex.el: Hiding of entry bodies is not longer provided by
14298         bibtex.el directly.  Instead the hideshow package can be used.
14299         Added a special bibtex entry to hs-special-modes-alist.
14300         (bibtex-hs-forward-sexp): Added for hideshow.el.
14302 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14304         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14305         at ':' characters by call to split-string.
14307 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14309         * textmodes/bibtex.el: Added RCS version identification.
14311 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14313         * textmodes/bibtex.el: Some temporary comments removed.
14314         (bibtex-field-name, bibtex-entry-type): Made the relationship
14315         explicit.
14316         (bibtex-field-const): Allow capital letters.
14317         (bibtex-start-of-string): Deleted because unused.
14319         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
14320         use the term 'reference' to describe a bibtex entry as a whole.
14321         Further, reference keys are no longer called 'labels'.
14322         (bibtex-keys): Renamed to bibtex-reference-keys.
14323         (bibtex-reformat-previous-labels): Renamed to
14324         bibtex-reformat-previous-reference-keys.
14325         (bibtex-reference-type): Renamed to bibtex-entry-type.
14326         (bibtex-reference-head): Renamed to bibtex-entry-head.
14327         (bibtex-reference-maybe-empty-head): Renamed to
14328         bibtex-entry-maybe-empty-head.
14329         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14330         (bibtex-search-reference): Renamed to bibtex-search-entry.
14331         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14332         bibtex-enclosing-entry-maybe-empty-head.
14333         (bibtex-entry-field-alist, bibtex-entry-head,
14334         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14335         bibtex-map-entries, bibtex-search-entry,
14336         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14337         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14338         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14339         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14340         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14341         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14342         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14344 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14346         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14347         comment.
14348         (bibtex-format-field-delimiters): New function, functionality
14349         extracted from bibtex-format-entry.
14350         (bibtex-autokey-get-yearfield-digits): New function, functionality
14351         extracted from bibtex-autokey-get-yearfield.
14353         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14354         entries in order to avoid stack overflow in the regexp matcher if
14355         field contents become large.
14356         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14357         bibtex-field-string-part-not-braced,
14358         bibtex-field-string-part-no-inner-braces,
14359         bibtex-field-string-part-1-inner-brace,
14360         bibtex-field-string-part-2-inner-braces,
14361         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14362         bibtex-field-string-quoted, bibtex-field-string,
14363         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14364         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14365         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14366         as parsing is now performed by the following functions.
14367         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14368         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14369         bibtex-parse-field-string, bibtex-search-forward-field-string,
14370         bibtex-parse-association, bibtex-field-name-for-parsing,
14371         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14372         bibtex-search-forward-field, bibtex-search-backward-field,
14373         bibtex-start-of-field, bibtex-end-of-field,
14374         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14375         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14376         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14377         bibtex-parse-string, bibtex-search-forward-string,
14378         bibtex-search-backward-string, bibtex-start-of-string,
14379         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14380         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14381         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14382         entries.  Instead of reporting the results of the parsing by
14383         match-beginning or match-end, these functions return data structures
14384         that hold the corresponding positions.
14385         (bibtex-enclosing-field): Changed to also report field boundaries by
14386         return values rather than by match-beginning or match-end.  The
14387         following functions have been adapted to use the new parsing
14388         functions.
14389         (bibtex-skip-to-valid-entry, bibtex-search-reference,
14390         bibtex-enclosing-field, bibtex-format-entry,
14391         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14392         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14393         bibtex-print-help-message, bibtex-end-of-entry,
14394         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14395         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14396         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14397         method for parsing.
14398         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14399         bibtex-map-entries, bibtex-flash-head,
14400         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14401         bibtex-autokey-change, bibtex-autokey-get-namefield,
14402         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14403         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14404         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14405         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14406         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14407         order to make the new binding of case-fold-search immediately
14408         visible.
14410 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14412         * textmodes/bibtex.el: Copyright notice is up to date.
14413         Added constant 'bibtex-maintainer-salutation.
14415         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14416         than make-temp-name, use match-string-no-properties and eliminate
14417         a quadratic behavior when building bibtex-strings.
14419         * bibtex.el (bibtex-reference-key): Accept string entries whose
14420         reference key contains upper case letters.
14422 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14424         * bibtex.el (bibtex-reference-head): Allow entries to start with
14425         a new line.
14427 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14429         * bibtex.el: Hiding of entry bodies is not longer provided by
14430         bibtex.el directly.  Instead the hideshow package can be used.
14431         Added a special bibtex entry to hs-special-modes-alist.
14432         (bibtex-hs-forward-sexp): Added for hideshow.el.
14434 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14436         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14437         proceedings entry type (for cross referencing). Thanks to Wagner
14438         Toledo Correa for the suggestion.
14440         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14442 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
14444         * international/characters.el: Setup case table for Vietnamese.
14446 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
14448         * uniquify.el (toplevel): Require CL at compile time.
14449         (uniquify-push): Removed.
14451         * shadowfile.el (shadow-when): Removed.
14453         * tempo.el (tempo-dolist, tempo-mapc): Removed.
14454         (tempo-process-and-insert-string): Use dolist instead of
14455         tempo-dolist.
14457         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14458         regexp for paragraph-start.
14460         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14461         commas as well.
14463 2000-02-10  Dave Love  <fx@gnu.org>
14465         * wid-edit.el: (widgets) [defgroup]: Remove url link.
14466         (widget-color-choice-list, widget-color-history, widget-mouse-help):
14467         Deleted.
14468         (widget-specify-field, widget-specify-button): Don't use
14469         widget-mouse-help as help-echo property.
14470         (default): Use #'ignore for :validate and :mouse-down-action.
14471         (checkbox): Add help-echo.
14472         (widget-sexp-validate): Rewritten to clarify error messages.
14473         (character): Use char-valid-p in :match function.
14474         (widget-color-complete): Use facemenu-color-alist.
14475         (widget-color-action): Use facemenu-read-color.
14477         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
14478         set up `caar' &c that we now have.
14480 2000-02-09  Ray Blaak  <blaak@gnu.org>
14482         * delphi.el: Make resourcestring a declaration region, like const
14483         and var.
14485 2000-02-09  Dave Love  <fx@gnu.org>
14487         * bindings.el (mode-line-input-method-map): New variable.
14488         (mode-line-mule-info): Use it; fix last change.
14489         (mode-line-mode-menu): Move definition.
14490         (mode-line-mouse-sensitive-p): Deleted.
14491         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14492         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
14493         level.
14495         * startup.el (command-line-1): Don't call
14496         make-mode-line-mouse-sensitive.
14498 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
14500         * mail/rmail.el (rmail-retry-failure): Use
14501         rmail-beginning-of-message before rmail-toggle-header, because the
14502         former toggles headers.
14504 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
14506         * diff-mode.el (diff-kill-junk): New interactive function.
14507         (diff-reverse-direction): Use delete-and-extract-region.
14508         (diff-post-command-hook): Restrict the area so that the hook also works
14509         outside of any diff hunk.  This is necessary for the minor-mode.
14510         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14511         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14513         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14514         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14515         so that it can be used more easily in <foo>-mode-hook.  Also make sure
14516         to avoid duplicate entries.
14517         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14518         (font-lock-remove-keywords): Just as was done for `add', allow it to
14519         work even if font-lock-mode is nil.  Also make sure we don't modify
14520         any pre-existing list by forcing a copy-sequence.  Finally rename
14521         `major-mode' to `mode'.
14522         (font-lock-fontify-syntactic-anchored-keywords)
14523         (font-lock-fontify-anchored-keywords)
14524         (font-lock-fontify-keywords-region): Use line-end-position.
14525         Don't make `font-lock-multiline' local (it's now done in
14526         font-lock-set-defaults).
14527         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
14528         move the `font-lock-fontified' creation to inside the `unless'.
14530 2000-02-06  Andrew Innes  <andrewi@gnu.org>
14532         * term/w32-win.el (x-handle-args): Comment out call to message,
14533         which occurs before window system is initialized.
14535         * makefile.nt: Add support for recompiling lisp code.
14537 2000-02-04  Dave Love  <fx@gnu.org>
14539         * bindings.el (mode-line-mule-info): Fix/extend last change.
14541         * completion.el: Replace completion-dolist with dolist.
14543         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14544         dotimes.
14546 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14548         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14549         environment names before they go into the section regexp.
14551         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14552         char class in regexp.
14554         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14555         `case-fold-search' to nil.
14557         * progmodes/idlwave.el (idlwave-template): Respect
14558         `idlwave-abbrev-change-case'.
14559         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14560         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14561         idlwave-while): respect `idlwave-reserved-word-upcase'.
14562         (idlwave-rw-case): New function.
14563         (idlwave-statement-match): Fixed problem with assignment regexp.
14564         (idlwave-font-lock-keywords): Improved regexp for keyword
14565         parameters.
14566         (idlwave-surround): New argument LENGTH to support padding of
14567         operators longer than 1 char.
14569         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14570         idlwave-shell-expression-overlay.  Implemented printing of
14571         expressions on higher levels of the calling stack.
14572         (idlwave-shell-display-level-in-calling-stack): Restore stack
14573         level.
14574         (idlwave-retrieve-expression-from-level): New function.
14575         (idlwave-shell-last-calling-stack): Variable removed.
14576         (idlwave-shell-reset): Argument action reversed (`visible' to
14577         `hidden').  Also remove stop-line overlay.
14578         (idlwave-shell-calling-stack-routine): New variable.
14579         (idlwave-shell-parse-stack-and-display): Messages now display
14580         negative level numbers.
14581         (idlwave-shell-mode): Set `modeline-format'.
14582         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14583         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14584         21.
14585         (idlwave-shell-print-expression-function): New option.
14587         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14588         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14589         `tool-bar' instead of `toolbar'.
14591 2000-02-02  Dave Love  <fx@gnu.org>
14593         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14594         emacs-lisp-mode-hook.  Don't check for defalias being defined.
14596         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14597         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
14598         the new builtins directly.
14600         * whitespace.el (whitespace): Add :version to defgroup.
14602         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14603         Doc fix.
14605         * thingatpt.el (sexp-at-point, symbol-at-point)
14606         (number-at-point, list-at-point): Add autoload cookie.
14608         * recentf.el (recentf): Add :version to defgroup.
14610         * quickurl.el (quickurl): Add :version to defgroup.
14612         * elide-head.el (elide-head): Use point-marker more.
14614         * bs.el (bs): Add :version to defgroup.
14616         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14618         * progmodes/delphi.el (delphi): Add :version to defgroup.
14620 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
14622         * ange-ftp.el (ange-ftp-write-region): Handle case that
14623         succeeding process operation sets a different coding system.
14625         * calculator.el: New file.
14627 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
14629         * frame.el (frames-on-display-list, framep-on-display): New
14630         functions.
14631         (display-mouse-p, display-popup-menus-p, display-graphic-p)
14632         (display-selections-p, display-screens, display-pixel-width)
14633         (display-pixel-height, display-mm-width, display-mm-height)
14634         (display-backing-store, display-save-under, display-planes)
14635         (display-color-cells, display-visual-class): New functions.
14637         * term/tty-colors.el (tty-color-gray-shades): New function.
14639         * faces.el (display-color-p): Use framep-on-display.
14640         (display-grayscale-p): New function.
14642 2000-01-31  Dave Love  <fx@gnu.org>
14644         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14645         (create-fontset-from-x-resource): Don't concat integers.
14647 2000-01-31  Inge Frick  <inge@nada.kth.se>
14649         * view.el: Some changes in documentation.  Removed some trailing
14650         whitespace. Changed some parameter names to agree with
14651         documentation.
14652         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14653         window is not deleted.  Modifies change 1998-04-26.
14655 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
14657         * windmove.el: New file.
14659         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14660         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14661         progmodes/ebnf-yac.el: Update copyright and license info.
14663         * jit-lock.el (jit-lock-function): Widen before calculating end
14664         position.
14665         (jit-lock-stealth-chunk-start): Rewritten.
14667         * info.el (Info-title-face-alist): Removed.
14668         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14669         faces.
14670         (Info-fontify-node): Use these faces.
14672 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
14674         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14675         (cl-macro-list1): Recognize `&allow-other-keys' instead of
14676         `&allow-other-keywords'.
14678         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14679         the list of directories scanned heuristically.
14681         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14682         exist.
14684 2000-01-30  Jason Rumney  <jasonr@gnu.org>
14686         * w32-fns.el: Define w32-tty-standard-colors.
14688         * startup.el (command-line): Use w32-tty-standard-colors when in
14689         w32 console mode.
14691 2000-01-30  Dave Love  <fx@gnu.org>
14693         * jka-compr.el (jka-compr-load): Fix up load-history.
14695         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14697         * emacs-lisp/cl-macs.el: Revert previous change.
14699 2000-01-29  Dave Love  <fx@gnu.org>
14701         * facemenu.el: Purecopy various strings.
14703         * timezone.el (timezone-fix-time): Window against 69 for two-digit
14704         years.  Deal with three-digit years.
14706         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14707         defconst, purecopy.
14708         (help-back-label): Purecopy it.
14710 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
14712         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14713         variable. If non-nil, order the buffer list according to the
14714         currently selected frame.
14715         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14716         non-nil, pass the selected frame to function buffer-list.
14718 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14720         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14722 2000-01-28  Dave Love  <fx@gnu.org>
14724         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14726         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14727         Don't use lisp-indent-hook property.
14728         (cl-abs): Remove.
14730         * subr.el: Move out indent and edebug specs for when and unless.
14732         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14733         when, unless.
14735         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14736         unless, when.
14738 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
14740         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14741         `collecting' as synonym for `collect'.
14743         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14744         for the case it contains spaces.
14746         * simple.el (what-cursor-position): Change formatting of
14747         messages.
14749         * frame.el (delete-other-frames): New function.
14750         (toplevel): Bind it to C-x 5 1.
14752         * sort.el (sort-numeric-base): New option.
14753         (sort-numeric-fields): If number starts with `0' or `0[xX[',
14754         interpret it as octal or hexadecimal.  Use sort-numeric-base
14755         as default base.
14757         * progmodes/glasses.el: New file.
14759 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
14761         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14762         userids differently.
14764         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14765         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14766         progmodes/ebnf-yac.el: New files.
14768 2000-01-26  Dave Love  <fx@gnu.org>
14770         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14771         on a function with an empty body.  [From Eric Ludlam.]
14773 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
14775         * vc.el (vc-version-diff): Make sure file name is expanded.
14777 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
14779         * scroll-bar.el (scroll-bar-timer): Variable removed.
14780         (scroll-bar-toolkit-scroll): Don't use a timer.
14782 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
14784         * language/thai-util.el (thai-composition-function): Delete
14785         superfluous `a'.
14787 2000-01-24  Dave Love  <fx@gnu.org>
14789         * fortran.el (fortran-mode): Use beginning-of-defun-function,
14790         end-of-defun-function.
14792         * font-lock.el (turn-on-font-lock): Don't depend on window-system
14793         &c.
14795 2000-01-22  Jason Rumney  <jasonr@gnu.org>
14797         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14798         conflicts with new face support.
14800 2000-01-22  Richard M. Stallman  <rms@gnu.org>
14802         * replace.el (query-replace): Rename last arg to DELIMITED.
14803         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14804         (query-replace-regexp): Likewise.
14806 2000-01-20  Richard M. Stallman  <rms@gnu.org>
14808         * subr.el (with-syntax-table): Use make-symbol, not gensym.
14810         * emacs-lisp/lisp.el (beginning-of-defun-function):
14811         Variable renamed from beginning-of-defun.
14812         Do not call make-variable-buffer-local.
14813         (beginning-of-defun-raw): Use new variable name; doc fix.
14814         (beginning-of-defun): Doc fix.
14815         (end-of-defun-function): Variable renamed from end-of-defun.
14816         Do not call make-variable-buffer-local.
14817         (end-of-defun): Use new variable name; doc fix.
14819         * subr.el (dolist, dotimes): Copied from cl-macs.el
14820         and made to work.
14822         * mail/undigest.el (rmail-digest-end-regexps):
14823         Variable replaces rmail-digest-end-regexp.
14824         Allows multiple regexps for detecting the end line.
14825         (undigestify-rmail-message): Corresponding changes.
14827 2000-01-19  Dave Love  <fx@gnu.org>
14829         * files.el (user-init-file): Don't declare here -- is primitive.
14831         * startup.el (command-line): Check for compiled user-init-file and
14832         set to uncompiled version if necessary.
14834 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
14836         * mail/undigest.el (rmail-digest-end-regexp): New user option.
14837         (undigestify-rmail-message): Use it.
14839         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14841 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
14843         * tmm.el (tmm-goto-completions): Adapt to prompt being part
14844         of mini-buffer.
14846 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
14848         * emacs-lisp/copyright.el (copyright-update): Removed the
14849         requirement for a trailing space from `copyright-regexp', to
14850         support copyrights with owner specified on a separate line..
14852         * align.el: New file.
14854         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14856         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14858 2000-01-13  Dave Love  <fx@gnu.org>
14860         * ph.el: Removed.  (Obsoleted by EUDC.)
14862 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
14864         * net/eudc.el (toplevel): Remove autoloaded code installing
14865         menu with easymenu, because that causes build problems.
14867         * frame.el (frame-notice-user-settings): New variable.
14868         (frame-notice-user-settings): Don't modify frame parameters
14869         if called a second time.
14871 2000-01-13  Richard M. Stallman  <rms@gnu.org>
14873         * frame.el (frame-notice-user-settings):
14874         Notice default-frame-parameters even for non-window frames.
14876 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
14878         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14879         for Emacs.
14880         (eudc-bob-can-display-inline-images): Extend for Emacs.
14881         (eudc-bob-toggle-inline-display): Ditto.
14882         (eudc-bob-display-jpeg): Ditto.
14884 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
14886         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14887         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14888         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14890         * add-log.el (add-change-log-entry): Fix error trying an `(insert
14891         nil)'.
14893         * subdirs.el: Add `net' directory.
14895         * net: New directory.
14897         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14898         eval-last-sexp.  Don't bind debug-on-error here.
14899         (eval-last-sexp): New function.  Bind debug-on-error if
14900         eval-expression-debug-on-error is non-nil.
14901         (eval-defun-2, eval-defun): Likewise.
14903         * simple.el (eval-expression): Don't bind debug-on-error if
14904         eval-expression-debug-on-error is nil.  Detect changed
14905         debug-on-error, and propagate new value to global binding, if
14906         eval-expression-debug-on-error is non-nil,
14907         (eval-expression-debug-on-error): Change doc string.
14909 2000-01-11  Richard M. Stallman  <rms@gnu.org>
14911         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14913         * emacs-lisp/lisp-mode.el (with-syntax-table):
14914         Set up lisp-indent-function property.
14916         * subr.el (with-syntax-table): Moved from simple.el.
14918         * simple.el (with-syntax-table): Moved to subr.el.
14920 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
14922         * tmm.el (tmm-shortcut): Delete region after prompt instead
14923         of erasing buffer.
14925         * textmodes/fill.el (fill-common-string-prefix): New function.
14926         (fill-context-prefix): Use the longest common prefix of first
14927         and second line fill prefix, if there is one.
14929 2000-01-11  Richard M. Stallman  <rms@gnu.org>
14931         * array.el (array-mode): Don't use make-variable-buffer-local.
14932         Use make-local-variable for `truncate-lines'.
14934 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
14936         * add-log.el (add-log-current-defun): Handle user-defined
14937         add-log-current-function returning nil,
14939         * add-log.el (add-change-log-entry): Insert version number
14940         if having found a current function
14942         * add-log.el (add-log-current-defun): Call
14943         `add-log-current-defun-function'.  Try matches at level 0 and
14944         level 1.  Strip whitespace from defun found.
14946 2000-01-10  John Wiegley  <johnw@gnu.org>
14948         * allout.el (isearch-done/outline-provisions): Added `edit'
14949         argument to correspond with the current definition of
14950         `isearch-done'.
14952 2000-01-10  Dave Love  <fx@gnu.org>
14954         * elide-head.el (elide-head): Use point-marker, not point.
14956 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
14958         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14959         before and after the year 2000.
14961         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14962         Add ispell- prefix.
14964 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
14966         * ispell.el:  Only define dictionaries in menus when they exist.
14967         (version18p): New variable.
14968         (version20p): New variable.
14969         (xemacsp): New variable.
14970         (ispell-choices-win-default-height): Fix for XEmacs visibility.
14971         (ispell-dictionary-alist1): Added Brasileiro dictionary.
14972         (ispell-dictionary-alist6): Russian command lines no longer accept
14973         run-together words.
14974         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14975         (ispell-dictionary-alist): Add koi8-r to customize definition.
14976         (check-ispell-version): Added documentation string.  Returns
14977         library path when called non-interactively.
14978         (ispell-menu-map-needed): Uses new variables.
14979         (ispell-library-path): New variable.
14980         (ispell-decode-string): XEmacs fix for bogus variable bindings.
14981         (ispell-word): Improved documentation string.  Test for valid
14982         character mappings.  Correctly check typed in word changes that can
14983         result in single words split into multiple words.  Returns
14984         replacement word.
14985         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
14986         replace in recursive query replace mode.  Help message for
14987         recursive edit mode.
14988         (ispell-show-choices): Protect against bad framepop bindings.
14989         (ispell-help): Fix to work with XEmacs.
14990         (ispell-highlight-spelling-error): Use new variables.
14991         (ispell-overlay-window): Fix to work with XEmacs.
14992         (ispell-parse-output): Passed and returns location information
14993         tracking spelling corrections.  Doesn't recheck same word on
14994         current line.
14995         (ispell-init-process): Protect against bogus XEmacs variable binding.
14996         Fix call to single argument in sleep-for.  Use new variables.
14997         (ispell-region): Passed and returns location information tracking
14998         spelling corrections.  Doesn't check same word on current line.
14999         Improved documentation string.  Doesn't resend a line already
15000         checked to the ispell process - fixes bug in LaTeX parsing.
15001         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15002         (ispell-skip-region): No longer skips <TT> in SGML.
15003         (ispell-process-line): Tracks location information with spelling
15004         corrections.  Added documentation string.  Accounts for words
15005         already accepted on this line.  Don't allow query-replace on line
15006         starting with math characters.  Doesn't resend a line already sent
15007         to ispell process.  Fixes alignment error bug.
15009 2000-01-10  Richard M. Stallman  <rms@gnu.org>
15011         * dired-x.el (dired-guess-shell-alist-default):
15012         Suggest xloadimage, which is free, not xv, which isn't.
15014         * ange-ftp.el (ange-ftp-file-name-nondirectory):
15015         Don't ever include the host name or user name in the value.
15017 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
15019         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15020         of a real newline.
15022 2000-01-09  Stephen Eglen  <stephen@gnu.org>
15024         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15025         for .png files.
15027 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
15029         * cus-edit.el (custom-hook-convert-widget): Fix comment.
15031 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
15033         * progmodes/cperl-mode.el: Replace ^F with ^L.
15035         * sendmail.el (toplevel): Provide `sendmail' when compiling
15036         before `require'ing rmail and mailalias to prevent infinite
15037         recursion.
15039 2000-01-08  Dave Love  <fx@gnu.org>
15041         * emacs-lisp/backquote.el: Remove inappropriate customization
15042         (allowing custom.el to use backquote).
15044 2000-01-07  Dave Love  <fx@gnu.org>
15046         * add-log.el (add-log-debugging): Deleted.
15047         (add-change-log-entry): Treat a backup FILE-NAME as its parent
15048         file.  Remove debugging code.
15049         (change-log-get-method-definition, change-log-name): Add doc.
15050         (change-log-sortable-date-at): New function.
15051         (change-log-merge): New command.
15053         * time.el (display-time-string-forms): Make the Mail string active.
15054         (display-time-update): Provide help-echo for load average.
15056         * bindings.el (make-mode-line-mouse2-map): New function.
15057         (mode-line-modified): Use it and simplify.
15058         (mode-line-mule-info): Provide help-echo info.
15059         (minor-mode-alist): Activate the strings.
15060         (make-mode-line-mouse-sensitive): Simplify for
15061         mode-line-buffer-identification.
15063 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
15065         * play/pong.el: New file.
15067 2000-01-06  Dave Love  <fx@gnu.org>
15069         * array.el: Assorted cleanups for compiler warnings, doc strings,
15070         `array-' prefix for symbols.
15072 2000-01-05  Dave Love  <fx@gnu.org>
15074         * textmodes/outline.el (outline-mode-menu-bar-map): Add
15075         outline-headers-as-kill.
15076         (outline-mode): Define imenu-generic-expression.
15077         (outline-headers-as-kill): New command.
15079         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15080         from paragraph-start.
15081         (paragraph-indent-minor-mode): New command.
15083         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15084         M-C-e, M-C-h, C-j, C-xnd, TAB.
15085         (fortran-mode): Set beginning-of-defun, end-of-defun.
15086         (fortran-column-ruler): Simplify.
15087         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15088         (fortran-with-subprogram-narrowing): Likewise.
15089         (fortran-indent-subprogram): Call mark-defun.
15090         (fortran-check-for-matching-do): Change narrowing.
15092         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15093         (cl-lucid-hash-tag): Delete.
15094         (cl-hash-table-p): Correct test for native table.
15095         (cl-hash-table-count): Use hash-table-count.
15097         * browse-url.el (browse-url): Fix case of
15098         browse-url-browser-function being an alist.
15100 2000-01-05  Carsten Dominik  <cd@gnu.org>
15102         * textmodes/reftex-vars.el (reftex-parse-file-extension)
15103         (reftex-index-phrase-file-extension): New options.
15105         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15106         Use new option `reftex-index-phrase-file-extension'.
15108         * textmodes/reftex.el (reftex-access-parse-file): Use new option
15109         `reftex-parse-file-extension'.
15111 2000-01-05  Dave Love  <fx@gnu.org>
15113         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15114         (beginning-of-defun-raw): Use it.
15115         (end-of-defun): New variable.
15116         (end-of-defun): Use it.
15117         (check-parens): New command.
15119 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
15121         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15122         (hs-show-block): Don't use `mapcar' when not accumulating.
15124         Fix buglet in local variables initialization.
15126 2000-01-05  Andreas Schwab  <schwab@suse.de>
15128         * hscroll.el (hscroll): Doc fix.
15130 2000-01-05  Carsten Dominik  <cd@gnu.org>
15132         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15133         idlw-toolbar.
15135         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15136         file idlw-rinfo.el.
15137         (idlwave-customize): load must read file idlw-shell.el.
15138         (idlwave-create-customize-menu): load must read file idlw-shell.el.
15140 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
15142         * progmodes/idlw-shell.el: Also provide idlwave-shell
15143         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15144         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15146         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15147         both reftex-dcr and reftex-vcr.
15149         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15151 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15153         * ps-print.el: PostScript code now is in separate files, doc fix.
15154         (ps-print-version): New version number (5.0.3).
15155         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15156         local.
15157         (ps-spool-config): Initialization fix.
15158         (ps-print-prologue-1, ps-print-prologue-2)
15159         (ps-print-duplex-feature): PostScript code moved to separated file.
15160         (ps-background-image): Little code reformating.
15161         (ps-begin-file, ps-begin-job): Fix code.
15162         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15163         (ps-prologue-file): New fun.
15165 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15167         * ps-vars.el: Eliminated.
15169         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15170         `;;;###autoload'.
15172         * ps-print.el: ps-vars eliminated, doc fix.
15173         (ps-print-version): New version number (5.0.2).
15174         (ps-spool-config): Initialization fix.
15175         (ps-print-customize): New fun.
15177 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
15179         * autorevert.el (auto-revert-mode): Return value of
15180         auto-revert-mode.
15182 2000-01-04  Dave Love  <fx@gnu.org>
15184         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15185         menu items.
15187 2000-01-03  Dave Love  <fx@gnu.org>
15189         * elide-head.el (elide-head) [defgroup]: Add :version.
15191         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15192         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15193         `cl-hash-table-p', not `hash-table-p'.
15194         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15196 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15198         * faces.el (face-read-integer, read-face-attribute)
15199         (color-defined-p, color-values): unspecified-{f,b}g are now
15200         strings.
15202 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
15204         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15205         at comment end, and re-insert them after filling.
15207 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15209         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15210         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15211         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15213 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15215         * term/x-win.el (xw-defined-colors): Call color-supported-p,
15216         the new name of face-color-supported-p.
15218         * term/w32-win.el (xw-defined-colors): Likewise.
15220 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15222         * simple.el (completion-setup-function): Count completion-size
15223         from minibuffer-prompt-end, not from point-min.
15225 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
15227         * faces.el (read-face-attribute, defined-colors, color-defined-p):
15228         Pass the frame to tty-color-* functions.
15229         (display-color-p, frame-set-background-mode): Pass the frame to
15230         tty-display-color-p.
15232         * term/tty-colors.el (tty-defined-color-alist): Renamed from
15233         tty-color-alist.
15234         (tty-color-alist, tty-modify-color-alist): New functions.
15235         (tty-color-define,  tty-color-clear, tty-color-approximate)
15236         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15237         an optional parameter FRAME.
15239 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
15241         * image.el (create-image, defimage): Don't assume image data is a
15242         string.
15244         * image.el (defimage): Handle specifications containing :data
15245         instead of :file.
15246         (image-type-from-data): New function.
15247         (image-type-from-file-header): Use it.
15248         (create-image): Add parameter DATA-P.
15250 See ChangeLog.8 for earlier changes.
15252 ;; Local Variables:
15253 ;; coding: iso-2022-7bit
15254 ;; End: