XEmacs compatibility and doc fixes from Vinicius Jose Latorre
[emacs.git] / lisp / ChangeLog
blob7317481ce827cf4e913e0b3cf623fe3fb797e1df
1 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3         * lpr.el: Compatibility with XEmacs and doc fixes.
4         (lpr-windows-system, lpr-lp-system): New vars.
5         (lpr-printer-switch): New defcustom.
6         (printer-name, lpr-command): Customization fix.
7         (print-region-1): Code fix.
8         (print-region-new-buffer, printify-region): Indentation fix.
9         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
10         functions.
12 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
14         * msb.el (toplevel): Fix the eval-after-load.
16 2001-01-29  Dave Love  <fx@gnu.org>
18         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
20         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
22         * progmodes/tcl.el (outline, dabbrev, add-log): Require when
23         compiling.
24         (tcl-using-emacs-19-23): Consider Emacs 21+.
25         (tcl-help-directory-list, tcl-command-switches): Fix :type.
26         (tcl-add-emacs-menu): Supply menu name.
27         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
29 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
31         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
33 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
35         * pcvs.el (cvs-mark-fis-dead): New function.
36         (cvs-mode-add): Use it.
37         (cvs-mode-add-change-log-entry-other-window):
38         Rebind change-log-default-name to itself rather than to nil.
40 2001-01-29  Sam Steingold  <sds@gnu.org>
42         * vc-cvs.el: replaced (require 'vc) with a bunch of
43         `autoload' statements.
45 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
47         * files.el (confirm-kill-emacs): Doc fix.
49         * frame.el (frame-initialize): Doc fix.
51         * time-stamp.el (time-stamp-string): Doc fix.
53         * woman.el (WoMan-log-1): Make the log buffer writable.  From
54         Markus Rost <rost@math.ohio-state.edu>.
56 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
58         * imenu.el (imenu-syntax-alist): Add autoload cookie for
59         the `make-variable-buffer-local'.
61 2001-01-29  Dave Love  <fx@gnu.org>
63         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
64         (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
65         autoload cookie.
66         (ansi-color-apply-sequence): Fix typo.
68 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
70         * menu-bar.el (menu-bar-files-menu): Add menu items for
71         Postscript printing in black and white.
73         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
74         X-Mailman-Version, Precedence, List-Help, List-Post,
75         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
76         Content-Type, Content-Length.
78 2001-01-29  Dave Love  <fx@gnu.org>
80         * elide-head.el (elide-head): Make overlay evaporate.
82         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
83         fix.
85 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
87         * isearch.el (isearch-highlight): Don't punt if the display
88         doesn't support colors, since isearch faces are defined for
89         monochrome displays as well.
91 2001-01-27  Sam Steingold  <sds@gnu.org>
93         * shell.el (shell-write-history-on-exit): Make sure that we are in
94         the shell buffer (M-x tex-file RET inserted the error message into
95         the TeX buffer).
97 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
99         * simple.el (transient-mark-mode): Doc fix.
101 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
103         * progmodes/etags.el (find-tag-noselect): Don't bind
104         tags-file-name.
106 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
108         * shell.el (shell-unquote-argument): If the shell is one of the
109         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
110         quote character.
111         (shell-dumb-shell-regexp): Document that the shells which match
112         this regexp are supposed to not treat a backslash as a quote
113         character.
115         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
116         from 2001-01-12.  It is not needed, since backspace is mapped into
117         DEL.
119 2001-01-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
121         * dabbrev.el (dabbrev--substitute-expansion):
122         Treat a one-capital-letter abbrev as "not all upper case",
123         so as to force preservation of the expansion's pattern
124         if the expansion starts with a capital letter.
126 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
128         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
129         Doc fix.
131         * simple.el (transient-mark-mode): Document the fact that many
132         commands act on the region when mark is active.
134 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
136         * international/quail.el (quail-setup-completion-buf): Make the
137         multibyteness of current buffer inherited to Quail completion
138         buffer.
139         (quail-show-guidance-buf): Make the multibyteness of current
140         buffer inherited to Quail guidance buffer.
141         (quail-help): Make the multibyteness of current buffer inherited
142         to Quail help buffer.
144 2001-01-26  Dave Love  <fx@gnu.org>
146         * time-stamp.el: Doc fixes.
148         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
149         (delphi-keyword-face, delphi-other-face): Fix :type.
151         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
153         * mail/feedmail.el (feedmail): Add :link.
154         (feedmail-send-it): Doc fix.
156         * mail/sendmail.el: Doc fixes.
157         (sendmail-send-it): Fix the non-ASCII regexp and use
158         rfc2047-encode-string.
160         * dired.el, dired-aux.el: Revert last change.
162 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
164         * makefile.w32-in (DONTCOMPILE): Add various term files.
166 2001-01-26  Dave Love  <fx@gnu.org>
168         * Makefile.in (DONTCOMPILE): Add various term files.
170 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
172         * man.el (Man-default-man-entry, Man-mode): Doc fix.
174         * startup.el (display-startup-echo-area-message): Make sure
175         the echo area is resized to fit the size of the startup
176         message.
178         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
179         part of which is a constant.
181 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
183         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
184         twice.
186 2001-01-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
188         * simple.el (next-line): Don't let `newline' expand abbrevs.
189         Simplify slightly.
190         (open-line): Don't let `newline' expand abbrevs.
192 2001-01-25  John Wiegley  <johnw@gnu.org>
194         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
195         to `repeat' in the :type field.
197         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
198         allow a choice of regexp or nil.
199         (pcomplete-dir-ignore): Same.
201         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
202         a command) to always fail.
204 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
206         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
207         discard the result.
208         (iswitchb-to-end): Likewise.
210 2001-01-25  Sam Steingold  <sds@gnu.org>
212         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
213         Require vc.
215 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
217         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
219         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
221 2001-01-25  Dave Love  <fx@gnu.org>
223         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
224         (describe-coding-system): Tweak the English text.
226         * loadup.el: Preload international/ccl for utf-8.
228 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
230         * mail/rmail.el (rmail-redecode-body): Doc fix.
232 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
234         * international/mule-cmds.el (reset-language-environment): Reset
235         coding-category-utf-8 to mule-utf-8.
237         * international/mule-conf.el (coding-category-utf-8): Initialize
238         to mule-utf-8.
240         * loadup.el: Preload international/utf-8.
242         * international/utf-8.el: New file.
244 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
246         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
248 2001-01-24  Sam Steingold  <sds@gnu.org>
250         * dired.el (dired-replace-in-string): Removed.
251         (dired-sort-toggle): Use `replace-regexps-in-string'
252         instead of `dired-replace-in-string'.
254         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
255         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
257         * gs.el (gs-replace-in-string): Removed.
258         (gs-options): Use `replace-regexps-in-string'
259         instead of `gs-replace-in-string'.
261 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
263         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
264         bug report is mailed to an email list and posted to a news group.
266 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
268         * comint.el (comint-replace-by-expanded-history-before-point): Fix
269         change of 2000-08-03 to move point to the start of the line again.
271         * startup.el (tool-bar-images-pixel-height): New variable.
272         (command-line): After loading the user's init file, when
273         tool-bar-mode is on, increase the frame's size by some lines for
274         the tool-bar.
276         * frame.el (frame-initialize): Create the initial frame invisible.
278 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
280         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
281         (chinese-big5): MIME:Big5.
283 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
285         * international/mule-cmds.el (universal-coding-system-argument):
286         Handle commands with prefix args.
288 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
290         * calendar/diary-lib.el (diary-float): Fix case of MONTH
291         being a list of numbers.
292         (diary-mail-entries): Rewritten.
294 2001-01-23  Dave Love  <fx@gnu.org>
296         * international/mule.el (make-coding-system): Fix typo.
298         * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
299         backward-paragraph as font-lock-beginning-of-syntax-function.
301 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
303         * font-lock.el (font-lock-mode): Doc fix.
305 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
307         * international/mule.el (make-translation-table): Fix docstring.
309 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
311         * mail/rmail.el (rmail-redecode-body): New function.
313         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
315 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
317         * isearch.el (isearch-lazy-highlight-case-fold-search)
318         (isearch-lazy-highlight-regexp): New variables.
319         (isearch-lazy-highlight-cleanup): Update lazy highlight if
320         case-fold search or regexp search has been toggled.
322         * wid-edit.el (widget-button-click): Avoid a save-excursion
323         around running a global binding.
325         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
326         to 0.25.
328 2001-01-20  Miles Bader  <miles@gnu.org>
330         * cus-edit.el (custom-face-save): Do post-processing on the face's
331         new value like `custom-face-set' does.
333 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
335         * mail/emacsbug.el (report-emacs-bug): Report the value of
336         LC_CTYPE, not LC_TYPE.
338         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
339         isearch-toggle-regexp and isearch-edit-string to doc string.
341 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
343         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
344         as font-lock-beginning-of-syntax-function in font-lock-defaults.
346         * jit-lock.el (jit-lock-fontify-now): Don't bind
347         font-lock-beginning-of-syntax-function to nil.
349 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
351         * mail/emacsbug.el (report-emacs-bug): Report values of
352         locale-coding-system, default-enable-multibyte-characters, and the
353         environment variables LC_ALL, LC_TYPE, and LANG.
355 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
357         * font-lock.el (font-lock-default-fontify-region): Fix last
358         change.
360         * font-lock.el (font-lock-multiline): Default to nil.
361         (font-lock-default-fontify-region): If font-lock-multiline is
362         nil, don't check the property `font-lock-multiline'.
364         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
365         is nil, don't check the `font-lock-multiline' text property.
367 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
369         * viper.el: Call initial-major-mode on startup.
371         * ediff.el (ediff-patch-file): Use better defaults.
373         * ediff-vers.el: Fix for 8+3 DOS file systems.
375 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
377         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
378         diff mode, if available.
380 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
382         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
384         * ediff-init.el (subst-char-in-string): Define and use it, unless
385         it's already defined.
387 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
389         * tooltip.el (tooltip-hide-delay): New user-option.
390         (tooltip-show): Use tooltip-hide-delay instead of the default.
392 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
394         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
395         kill-local-variable doesn't work for enable-multibyte-characters.
397 2001-01-17  Dave Love  <fx@gnu.org>
399         * ediff-init.el (ediff-before-setup-hook)
400         (ediff-merge-filename-prefix): Add :version.
402         * international/latin1-disp.el: Require disp-table.
403         (latin1-display): Fix :set.
405         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
407 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
409         * isearch.el (isearch-lazy-highlight-initial-delay)
410         (isearch-lazy-highlight-interval): Default to 0.
412 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
414         * isearch.el (isearch-highlight): Set isearch-overlay priority to
415         1 here rather than each time through
416         isearch-lazy-highlight-new-loop.
417         (isearch-lazy-highlight-max): Variable deleted.
418         (isearch-lazy-highlight-max-at-a-time): New user variable, like
419         isearch-lazy-highlight-max but controls a single invocation of
420         isearch-lazy-highlight-update.
421         (isearch-lazy-highlight-wrapped): Variable recreated.
422         (isearch-lazy-highlight-window-start): New variable.
423         (isearch-lazy-highlight-cleanup): Restored to behavior of
424         before 2-Jan.
425         (isearch-lazy-highlight-remove-overlays): Function deleted;
426         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
427         behavior removed.
428         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
429         isearch-lazy-highlight-update in a loop rather than just once.
430         Test isearch-invalid-regexp here and decide not to start a new
431         loop, rather than testing it each time through
432         isearch-lazy-highlight-update.
433         (isearch-lazy-highlight-search): Function restored.
434         (isearch-lazy-highlight-update): Get called in a timer loop again,
435         but this time highlight more than one match each time through.
436         Only highlight matches in the visible part of the window.  Start
437         at point, move in the direction of the search, and wrap around at
438         the edge of the window.  Use sit-for to force redisplay and ensure
439         window-start is credible.  "Face suppressing" behavior removed;
440         overlay priorities should make it unnecessary, right?
441         (isearch-highlight): Face suppressing behavior removed.
442         (isearch-dehighlight): Face suppressing behavior removed.
443         (isearch-set-lazy-highlight-faces-at): Removed.
445 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
447         * language/european.el ("Latin-1"): Make the format of description
448         about additional language environments same as that of Latin-2.
450 2001-01-16  Dave Love  <fx@gnu.org>
452         * isearch.el (isearch-lazy-highlight): Add :version.
454         * simple.el (backward-delete-char-untabify-method)
455         (next-line-add-newlines): Add :version.
457 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
459         * bindings.el: Bind <backspace> and <delete> via function-key-map.
460         Don't bind <delete> otherwise.
462         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
463         and <delete> via function-key-map.
465         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
466         Subject line only if point is after the `Subject:'.
468 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
470         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
471         japanese-jisx0213-2 in `charset' property of this lang. env.
473         * language/european.el ("Latin-1"): Add description for Dutch and
474         Spanish lang. env.
476         * international/mule.el (decode-char): Fix conditions.
477         (encode-char): Handle eight-bit-control too.
478         (transform-make-coding-system-args): New function.
479         (make-coding-system): Accept XEmacs style arguments for CCL base
480         coding system.
482 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
484         * progmodes/etags.el (find-tag-noselect): Save the value of
485         tags-file-name before switching buffers, for the case it has a
486         buffer-local value.
488 2001-01-15  Alex Schroeder  <alex@gnu.org>
490         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
491         From Dave Love <fx@gnu.org>.
492         (ansi-color-for-comint-mode): Fix :version.
494 2001-01-15  Alex Schroeder  <alex@gnu.org>
496         * ansi-color.el (ansi-color-unfontify-region): Doc change.
498 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
500         * dired.el (dired-insert-directory): If file-system-info fails,
501         remove the " free " part, but don't signal an error.
503 2001-01-12  Sam Steingold  <sds@gnu.org>
505         * bookmark.el (bookmark-maybe-historicize-string):
506         Use new backquote syntax.
508 2001-01-12  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
510         * subr.el (last): Handle a list that doesn't end in nil.
512 2001-01-12  Sam Steingold  <sds@gnu.org>
514         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
515         to `backward-delete-char-untabify'.
517 2001-01-12  Dave Love  <fx@gnu.org>
519         * cus-edit.el (customize-menu-create): Fix the :filter following
520         easymenu change.
522         * wid-edit.el (function): Add :match-alternatives.
523         (widget-color-action): Doc fix.
525 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
527         * calendar/calendar.el (calendar-basic-setup): Doc fix.
529 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
531         * international/mule-cmds.el (prefer-coding-system): Fix
532         docstring.
534         * international/ccl.el (define-ccl-program): Fix docstring.
536 2001-01-11  Dave Love  <fx@gnu.org>
538         * international/mule-cmds.el (standard-display-european-internal):
539         Set display table for 2208 as for 160.
541         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
543         * progmodes/fortran.el (fortran-mode-map): Modify Customization
544         entry for custom-menu-create change.
545         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
546         don't cons it in the search loop.
548         * imenu.el (imenu--truncate-items): Revert last change.
550 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
552         * info.el (Info-setup-header-line): If the node header includes
553         either Next: or Prev: links, don't show the File: and Node: parts
554         in the header line.
556 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
558         * comint.el (comint-goto-process-mark): Don't print a message
559         when running in batch mode.
561         * isearch.el (isearch-search): In the condition-case handler for
562         `error', set isearch-invalid-regexp to the whole error message.
564         * subr.el (eval-after-load): Call load-symbol-file-load-history to
565         ensure that eval-after-load works for files dumped with Emacs.
567         * help.el (load-symbol-file-load-history): New function extracted
568         from function symbol-file.
569         (symbol-file): Use it.
571         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
572         exit.xpm.
574 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
576         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
577         behave as if there were no prefix argument.
578         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
579         argument were nil.
581 2001-01-11  Richard M. Stallman  <rms@gnu.org>
583         * isearch.el (isearch-lazy-highlight-update):
584         Don't look for more potential matches once maximum is exceeded.
585         Use overlays-in to check correctly for overlap with current match.
586         Ignore empty matches.
588 2001-01-11  Miles Bader  <miles@gnu.org>
590         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
591         (ispell-overlay-window, ispell-help, ispell-show-choices)
592         (ispell-command-loop): Use it instead of `window-height'.
594 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
596         * files.el (confirm-kill-emacs): New user-option.
597         (save-buffers-kill-emacs): Ask for final confirmation before
598         killing Emacs.
600         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
601         to nil.
603 2001-01-10  Dave Love  <fx@gnu.org>
605         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
607         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
608         :type.
610         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
612         * calculator.el (calculator-number-digits): Fix :type.
614         * vc-cvs.el (vc-cvs-header): Fix :type.
615         * vc-rcs.el (vc-rcs-header): Fix :type.
616         * vc-sccs.el (vc-sccs-header): Fix :type.
618         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
620         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
622         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
624 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
626         * simple.el (set-variable): Force a thorough redisplay for the
627         case that the variable has an effect on the display, like
628         `tab-width' has.
630 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
632         * vc.el: Add documentation for backend interface.
634 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
636         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
638         * international/mule-conf.el (latin-extra-code-table): Set to t
639         for \223 and \224.
641 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
643         * international/mule-cmds.el (locale-language-names): Map "es" to
644         "Spanish" and "nl" to "Dutch".
646 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
648         * bindings.el (global-map): Bind <home> to beginning-of-line,
649         <end> to end-of-line, C-<home> to beginning-of-buffer, and
650         C-<end> to end-of-buffer.
652         * language/european.el: Add Dutch and Spanish language info
653         to be able to use the appropriate tutorials.
655 2001-01-09  Alex Schroeder  <alex@gnu.org>
657         * ansi-color.el (ansi-color-process-output): Use markers instead
658         of positions for start and end of region.
659         (ansi-color-apply-on-region): Rewrote code to make it more robust.
660         Previously, occasional mistakes happend when fontifying many
661         chunks of output (eg. ls --color=yes /dev).  This happened
662         whenever an overlay was created up to the end of the region, which
663         coincided with the process-mark.  New text would then be added
664         within that overlay instead of after it.
665         (ansi-color-make-extent): Overlays are created with the property
666         `modification-hooks' set to '(ansi-color-freeze-overlay).
667         (ansi-color-freeze-overlay): New function.  When inserting text at
668         the end of the overlay, the overlay will resize.
670 2000-01-09  Alex Schroeder  <alex@gnu.org>
672         * ansi-color.el (ansi-color-process-output): Doc change.
673         (ansi-color-unfontify-region): Doc change.  No longer installed
674         automatically in font-lock-unfontify-region-function.
675         (ansi-color-apply): Doc change.
676         (ansi-color-apply-on-region): Use extents or overlays instead of
677         text-properties.
678         (ansi-color-make-extent): New function.
679         (ansi-color-set-extent-face): New function.
681 2000-01-09  Alex Schroeder  <alex@gnu.org>
683         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
684         both use ansi-color-process-output, now.
685         (ansi-color-process-output): Doesn't return string anymore.  It is
686         installed in comint-output-filter-functions for both Emacs and
687         XEmacs, now.
688         (ansi-color-unfontify-region): Simplified code removing variables
689         pos and start-ansi.
690         (ansi-color-apply): Put text-property ansi-color before putting
691         text-property face because ansi-color-unfontify-region is called
692         immediately after the call to put-text-property.
693         (ansi-color-context-region): Doc change.
694         (ansi-color-filter-region): Simplified code.
695         (ansi-color-apply-on-region): Changed start to start-marker, using
696         a marker explicitly.  Put text-property ansi-color before putting
697         text-property face because ansi-color-unfontify-region is called
698         immediately after the call to put-text-property.
700 2000-01-09  Alex Schroeder  <alex@gnu.org>
702         * ansi-color.el (ansi-color-faces-vector): Doc change.
703         (ansi-color-for-comint-mode): Changed :type property to choice.
704         (ansi-color-last-context): Removed.
705         (ansi-color-process-output): Don't use ansi-color-last-context, as
706         the main functions will store their context now.
707         (ansi-color-context): Doc change.
708         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
709         Uses ansi-color-context such that repeated calls will strip
710         partial escape sequences, too.
711         (ansi-color-apply): Simplified code.  Colorize end of string if
712         face is not null.  Store context in new (FACE STRING) format, such
713         that repeated calls will strip partial escape sequences, too.
714         Append faces to face property using ansi-color-apply-sequence such
715         that cumulative mode actually works.
716         (ansi-color-context-region): New variable.
717         (ansi-color-filter-region): Rewrote it based on
718         ansi-color-apply-on-region.  Uses ansi-color-context-region such
719         that repeated calls will strip partial escape sequences, too.
720         (ansi-color-apply-on-region): Simplified code.  Colorize end of
721         region if face is not null.  Store context in new (FACE POS)
722         format, such that repeated calls will strip partial escape
723         sequences, too.  Append faces to face property using
724         ansi-color-apply-sequence such that cumulative mode actually
725         works.
726         (ansi-color-apply-sequence): New function.
727         (ansi-color-get-face): When the default face is added to the list
728         of faces, all previous settings are discarded and the list of
729         faces is set to '(default).
731 2000-01-09  Alex Schroeder  <alex@gnu.org>
733         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
734         face, such that ansi-color-apply and ansi-color-apply-on-region
735         will do the right thing.
736         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
737         returns nil, set the list of faces back to nil instead of
738         appending the result of ansi-color-get-face to the front of the
739         list.
741 2000-01-09  Alex Schroeder  <alex@gnu.org>
743         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
744         (ansi-color-process): Doc change.
745         (ansi-color-last-context): New buffer-local variable.
746         (ansi-color-process-output): New function.  It is automatically
747         added to comint-output-filter-functions if this is XEmacs.
748         (ansi-color-unfontify-region): New optional parameter for XEmacs
749         compatibility.  Check wether font-lock-syntactic-keywords is
750         boundp before removing the syntax table text property, as XEmacs
751         doesn't have it.
752         (ansi-color-filter-region): Doc change.
753         (ansi-color-apply-on-region): Doc change.
754         (ansi-color-make-face): New function.  Compatibility layer for
755         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
756         (ansi-color-make-color-map): Use ansi-color-make-face.
757         (ansi-color-get-face): Avoid face text property '(nil) as results
758         in an errow for XEmacs.
760 2000-01-09  Alex Schroeder  <alex@gnu.org>
762         * ansi-color.el (ansi-color-unfontify-region): New function.  Uses
763         text-property ansi-color in order to preserve fontification by
764         ansi-color.  When the package is loaded, a lambda expression is
765         put onto font-lock-mode-hook.  This lambda expression will check
766         font-lock-unfontify-region-function and replace
767         font-lock-default-unfontify-region with
768         ansi-color-unfontify-region.
769         (ansi-color-apply): Add text-property ansi-color in addition to
770         text-property face.
771         (ansi-color-apply-on-region): Add text-property ansi-color in
772         addition to text-property face.
773         (save-buffer-state): Copy of the macro that is also used by
774         lazy-lock and font-lock.
776         (ansi-color-for-comint-mode): New option.
777         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
778         (ansi-color-for-comint-mode-off): Ditto.
779         (ansi-color-for-comint-mode-filter): Ditto.
780         (ansi-color-process): New function.  Uses
781         ansi-color-for-comint-mode to decide what to do.  This function is
782         added to comint-preoutput-filter-functions when the package is
783         loaded.
785         (ansi-color-for-shell-mode-set): Removed.
786         (ansi-color-for-shell-mode): Removed.
788 2000-01-09  Alex Schroeder  <alex@gnu.org>
790         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
791         the lambda expression from the ansi-color-for-shell-mode :set
792         property.  Additionally, modify shell-mode-hook to enable or
793         disable font-lock-mode for future shell buffers.
794         (ansi-color-for-shell-mode): The :set property calls
795         ansi-color-for-shell-mode-set instead of a lambda expression.
797 2000-01-09  Alex Schroeder  <alex@gnu.org>
799         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
800         (ansi-color-context): New variable.
801         (ansi-color-apply): Save context between calls.
803 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
805         * isearch.el (isearch, isearch-lazy-highlight-face): New
806         definitions for face colors and attributes.
808         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
809         of display-mouse-p.
811 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
813         * international/mule.el (make-coding-system): If the coding system
814         accepts extra latin codes, register such codes as safe for the
815         coding system.
817 2001-01-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
819         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
820         don't mention the file name or the date here, because they are
821         logged at the start of the file.
823 2001-01-08  Richard M. Stallman  <rms@gnu.org>
825         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
826         Change screen-width to frame-width.
828 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
830         * info.el (Info-search): Print the default as part of the prompt.
832 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
834         * vc.el (vc-default-latest-on-branch-p): New function, replaces
835         constant implementations in backends.
837         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
838         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
840         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
841         WRITABLE to EDITABLE.
843         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
844         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
845         to EDITABLE.
847 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
849         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
850         (copyright, copyright-update): Compute the current year at run
851         time.
853 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
855         * isearch.el (isearch-old-signal-hook): Removed.
856         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
857         instead of setting signal-hook-function.
858         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
860 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
862         * emulation/edt.el: Update to version 4.0.  Provide support for
863         EDT scroll margins at top and bottom of the window.  Provide an
864         emulation of the EDT SUBS command (bound to GOLD-Enter, by
865         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
866         user when file-related buffer modifications exist.  Provide
867         support for running EDT Emulation in XEmacs.  Provide customize
868         access to some user updatable variables.  Add Commentary section
869         to file header.  Fixed a few minor bugs and cleaned up some code.
871         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
872         for detecting a keypress that generates an ASCII key sequence.
873         (Previously, only a keypress that generates a vector was
874         recognized.)  Embed Window Manager name into name of the generated
875         EDT Emulation initialization file since the initialization file is
876         Window Manager specific.  Add Commentary section to file header.
878 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
880         * mail/sendmail.el (mail-mode): Doc fix.
882         * info.el (Info-goto-emacs-command-node): Doc fix.
883         (Info-goto-emacs-key-command-node): Doc fix.
885 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
887         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
888         systems without long file-name support.
890 2001-01-06  Andrew Innes  <andrewi@gnu.org>
892         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
894 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
896         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
897         (isearch-lazy-highlight-update): Doc fix.
899         * ffap.el (ffap-bindings): Doc fix.
901         * dired-x.el (dired-virtual-guess-dir): Doc fix.
903 2001-01-05  Dave Love  <fx@gnu.org>
905         * emacs-lisp/cl-seq.el (remove, remq): Remove.
907 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
909         * mouse-drag.el (mouse-drag-safe-scroll): Bind
910         scroll-preserve-screen-position to nil.
912         * isearch.el (isearch-old-signal-hook): New variable.
913         (isearch-mode): Set signal-hook-function to isearch-done.
914         (isearch-done): Restore old signal-hook-function.
916         * info.el (Info-fontify-node): Mark one more char as intangible.
918 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
920         * composite.el (compose-last-chars): New argument COMPONENTS.  If
921         it is non-nil, compose preceding characters by compose-region with
922         COMPONENTS.
924         * international/quail.el (quail-input-string-to-events): New function.
925         (quail-input-method): Convert input string to events here.
926         (quail-start-translation): Return input string, not event list.
927         (quail-start-conversion): Likewise.
929 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
931         * tooltip.el (tooltip-cancel-delayed-tip)
932         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
933         and tooltip-add-timeout.
934         (tooltip-show): Set border color from faces's foreground.
935         (tooltip-show-help-function): If called with the same help string
936         as last time, do nothing.
937         (tooltip-help-tips): Don't set tooltip-help-message to nil.
939         * startup.el (fancy-splash-screens): Don't bind show-help-function
940         to nil.
942         * tooltip.el (tooltip-frame-parameters): Remove colors.
943         (tooltip): New face
944         (tooltip-set-param): New function.
945         (tooltip-show): Set up color frame parameters from face `tooltip'.
946         Display the tooltip text in face `tooltip'.
948 2001-01-04  Dave Love  <fx@gnu.org>
950         * whitespace.el (whitespace-global-mode): Fix typo.
952         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
954 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
956         * help.el (help-for-help): Fix a typo in a doc string.  From
957         kwzh@gnu.org (Karl Heuer).
959 2001-01-03  Dave Love  <fx@gnu.org>
961         * dired-x.el: Doc fixes.  Maintainer change.
962         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
963         :type.
964         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
965         (dired-guess-shell-alist-user): Customize.
966         (dired-x-help-address): Set to bug-gnu-emacs.
967         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
968         (dired-default-directory): Renamed from default-directory.
970         * hl-line.el (hl-line): Doc fix.
972 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
974         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
976 2001-01-02  Richard M. Stallman  <rms@gnu.org>
978         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
979         to remove all the current alternative-match highlighting.
980         If nil, remove only what's outside the current window.
981         (isearch-lazy-highlight-remove-overlays): Take optional
982         region within which NOT to remove them.
983         (isearch-lazy-highlight-new-loop): Greatly simplified.
984         (isearch-lazy-highlight-update): Find all the other occurrences
985         visible in the window, in just one call.
986         (isearch-lazy-highlight-start): Now holds start of region to scan.
987         (isearch-lazy-highlight-end): Now holds end of region to scan.
988         (isearch-lazy-highlight-wrapped): Variable deleted.
989         (isearch-lazy-highlight-search): Function deleted.
991 2000-01-02  Andrew Innes  <andrewi@gnu.org>
993         * w32-fns.el (convert-standard-filename): Do length check on name
994         before aref.
996 2001-01-02  Dave Love  <fx@gnu.org>
998         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
999         value.
1000         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1002         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1004         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1005         read syntax.
1007         * calendar/todo-mode.el (todo): Add :link, :version.
1008         (todo-save-top-priorities): Remove autoload cookie.
1009         (todo-add-category, todo-add-item-non-interactively)
1010         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1011         cookie.
1013 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
1015         * comint.el (comint-input-history-ignore): New variable.
1016         (comint-read-input-ring): Ignore entries matching
1017         comint-input-history-ignore.
1019 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
1021         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1022         (lm-copyright-mark): New function.
1023         (lm-crack-copyright): New function.
1024         (lm-verify): Check that the file has a copyright.
1025         Check that the file is copyright Free Software Foundation.
1027 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
1029         * international/mule-diag.el (print-fontset): Indent font name by
1030         24 columns, not 25.
1032 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
1034         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1035         in Subject line.
1037         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1038         Use mail-mode-hook instead of mail-setup-hook.  Otherwise
1039         continuing an interrupted message with C-u C-x m for instence,
1040         winds up in Mail mode without abbrevs.
1042 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1044         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1045         non-nil.  Adding almost all customization variables on ps-setup.  Doc
1046         fix.
1047         (ps-print-version): New version number (6.3.3).
1048         (ps-end-with-control-d): Initialization fix.
1049         (ps-lines-printed): New var.
1050         (ps-skip-newline): New fun.
1051         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1052         (ps-next-line, ps-continue-line, ps-plot-region)
1053         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
1055 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
1057         * international/fontset.el (x-complement-fontset-spec): Resolve
1058         ASCII font name so that the same family name is used for fonts
1059         registered in x-font-name-charset-alist.
1060         (create-fontset-from-fontset-spec): Adjusted for the above change.
1061         The name of fontset alias should be a unresolved ASCII font name.
1063 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
1065         * simple.el (delete-key-deletes-forward-mode): Bind backspace
1066         and delete in isearch-mode-map.
1068 2000-12-28  Richard M. Stallman  <rms@gnu.org>
1070         * dired-x.el (dired-guess-shell-alist-default):
1071         Use xpdf instead of acroread.
1073 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
1075         * textmodes/artist.el (artist-butlast): Deleted.
1076         (artist-ellipse-mirror-quadrant): Use butlast instead of
1077         artist-butlast.
1079         * subr.el (butlast, nbutlast): Moved from cl.el to here.
1081         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1083 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
1085         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1087         * ls-lisp.el: Better support for the Mac and MS-Windows.
1088         (ls-lisp): New defgroup.
1089         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
1090         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
1091         (ls-lisp-support-shell-wildcards): New defcustoms.
1092         (ls-lisp-parse-symlink): New function.
1093         (insert-directory): Code to convert switches to a list and set up
1094         the wildcard argument copied from ls-lisp-insert-directory.
1095         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
1096         for -C and -R switches.
1097         (ls-lisp-column-format): New function.
1098         (ls-lisp-delete-matching, ls-lisp-handle-switches)
1099         (ls-lisp-format-time): Add doc strings.
1100         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1101         Support ls-lisp-dirs-first.
1102         (ls-lisp-classify, ls-lisp-extension): New functions.
1103         (ls-lisp-format): Optionally support emulation of symlinks.
1104         Support -i, -s, and -G switches.
1106 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
1108         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1110         * version.el (emacs-version): Print X scroll bar information.
1112         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1113         instead of x-toolkit-scroll-bars-p.
1115         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1116         of x-toolkit-scroll-bars-p.
1118 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
1120         * ffap.el (ffap-bindings): Make interactive and add an autoload
1121         cookie.
1122         (ffap-bindings): Doc fix, to reflect the above change.
1124 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
1126         * term.el (term-char-mode): Define all non-ascii self-inserting
1127         characters to 'term-send-raw in term-raw-map.
1129 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
1131         * viper-init (viper-restore-cursor-type): Added condition-case
1132         guard.
1134         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
1135         initialization; use add-hook.
1136         (ediff-file-remote-p): Use file-local-copy.
1138         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
1140         * ediff.el (ediff-patch-buffer): Bug fix.
1141         (ediff-revision): Allow selection of the file at the prompt.
1143 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
1145         * subr.el (combine-run-hooks): Remove.
1147         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1148         and remove the rogue second spec.
1150 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
1152         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1154 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
1156         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1157         Use minibuffer menu prompt for the `=' prefix.
1158         (smerge-command-prefix): Change default to C-^.
1159         (smerge-mode): Don't assume font-lock doesn't move point.
1161         * skeleton.el (skeleton-internal-1): Make sure the first line of
1162         the region is also re-indented.
1163         (skeleton-end-newline): New var.
1164         (skeleton-end-hook): Use it.
1166 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
1168         * comint.el (comint-password-prompt-regexp): Support CVS.
1170 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
1172         * simple.el (delete-key-deletes-forward-mode): Simplify.  Also
1173         backspace key combinations, depending on
1174         delete-key-deletes-forward.
1176         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1178         * simple.el (delete-key-deletes-forward): Doc fix.
1180 2000-08-22  Emmanuel Briot  <briot@gnat.com>
1182         * xml.el (top level comment): Updated to reflect the fact that
1183         white spaces are relevant in the XML file.
1184         (xml-parse-file): Do not kill an existing Emacs buffer if the file
1185         to parse was already edited. This allows for on-the-fly analysis
1186         of XML files.
1187         (xml-parse-tag): Check that the casing is the same in the start
1188         tag and end tag, since XML is case-sensitive.  Allows for spaces
1189         in the end tag, after the name of the tag.
1190         (xml-parse-attlist): Allow for the character '-' in the name of
1191         attributes, as in the standard http-equiv attribute Do not save
1192         the properties in the XML tree, since they are not relevant.
1194 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
1196         * generic.el (generic-read-type): Undo last change, inline into
1197         `generic-mode' and then remove.
1198         (generic-mode): Inline generic-read-type.
1199         (define-generic-mode): Push the symbol name rather than the symbol
1200         onto generic-mode-list.
1202 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
1204         * generic.el (generic-read-type): Build an alist for
1205         completing-read as in 20.7.
1207         * play/landmark.el (lm): Use interactive spec `P'.
1208         (toplevel): Don't set debug-on-error.
1210         * server.el (server-switch-buffer): Choose a window on a visible
1211         frame.
1213 2000-12-21  Dave Pearson  <davep@davep.org>
1215         * quickurl.el: Commentry change, I've moved my web site.
1217 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1219         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1220         ranges like \177-\237, but accepts the character sequence from \177 to
1221         \237.  Doc fix.
1222         (ebnf-version): New version (3.4).
1223         (ebnf-setup): Code fix.
1224         (ebnf-range-regexp): New fun.
1225         (ebnf-8-bit-chars): Const fix.
1227         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1228         entry.  Doc fix.
1229         (ebnf-bnf-lex): Code fix.
1230         (ebnf-bnf-comment-chars): Const fix.
1232         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1233         entry.  Doc fix.
1234         (ebnf-iso-comment-chars): Const fix.
1236         * ebnf-otz.el: Doc fix.
1238         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1239         entry.  Doc fix.
1240         (ebnf-yac-skip-code): Code fix.
1241         (ebnf-yac-comment-chars): Const fix.
1243 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
1245         * files.el (insert-directory-safely): New function.
1246         (recover-file): Use it instead of insert-directory.  From Markus
1247         Rost <markus.rost@mathematik.uni-regensburg.de>
1249 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
1251         * international/mule-cmds.el (select-safe-coding-system): Check
1252         coding-category-list more rigidly.  Improve help message.
1254         * dired.el (dired-move-to-filename-regexp): Fix previous change.
1256 2000-12-21  Miles Bader  <miles@gnu.org>
1258         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1259         prefix.
1261 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
1263         * international/mule-diag.el (describe-char-after): Make *Help*
1264         buffer inherit multibyteness of the current buffer.
1266         * international/mule.el (make-char): Docstring adjusted for the
1267         change of make-char-internal.
1269 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
1271         * international/iso-cvt.el: Docstrings fix.
1273 2000-12-20  Dave Love  <fx@gnu.org>
1275         * subr.el (eval-after-load): Doc fix.
1277 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
1279         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1280         for numbers.
1282 2000-12-20  Miles Bader  <miles@gnu.org>
1284         * international/quail.el (quail-help): Resize the help window
1285         again after it has all its contents.  Remove unneeded progn.
1287 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
1289         * pcmpl-linux.el: Fix copy/paste error.
1291 2000-12-19  Andrew Innes  <andrewi@gnu.org>
1293         * simple.el (delete-key-deletes-forward-mode): Fix typo in
1294         docstring.
1296 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1298         * progmodes/idlw-rinfo.el: Fixed copyright notice.
1300         * progmodes/idlw-toolbar.el: Fixed copyright notice.
1302         * progmodes/idlw-shell.el: Fixed copyright notice.
1304         * progmodes/idlwave.el: Fixed copyright notice.
1306         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1307         TAB as key separators.
1309 2000-12-19  Alex Schroeder  <alex@gnu.org>
1311         * sql.el (sql-sybase-options): New option.
1312         (sql-sybase): Use it.  Add sql-database to the list of parameters
1313         provided for login.  The options -w 2048 -n are not used any more.
1314         (sql-postgres-options): Changed default from "--pset" to "-P".
1315         (sql-mysql-options): Doc change.
1316         (sql-stop): Doc change.
1318 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
1320         * international/quail.el (quail-input-method): Always hide
1321         the guidance buffer on exiting.
1323 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1325         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1326         isn't fboundp.
1328         * server.el (server-buffer-done): Bury the buffer before
1329         killing it.
1331         * faces.el (face-spec-set): Interpret a nil in specs for
1332         foreground and background colors as `unspecified', for
1333         compatibility with 20.x.
1335 2000-12-18  Dave Love  <fx@gnu.org>
1337         * simple.el (mail-user-agent): Doc fix.
1338         (input-mode-8-bit): Removed.
1340         * international/mule.el (set-keyboard-coding-system): Doc fix.
1341         (keyboard-coding-system): New option.
1343         * mail/sendmail.el (send-mail-function): Customize.
1345 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
1347         * international/codepage.el (cp866-decode-table): New table.
1349 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1351         * version.el (emacs-version): Remove `%a' from the time format
1352         because the weekday doesn't fit well into each locale.
1354 2000-12-18  Miles Bader  <miles@gnu.org>
1356         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1358         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
1359         Check that emacs-major-version is `=' to 20, not `>='.
1360         (artist-replace-chars): Use `make-string' instead of a loop.
1362 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
1364         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1365         (cvs-execute-single-file): Don't change directory.
1366         Patch from Per Cederqvist.
1368 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
1370         * textmodes/ispell.el (check-ispell-version): If
1371         `ispell-program-name' is "aspell", pass it the -v switch instead
1372         of -vv.
1374 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
1376         * international/mule-diag.el (mule-diag): Insert information about
1377         configure options, multibyte awareness, language env.
1379         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1380         regexp to search for candidates.
1382 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
1384         * info.el (Info-forward-node): If the node has an
1385         Info-header-line, widen the buffer before searching for "next:"
1386         and "up:" pointers, and set the search limit to stay in the
1387         current node.
1389 2000-12-16  Miles Bader  <miles@gnu.org>
1391         * simple.el (delete-trailing-whitespace): Remove extraneous let.
1393 2000-12-15  Miles Bader  <miles@gnu.org>
1395         * comint.el (comint-send-string, comint-send-region): Also accept
1396         a buffer, buffer-name, or nil for PROCESS, for compatibility with
1397         process-send-string/region.
1399 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
1401         * isearch.el (isearch-lazy-highlight-max): New user-option.
1402         (isearch-lazy-highlight-update): Don't highlight more than
1403         isearch-lazy-highlight-max matches.
1405         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1407 2000-12-15  Richard M. Stallman  <rms@gnu.org>
1409         * sort.el (sort-columns): Fix error message.
1411         * dabbrev.el (dabbrev--last-case-pattern): Value is now
1412         `upcase' or `downcase' or nil.
1413         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1414         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1415         (dabbrev--substitute-expansion): New arg record-case-pattern.
1416         If it is non-nil, set dabbrev--last-case-pattern.
1417         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1419         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1421 2000-12-15  Miles Bader  <miles@gnu.org>
1423         * paths.el (Info-default-directory-list): Don't delete
1424         configure-info-directory from the list of standard info
1425         directories when appending it to the end -- their order is
1426         important.
1428         * faces.el (read-face-attribute): If there's no entry for the
1429         user's input in VALID, just use it as-is (this will often result
1430         in an error, but it may be OK for e.g. colors using hexadecimal
1431         notation, and at least will yield a better error message).
1433         * window.el (mode-line-window-height-fudge): Function removed.
1434         (height-affecting-face-attributes, mode-line-window-height-fudge):
1435         Variables removed.
1436         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1437         window is really the right size.  Use vertical-motion
1438         rather than forward-line.
1439         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1440         (ispell-command-loop, ispell-show-choices): Use the variable
1441         ispell-choices-win-default-height, rather than the function.
1442         (ispell-choices-win-default-height): Function removed.
1443         (ispell-mode-line-window-height-fudge): Function removed.
1445 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
1447         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1449 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
1451         * paths.el (Info-default-directory-list): If
1452         configure-info-directory is not one of the standard directories,
1453         put it first in the list; otherwise put it last.  Doc string
1454         changed accordingly.
1456         * info.el (Info-directory-list): Change doc string to reflect the
1457         change in Info-default-directory-list.
1459         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1460         windows-nt as windowed environments, even under -nw.
1462         * startup.el (command-line): Don't call x-backspace-delete-keys-p
1463         if not fboundp.  Switch delete-forward mode for the <delete> key
1464         on all PC platforms, even under -nw.
1466         * term/internal.el ([M-delete]): Remap to M-d.
1468 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
1470         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1472 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
1474         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1476 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
1478         * startup.el (command-line): Call delete-key-deletes-forward-mode,
1479         if appropriate.
1481         * simple.el (delete-key-deletes-forward): New user-option.
1482         (delete-key-deletes-forward-mode): New function.
1484         * bindings.el: Bind `delete' to backward-delete-char.
1486         * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1487         if symbol is bound before getting its value.
1489         * tooltip.el (tooltip-show): If an error is signaled in
1490         x-show-tip, display that error, and display the help in the
1491         echo area.
1493 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
1495         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1496         "... entries" messages for every 10000 entries, not 10.
1498 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
1500         * bookmark.el: Provide a generic exit hook, as suggested by
1501         Ovidiu Predescu <ovidiu@cup.hp.com>:
1502         (bookmark-exit-hook): New var.
1503         (bookmark-exit-hook-internal): New func, replaces
1504         old raw lambda form in `kill-emacs-hook', and runs new
1505         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
1506         as logically that feature must have been provided if this function
1507         is running.
1508         Removed ;;;###autoload before the `add-hook' call.
1510 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
1512         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1513         (easy-menu-current-active-maps): New function.
1514         (easy-menu-get-map): Use it.
1515         Make a proper menu entry when creating a new keymap.
1517 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
1519         * international/characters.el: Fix cases and syntaxes for
1520         mule-unicode-0100-24ff.
1522         * dired.el (dired-move-to-filename-regexp): Fixed for the case
1523         that a Japanese character is not appended after day and year.
1525         * info.el (Info-suffix-list): Change format for a command that
1526         requires arguments.
1527         (info-insert-file-contents): Adjusted for the above change.
1529 2000-12-12  Andreas Schwab  <schwab@suse.de>
1531         * tar-mode.el (tar-extract): Base the name of the subfile buffer
1532         on the name of the tar buffer.  Verify that the existing buffer is
1533         visiting the same subfile.
1535 2000-12-12  Dave Love  <fx@gnu.org>
1537         * subdirs.el: Add obsolete.
1539 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
1541         * mail/rmailsum.el (rmail-summary-expunge)
1542         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1543         instead of rmail-confirm-expunge.
1545         * replace.el (perform-replace): Don't use an empty match adjacent
1546         to a non-empty match when computing the next match before the
1547         replacement is performed.
1549 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
1551         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1552         definition (patch by Stefan Monnier).
1553         (glasses-mode): Use jit-lock instead of `after-change-functions'
1554         (patch by Stefan Monnier).
1556 2000-12-12  Miles Bader  <miles@gnu.org>
1558         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1559         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1561 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
1563         * term/mac-win.el: Remove load for ls-lisp.
1565         * loadup.el: Load ls-lisp for system-type `macos'.
1567 2000-12-12  Miles Bader  <miles@gnu.org>
1569         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1570         Respect field end too.
1571         (just-one-space): Respect fields as `delete-horizontal-space'.
1572         (newline-and-indent, reindent-then-newline-and-indent): Use
1573         `delete-horizontal-space'.
1575 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
1577         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1578         (so as to obey the field property in the minibuffer).
1580         * obsolete/c-mode.el: Moved from lisp/progmodes.
1581         * obsolete/auto-show.el: Moved from lisp.
1582         * obsolete/ooutline.el: Moved from lisp/textmodes.
1584 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1586         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
1587         changes to list them here.
1589         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.  Too
1590         many changes to list them here.
1592         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.  Too
1593         many changes to list them here.
1595         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1597 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
1599         * simple.el (kill-new): Don't try to setcar kill-ring if it is
1600         nil.
1602         * cus-edit.el (custom-save-variables, custom-save-faces):
1603         Comment fix.
1605         * hscroll.el: Moved to `obsolete' subdir.
1607 2000-12-11  Miles Bader  <miles@gnu.org>
1609         * window.el (window-text-height): Function removed (now in C).
1611 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
1613         * log-edit.el (log-edit-parent-buffer): New var.
1614         (log-edit): Set it.  Add BUFFER argument.
1615         (log-edit-done): Use char-before.
1616         Don't bother checking validity of vc-comment-ring.
1617         Only bury the buffer if log-edit popped it up.
1619         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1620         (cvs-mode-diff-help): Remove.
1621         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
1622         (cvs-mode-marked): Set up the default for CMD manually.
1624         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1625         Remove binding for ? now made unnecessary.
1627 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1629         * textmodes/reftex.el (reftex-scanning-info-available-p): New
1630         function
1631         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1633         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1634         when master file is not open.
1636 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
1638         * progmodes/ada-stmt.el: Update `maintainer'.
1640 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
1642         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1643         choices to match documentation string.
1645 2000-12-09  Miles Bader  <miles@gnu.org>
1647         * minibuf-eldef.el: New file.
1649         * window.el (fit-window-to-buffer): Don't pass last argument to
1650         pos-visible-in-window-p, now that its meaning is inverted.
1652 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
1654         * image.el (create-image): Doc fix; spotted by Per Cederqvist
1655         <ceder@lysator.liu.se>.
1657 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
1659         * autoinsert.el (auto-insert-alist): Add missing final \n.
1661         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
1662         (cvs-menu-map): Remove.
1663         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1664         (cvs-mode-quit): Turn it back into a plain function.
1666         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
1667         (texinfo-filter): Remove (move to texinfo.el).
1669         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1670         file where it's more visible.
1671         (texinfo-filter, texinfo-chapter-level-regexp): New variables
1672         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1673         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1674         (texinfo-inside-macro-p): Only catch `scan-error's.
1675         (texinfo-inside-env-p): Make better use of the match info.
1676         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1677         (texinfo-insert-@end): Slight re-organization.
1678         Also remove useless `looking-at' call.
1680 2000-12-08  Andrew Innes  <andrewi@gnu.org>
1682         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1683         accessible in -nw mode.
1685         * term/w32-win.el: Remove stuff about selection timeout, which is
1686         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
1687         it is accessible in -nw mode.
1689 2000-12-08  Dave Love  <fx@gnu.org>
1691         * emacs-lisp/lisp-mode.el (lisp-mode): Set
1692         font-lock-keywords-case-fold-search.
1694 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
1696         * textmodes/ispell.el (ispell): Doc fix.
1698 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
1700         * international/quail.el (quail-insert-decode-map): Check the
1701         frame width of a window displaying the current buffer, not that of
1702         the selected frame.
1703         (quail-help): Make sure that the help buffer has window before
1704         inserting text in it.
1706 2000-12-07  Sam Steingold  <sds@gnu.org>
1708         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1709         Backquote is used in isearch.el, so autoloading saves nothing.
1711 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
1713         * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1714         the CVS and RCS subdirectories case-insensitively.
1716         * dired.el (dired-insert-directory): If file-system-info is
1717         fboundp, call it instead of invoking dired-free-space-program.
1719 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
1721         * server.el (server-visit-files): Push files on file-name-history.
1723         * progmodes/cc-langs.el: Update copyright.
1725         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1727         * bindings.el (mode-line-mode-menu): Add glasses-mode.
1729         * bindings.el (mode-line-mode-menu): Reverse the order
1730         of define-keys so that the menu appears in alphabetical order.
1732 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
1734         * progmodes/glasses.el (glasses-mode): Update mode line at the end
1735         of the function.
1737 2000-12-07  Dave Love  <fx@gnu.org>
1739         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1741         * facemenu.el (facemenu-unlisted-faces): Fix value.
1743 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
1745         * font-lock.el (font-lock-default-fontify-region):
1746         Include the terminating \n (off-by-one error).
1747         (font-lock-set-defaults): Use dolist.
1749         * derived.el (define-derived-mode): Don't use combine-run-hooks.
1751 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
1753         * international/mule-cmds.el (describe-language-environment): Fix
1754         for the case that an input method title is not string but a list.
1756         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1757         of wrong SIZE record.
1759 2000-12-06  Dave Love  <fx@gnu.org>
1761         * newcomment.el (comment-region, comment-dwim): Doc fix.
1763         * textmodes/texinfo.el: Require tex-mode when compiling.
1764         (texinfo-update-node): Doc fix.
1765         (texinfo-imenu-generic-expression): Add @anchor.
1766         (texinfo-font-lock-keywords): Add @uref.
1767         (texinfo-inside-macro-p): Don't use ignore-errors.
1768         (texinfo-insert-quote): Match more contexts.
1770         * international/mule.el (decode-char, encode-char): Doc fix.
1771         (auto-coding-alist): Customize.
1773         * files.el (load-file): Fix change of 2000-03-12.
1775         * wid-edit.el (widget-text-keymap): Doc fix.
1777 2000-12-06  Andrew Innes  <andrewi@gnu.org>
1779         * makefile.w32-in (lisp): Set to an absolute directory, namely
1780         $(CURDIR).
1782 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
1784         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1785         read generated-autoload-file, and set buffer-file-coding-system to
1786         raw-text-unix after reading the file.
1788         * international/mule-conf.el (file-coding-system-alist): Use
1789         raw-text for reading loaddefs.el and raw-text-unix for writing
1790         it.
1792 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
1794         * replace.el (occur): Make line-number-width 1 smaller for the
1795         colon following the line number.
1797         * startup.el (fancy-splash-text, command-line-1): Use
1798         `File' for the menu name instead of `Files'.
1800         * tmm.el: Update copyright.
1802         * cus-start.el: Add entry for even-window-heights.
1804 2000-12-06  Miles Bader  <miles@gnu.org>
1806         * faces.el (frame-set-background-mode): Avoid stomping on
1807         locally modified faces.
1809 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
1811         * international/fontset.el: Correct the font registries for
1812         japanese-jisx0213-1 and japanese-jisx0213-2.
1814 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
1816         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
1818         * iswitchb.el: Update customization commentary.
1820 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
1822         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
1823         (tpu-search-highlight): Fixed comparison of overlay end positions.
1824         (tpu-trim-line-ends): Implemented trimming logic locally.
1826         * emulation/tpu-extras.el (tpu-write-file-hook)
1827         (tpu-set-cursor-bound): Replaced picture-clean with
1828         tpu-trim-line-ends.
1830 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
1832         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1833         to cn-gb.
1834         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1836 2000-12-04  Dave Love  <fx@gnu.org>
1838         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1840 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
1842         * mail/rmailsum.el (rmail-summary-expunge)
1843         (rmail-summary-expunge-and-save): Ask for confirmation with
1844         rmail-expunge-confirmed.
1846         * mail/rmail.el (rmail-expunge-confirmed): New function.
1847         (rmail-expunge): Use it.
1849         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1850         (etags-recognize-tags-table, find-tag-in-order): New
1851         functionality: interpret file names as tags.
1853 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
1855         * info.el (Info-scroll-prefer-subnodes): New defcustom.
1856         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1857         visit the first subnode until the bottom of the current node is
1858         visible.
1860 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
1862         * format.el (format-decode): Don't change buffer's undo list.
1864 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
1866         * faces.el (face-font-registry-alternatives): Add entries for CJK
1867         fonts.  Doc-string adjusted for the actual usage of this data.
1869         * international/fontset.el: Change the font registries for CJK
1870         fonts in the default fontset.  Don't append '*' to registries.
1872 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
1874         * emacs-lisp/easy-mmode.el (define-derived-mode)
1875         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1877         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1878         (derived-mode-p): New function.
1879         (derived-mode-make-docstring): Add `docstring' argument.
1880         Use it if available and complete it if necessary.
1882 2000-12-03  Andreas Schwab  <schwab@suse.de>
1884         * type-break.el (type-break): Don't make parent of itself.
1886 2000-12-03  Miles Bader  <miles@gnu.org>
1888         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1890 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
1892         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1893         (tex-main-file, tex-file): Simplify.
1894         (tex-generate-zap-file-name): Use subst-char-in-string.
1895         (tex-strip-dots): Remove.
1897         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1899         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1900         to check if the match succeeded.
1902 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
1904         * startup.el (use-fancy-splash-screens-p): New function.
1905         (command-line-1): Use it to determine whether or not to use
1906         a fancy splash screen.
1908 2000-12-02  Andreas Schwab  <schwab@suse.de>
1910         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
1912 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
1914         * international/mule.el (make-char): Fix last change.
1916         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1917         New defcustoms.
1918         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1919         autoloading tex-mode; instead, do the same manually.  Use
1920         texinfo-open-quote and texinfo-close-quote.  Insert literal quote
1921         with numeric argument.  Docstring fix.
1922         (toplevel): Require cl when compiling.
1924         * international/mule.el (make-char): Doc fix.
1926 2000-12-02  Jason Rumney  <jasonr@gnu.org>
1928         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1929         the Emacs Lisp manual)
1931 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
1933         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1935         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1936         the Emacs Lisp manual).
1938 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
1940         * simple.el (next-line-add-newlines): Change default to nil.
1942 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
1944         * files.el (revert-buffer, recover-file): Bind
1945         coding-system-for-read to emacs-mule-unix, not to no-conversion.
1947 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
1949         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1951 2000-12-01  Miles Bader  <miles@gnu.org>
1953         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1955 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
1957         * international/mule-diag.el (describe-char-after): Fix typo.
1958         (describe-character-set, non-iso-charset-alist): Fix typo.
1960 2000-12-01  Miles Bader  <miles@gnu.org>
1962         * image-file.el (image-file-name-regexp): Automatically add
1963         upper-case variants of each filename extension in
1964         `image-file-name-extensions', since they seem to be common.
1966         * simple.el (minibuffer-contents)
1967         (minibuffer-contents-no-properties, delete-minibuffer-contents):
1968         New functions.
1969         * filecache.el (file-cache-directory-name)
1970         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1972 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
1974         * filecache.el (file-cache-minibuffer-complete): Don't try to
1975         delete the minibuffer prompt.
1977 2000-11-30  Dave Love  <fx@gnu.org>
1979         * cus-start.el: Fix read-buffer-function type.
1981 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
1983         * md5.el: Removed.  There's a built-in function, now.
1985 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
1987         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1988         as dummy 0-th char of rmail-deleted-vector.
1990 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
1992         * ps-print.el (ps-end-job): Bind case-fold-search only after
1993         switching to ps-spool-buffer.
1995 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1997         * ps-print.el: Line number font customization.  PostScript: Lines and
1998         PageCount are initialized on each page.  Doc Fix.
1999         (ps-print-version): New version number (6.3.2).
2000         (ps-lpr-switches, ps-font-info-database, ps-font-size)
2001         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2002         (ps-right-header): Customization fix.
2003         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2004         Fix code.
2005         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2006         New vars.
2008 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
2010         * bs.el: Fix typos and spelling errors.
2011         (bs-appearance) <defgroup>: Renamed from bs-appearence.
2012         (bs-configuration): Doc fix.
2014         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
2016 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
2018         * emulation/tpu-edt.el (tpu-version): New version.
2019         (tpu-search-overlay, tpu-replace-overlay): New initial range.
2020         (tpu-original-mode-line): Variable deleted.
2021         (tpu-mark-flag): New initial value.
2022         (tpu-set-mode-line): Don't redefine mode-line-format.  Add
2023         tpu-mark-flag to minor-mode-alist.
2024         (tpu-update-mode-line): New mark flag logic.
2025         (tpu-get): Use find-file-wildcards.
2026         (tpu-search-highlight): Move overlay less, reset overlay properly.
2027         (tpu-unselect): Deactivate mark.
2028         (tpu-lm-replace): Reset overlay properly.
2029         (tpu-forward-line): Use forward-visible-line.
2030         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
2032         * emulation/tpu-extras.el (tpu-forward-line): Use
2033         forward-visible-line.
2035 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
2037         * cus-edit.el (custom-face-value-create): Always emphasize tag.
2039 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2041         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2042         and skip whitespace and newlines.
2044 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
2046         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2048 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
2050         * help.el (describe-function-1): Regexp-quote function name
2051         when used as part of a regexp.
2053         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2054         face-attribute instead of face-foreground and face-background.
2055         (tool-bar-add-item): Likewise, and handle unspecified colors.
2057         * enriched.el (enriched-face-ans): Use face-attribute instead
2058         of face-foreground and face-background.
2060         * faces.el (face-foreground, face-background, face-stipple):
2061         Return nil if attribute is unspecified, for backward
2062         compatibility.
2064         * files.el (auto-mode-alist): Add an entry for antlr-mode.
2066         * play/5x5.el: Remove version info.
2068         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2070         * frame.el (blink-cursor-mode): Doc fix.
2072 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2074         * antlr-mode.el: New commands to run ANTLR from within Emacs and
2075         to create Makefile rules.
2076         (antlr-tool-command): New user option.
2077         (antlr-ask-about-save): New user option.
2078         (antlr-makefile-specification): New user option.
2079         (antlr-file-formats-alist): New variable.
2080         (antlr-special-file-formats): New variable.
2081         (antlr-unknown-file-formats): New user option.
2082         (antlr-help-unknown-file-text): New variable.
2083         (antlr-help-rules-intro): New variable.
2084         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2085         (antlr-mode-menu): Add entries.
2086         (antlr-file-dependencies): New function.
2087         (antlr-directory-dependencies): New function.
2088         (antlr-superclasses-glibs): New function.
2089         (antlr-run-tool): New command.
2090         (antlr-makefile-insert-variable): New function.
2091         (antlr-insert-makefile-rules): New function.
2092         (antlr-show-makefile-rules): New command.
2094         * antlr-mode.el: More Emacs/XEmacs stuff.
2095         (antlr-no-action-keywords): New constant with value nil.
2096         (antlr-font-lock-keywords-alist): Use it.  Old value would break
2097         syntax highlighting in Emacs-21.0.
2098         (antlr-default-directory): Emacs/XEmacs dependend function.
2099         (antlr-read-shell-command): Ditto.
2100         (antlr-with-displaying-help-buffer): Ditto.
2102 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2104         * antlr-mode.el: imenu, parsing and highlighting changes.
2105         (antlr-imenu-create-index-function): Don't create extra submenus
2106         for definitions in different grammar classes.  It is not necessary
2107         for the menu and would make command `imenu' awkward to use.
2108         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2109         header actions and more than one.
2110         (antlr-font-lock-tokendef-face): Changed color.
2111         (antlr-font-lock-tokenref-face): Changed color.
2112         (antlr-font-lock-additional-keywords): Also highlight lowercase.
2113         (antlr-mode-syntax-table): New variable.
2114         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2115         (antlr-with-syntax-table): Don't copy syntax table.
2117 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2119         * antlr-mode.el: Minor changes: language setting.
2120         (antlr-language-alist): The value for file option "language" can
2121         be both an identifier and a string.
2122         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2123         (antlr-language-limit-n-regexp): Change accordingly.
2125 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2127         * antlr-mode.el: Minor changes: tabs, hiding.
2128         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2129         (antlr-action-visibility): Also allow value nil to also hide the
2130         braces.  Renamed from `antlr-tiny-action-length'.
2131         Suggested by Jay@aol.com.
2132         (antlr-hide-actions): Change accordingly.  Hide line if completely
2133         hidden action is on a line of its own.
2135 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2137         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2139         * sort.el (sort-columns): Don't concat strings with numbers.
2141 2000-11-29  Dave Love  <fx@gnu.org>
2143         * cus-edit.el (face): Fix :format.
2145         * mail/feedmail.el: Require smtpmail when compiling.
2146         (mail-do-fcc): Autoload.
2147         (feedmail) <defgroup>: Fix :link.
2148         (feedmail-nuke-body-in-fcc): Fix :type.
2149         (feedmail-send-it): Add autoload cookie.
2151 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2153         * newcomment.el (comment-indent): Save excursion around call to
2154         comment-indent-function.
2156 2000-11-29  Miles Bader  <miles@gnu.org>
2158         * subr.el (member-ignore-case): Return the tail of the list who's
2159         car matches, like `member', not the matching element itself.
2161 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
2163         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
2164         should not contain `\n'.
2166 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2168         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2170         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2172         * dired-aux.el (dired-do-create-files): Construct default file
2173         name for dired-mark-read-file-name so that when the user enters
2174         just RET, the target file will end up in the target directory.
2176         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2177         local-abbrev-table before changing buffers because it might
2178         have a buffer-local binding.
2180 2000-11-28  Miles Bader  <miles@gnu.org>
2182         * simple.el (delete-horizontal-space): Handle fields more generally.
2184 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2186         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2188 2000-11-28  Dave Love  <fx@gnu.org>
2190         * progmodes/ps-mode.el (ps-mode): Set comment-start and
2191         comment-start-skip locally.
2193         * progmodes/fortran.el (fortran-mode): Don't set
2194         fortran-comment-line-start-skip.  Set comment-start to
2195         fortran-comment-line-start.
2196         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2197         (fortran-comment-line-start-skip): Simplify slightly.
2199 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2201         * play/5x5.el: Remove RCS keyword.
2203         * bs.el: Mistaken commit, undone 2000-11-30.
2205 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
2207         * textmodes/tildify.el (tildify-string-alist): Add
2208         `plain-tex-mode' here.
2210 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
2212         * chistory.el (Command-history-setup): Remove extraneous `keymap'
2213         reference.
2215 2000-11-28  Miles Bader  <miles@gnu.org>
2217         * cus-face.el (custom-face-attributes): Add post-filter function
2218         for :box.  Make pre-filter function for :box handle all cases.
2220         * wid-edit.el (widget-choose): Make sure pop-up window is large
2221         enough to display all the choices, as there's no way to scroll it.
2223 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
2225         * international/mule-conf.el: Make the coding system no-conversion
2226         safe for all characters.
2228 2000-11-27  Dave Love  <fx@gnu.org>
2230         * net/ldap.el (ldap) <defgroup>: Add :version.
2232         * tooltip.el (tooltip-use-echo-area): Doc fix.
2234         * cus-start.el <minibuffer-prompt-properties>: Add version.
2235         <read-buffer-function>: Add.
2237         * apropos.el (apropos-print): Add help-echo to active text.
2239         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2241 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
2243         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2244         type, group and version.
2246 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
2248         * select.el (x-get-selection): Docstring fix.
2250 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
2252         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2254 2000-11-27  Andrew Innes  <andrewi@gnu.org>
2256         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2258         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2260 2000-11-27  Miles Bader  <miles@gnu.org>
2262         * dired.el (dired-get-filename): Return filename verbatim if
2263         LOCALP is `verbatim'.
2264         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2265         `verbatim' so that we don't inadvertently delete a non-existant
2266         directory name.
2268 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
2270         * international/characters.el: Specify cases and syntaxes for
2271         mule-unicode-0100-24ff.
2273 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
2275         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2276         that foreground and/or background colors of the face `tool-bar'
2277         are unspecified.
2279 2000-11-27  Miles Bader  <miles@gnu.org>
2281         * wid-edit.el (widget-field-buffer, widget-field-start)
2282         (widget-field-end): Handle widget field `pseudo-overlays'.
2283         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2284         if it's there instead of in `widget-field-list'.
2286         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2287         (help-make-xrefs): Delete extraneous newlines at the end of the
2288         docstring.
2290 2000-11-25  Jason Rumney  <jasonr@gnu.org>
2292         * startup.el (command-line): Call set-locale-environment after
2293         Window System init file is read, as it can result in a call to
2294         redraw-frame.
2296 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
2298         * simple.el (shell-command): Mention the effect of the prefix
2299         argument in the doc string.
2301 2000-11-25  Miles Bader  <miles@gnu.org>
2303         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2305         * wid-edit.el (widget-field-value-delete): Don't try to delete
2306         overlay when it's the `pseudo-overlay' that exists at some points.
2308 2000-11-24  Jason Rumney  <jasonr@gnu.org>
2310         * international/mule-cmds.el (locale-language-names): Add "jp" as
2311         a non-standard alternative for Japanese.
2313 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
2315         * vc-hooks.el: Require 'cl during compilation.
2317 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
2319         * faces.el (face-set-after-frame-default): Let face attributes
2320         specified for new frames override frame parameters.
2322         * startup.el (command-line): Fix computation of the source file
2323         for user-init-file when user-init-file is a compiled file.
2325 2000-11-24  Miles Bader  <miles@gnu.org>
2327         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2328         (custom-post-filter-face-spec): New functions.
2329         (custom-face-set, custom-face-value-create): Filter the face spec
2330         before and after customization.
2331         (custom-face-set): If VALUE specifies a null face, pass a
2332         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2333         * cus-face.el (custom-face-attributes): Remove SET and GET
2334         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
2335         cases they're needed.
2337         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2338         that it's distinguishable from the :off-glyph on dark-background
2339         displays.  Set its background color too.
2341         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2342         so that people can easily turn it off.
2344 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
2346         * ediff-diff.el: Moved variables around to have it compile under NT.
2348         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2350         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2352         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2353         redundant skip-small-frames test.
2355         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
2356         (viper-downgrade-to-insert): protect against errors in hooks.
2358         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2359         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2360         (viper-restore-cursor-type,viper-set-insert-cursor-type): New
2361         functions.
2363         * viper-util.el (viper-memq-char): Bug fixes.
2365         * viper.el (viper-mode): Fix cursor handling.
2367 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
2369         * international/mule-diag.el (list-iso-charset-chars): For
2370         two-byte charset, fix the `while' condition.
2371         (list-non-iso-charset-chars): Fix the `while' condition.
2373 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
2375         * subr.el (add-hook, remove-hook): Don't call make-local-hook
2376         if the variable is make-variable-buffer-local.
2378         * progmodes/ada-stmt.el (ada-template-map): Initialize
2379         and bind it to C-c t in ada-mode-map.
2380         (ada-stmt-mode-hook): New function extracted from old code.
2381         Only change the buffer-local side of skeleton-*.
2382         (ada-mode-hook): Use it.
2384 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
2386         * iswitchb.el (iswitchb-minibuf-depth): New variable.
2387         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2388         we expect to be returned by minibuffer-depth once we prompt the
2389         user in the minibuffer.
2390         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2391         as recorded in iswitchb-minibuf-depth, return non-nil.
2393 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
2395         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2396         (hscroll-window-maybe): Docstring fix.
2398 2000-11-23  Dave Love  <fx@gnu.org>
2400         * rect.el (string-rectangle): Don't test delete-selection-mode.
2402 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
2404         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2405         is in the tool bar.
2407         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2408         with `no-dir'; we want the directory part to be able to remove
2409         it.
2411 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2413         * textmodes/outline.el (outline-flag-region):
2414         Don't bind inhibit-read-only since we don't modify the buffer.
2415         (outline-isearch-open-invisible): Don't jump to overlay-start
2416         since we're trying to unhide text around point.
2417         (outline-discard-overlays): Use dolist.
2419         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2421 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2423         * mail/rmail.el (rmail-confirm-expunge): Default to
2424         y-or-n-p.
2426 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2428         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2429         Fix ARG regexp to skip quoted braces.
2430         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2431         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2432         are (correctly) handled separately).
2433         Remove `caption' and `footnote' from `citations': they contain text.
2434         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2435         (latex-skeleton-end-hook): New function.
2436         (latex-mode): Use it.
2437         (tex-start-tex-marker): Remove.
2438         (tex-send-tex-command): Don't set tex-start-tex-marker.
2439         (tex-error-parse-syntax-table): New var.
2440         (tex-compilation-parse-errors): Use it.
2441         Ignore tex-start-tex-marker.  Don't bother with marker-position.
2442         (tex-validate-buffer): Don't bother with marker-position.
2444         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
2445         (flyspell-generic-progmode-verify): Use it.
2447 2000-11-22  Sam Steingold  <sds@gnu.org>
2449         * simple.el (delete-trailing-whitespace): New interactive
2450         function.
2452         * progmodes/ada-mode.el (ada-mode): Use it instead of
2453         `ada-remove-trailing-spaces'.
2454         (ada-remove-trailing-spaces): Removed.
2456         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
2458         * textmodes/picture.el (picture-clean): Removed.
2459         (picture-mode-exit): Call it instead of `picture-clean'.
2461 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2463         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2465         * hi-lock.el (hi-lock-refontify): Don't call non-existent
2466         jit-lock-fontify-buffer; it should anyway be unneccessary to
2467         do anything special when jit-lock is active.
2468         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2470 2000-11-22  Dave Love  <fx@gnu.org>
2472         * calendar/todo-mode.el (todo-top-priorities): Use
2473         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2475         * language/chinese.el, language/cyrillic.el:
2476         * language/devanagari.el, language/ethiopic.el, language/greek.el:
2477         * language/hebrew.el, language/indian.el, language/japanese.el:
2478         * language/korean.el, language/lao.el, language/misc-lang.el:
2479         * language/thai.el, language/tibetan.el, language/vietnamese.el:
2480         Use provide.
2482         * cus-edit.el (custom-buffer-create-internal): Save some consing.
2483         (custom-variable-set): Improve validation error mesage.
2485         * rect.el (string-rectangle): Revert last change.
2486         (string-rectangle-line): New arg DELETE.
2487         (string-rectangle): Check delete-selection-mode.
2489         * emacs-lisp/edebug.el (edebug-version)
2490         (edebug-maintainer-address): Deleted.
2491         (edebug-submit-bug-report): Just alias to report-emacs-bug.
2492         (edebug-read-function): Account for other `'#' read forms.
2493         (edebug-mode-menus): Make some items toggles.
2494         (edebug-outside-unread-command-event, unread-command-event):
2495         Remove these to avoid warnings.
2497 2000-11-22  David Ponce  <david@dponce.com>
2499         * recentf.el (recentf-menu-items-for-commands)
2500         (recentf-make-menu-items, recentf-make-menu-item)
2501         (recentf-filter-changer): Added :help and :active menu-item properties.
2503         (recentf-build-dir-rules, recentf-dump-variable)
2504         (recentf-edit-list, recentf-open-files-item)
2505         (recentf-open-files): Replaced unnecessary `mapcar' with new
2506         built-in `mapc'.
2508 2000-11-23  Miles Bader  <miles@gnu.org>
2510         * faces.el (menu): Make inverse-video on ttys too.
2512 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2514         * simple.el (comment-line-break-function): Use the new name
2515         indent-new-comment-line -> comment-indent-new-line.
2516         (clone-indirect-buffer): Don't ignore NORECORD.
2517         (next-completion): Properly handle the case where items are adjacent.
2519         * mouse.el (popup-menu): Stupid typo.
2521 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2523         * emacs-lisp/authors.el: Remove autoload cookies, add author,
2524         maintainer, keywords tags.
2526         * rect.el (replace-rectangle): Don't call string-rectangle-line
2527         with too many arguments.
2529 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
2531         * ediff-util.el (ediff-file-checked-out-p)
2532         (ediff-file-checked-in-p): Call vc-state instead of
2533         vc-locking-user, which no longer exists.
2535         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2537 2000-11-22  Dave Love  <fx@gnu.org>
2539         * md5.el (md5): Provide.
2540         (md5): Fix error call.
2542 2000-11-22  Miles Bader  <miles@gnu.org>
2544         * textmodes/refill.el (refill-adjust-ignorable-overlay)
2545         (refill-fill-paragraph-at): Remove debugging code.
2547         * calendar/calendar.el (generate-calendar-window): When we don't
2548         call `fit-window-to-buffer', make sure the top line is fully visible.
2550         * image-file.el (insert-image-file): Don't make `read-only'
2551         property rear-nonsticky.
2553         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2554         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2555         stashing away its original value.
2556         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2557         in the recursive edit.
2558         Bind `isearch-original-minibuffer-message-timeout' to protect it.
2559         (isearch-done): Restore `minibuffer-message-timeout'.
2561         * cus-start.el: Remove entry for `mode-line-inverse-video'.
2563 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
2565         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2567         * find-lisp.el (find-lisp-find-files-internal):
2568         Use dolist, when and file-name-as-directory.
2570         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
2571         (define-derived-mode, define-minor-mode): Add specs.
2573         * window.el: General comment and spacing fixes.
2574         (save-selected-window): Use backquotes.
2575         (window-safely-shrinkable-p): New function.
2576         (shrink-window-if-larger-than-buffer): Use it.
2578         * subr.el (make-local-hook): Docstring fix.
2580         * shell.el (shell-mode): Use define-derived-mode.
2582         * newcomment.el (comment-indent): Insert comment before calling
2583         comment-indent-function.  Don't insert in column 0.
2584         (comment-dwim): Indent before inserting comment.
2586         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
2587         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
2588         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2589         Use mapc rather than map.
2591         * files.el (find-buffer-visiting): Compare all attributes before
2592         declaring two files identical (rather than just their inode-no).
2593         (auto-mode-alist): Use \' rather than $.
2595         * which-func.el: Update maintainer line.
2597         * pcvs.el (uniquify-buffer-file-name): Remove advice.
2598         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2599         (uniquify-buffer-file-name): Use it.
2601 2000-11-22  Miles Bader  <miles@gnu.org>
2603         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2604         * simple.el (minibuffer-avoid-prompt): New function.
2606 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
2608         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2610 2000-11-21  Miles Bader  <miles@gnu.org>
2612         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2613         inclusion of `track-mouse'.
2615         * textmodes/refill.el (refill-ignorable-overlay): New variable.
2616         (refill-adjust-ignorable-overlay): New function.
2617         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2618         only the paragraph's tail if possible.
2619         Update `refill-ignorable-overlay'.
2620         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2622         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2623         point inside the fill-prefix.
2625         * textmodes/refill.el (refill-post-command-function): Don't reset
2626         refill-doit in the case where a self-insertion command doesn't
2627         case a refill.  Use `refill-fill-paragraph-at', getting position
2628         from `refill-doit'.
2629         (refill-after-change-function): Set `refill-doit' to END.
2630         (refill-fill-paragraph-at): New function, mostly from old
2631         refill-fill-paragraph.
2632         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2633         (refill-pre-command-function): New function.
2634         (refill-mode): Add it to `pre-command-hook'.
2636 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
2638         * textmodes/artist.el (artist-mode): Fix autoload cookie.
2640         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2641         javadoc tags.
2643 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
2645         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2646         vc.el).
2648         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
2649         require vc.
2651         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
2652         checkouts.
2654 2000-11-20  Dave Love  <fx@gnu.org>
2656         * Makefile.in (DONTCOMPILE): Omit bindings.el.
2658 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
2660         * calculator.el (calculator-paste): Use `if' instead of `and'
2661         and `or'.
2662         (calculator-help): Don't use electric-describe-mode for XEmacs.
2664 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
2666         * info.el (info-menu-5): Doc fix.
2668         * textmodes/artist.el: New file.
2670 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
2672         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
2673         and differentiate according to checkout model.
2674         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2675         since this function is only concerned with master state.
2677         * vc-hooks.el (vc-workfile-unchanged-p,
2678         vc-default-workfile-unchanged-p): Moved here from vc.el.
2680         * vc.el (vc-workfile-unchanged-p,
2681         vc-default-workfile-unchanged-p): See above.
2683 2000-11-19  Miles Bader  <miles@gnu.org>
2685         * image-file.el (insert-image-file): Make `intangible' and
2686         `read-only' properties rear-nonsticky too.
2688 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
2690         * ps-print.el: Update copyright notice.
2692         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2693         (tooltip-show): Use the offsets.
2695         * bindings.el (mode-line-modified): Fix a typo.
2696         (mode-line-toggle-modified, mode-line-widen)
2697         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2699 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
2701         * ps-print.el (toplevel): Test for find-coding-system being
2702         fboundp before calling ps-x-find-coding-system.
2704 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2706         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2707         (vc-version-backup-file): Docstring fix.
2709 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
2711         * files.el (basic-save-buffer): Don't add a newline if
2712         find-file-literally is non-nil.
2713         (find-file-literally): Extend doc string.
2715         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2716         sort(1) with the `-f' argument.
2718 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
2720         * vc.el: Updated backend documentation.
2721         (vc-default-check-headers): New function.
2723         * vc-{cvs,rcs,sccs}.el: Functions reordered.
2725         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
2726         up-to-date.
2727         (vc-do-command): In the asynchronous case, output messages only if
2728         the minibuffer is not active.
2730         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
2731         `vc-cvs-use-edit' is on.
2732         (vc-cvs-checkout): When this is used for reverting the workfile,
2733         make a backup of the original contents and revert to that in case
2734         of error.
2735         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
2736         remote repositories.
2738         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2739         for both version and ratio in the minibuffer.
2741         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
2742         Use vc-do-command to perform the annotation, not call-process.
2744 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
2746         * international/quail.el (quail-start-translation): Don't call
2747         `message' before reading key sequence.
2749 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
2751         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2753 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
2755         * window.el (fit-window-to-buffer): Be sure to acquire at least
2756         one text line even if the buffer is empty.
2758 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
2760         * net/ange-ftp.el (ange-ftp-file-writable-p)
2761         (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2762         ange-ftp-process-verbose to nil.
2764 2000-11-15  Dave Love  <fx@gnu.org>
2766         * wid-edit.el (widget-specify-field, widget-specify-button): If
2767         :help-echo is a function, set help-echo of overlay to
2768         widget-mouse-help.
2769         (widget-mouse-help): New function.
2770         (widget-echo-help): Rewritten for :help-echo functions only taking
2771         a widget arg.
2773         * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2774         display-graphic-p.
2775         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2776         and that JPEG is available.
2777         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2779         * international/mule-cmds.el (locale-charset-language-names):
2780         Match @euro.
2782 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
2784         * faces.el (face-set-after-frame-default): If
2785         `inhibit-default-face-x-resources' is bound, don't intialize the
2786         default face from X resources.
2788 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
2790         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2791         Don't set EMACSLOADPATH.
2793 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
2795         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
2796         texinfo-insert-@url.
2797         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
2798         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2800 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
2802         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
2803         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
2804         (checkdoc-minor-keymap): Backward compatibility.
2805         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
2806         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
2807         (checkdoc-this-string-valid-engine): Be a bit more strict
2808         to avoid matching substrings of `...' quoted vars/funs.
2809         (checkdoc-defun-info): Only look for `interactive' if alone.
2810         (debug-ignored-errors): Add "arg doesn't appear in docstring".
2812         * progmodes/compile.el (grep): `tag-default' can be nil.
2814         * newcomment.el (comment-indent): Paren typo.
2816 2000-11-14  Dave Love  <fx@gnu.org>
2818         * calculator.el: New maintainer version.
2820         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
2822         * cmuscheme.el: Doc fixes.
2823         (cmuscheme) <defgroup>: Use `scheme' as parent.
2824         (cmuscheme-program-name): Remove.  Change uses to
2825         scheme-program-name.
2827         * xscheme.el (scheme-program-name): Don't define here.
2829         * progmodes/scheme.el (scheme-program-name): New variable
2830         (originally in cmuscheme).
2832 2000-11-14  Miles Bader  <miles@gnu.org>
2834         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2835         Handle header-lines.  Don't loop forever if we can't enlarge the
2836         window anymore.  Simplify a bit.
2838 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
2840         * window.el (fit-window-to-buffer): Don't check
2841         window-text-height.  Assure that the last line is fully visible.
2843         * international/quail.el (quail-show-guidance-buf): Call
2844         fit-window-to-buffer to assure the enough height of the guidance
2845         buffer.
2846         (quail-update-guidance): Avoid making the guidance buffer shorter.
2848 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
2850         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2851         rather than `prepend' and add an interesting comment.
2852         (tex-math-face, tex-font-lock-syntactic-face-function):
2853         New face and function to use it.
2854         (tex-define-common-keys, tex-mode-map): Use menu-item rather
2855         than `menu-enable' symbol property.
2856         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2857         (tex-mode): Add some latex-mode commands for auto-selection.
2858         Use tex-font-lock-syntactic-face-function.
2859         (tex-insert-quote): Simplify.
2860         (tex-shell): New mode.
2861         (tex-start-shell): Use it.
2862         (tex-shell-proc, tex-shell-buf): New functions.
2863         (tex-send-command): Use it.
2864         (tex-main-file): Fix the meaning of the new arg REALFILE.
2865         (tex-send-tex-command): New function split from `tex-start-tex'.
2866         Set compilation-last-buffer and compilation-parsing-end.
2868         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2869         when it follows non-comment text on the line.
2871         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2872         Set font-lock-defaults.
2873         (lisp-mode-shared-map): Init inside the defvar.
2874         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2875         Use define-derived-mode.
2877 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
2879         * faces.el (header-line): Use `:box nil' for color/gs displays too.
2881 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
2883         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2884         recursively optimize body because that can lead to infinite
2885         recursion; see comment there.
2887 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
2889         * faces.el (face-spec-set-match-display): Revert the change from
2890         2000-10-24.  Add a FIXME for after v21.1.
2892 2000-11-13  Miles Bader  <miles@gnu.org>
2894         * textmodes/fill.el (skip-line-prefix): New function.
2895         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
2896         (fill-paragraph): Don't leave point inside the fill-prefix.
2897         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2898         point inside the fill-prefix.
2900 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
2902         * calendar/calendar.el (generate-calendar-window): Use
2903         `fit-window-to-buffer'.
2905 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
2907         * gud.el (gud-minor-mode): New var.
2908         (gud-symbol, gud-val): New functions.
2909         (gud-find-file): Copy gud-minor-mode to the new buffer.
2910         (gud-menu-map): Include entries for commands that are not always
2911         available, using :enable to (de)activate them.
2912         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
2913         (gud-mode-map): New map.
2914         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
2915         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2916         Don't set up gud's menu (it's done by the minor-mode).
2917         (gud-minibuffer-local-map): New.
2918         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2919         (gud-query-cmdline): New function.
2920         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
2921         (gud-mode): Use define-derived-mode.
2922         Don't set up gud's menu (it's done by the minor-mode).
2923         (gud-chop-words): Remove.
2924         (gud-common-init): Use split-string instead.
2925         (gud-new-keymap, gud-make-debug-menu): Eradicate.
2927         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2928         Add keyword arg :name.
2930         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2931         (diff-count-matches, diff-split-hunk): New functions.
2932         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2934         * pcvs-info.el (cvs-fi-conflict-face): New var.
2936         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2937         Make it into a simple syntax-table, shared among all submodes.
2938         (sh-heredoc-face): Re-introduce.
2939         (sh-font-lock-syntactic-face-function): New function.
2940         (sh-mode): Use it.  Also use define-derived-mode.
2941         Remove old bogus setting of indent-region-function.
2942         (sh-set-shell): Don't set the syntax-table any more.
2943         (sh-mode-syntax-table) <defun>: Remove.
2945 2000-11-12  Miles Bader  <miles@gnu.org>
2947         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2948         message if interactive.
2950 2000-11-12  Dave Love  <fx@gnu.org>
2952         * mail/feedmail.el: Fix header,
2953         (feedmail) <defgroup>: Add :link.
2955         * view.el: Use local-map property, not keymap on mode-line string.
2957         * scroll-all.el (scroll-all-mode): Customize variable.  Add
2958         autoload cookie to function.
2960         * lazy-lock.el: Remove compatibility code.
2962         * finder.el (finder-known-keywords): Add `files', remove `vms'.
2963         (finder-help-echo): New variable.
2964         (finder-mouse-face-on-line): Add help-echo stuff.
2965         (finder-list-keywords, finder-list-matches): Use mapc.
2967         * faces.el (face-font-registry-alternatives): Add :version.
2969         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2970         tags-table-list.
2972         * net/browse-url.el (browse-url-browser-function): Update :version.
2974         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
2975         (mail-mode): Use [:alnum:] in some regexps.
2977 2000-11-10  Dave Love  <fx@gnu.org>
2979         * ediff.el (ediff-regions-internal, ediff-documentation):
2980         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2981         fundamental mode.
2983         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2984         buffer into fundamental mode.
2985         (ediff-set-difference): Use copy-sequence if available.
2987         * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2988         ediff-patch-map non-nil.
2989         (ediff-fixup-patch-map, ediff-fixup-patch-map)
2990         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2991         buffer into fundamental mode.
2993         * ediff-merg.el (state-or-merge): Defvar when compiling.
2995 2000-11-10  Jason Rumney  <jasonr@gnu.org>
2997         * w32-fns.el (w32-add-charset-info): New function.
2998         (w32-charset-info-alist): Use it.
3000 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
3002         * faces.el (face-font-registry-alternatives): New user-option.
3004 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
3006         * textmodes/texinfo.el (texinfo-block-default): New var.
3007         (texinfo-insert-block): Use it.  Insert a newline if needed.
3009         * textmodes/fill.el (fill-indent-according-to-mode): New var.
3010         (fill-region-as-paragraph): Use it.
3012         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3013         (latex-mode): Tweak tex-*-(head|trail)er regexps.
3014         Tweak paragraph regexps to allow a leading [ \t]*.
3015         (tex-latex-block): Insert a newline if necessary.
3016         (latex-insert-item): Only insert a newline if necessary.
3017         (tex-guess-main-file): New function.
3018         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
3019         Set tex-main-file if TeX-master is provided.
3020         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3022 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
3024         * startup.el (command-line): Set the default tooltip-mode
3025         to t for graphical displays which implement x-show-tip.
3027         * tooltip.el (tooltip-mode): Add a comment about startup.el
3028         setting the default value of this user-option.
3030 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
3032         * font-lock.el (font-lock-*-face) <defvar>: Move.
3033         (font-lock-defaults-alist): Mark obsolete.
3034         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3035         (font-lock-mode): Use define-minor-mode.
3036         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3037         (font-lock-turn-off-thing-lock): Be more explicit.
3038         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3039         (font-lock-syntactic-face-function): New var.
3040         (font-lock-fontify-syntactically-region): Use it.
3041         (font-lock-doc-face): New.
3043         * pcvs.el (cvs-enabledp): Ignore errors.
3044         (cvs-commit-filelist): Never query.
3045         (cvs-mode-insert): Always add a terminating / in the initial prompt.
3046         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3047         (cvs-do-removal): Use cvs-partition rather than delete-if.
3048         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3049         cvs-bury-buffer.
3051         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3052         Allow `next' to jump to after the end of the last match.
3054 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
3056         * simple.el (byte-compiling-files-p): New function.
3058         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3059         if it is there.
3061         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3062         nil again.
3064         * textmodes/ispell.el (ispell-library-path): Don't call
3065         check-ispell-version when byte-compiling because that starts
3066         an ispell process, and ispell might not be installed.
3067         (toplevel): Don't set up a menu when byte-compiling.
3069         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3070         it, so that a boundp test can be used to determine if we're
3071         currently byte-compiling.
3073 2000-11-09  Dave Love  <fx@gnu.org>
3075         * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3076         eval-after-load.
3078 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3080         * ps-print.el: Patch for variable initialization when spooling.  Doc
3081         fix.
3082         (ps-output-list): Fun eliminated.
3083         (ps-begin-file, ps-begin-job): Code fix.
3085 2000-11-08  Dave Love  <fx@gnu.org>
3087         * ediff-wind.el (ediff-control-frame-parameters): Zero
3088         tool-bar-lines.
3090 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
3092         * simple.el (shell-command, display-message-or-buffer)
3093         (shell-command-on-region): Mention resize-mini-windows in the doc
3094         string.
3095         (display-message-or-buffer): Take the value of resize-mini-windows
3096         into account.
3098 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
3100         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3102         * dired.el (dired-between-files): Add `^. find' as an alternative
3103         to the regular expression, for find-dired.
3105 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3107         * textmodes/texnfo-upd.el: Require texinfo.
3108         (defmacro, defgroup): Remove.
3109         (texinfo-section-to-generic-alist): Remove.
3110         Use texinfo-section-list instead (i.e. level is changed string->int).
3111         (texinfo-filter): New function.
3112         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3113         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3114         Use it.  And use regexp-opt.
3115         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3116         (texinfo-update-menu-region-beginning)
3117         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3118         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3119         (texinfo-update-menu-same-level-regexps): Update.
3120         (texinfo-update-node, texinfo-every-node-update)
3121         (texinfo-sequential-node-update): Remove autoload cookie.
3123         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3124         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3125         (texinfo-chapter-level-regexp): Remove.
3126         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3128 2000-11-06  Dave Love  <fx@gnu.org>
3130         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
3132         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3133         Match defun*.
3135 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
3137         * composite.el (composition-function-table): Variable declaration
3138         moved to src/composite.c.
3139         (compose-chars-after): New optional arg object.
3141 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
3143         * bindings.el (mode-line-toggle-read-only)
3144         (mode-line-toggle-modified, mode-line-widen)
3145         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3146         (make-mode-line-mouse2-map): Rewritten.
3147         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3148         functions so that C-h k can show something with a doc string.
3150         * startup.el (fancy-splash-delay): Set to 10 seconds.
3151         (fancy-splash-max-time): New user-option.
3152         (fancy-splash-stop-time): New variable.
3153         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
3154         (fancy-splash-screens-1): Throw `stop-splashing' when current
3155         time is greater than fancy-splash-stop-time.
3157 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3159         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3161         * pcvs.el (cvs-mode-marked): New arg `noquery'.
3162         Prompt user for a file rather than raising an error.
3163         (cvs-enabledp): Fix call to cvs-mode-marked.
3164         (cvs-insert-file): New function (extracted from cvs-mode-insert).
3165         (cvs-mode-insert): Use it.  Change the init prompt' value.
3166         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3168         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3169         Don't pass default arg to ewoc-locate.
3170         (ewoc-collect): Return result in the right order.
3172         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3174         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3175         (cvs-status-get-tags): Fix regexp.
3176         (cvs-status-trees, cvs-status-cvstrees):
3177         Combine after change hooks and don't sit-for.
3178         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3179         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
3180         Use make-char rather than hard-coded cryptic data.
3181         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3183         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3185         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3186         (cvs-insert-strings): New function.
3188 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
3190         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3191         `mwheel-scroll-amount'.
3192         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3193         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3194         string-matching against the version string.
3196 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
3198         * language/thai.el ("Thai"): Set a lisp form that produces
3199         composed string in `sample-text' language info.
3201         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3202         composed string in `sample-text' language info.
3204         * international/mule-cmds.el (describe-language-environment): Eval
3205         `sample-text' data and insert the result.
3207         * international/mule-conf.el (compound-text): Define this coding
3208         system here.  Make x-ctext and ctext aliases of it.
3210         * language/european.el (compound-text, ctext): Moved to
3211         international/mule-conf.el.
3213 2000-11-05  Andrew Innes  <andrewi@gnu.org>
3215         * w32-fns.el (w32-version): New function.
3217 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
3219         * progmodes/awk-mode.el: Update copyright.
3220         (awk-mode-abbrev-table): Remove.
3221         (awk-font-lock-keywords): Use regexp-opt.
3222         (awk-mode): Use define-derived-mode.
3224         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3225         when extracting a suffix.
3227 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
3229         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
3230         auto-save-mode.
3232 2000-11-04  Jason Rumney  <jasonr@gnu.org>
3234         * language/european.el (decode-mac-roman): Test against r1 not r0.
3236 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
3238         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3239         (icon-mode): Define indent-line-function.
3240         (icon-comment-indent): Simplify.
3241         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3243         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3245         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3246         Bind change-log-default-mode to defeat the caching done on it.
3247         Don't bother saving excursion any more.
3249         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3251         * frame.el (after-setting-font-hook): Rename hooks -> hook.
3252         (set-frame-font): Use the new name (and the old for compatibility).
3254         * toolbar/tool-bar.el (tool-bar-mode):
3255         * time.el (display-time-mode):
3256         * recentf.el (recentf-mode):
3257         * paren.el (show-paren-mode):
3258         * mwheel.el (mouse-wheel-mode):
3259         * msb.el (msb-mode):
3260         * jka-compr.el (auto-compression-mode):
3261         * image-file.el (auto-image-file-mode):
3262         * hl-line.el (hl-line-mode):
3263         * delsel.el (delete-selection-mode):
3264         * autoinsert.el (auto-insert-mode):
3265         * complete.el (partial-completion-mode): Drop unneeded positional args.
3267         * info.el (Info-mode):
3268         * comint.el (comint-mode): Don't bother with make-local-hook.
3270         * log-edit.el (log-edit-menu): New menu.
3272 2000-11-03  Miles Bader  <miles@gnu.org>
3274         * wid-edit.el (widget-end-of-line): Reinstate, with a new
3275         definition, so that trailing spaces are handled properly.
3276         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3278 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
3280         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3281         tab character.
3282         (fancy-splash-screens): Set tab-width to 20.
3284 2000-11-03  Dave Love  <fx@gnu.org>
3286         * comint.el (comint-completion-addsuffix): Fix custom type.
3288 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
3290         * font-lock.el (font-lock-buffers): Remove.
3291         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3292         (font-lock-change-major-mode): Remove.
3293         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3294         (font-lock-default-fontify-region): Extend the multiline
3295         fontification to whole lines.
3296         (font-lock-fontify-anchored-keywords)
3297         (font-lock-fontify-keywords-region): If matching just one
3298         line (with \n) only mark the \n as multiline.
3300         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3301         Correctly handle the case where several :group args are supplied.
3302         Allow :extra-args.
3303         (easy-mmode-define-global-mode): Allow :extra-args.
3304         Correctly handle the case where several :group args are supplied.
3306 2000-11-02  Miles Bader  <miles@gnu.org>
3308         * calendar/calendar.el (diary-face, calendar-today-face)
3309         (holiday-face): Remove dependency on `window-system'.
3311 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
3313         * Makefile.in (emacs): Set EMACSLOADPATH always.
3314         (update-authors, .el.elc, compile-files): Don't do it explicitly
3315         here.
3316         (compile-files): Bomb out if compilation of a file fails.
3318 2000-11-02  Dave Love  <fx@gnu.org>
3320         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3322 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
3324         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3325         punctuation in the warning inserted into the *mail* buffer.
3327 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
3329         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3330         (authors-public-domain-p): New function.
3331         (authors-print): Use it.
3333         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3335         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3337 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3339         * ps-print.el: Extension for even/odd printing.  Doc fix.
3340         (ps-print-version): New version number (6.3.1).
3341         (ps-even-or-odd-pages): Customization fix.
3342         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3343         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3344         (ps-page-count): Var replaced by `ps-page-column'.
3345         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3346         (ps-print-sheet-p): New fun.
3348 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3350         * tooltip.el (tooltip-gud-tips-setup): New function.
3351         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3352         (tooltip-mode): Call tooltip-gud-tips-setup.
3353         (tooltip-gud-tips): Use `gud-basic-call' instead of
3354         process-send-string, so the prompt gets frobbed appropriately.
3355         Handle nil return value from `tooltip-gud-print-command'.
3357 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
3359         * comint.el (comint-add-to-input-history): New function.
3360         (comint-send-input): Use `comint-add-to-input-history'.
3362 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3364         * info.el (info-menu-header): New face.
3365         (Info-fontify-menu-headers): New function.
3366         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3368         * info.el (Info-insert-dir): Don't include blank lines at
3369         beginning of additional dir files (one is added automatically).
3371 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
3373         * emacs-lisp/easy-mmode.el (define-minor-mode):
3374         Revert the latest changes.
3375         Allow the three positional arguments to be skipped and replaced
3376         by keyword arguments.
3377         Add a :toggle argument to determine whether a nil arg means toggle
3378         or means turn-on.  The default is unchanged.
3379         Add a call to force-mode-line-update.
3381 2000-11-01  Dave Love  <fx@gnu.org>
3383         * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3384         cookie.
3386 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
3388         * calendar/calendar.el (diary-face, holiday-face): Add
3389         dark-background variants.
3391 2000-10-31  Sam Steingold  <sds@gnu.org>
3393         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3394         `tex-main-file' does not have directory in it.
3396 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
3398         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3400 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
3402         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3403         functional change.
3405 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
3407         * files.el (find-file-noselect): When we expand a wildcard, return
3408         a list of buffers, as we should do according to the doc string.
3410 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
3412         * loadup.el (top level): Adjust load path if program name is
3413         "../src/bootstrap-emacs", in case it's not dumped and thus the
3414         load path adjustment hasn't already been done.
3416 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3418         * ps-print.el: Fix bug on selected pages for printing.  Use
3419         `color-values' for Emacs 21.  Ensure fontification when jit-lock
3420         is on.  Try to avoid warning messages when compiling.  Doc Fix.
3421         (ps-print-version): New version number (6.3).
3422         (ps-color-device): Use `color-values' to determine if device
3423         supports color.
3424         (ps-color-values): Try to use `x-color-values' when using XEmacs.
3425         (ps-print-page-p): Changed from defsubst to defun.
3426         (ps-page-number): Changed from defmacro to defun.
3427         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3428         printing.
3429         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
3430         (ps-end-file, ps-dummy-page): Funs eliminated.
3431         (ps-print-color-scale): Changed default value.
3432         (ps-page-n-up, ps-print-page-p): New internal vars.
3433         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3434         (ps-plot-region, ps-generate, ps-end-job): Code fix.
3436         * delim-col.el: Little programming improvement.
3437         (delimit-columns-str): New macro.
3438         (delimit-columns-region, delimit-columns-rectangle): Code fix.
3440 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
3442         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3443         Moved to european.el.
3444         (ccl-encode-mac-roman-font, fontset-mac): Modified for
3445         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3446         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3447         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
3449 2000-10-30  Dave Love  <fx@gnu.org>
3451         * progmodes/cc-menus.el (imenu-generic-expression)
3452         (imenu-progress-message): Only defvar when compiling.
3454         * emacs-lisp/elp.el (elp-unload-hook): New function.
3456         * loadhist.el (unload-feature): Call elp-restore-function,
3457         checking for symbols; don't use elp-restore-all.
3458         (loadhist-hook-functions): Doc fix.
3460 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3462         * log-edit.el (log-edit-confirm): Fix the default.
3464 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3466         * delim-col.el: Little fix: replace delimit-columns-align-columns by
3467         delimit-columns-format.
3468         (delimit-columns-region, delimit-columns-rectangle): Code fix.
3470 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
3472         * comint.el (comint-replace-by-expanded-history): Don't use
3473         comint-get-old-input (we're not looking at *old* input).
3474         (comint-get-old-input-default): If using fields, signal an error
3475         when the point is not in an input field.
3477 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
3479         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3480         and mule-unicode-e000-ffff.
3482         * international/mule.el (decode-char, encode-char): New functions.
3483         (make-coding-system): Accept a symbol of translation table as a
3484         value of property `safe-chars'.
3486         * international/mule-cmds.el (encode-coding-char): Check property
3487         safe-chars instead of safe-charsets.
3489         * international/fontset.el (fontset-default): Modified for
3490         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3491         (x-font-name-charset-alist): Likewise.
3492         (ccl-encode-unicode-font): New CCL program.  Record it in
3493         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3495         * language/european.el (mac-roman-decoder, mac-roman-encoder):
3496         New translation tables.
3497         (decode-mac-roman, encode-mac-roman): Definition of these CCL
3498         programs are modified and moved from mac-win.el.
3499         (mac-roman): Definition of this coding system is modified and
3500         moved from mac-win.el.
3502 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
3504         * ediff-wind.el (ediff-setup-control-frame): Enclose
3505         face-attribute in condition-case to avoid errors in older emacsen.
3507 2000-10-29  Miles Bader  <miles@gnu.org>
3509         * custom.el (custom-add-to-group): Allow multiple entries for a
3510         given value OPTION, as long as their widget types are different.
3511         * cus-edit.el (custom-face-value-create): If face name doesn't end
3512         with "face", add such here (similar to custom group widgets).
3514         * comint.el (comint-highlight-prompt): Add :type.
3516 2000-10-28  John Wiegley  <johnw@gnu.org>
3518         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3519         Changed this function to operate on a temporary buffer instead of
3520         the main buffer.  This not only keeps flyspell from marking a
3521         buffer as changed that wasn't, but it solves the jumpy cursor
3522         problem when attempts are made to edit incorrect words.
3523         (flyspell-maybe-correct-doubling): Same change as for
3524         `flyspell-maybe-correct-transposition'.
3526         * calendar/timeclock.el (timeclock-log): Doc fix.
3527         (timeclock-last-event): Doc fix.
3528         (timeclock-log): Kill the timelog buffer after appending a new
3529         event.
3530         (timeclock-find-discrep): Use a temp buffer to read in the
3531         timelog, instead of visiting the file.
3532         (timeclock-log-data): A new function, along with a host of helper
3533         functions, for the purpose of making timelog data accessible to
3534         programmers.
3536         * eshell/esh-mode.el (window-height test): Make certain that
3537         `eshell-stringify-t' is non-nil.
3538         (eshell-password-prompt-regexp): Changed to a much simpler
3539         password regexp.
3540         (eshell-send-input): If `eshell-invoke-directly' returns t,
3541         directly invoke the parsed command using `eval'.  This improves
3542         turn-around time on simple commands by a factor of three or
3543         greater, such as cd, ls, pwd, etc. -- which get used very often.
3544         It also conserves thousands of cons cells per call (since
3545         `eshell-do-eval' consumes memory like a Cookie Monster set loose
3546         in the Pacific Cookie Company).
3548         * eshell/esh-test.el (eshell-test): Whitespace fix.
3550         * eshell/em-ls.el (eshell-ls-insert-directory): Make
3551         `eshell-ls-initial-args' nil when inserting directory contents.
3553         * eshell/em-script.el (eshell-script-initialize): Add names to
3554         `eshell-complex-commands, since `source' and `.' are complex.
3556         * eshell/esh-cmd.el (eshell-rewrite-for-command)
3557         (eshell-rewrite-while-command): Use `eshell-protect' instead of
3558         `eshell-copy-handles'.
3559         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3560         bodies.
3561         (eshell-separate-commands): Whitespace fix.
3562         (eshell-complex-commands): Added a new list of names, for
3563         determining whether a given command is as simple as it looks.
3564         (eshell-invoke-directly): New function.  Returns t if a command
3565         should be invoked directly (using `eval'), rather than indirectly
3566         using `eshell-do-eval'.
3567         (eshell-do-eval): Whitespace fix.
3569         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3570         which provides an emulation of the DOS shell behavior of assuming
3571         that cp/mv/ln should copy/move/link to the current directory.
3572         (eshell-remove-entries): Added a doc string.
3573         (eshell-shuffle-files): Removed the check for `target' being null.
3574         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3575         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3576         it to do a smarter check of whether a destination was provided.
3577         (eshell/mv, eshell/cp): Enable `:preserve-args'.
3578         (eshell/ln): Enable `:preserve-args', and use
3579         `eshell-mvcpln-template' to implement the body of the function.
3580         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3581         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
3582         list after flattening it.  This makes it possible to cat files
3583         with numerical names.
3584         (eshell-unix-initialize): Added several names to
3585         `eshell-complex-commands.
3586         (eshell-unix-command-complex-p): Return t if a given command name
3587         may result in external processes being invoked.
3589         * eshell/em-glob.el (eshell-glob-show-progress): Make this
3590         variable nil by default, since it slows down glob processing by a
3591         factor of two or more, and increases memory consumption.
3593         * eshell/em-smart.el: Added a note about how memory consumptive
3594         smart display mode can be (at least this is true in Emacs 21).
3595         (eshell-smart-initialize): Whitespace fix.
3596         (eshell-refresh-windows): Use `if' instead of `when'.
3597         (eshell-smart-scroll-window): Calling `save-current-buffer' was
3598         not necessary.
3599         (eshell-currently-handling-window): Added a missing global
3600         variable.
3602         * eshell/em-ls.el (eshell-do-ls): Code simplification.
3603         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3604         Whitespace fix.
3605         (eshell-ls-exclude-hidden): Added this variable in addition to
3606         `eshell-ls-exclude-regexp'.  This one prevents files beginning
3607         with . from even being read, which can improve memory consumption
3608         quite a bit.
3609         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3610         read file entries beginning with a dot.  In home directories with
3611         lots of hidden files, fully two-thirds of the time spent in ls is
3612         used to read directory entries that are immediately thrown away.
3613         (eshell-ls-initial-args): Added back this configuration variable,
3614         for specifying default initial arguments to every call to ls.
3615         Much faster than using an alias to do the same thing.
3616         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3617         (eshell-ls-dir): Whitespace change.
3619         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3621         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3622         available.
3623         (eshell-stringify-t): Added a customization variable, to indicate
3624         whether `t' should be rendered as a string at all.  If not, one
3625         can still determine if the result of an expression is true using
3626         "file-exists-p FILE && echo true".
3627         (eshell-stringify): If `eshell-stringify-t' is nil, don't
3628         stringify t!
3630         * eshell/esh-module.el: Whitespace fix.
3632         * eshell/em-alias.el (eshell-alias-initialize): Added
3633         `eshell-command-aliased-p' to `eshell-complex-commands'.
3634         (eshell-command-aliased-p): New function that returns t if a
3635         command name names an aliased.
3637 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
3639         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
3640         redrawing the screen when changing cursor color.
3641         (viper-insert-state-pre-command-sentinel)
3642         (viper-replace-state-pre-command-sentinel)
3643         (viper-replace-state-post-command-sentinel):
3644         Use viper-preserve-cursor-color.
3645         Many functions changed to use viper= instead of = when comparing
3646         characters.
3647         * viper-util.el (viper-memq-char,viper=): New functions for
3648         working with characters.
3649         (viper-change-cursor-color): Fixed buglet.
3650         Many functions changed to use viper= instead of = when comparing
3651         characters.
3652         * viper.el (viper-insert-state-mode-list): Added eshell.
3654         * ediff-init.el (ediff-before-setup-hook): New hook.
3655         Several typos fixed in various docstrings.
3656         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3657         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
3658         hook.
3659         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3660         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3661         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3662         (ediff-get-selected-buffers): New function.
3663         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3664         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
3665         save-window-excursion.
3666         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
3667         termination check in while loop.
3668         * ediff.el (ediff-get-default-file-name): Better defaults when in
3669         dired buffer.
3670         (ediff-files,ediff-merge-files,ediff-files3)
3671         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
3673 2000-10-28  Dave Love  <fx@gnu.org>
3675         * info.el (Info-fontify-node): Add help-echo for menu items.
3677 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
3679         * startup.el (normal-top-level): If the value of $TERM indicates
3680         we are running from xterm or one of its work-alikes, default to a
3681         light background mode.
3683         Support for -fg, -bg, and -rv command-line arguments for TTYs:
3684         * faces.el (tty-handle-reverse-video): New function.
3685         (tty-create-frame-with-faces): Call it.
3687         * frame.el (frame-notice-user-settings): Don't apply
3688         default-frame-alist and initial-frame-alist to MS-DOS frames.
3689         Call tty-handle-reverse-video, frame-set-background-mode, and
3690         face-set-after-frame-default for non-MS-DOS frames.
3692         * startup.el (tty-long-option-alist): New variable.
3693         (tty-handle-args): New function.
3694         (command-line): Call tty-handle-args.
3696         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3697         startup.el now does that for all character-terminal frames.
3699 2000-10-28  Miles Bader  <miles@gnu.org>
3701         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3702         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3703         global.  If :global is followed by a non-nil but non-t value,
3704         make the mode buffer-local, but also generate a `global-MODE'
3705         version using `easy-mmode-define-global-mode'.  Add
3706         :conditional-turn-on keyword argument.
3708 2000-10-28  Dave Love  <fx@gnu.org>
3710         * international/latin1-disp.el (latin1-char-displayable-p): Don't
3711         use window-system.
3713 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
3715         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3716         Don't call find-buffer-file-type-coding-system.  Instead, just
3717         set eol-type to -unix if inhibit-eol-conversion is in effect, or
3718         if the file is on an untranslated filesystem.
3719         (add-untranslated-filesystem): Use "D" instead of "f" inside
3720         interactive.
3722 2000-10-27  Dave Love  <fx@gnu.org>
3724         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
3725         (refill-mode): Use it.
3727 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
3729         * international/quail.el (quail-activate): Don't make-local-hook.
3731 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
3733         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
3734         manual backups and file.~<rev>.~ for automatic ones.
3735         (vc-make-version-backup): Don't do it on MS-DOS without long file
3736         names.
3738         * vc.el (vc-version-other-window): If an automatic backup of the
3739         desired version exists, rename it instead of copying it.
3741         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3742         after command.  If there's an unexpected error, signal it instead
3743         of being silent.
3744         (vc-cvs-merge-news): Be prepared for no news at all.
3746 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
3748         * shell.el (shell): Add BUFFER argument.
3749         * comint.el (make-comint-in-buffer): New function.
3750         (make-comint): Use it.
3752         * faces.el (face-spec-choose): Change syntax so that the list of
3753         attribute-value pairs is now the cdr of each clause, not the cadr.
3754         Detect old-style entries, and handle them.  Use pop.
3756 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
3758         * cus-edit.el (custom-mode-map): Use a sparse map.
3759         (custom-mode): Don't bother with make-local-hook.
3761         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3763         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3765 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3767         * ps-print.el: Avoid compilation gripes.
3768         (ps-print-version): New version number (6.2.1).
3770 2000-10-26  Dave Love  <fx@gnu.org>
3772         * menu-bar.el: Modify some menu item help strings.
3773         (menu-bar-help-menu): Add link to MORE.STUFF.
3775         * cus-edit.el (custom-mode): Add `special' mode-class property.
3777         * wid-browse.el (widget-browse-mode): Likewise.
3779         * wid-edit.el (widget-specify-field): Revert to using local-map
3780         property, not keymap.
3782 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
3784         * wid-edit.el (widget-field-end): When checking for a `boundary'
3785         field, do so in the correct buffer.
3787         * simple.el (undo): Correctly distinguish between numeric and
3788         non-numeric prefix args in non-transient-mark-mode, as per the doc
3789         string.  When in transient-mark-mode, treat all prefix-args as
3790         numeric.
3792         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
3793         Position point on match.  Handle N == 0 correctly.
3795         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
3796         (comint-mode-map): Reverse order of `comint-write-output' and
3797         `comint-append-output-to-file'.
3798         (comint-append-output-to-file): Reinstate this function, for the
3799         benefit of the menu.
3801 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
3803         * vc.el (vc-version-other-window): Bind `file'.
3805 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
3807         * Makefile.in (update-authors): New target for maintenance purposes.
3809         * emacs-lisp/authors.el (batch-update-authors): New function.
3810         (authors-fixed-entries): New defconst.
3811         (authors-add-fixed-entries): New function.
3812         (authors): Call it.: Don't process lispref/.
3814 2000-10-25  Jason Rumney  <jasonr@gnu.org>
3816         * cus-edit.el (custom-button-face, custom-button-pressed-face):
3817         Merge x w32 and mac definitions.
3819 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
3821         * menu-bar.el (menu-bar-options-menu): Add a help string for
3822         `uniquify'.
3824 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
3826         * time-stamp.el (time-stamp-string-preprocess):
3827         Fix a wrong type argument error.
3829 2000-10-25  Miles Bader  <miles@gnu.org>
3831         * recentf.el (recentf-mode): Variable removed.
3832         (recentf-mode): Use `define-minor-mode'.
3834         * mwheel.el (mouse-wheel-mode): New global minor mode.
3835         (mwheel-install): Use `mouse-wheel-mode'.
3837 2000-10-25  Dave Love  <fx@gnu.org>
3839         * progmodes/cperl-mode.el (cperl-mode):
3840         Set normal-auto-fill-function correctly.
3842         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3843         inherit from global-map and don't nullify menu-bar and tool-bar
3844         bindings.
3846 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
3848         * wid-edit.el (widget-field-at): New function.
3849         (widget-at, widget-field-activate): Use it.
3850         (widget-tabable-at): Use `widget-at'.
3851         (widget-specify-field): If the terminating character of the widget
3852         field (which is read-only) is a newline, put it into a special
3853         `boundary' field so that C-n/C-p act more naturally.
3854         (widget-field-end): Also don't subtract one if a special
3855         `boundary' field has been added after the widget field.
3857         * comint.el (comint-output-filter, comint-send-input): Don't
3858         bother adding stickiness fields to overlays to fool the field
3859         code, since it should notice the overlay insertion-types now.
3861         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3862         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3863         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3865 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
3867         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3868         (authors): Set file coding system to iso-2022-7bit.  Add
3869         file-local variables to output buffer.
3871         * files.el (after-find-file): Don't print any warnings if
3872         WARN is nil.
3874 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3876         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3878         * delim-col.el: Now there is a column formatting mechanism.
3879         Modified to customization mechanisms convention.  Doc fix.
3880         (columns): New group for delim-col.
3881         (delimit-columns-before, delimit-columns-after)
3882         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3883         (delimit-columns-end): New vars.
3884         (delimit-columns-customize, delimit-columns-format): New funs.
3885         (delimit-columns-region, delimit-columns-rectangle)
3886         (delimit-columns-rectangle-line): Modified to support column
3887         formatting.
3889 2000-10-24  Dave Love  <fx@gnu.org>
3891         * log-edit.el (log-edit): Add :version and a :group for vc.
3893 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
3895         * files.el (after-find-file): Don't print a message ``New file''
3896         if WARN is nil.
3898         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3899         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
3900         get duplicate tool-bar entries because we'll see the global ones
3901         on more than one path through keymaps.
3903         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3905         * progmodes/cmacexp.el: Change Francesco's email address.
3907 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
3909         * window.el (fit-window-to-buffer): Adjust point of the window
3910         buffer, not that of the current buffer.
3912 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
3914         * progmodes/cmacexp.el: Update the euthor's email address.
3916 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
3918         * faces.el (face-spec-set-match-display): Add `graphic' display
3919         type (the inverse of `tty').  Use `display-graphic-p' instead of
3920         the window-system variable.
3922 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
3924         * international/isearch-x.el (isearch-with-input-method): Call
3925         input-method-function with the first event in
3926         unread-command-events.
3928 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
3930         * faces.el (face-default-spec, face-user-default-spec): Make
3931         defsubsts.
3933 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
3935         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3936         New charsets.
3938         * term/mac-win.el: Remove definitions of mac-roman-lower and
3939         mac-roman-upper, require dired, and define instead of set
3940         mac-ready-for-drag-n-drop to avoid compilation error.
3942 2000-10-23  Andrew Innes  <andrewi@gnu.org>
3944         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3945         superfluous calls to subst-char-in-string; instead apply
3946         expand-file-name after convert-standard-filename to ensure
3947         expected directory separators are used.
3949 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
3951         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3953 2000-10-23  Dave Love  <fx@gnu.org>
3955         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3956         (tool-bar-add-item): Set foreground and background for XBM icons.
3958         * international/latin1-disp.el (latin1-char-displayable-p): New
3959         function (from Handa).
3960         (latin1-display-check-font): Use it.
3962         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3963         using :key-sequence, making it much more usable.  Use nconc, not
3964         append.
3965         (imenu--create-keymap-1): Avoid append.
3967         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
3969 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
3971         [the following changes fix a bug where `define-minor-mode' didn't
3972         correctly generate :require clauses for defcustoms in compiled files]
3973         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3974         (byte-compile-log-file, byte-compile-log-1): Don't set
3975         `byte-compile-current-file' to nil.  Instead set
3976         `byte-compile-last-logged-file' to it.  Test whether
3977         byte-compile-current-file equals byte-compile-last-logged-file
3978         instead of whether its nil.
3979         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
3981 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
3983         * textmodes/refill.el: Fix var names in doc.
3984         (refill-mode): Don't bother with make-local-hook anymore.
3986 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
3988         * faces.el (face-user-default-spec, face-default-spec): New functions.
3989         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
3990         (frame-set-background-mode, face-set-after-frame-default):
3991         Use `face-user-default-spec'.  Simplify code slightly.
3993         * woman.el (woman-italic-face, woman-bold-face)
3994         (woman-unknown-face): Add dark-background variants.
3995         (woman-default-faces): Renamed from `woman-colour-faces'.
3996         Set using the stored defaults, rather than using hard-wired colors.
3997         (woman-monochrome-faces): Renamed from `woman-black-faces'.
3998         Just make the foreground `unspecified' rather than "black".
3999         (woman-menu): Rename menu entries accordingly.
4001         * faces.el (header-line): Make more reasonable on mono/grayscale
4002         displays.
4004 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
4006         * cus-edit.el (custom-button-face): Use 3D look for mac.
4007         (custom-button-pressed-face): Likewise.
4009         * faces.el (set-face-attributes-from-resources): Handle mac frames
4010         in the same way as x and w32 frames.
4011         (face-valid-attribute-values): Likewise.
4012         (read-face-attribute): Likewise.
4013         (defined-colors): Likewise.
4014         (color-defined-p): Likewise.
4015         (color-values): Likewise.
4016         (display-grayscale-p): Likewise.
4017         (face-set-after-frame-default): Likewise.
4018         (mode-line): Same default face as for x and w32.
4019         (tool-bar): Likewise.
4021         * frame.el: Remove call to frame-notice-user-settings at end of
4022         the file.
4024         * info.el (Info-fontify-node): make underlines invisible for mac
4025         as for x, pc, and w32 frame types.
4027         * term/mac-win.el: New file.
4029 2000-10-22  Dave Love  <fx@gnu.org>
4031         * textmodes/refill.el: New file.
4033 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
4035         * vc-hooks.el (vc-version-backup-file-name): New optional args
4036         MANUAL and REGEXP.
4037         (vc-delete-automatic-version-backups, vc-make-version-backup):
4038         New functions.
4039         (vc-before-save): Use the latter.
4040         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4041         confusion.
4043         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
4044         expected by vc[-hooks].el.
4046         * vc.el (vc-checkout): Added `-p' suffix in call to
4047         vc-make-version-backups-p; use vc-make-version-backup to actually
4048         make the backup.
4049         (vc-version-other-window, vc-version-backup-file): Handle both
4050         automatic and manual backups.
4051         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4052         of all of them.
4054 2000-10-22  Miles Bader  <miles@gnu.org>
4056         * comint.el (comint-highlight-input, comint-highlight-prompt):
4057         Renamed, `-face' at end removed.
4058         (comint-send-input, comint-output-filter): Use renamed faces.
4060         * window.el (fit-window-to-buffer): Change defaulting of
4061         MAX-HEIGHT slightly.
4063         * faces.el (color-values, color-defined-p): Use `member', not
4064         `memq', because it works correctly for strings.
4065         (frame-set-background-mode): Actually, "unspecified-fg" and
4066         "unspecified-bg" *are* strings.  Use `member', not `memq', and
4067         `equal', not `eq', when a string value is possible.
4069 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
4071         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4073 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
4075         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4076         sh-electric-rparen, sh-electric-less and sh-electric-hash.
4077         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4078         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4079         (sh-font-lock-syntactic-keywords): Use them.
4080         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4081         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4082         (sh-mode): Don't override font-lock-unfontify-region-function.
4083         Use a copy of sh-font-lock-syntactic-keywords.
4084         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4085         Don't call sh-scan-buffer since font-lock does it on the fly.
4086         (sh-get-indent-info): Use `face' rather than `syntax-table'
4087         text-property to detect here-documents.
4088         Replace sh-special-syntax with sh-st-punc.
4089         (sh-prev-line): Use `face' rather than `syntax-table'
4090         text-property to skip over here-documents.
4091         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4092         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4093         (sh-electric-less, sh-set-here-doc-region)
4094         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
4095         (sh-scan-buffer, sh-rescan-buffer): Remove.
4097 2000-10-21  Andrew Innes  <andrewi@gnu.org>
4099         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4100         remote (ange-ftp) file names.
4102 2000-10-21  Miles Bader  <miles@gnu.org>
4104         * window.el (fit-window-to-buffer): New function.
4105         (shrink-window-if-larger-than-buffer): Use it.
4106         (window-text-height): Don't expect minibuffers to have mode-lines.
4108         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
4109         * international/quail.el (quail-update-guidance): Use
4110         `fit-window-to-buffer' instead of `set-window-text-height'.
4112         * international/quail.el (quail-show-guidance-buf): Make sure
4113         guidance window really has enough room.
4114         (quail-update-guidance): If quail-guidance-win is already shown,
4115         make sure its height is OK.
4117         * window.el (window-text-height, set-window-text-height):
4118         New functions.
4119         (shrink-window-if-larger-than-buffer): Use `window-text-height'
4120         instead of `window-height' & `mode-line-window-height-fudge'.
4121         (mode-line-window-height-fudge): Add FACE parameter.
4122         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4123         instead of `enlarge-window' & `mode-line-window-height-fudge'.
4125 2000-10-20  Miles Bader  <miles@gnu.org>
4127         * window.el (height-affecting-face-attributes): Use `defconst'.
4129         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4130         New function, conditionally aliased to `mode-line-window-height-fudge'.
4131         (ispell-help): Use it.
4132         (ispell-choices-win-default-height): Don't include mode-line fudge.
4133         (ispell-choices-win-default-height): New function.
4134         (ispell-show-choices, ispell-command-loop): Use function
4135         `ispell-choices-win-default-height' instead of variable.
4137 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
4139         * window.el (mode-line-window-height-fudge): New variable.
4140         (height-affecting-face-attributes): New variable.
4141         (mode-line-window-height-fudge): New function.
4142         (shrink-window-if-larger-than-buffer): Use it.
4143         * help.el (resize-temp-buffer-window): Likewise.
4145         * info.el (Info-fontify-node): Add support for @subsubsection
4146         titles, which use `Info-title-4-face'.
4147         (Info-title-4-face): New face.
4148         (Info-title-3-face): Inherit from Info-title-4-face instead of
4149         variable-pitch.
4151 2000-10-19  Jason Rumney  <jasonr@gnu.org>
4153         * dired.el (dired-insert-directory): Do not let errors signalled by
4154         attempt to run dired-free-space-program prevent dired from working.
4156 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
4158         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4160 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
4162         * dirtrack.el (dirtrack): Fix call to run-hooks.
4164         * cmuscheme.el (cmuscheme-program-name): Renamed from
4165         scheme-program-name because xscheme.el contains a defcustom with
4166         the same name.  As a consequence, customizing group `cmuscheme'
4167         loaded `xscheme' which redefined run-scheme.
4168         (run-scheme): Use cmuscheme-program-name.
4170         * ps-print.el (ps-print-emacs-type): Move into the
4171         eval-and-compile.
4173         * play/doctor.el (doctor-death): Update the Samaritans'
4174         anonymous address, and add a website for Befrienders International.
4176 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4178         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
4179         Avoid compilation gripes.  Doc fix.
4180         (ps-print-version): New version number (6.2).
4181         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4182         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4183         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4184         (ps-x-extent-priority, ps-x-extent-start-position)
4185         (ps-x-face-font-instance, ps-x-find-coding-system)
4186         (ps-x-font-instance-properties, ps-x-make-color-instance)
4187         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4188         avoid compilation gripes without defining functions.
4189         (ps-e-find-composition): Alias for function find-composition, to have a
4190         suitable function depending on Emacs version.
4191         (ps-color-device, ps-color-values, ps-face-foreground-name)
4192         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4193         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4194         (ps-print-ensure-fontified): Function definitions surrounded by
4195         `eval-and-compile' to avoid compilation gripes.
4196         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4197         by symbol-value to avoid compilation gripes.
4198         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4199         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4201 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
4203         * startup.el (normal-top-level): Call `frame-set-background-mode'
4204         after `frame-notice-user-settings' because the latter doesn't call
4205         the former on a tty.
4207         * faces.el (frame-set-background-mode): `unspecified' &c are
4208         symbols, not strings.
4210 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
4212         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4213         why some "light*" colors are deliberately absent from the alist.
4215         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4216         Change colors for tty's, as suggested by Miles Bader.
4218 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
4220         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
4221         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
4222         for ISO10646-1 fonts.
4223         (x-font-name-charset-alist): Add an entry for "iso10646-1".
4225 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
4227         * faces.el (frame-set-background-mode): If a tty frame defines a
4228         background color, use that to compute the background mode, instead
4229         of always defaulting to "dark".
4231 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
4233         * comint.el (comint-write-output): New function.
4234         (comint-mode-map): Add it to the menu.
4235         Bind `C-c C-s' to comint-write-output.
4237 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
4239         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4240         Use fancy-splash-delay.
4242 2000-10-18  Alex Schroeder  <alex@gnu.org>
4244         * progmodes/sql.el (sql-sybase-options): New option.
4245         (sql-sybase): Use it.  Add sql-database to the list of parameters
4246         provided for login.  The options -w 2048 -n are not used any more.
4248         * comint.el (comint-read-input-ring): Bugfix such that the first
4249         and the last entry of the input ring file are not lost.
4251 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4253         * ps-print.el: Internal variable changes to defcustom,
4254         make-local-hook changes to defvar.  Doc fix.
4255         (ps-print-version): New version number (6.1).
4256         (ps-setup, ps-do-despool): Code fix.
4257         (ps-printer-name): Customization fix.
4258         (ps-printer-name-option): Now is a defcustom instead of an
4259         internal variable.
4260         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4261         (ps-print-begin-column-hook): Now are defvar instead of
4262         make-local-hook.
4264 2000-10-18  Miles Bader  <miles@gnu.org>
4266         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4267         (comint-kill-output): Changed into an alias for `comint-delete-output',
4268         and made obsolete.
4269         (comint-mode-map): Rename references to comint-kill-output.
4271 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
4273         * diff-mode.el (diff-header-face, diff-file-header-face)
4274         (diff-changed-face): Add bold and italic attributes to tty faces.
4275         (diff-function-face): New face.
4276         (diff-font-lock-keywords): Use it.
4278 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
4280         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4281         Remove commented-out call to force-mode-line-update.
4282         (comint-kill-output): Use `forward-line 0' instead of
4283         beginning-of-line to make sure we get past the prompt.
4285 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
4287         * diff-mode.el (diff-header-face, diff-file-header-face):
4288         Add specific setting for dark background.
4289         (diff-context-face): Renamed from diff-comment-face.
4290         Set explicitly rather than inheriting from font-lock-comment-face.
4292 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4294         * startup.el (command-line): Move the code which sets the default
4295         TTY colors to before before-init-hook.
4297 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4299         * jit-lock.el (jit-lock-stealth-time): Doc fix.
4301 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4303         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4304         extensions, for MS-DOS.
4306         * diff-mode.el (diff-header-face, diff-file-header-face)
4307         (diff-changed-face): Define tty-specific colors.
4309 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4311         * startup.el (fancy-splash-text): Realign the text.
4313 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4315         * font-lock.el (font-lock-comment-face): Define a separate default
4316         for dark-background tty's.
4318 2000-10-17  Miles Bader  <miles@gnu.org>
4320         * help.el (resize-temp-buffer-window): Add hack to avoid last line
4321         being obscured by whizzy mode-lines on graphics displays.
4323 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4325         * info.el (Info-title-1-face, Info-title-2-face)
4326         (Info-title-3-face): Define colors for tty's.
4327         (info-header-node): Remove unneeded tty-specific definition.
4329 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
4331         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4332         reverse from the frame parameters, and don't invert foreground and
4333         background colors.
4335 2000-10-16  Miles Bader  <miles@gnu.org>
4337         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4338         string "*Info*".  Call propertized-buffer-identification to spruce
4339         up the result.
4341 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
4343         * help.el: Provide `help' for the sake of define-minor-mode
4344         which generates defcustoms with requires.
4346         * jit-lock.el (jit-lock-after-change): If we're in text that
4347         matches a multi-line font-lock pattern, make sure the whole text
4348         will be redisplayed.
4350         * emacs-lisp/authors.el (authors-add): Don't add an entry if
4351         author's name is unknown.
4353         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4354         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4355         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4356         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4357         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4358         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4359         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4360         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4361         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4362         Add author information.
4364 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
4366         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4367         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4368         full-color version (using the Gimp) to eliminate dithering artifacts.
4370 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
4372         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4374         * simple.el (syntax-flag-table, string-to-syntax): Remove.
4376 2000-10-15  Dave Love  <fx@gnu.org>
4378         * progmodes/sh-script.el: Require skeleton and comint when
4379         compiling.
4381         * pcomplete.el (pcomplete) <defgroup>: Add :version.
4383         * whitespace.el: Doc fixes.
4384         (top-level): Don't add hooks here.
4385         (whitespace-running-emacs): Deleted.
4386         (timer): Don't require.
4387         (whitespace): Add back :version conditional on xemacs test.
4388         (whitespace-spacetab-regexp, whitespace-indent-regexp)
4389         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4390         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4391         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4392         Avoid specific xemacs test.
4393         (whitespace-global-mode): New option.
4394         (whitespace-global-mode): New command.
4395         (whitespace-unload-hook): New function.
4397         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4398         (Info-fontify-node, Info-goto-node, Info-mode-menu)
4399         (Info-fontify-node): `Goto' goes to `Go to'.
4400         (Info-fontify-node): Add help-echo to xref links.
4402 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
4404         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4406 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
4408         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4409         Use plist-get and allow :inherit.
4411         * emacs-lisp/cl-macs.el (cl-do-arglist):
4412         Use plist-get and plist-member instead of memq.
4414         * emacs-lisp/ewoc.el (ewoc-location): New function.
4415         (ewoc-enter-after, ewoc-enter-before): Document return value.
4416         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4417         Don't need make-local-hook any more.
4418         (cvs-addto-collection): Return the new tin.
4419         (cvs-mode-insert): Jump to the new line.
4421         * jit-lock.el (jit-lock-fontify-buffer): Remove.
4423         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4425         * font-lock.el (font-lock-syntactically-fontified): New var.
4426         (font-lock-fontify-syntactic-keywords-region): Use it.
4427         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
4429         * diff-mode.el (diff-find-file-name): Fix regexp.
4431         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4432         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4434         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4435         (sh-mode-syntax-table): Add punctuation syntax for < and >.
4436         (sh-mode): Don't make all vars local here.
4437         (sh-kw): Reformat.
4438         (sh-set-shell): Use dolist.  Don't set indent-region-function.
4439         (sh-mode-syntax-table): Use pop.
4440         (sh-remember-variable): Use push.
4441         (sh-help-string-for-variable): Use memq.
4442         (sh-safe-backward-sexp): Remove.
4443         (sh-safe-forward-sexp): Add ARG.
4444         (sh-get-indent-info, sh-prev-stmt): Use it.
4445         (sh-prev-line): Simplify by using forward-comment.
4446         (sh-this-is-a-continuation): Simplify.
4447         (sh-learn-buffer-indent): Use dolist.
4448         (sh-do-nothing): Remove.
4449         (sh-set-char-syntax, sh-set-here-doc-region):
4450         Use inhibit-modification-hooks.
4451         (sh-name-style): Use mapcar and push.
4452         (sh-load-style): Use dolist.
4453         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4454         (sh-case, sh-while-getopts): Use propertize directly rather
4455         than sh-electric-rparen.
4457 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
4459         * textmodes/tex-mode.el: Require CL when compiling.
4460         (tex-mode-syntax-table): Init immediately.
4461         (tex-mode-map): Bind M-RET to latex-insert-item.
4462         (latex-mode): Set indent-line-function to latex-indent.
4463         (tex-common-initialization): Don't setup the syntax-table any more.
4464         (latex-insert-item): New skeleton.
4465         (tex-next-unmatched-end): Fix copy/paste braino.
4466         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
4467         (latex-indent, latex-find-indent): New functions.
4468         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
4469         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4470         (tex-compilation-parse-errors): Use with-syntax-table.
4472 2000-10-15  Miles Bader  <miles@gnu.org>
4474         * font-lock.el (font-lock-comment-face): Change dark-background,
4475         color, non-tty, default to `chocolate1'.
4477 2000-10-13  John Wiegley  <johnw@gnu.org>
4479         * eshell/esh-util.el (require): Added a missing `require' form,
4480         needed when compiling (for an ange-ftp macro definition).
4482 2000-10-13  Dave Love  <fx@gnu.org>
4484         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4486 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
4488         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4489         fix.
4491         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
4492         transparent -colors 8).
4494 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
4496         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4497         that breaks with old list format timestamps.
4498         (time-stamp-warn-inactive, time-stamp-old-format-warn)
4499         (time-stamp-count, time-stamp-conversion-warn): Improved doc
4500         strings.
4502 2000-10-13  John Wiegley  <johnw@gnu.org>
4504         * align.el, pcomplete.el, calendar/timeclock.el,
4505         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4507         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
4508         faulty math, where holiday hours were being computing as seconds.
4510 2000-10-13  John Wiegley  <johnw@gnu.org>
4512         * desktop.el (desktop-buffer-modes-to-save): Added a global for
4513         specifying what "other" kinds of buffers should be saved.  This
4514         used to be hard-coded.
4515         (desktop-buffer-misc-functions): A global for specifying how
4516         auxiliary data should be determined for special buffer types.
4517         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4518         instead of hard-coding the special buffer types.
4519         (desktop-save): Run `desktop-buffer-misc-functions' to gather
4520         auxiliary data, instead of hard-coding for Info buffers and dired.
4521         (desktop-buffer-info-misc-data): Aux function for determining Info
4522         buffer auxiliary info.
4523         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4524         (desktop-buffer-info): Changed this function to use the info
4525         gathered above.
4526         (desktop-create-buffer): Be a little more careful about what
4527         `minor-mode' means before calling it.  This is important for some
4528         buffer types.
4530 2000-10-13  John Wiegley  <johnw@gnu.org>
4532         * eshell/esh-util.el: Added a global form which declares an
4533         autoload for `parse-time-string', if that function is not already
4534         defined, and if parse-time.el is available on the user's system.
4536         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4537         to be aware of ange-ftp user info.
4538         (eshell-do-ls): Bind `ange-cache'.  Also, use
4539         `eshell-file-attributes'.
4540         (eshell-ls-annotate): Use `eshell-file-attributes'.
4541         (eshell-ls-file): Made the user-id printing code a bit smarter.
4543         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4544         allow identification of alias user ids in remote directories.
4545         It's manual, but there's no other way to know when the current
4546         user on the local machine, is also the owning user on the remote
4547         machine.
4548         (fboundp): Bind `ange-cache'.
4549         (eshell-directory-files-and-attributes): Re-organized the logic a
4550         bit to use `eshell-file-attributes' instead of `file-attributes'.
4551         The former is more sensitive to directories that are read via FTP,
4552         and knows how to use ange-ftp to determine full attribute
4553         information, instead of just the name and last modtime.
4554         (eshell-current-ange-uids): Return the current user id when in a
4555         remote directory.
4556         (eshell-parse-ange-ls): Parse a full directory listing that has
4557         been returned by ange-ftp.
4558         (eshell-file-attributes): This beefed up version of
4559         `file-attributes' is only special if the user is currently in a
4560         remote directory, in which case it does a lot of work to find out
4561         what the real attributes of a file are, as they appear on the
4562         remote machine.  This makes usage of remote directories (i.e.,
4563         ange-ftp pathnames) much more useful.  You can now use Eshell as a
4564         full-fledged FTP client, with much more manipulation ability than
4565         most other clients.
4567         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4568         variable, which means that Eshell's du should always be preferred
4569         in remote directories.
4570         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4571         just `file-attributes'.
4572         (eshell-mvcp-template): Bind `ange-cache', to improve performance
4573         when reading remote directories.  This is an Eshell-specific
4574         variable (not part of ange-ftp).
4575         (eshell/ln): Bind `ange-cache'.
4576         (eshell/du): Added some extra logic for determining when to use
4577         Eshell's du (which is slow), and when to use the external version
4578         (which may or may not exist).
4580         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4581         `eshell-interactive-process', rather than using
4582         `get-buffer-process', since backgrounded processes don't count in
4583         the context of this function's logic.
4585         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4586         `forward-char', so that null strings are parsed correctly.
4588 2000-09-13  John Wiegley  <johnw@gnu.org>
4590         * eshell/em-pred.el (eshell-pred-file-type,
4591         eshell-pred-file-links, eshell-pred-file-size): Use
4592         `eshell-file-attributes'.  This is more correct over ange-ftp.
4594         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4595         that remote file globbing is more efficient.
4597         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4598         gathering the files and attributes within a directory.
4600         * eshell/em-unix.el (eshell/cat): If any of the files passed on
4601         the command line is a special file (not a regular file, directory
4602         or symlink), always attempt to call the external version of cat.
4604 2000-09-13  John Wiegley  <johnw@gnu.org>
4606         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4607         Eshell-friendly version of find-tag.
4609 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
4611         * image-file.el (image-file-name-extensions)
4612         (image-file-name-regexps): Add autoload cookies.
4614 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
4616         * international/mule-cmds.el (select-safe-coding-system): If FROM
4617         is string, show it in *Warning* buffer.
4619 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
4621         * startup.el (normal-top-level): Use display-popup-menus-p instead
4622         of window-system.
4623         (command-line): Use display-graphic-p instead of window-system.
4624         (command-line-1): Use display-popup-menus-p and display-mouse-p
4625         instead of window-system.
4627 2000-10-12  Sam Steingold  <sds@gnu.org>
4629         * tooltip.el (tooltip-use-echo-area): New user variable.
4630         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4632 2000-10-12  Dave Love  <fx@gnu.org>
4634         * recentf.el: Maintainer's checkdoc fixes.
4636         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4637         character class, not ASCII when matching file names.
4638         (fancy-splash-head): Add trailing slash to URL.
4639         (command-line): Don't require XPM support for toolbar.
4641         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4642         (cperl-invalid-face): Revert last change.
4643         (cperl-init-faces): Quote cperl-invalid-face.
4645 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
4647         * startup.el (fancy-splash-text): Remove superfluous quote.
4649 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
4651         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4652         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4653         (command-line-1): Don't use fancy-splash-pending-command.
4654         (fancy-splash-screens-1): Goto point-min after inserting text.
4656         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4658         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4659         instead of shared-lisp-mode-map.
4661 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
4663         * faces.el (header-line): Change tty-variant to use underlining.
4665         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4666         (isearch-highlight): Restore lazy-isearch face properties at old
4667         position, and suppress them at new position.
4668         (isearch-dehighlight): Restore lazy-isearch face properties.
4669         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4670         over the real isearch overlay, but in that case, don't give it a
4671         face property.  Use `push'.
4673 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
4675         * man.el (Man-getpage-in-background): Fix previous change.
4676         Decode the process output only when we are in multibyte mode.
4678 2000-10-11  Dave Love  <fx@gnu.org>
4680         * info.el (Info-mode-menu): Fix some help.
4681         (info-tool-bar-map): Add entry for Info-last.
4683         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4684         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4685         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4686         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4687         * toolbar/search-replace.xpm, toolbar/exit.xpm:
4688         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4689         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4690         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4691         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4692         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4693         Reduce colour requirements to 25 overall.  (Probably wants
4694         revisiting from the originals to reduce further.)
4696 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
4698         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4699         buffer-file-coding-system, instead of raw-text.
4700         (dehexlify-buffer): Bind coding-system-for-read to
4701         buffer-file-coding-system, instead of raw-text.
4703 2000-10-11  Sam Steingold  <sds@gnu.org>
4705         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4706         `underline' - fixes the bug introduced on 2000-09-21.
4708 2000-10-11  Dave Love  <fx@gnu.org>
4710         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4711         compiler warnings.
4712         (scheme-mode): Doc fix.
4713         (scheme-font-lock-keywords-1): Match `define-syntax'.
4715 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
4717         * faces.el (frame-set-background-mode): Pay attention to saved
4718         face specs as well as default ones.  Only do anything if the
4719         bg-mode or display-type has actually changed.  Use `dolist'.
4720         (region): Make dark-background `region' face less in-your-face.
4722 2000-10-10  Sam Steingold  <sds@gnu.org>
4724         * chistory.el, ielm.el, ledit.el:
4725         * progmodes/inf-lisp.el, progmodes/scheme.el:
4726         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4728 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
4730         * textmodes/texinfo.el: Update copyright and fix typo.
4732         * desktop.el (desktop-modes-not-to-save): New var.
4733         (desktop-save-buffer-p): Use it.
4734         Also, obey desktop-buffers-not-to-save even for non-file buffers.
4735         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4737 2000-10-10  Dave Love  <fx@gnu.org>
4739         * toolbar/tool-bar.el (tool-bar-add-item)
4740         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4741         display.
4743         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4744         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4745         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4746         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4747         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4748         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4749         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4750         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4751         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4752         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4753         the .xpms; probably need retouching.
4755 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
4757         * subr.el (add-to-list): Add optional argument APPEND.
4758         * battery.el (display-battery): Use `add-to-list'.
4760 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
4762         * play/zone.el (zone-timer, zone-wc-tbl): Rework
4763         these vars as symbol properties.
4764         (zone, zone-when-idle, zone-leave-me-alone)
4765         (zone-pgm-whack-chars): Use new symbol properties.
4767         * battery.el (display-battery): Doc spelling fix.
4769         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4770         property.
4772 2000-10-09  Dave Love  <fx@gnu.org>
4774         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4775         has been initialized before calling tool-bar-setup.
4776         (tool-bar-add-item-from-menu): Add autoload cookie.
4778 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
4780         * menu-bar.el (send-mail-item-name): New function.
4781         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4782         of mail-user-agent in the menu.  Don't display the "Send Mail"
4783         item if mail-user-agent is nil or its value is ignore.
4784         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4785         if read-mail-command is nil or its value is ignore.
4787         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4789 2000-10-09  Miles Bader  <miles@gnu.org>
4791         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4792         Correct image size.
4793         * toolbar/left_arrow.xpm: Correct image size.
4795         * jka-compr.el: Don't call `jka-compr-install' when loading (it
4796         will be done by the definition of `auto-compression-mode' if
4797         necessary.  Move code to uninstall existing file-name handler
4798         before definition of `auto-compression-mode'.
4800         * image-file.el (auto-image-file-mode): Move to the end of the
4801         file, because `define-minor-mode' actually calls the mode-function
4802         if the associated variable is non-nil, which requires that all
4803         needed functions be already defined.
4805         * mouse.el (popup-menu): Balance parens.
4807 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
4809         * mouse.el (popup-menu): Move the command call outside the loop
4810         so that popup-menu returns whatever the command returns.
4812         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
4813         (initialize-new-tags-table): Use run-hook-with-args-until-success.
4814         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
4815         (tags-table-format-functions): Renamed from tags-table-format-hooks.
4817         * vc.el (vc-version-diff): diff-switches can be a list.
4818         Use relative filenames for prettier output.
4820         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
4821         (vc-post-command-functions): Remove old-VC compatibility code.
4823         * newcomment.el (comment-indent-default): Autoload.
4825         * font-lock.el (font-lock-defaults): Make buffer-local.
4826         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4827         (font-lock-choose-keywords):
4828         Ignore LEVEL unless KEYWORDS is a list of syms.
4829         (c-keywords, c++-keywords, objc-keywords, java-keywords):
4830         Don't wrap regexp-opt things in \(...\) unnecessarily.
4832         * jit-lock.el: Don't require font-lock any more.
4833         (jit-lock-functions): Make buffer-local.
4834         (jit-lock-saved-fontify-buffer-function): Remove.
4835         (jit-lock-mode): Remove autoload cookie.
4836         Remove font-lock specific code.
4837         (jit-lock-unregister): Don't bother handling complex hooks any more.
4838         (jit-lock-refontify): New function.
4839         (jit-lock-fontify-buffer): Use it.
4840         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4841         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4842         Add optional args START and END.
4843         Never call font-lock-fontify-region directly.
4844         (jit-lock-function, jit-lock-stealth-fontify): Use it.
4846         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4848 2000-10-08  Dave Love  <fx@gnu.org>
4850         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4852         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4854         * play/studly.el (studlify-region, studlify-word): Add autoload
4855         cookie.
4857         * play/morse.el (morse-region, unmorse-region): Add autoload
4858         cookie.
4860         * play/spook.el (spook-phrases-file): Use expand-file-name, not
4861         concat.
4863         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4864         insist on symbols starting with word syntax.
4865         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4866         (eval-defun-1): Doc fix.
4867         (indent-sexp): Use nconc to build up indent-stack.
4869         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4870         Gnus with little use.
4871         (mail-setup-hook): Add mail-abbrevs-setup to options.
4873         * recentf.el: Doc fixes.
4875         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4876         Clean up remainder.
4878         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
4879         without timezone and (8) with timezone to enforce some whitespace.
4880         Simplify code somewhat.
4882         * options.el (list-options): Doc that you should use customize.
4884         * iswitchb.el (iswitchb-mode): Add :require.
4886         * info.el (Info-goto-node, Info-menu): Doc fix.
4887         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4888         (info-tool-bar-map): New variable.
4889         (Info-mode): Use it.
4890         (Info-edit-map): Define all in defvar.
4891         (speedbar-attached-frame): Avoid compiler warning.
4893         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4894         (global-map): Bind [tool-bar] to a filtered map.
4895         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
4896         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4897         Allow PBM icons.
4898         (tool-bar-setup): Adjust calls of tool-bar-add-item.
4900         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4901         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4902         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
4903         icons, except up_arrow, which is left-arrow rotated.
4905         * imenu.el (imenu-add-to-menubar): Fix last change.
4907 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
4909         * generic-x.el (rul-generic-mode): Remove eval-when-compile
4910         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
4912 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
4914         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4915         typos in doc strings.
4917         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4918         the doc strings how to customize Font Lock faces.
4920         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4921         computing growth when dragging the header line.
4923 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
4925         * simple.el (kill-line): Doc fix.
4927 2000-10-08  Miles Bader  <miles@gnu.org>
4929         * faces.el (secondary-selection): Make foreground visible on tty.
4931         * jka-compr.el (auto-compression-mode): Move to the end of the
4932         file, because `define-minor-mode' actually calls the mode-function
4933         if the associated variable is non-nil, which requires that all
4934         needed functions be already defined.
4935         (with-auto-compression-mode): Add autoload cookie.
4937 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
4939         * files.el (find-backup-file-name) [ms-dos]: If support for long
4940         file names is not available, behave as if version-control were set
4941         to never.
4943 2000-10-07  Dave Love  <fx@gnu.org>
4945         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4946         (browse-url-gnome-moz): New function.
4947         (browse-url-browser-function): Use it.
4948         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4950 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
4952         * indent.el (tab-always-indent): New var.
4953         (indent-for-tab-command): Use it.
4955         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
4956         raise an error.  This way it can still default to a sane value.
4958 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
4960         * startup.el (fancy-splash-screens): Use local rather than global map.
4961         Don't use `update-menu-bindings' any more.
4962         Get rid of assumptions about keymap representation.
4964 2000-10-06  Dave Love  <fx@gnu.org>
4966         * textmodes/fill.el (sentence-end-double-space)
4967         (sentence-end-without-period):  Doc fix.
4968         (adaptive-fill-regexp): Purecopy.
4969         (unjustify-current-line): Use line-end-position.
4970         (fill-individual-paragraphs-prefix): Use line-beginning-position.
4972         * net/eudc-vars.el (eudc): Add :version, :link.
4974         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
4976         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4977         Fix for define-minor-mode.
4978         (function-at-point): Alias to function-called-at-point.
4980         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4982         * simple.el (backward-word): Doc fix.
4984         * image-file.el (image-file-name-regexp): image-file-regexps ->
4985         image-file-name-regexps.
4986         (image-file-name-extensions): Add pbm.
4988 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
4990         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4991         and add filename to the names so that diff-mode can jump to source.
4993         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
4994         (tex-font-lock-keywords, tex-font-lock-keywords-2)
4995         (tex-font-lock-keywords-1): Remove.
4996         (font-lock-turn-on-thing-lock): Use jit-lock-register.
4997         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
4998         (font-lock-default-fontify-region):
4999         Expand beg..end correctly when just following a multiline region.
5000         (font-lock-fontify-anchored-keywords):
5001         Include the anchor text as part of the multiline.
5003 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
5005         * loadup.el (toplevel): Load `loaddefs' before `help' because the
5006         latter needs the autoloaded define-minor-mode macro during the
5007         bootstrap.
5009         * startup.el (command-line): For now, activate tool-bar-mode only
5010         if XPM images are supported.
5012         * mouse.el (mouse-drag-header-line): Don't allow resizing a
5013         window by dragging a header-line at the top of the frame; that's
5014         confusing because the header-line doesn't move.
5015         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5016         of treating the event as a list.  Some cleanup.
5018 2000-10-06  Miles Bader  <miles@gnu.org>
5020         * simple.el (display-message-or-buffer): New function.
5021         (shell-command-on-region): Use `display-message-or-buffer'.
5023         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5024         docstring parts.
5026         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5027         (smbclient-prompt-regexp): Add usage note to doc string.
5028         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5029         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5030         Use add-hook for adding the comint filter function, and only do so
5031         if it's not already in the global hook list.
5032         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5033         to `make-local-variable'.
5034         (nslookup-font-lock-keywords): Remove prompt entry.
5035         (nslookup): Don't set the process-filter.
5036         (finger): Exit the loop correctly when the regexps list runs out.
5037         (ftp, smbclient, smbclient-list-shares):
5038         Set the real major mode immediately, not after execing.
5039         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5041         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5043 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
5045         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5047         * which-func.el (which-func-format): Remove spurious space.
5048         (which-func-mode): Don't make it permanent-local.
5049         (which-func-ff-hook): Allow which-func-maxout to be nil.
5050         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
5051         (which-func-mode): Simplify.
5052         Use post-command-idle-hook rather than post-command-hook.
5053         Go through all buffers and update their state.
5054         (which-function): Also try add-log-current-defun-function.
5056         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5057         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5058         Update call to with-vc-properties accordingly.
5059         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5060         (vc-revert-buffer): More careful about window selection and deletion.
5061         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5063         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5064         (cvs-retrieve-revision): Reuse a pre-existing buffer.
5065         (cvs-dired-action): Change the default to quickdir.
5067         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5068         if comment-indent-function returns nil.
5069         (comment-indent-default): New function.
5070         (comment-indent-function): Use it and document the new semantics.
5072         * image-file.el: Docstring fixes.
5074         * help.el (help-xref-on-pp): Use match-string.
5075         (describe-variable): New arg BUFFER.
5076         Store the current buffer in the help-xref-stack.
5077         (temp-buffer-resize-mode): Use define-minor-mode.
5079         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5080         consistently with its docstring.
5081         Set jit-lock-first-unfontify-pos in an idempotent way.
5082         (jit-lock-register): Autoload and add arg CONTEXTUAL.
5084 2000-10-05  Alex Schroeder  <alex@gnu.org>
5086         * sql.el (sql-mysql-options): New variable.
5087         (sql-mysql): Use it.
5089 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
5091         * image.el (image): New group.
5093         * smerge-mode.el (smerge-mine-face, smerge-other-face)
5094         (smerge-base-face, smerge-markers-face): Add dark-background variants.
5096 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
5098         * net/net-utils.el (nslookup-font-lock-keywords)
5099         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5100         Ignore the value of wqindow-system; always define keywords
5102 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
5104         * startup.el (fancy-splash-screens): Remove the code for
5105         debugging; `(trace-to-stderr "EXITTT\n")'.
5107 2000-10-05  Miles Bader  <miles@gnu.org>
5109         * diff-mode.el (diff-goto-source): Update call to
5110         `diff-hunk-status-msg' to reflect new REV variable.
5112 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
5114         * progmodes/icon.el (icon-mode):
5115         Don't gratuitously override the default for comment-column.
5117         * vc-hooks.el (vc-mode-line): Fix interactive spec.
5119         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5120         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5121         (jit-lock-functions): New var.
5122         (jit-lock-function-1): Use it if non-nil.
5123         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
5124         Set the `fontified' property before doing the fontification to avoid
5125         repeatedly going through the same error.
5126         Don't turn errors into messages.
5127         (jit-lock-register, jit-lock-unregister): New functions.
5129         * dired.el (dired-mark-pop-up): Turn comment into docstring.
5130         Use with-current-buffer.
5132         * dired-aux.el (dired-do-create-files, dired-kill-tree):
5133         Turn comment into docstring.
5135         * apropos.el (apropos-mode): Use define-derived-mode.
5137 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
5139         * startup.el (fancy-splash-pending-command): New variable.
5140         (fancy-splash-pre-command): New function.
5141         (fancy-splash-screens): Rewritten.
5142         (command-line-1): If fancy-splash-pending-command is set, call it
5143         interactively.
5145 2000-10-04  Dave Love  <fx@gnu.org>
5147         * toolbar/tool-bar.el (tool-bar-setup): New function.
5148         (tool-bar-mode): Use it.
5150         * subr.el (substitute-key-definition): Doc fix.
5151         (play-sound-file): New command.
5153 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
5155         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5156         vc-version-backup-file-name): New functions.
5158         * files.el (basic-save-buffer): Call vc-before-save before saving.
5160         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5161         vc-cvs-stay-local-p.
5163         * vc.el (vc-revert-buffer): Handle empty diff properly.
5164         (vc-version-backup-file): New function.
5165         (vc-checkout): Create a version backup if necessary.
5166         (vc-checkin): If a version backup file exists, delete it.
5167         (vc-version-diff): Diff locally using version backups, if available.
5168         (vc-revert-file): If there's a version backup, revert locally.
5169         (vc-transfer-file): Use version backup for base version, if
5170         available.  If not, ask for confirmation whether to get it from the
5171         server.  Update mode line before check-in.
5173 2000-10-04  Dave Love  <fx@gnu.org>
5175         * toolbar/tool-bar.el (tool-bar-setup): New function.
5176         (tool-bar-mode): Use it.
5178 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
5180         * net/net-utils.el (nslookup-font-lock-keywords)
5181         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5182         Only set if window-system is non-nil
5183         (net-utils-run-program): Returns buffer.
5184         (network-connection-reconnect): Added this function.
5186         * generic.el:
5187         Incorporates extensive cleanup and docfixes by
5188         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5189         Uses cl compile-time macros.
5190         (generic-mode-name, generic-comment-list)
5191         (generic-keywords-list, generic-font-lock-expressions)
5192         (generic-mode-function-list, generic-mode-syntax-table):
5193         Removed variables.
5194         (generic-mode-alist): Renamed to generic-mode-list.
5195         (generic-find-file-regexp): Default changed to "^#".
5196         (generic-read-type): Uses completing read on generic-mode-list.
5197         (generic-mode-sanity-check): removed this function.
5198         (generic-add-to-auto-mode): Removed this function
5199         (generic-mode-internal): Bind mode-specific definitions
5200         into function instead of putting them in alist.
5201         (generic-mode-set-comments): Reworked extensively.
5202         (generic-mode-find-file-hook): Simplified regexp searching
5203         (generic-make-keywords-list): Omit extra pair of parens
5205         * find-lisp.el (find-lisp-find-files-internal):
5206         Make sure directory name ends with "/".
5208         * generic-x.el (apache-conf-generic-mode):
5209         Regexp now allows leading whitespace.
5210         (rc-generic-mode): Added eval-when-compile
5211         around generic-make-keywords-list.
5212         Deleted duplicate regexp
5213         (rul-generic-mode): Added eval-when-compile
5214         around generic-make-keywords-list.
5215         (etc-fstab-generic-mode): New generic mode.
5216         (rul-generic-mode): Removed one eval-when-compile
5217         which caused a max-specpdl-size exceeded error.
5219 2000-10-04  Miles Bader  <miles@gnu.org>
5221         * simple.el (minibuffer-temporary-goal-position): New variable.
5222         (next-history-element): Try to keep the position of point in the
5223         input string constant.
5225         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5226         (dired-do-create-files): If there's only one file, pass it in as
5227         the DEFAULT arg to dired-mark-read-file-name.
5229 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
5231         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5232         (diff-goto-source): Be smarter when choosing REVERSE or not.
5234         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5235         (texinfo-mode-menu): Add an explicit shortcut for update all.
5237 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
5239         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5240         factorize backend-specific code cleanly (this was essentially
5241         conceived by Stefan Monnier).
5242         (vc-unregister): Function removed.
5243         (vc-revert-file): New function.
5244         (vc-revert-buffer): Delegate some of the work to it.
5246         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5247         default branch unconditionally.
5248         (vc-rcs-set-default-branch): New function.
5249         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5250         (vc-rcs-checkin): If an appropriate default branch has been set,
5251         force creation of that branch.
5252         (vc-rcs-receive-file): Rewritten to contain only backend-specific
5253         code (as suggested by Stefan Monnier).
5255 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5257         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5258         highlighting overlay with a different face over the overlay
5259         isearch uses to highlight the current match because that can lead
5260         to bad face combinations.
5262         * loadup.el (toplevel): Load faces before isearch.
5264         * isearch.el (isearch-faces): New custom group.
5265         (isearch): New defface; was already tested for in the code.
5266         (isearch-lazy-highlight-face): Changed to defface from defcustom.
5267         (isearch-highlight): Always use face `isearch'.
5269 2000-10-02  Dave Love  <fx@gnu.org>
5271         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5272         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
5273         comparison of opcode with operand.
5275 2000-10-03  Miles Bader  <miles@gnu.org>
5277         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5278         buffer, since the echo area will now grow to accommodate them.
5280 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
5282         * vc-hooks.el (vc-registered): If FILE used to be registered under
5283         a certain backend, try that one first.
5285         * vc.el (vc-responsible-backend): Undo the previous change in the
5286         argument list.  Handle multiple backends correctly.
5287         (vc-find-new-backend): Function removed.
5288         (vc-register): Use vc-responsible-backend, as before.
5289         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5291 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5293         * startup.el (fancy-splash-head): Change message below the
5294         logo.
5296 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
5298         * diff-mode.el (diff-goto-source): Emit a status message.
5299         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5300         (diff-test-hunk): Fix doc string.
5301         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5302         (diff-advance-after-apply-hunk): New variable.
5303         (diff-apply-hunk): Don't return a value.
5305 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
5307         * vc.el (vc-editable-p): Minor optimization.
5308         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5309         (vc-find-new-backend): New function split from vc-responsible-backend.
5310         (vc-register): Use it.
5311         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5312         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5313         (vc-default-unregister, vc-revert-buffer): Docstring fix.
5314         (vc-clear-headers): Don't use find-file.
5315         (vc-revert-buffer): Use `and' again (must have been a braino).
5316         (vc-switch-backend): Only prompt if requested.
5317         Short circuit if nothing is to be done.
5318         Don't use vc-resynch-buffer which could lose unsaved editing.
5319         (vc-default-receive-file): Update call to vc-unregister.
5320         (with-vc-file, vc-next-action-on-file):
5321         Use vc-backend rather than vc-registered.
5322         (vc-next-action-on-file): Use intern-soft.
5323         Deal with read-only *vc-diff* buffer.
5324         (vc-transfer-file): Docstring fix.
5326         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5327         (vc-rcs-receive-file): Avoid with-vc-properties.
5328         Update call to vc-unregister.
5329         Use constant `RCS' rather than (dynamically bound) var `backend'.
5331 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
5333         * vc.el (vc-next-action-on-file): Update mode line only if file
5334         is visited.
5335         (vc-start-entry): New argument initial-contents.  Don't visit the file
5336         if it isn't already visited.  Brought documentation up-to-date.
5337         (vc-next-action, vc-register): Updated calls to vc-start-entry.
5338         (vc-checkin): New optional arg initial-contents, which is passed to
5339         vc-start-entry.
5340         (vc-finish-logentry): Make sure to bury log buffer only if there
5341         really is one.  Call `vc-resynch-buffer' on log-file, not
5342         buffer-file-name.
5343         (vc-default-comment-history, vc-default-wash-log): New functions.
5344         (vc-index-of): Removed.
5345         (vc-transfer-file): Make do without the above.
5346         (vc-default-receive-file): Call comment-history unconditionally.  Pass
5347         the resulting string to vc-checkin, instead of inserting it into the
5348         comment ring.
5350         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5351         unconditionally.  Use the comments as initial contents of the log
5352         entry buffer.  Document the trick to force branch creation with no
5353         changes.
5355 2000-10-01  Miles Bader  <miles@gnu.org>
5357         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5358         `recenter' with an arg to prevent redrawing the display.
5360 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
5362         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5364         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5366         * progmodes/c-mode.el (c-mode):
5367         Don't gratuitously override the default for comment-column.
5369         * textmodes/tex-mode.el (latex-metasection-list): New var.
5370         (latex-imenu-create-index): Use it.
5371         Move the regexp construction outside loops (and use push).
5372         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5373         (tex-font-lock-keywords): Moved from font-lock.el.
5374         (tex-comment-indent): Remove.
5375         (tex-common-initialization): Don't set comment-indent-function.
5376         (latex-block-default): New var.
5377         (tex-latex-block): Use it to provide a default choice.
5378         Add any unknown choice to latex-block-names.
5379         Insert [...] after {...}.
5380         (tex-last-unended-begin): Simplify regexp.
5381         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5382         (latex-forward-sexp-1, latex-forward-sexp): New functions.
5383         (latex-mode): Set forward-sexp-function.
5385         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5386         Add regexp for @ignore ... @end ignore.
5387         (texinfo-heading-face): New face.
5388         (texinfo-font-lock-keywords): Use it.
5389         (texinfo-mode-menu): New menu.
5390         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5391         New functions.
5392         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5393         (texinfo-section-types-regexp, texinfo-section-level-regexp)
5394         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5395         Remove declaration.
5396         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5398         * delsel.el (delete-selection-mode): Use define-minor-mode.
5400         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5402 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5404         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5406 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
5408         * replace.el (keep-lines-read-args): New function.
5409         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5410         read arguments interactively.  Add parameters RSTART and REND.
5411         Operate on the active region in Transient Mark mode.
5413         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5415         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5416         (authors-obsolete-files-regexps): New variable.
5417         (authors-add): Don't record changes in obsolete files.
5419 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5421         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5423         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5424         (comment-indent): Make sure there's a space between code and comment.
5425         Shift comments left to avoid going past fill-column.
5427 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5429         * startup.el (startup-echo-area-message): New function.
5430         (display-startup-echo-area-message): Use it.
5431         (fancy-splash-screens): Rewritten to use keymaps and a timer.
5432         (fancy-splash-default-action): New function.
5433         (fancy-splash-screens-1): New function.
5434         (fancy-splash-head): Put a help-echo and a keymap under the image.
5436 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5438         * diff-mode.el (diff-add-log-file-name): Remove.
5439         (diff-mode): Use add-log-buffer-file-name-function.
5441         * add-log.el (find-change-log): New arg BUFFER-FILE.
5442         (add-log-file-name): Obey add-log-file-name-function.
5443         (add-log-buffer-file-name-function): New var.
5444         (add-change-log-entry): Use it.
5446 2000-09-29  Miles Bader  <miles@gnu.org>
5448         * image-file.el (image-file-name-extensions): New variable.
5449         (image-file-name-regexps): Renamed from `image-file-regexps'.
5450         New default value is nil.  Call `auto-image-file-mode'.
5451         (image-file-name-regexp): New function.
5452         (auto-image-file-mode): New minor mode.
5453         (insert-image-file): Don't make conditional on the image-file
5454         handler being enabled.
5455         (image-file-handler): Make the call here conditional instead.
5456         (set-image-file-handler-enabled, enable-image-file-handler)
5457         (disable-image-file-handler): Functions removed.
5459         * emacs-lisp/authors.el (authors-print): Rephrase many-files
5460         string.
5462 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5464         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5465         it's a function from CL.
5466         (latex-imenu-create-index): Replace eval-when-compile with progn
5467         because latex-section-alist is not bound while compiling.
5469 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
5471         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5472         (outline-mode): Use define-derived-mode.
5474         * progmodes/perl-mode.el (perl-mode):
5475         * progmodes/awk-mode.el (awk-mode):
5476         * progmodes/asm-mode.el (asm-mode):
5477         Don't gratuitously override the default for comment-column.
5479         * emacs-lisp/lisp.el (lisp-complete-symbol):
5480         Distinguish the let-binding case from the funcall case.
5481         (forward-sexp-function): New variable.
5482         (forward-sexp): Use it.
5484         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5485         (easy-mmode-defmap): Remove the now useless autoload.
5487         * time.el (display-time-mode): Use define-minor-mode.
5489         * subr.el (add-minor-mode): Don't eval NAME.
5490         Don't depend on the presence of TOGGLE-FUN for any special behavior.
5491         Use if rather than cond.
5493         * simple.el (read-expression-map): Define more properly.
5494         (comment-indent-hook): Remove.
5495         (string-to-syntax): Bug fix.
5497         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5498         (cvs-ediff-diff): Fix typo.
5499         (cvs-revert-if-needed): Don't bother preserving read-only.
5501         * paren.el (show-paren-mode): Use define-minor-mode.
5503         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5504         (toggle-auto-compression): Remove.
5505         (jka-compr-build-file-regexp): Remove useless grouping.
5507         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5508         Avoid user-reserved bindings.
5509         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5510         (diff-header-face): Revert to grey85.
5512         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5514         * complete.el (partial-completion-mode) <defcustom>: Remove.
5515         (partial-completion-mode): Use define-minor-mode.
5516         (PC-do-completion): Understand `completion-auto-help = delay'
5517         to mean to popup the completion buffer only the second time.
5518         (PC-include-file-all-completions, PC-include-file-all-completions)
5519         (PC-include-file-all-completions): Don't quote lambda.
5521         * comint.el (comint-mode-hook): Docstring fix.
5522         (comint-mode): Use define-derived-mode.
5523         (comint-mode-map): Remove obsolete comment.
5524         (make-comint): Minor stylistic change.
5525         (comint-insert-clicked-input): Be more careful to find the overlay.
5526         Use this-command-keys rather than hardcoding mouse-2.
5528         * font-lock.el: Replace confusing (,@ with ,
5529         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5530         Don't use regexp-opt-depth.  Spice up the regexp for args.
5531         Don't distinguish between cmds that can take an opt arg or not.
5532         Use `append' and `prepend' rather than `keep'.
5534         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5535         (latex-outline-regexp): New var.
5536         (latex-outline-level): New fun.
5537         (latex-section-alist): New var.
5538         (latex-imenu-create-index): Use it.  Use `push' as well.
5539         (tex-shell-map): Initialize it properly.
5540         (tex-mode): Minor stylistic change.
5541         (plain-tex-mode): Use define-derived-mode.
5542         (latex-mode): Use define-derived-mode.
5543         Construct the paragraph regexps in a more readable way.
5544         Set the buffer-local outline-{level,regexp} vars.
5545         (slitex-mode): Derive from latex-mode.
5546         (tex-common-initialization): Don't kill-all-vars anymore.
5547         Add setting for comment-add and font-lock-defaults.
5548         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5549         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
5550         (tex-start-tex): New arg DIR (and send a chdir command for it).
5551         Also display the shell buffer and save it in tex-last-buffer-texed.
5552         (tex-region): Use expand-file-name rather than concat.
5553         Remove code made useless by changes in tex-start-tex.
5554         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5556         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5558 2000-09-28  Dave Love  <fx@gnu.org>
5560         * eshell/eshell.el (eshell) <defgroup>: Add :version.
5562 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
5564         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5565         `append'.
5567 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
5569         * info.el (Info-extract-pointer): Undo last change.
5570         Instead, fix the position of the `bound' arg to re-search-backward.
5572 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
5574         * info.el (Info-extract-pointer):
5575         Widen more carefully, to avoid finding pointers in other nodes.
5576         (Info-index): Use push.
5578 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
5580         * frame.el (set-frame-font): Remove call to obsolete function
5581         frame-update-faces.
5582         (set-foreground-color, set-background-color): Likewise for
5583         frame-update-face-colors.
5585 2000-09-27  Miles Bader  <miles@gnu.org>
5587         * image-file.el: New file.
5589 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
5591         * frame.el (frame-notice-user-settings): Don't call
5592         frame-update-faces, which is a no-op now.
5594         * ediff-wind.el (ediff-control-frame-parameters): Add zero
5595         tool-bar-lines.
5597 2000-09-27  Dave Love  <fx@gnu.org>
5599         * mouse.el: Fix last change.
5601 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
5603         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5605 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
5607         * international/quail.el (quail-help): The output message is
5608         improved.
5610 2000-09-26  Dave Love  <fx@gnu.org>
5612         * mouse.el (popup-menu): If POSITION is nil, set it using
5613         mouse-position.
5615 2000-09-25  Sam Steingold  <sds@gnu.org>
5617         * net/browse-url.el (browse-url-file-url): Check for null maps.
5619 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
5621         * frame.el (frame-notice-user-settings): Don't add a
5622         tool-bar-lines frame parameter to default-frame-alist in batch mode.
5624         * frame.el (frame-notice-user-settings):
5625         Make tool-bar-mode and default-frame-alist consistent.
5627         * toolbar/tool-bar.el (tool-bar-help): New function.
5629 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5631         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5632         current-load-list in top-level forms.  Else this leaks a cons cell
5633         every time a defun is called.
5635         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5637 2000-09-25  Dave Love  <fx@gnu.org>
5639         * startup.el (fancy-splash-head): Check XPM is available.
5641         * autoinsert.el (auto-insert): Doc fix.
5642         (auto-insert-alist): Following GNU notices, don't say `copyright
5643         _by_'.  Use line-beginning-position.
5644         (auto-insert): Check buffer-file-name is non-nil before use.
5646 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5648         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5649         starting with `@def' or `@multitable', in addition to ones
5650         specified by the user in auto-fill-inhibit-regexp.
5652 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
5654         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5655         rmail-dont-reply-to-names matches the empty string.
5657 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5659         * startup.el (command-line-1, fancy-splash-text): Change the
5660         text to sound more friendly.
5662 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
5664         * progmodes/hideshow.el: Update author email address.
5665         Generally, sync w/ maintainer version 5.22.
5666         (hs-hide-all-non-comment-function): New var.
5667         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5668         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5669         (hs-show-region): Delete this command.
5670         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5672 2000-09-22  Dave Love  <fx@gnu.org>
5674         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5675         (hl-line-highlight): Specify buffer when moving overlay.
5677         * progmodes/fortran.el (fortran-mode): Locally set
5678         normal-auto-fill-function.
5679         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5680         (fortran-mode-map): Adjust auto-fill menu entry.
5682 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
5684         * vc-rcs.el (toplevel): Require `vc' when compiling.
5686         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5688 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
5690         * vc.el (vc-switch-backend): Signal an error if the file is not
5691         registered under the new backend.
5693         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5694         without explicit revision number.
5696 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
5698         * diff-mode.el (diff-file-header-face): Reset to its previous value.
5699         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5700         (diff-xor): New function.
5701         (diff-find-source-location): Use it.  Fix a stupid name clash.
5702         (diff-hunk-status-msg): New function.
5703         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5704         (diff-test-hunk): Use diff-find-source-location.
5705         (diff-goto-source): Favor the `reverse'.
5706         (diff-hunk-text): Properly handle one-sided context diffs.
5707         (diff-apply-hunk): When done, advance to the next hunk.
5709 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
5711         * startup.el (command-line): If frame was created with a non-zero
5712         tool-bar-lines parameter, switch tool-bar-mode on.
5714         * add-log.el (change-log-date-face, change-log-name-face)
5715         (change-log-email-face, change-log-file-face)
5716         (change-log-list-face, change-log-conditionals-face)
5717         (change-log-function-face, change-log-acknowledgement-face):
5718         New faces, inheriting from font-lock faces.
5719         (change-log-font-lock-keywords): Use them.
5721 2000-09-21  Dave Love  <fx@gnu.org>
5723         * progmodes/cperl-mode.el (top-level): Clean up
5724         `eval-when-compile's and assorted defvars.
5725         (cperl-invalid-face): Don't double-quote value.  Change custom
5726         type.
5727         (cperl-mode): Set normal-auto-fill-function and don't zap
5728         auto-fill-function.
5729         (cperl-imenu--function-name-regexp-perl): Renamed from
5730         imenu-example--function-name-regexp-perl.
5731         (cperl-imenu--create-perl-index): Renamed from
5732         imenu-example--create-perl-index.
5733         (cperl-xsub-scan): Don't require cl.
5735         * msb.el (msb-mode-map): Use substitute-key-definition.
5736         (msb-mode): Use msb-mode-map.
5738 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
5740         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5741         New functions.
5742         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5743         (vc-switch-backend): New function.
5744         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5745         (vc-register): Fix prompt.
5746         (vc-unregister, vc-default-unregister): New functions.
5747         (vc-version-diff): Handle empty buffer in sentinel.
5749         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5750         (vc-rcs-state-heuristic): Use it to guess the state of files with
5751         non-strict locking.
5752         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5753         been set with -b, but not created yet.
5754         (vc-rcs-fetch-master-state): With non-strict locking, compare file
5755         contents in order to find the state.
5756         (vc-rcs-checkin): Allow creation of branches with no changes.
5757         (vc-rcs-unregister, vc-rcs-receive-file)
5758         (vc-rcs-set-non-strict-locking): New functions.
5760         * vc-hooks.el (vc-name): Force correct computation of the value
5761         in case it is missing.
5763 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
5765         * startup.el (fancy-splash-tail): Use a different foreground
5766         color on a dark frame background.
5768 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
5770         * info.el: Use the correct capitalization when making Info-mode
5771         and Info-edit-mode `special' modes.
5773 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
5775         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5776         (diff-mode): Add support for add-log.el.
5777         (diff-hunk-text): Use char offsets rather than line offsets.
5778         (diff-find-source-location): Replace LINE with line-offset (nil
5779         if not found) and always set POS to a meaningful position.
5780         Adapt to the new char-offsets.
5781         (diff-apply-hunk): Drop support for the unused `select' POPUP.
5782         Adapt to the new diff-find-source-location.
5783         (diff-goto-source): Adapt to the new diff-find-source-location.
5785         * add-log.el (add-log-file-name): New function (split out of
5786         add-change-log-entry).
5787         (add-change-log-entry): Use it.
5788         Call add-log-file-name-function with the changelog file name if
5789         the current buffer is not associated with any file.
5790         Avoid find-file if the selected window is dedicated.
5792         * diff-mode.el (diff-find-source-location):
5793         Move code from diff-apply-hunk.  Return buffer rather than file.
5794         (diff-apply-hunk): Use the new result from  diff-find-source-location.
5795         (diff-goto-source): Use the new diff-find-source-location.
5797 2000-09-20  Dave Love  <fx@gnu.org>
5799         * iswitchb.el: Some doc fixes.
5800         (iswitchb-mode-map): Define completely initially.  Inherit
5801         minibuffer-local-map.
5802         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
5803         fundamental-mode.
5804         (iswitchb-global-map): New variable.
5805         (iswitchb-summaries-to-end): Amalgamate regexps.
5806         (iswitchb-mode): New.
5807         (iswitchb-mode-hook): New variable.
5808         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
5809         `extensions'.
5811 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
5813         * ehelp.el (electric-help): New defgroup.
5814         (electric-help-shrink-window): New user-option.
5815         (with-electric-help): Use it.
5817         * window.el (shrink-window-if-larger-than-buffer): If face
5818         `mode-line' has a :box, and we're on a graphical frame, add 1
5819         to the needed window height.
5821         * frame.el (frame-notice-user-settings): Add a last parameter nil
5822         to a call to `append', because the last list passed to `append' is
5823         not copied, and so subsequent calls to assq-delete-all will modify
5824         default-frame-alist.
5826         * startup.el (fancy-splash-image): Change :type.
5827         (fancy-splash-head): Use an XBM image if appropriate.
5828         (command-line-1): Show splash screens in more cases.
5830         * startup.el (fancy-splash-text): Don't quote faces.
5832         * dired.el (dired-font-lock-keywords): Undo last change.
5833         (dired-readin): Bind indent-tabs-mode to nil.
5835         * startup.el (fancy-splash-head): If frame's background mode
5836         is `dark', change the black background of the image to gray.
5837         (fancy-splash-screens): Display startup echo area message.
5838         (display-startup-echo-area-message): New function.
5840 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
5842         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5844         * info.el (info-header-node): Tweak for color ttys.
5846         * faces.el (face-valid-attribute-values): Make sure directories we
5847         search for stipples both exist and are readable before trying to
5848         search them.
5850         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5851         in the dry-run case.
5853         * jka-compr.el (with-auto-compression-mode): New macro.
5855         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5856         (custom-group-tag-face, custom-variable-tag-face): Use relative
5857         :height and inherit from `variable-pitch' face instead of
5858         hardwiring :family.
5859         * hi-lock.el (hi-black-hb): Likewise.
5861         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5862         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5863         toolbar-add-item, if image doesn't have a mask add a `:mask
5864         heuristic'.
5866 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
5868         * diff-mode.el: Docstring fixes.
5869         (diff-header-face, diff-comment-face): New faces.
5870         (diff-font-lock-keywords): Highlight a bit differently.
5871         (diff-find-source-location): Don't return SPAN any more.
5872         (diff-hunk-text): Don't bother erasing the temp buffer.
5873         (diff-find-text): Drop argument LINE.
5874         (diff-apply-hunk): Update calls to diff-find-text.
5875         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5877         * calendar/calendar.el: Docstring fixes.
5878         (calendar-make-alist): Don't quote lambda.
5879         (calendar-star-date): Use make-local-variable.
5881 2000-09-19  Dave Love  <fx@gnu.org>
5883         * toolbar/tool-bar.el: Renamed from toolbar.el.
5884         Change `toolbar' to `tool-bar' generally in symbols.
5885         Make some items invisible in `special' major modes.
5886         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5887         Add arg PROPS.
5889         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5890         Add :version here.
5891         (fancy-splash-delay, fancy-splash-image): Remove :version here.
5893 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
5895         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
5897         * files.el (find-file-suppress-same-file-warnings): New user-option.
5898         (find-file-noselect): Use it.
5900         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
5901         (fancy-splash-screen): Defgroup.
5903         * add-log.el (change-log-font-lock-keywords): Match names
5904         more exactly for the case that font-lock-constant-face is
5905         underlined.
5907 2000-09-19  Richard M. Stallman  <rms@gnu.org>
5909         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
5911 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
5913         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5915 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
5917         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5918         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5919         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5920         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5921         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5922         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5923         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5924         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5925         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5926         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5927         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
5928         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
5930         * startup.el (fancy-splash-text): New variable.
5931         (fancy-splash-delay, fancy-splash-image): New user-options.
5932         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5933         (fancy-splash-screens): New functions.
5934         (command-line-1): If display has a `display' frame parameter, has
5935         colors, and we have XPM support, show more fancy splash screens.
5937 2000-09-19  Dave Love  <fx@gnu.org>
5939         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
5940         with null `help'.  Use modern backquote syntax.
5942 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
5944         * font-lock.el (font-lock-mode): Change message telling the user
5945         that ``the buffer is too big''.
5947         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5948         for instance for the case that tab-width is 2.
5950 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
5952         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5953         toolbar-add-item, if image doesn't have a mask add a `:mask
5954         heuristic'.
5956 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
5958         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5959         and return a cons if it's non-nil.
5960         (diff-apply-hunk): Try to jump to the line in the source text
5961         corresponding to the position of point in the in the hunk.
5963         * info.el (Info-title-3-face, Info-title-2-face)
5964         (Info-title-1-face): Use face inheritance and relative sizes
5965         instead of hard-wiring things.
5967         * faces.el (secondary-selection): Make dark-background variant sane.
5969 2000-09-16  Andrew Innes  <andrewi@gnu.org>
5971         * makefile.w32-in (compile-files-CMD): No need to make .elc files
5972         read-only, since they aren't under VC now.
5974 2000-09-17  Dave Love  <fx@gnu.org>
5976         * tmm.el: Replace mapcar with mapc in several places.
5978         * loadhist.el (unload-feature): Maybe call elp-restore-list and
5979         ad-unadvise.
5981         * international/latin1-disp.el: New file.
5983         * calendar/cal-move.el (scroll-calendar-left)
5984         (scroll-calendar-right): Make arg optional (for active mode line).
5986         * calendar/calendar.el (calendar-mode-line-format): Make fields
5987         mouse-sensitive.
5988         (calendar-read-date, calendar-read-date, calendar-window-list):
5989         Unquote lambda.
5990         (calendar-month-name): Use aref, not sref.
5992         * view.el (minor-mode-alist): Propertize the string.
5994         * international/characters.el (standard-case-table): Add entries
5995         for Greek.
5997 2000-09-18  Miles Bader  <miles@gnu.org>
5999         * info.el (info-node, info-xref): Add dark-background variants.
6001         * faces.el (header-line): Change defaults to be less confusing
6002         when mixed with mode-lines.
6004         * info.el (Info-fontify-node): Make a few cleanups.
6005         Add extra `help-echo' and `local-map' props to node xrefs.
6006         Use header-specific faces for node-names & xrefs.
6007         (Info-use-header-line): New variable.
6008         (info-header-xref, info-header-node): New faces.
6009         (Info-setup-header-line): New function.
6010         (Info-select-node): Call Info-setup-header-line when enabled.
6011         (Info-extract-pointer): Work even if the header line is hidden.
6012         (Info-header-line): New variable.
6014 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
6016         * vms-patch.el (print-region-function): Don't quote lambda.
6018         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6020         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6021         (lm-get-header-re): Allow spaces between the header and the colon.
6022         (lm-header): Allow $ in non-RCS headers.
6023         (lm-header-multiline): Put the strings back into order.
6024         Stop at an empty line.  Don't require two space chars if the
6025         line is clearly not another header line.
6027         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6028         (popup-menu-popup): Remove.
6030 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
6032         * toolbar/toolbar.el (toolbar-add-item): Use the same image
6033         specification if or if not tool-bar item contains an `:enabled'
6034         property.
6036         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6037         current buffer has no file name.
6039 2000-09-15  Dave Love  <fx@gnu.org>
6041         * strokes.el: Sync with maintainer's current version with changes
6042         for Emacs, but avoid runtime cl and levents.
6043         (toplevel):  Change autoloads and compilation requires.
6044         (strokes-version, strokes-bug-address, strokes-lift): Values
6045         changed.
6046         (strokes-xpm-header, strokes-insinuated): New variable.
6047         (strokes): Add :link.
6048         (strokes-mode): Customized.
6049         (strokes-while-inhibiting-garbage-collector): New macro.
6050         (strokes-remassoc): Avoid remove-if.
6051         (strokes-fix-button2-command): Don't use ad-do-it.
6052         (strokes-insinuate): New function.
6053         (strokes-button-press-event-p, strokes-button-release-event-p):
6054         New functions, used instead of non-`strokes-' versions..
6055         (strokes-mouse-event-p): Rewritten.
6056         (strokes-event-closest-point): Avoid event-point.
6057         (strokes-get-grid-position): Avoid cdadr, caadr
6058         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6059         functions.
6060         (strokes-help): Use with-output-to-temp-buffer.
6061         (strokes-window-configuration-changed-p): New function.
6062         (strokes-update-window-configuration): Use buffer-live-p,
6063         strokes-window-configuration-changed-p.
6064         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
6065         (strokes-char-face): New face.
6066         (strokes-char-table, strokes-base64-chars): New variable.
6067         (strokes-xpm-for-stroke, strokes-list-strokes)
6068         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6069         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6070         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6071         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6072         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6073         functions.
6075 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
6077         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6079         * image.el (create-image): Doc fix.
6081         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6082         instead of `:heuristic-mask t'.
6084 2000-09-14  Andrew Innes  <andrewi@gnu.org>
6086         * makefile.w32-in: Revert to Unix line endings.
6088 2000-09-14  Andrew Innes  <andrewi@gnu.org>
6090         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
6091         when installing.
6093         * makefile.nt (DONTCOMPILE): Fix typo.
6095         * shell.el (shell-write-history-on-exit): New function.
6096         (shell-dumb-shell-regexp): New custom variable.
6097         (shell-mode): Make shell-write-history-on-exit the process
6098         sentinel if shell name matches shell-dumb-shell-regexp.
6100         * w32-fns.el: Comment out before-init-hook function which resets
6101         source-directory based; this breaks bootstrap.
6103 2000-09-14  Dave Love  <fx@gnu.org>
6105         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6106         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6107         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6108         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6109         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6110         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6111         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
6112         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
6113         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6115         * toolbar/toolbar.el: New.
6117         * subdirs.el: Add toolbar.
6119 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
6121         * indent.el (indent-for-tab-command): Doc fix.
6123 2000-09-14  Alex Schroeder  <alex@gnu.org>
6125         * ansi-color.el (ansi-colors): Doc change.
6126         (ansi-color-get-face): Simplified regexp.
6127         (ansi-color-faces-vector): Added more faces, doc change.
6128         (ansi-color-names-vector): Doc change.
6129         (ansi-color-regexp): Simplified regexp.
6130         (ansi-color-parameter-regexp): New regexp.
6131         (ansi-color-filter-apply): Doc change.
6132         (ansi-color-filter-region): Doc change.
6133         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6134         deal with zero length parameters.
6135         (ansi-color-apply-on-region): Doc change.
6136         (ansi-color-map): Doc change.
6137         (ansi-color-map-update): Removed debugging message.
6138         (ansi-color-get-face-1): Added condition-case to trap
6139         args-out-of-range errors.
6140         (ansi-color-get-face): Doc change.
6141         (ansi-color-make-face): Removed.
6142         (ansi-color-for-shell-mode): New option.
6144 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
6146         * international/quail.el (quail-start-translation): Translate KEY
6147         if necessary even if it doesn't have any mapping in the current
6148         input method.
6149         (quail-start-conversion): Likewise.
6150         (quail-help): The output message is improved.
6152 2000-09-13  Miles Bader  <miles@gnu.org>
6154         * comint.el (comint-output-filter): Revert to using
6155         `insert-before-markers'.  Add bletcherous hack to undo damage
6156         caused by `insert-before-markers'.  Put `front-sticky' property on
6157         overlays created here so that the field code understands how the
6158         overlay works.  Use a let when making comint-last-prompt-overlay,
6159         so that the code is easier to read.
6161 2000-09-13  Dave Love  <fx@gnu.org>
6163         * wid-edit.el (widget-default-format-handler): DTRT when
6164         doc-property is a function.
6166 2000-09-12  Francesco Potorti`  <pot@gnu.org>
6168         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6169         filed name if it's not there.
6171 2000-09-12  Dave Love  <fx@gnu.org>
6173         * simple.el (read-mail-command): Doc fix.
6174         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6176         * vc.el (vc-dired-listing-switches): Fix :version.
6178         * vc-hooks.el: Doc fixes.
6180         * subr.el (add-minor-mode): Use toggle-fun arg.
6182         * speedbar.el: Add :version to several defcustoms.
6184         * imenu.el (imenu--truncate-items, imenu--cleanup)
6185         (imenu--generic-function): Avoid mapcar.
6186         (imenu--replace-spaces): Function removed.
6187         (imenu--completion-buffer): Use subst-char-in-string.
6188         (imenu-add-to-menubar): Use keymap inheritance.
6190 2000-09-12  Miles Bader  <miles@gnu.org>
6192         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6193         (diff-mode-map): Bind `diff-test-hunk'.
6194         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6196 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
6198         * bytecomp.el (byte-compile-defvar): Undo last change
6199         because it breaks '(make-variable-buffer-local (defvar ...)'
6200         which is used at least in dired.
6202 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
6204         * international/quail.el (quail-define-package): Docstring
6205         modified.
6207 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
6209         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6210         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6211         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
6212         docstring of "chinese-py".
6214         * international/quail.el (quail-translation-docstring): New
6215         variable.
6216         (quail-show-keyboard-layout): Docstring modified.
6217         (quail-select-current): Likewise.
6218         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6219         infinite recursive call.
6220         (quail-help): Check quail-translation-docstring.  Format of the
6221         output changed.
6222         (quail-help-insert-keymap-description): Adjusted for the above
6223         change.
6225 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
6227         * bytecomp.el (byte-compile-defvar): Only cons onto
6228         current-load-list in top-level forms.  Else this leaks a cons cell
6229         every time a defun is called.
6231 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
6233         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6234         Now understands non-unified diffs.  Some functionality moved into
6235         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
6236         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
6237         modify anything.  Only reposition point in the patched file if the
6238         patch succeeds.  Only pop up another window if POPUP is true.
6239         Emit a message describing what happened if successful, and at what
6240         line-offset.  Automatically detect reversed hunks and do something
6241         appropriate.
6242         (diff-hunk-text, diff-find-text): New functions.
6243         (diff-filter-lines): Function removed.
6244         (diff-test-hunk): New function.
6245         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6247 2000-09-10  Dave Love  <fx@gnu.org>
6249         * textmodes/tildify.el: Minor doc/commentary fixes.
6250         (tildify) <defgroup>: Add :version.
6252         * faces.el (face-x-resources): Make custom type more specific.
6253         (frame-background-mode): Use mapc.
6254         (region) <defcustom>: Add :version.
6256 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
6258         * vc-sccs.el (vc-sccs-register):
6259         * vc-rcs.el (vc-rcs-register):
6260         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6261         * vc.el (vc-register): Clear file's properties.
6263 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
6265         * faces.el (face-spec-set): Only face-spec-reset-face when
6266         ATTRS is non-nil.
6268 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
6270         * help.el (help-insert-xref-button): Fix a typo in doc string.
6272 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
6274         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6275         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6276         methods.
6278         * menu-bar.el (read-mail-item-name): New function.
6279         (menu-bar-tools-menu): Use it to compute and display the package
6280         used to read email.
6281         (menu-bar-tools-menu): Fix typo in GUD's help string.
6283 2000-09-07  Dave Love  <fx@gnu.org>
6285         * diff-mode.el (diff-mouse-goto-source): New function.
6287         * vc-sccs.el: Doc fixes.
6288         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6290         * vc-rcs.el: Doc fixes.
6291         (vc-rcs-register-switches, vc-rcs-checkin-switches)
6292         (vc-rcs-checkout-switches, vc-rcs-header)
6293         (vc-rcs-master-templates): Add or change :version.
6295         * vc-cvs.el: Doc fixes.
6296         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6297         (vc-cvs-stay-local): Add :version.
6299         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6301 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6303         * international/quail.el (quail-help): Fix previous change.
6305 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6307         * faces.el (color-values): Doc fix.
6309         * faces.el (frame-set-background-mode): Use frame-parameter
6310         instead of frame-parameters.
6312         * frame.el (filtered-frame-list): Reduce consing.
6313         (frames-on-display-list): Call frame-parameter instead of
6314         frame-parameters.
6316 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6318         * language/devan-util.el (devanagari-to-indian-region): In the
6319         loop, change the following char, not preceding char.
6321 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6323         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6324         instead of frame-parameters.
6326         * faces.el (set-face-attribute): Simplify by calling
6327         internal-set-lisp-face-attribute with FRAME being 0.
6329         * vc.el: Remove `Id' version control keyword.
6331 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6333         * help.el (help-make-xrefs): Adjusted for the change of
6334         help-xref-mule-regexp.
6335         (help-insert-xref-button): New function.
6337         * international/mule-cmds.el (help-xref-mule-regexp-template):
6338         Include the pattern for character set.
6339         (leim): New group.
6341         * international/quail.el: Don't require face.
6342         (quail): New group.
6343         (quail-other-command): Dummy command to make quail-help work better.
6344         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6345         (quail-keyboard-layout-substitution): New variable.
6346         (quail-update-keyboard-layout): New function.
6347         (quail-keyboard-layout-type): New customizable variable.
6348         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6349         (quail-keyboard-translate): Pay attention to
6350         quail-keyboard-layout-substitution.
6351         (quail-insert-kbd-layout): New function.
6352         (quail-show-keyboard-layout): New function.
6353         (quail-get-translation): If the definition is a vector of length
6354         1, and the element is a string of length 1, return the character
6355         in that string.
6356         (quail-update-current-translations): Fix the case of
6357         relative-index out of range.
6358         (quail-build-decode-map, quail-insert-decode-map): New Functions.
6359         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6360         Show key sequences for all available characters.
6361         (quail-help-insert-keymap-description): Don't show such verbose
6362         key bindings as quail-self-insert-command.
6364         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6365         Format changed, and each element now have extra documentations.
6366         (tit-process-header): Delete invalid characters from TIT-PROMPT.
6367         Adjusted for the change of quail-cxterm-package-ext-info.
6369 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
6371         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6372         requiring it leads to a recursive loading of vc.el and vc-hooks.el
6373         during bootstrap.
6375 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6377         * vc.el: (toplevel): Don't require `dired' at run-time.
6378         (vc-dired-resynch-file): Remove autoload cookie.
6380 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
6382         * vc.el: Made several backend functions optional.
6383         (vc-default-responsible-p): New function.
6384         (vc-merge): Use RET for first version to trigger merge-news, not
6385         prefix arg.
6386         (vc-annotate): Handle backends that do not support annotation.
6387         (vc-default-merge-news): Removed.  The existence of a merge-news
6388         implementation is now checked on caller sites.
6390         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6391         case.
6393         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6394         special case that has been removed from the default in vc-hooks.el.
6396 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6398         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6400 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
6402         * vc-hooks.el: Require vc during compilation.
6403         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6404         macro `with-vc-properties' in vc.el.
6405         (vc-file-getprop): Doc fix.
6406         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6408         * vc.el: Require dired-aux during compilation.
6409         (vc-name-assoc-file): Moved to vc-sccs.el.
6410         (with-vc-properties): New macro.
6411         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6412         vc-finish-steal): Use it.
6413         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
6414         to the backend-specific function is now supposed to do the checkout,
6415         too.
6416         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6418         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6419         set file properties; that gets done in the generic code now.
6421         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6422         Changed parameter list, added code from vc.el that does the
6423         checkout, possibly with a double-take.
6425         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6426         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6427         the above under the new name.
6428         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
6429         parameter list, added checkout command.
6430         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6431         properties; that gets done in the generic code now.
6433 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6435         * vc.el: Docstring fixes (courtesy of checkdoc).
6437 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6439         * vc.el (vc-checkout-writable-buffer-hook)
6440         (vc-checkout-writable-buffer): Remove.
6441         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6442         (vc-log-mode): Make it into a clean derived major mode.
6443         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6444         vc-log-mode if log-edit is not available.
6445         (vc-dired-mode-map): Don't set-keymap-parent yet.
6446         (vc-dired-mode): Do set-keymap-parent here.
6447         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6449 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
6451         * faces.el (set-face-attribute, face-spec-reset-face)
6452         (face-spec-set): Avoid consing by removing calls to `apply'.
6454         * frame.el (frame-parameter): Move to C code.
6456 2000-09-05  Dave Love  <fx@gnu.org>
6458         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6459         insert-before-markers-and-inherit.  Now checked systematically!
6461 2000-09-05  Alex Schroeder  <alex@gnu.org>
6463         * sql.el (sql-postgres): Use sql-postgres-options.
6464         (sql-postgres-options): New variable.
6466 2000-09-05  Alex Schroeder  <alex@gnu.org>
6468         * sql.el (sql-mode-menu): Work around missing variable mark-active
6469         in XEmacs.
6470         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6471         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6472         compatibility.
6474 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
6476         * vc.el (vc-dired-resynch-file): Add autoload cookie.
6478         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6480         * Makefile.in (DONTCOMPILE): Fix typo in file name.
6482 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6484         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6485         don't support anything else under SCCS yet.
6487         * vc-hooks.el: Minor doc fixes.
6489 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6491         * vc.el (vc-next-action-on-file): Do not visit the file if it's
6492         not necessary.  If verbose in state `needs-patch', do the same as
6493         under `up-to-date'.  When NOT verbose and `needs-patch', check out
6494         latest version instead of `merge-news'.
6495         (vc-next-action-dired): Don't mess with default-directory here; it
6496         breaks other parts of dired.  It is the job of the
6497         backend-specific functions to adjust it temporarily if they need it.
6498         (vc-next-action): Remove a special CVS case.
6499         (vc-clear-headers): New optional arg FILE.
6500         (vc-checkin, vc-checkout): Set properties vc-state and
6501         vc-checkout-time properly.
6502         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6503         (vc-print-log): Use new backend function `show-log-entry'.
6504         (vc-cancel-version): Do the checks in a different order.  Added a
6505         FIXME concerning RCS-only code.
6507         * vc-rcs.el (vc-rcs-show-log-entry): New function.
6508         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6510         * vc-cvs.el (vc-cvs-show-log-entry): New function.
6512         * vc-hooks.el (vc-default-mode-line-string): Show state
6513         `needs-patch' as a `-' too.
6515 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6517         * vc.el (vc-responsible-backend): New optional arg REGISTER.
6518         (vc-default-could-register): New function.
6519         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6520         (vc-resynch-buffer): Call vc-dired-resynch-file.
6521         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6522         vc-resynch-buffer instead of vc-resynch-window.
6523         (vc-next-action-dired): Don't redisplay here, that gets done as a
6524         result of the individual file operations.
6525         (vc-retrieve-snapshot): Corrected prompt order.
6527         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6529         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6530         as well.
6531         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
6532         hostname regexps.  Updated all callers.
6533         (vc-cvs-responsible-p): Handle directories as well.
6534         (vc-cvs-could-register): New function.
6535         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6536         properties up-to-date.
6538         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6539         user whether to create one.
6541 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6543         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6544         check out a non-existing file.
6546         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6547         workfile does not exist.
6549         * vc.el (vc-version-diff): Use `require' to check for existence of
6550         diff-mode.
6552 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6554         * vc-cvs.el (vc-cvs-registered): Use new function
6555         vc-cvs-parse-entry to do the actual work.
6557 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6559         * vc-hooks.el (vc-find-backend-function): If function doesn't
6560         exist, return nil instead of error.
6561         (vc-call-backend): Doc fix.
6563         * vc.el (vc-do-command): Doc fix.
6564         (vc-finish-logentry): When checking in from vc-dired, choose the
6565         right backend for logentry check.
6566         (vc-dired-mode-map): Inherit from dired-mode-map.
6567         (vc-dired-mode): Local value of dired-move-to-filename-regexp
6568         simplified.
6569         (vc-dired-state-info): Removed, updated caller.
6570         (vc-default-dired-state-info): Use parentheses instead of hyphens.
6571         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6572         (vc-dired-listing-switches): New variable.
6573         (vc-directory): Use it, instead of dired-listing-switches.
6575         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6576         (vc-cvs-dir-state): New function.
6577         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6578         (vc-cvs-parse-entry): New function, also to be used in
6579         vc-cvs-registered.
6581 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6583         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6584         *or* single-window-frames.
6586 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6588         * vc.el (vc-update-changelog): Split into generic part and default
6589         implementation.  Doc string adapted.
6590         (vc-default-update-changelog): New function.  Call the `rcs2log'
6591         script in exec-directory, to fix a long-standing nuisance.
6593         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6594         simply signals an error.
6596 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6598         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6599         control-flow more clear and to avoid running `cvs' twice.
6601         * vc.el (vc-next-action-on-file): Doc fix.
6602         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6603         (vc-print-log): Eval `file' before constructing the continuation.
6605 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6607         * vc.el (vc-next-action-on-file): Corrected several messages.
6608         (vc-merge): Add prefix arg `merge-news'; handle it.
6610         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6611         is not reached.  It is.
6612         (vc-cvs-merge): Set state to 'edited after merge.
6613         (vc-cvs-merge-news): Set workfile version to nil if not known.
6614         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
6616         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6617         via stdout. (Merge from main line.)
6619 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6621         * vc.el (vc-finish-logentry): Thinko in the "same comment"
6622         detection.
6624 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6626         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6627         against kill-all-local-variables.
6628         (vc-log-edit): Don't save vc-parent-buffer any more.
6629         (vc-last-comment-match): Initialize to an empty string.
6630         (vc-post-command-functions): New hook.
6631         (vc-do-command): Run it.
6632         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6633         (vc-finish-logentry): Only add the comment to the ring if it's
6634         different from the last comment entered.
6635         (vc-new-comment-index): New function.
6636         (vc-previous-comment): Use it.  Make the minibuffer message
6637         slightly less terse.
6638         (vc-comment-search-reverse): Make it work forward as well.  Don't
6639         set vc-comment-ring-index if no match is found.  Use
6640         vc-new-comment-index.
6641         (vc-comment-search-forward): Use vc-comment-search-reverse.
6642         (vc-dired-mode-map): Don't inherit from dired-mode-map since
6643         define-derived-mode will do it for us.  Bind `v' to a keymap that
6644         inherits from vc-prefix-map so that we can bind `vt' without
6645         binding C-x v t.
6646         (vc-retrieve-snapshot): Parenthesis typo.
6648         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6649         to 1.  Make sure to switch to *vc* before looking for an error
6650         message.  Use vc-parse-buffer.
6652 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6654         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6655         and NAME.
6656         (vc-retrieve-snapshot): Split into two parts.
6657         (vc-default-retrieve-snapshot): New function.
6659         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6660         (vc-cvs-retrieve-snapshot): New function (untested).
6661         (vc-cvs-stay-local): Default to t.
6662         (vc-cvs-remote-p): New function and property.
6663         (vc-cvs-state): Stay local only if the above is t.
6664         (vc-handle-cvs): Removed.
6665         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6666         done via vc-handled-backends now.
6667         (vc-cvs-header): Escape Id.
6669 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6671         * vc.el (vc-do-command): Remove unused commands.
6672         (vc-version-diff): Make sure default-directory ends with a slash.
6673         Move the window commands into a vc-exec-after.
6674         (vc-print-log): Move more of the code into the `vc-exec-after'.
6676 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6678         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6679         (vc-print-log): Search current revision from beginning of buffer.
6680         (vc-revert-buffer): Clear echo area after the diff is finished.
6681         (vc-prefix-map): Removed definition of "t" for terse display in vc
6682         dired.
6683         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
6684         definition of "vt" for terse display.
6685         (vc-dired-mode): Fix dired-move-to-filename-regexp.
6687 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6689         * vc.el (vc-exec-after): Avoid caddr.
6691 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6693         * vc.el (vc-exec-after): New function.
6694         (vc-do-command): Use it to add a termination message for async
6695         procs.
6696         (vc-checkout): Try to handle a missing-backend situation.
6697         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6698         of a directory with a backend using async diffs.
6699         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6700         present.
6702         * vc-sccs.el (vc-sccs-state-heuristic): Use
6703         file-ownership-preserved-p.
6705         * vc-rcs.el (vc-rcs-state-heuristic): Use
6706         file-ownership-preserved-p.
6707         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6709 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6711         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6712         vc-do-command.
6714         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6715         when there are no changes.
6717 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6719         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6721         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6723 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6725         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6727         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6728         the `fset' outside of the defvar so that it works even if
6729         vc-prefix-map was already defined.
6730         (vc-setup-buffer): New function, split out of vc-do-command.
6731         (vc-do-command): Allow BUFFER to be t to mean `just use the
6732         current buffer without any fuss'.
6733         (vc-version-diff): Change the `diff' backend operation to just put
6734         the diff in the current buffer without erasing it.  Always use
6735         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
6736         shrink-window-if-larger-than-buffer.
6737         (vc-print-log): Change the `print-log' backend operation to just
6738         put the log in the current buffer without erasing it.  Protect
6739         shrink-window-if-larger-than-buffer.
6740         (vc-update-change-log): Fix setd typo.
6742         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6743         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6745         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6746         (vc-rcs-diff): Insert in the current buffer and remove unused arg
6747         CMP.
6749         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6750         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
6751         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6753 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6755         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6756         not possible, use vc-BACKEND-workfile-unchanged-p.
6757         (vc-default-workfile-unchanged-p): New function.  Delegates to a
6758         full vc-BACKEND-diff.
6760         * vc-hooks.el (vc-simple-command): Removed.
6762         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6763         instead of vc-simple-command.
6764         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6765         avoid doing a diff when opening a file.
6766         (vc-rcs-state): Added check for unlocked-changes.
6767         (vc-rcs-header): Escape Id.
6768         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6769         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6770         version.
6772         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6773         (vc-sccs-diff): Remove optional arg CMP.
6774         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6775         SCCS-specific function.
6777         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6778         vc-simple-command.
6780 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6782         * vc.el (vc-editable-p): Renamed from vc-writable-p.
6783         (with-vc-file, vc-merge): Use vc-editable-p.
6784         (vc-do-command): Remove unused var vc-file and fix the
6785         doubly-defined `status' var.  Add a user message when starting an
6786         async command.
6787         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6788         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6789         Use with-current-buffer.
6790         (vc-buffer-sync): Use unless.
6791         (vc-next-action-on-file): If the file is 'edited by read-only,
6792         make it read-write instead of trying to commit.
6793         (vc-version-diff, vc-update-change-log): Use `setq
6794         default-directory' rather than `cd'.
6795         (vc-log-edit): Don't forget to set default-directory in the
6796         buffer.
6798         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6799         (vc-sccs-state-heuristic): Use file-writable-p instead of
6800         comparing userids.
6801         (vc-sccs-checkout): Use `unless'.
6803         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
6804         of comparing userids.
6805         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
6806         Simplify the logic by eliminating unreachable code.
6807         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
6808         just do a recursive call if we need to retry.
6809         (vc-rcs-checkout): Handle the case where rcs is missing by making
6810         the buffer read-write if requested and re-signalling the error.
6812         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
6814 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6816         * vc-hooks.el (vc-handled-backends): Docstring change.
6817         (vc-ignore-vc-files): Mark obsolete.
6818         (vc-registered): Check vc-ignore-vc-files.
6819         (vc-find-file-hook, vc-file-not-found-hook): Don't check
6820         vc-ignore-vc-files.
6822         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
6824 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6826         * vc.el (vc-checkout): Don't do anything special for ange-ftp
6827         files since ange-ftp already has vc-registered return nil.
6829         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6830         (vc-sccs-workfile-version): Use with-temp-buffer and new
6831         vc-parse-buffer and don't bother setting the property.
6832         (vc-sccs-add-triple): Use with-current-buffer and
6833         find-file-noselect.
6834         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6836         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
6837         derives from the old vc-parse-buffer but uses the revision number
6838         rather than the date (much easier to compare robustly).
6839         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
6840         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
6841         locking-user more directly.  Check strict locking and set
6842         checkout-model appropriately.
6843         (vc-rcs-parse-locks): Remove.
6844         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6845         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6846         (vc-rcs-system-release): Use with-current-buffer and
6847         vc-parse-buffer.
6848         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6850         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6851         (vc-simple-command): Docstring fix.
6852         (vc-registered): Align the way the file-handler is called with the
6853         way the function itself works.
6854         (vc-file-owner): Remove.
6856         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
6857         extraction of fields and call to file-attributes because of a
6858         temporary bug in rcp.el.
6859         (vc-cvs-fetch-status): Use with-current-buffer.
6861 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6863         * vc.el (vc-do-command): Use file-relative-name.
6864         (vc-responsible-backend): Use vc-backend if possible.
6865         (vc-create-snapshot): Improve the `interactive' spec. Add support
6866         for branches and dispatch to backend-specific `create-snapshot'.
6867         (vc-default-create-snapshot): New function, containing the bulk of
6868         the old vc-create-snapshot.
6869         (vc-retrieve-snapshot): Improve the interactive spec.
6871         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6872         (vc-backend-hook-functions): Remove.
6873         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6874         (vc-backend): Reintroduce the test for `file = nil' now that I
6875         know why it was there (and added a comment to better remember).
6877         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6878         code from vc-sccs-hooks.el.
6879         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
6880         'vc anymore.
6881         (vc-sccs-responsible-p): Use expand-file-name instead of concat
6882         and file-directory-p instead of file-exists-p.
6883         (vc-sccs-check-headers): Simplify the regexp.
6885         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6886         from vc-rcs-hooks.el.  Don't require 'vc anymore.
6887         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6888         file-directory-p instead of file-exists-p.
6890         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6891         from vc-cvs-hooks.el.
6892         (proto vc-cvs-registered): Require 'vc-cvs instead of
6893         'vc-cvs-hooks.  Don't require 'vc anymore.
6894         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6895         file-directory-p instead of file-exists-p.
6896         (vc-cvs-create-snapshot): New function, replacing
6897         vc-cvs-assign-name.
6898         (vc-cvs-assign-name): Remove.
6900 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6902         * vc-cvs.el (vc-cvs-header): New var.
6904         * vc-rcs.el (vc-rcs-exists): Remove.
6905         (vc-rcs-header): New var.
6907         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6908         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6909         (vc-sccs-header): New var.
6911         * vc.el (vc-do-command): Get rid of the `last' argument.
6912         (vc-header-alist): Remove, replaced by vc-X-header.
6913         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6914         (vc-dired-hook): Use expand-file-name instead of concat.
6915         (vc-directory): Use file-name-as-directory.
6916         (vc-snapshot-precondition, vc-create-snapshot)
6917         (vc-retrieve-snapshot): Allow the command to operate on any
6918         directory.
6920         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6921         just removing the 'WORKFILE argument or by removing the 'MASTER
6922         argument and replacing `file' with (vc-name file).
6924 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6926         * vc.el: Update Copyright and add a crude list of backend funs.
6927         (vc-writable-p): New function.
6928         (with-vc-file): Use vc-writable-p.
6929         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
6930         (vc-register): Avoid vc-name.
6931         (vc-locking-user): Remove.
6932         (vc-steal-lock): Make the `owner' arg non-optional.
6933         (vc-merge): Use vc-writable-p instead of vc-locking-user and
6934         vc-checkout-model.
6935         (vc-default-dired-state-info): Use vc-state instead of
6936         vc-locking-user and return special strings for special states.
6937         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6938         and get rid of one of the special CVS cases.
6939         (vc-cancel-version): prettify error message with \\[...].
6940         (vc-rename-master): New function.
6941         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6942         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
6943         the CVS special case generic.
6944         (vc-default-record-rename): Remove.
6945         (vc-file-tree-walk-internal): Only call FUNC for files that are
6946         under control of some VC backend and replace `concat' with
6947         expand-file-name.
6948         (vc-file-tree-walk): Update docstring.
6949         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6950         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6952         * vc-sccs.el (vc-sccs-rename-file): Renamed from
6953         vc-sccs-record-rename.  Use `find-file-noselect' rather than
6954         `find-file' and call `vc-rename-master' to do the actual move.
6955         (vc-sccs-diff): Remove unused `backend' variable.
6957         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6958         to delay loading of vc-sccs until it is really used.
6959         (vc-sccs-master-templates): Preload.
6960         (vc-sccs-state): Update call to vc-sccs-parse-locks.
6961         (vc-sccs-project-dir): Remove (merged into
6962         vc-sccs-search-project-dir).
6963         (vc-sccs-search-project-dir): Rewrite using file name handling ops
6964         rather than `concat', make sure it is preloaded and don't bother
6965         to check that the file actually exists.
6966         (vc-sccs-parse-locks): Remove unused `file' argument, remove
6967         `locks' argument (use buffer's content instead) and eliminate n^2
6968         behavior.
6970         * vc-rcs.el: Update Copyright.
6971         (vc-rcs-rename-file): New function.
6972         (vc-rcs-diff): Remove unused `backend' variable.
6974         * vc-hooks.el: Update Copyright.
6975         (vc-backend): Don't accept a nil argument any more.
6976         (vc-up-to-date-p): Turn into a defsubst.
6977         (vc-possible-master): New function.
6978         (vc-check-master-templates): Use `vc-possible-master' and allow
6979         funs in vc-X-master-templates to return a non-existent file.
6981         * vc-cvs.el: Update Copyright.
6982         (vc-cvs-diff): Remove unused `backend' variable.
6983         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
6985         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6987 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6989         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6990         since it can be called from vc-rcs.el.
6991         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6993 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6995         * vc.el (vc-version-diff): Expand file name read from the
6996         minibuffer.  Handle the case when a previous version number can't
6997         be guessed.  Give suitable messages when there were no differences
6998         found.
6999         (vc-clear-headers): Call backend-specific implementation, if one
7000         exists.
7001         (vc-cancel-version): Made error checks generic.  When done, clear
7002         headers generically, too.
7004         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7005         from vc-clear-headers in vc.el.
7007         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7008         correctly.
7009         (vc-rcs-latest-on-branch-p): Made second argument VERSION
7010         optional.  Handle the case when it's not there.
7012 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7014         * vc.el (vc-locking-user): Moved from vc-hooks.el.
7016 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7018         * vc-hooks.el (vc-loadup): Remove.
7019         (vc-find-backend-function): Use `require'.  Also, handle the case
7020         where vc-BACKEND-hooks.el doesn't exist.
7021         (vc-call-backend): Cleanup.
7023 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7025         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7026         vc-rcs-grab-templates)
7027         (vc-rcs-registered): Remove.  The default function works as well.
7028         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7029         vc-sccs-grab-templates)
7030         (vc-sccs-registered): Remove.  The default function works as well.
7032         * vc.el (vc-version-diff): Left out a vc- in call to
7033         vc-call-backend.
7034         (vc-default-dired-state-info, vc-default-record-rename)
7035         (vc-default-merge-news): Update for the new backend argument.
7037         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7038         using the default function.
7039         (vc-call-backend): If calling the default function, pass it the
7040         backend as first argument.  Update the docstring accordingly.
7041         (vc-default-state-heuristic, vc-default-mode-line-string): Update
7042         for the new backend argument.
7043         (vc-make-backend-sym): Renamed from vc-make-backend-function.
7044         (vc-find-backend-function): Use the new name.
7045         (vc-default-registered): New function.
7047 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7049         * vc.el (vc-merge): Use vc-find-backend-function.
7051         * vc-hooks.el (vc-backend-functions): Remove.
7052         (vc-loadup): Don't setup 'vc-functions.
7053         (vc-find-backend-function): New function.
7054         (vc-call-backend): Use above fun and populate 'vc-functions
7055         lazily.
7056         (vc-backend-defines): Remove.
7058 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7060         * vc.el (vc-register): Put a FIXME note for a newly found bug.
7061         Call vc-call-backend without the leading vc-.
7062         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7063         (vc-check-headers): Call vc-call-backend without the leading vc-.
7064         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7065         (vc-annotate-display): Replace confusing use of `cond' with `or'.
7066         Call vc-call-backend without the leading vc-.
7068         * vc-cvs.el (tail): Provide vc-cvs.
7069         * vc-sccs.el (tail): Provide vc-sccs.
7070         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7072         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7073         (vc-make-backend-function, vc-call): Pass names without leading
7074         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7075         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7076         (vc-call-backend): Always try to load vc-X-hooks.
7077         (vc-registered): Remove vc- in call to vc-call-backend.
7079 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7081         * vc.el (vc-process-filter): New function.
7082         (vc-do-command): Setup `vc-process-filter' for the async process.
7083         (vc-maybe-resolve-conflicts): New function to reduce
7084         code-duplication.  Additionally, it puts the buffer in
7085         `smerge-mode' if applicable.
7086         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7087         calling `merge-news'.
7088         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7089         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
7090         interfacing to log-edit.el.
7091         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7092         log-edit is available.
7093         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7095 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7097         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7098         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7099         defvar and the initialization.
7100         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7102         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7103         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7105         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7107 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7109         * vc.el (vc-file-clear-masterprops): Removed.
7110         (vc-checkin, vc-revert-buffer): Removed calls to the above.
7111         (vc-version-diff): Use buffer-size without argument.
7112         (vc-register): Heed vc-initial-comment.
7114         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7115         default branch.
7117         * vc-rcs.el (vc-rcs-register): Parse command output to find master
7118         file name and workfile version.
7119         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7121         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7122         vc-file-clear-masterprops.
7124         * vc-sccs.el (vc-sccs-checkout): Removed call to
7125         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
7126         rather than user login name.
7129 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7131         * vc.el (vc-workfile-unchanged-p): Remove unused argument
7132         `want-differences-if-changed' and simplify.
7133         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7134         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7135         output (which is invalid for async vc-diff) to decide whether to
7136         do the revert silently or not.
7138 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7140         * vc-hooks.el (vc-loadup): Load files quietly.
7141         (vc-call-backend): Oops, brain fart.
7143 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7145         * vc-cvs.el (vc-cvs-state): Typo.
7146         (vc-cvs-merge-news): Return the status code rather than the error msg.
7148 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7150         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7151         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7152         vc-state or vc-up-to-date-p.
7153         (vc-merge): Use vc-backend-defines to check whether merging is
7154         possible.  Set state to 'edited after successful merge.
7156         * vc-hooks.el (vc-locking-user): If locked by the calling user,
7157         return that name.  Redocumented.
7159 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7161         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7162         new `vc-state' semantics.
7163         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7164         'vc-locking-user to the current user.
7165         (vc-merge): Inline vc-backend-merge.  Comment out code that I
7166         don't understand and hence can't adapt to the new `vc-state' and
7167         `vc-locking-user' semantics.
7168         (vc-backend-merge): Remove.
7170         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7171         rather than 'vc-locking-user.
7173         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7175         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7176         (vc-state): Don't use 'reserved any more.  Just use the same
7177         convention as the one used for vc-<backend>-state where the
7178         locking user (as a string) is returned.
7179         (vc-locking-user): Update, based on the above convention. The
7180         'vc-locking-user property has disappeared.
7181         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7183         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7184         with a heuristic one.
7185         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7186         (vc-cvs-checkin): Do a trivial parse to set the state in case of
7187         error.  That allows us to get to 'needs-merge even in the
7188         stay-local case.  There's still no way to detect 'needs-patch in
7189         such a setup (or to force an update for that matter).
7190         (vc-cvs-logentry-check): Remove, the default works as well.
7192 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7194         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7196         * vc.el (vc-do-command): kill-all-local-variables, to reset any
7197         major-mode in which the buffer might have been put earlier.  Use
7198         `remove' and `when'.  Allow `okstatus' to be `async' and use
7199         `start-process' in this case.
7200         (vc-version-diff): Handle the case where the diff looks empty
7201         because of the use of an async process.
7203 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7205         * vc.el (vc-next-action-on-file): Removed optional parameter
7206         `simple'.  Recompute state unconditionally.
7207         (vc-default-toggle-read-only): Removed.
7209         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7210         (vc-toggle-read-only): Undid prev change.
7212         * vc-cvs.el (vc-cvs-stay-local): Renamed from
7213         vc-cvs-simple-toggle.  Redocumented.
7214         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7215         (vc-cvs-toggle-read-only): Removed.
7217 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7219         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7220         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7221         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7222         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
7223         still is. So maybe it should be removed.
7224         (vc-head-version, vc-find-binary): Remove.
7225         (vc-recompute-state): Move from vc-hooks.el.
7226         (vc-next-action-on-file): Add a `simple' argument to allow
7227         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7228         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7229         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7230         (vc-dired-mode-map): Properly defvar it.
7231         (vc-print-log): Call log-view-mode if available.
7232         (small-temporary-file-directory): defvar instead of use boundp.
7233         (vc-merge-news): Moved to vc-cvs.el.
7234         (vc-default-merge-news): New function.
7236         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7237         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7238         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7239         unknown `vc-latest-version' function.  It should probably refer to
7240         vc-workfile-version or somesuch, but it's very unclear to me and I
7241         don't have SCCS to test things.
7243         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7244         (vc-sccs-state-heuristic): Fix typo.
7245         (vc-sccs-workfile-unchanged-p): Add missing argument.
7247         * vc-rcs.el: Require vc and vc-rcs-hooks.
7248         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7249         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7250         (vc-release-greater-or-equal-p): Move from vc.
7251         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7252         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7253         (vc-rcs-checkout): Add a missing `new-version' argument in the
7254         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
7256         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7257         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7258         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7259         than the apparently unbound `workfile-version'.
7261         * vc-hooks.el (vc-master-templates): Def the obsolete var.
7262         (vc-file-prop-obarray): Use `make-vector'.
7263         (vc-backend-functions): Add new hookable functions
7264         vc-toggle-read-only, vc-record-rename and vc-merge-news.
7265         (vc-loadup): If neither backend nor default functions exist, use
7266         the backend function rather than nil.
7267         (vc-call-backend): If the function if not bound yet, try to load
7268         the non-hook file to see if it provides it.
7269         (vc-call): New macro plus use it wherever possible.
7270         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7271         nor `vc-find-binary' since it's only called from
7272         vc-mistrust-permission which is only used once the backend is known.
7273         (vc-checkout-model): Fix parenthesis.
7274         (vc-recompute-state, vc-prefix-map): Move to vc.el.
7276         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7277         (vc-cvs-release, vc-cvs-system-release): Remove.
7278         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7279         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7280         status symbols.
7281         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7282         (vc-cvs-toggle-read-only): First cut at a function to allow a
7283         cvs-status-free vc-toggle-read-only.
7284         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7285         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7286         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
7287         (vc-cvs-checkout): Modify access rights directly if the user
7288         requested not to use `cvs edit'.  And refresh the mode line.
7290         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7291         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7293 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7295         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
7296         workfile' that got lost when the code was extracted from vc.el.
7297         And merged the tail with the rest of the code (not possible in the
7298         old vc.el where the tail was shared among all backends).  And
7299         explicitly set the state to 'edited if `writable' is set.
7301         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7302         (vc-cvs-state): Be careful to return the value from
7303         vc-cvs-parse-state.
7304         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
7305         property but return it instead.  Also be careful to handle a nil
7306         or "" `rev' when workfile is non-nil (it was handled properly when
7307         workfile was nil).
7309         * vc.el: Removed those pesky unnecessary `(function' quotes.
7310         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7311         directly in the defvar.
7312         (vc-do-command): Bind inhibit-read-only so as to properly handle
7313         the case where the destination buffer has been made read-only.
7314         (vc-diff): Delegate to vc-version-diff in all cases.
7315         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7316         (vc-annotate-mode-variables): Removed (code moved partly to
7317         defvars and partly to vc-annotate-add-menu).
7318         (vc-annotate-mode): Turned into a derived-mode.
7319         (vc-annotate-add-menu): Moved in code in
7320         vc-annotate-mode-variables.
7321         (vc-update-change-log): Use make-temp-file if available.
7323 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
7325         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7326         `vc-checkout-model' updated to `vc-cvs-update-model'.
7328 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7330         * vc.el (vc-next-action-on-file): Added handling of state
7331         `unlocked-changes'.
7332         (vc-checkout-carefully): Is now practically obsolete, unless the
7333         above is too slow to be enabled unconditionally.
7334         (vc-update-change-log): Fixed typo.
7336         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7338         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7339         Now handles state `unlocked-changes'.
7340         (vc-sccs-workfile-unchanged-p): New function, to support the above.
7342         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7344         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7345         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
7346         `unlocked-changes'.
7347         (vc-rcs-workfile-unchanged-p): Renamed from
7348         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
7349         function yet, but supposed to become one soon.
7351         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7352         `vc-steal-lock'.
7353         (vc-call-backend): Changed error message.
7354         (vc-state): Added description of state `unlocked-changes'.
7356 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7358         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7359         always return t in CVS-controlled directories.
7361         * vc.el (vc-responsible-backend): New function.
7362         (vc-register): Largely rewritten.
7363         (vc-admin): Removed (implementation moved into vc-register).
7364         (vc-checkin): Redocumented.
7365         (vc-finish-logentry): If no backend defined yet (because we are in
7366         the process of registering), use the responsible backend.
7368         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7369         Updated function lists.
7370         (vc-call-backend): Fixed typo.
7372         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7373         New functions.
7374         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7375         Removed query option.  Redocumented.
7377 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7379         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7381         * vc.el: Updated callers of `vc-checkout-required' to use
7382         `vc-checkout-model'.
7384 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7386         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
7387         stuff updated to reference this function instead of the old
7388         `vc-backend-release-p'.
7390 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7392         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7393         vc-checkout-model.  Return appropriate values.  Updated callers.
7395 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7397         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7398         (vc-backend-revert): Function moved into `vc-revert';
7399         `vc-next-action' must be updated to accomodate this change.
7400         (vc-backend-steal): Function moved into `vc-finish-steal'.
7401         (vc-backend-logentry-check): Function moved into
7402         `vc-finish-logentry'.
7403         (vc-backend-printlog): Function moved into `vc-print-log'.
7404         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7405         (vc-backend-assign-name): Function moved into
7406         `vc-create-snapshot'.
7408 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7410         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7411         Rename to vc-checkout-model.  Return appropriate values.
7412         Update callers.
7414         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7415         to vc-checkout-model.
7416         (vc-checkout-required): Rename to vc-checkout-model.
7417         Re-implement and re-comment.
7418         (vc-after-save): Use vc-checkout-model.
7420 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7422         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7423         Update to use the vc-BACKEND-diff functions instead.
7424         `vc-diff' is now working.
7426         * vc-rcs.el (vc-rcs-logentry-check): New function.
7428         * vc-cvs.el (vc-cvs-logentry-check): New function.
7430         * vc-sccs.el (vc-sccs-diff): Function changed name from
7431         `vc-backend-diff'.  This makes `vc-diff' work.
7433         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7434         of functions possibly implemented in a vc-BACKEND library.
7435         (vc-checkout-required): Fix bug that caused an error to be
7436         signaled during `vc-after-save'.
7438         * vc.el: Fix typo.
7439         This checkin is made with our new VC code base for the very first time.
7440         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7442         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7443         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7445         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7446         updated to `vc-uses-locking'.
7447         (vc-checkout-required): Call to backend function.
7448         `vc-checkout-required' updated to `vc-uses-locking' instead.
7450         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7451         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7453         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7454         to match the split into various backends.
7455         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
7456         (vc-retrieve-snapshot): Bug fix.
7458 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7460         * vc-sccs.el (vc-sccs-release): Doc fix.
7462 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7464         * vc.el (vc-next-action-on-file): Bug found and fixed.
7465         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7466         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7468         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7469         (vc-rcs-checkout): Name space cleaned up.  No more revision number
7470         crunching function names that are not prefixed with vc-rcs.
7471         (vc-rcs-checkout-model): Function added.  References to
7472         `vc-checkout-model' replaced.
7474 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7476         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7477         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
7478         still need to be split, and implemented for RCS).
7480 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7482         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7484         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7485         required by the vc.el file.
7487         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7488         required by the vc.el file.
7489         (vc-rcs-exists): Function added.
7491         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7492         required by the vc.el file.
7494         * vc.el (vc-admin): Updated to handle selection of appropriate
7495         backend.  Current implementation is crufty and need re-thinking.
7497         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7499 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7501         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7502         beginning of annotate buffers correctly.
7504         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7505         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7506         functionality updated quite a lot to support multiple backends.
7507         Variables `vc-annotate-mode', `vc-annotate-buffers',
7508         `vc-annotate-backend' added.
7510         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7511         `vc-annotate-difference' added to supported backend functions.
7513 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7515         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7516         Use with-temp-file instead of /bin/sh.  Merged from mainline
7518 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7520         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7522         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7524         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7526 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7528         * vc-hooks.el: vc-state-heuristic added to
7529         vc-backend-hook-functions.
7531         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7533         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7535         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7536         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
7537         state to `reserved'.
7539         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7540         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
7542 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7544         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
7545         untouched.
7547         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7549         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7550         if defined.  (Merged from main line, slightly adapted.)
7552         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7553         millenium problem (merged from mainline).
7555 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7557         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7558         part and moved the non-BACKEND stuff to vc.el.
7560         * vc.el: Split the annotate feature into a BACKEND specific part
7561         and moved it from the vc-cvs.el file to this one.
7563 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7565         * vc-hooks.el: Implement new state model.
7566         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7567         (vc-locking-user): Simplify.  Now only needed if the file is
7568         locked by somebody else.
7569         (vc-lock-from-permissions): Remove.  Functionality is in
7570         vc-sccs-hooks.el and vc-rcs-hooks.el now.
7571         (vc-mode-line-string): New name for former vc-status.  Adapted.
7572         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
7574         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7575         Various simplifications and adaptations all over the place.
7577         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7578         Simplify and adapt the rest.
7580         * vc.el (vc-resynch-window): Add TODO comment: check for
7581         interaction with view mode according to recent RCS change.
7582         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7584 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7586         * vc.el: Convert the remaining function comments to docstrings.
7588 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7590         * vc.el (vc-backend-release, vc-release-greater-or-equal)
7591         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7592         (vc-minor-part, vc-previous-version): Functions that operate and
7593         compare revision numbers got proper documentation.  Comments added
7594         about their possible removal.
7596 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7598         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7599         the vc-backend.el files.
7601         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7603         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7604         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7605         (vc-rcs-previous-version): Functions added.
7607         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7609         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7611 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7613         * vc-hooks.el (vc-master-templates): Is really obsolete.
7614         Comment out the definition for now.  What is the right procedure
7615         to get rid of it?
7616         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7617         rewritten.
7618         (vc-default-registered): Remove.
7619         (vc-check-master-templates): New function; does mostly what the
7620         above did before.
7621         (vc-locking-user): Don't rely on the backend to set the property.
7623         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7624         Rewrite documentation.
7625         (vc-rcs-templates-grabbed): New variable.
7626         (vc-rcs-grab-templates): New function.
7627         (vc-rcs-registered): Rewrite to use above mechanism.
7629         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7630         Rewrite documentation.
7631         (vc-sccs-templates-grabbed): New variable.
7632         (vc-sccs-grab-templates): New function.
7633         (vc-sccs-registered): Rewrite to use above mechanism.
7634         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7635         Don't throw the result, simply return it.
7637         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7638         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
7639         (vc-cvs-registered): Does the check itself now.  Simplify.
7641         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7642         from main line.
7644 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7646         * vc-cvs.el (vc-cvs-diff): New function.
7648         * vc-sccs.el (vc-sccs-diff): New function.
7650         * vc-rcs.el (vc-rcs-diff): New function.
7651         (vc-rcs-checkout): Bug (typo) found and fixed.
7652         (vc-rcs-register-switches): New variable.
7654         * vc.el (vc-backend-diff): Function removed and placed in the
7655         backend files.
7657 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7659         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7661         * vc.el (vc-backend-checkout): Function removed and replaced in
7662         the vc-backend.el files.
7664         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7666         * vc.el (vc-backend-admin): Removed and replaced in the
7667         vc-backend.el files.
7669         * vc.el (Martin): Removed all the annotate functionality since it
7670         is CVS backend specific.
7672 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7674         * spec.txt: Added specification of vc-state.
7676         * vc-sccs-hooks.el (vc-sccs-master-properties):
7677         Remove handling of vc-latest-version and
7678         vc-your-latest-version.  What used to be vc-latest-version, is now
7679         returned as vc-workfile-version.
7680         (vc-sccs-workfile-version): Adapt.
7682 2000-09-04  Dave Love  <fx@gnu.org>
7684         * vc.el: [Merged from mainline.]
7685         (vc-dired-mode): Make the dired-move-to-filename-regexp
7686         regexp match the date, to avoid treating date as file size.
7687         Add YYYY S option to WESTERN/
7689 2000-09-04  Dave Love  <fx@gnu.org>
7691         * vc.el: Require `compile' when compiling.
7692         (vc-logentry-check-hook): New option.
7693         (vc-steal-lock): Use compose-mail.
7694         (vc-dired-mode-map): Defvar when compiling.
7695         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7696         vc-sccs.el and renamed.  Callers changed.
7697         (vc-backend-checkout, vc-backend-logentry-check)
7698         (vc-backend-merge-news): Doc fix.
7699         (vc-default-logentry-check): New function.
7700         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7701         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7702         (vc-backend-merge): Doc fix.  Use backend functions.
7703         (vc-check-headers): Use backend functions.
7705         * vc-cvs.el: Require vc when compiling.
7706         (vc-cvs-register-switches): Doc fix.
7707         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7708         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7709         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7710         New functions (code from vc.el).
7711         (vc-annotate-display-default): Fix interactive spec.
7712         (vc-annotate-time-span): Doc fix.
7714         * vc-rcs.el: Require vc when compiling.
7715         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7716         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7717         (vc-rcs-checkin): New functions (code from vc.el).
7718         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7719         Doc fix.
7720         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
7722         * vc-sccs.el: Require vc when compiling.
7723         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7724         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7725         (vc-sccs-revert)
7726         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7727         from vc.el).
7728         (vc-sccs-add-triple, vc-sccs-record-rename)
7729         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7730         (vc-sccs-admin): Doc fix.
7732 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7734         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7735         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7736         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7737         from vc.el.
7739         * vc-sccs.el (vc-admin-sccs): Added from vc.el
7741         * vc-cvs.el: Moved the annotate functionality from vc.el.
7742         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7744 2000-09-04  Dave Love  <fx@gnu.org>
7746         * vc.el (vc-backend-release): Call vc-system-release.
7748         * vc-sccs.el (vc-sccs-system-release):
7749         Renamed from vc-sccs-backend-release.
7751         * vc-rcs.el (vc-rcs-system-release):
7752         Renamed from vc-rcs-backend-release.
7754         * vc-cvs.el (vc-cvs-system-release):
7755         Renamed from vc-cvs-backend-release.
7757 2000-09-04  Dave Love  <fx@gnu.org>
7759         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7760         backend files.
7761         (vc-backend-release): Dispatch to backend functions.
7762         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
7763         probably needs attention.]
7765         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7766         (vc-sccs-backend-release): New function.
7768         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7769         (vc-cvs-backend-release): New function.
7771         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7772         Doc fix.
7773         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7774         (vc-default-dired-state-info): New function.
7775         (vc-dired-state-info): Dispatch to backends.
7776         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
7778         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7779         from vc.el and renamed.
7781 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7783         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7784         (vc-version-other-window, vc-backend-assign-name): Removed
7785         references to vc-latest-version; sometimes changed into
7786         vc-workfile-version.
7788         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7789         vc-rcs-master-workfile-version.
7790         (vc-rcs-workfile-version): Use the above.  Don't call
7791         vc-latest-version (that was unreachable code, anyway).
7792         (vc-rcs-fetch-master-properties): Doc fix.
7794         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7795         (vc-backend-hook-functions): Removed them from this list, too.
7796         (vc-fetch-properties): Removed.
7797         (vc-workfile-version): Doc fix.
7799         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7800         (vc-rcs-workfile-version, vc-rcs-locking-user)
7801         (vc-rcs-uses-locking): Use it.
7803         * vc-hooks.el (vc-consult-rcs-headers):
7804         Moved into vc-rcs-hooks.el, under the name
7805         vc-rcs-consult-headers.
7807         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
7808         headers.
7809         (vc-cvs-find-master): Use this name only; correct different
7810         versions of the name.
7812         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
7813         New functions.
7814         (vc-sccs-locking-user): Use the latter.
7816         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
7817         New functions.
7819         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
7820         Moved into both
7821         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
7822         functions are implementation details of those two backends.
7824 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7826         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7827         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7829         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7830         (vc-sccs-parse-locks): SCCS-specific code moved here from
7831         vc-hooks.
7833         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7834         code moved here from vc-hooks.
7836         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7837         into back-end specific parts and removed.  Callers not updated
7838         yet; because I guess these callers will disappear into back-end
7839         specific files anyway.
7841 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7843         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7844         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7845         `vc-uses-locking'.
7847         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7848         Store yes/no in the property, and return t/nil.  Updated all
7849         callers.
7851         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7852         vc-sccs-uses-locking.  Don't set property.
7853         (vc-sccs-locking-user): Don't set property.
7855         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7856         vc-cvs-uses-locking.  Don't set property here; leave that to
7857         vc-hooks.
7858         (vc-cvs-locking-user): Reflect above change.  Streamlined.
7860         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7861         vc-rcs-uses-locking.
7862         (vc-rcs-locking-user): Reflect above change.
7864 2000-09-04  Dave Love  <fx@gnu.org>
7866         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7868         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7870         * vc-hooks.el (vc-checkout-model): Punt to backends.
7872         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7874         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7876         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7877         New functions.
7879         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7880         New functions.
7882         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7883         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7885         * vc-hooks.el (vc-default-locking-user): New function.
7886         (vc-locking-user, vc-workfile-version): Punt to backends.
7888 2000-09-04  Dave Love  <fx@gnu.org>
7890         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7891         (vc-master-workfile-version): Moved from vc-hooks.
7893         * vc-rcs-hooks.el: Fix duplicate code in last change.
7895         * vc-rcs-hooks.el: Require vc-hooks when compiling.
7896         (vc-rcs-master-templates): Improve :type.
7897         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7898         vc-master-workfile-version): Moved from vc-hooks.
7900         * vc-sccs-hooks.el: Require vc-hooks when compiling.
7901         (vc-sccs-master-templates): Improve :type.
7902         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7904         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7906         * vc-cvs-hooks.el: Require vc-hooks when compiling.
7907         (vc-cvs-master-templates): Improve :type.  Use
7908         vc-cvs-find-cvs-master.
7909         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7910         from vc-hooks.
7911         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7913         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7914         Moved to vc-cvs-hooks.
7916         * vc-hooks.el: Add doc strings in various places.  Simplify the
7917         minor mode setup.
7918         (vc-handled-backends): New user variable.
7919         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7920         simplification.
7922 2000-09-04  Dave Love  <fx@gnu.org>
7924         * vc.el: Some doc fixes for autoloaded and interactive functions.
7925         Fix compilation warnings from ediff stuff.
7926         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7928         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7930         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7932         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7934 2000-09-04  Dave Love  <fx@gnu.org>
7936         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7937         New variable.
7938         (vc-make-backend-function, vc-loadup, vc-call-backend)
7939         (vc-backend-defines): New functions.
7941         * vc-hooks.el: Various doc fixes.
7942         (vc-default-back-end, vc-follow-symlinks): Custom fix.
7943         (vc-match-substring): Function removed.  Callers changed to use
7944         match-string.
7945         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7946         Simplify.
7948 2000-09-04  Dave Love  <fx@gnu.org>
7950         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7951         type.
7952         (vc-sccs-project-dir, vc-search-sccs-project-dir)
7953         (vc-sccs-registered): Doc fix.
7955         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7956         (vc-cvs-registered): Doc fix.
7958         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7959         (vc-rcs-registered): Doc fix.
7961 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7963         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7965         * vc-hooks.el: vc-registered has been renamed
7966         vc-default-registered.  Some functions have been moved to the
7967         backend specific files.  they all support the
7968         vc-BACKEND-registered functions.
7970 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7972         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7974         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7976 2000-09-04  Dave Love  <fx@gnu.org>
7978         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7979         menu-bar-update-hook.
7981         * help.el (help-manyarg-func-alist): Add
7982         find-operation-coding-system.
7984         * wid-edit.el (widget-sexp-validate): Fix garbled code.
7986         * custom.el (custom-set-variables): Print message about errors in
7987         setting.
7989 2000-09-03  Andrew Innes  <andrewi@gnu.org>
7991         * makefile.w32-in: Change to DOS line endings.
7993 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
7995         * mouse.el (mouse-popup-menubar): Supply the prompt string for
7996         minor-mode keymaps, if they don't have one.
7998 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8000         * eshell/esh-module.el (eval-when-compile): Don't lose if
8001         esh-module.el's file name is truncated to DOS 8+3 limits.
8003 2000-09-01  John Wiegley  <johnw@gnu.org>
8005         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8006         predicate, which caused entries in the completion list to be
8007         doubled.
8009 2000-08-30  John Wiegley  <johnw@gnu.org>
8011         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8012         sending to subprocesses.  Also, hook pre-command-hook if
8013         `eshell-send-direct-to-subprocesses' is non-nil.
8014         (eshell-send-direct-to-subprocesses): New config variable.  If t,
8015         subprocess input is send immediately.
8016         (eshell-toggle-direct-send): New function.
8017         (eshell-self-insert-command): New function.
8018         (eshell-intercept-commands): New function.
8019         (eshell-send-input): If direct subprocess sending is enabled,
8020         don't echo any input to the Eshell buffer.  Let the subprocess
8021         handle that.  This requires "stty echo" in bash, for example.
8023 2000-08-28  John Wiegley  <johnw@gnu.org>
8025         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8026         completion function for Eshell's implementation of `unset'.
8028 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
8030         * info.el (Info-directory-list): Doc fix.
8032 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
8034         * filecache.el (file-cache-add-directory-using-find): Don't quote
8035         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8037 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
8039         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8040         coding systems.
8042 2000-08-30  Andrew Innes  <andrewi@gnu.org>
8044         * timer.el (run-with-idle-timer): Undo last change, so that timer
8045         is not activated immediately if Emacs is already idle.  Some
8046         existing code relies on this behaviour.
8048 2000-08-30  Miles Bader  <miles@gnu.org>
8050         * frame.el (set-frame-font): Do completion of font-name for
8051         interactive use.
8053 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
8055         * international/quail.el (quail-start-translation): Bind locally
8056         last-command-event, last-command, and this-command.
8057         (quail-start-conversion): Likewise.
8058         (quail-self-insert-command): Fix docstring.
8060 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
8062         * progmodes/executable.el
8063         (executable-make-buffer-file-executable-if-script-p): Check that
8064         buffer contains at least 2 characters.
8066 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
8068         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8070 2000-08-29  Dave Love  <fx@gnu.org>
8072         * diff-mode.el (diff-mode) <defgroup>: Add :version.
8073         (diff-mode-shared-map): Bind mouse-2.
8074         (diff-imenu-generic-expression): New variable.
8075         (diff-mode): Use it.
8077         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8078         (mouse-popup-menubar): Add minor mode menus.
8079         (popup-menu): Check for lookup-key returning number.
8081 2000-08-29  Miles Bader  <miles@gnu.org>
8083         * comint.el (comint-send-input): Create overlays using the proper
8084         front/read-advance arguments.
8086 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8088         * ps-print.el: Even/odd pages printing.  Doc fix.
8089         (ps-print-version): New version number (6.0).
8090         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8091         (ps-background, ps-begin-file, ps-begin-job): Code fix.
8092         (ps-print-duplex-feature): Variable eliminated.
8093         (ps-even-or-odd-pages): New variable.
8095         * progmodes/ebnf2ps.el: Doc fix.
8096         (ebnf-version): New version (3.3).
8097         (ebnf-user-arrow): Change variable customization to sexp.
8098         (ebnf-user-arrow): Function eliminated.
8099         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8101 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
8103         * help.el (help-xref-mule-regexp): New variable.
8104         (help-make-xrefs): Handle help-xref-mule-regexp.
8106         * international/mule-cmds.el (help-xref-mule-regexp-template): New
8107         variable.
8108         (describe-input-method): Temporarily activate the specfied input
8109         method to display the information.
8110         (describe-language-environment): Hyperlinks to mule related items.
8112         * international/mule-diag.el (charset-multibyte-form-string): New
8113         function.
8114         (list-character-sets-1): Use charset-multibyte-form-string.
8115         (describe-character-set): New function.
8116         (describe-coding-system): Hyperlinks to safe character sets.
8118         * international/quail.el (quail-help): New arg PACKAGE.
8119         Hyperlinks to mule related items.
8120         (quail-help-insert-keymap-description): Use
8121         substitute-command-keys instead of describe-bindings.
8122         (quail-translation-help): Hyperlinks to mule related items.
8124 2000-08-28  John Wiegley  <johnw@gnu.org>
8126         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8127         have a defsubst call itself.  Made `eshell-flatten-list' back into
8128         a function again.
8130         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8131         catch, in case re-centering point at bottom messes up the display.
8132         This happens frequently in Emacs 21, due I believe to variable
8133         line heights.
8135         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8136         to call `find-tag-interactive'.
8138         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8139         the list of remember directories.
8141 2000-08-28  John Wiegley  <johnw@gnu.org>
8143         * align.el: Test align-region-separate to see if it's a symbol.
8145 2000-08-28  John Wiegley  <johnw@gnu.org>
8147         * eshell/esh-util.el (eshell-flatten-list): Made this function
8148         into a defsubst form.  It gets used very frequently, although
8149         calls don't occur all that often.
8151         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8152         examining it.
8154         * eshell/esh-cmd.el (eshell-rewrite-while-command):
8155         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8156         `eshell-protect'.
8157         (eshell-copy-handles): Created a new macro for duplicating the
8158         current set of open handles.  This is needed by the looping
8159         functions.
8160         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8161         is not incorrectly stomped on.
8163         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8164         declaration for pcomplete-use-paring.
8165         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8166         value of eshell-cmpl-use-paring.
8167         * pcomplete.el (pcomplete-use-paring): New config variable, to
8168         indicate whether paring should be used.
8169         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8170         completion alternatives that have already been used.
8172         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8173         bound to C-c C-y, which will repeat the previous N arguments
8174         (based on prefix argument).
8175         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8177         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8178         if there is no *Help* buffer.  This is for XEmacs, which renames
8179         its help buffers uniquely.  TODO: Find out what the current buffer
8180         name to delete is.
8182         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8183         first entry that correlates to a passwd/group number.  Later
8184         entries (used for group/user name aliasing to multiple IDs) are
8185         ignored.
8187         * eshell/em-xtra.el (eshell/expr):
8188         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8189         (eshell-grep, eshell/diff, eshell/locate):
8190         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8191         argument list, before passing it to the system command.
8193         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8194         `find-tag' for use at final position in Eshell buffers (which
8195         otherwise triggers an error on Emacs 21).
8196         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8197         buffer, if it is currently bound to `find-tag'.
8199         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8200         in the list of matched Makefile names.
8201         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8202         directory, prefer its contents to Makefile.
8204         * eshell/em-dirs.el (eshell/cd): cd commands that look up
8205         directory parts (like "cd old new", or "cd =regexp"), are now case
8206         sensitive on non-Windows/DOS platforms.
8208         * eshell/esh-mode.el (eshell-parse-command-input): When a user
8209         types RET after an open delimiter (like "), display a message
8210         indicating that Eshell is waiting for the closing delimiter.
8212         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8213         environment variables.
8215         * eshell/em-unix.el (eshell/diff): Added logic to fail more
8216         gracefully if the user enters incorrect arguments.
8218         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8219         Eshell buffers.
8221         * eshell/esh-var.el (eshell-interpolate-variable):
8222         * eshell/esh-mode.el (eshell-move-argument):
8223         * eshell/em-unix.el (eshell-du-sum-directory):
8224         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8225         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8226         (not (= ...)).
8228         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8229         to ensure the `preserve' flag gets propagated when doing recursive
8230         directory copies.
8232 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
8234         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8235         Don't convert \n into \0177 in memory.
8236         (eshell-read-history, eshell-write-history): Convert \n to \0177,
8237         and back again, when reading and writing.
8239 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
8241         * eshell/esh-util.el (eshell-processp): Added to relieve constant
8242         testing of `fboundp' on `processp'.
8244         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8245         (eshell/jobs): Don't call process-list if it is not bound.
8246         (eshell-gather-process-output): Support systems where async
8247         subprocesses aren't supported.
8248         (eshell-scratch-buffer, eshell-last-sync-output-start): New
8249         variables.
8251         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8252         eshell-do-eval returns t.
8253         (eshell-do-pipelines-synchronously): New defmacro.
8254         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8255         when async subprocesses aren't supported.
8256         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
8257         if async subprocesses aren't supported.
8258         (eshell-resume-command): Don't assume STATUS is a string.
8260         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8262         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8263         (eshell-close-target, eshell-get-target): Use eshell-processp.
8264         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8265         fix.
8266         (eshell-get-target, eshell-create-handles): Doc fix.
8268 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
8270         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8271         criterion to include commands that output something, as long as it
8272         leaves both the command and the end-of-buffer visible when the
8273         command has exited.
8274         (eshell-review-quick-commands): Adjust the help doc string
8275         accordingly.
8277 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
8279         * locate.el (locate): Cleaned up locate command's interactive prompting
8280         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8282         * filecache.el (file-cache-case-fold-search): New variable
8283         (file-cache-assoc-function): New variable
8284         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8285         Use file-cache-case-fold-search variable
8286         (file-cache-add-file): Use file-cache-assoc-function
8287         (file-cache-delete-file): likewise
8288         (file-cache-directory-name): likewise
8289         (file-cache-debug-read-from-minibuffer): likewise
8291 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
8293         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8294         (abbrev-table-name): New function.
8295         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8296         If non-nil list local abbrev, only.
8298 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
8300         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8301         from Gnus support code, and use special article copy buffer
8302         `(gnus-original-article-buffer)' instead.  This allows to get rid
8303         of article-hide-headers usage (which breaks in the latest Gnus
8304         version).  Thanks to Detlev Zundel.
8306 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
8308         * international/quail.el (quail-use-package): Hide "... loaded"
8309         message.
8310         (quail-start-translation, quail-start-conversion): Likewise.
8312         * international/kkc.el (kkc-region): Hide "... loaded" message.
8314 2000-08-27  Dave Love  <fx@gnu.org>
8316         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8318 2000-08-27  Miles Bader  <miles@gnu.org>
8320         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8322 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
8324         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8325         'ja-dic-cnv), not (require 'skkdic-cnv).
8327 2000-08-26  Miles Bader  <miles@gnu.org>
8329         * faces.el (face-x-resources): Add entry for :inherit.
8330         * cus-face.el (custom-face-attributes): Add support for :inherit
8331         attribute.  Add support for relative face heights.
8332         (custom-face-attributes-get): Treat `nil' as being a default value
8333         for :inherit (as well as `unspecified').
8335         * faces.el (set-face-attribute): Update doc string.
8336         (face-attribute-name-alist): Add :inherit.
8337         (face-valid-attribute-values): Handle :inherit.
8338         (face-read-string): Rephrase prompt to be less confusing.
8339         Assume that DEFAULT is a string, since we must return a string.
8340         (face-read-integer): Use `format' to turn DEFAULT into an
8341         acceptable default for face-read-string.  Match NEW-VALUE against
8342         the string "unspecified", not the symbol `unspecified', since
8343         that's what face-read-string returns.
8344         (read-face-attribute): Lookup a name for old-value in valid, and
8345         use it as a default if we find one.  Treat all values from
8346         face-read-string as strings.  If the default is used, don't do any
8347         more processing on the value, just use the old value directly.
8348         (read-face-and-attribute, modify-face): Tweak prompt.
8349         (read-face-name): Don't assume prompt ends with a space.
8351         * faces.el (describe-face): Add support for :inherit attribute.
8353 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
8355         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
8356         concat doesn't accept interger.
8358         * international/kkc.el: Remove SKK from Keywords.  Require
8359         ja-dic-utl instead of skkdic-utl.
8361         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8362         Provide ja-dic-cnv instead of skkdic-cnv.
8363         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
8364         (iso-2022-7bit-short): Add safe-charsets property.
8365         (skkdic-convert-postfix): Search Japanese chou-on character in
8366         addition to Hiragana character.
8367         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8368         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8369         (batch-skkdic-convert): Likewise.
8371         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8372         Provide ja-dic-utl instead of skkdic-utl.
8373         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8375 2000-08-24  Dave Love  <fx@gnu.org>
8377         * disp-table.el (standard-display-default): Make the test of `l'
8378         useful.
8380         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8381         mod sample text.
8383         * international/iso-ascii.el: Make pilcrow convenient string
8384         consistent with section.
8385         (iso-ascii-display): Set up multibyte characters as well as
8386         unibyte.
8388 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
8390         * international/mule-cmds.el (reset-language-environment): Set
8391         default-process-coding-system to '(undecided . iso-latin-1), which
8392         makes process I/O almost consistent with file I/O.   Call this
8393         function when mule-cmds.el[c] is loaded.
8395 2000-08-22  Andrew Innes  <andrewi@gnu.org>
8397         * makefile.w32-in: New file.
8399 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
8401         * comint.el (comint-output-filter): Compare end of
8402         comint-last-output-overlay with the start of the newly inserted
8403         text, not the end, when deciding whether to extend it.
8404         Set saved-point's insertion type to advance after insertion.
8406         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8407         since this is now done independently of font-lock mode.
8409 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
8411         * server.el (server-kill-new-buffers): New user option.
8412         (server-existing-buffer): New buffer-local variable.
8413         (server-visit-files): When using an existing buffer, set
8414         server-existing-buffer to t.
8415         (server-buffer-done): If server-kill-new-buffers is t, kill the
8416         buffer, unless it was already present before visiting it with
8417         Emacs server.
8419 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
8421         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8422         even if the display doesn't support colors: some displays will
8423         support bold/underline faces.
8425 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
8427         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8429         * startup.el (command-line): If user's init file had an error,
8430         add explanatory text to *Messages*.
8432 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
8434         * man.el (Man-getpage-in-background): Decode the process output by
8435         the system locale coding system.
8437 2000-08-20  Dave Love  <fx@gnu.org>
8439         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8440         Don't test x-popup-menu.
8441         (function) <complete-function>: Complete only fbound symbols.
8442         <validate, value>: New.
8443         (variable) <complete-function>: Complete only bound symbols.
8444         (coding-system): Add :base-only, :complete-function, :validate,
8445         :value, :prompt-match.
8446         (widget-coding-system-prompt-value): Use read-coding-system and
8447         act on :base-only.
8448         (editable-field): Add :help-echo.
8449         (widget-push-button-gui, widget-push-button-cache)
8450         (widget-gui-action, widget-editable-list-gui): COmment out, along
8451         with uses.
8452         (widget-at): Make arg optional.
8453         (widget-echo-help): Adjust for current help-echo calling sequence.
8454         (widget-specify-field, widget-specify-button)
8455         (widget-specify-insert, widget-get-sibling, widget-image-find)
8456         (widget-convert, widget-insert, widget-leave-text)
8457         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8458         (widget-setup, widget-field-find, widget-before-change)
8459         (widget-after-change, widget-default-complete)
8460         (widget-default-create, widget-default-delete)
8461         (widget-push-button-value-create, editable-field)
8462         (widget-field-prompt-value, widget-field-validate)
8463         (widget-choice-value-create, widget-choice-action)
8464         (widget-choice-validate, widget-checklist-add-item)
8465         (widget-radio-add-item, widget-radio-chosen)
8466         (widget-radio-value-inline, widget-editable-list-value-create)
8467         (widget-editable-list-entry-create)
8468         (widget-documentation-link-add)
8469         (widget-documentation-string-value-create)
8470         (widget-regexp-validate, widget-file-complete)
8471         (widget-sexp-validate, widget-plist-convert-widget)
8472         (widget-plist-convert-widget, widget-alist-convert-widget)
8473         (widget-alist-convert-widget, widget-color-complete): Simplify,
8474         particularly to avoid bindings which aren't optimized out.
8476         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8477         Doc fix.
8478         (down-list, backward-up-list, up-list, kill-sexp)
8479         (backward-kill-sexp, mark-sexp): Make arg optional.
8480         (lisp-complete-symbol): Add optional arg PREDICATE.
8482         * cus-start.el: Add display-buffer-reuse-frames,
8483         file-coding-system-alist.
8485 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
8487         * startup.el (command-line): Clear realized faces after
8488         modifying TTY color mappings.
8490 2000-08-20  Miles Bader  <miles@gnu.org>
8492         * faces.el (face-attr-match-p): Don't return true if ATTRS are
8493         merely a subset of FACE's attributes.
8495 2000-08-19  Miles Bader  <miles@gnu.org>
8497         * comint.el (comint-output-filter): Save the point with a marker,
8498         not just a buffer position.
8500         * international/mule.el (set-buffer-process-coding-system): Make
8501         interactive prompt less confusing.
8503 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
8505         * hilit-chg.el: General cleanup of doc strings, comments and
8506         code formatting.
8508 2000-08-19  Miles Bader  <miles@gnu.org>
8510         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8511         Compiler macro removed; beginning-of-line is no longer always
8512         equivalent to forward-line, in the presence of fields.
8514         * comint.el (comint-output-filter): Remove ad-hoc saving of
8515         restriction, and just use save-restriction, now that it works
8516         correctly.  Don't adjust comint-last-input-start to account for
8517         our insertion; it shouldn't have moved because we don't use
8518         insert-before-markers anymore.  Comment out call to
8519         `force-mode-line-update'; why is it here?
8521         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8522         while checking for prompt to delete.  Use `forward-line 0'
8523         instead of beginning-of-line.
8524         (gud-filter): Temporarily widen gud comint buffer while
8525         examining output.
8527 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
8529         * progmodes/sh-script.el: Big bag of typos.
8531         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8532         check since ispell-process is not bound when ispell is not yet loaded.
8534 2000-08-18  Dave Love  <fx@gnu.org>
8536         * image.el (find-image): Copy `spec' before using plist-put.
8538 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
8540         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8541         `portugues'.
8543         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8544         backward-kill-sexp, analogous to kill-sexp.
8546         * progmodes/icon.el (icon-indent-line)
8547         (icon-is-continuation-line): Handle comments specially.
8549 2000-08-17  Ken Stevens <k.stevens@ieee.org>
8551         * ispell.el: Set to standard author/maintainer/keyword fields.
8552         Fine tuning to menu map appearance and operation, and added help.
8553         Remove `start' and `end' error messages when compiling.
8554         (ispell-choices-win-default-height): Fixed comment string.
8555         (ispell-dictionary-alist-1): Fixed regexp in castellano and
8556         castellano8 dictionaries.
8557         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8558         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8559         dictionary, added italiano dictionary.
8560         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8561         word character
8562         (ispell-tex-skip-alists): Added psfig support.
8563         (ispell-skip-html): Renamed from ispell-skip-sgml.
8564         (ispell-begin-skip-region-regexp, ispell-skip-region)
8565         (ispell-minor-check): Improved html skipping support to skip across
8566         code, and recognize `&' commands without propper `;' syntax;
8567         (ispell-process-line): Fix alignment error when manually
8568         correcting spelling.
8569         (ispell): Fix comment string.
8570         (ispell-add-per-file-word-list): Always put word list on new line.
8572 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
8574         * format.el (format-encode-run-method): Fix error message to say
8575         `encode' instead of `decode'.  Use save-window-excursion around
8576         shell-command-on-region as in format-decode-run-method because
8577         shell-command-on-region can display a buffer with error output.
8578         (format-decode): Don't record undo information for the decoding.
8579         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
8580         that number part of the temporary buffer name so that more than
8581         one decoding using a temporary buffer can happen safely.
8583         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8584         of `A-z' in the regexp.
8586         * hilit-chg.el: Fix typos in commentary.
8588         * help.el (view-emacs-news): Rewritten for new naming scheme
8589         for old NEWS files.
8591         * startup.el (command-line): Pop to *Messages* in case an error
8592         is signaled while loading user-init-file.
8594 2000-08-17  Andreas Schwab  <schwab@suse.de>
8596         * files.el (insert-directory): Don't lose original file name,
8597         undoing an undocumented change.
8599 2000-08-17  Alex Schroeder  <alex@gnu.org>
8601         * sql.el (sql-magic-go): Use comint-bol.
8602         (sql-copy-column): Use comint-line-beginning-position.
8603         (comint-line-beginning-position): Define a replacement for
8604         comint-line-beginning-position if it is not fboundp.
8606 2000-08-17  Alex Schroeder  <alex@gnu.org>
8608         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8609         it didn't have any effect anyway.
8611 2000-08-17  Alex Schroeder  <alex@gnu.org>
8613         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8614         --pset and pager=off instead of sending \\o|cat at the beginning
8615         of the session.
8617 2000-08-17  Miles Bader  <miles@gnu.org>
8619         * progmodes/octave-inf.el: Add compatibility definition of
8620         comint-line-beginning-position.
8622 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
8624         * startup.el (normal-top-level): Look in each dir in load-path for
8625         a leim-list.el file too.  This assures of loading leim-list.el
8626         that is created at Emacs installation time even if a user have his
8627         own leim-list.el.
8629 2000-08-17  Miles Bader  <miles@gnu.org>
8631         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8632         foreground color to black if the background is dark.
8634 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
8636         * loadhist.el (unload-feature): Typo.
8638         * finder.el (finder-compile-keywords):
8639         * cus-dep.el (custom-make-dependencies): Add local-variable settings
8640         to the generated file.
8642         * mail/mh-e.el (mh-make-local-vars):
8643         Replace make-variable-buffer-local with make-local-variable.
8645         * play/landmark.el:
8646         * options.el (Edit-options-{set,toggle,t,nil}):
8647         * mail/mailabbrev.el (mail-abbrevs-mode):
8648         * textmodes/tex-mode.el (tex-expand-files):
8649         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8651         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8653         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8654         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8655         Allow going past the last element.
8656         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8657         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8658         (cvs-mouse-toggle-mark): Don't move point.
8659         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8661         * progmodes/compile.el (grep): Provide a default set of files.
8662         (next-error): Docstring fix.
8663         (compilation-find-file): Avoid find-file (fails in a dedicated window).
8665         * emacs-lisp/easy-mmode.el (define-minor-mode):
8666         Use `symbol-value' to keep the byte-compiler quiet.
8668         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8669         (diff-find-source-location): New fun, extracted from diff-goto-source.
8670         (diff-goto-source): Use it.
8671         (diff-next-complex-hunk, diff-filter-lines): New function.
8672         (diff-apply-hunk): New command.
8674         * smerge-mode.el (smerge-mode-menu): Doc fix.
8676         * msb.el (msb-mode): Define it in terms of define-minor-mode.
8678 2000-08-16  Dave Love  <fx@gnu.org>
8680         * windmove.el (windmove) <defgroup>: Add :version.
8682         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
8683         (goto-address-fontify-p, goto-address-highlight-p)
8684         (goto-address-url-face, goto-address-url-mouse-face)
8685         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8686         (goto-address-url-regexp): Use thing-at-point-url-regexp.
8687         (goto-address-fontify, goto-address-at-mouse): Simplify,
8688         (goto-address-at-point): browse-url-url-at-point,
8689         goto-address-find-address-at-point can return nil.
8690         (goto-address-find-address-at-point): Return nil on failure.
8692         * align.el (align) <defgroup>: Add :version.
8694         * calculator.el (calculator): Add :version.
8695         (calculator): Use two lines for calculator window if `modeline'
8696         face is boxed.
8698         * play/5x5.el: Doc fixes.
8699         (5x5) <defgroup>: Add :version.
8701         * play/fortune.el (fortune) <defgroup>: Add :version.
8702         (fortune-append): Fix error message.
8703         (fortune-from-region): Doc fix.
8705         * play/pong.el (pong): Doc fix.
8707         * play/morse.el: Keywords, commentary, autoloads.
8709 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
8711         * desktop.el (desktop-save): Don't look at symbol-value of a
8712         member of minor-mode-alist, unless it is boundp.
8714 2000-08-16  Sam Steingold  <sds@gnu.org>
8716         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8717         `while'; use `with-current-buffer' instead of `save-excursion'.
8718         Removed unnecessary kludges now that "*Buffer List*" is excluded.
8720 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
8722         * international/ccl.el (declare-ccl-program): Docstring modified.
8723         (ccl-execute-with-args): Likewise.
8725 2000-08-16  Miles Bader  <miles@gnu.org>
8727         * progmodes/sql.el: Add compatibility definition of
8728         comint-line-beginning-position.
8730 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
8732         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8733         'buffer-menu' property.
8734         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8735         fails.
8736         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8737         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8738         wasn't killed.
8740         * buff-menu.el (list-buffers-noselect): Don't display the
8741         *Buffer List* buffer.
8743         * font-lock.el: Require jit-lock to prevent a very late
8744         `Loading jit-lock' message.
8746         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8747         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8748         mail address.
8750 2000-08-15  Miles Bader  <miles@gnu.org>
8752         * textmodes/ispell.el (ispell-graphic-p): New constant.
8753         (ispell-choices-win-default-height, ispell-help): Use
8754         `ispell-graphic-p' instead of `xemacsp'.
8756 2000-08-15  Dave Love  <fx@gnu.org>
8758         * simple.el: Autoload widget-convert when compiling.
8759         (mail-user-agent): Doc fix.
8761         * help.el (function-called-at-point, variable-at-point): Use
8762         with-syntax-table.
8763         (help-manyarg-func-alist): Add insert-and-inherit.
8765         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8767         * delsel.el (delsel-unload-hook): New function.
8769         * find-file.el: Doc fixes.  Move provide to end.
8770         (ff) <defgroup>: Add :link.
8771         (ff-goto-click): Deleted.
8772         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8773         Use mouse-set-point.
8775         * textmodes/tildify.el: Doc fixes.
8776         (tildify) <defgroup>: Add:version.
8778         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8779         (glasses-custom-set): Use set-default, not set.
8780         (minor-mode-alist): Propertize the lighter.
8781         (glasses-mode): Provide optional arg.
8783         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8784         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
8785         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8786         option.  Provide :type.
8787         (cwarn-configuration): Provide :type.
8788         (cwarn-mode): Doc fix.
8790         * add-log.el (change-log-merge): Doc fix.
8791         (change-log-redate): New command.
8793         * net/browse-url.el (browse-url-filename-alist): Add a clause for
8794         Doze and Dog.
8795         (browse-url): Use dolist, not mapcar.
8796         (browse-url-at-point): Check for null url.
8797         (browse-url-event-buffer, browse-url-event-point): Functions
8798         deleted.
8799         (browse-url-at-mouse, browse-url-netscape): Simplify.
8801         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
8802         modes.
8803         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
8804         Fix previous change to mapcan.
8805         (msb--init-file-alist, msb--add-separators)
8806         (msb--make-keymap-menu): Simplify.
8807         (msb--choose-file-menu): Use copy-sequence.
8808         (msb-mode-map): Add title to keymap.
8809         (msb-unload-hook): New function.
8811         * bs.el: Fix indentation.
8812         (bs) <defgroup>: Add :links.
8813         (bs-show): Doc fix.
8814         (bs-apply-sort-faces): Don't use window-system.
8815         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
8817 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
8819         * calendar/timeclock.el (timeclock-file): Run .timelog through
8820         convert-standard-filename.
8822 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
8824         * emacs-lisp/authors.el: New file.
8826         * paren.el (show-paren-priority): New user option.
8827         (show-paren-function): Set overlay priorities to
8828         show-paren-priority.
8830 2000-08-14  Miles Bader  <miles@gnu.org>
8832         * comint.el (comint-bol): Use `forward-line 0' instead of calling
8833         beginning-of-line with inhibit-field-text-motion bound.
8835 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
8837         * calendar/timeclock.el: New file.
8839 2000-08-14  David Ponce  <david@dponce.com>
8841         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8842         `widget-button-click'. so that one can use left mouse button to
8843         click on dialog buttons.
8845 2000-08-14  Emmanuel Briot  <briot@gnat.com>
8847         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
8848         identifiers, since XML is case sensitive
8850 2000-08-12  Miles Bader  <miles@gnu.org>
8852         * comint.el (comint-output-filter): Don't bother frobbing
8853         window-start, it doesn't seem to be necessary.
8855         * comint.el (comint-send-string, comint-send-region): Make into
8856         real functions.  Snapshot the prompt before sending.
8858 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
8860         * info.el (Info-find-emacs-command-nodes): Rewrite to use
8861         technique similar to Info-index, instead of relying on specific
8862         names of relevant Index nodes.
8863         (Info-goto-emacs-command-node): Bind Info-history to nil when
8864         going to the first node found by Info-find-emacs-command-nodes.
8866 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
8868         * menu-bar.el (menu-bar-help-menu): Add a :help string.
8870 2000-08-10  Miles Bader  <miles@gnu.org>
8872         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8874 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
8876         * info.el (Info-file-list-for-emacs): More elements for the
8877         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8878         and woman manuals.
8880 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
8882         * comint.el (comint-send-input): Make the newline boundary overlay
8883         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
8884         (comint-output-filter): Use `insert' instead of
8885         `insert-before-markers'.  Extend comint-last-output-overlay when
8886         necessary since we can't rely on insert-before-markers to do it.
8887         * gud.el (gud-filter): Use `with-current-buffer' instead of
8888         save-excursion when inserting the output, so that point gets
8889         updated correctly; the old method relied on a rather dodgy
8890         side-effect of comint-output-filter to avoid the effect of
8891         save-excursion.
8893 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
8895         * files.el (recover-file): Call insert-directory instead of
8896         invoking `ls' directly.
8898 2000-08-10  Miles Bader  <miles@gnu.org>
8900         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8901         (comint-last-prompt-overlay): New variables.
8902         (comint-output-filter): Implement prompt highlighting.
8903         (comint-snapshot-last-prompt): New function.
8904         (comint-send-input): Snapshot the last prompt.
8905         Use comint-highlight-input-face.
8906         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8907         Use defface instead of defcustom.
8908         (send-invisible, comint-send-eof): Snapshot the last prompt.
8909         (comint-delchar-or-maybe-eof): Use comint-send-eof.
8910         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8912 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
8914         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8915         (regexp-opt-group): Use a list of chars for `letters'.
8916         (regexp-opt-charset): `chars' is now a list of chars.
8917         Use a char-table rather than a vector so it works for multibyte chars.
8919         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
8920         Set cvs-minor-current-files to the selected fileinfo.
8921         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8922         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8924 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
8926         * files.el (insert-directory): Don't call access-file on
8927         directories on DOS and Windows.
8929 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
8931         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8932         longer if necessary.
8933         (ccl-embed-code): Call ccl-embed-data to store CODE in
8934         ccl-program-vector.
8936 2000-08-09  Miles Bader  <miles@gnu.org>
8938         * comint.el (comint-output-filter): Properly handle the case where
8939         the text surrounded by comint-last-output-overlay was deleted.
8941 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
8943         * info.el (Info-insert-dir): Use Info-additional-directory-list if
8944         non-nil.
8945         (Info-file-list-for-emacs): Remove "info" from the list because
8946         that leads to trying to use the documentation from file `info'
8947         in various situations where it isn't appropriate, for instance
8948         C-h C-k C-h i.
8950         * ffap.el (ffap-read-file-or-url-internal): Handle case that
8951         DIR and/or STRING are nil.
8953         * progmodes/compile.el (compilation-setup): Make variable
8954         compilation-error-screen-columns buffer-local, as some comment
8955         in the code suggests it should be.
8957         * files.el (auto-mode-interpreter-regexp): New variable.
8958         (set-auto-mode): Use it.
8960         * indent.el (indent-for-tab-command): Doc fix.
8962         * mouse-sel.el (mouse-sel-mode): Doc fix.
8964         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8965         labels.
8967         * help.el (print-help-return-message): When
8968         display-buffer-reuse-frames is set, let the help window been quit,
8969         instead of deleting it, which might delete a reused frame.
8971 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
8973         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8974         rename a directory to a name that differs only by its letter case.
8976 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
8978         * international/quail.el (quail-define-rules): Handle Quail decode
8979         map correctly.  Add code for supporting annotations.
8980         (quail-install-decode-map): New function.
8981         (quail-defrule-internal): New optional arguments decode-map and
8982         props.
8983         (quail-advice): New function.
8985 2000-08-07  Sam Steingold  <sds@gnu.org>
8987         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8988         `defconst', `define-condition', `with-slots'.
8989         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8991 2000-08-03  Miles Bader  <miles@gnu.org>
8993         * comint.el (comint-use-prompt-regexp-instead-of-fields):
8994         New variable.
8995         (comint-prompt-regexp, comint-get-old-input): Document dependence on
8996         comint-use-prompt-regexp-instead-of-fields.
8997         (comint-send-input): Add `input' field property to stuff we send to
8998         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8999         (comint-output-filter): Add `output' field property to process
9000         output, if comint-use-prompt-regexp-instead-of-fields is nil.
9001         (comint-replace-by-expanded-history)
9002         (comint-get-old-input-default, comint-show-output)
9003         (comint-backward-matching-input, comint-forward-matching-input)
9004         (comint-next-prompt, comint-previous-prompt):  Use field
9005         properties if comint-use-prompt-regexp-instead-of-fields is nil.
9006         (comint-line-beginning-position): New function.
9007         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
9008         (comint-replace-by-expanded-history-before-point): Use
9009         comint-line-beginning-position and line-end-position.
9010         (comint-last-output-overlay): New variable.
9011         (comint-mode): Make `comint-last-output-overlay' buffer-local.
9013         * shell.el (shell-prompt-pattern): Doc change.
9014         (shell-backward-command): Use line-beginning-position.
9016         * gud.el (gud-gdb-complete-command): Use
9017         comint-line-beginning-position.
9019         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9020         comint-bol doesn't actually go to the beginning of the line.
9022         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9023         if comint-use-prompt-regexp-instead-of-fields is non-nil.
9024         (try-expand-line-all-buffers): Likewise.
9026         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9027         explicitly matching comint-prompt-regexp.
9028         (sql-copy-column): Use comint-line-beginning-position instead of
9029         explicitly matching comint-prompt-regexp.
9031         * progmodes/octave-inf.el (inferior-octave-complete): Use
9032         comint-line-beginning-position.
9034         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9036         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9037         looking for a prompt, use `forward-line 0' instead of
9038         `beginning-of-line', to avoid getting caught by an input field.
9040 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
9042         * files.el (shell-quote-wildcard-pattern): Make sure to return
9043         PATTERN, in the Unix case.
9045 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
9047         * play/zone.el (zone): Discard any pending input before running
9048         the randomly-chosen pgm.
9050 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
9052         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9053         checking the existence of any multibyte characters.
9055 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
9057         * help.el (describe-mode): Test minor-mode symbol for being
9058         bound before testing its value for being nil.
9060         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9061         `first', `second', and `third'.
9063         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9064         (second): Make it an alias for `cadr'.
9066 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
9068         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9069         types of display support faces now.
9071 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
9073         * pcvs.el (require): Require `cl' during compilation, only.
9075         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9076         (toplevel): Remove `remq' and `remove' from autoloads.
9077         (cl-fake-autoloads): New variable.  If set, arrange for an error
9078         when CL functions etc. are autoloaded.
9080 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
9082         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9084         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9085         popped up, but the user clicks outside the menu, return an empty
9086         regexp (that causes unhighlight-regexp to have no effect).
9088         * menu-bar.el (menu-bar-games-menu): Add Zone.
9090         * hi-lock.el (toplevel): Require font-lock.
9092 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9094         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9095         (ebnf-8-bit-chars): New var for bug fix.
9096         (ebnf-string): Bug fix.
9098 2000-08-03  Sam Steingold  <sds@gnu.org>
9100         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9101         instead of `buffer-string'.
9102         (require 'cl): Always, not just when compiling.
9103         `ignore-errors' in `interactive', `list*', `defun*' &c make this
9104         necessary.
9106 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
9108         * international/mule-cmds.el (select-safe-coding-system): Make
9109         the message text about selecting a safe coding system more clear.
9111 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
9113         * hi-lock.el: New file.
9115         * play/zone.el: New file.
9117         * replace.el (occur): Set tab-width in the *Occur* buffer to the
9118         value of tab-width in the original buffer.  Choose a line number
9119         format that's a multiple of the original buffer's tab width, so
9120         that lines appear right.
9122         * textmodes/ispell.el (ispell): New function, replacing an alias.
9123         Spell-check active region if in transient-mark-mode and mark
9124         is active; otherwise spell-check buffer.
9126 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9128         * ps-mule.el: Fix a customization problem on
9129         ps-mule-font-info-database-default.
9131 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
9133         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9134         display-mouse-p instead of window-system.
9135         (ebrowse-member-mode-map): Ditto.
9137 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9139         * progmodes/ebnf2ps.el: Update ps-print functions call.
9140         Indentation fix.  Doc fix.
9141         (ebnf-version): New version number (3.2).
9142         (ebnf-format-color, ebnf-begin-job): Code fix.
9144 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
9146         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9147         font lock support on window-system.
9148         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9150         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9151         display-color-p, if fboundp, instead of window-system.
9153 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
9155         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9156         instead of window-system.
9158         * wid-edit.el (widget-choose): Use display-mouse-p instead of
9159         window-system.
9160         (widget-choice-mouse-down-action): Use display-popup-menus-p
9161         instead of window-system.
9163         * strokes.el (strokes-file): Run the file name through
9164         convert-standard-filename.
9165         (strokes-mode): Call display-mouse-p instead of looking at
9166         window-system.  Change the error message accordingly.
9168         * progmodes/cpp.el (toplevel): Support faces on tty's.
9170         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9171         (lm-plot-square, lm-init-display): Don't use window-system.
9173         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9174         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9176         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9177         instead of looking at window-system.
9179 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
9181         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9182         of testing if iswitchb-prepost-hooks is bound, because the
9183         latter will always be true when invoking a recursive minibuffer
9184         from an active Iswitchb buffer.
9186 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
9188         * files.el (shell-quote-wildcard-pattern): New function.
9189         (insert-directory): Call it.  Only prepend "\" to command on Unix
9190         and GNU/Linux systems.
9192 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
9194         * eshell/esh-groups.el: Change custom :link file names
9195         from `eshell.info' to `eshell'.
9197 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
9199         * dired.el (dired-build-subdir-alist): Expand subdirectory names
9200         correctly in recursive ange-ftp listings.
9202 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9204         * ps-print.el: Fix bug 1: if ps-font-size-internal,
9205         ps-header-font-size-internal and
9206         ps-header-title-font-size-internal variables are not set,
9207         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
9208         face text property is (foreground-color . COLOR) or
9209         `(background-color . COLOR)', ps-print crashes.  Doc fix.
9210         (ps-print-version): New version number (5.2.4).
9211         (ps-plot-region): Code fix.
9212         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9213         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9214         Bug fix 2.
9216 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
9218         * glasses.el (glasses-make-readable): Fix uncapitalization of
9219         identifiers like `myXMLDocument'.
9221 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
9223         * mail/mail-hist.el (mail-hist-previous-input)
9224         (mail-hist-next-input): Do the obvious code factorization.
9225         (mail-hist-retrieve-and-insert): New func, contains common
9226         code of above two.
9227         If inserting a message body, leave point at top.
9229 2000-07-28  Sam Steingold  <sds@gnu.org>
9231         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9232         Use `<=', not `<' to compare times!
9233         (ange-ftp-ls): Remove.
9235 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
9237         * play/cookie1.el: Add explanation of how to make cookie.el
9238         compatible with strfile(1) to comment.
9240         * subr.el (remove, remq): New functions.
9242         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9243         escape `*' in regexps.
9244         (midnight-find): Reverse order of arguments in the funcall of
9245         TEST.
9247         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9248         and `.class'.
9250         * play/meese.el: Add Commentary section.
9252 2000-07-27  Alex Schroeder  <alex@gnu.org>
9254         * sql.el (sql-ms): Added autoload cookie.
9255         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9256         (sql-oracle): Ditto.
9257         (sql-help): Doc change.
9259         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9260         types and exceptions.
9262 2000-07-27  Alex Schroeder  <alex@gnu.org>
9264         * sql.el (sql-placeholder-history): New variable.
9265         (sql-query-placeholders-and-send): New function that will query
9266         the user and replace placeholders with user input.
9267         (sql-oracle): If running on NT, set comint-input-sender to
9268         sql-query-placeholders-and-send.
9270         (sql-stop): If in the SQLi buffer, insert stop notification, else
9271         present it as a message.
9273 2000-07-27  Alex Schroeder  <alex@gnu.org>
9275         * sql.el (sql-input-ring-separator): Doc change.
9276         (sql-input-ring-file-name): Doc change.
9277         (sql-interactive-mode): Use `sql-input-ring-separator' and
9278         `sql-input-ring-file-name' to set the comint-mode equivalents
9279         without making them local variables.
9280         (sql-stop): Don't bind `sql-input-ring-separator' and
9281         `sql-input-ring-file-name' dynamically to their comint-mode
9282         equivalents.
9284 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9286         * international/mule.el (register-char-codings): New function.
9287         (make-coding-system): Handle `safe-chars' specification in the arg
9288         PROPERTY.
9290         * international/mule-cmds.el
9291         (find-coding-systems-region-subset-p): This function deleted.
9292         (sort-coding-systems-predicate): New variable.
9293         (sort-coding-systems): New function.
9294         (find-coding-systems-region): Use
9295         find-coding-systems-region-internal.
9296         (find-coding-systems-string): Use find-coding-systems-region.
9297         (find-coding-systems-for-charsets): Check
9298         char-coding-system-table.
9299         (select-safe-coding-system-accept-default-p): New variable.
9300         (select-safe-coding-system): Mostly rewritten.  New argument
9301         ACCEPT-DEFAULT-P.
9302         (select-message-coding-system): Call select-safe-coding-system
9303         with ACCEPT-DEFAULT-P arg.
9304         (reset-language-environment): Reset default-sendmail-coding-system
9305         to the default value iso-latin-1.
9306         (set-language-environment): Don't set the obsolete variable
9307         charset-origin-alist.
9309         * international/codepage.el (cp-coding-system-for-codepage-1):
9310         Give `safe-chars' property to make-coding-system.
9312         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9313         calling select-message-coding-system twice.
9315         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9316         instead of `safe-charsets'.
9317         (cyrillic-alternativnyj): Likewise.
9318         (ccl-encode-alternativnyj): Don't check the charset
9319         cyrillic-iso8859-5.
9321 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9323         * composite.el (compose-chars-after): Preserve match data.
9325 2000-07-26  Sam Steingold  <sds@gnu.org>
9327         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9328         (ange-ftp-real-file-newer-than-file-p): New function.
9329         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9330         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9332         * tooltip.el (tooltip-float-time): Removed (use `float-time').
9333         * midnight.el (midnight-float-time): Ditto.
9335 2000-07-26  Andreas Schwab  <schwab@suse.de>
9337         * files.el (normal-backup-enable-predicate): Correct
9338         interpretation of the return value of compare-strings.
9340 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
9342         * isearch.el (isearch-resume): New function.
9343         (isearch-done): Add something to command-history to resume
9344         the search.
9345         (isearch-yank-line, isearch-yank-word): Use
9346         buffer-substring-no-properties instead of buffer-substring.
9348         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9349         of flyspell-mouse-map.
9351         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9352         duplicate definition.
9353         (makefile-mode): Remove duplicate setting of local-abbrev-table.
9355         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9356         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9358 2000-07-25  Sam Steingold  <sds@gnu.org>
9360         * net/ange-ftp.el: Get modtime over the net.
9361         (ange-ftp-file-modtime): New function.
9362         (ange-ftp-write-region, ange-ftp-insert-file-contents)
9363         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9364         Use it.
9365         (ange-ftp-dot-to-slash): New function.
9366         (ange-ftp-fix-name-for-vms): Use it.
9368         * midnight.el (midnight-buffer-display-time): Use
9369         `with-current-buffer'.
9371 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
9373         * find-dired.el: Update copyright notice.
9374         (find-dired): Offer to kill a running `find'.
9376         * enriched.el (enriched-face-ans): For a `foreground-color'
9377         property, return '(("x-color" COLOR))' so that COLOR will be
9378         output as a parameter of the x-color annotation.  Likewise for the
9379         `background-color' property.  In the case of normal face
9380         properties, don't return annotations for unspecified foreground
9381         and background face attributes.
9383 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
9385         * language/japan-util.el (japanese-katakana-region): Fix handling
9386         HANKAKU argument.
9388 2000-07-25  Miles Bader  <miles@gnu.org>
9390         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9391         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
9392         constrain-to-field.
9394 2000-07-24  Andrew Innes  <andrewi@gnu.org>
9396         * timer.el (timer-activate-when-idle): Add optional parameter
9397         DONT-WAIT.  Update docstring.
9398         (run-with-idle-timer): Specify extra parameter to
9399         timer-activate-when-idle, so that timer will be activated
9400         immediately if Emacs is already idle.
9402         * w32-fns.el (w32-using-nt): Fix docstring.
9404 2000-07-24  Dave Love  <fx@gnu.org>
9406         * mouse.el (popup-menu): Set last-command-event.
9407         (mouse-major-mode-menu-prefix): Declare.
9409 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
9411         * textmodes/flyspell.el: Update to author's version 1.5d.
9413         * progmodes/hideshow.el: Update copyright notice.
9415         * vcursor.el: Set maintainer to FSF, since author cannot
9416         be reached.
9418 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
9420         * info.el (Info-goto-emacs-key-command-node): Leave a space after
9421         the prompt.
9423         * mouse.el (popup-menu): Run the keymap through indirect-function,
9424         in case it was defined with define-prefix-key.  If the menu is a
9425         list of keymaps, look up the binding of user's choice in each one
9426         of the keymaps.
9427         (mouse-popup-menubar): If the global and local menu-bar keymaps
9428         don't have a prompt string, create one and insert it into the
9429         keymap.  Don't barf if current-local-map returns nil.
9431 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
9433         * dired.el (dired-sort-R-check): Added to allow recursive listing
9434         to be undone.
9435         (dired-sort-other): Use it.
9437 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9439         * Release of cc-mode 5.27
9441 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9443         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9444         c-beginning-of-statement-1 that caused a bad case of recursion
9445         which could consume a lot of CPU in large classes in languages
9446         that have in-expression classes (i.e. Java and Pike).
9448         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9449         statements before top level constructs (i.e. case 6 is moved
9450         before case 5 and is now case 4) to catch in-expression
9451         classes in top level expressions correctly.
9453 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9455         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9456         objc-method-intro. Case 4 removed and case 5I added.
9458         * cc-langs.el (c-append-paragraph-start): New variable used by
9459         c-common-init to get paragraph-start correct.
9460         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9461         initialize paragraph-start to make it correct both with and
9462         without the javadoc special case.
9464         * cc-mode.el (java-mode): Use c-append-paragraph-start to
9465         initialize paragraph-start for javadoc markup.
9467         * cc-vars.el (c-style-variables-are-local-p): Incompatible
9468         change by defaulting this to t.  It's motivated by the
9469         confusing behavior that otherwise arise from the style system
9470         when editing both java and non-java files at the same time
9471         (see the comments about style setting in c-common-init).
9473 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9475         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9476         similar to the one in c-fill-paragraph to check the fill
9477         prefix from the adaptive fill function for sanity.
9479 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9481         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9482         defun block.
9484 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9486         * cc-mode.texi Documented the change of cpp-macro.
9488 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9490         * cc-align.el (c-lineup-multi-inher): Handle lines with
9491         leading comma nicely. Extended to handle member initializers
9492         too.
9494         * cc-engine.el: (c-beginning-of-inheritance-list,
9495         c-guess-basic-syntax): Fixed recognition of inheritance lists
9496         when the lines begins with a comma.
9498         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9500         * cc-vars.el (c-offsets-alist): Changed default for
9501         member-init-cont to c-lineup-multi-inher since it now handles
9502         member initializers and indents better for leading commas.
9504 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9506         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9507         handling that caused class open lines to be recognized as
9508         statement-conts in some cases.
9510         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9511         guessed by the adaptive fill function unless point is on the
9512         first line of a block comment.
9514         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9515         when the buffer ends with a macro continuation char.
9517         * cc-engine.el (c-guess-basic-syntax): Added support for
9518         function definitions as statements in Pike.  The first
9519         statement in a lambda block is now labeled defun-block-intro
9520         instead of statement-block-intro.
9522         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9523         so that the class surrounding point is selected, not the one
9524         innermost in the state.
9526         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9527         recognition of switch labels having hanging multiline
9528         statements.
9530         * cc-engine.el (c-beginning-of-member-init-list): Broke out
9531         some code in c-guess-basic-syntax to a separate function.
9532         * cc-engine.el (c-just-after-func-arglist-p): Fixed
9533         recognition of member inits with multiple line arglists.
9534         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9535         member-init-cont when the commas are in funny places.
9537 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9539         * cc-defs.el (c-auto-newline): Removed this macro since it's
9540         not used anymore.
9542         * cc-engine.el (c-looking-at-bos): New helper function.
9543         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9544         inexpr and toplevel classes apart in Pike.
9546         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9547         of case 9A.
9549         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9550         constant, since "class" can introduce an in-expression class
9551         in Pike nowadays.
9553 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9555         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9556         indentation on cpp-macro lines.
9558         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9559         a syntax modifier like comment-intro, to make it possible to
9560         get syntactic indentation for preprocessor directives.  It's
9561         incompatible wrt to lineup functions on cpp-macro, but it has
9562         no observable effect in the 99.9% common case where cpp-macro
9563         is set to -1000.
9565 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9567         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9568         member-init-cont when the preceding arglist is several lines.
9570 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9572         * cc-styles.el (c-style-alist): The basic offset for the BSD
9573         style corrected to 8.
9575 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9577         * cc-styles.el (c-style-alist): Adjusted the indentation of
9578         brace list openers in the gnu style.
9580 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9582         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9584         * cc-cmds.el (c-electric-brace, c-electric-slash,
9585         c-electric-star, c-electric-semi&comma, c-electric-colon,
9586         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9587         when c-syntactic-indentation is nil.
9589         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9590         we were left at comments preceding the first statement when
9591         reaching the beginning of the buffer.
9593         * cc-vars.el (c-syntactic-indentation): New variable to turn
9594         off all syntactic indentation.
9596 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9598         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9599         between the text and the block comment ender when it hangs,
9600         depending on how many there are before the fill.
9602 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9604         * cc-engine.el (c-beginning-of-closest-statement): New helper
9605         function to go back to the closest preceding statement start,
9606         which could be inside a conditional statement.
9607         * cc-engine.el (c-guess-basic-syntax): Use
9608         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9610         * cc-engine.el (c-guess-basic-syntax): Better handling of
9611         arglist-intro, arglist-cont-nonempty and arglist-close when
9612         the arglist is nested inside parens.  Cases 7A, 7C and 7F
9613         changed.
9615         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9616         up-to-date with javadoc 1.2.
9618 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9620         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9621         multiline Pike type decls.
9623 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9625         * cc-cmds.el (c-indent-new-comment-line): Always break
9626         multiline comments in multiline mode, regardless of
9627         comment-multi-line.
9629 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9631         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9632         fully::qualified::names in C++ member init lists.  Preamble in
9633         case 5D changed.
9635 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9637         * cc-langs.el (c-common-init): Handling of obsolete variables
9638         moved to c-initialize-cc-mode.  More compatible style override
9639         when using global style variables.
9640         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9641         variables moved here.
9643         * cc-mode.texi: Documented the special behavior of
9644         c-special-indent-hook as a style variable.  Don't talk about
9645         doing (c-make-styles-buffer-local t) in a mode hook, since
9646         that's already too late to work right.
9648         * cc-styles.el (c-make-styles-buffer-local): Flag style
9649         variable localness in c-style-variables-are-local-p to make
9650         the compatibility measure in c-common-init work well.
9652         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9653         longer contain set-from-style.
9654         * cc-styles.el (c-initialize-builtin-style): Don't check for
9655         set-from-style on c-special-indent-hook.
9656         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
9657         copy-alist is sufficient now.
9659         * cc-styles.el (c-set-style, c-set-style-1,
9660         c-get-style-variables): Fixes to variable initialization so
9661         that duplicate entries in styles have the same effect
9662         regardless of DONT-OVERRIDE.
9664         * cc-styles.el (c-set-style-2): Fixed bug where the
9665         initialization of inheriting styles failed when the
9666         dont-override flag is set.
9668         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9669         on this.
9671 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9673         * cc-defs.el (c-forward-comment): Removed the workaround
9674         introduced in 5.38 since it had worse side-effects.  If a line
9675         contains the string "//\"", it regarded the // as a comment
9676         start since the \ temporarily doesn't have escape syntax.
9678 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
9680         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9681         ada-xref.el before ada-prj.el, so that the Project menu is created
9682         when ada-prj tries to add to it.
9683         (ada-activate-keys-for-case): Suppress the characters that are not
9684         part of the Ada syntax. Better compatibility with else-mode
9685         (ada-adjust-case-interactive): When auto-casing is not active,
9686         correctly insert newlines (used to insert only ^M).  Prevent the
9687         syntax table from being changed in case of an error
9688         (or '_' becomes part of a word and some commands are confused).
9689         Do nothing if ada-auto-case is nil.
9690         (ada-after-keyword-p): Ignore keywords that are also attributes
9691         (ada-batch-reformat): Update usage comment
9692         (ada-call-from-contextual-menu): New function
9693         (ada-case-read-exceptions): Reinitialize the casing exception list
9694         first to nil first, so that the casing exception file can be
9695         shared.
9696         (ada-check-defun-name): Handles "configure" keyword for gnatdist
9697         files.
9698         (ada-compile-goto-error): Fix regexp used to detect a file:line
9699         anywhere in the error message
9700         (ada-contextual-menu-last-point): New variable
9701         (ada-create-keymap): If the variable delete-key-deletes-forward is
9702         t on XEmacs, it means that DEL should delete one character
9703         forward.
9704         (ada-create-menu): Use :included instead of :visible for XEmacs.
9705         New submenu "Options".
9706         (ada-end-stmt-re): Correctly indent "select ... then abort"
9707         statements.
9708         (ada-fill-comment-paragraph): Correctly delete all leading '--'
9709         even if they don't match ada-fill-comment-prefix Fix handling of
9710         paragraphs on the first or last line of a file.
9711         (ada-format-paramlist): Fix handling of default parameter values.
9712         (ada-get-body-name): New function.
9713         (ada-get-current-indent): Optimized by searchling directly for an
9714         existing generic part or a statement outside of it.  Handle
9715         ada-indent-align-comments when indenting comments Replaced some
9716         regexps by testing directly the next character. This results in a
9717         huge speedup on some files.  New indentation scheme for renames
9718         statements.  Stop looking for the 'while' or 'for' associated with
9719         a 'loop' at the first semicolon encountered.  A "return" can also
9720         match an anonymous access subprogram declaration.
9721         (ada-get-indent-noindent): Ignore strings and comments when
9722         looking for the keywords "record" and "private".
9723         (ada-goto-matching-decl-start): When matching "if", make sure we
9724         are not in fact seeing "end if".  Ignore "when" statements except
9725         when initial keyword was "begin".  Fix handling of nested
9726         procedures.  Add a recursive call to this function to skip over
9727         other 'end' statmts.  Fix indentation for "when .. => begin"
9728         (ada-in-open-paren-p): Fix indentation for complex boolean
9729         expressions, where 'and then', 'or else' and parenthesis
9730         statements are mixed up.
9731         (ada-in-paramlist-p): Skip comments while searching for the
9732         beginning Fix handling of operator declarations.
9733         (ada-indent-align-comments): New variable
9734         (ada-indent-current): Change the syntax table only in the
9735         protected section, so that we are sure it is restored correctly.
9736         (ada-indent-on-previous-lines): Use ada-use-indent and
9737         ada-with-indent Correctly indent "select ... then"
9738         (ada-indent-region): Slight speedup.
9739         (ada-indent-renames): New variable.
9740         (ada-last-which-function-subprog, ada-last-which-function-line):
9741         New variables
9742         (ada-looking-at-semi-private): Correctly indent the 'private'
9743         keyword when it is the first word in a package declaration.
9744         (ada-loose-case-word): Stop searching if at the end of the buffer.
9745         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9746         even if point is not initially at the end of the word.
9747         (ada-matching-decl-start-re): Add "when".
9748         (ada-mode): Add support for abbrev-mode, outline-mode and
9749         which-func-mode Override the old find-file.el entry in
9750         ff-special-constructs since it is using the obsolete
9751         ada-spec-suffix variable
9752         (ada-no-auto-case): New function
9753         (ada-scan-paramlist): When parsing the argument type, accept
9754         spaces (as in "X 'Class", generated by Rational Rose).
9755         (ada-other-file-name): No longer loads the other file.
9756         (ada-popup-menu): Save and restore the current buffer and cursor
9757         position before and after displaying the menu.
9758         (ada-search-ignore-complex-boolean): New function.
9759         (ada-uncomment-region): Emacs21 already knows how to delete
9760         comments not starting in the first column.
9761         (ada-use-indent): New variable
9762         (ada-which-function): New function.
9763         (ada-with-indent): New variable
9764         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9765         can be batch-compiled from the command line.
9767         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9768         Add to the menu when the file is loaded, not in ada-mode-hook.
9769         Add -toolbar to the default ddd command Switches moved from
9770         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9771         ada-prj-default-comp-opt
9772         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9773         Reference Manual to the menu
9774         (ada-check-current): rewritten as a call to ada-compile-current
9775         (ada-compile): Removed.
9776         (ada-compile-application, ada-compile-current, ada-check-current):
9777         Set the compilation-search-path so that compile.el automatically
9778         finds the sources in src_dir.  Automatic scrollong of the
9779         compilation buffer.  C-uC-cC-c asks for confirmation before
9780         compiling
9781         (ada-compile-current): New parameter, prj-field
9782         (ada-complete-identifier): Load the .ali file before doing
9783         processing
9784         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9785         conform to gnatmake's behavior.
9786         (ada-find-file-in-dir): New function
9787         (ada-find-references): Set the environment variables for gnatfind
9788         (ada-find-src-file-in-dir): New function.
9789         (ada-first-non-nil): Removed
9790         (ada-gdb-application): Add support for jdb, the java debugger.
9791         (ada-get-ada-file-name): Load the original-file first if not done
9792         yet.
9793         (ada-get-all-references): Handles the new ali syntax (parent types
9794         are found between <>).
9795         (ada-initialize-runtime-library): New function
9796         (ada-mode-hook): Always load a project file when a file is opened,
9797         so that the casing exceptions are correctly read.
9798         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9799         (ada-parse-prj-file): Use find-file-noselect instead of find-file
9800         to open the project file, since the latter does not work with
9801         speedbar Get default values before loading the prj file, or the
9802         default executable file name is wrong.  Use the absolute value of
9803         src_dir to initialize ada-search-directories and
9804         compilation-search-path,...  Add the standard runtime library to
9805         the search path for find-file.
9806         (ada-prj-default-debugger): Was missing an opening '{'
9807         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
9808         variables.
9809         (ada-prj-default-gnatmake-opt): New variable
9810         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
9811         buffers, the project file is the default one Save the windows
9812         configuration before displaying the menu.
9813         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
9814         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
9815         ...)  regexp-quote identifiers names to support operators +,
9816         -,... in regexps.
9817         (ada-remote): New function.
9818         (ada-run-application): Erase the output buffer before starting the
9819         run Support remote execution of the application.  Use
9820         call-process, or the arguments are incorrectly parsed
9821         (ada-set-default-project-file): Reread the content of the active
9822         project file, not the one from the current buffer When a project
9823         file is set as the default project, all directories are
9824         automatically associated with it.
9825         (ada-set-environment): New function
9826         (ada-treat-cmd-string): New special variable ${current}
9827         (ada-treat-cmd-string): Revised.  The substitution is now done for
9828         any ${...} substring
9829         (ada-xref-current): If no body was found, compiles the spec
9830         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9831         compiler to get rid of command line length limitations.
9832         (ada-xref-get-project-field): New function
9833         (ada-xref-project-files): New variable
9834         (ada-xref-runtime-library-specs-path)
9835         (ada-xref-runtime-library-ali-path): New variables
9836         (ada-xref-set-default-prj-values): Default run command now does a
9837         cd to the build directory.  New field: main_unit Provide a default
9838         file name even if the current buffer has no prj file.
9840         * ada-prj.el:
9841         Rewritten to show a tabbed-dialog.
9842         (ada-prj-add-ada-menu): Remove the map and name parameters.
9843         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9844         New function
9845         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9846         (ada-prj-load-from-file): New function
9847         (ada-prj-save): Always save fields that depend on the current buffer
9848         (ada-prj-show-value): New function
9850         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9851         Ada mode. This will allow us to display the Ada menu in any buffer
9852         we want (for project items).
9853         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9854         number of spaces in the header.
9856 2000-07-24  Dave Love  <fx@gnu.org>
9858         * ediff-init.el (ediff-region-help-echo): Bind face-help.
9860 2000-07-23  Noah Friedman  <friedman@splode.com>
9862         * type-break.el (type-break): perform autosave.
9863         Suggested by Stephen Gildea <gildea@intouchsys.com>.
9864         (type-break-do-query): Cancel query schedule while performing
9865         actual query, to avoid possibility of a second query being made
9866         while first one is already in progress.
9867         (type-break-time-stamp-format): New variable.
9868         (type-break-time-stamp): New function.
9869         (type-break-time-warning): Use it.
9870         (type-break-keystroke-warning): Use it.
9871         (type-break-noninteractive-query): Use it.
9873         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9874         cookie.
9875         Use add-minor-mode to set minor-mode-alist, if available.
9876         (eldoc-echo-area-use-multiline-p): New user option.
9877         (eldoc-echo-area-multiline-supported-p): New variable.
9878         (eldoc-docstring-format-sym-doc): Use them.
9879         (eldoc-mode): If not using idle timers, append to local post and
9880         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
9881         (eldoc-display-message-no-interference-p): Don't interfere with
9882         edebug.
9883         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9884         (eldoc-function-arglist): New function.
9885         (eldoc-function-argstring): Use it.
9887         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9888         auto save directory exists before calling directory-files.
9890 2000-07-23  Dave Love  <fx@gnu.org>
9892         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9893         ^o, ^u.
9895 2000-07-21  Dave Love  <fx@gnu.org>
9897         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9898         now passed to the function.  It now works properly.
9900         * smerge-mode.el (smerge-mode-menu): Fill it out.
9902 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
9904         * info-look.el (info-lookup): If *info* is shown in another frame
9905         on the same display, select that frame, instead of switching to
9906         the Info buffer in another window of the selected frame.
9908         * simple.el (universal-argument-map): Bind numeric keypad keys
9909         kp-0 to kp-9 and kp-subtract.
9910         (digit-argument): Handle these keys.
9912 2000-07-20  Dave Love  <fx@gnu.org>
9914         * net/goto-addr.el (goto-address-fontify): Don't bother with
9915         buffer-modified and read-only stuff -- irrelevant with overlays.
9916         Put an extra property on the overlays and use it to clean up in
9917         case goto-address is re-run.
9919 2000-07-19  Richard M. Stallman  <rms@gnu.org>
9921         * timer.el (run-with-idle-timer): Doc fix.
9923         * mail/mail-utils.el (mail-strip-quoted-names):
9924         Handle case where <...> appears inside "...".
9925         Use replace-match to edit the string more simply.
9926         (rmail-dont-reply-to): Cope with an unmatched ".
9928 2000-07-19  Dave Love  <fx@gnu.org>
9930         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9931         implementation.
9933         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9934         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9935         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9937 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
9939         * textmodes/refer.el: Correct maintainer's email address.
9941         * progmodes/hideif.el: Correct author's email address.
9942         Fix typo in comment.
9944         * xml.el: New file.
9946         * mail/mailheader.el: Correct author's mail address.
9948         * gnus/parse-time.el: Correct author's mail address.
9950 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
9952         * comint.el (comint-highlight-input, comint-highlight-face):
9953         New user options.
9954         (comint-input-ring-file-name): Change custom type.
9955         (comint-mode-map): Bind mouse-2.
9956         (comint-insert-clicked-input): New function.
9957         (comint-send-input): Handle input highlighting.
9959 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
9961         * mouse.el (popup-menu): New function.
9962         (mouse-major-mode-menu): Use it.
9964 2000-07-18  Dave Love  <fx@gnu.org>
9966         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9967         improvements.
9969 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
9971         * faces.el (face-font-selection-order)
9972         (face-font-family-alternatives): Add custom type.
9974 2000-07-18  Dave Love  <fx@gnu.org>
9976         * cus-edit.el (custom-variable-reset-saved)
9977         (custom-variable-reset-standard): Remove unused bindings.
9979         * rect.el (open-rectangle-line): Remove unused let.
9981         * hl-line.el (hl-line-highlight): Check hl-line-mode.
9983 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
9985         * cdl.el: Fix `Maintainer' keyword.
9987         * play/pong.el: Add author's email address.
9989 2000-07-17  Sam Steingold  <sds@gnu.org>
9991         * files.el (insert-directory): Call `split-string' instead of
9992         re-implementing it.
9994 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
9996         * mail/vms-pmail.el: Change maintainer to FSF.
9998         * net/goto-addr.el: Change maintainer to FSF.
10000         * info.el (Info-title-face-alist): Removed.
10002 2000-07-18  David Ponce  <david@dponce.com>
10004         * recentf.el (recentf-open-files): New command that works like
10005         `recentf-open-more-files', but shows the whole list of files (not just
10006         those omitted from the menu). Useful if you don't use a menu-bar!
10007         (recentf-open-more-files) Modified to use `recentf-open-files'.
10009         (recentf-open-files, recentf-open-more-files)
10010         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10012         (recentf-dialog-mode): New mode for dialogs. You can now just type
10013         "q" to cancel the dialogs.
10015 2000-07-18  David Ponce  <david@dponce.com>
10017         * recentf.el: This is a major update of recentf.el. It adds new
10018         features to better organize the recentf menu and "More..." buffer.
10020         Using new provided menu filtering functions you can now organize the
10021         recent files list:
10023         - by major modes
10024         - by directories
10025         - by user defined rules
10027         Finally, with the new `recentf-filter-changer' customizable filter you
10028         can define a ring of filters and dynamically (via the menu) cycle on
10029         each menu organization in the ring (a la msb).
10031 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
10033         * eshell/eshell.el (eshell): Replace links to eshell.info with
10034         links to eshell, to avoid problems on systems where the manual is
10035         installed as `eshell'.
10036         * eshell/esh-cmd.el (eshell-cmd): Ditto.
10037         * eshell/em-smart.el (eshell-smart): Ditto.
10038         * eshell/em-banner.el (eshell-banner): Ditto.
10039         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10041         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10042         same-file check in the MS-DOS version (it does support inodes).
10044         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10046         * eshell/eshell.el (eshell-directory-name):
10047         Run default directory name through convert-standard-filename.
10049 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
10051         * international/mule-cmds.el (select-safe-coding-system):
10052         Fix typo in the comment.
10054         * language/european.el (compound-text):
10055         Force katakana-jisx0201 to be designated to G1.
10057         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10058         Don't translate some national variant characters of latin-jisx0201.
10059         (x-ctext): Force katakana-jisx0201 to be designated to G1.
10061         * international/kkc.el (kkc-after-update-conversion-functions):
10062         New variable.
10063         (kkc-update-conversion): Run functions in it at the tail.
10065 2000-07-16  John Wiegley  <johnw@gnu.org>
10067         * lisp/align.el (align-newline-and-indent):
10068         Adding new function.  for auto-aligning blocks of code on RET.
10069         (align-region): Fixed badly formatted minibuffer message.
10071 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
10073         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10074         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
10075         the conversion list at first if appropriate.
10076         (kkc-next): Don't update kkc-next-count here.
10077         (kkc-prev): Don't update kkc-prev-count here.
10078         (kkc-show-conversion-list-update): Fix setting up of conversion
10079         list message.
10081 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
10083         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10085 2000-07-16  Dave Love  <fx@gnu.org>
10087         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10088         function to be more specific.
10090         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10091         non-string help-echo.
10092         (widget-types-convert-widget): Defsubst it.
10093         (widget-echo-help): Try to cope with a help-echo function of two
10094         possible sorts.
10096 2000-07-15  Jason Rumney  <jasonr@gnu.org>
10098         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10099         Declare as obsolete.
10101         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10103 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
10105         * hilit-chg.el: Fix typo.
10107 2000-07-14  Dave Love  <fx@gnu.org>
10109         * info.el (Info-mode-menu): Fix use of :help, :enable.
10111 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
10113         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10115 2000-07-13  Dave Love  <fx@gnu.org>
10117         * emacs-lisp/easymenu.el: Doc fixes.
10118         (easy-menu-remove): Defalias to ignore.
10120         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10121         Call throw correctly.
10123 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
10125         * faces.el (frame-background-mode): Doc fix.
10127         * simple.el (eval-expression-print-length): Change custom type to
10128         allow entering nil as value.
10130 2000-07-13  Dave Love  <fx@gnu.org>
10132         * progmodes/fortran.el (fortran-imenu-generic-expression):
10133         Change definition layout.
10134         (fortran-mode-menu): Reinstate customize entries.
10136         * cus-edit.el (custom-group-menu-create, customize-menu-create):
10137         Use :filter, per old XEmacs code.
10139 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
10141         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10142         event when deciding what to send to the terminal.
10144 2000-07-12  Dave Love  <fx@gnu.org>
10146         * cus-start.el: Add optional version as 4th element of specs and
10147         use it for several things new in v21.  Remove load-path.  Fix type
10148         of line-number-display-limit.
10150 2000-07-11  Dave Love  <fx@gnu.org>
10152         * progmodes/fortran.el: Don't require easymenu.
10153         Use repeat counts in various regexps.
10154         (fortran-mode-syntax-table): Defvar directly.
10155         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10156         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10157         Use defvar, not defconst.
10158         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
10159         (fortran-mode): Set fortran-comment-line-start-skip,
10160         fortran-comment-line-start-skip, dabbrev-case-fold-search.
10161         (fortran-comment-indent): Use defsubst.
10162         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10163         Use fortran-comment-indent, not fortran-comment-indent-function.
10164         (fortran-comment-region, fortran-electric-line-number): Simplify.
10165         (fortran-auto-fill): New function.
10166         (fortran-do-auto-fill): Deleted.
10167         (fortran-find-comment-start-skip):
10168         Check for non-null comment-start-skip.
10169         (fortran-auto-fill-mode, fortran-fill-statement):
10170         Use fortran-auto-fill.
10171         (fortran-fill): Use fortran-auto-fill.  Check for null
10172         comment-start-skip.  Simplify final clause and use end-of-line finally.
10174         * widget.el (widget-plist-member): New alias.
10176 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
10178         * eshell/esh-module.el (toplevel): Reference
10179         byte-compile-current-file only if it is bound.
10181 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
10183         * dired.el: Don't require `dired-aux'.
10185 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
10187         * dired-aux.el (dired-show-file-type): New function.
10188         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10189         (dired-show-file-type): Add autoload.
10191 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
10193         * international/mule-diag.el (describe-font): Adjusted for the
10194         change of fontset-info.
10195         (print-fontset): Likewise.
10197 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
10199         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10201 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
10203         * bindings.el: Bind `[delete]' to delete-char.
10205         * dired.el (dired-find-alternate-file): New function.
10206         (dired-mode-map): Bind `a' to dired-find-alternate-file.
10207         (toplevel): Require dired-aux when compiling.
10208         (dired-buffers): Move defvar within file to avoid compiler warning.
10210         * info.el (Info-last-search): Variable removed.
10211         (Info-search-history): New variable.
10212         (Info-search): New Info-search-history.
10214         * battery.el, info-look.el: Change author's mail address.
10216 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
10218         * mail/rmail.el (rmail-clear-headers): Don't throw an error
10219         if rmail-ignored-headers is nil.
10220         (rmail-retry-failure): Bind rmail-ignored-headers and
10221         rmail-displayed-headers to nil.
10223 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
10225         * lpr.el (lpr-page-header-switches): Add `-h' switch.
10226         (print-region-1): Don't hard code `-h' here.
10228         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10230 2000-07-01  Francesco Potorti`  <pot@gnu.org>
10232         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10233         exim can use "your message" instead of "the message".
10235 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
10237         * facemenu.el: Docstrings fixes.
10238         (facemenu-get-face): Don't use internal-find-face.
10239         (facemenu-iterate): Rename arg to match the docstring.
10241         * newcomment.el (uncomment-region): Be more careful when skipping
10242         backwards over `=' not to bump into BOBP.
10244 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
10246         * ediff-diff.el (ediff-wordify): Use syntax table.
10247         * ediff-init.el (ediff-has-face-support-p): Use
10248         ediff-color-display-p.
10249         (ediff-color-display-p): Use display-color-p, changed to defun
10250         from defsubst.
10251         Got rid of special cases for NeXT and OS/2.
10252         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10253         face.
10255 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
10257         * emacs-lisp/lucid.el: Require CL.
10258         (copy-tree, remprop): Remove, it's provided by CL.
10259         (map-keymap): Define in terms of cl-map-keymap.
10260         (extent-property, set-extent-end-glyph): New functions.
10262         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10264 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10266         * Makefile.in (DONTCOMPILE): Add comment that the name may
10267         not be changed without changing the make-dist script.
10269         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10270         (cl-mapc): Use mapc instead of cl-old-mapc.
10272 2000-07-05  Andrew Innes  <andrewi@gnu.org>
10274         * makefile.nt: Add support for `bootstrap' and related targets.
10276 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
10278         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10279         (easy-menu-do-define): Use `menu-item' format.
10280         Handle case where easy-menu-create-menu returns a symbol.
10281         Manually call the potential top-level filter in the function binding.
10282         (easy-menu-filter-return): New arg NAME.
10283         Convert to a keymap if MENU is an XEmacs menu.
10284         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
10285         (easy-menu-converted-items-table, easy-menu-convert-item):
10286         New var and fun to memoize easy-menu-convert-item-1.
10287         (easy-menu-do-add-item): Use it.
10288         (easy-menu-create-menu): Use easy-menu-convert-item.
10289         Wrap easy-menu-filter-return around any :filter specification.
10290         Don't convert the menu if a filter was specified.
10291         Tell easy-menu-make-symbol not to check for MENU being an expression.
10292         (easy-menu-make-symbol): New arg NOEXP.
10294 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10296         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10297         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10298         (eval-defun): If called with prefix arg, instrument code for
10299         Edebug.
10301         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10302         similar to that of eval-defun.
10304 2000-07-04  Dave Love  <fx@gnu.org>
10306         * hl-line.el (hl-line-overlay): Make it permanent-local.
10308         * calendar/todo-mode.el: Replaced with a working version, based on
10309         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10311 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
10313         * paths.el (prune-directory-list): New function.
10314         (Info-default-directory-list): Rewritten to more methodically
10315         enumerate a big list of possible info directories (based on the
10316         list used by the standalone info reader).
10318         * info.el (info-initialize): Use prune-directory-list to remove
10319         non-existent directories from Info-directory-list.
10321         * paths.el (Info-default-directory-list): Try a list of possible
10322         info-directories instead of a single one.  Add the possible
10323         info directory "/usr/share/info".
10325         * woman.el (woman-man.conf-path): Explicitly include the debian
10326         man-db config file "/etc/manpath.config".
10327         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10328         are present in `manpath.config'.
10329         (woman-manpath): Include "/usr/share/man".
10331 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
10333         * frame.el (blink-cursor-mode): Don't hide cursor initially.
10335         * startup.el (command-line): Initialize blink-cursor based
10336         on window-system.
10338         * frame.el (blink-cursor): Default to nil if not running under
10339         a window-system.
10341         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10342         (face-x-resources): Remove duplicate entry for :font.
10344         * textmodes/refer.el (refer-find-entry-internal): Use some-window
10345         instead of cycling through windows with next-window.
10347         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10348         of cycling through windows with next-window.
10350         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10351         of cycling through windows with next-window.
10353         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10354         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10355         instead of cycling through windows with next-window.
10357         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10358         instead of cycling through windows with next-window.
10360         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10361         of cycling through windows with next-window.
10363         * terminal.el (te-process-output): Use walk-windows instead of
10364         cycling through windows with next-window.
10366         * server.el (server-switch-buffer): Use some-window instead of
10367         cycling through windows with next-window.
10369         * window.el (some-window): New function.
10370         (walk-windows): Remove reference to walk-windows-start.
10372         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10374 2000-07-03  Richard Stallman  <rms@gnu.org>
10376         * window.el (walk-windows): Guarantee termination by keeping a list
10377         of all the windows already handled.
10379 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
10381         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10382         window-system.
10384         * man.el (Man-notify-when-ready): Don't use window-system.  If
10385         Man-notify-method is newframe, and the display is not
10386         multi-frame, select the frame created for the man page.
10387         (Man-init-defvars): Doc fix.
10389 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
10391         * faces.el (region): Change background color for light background.
10393         * ediff-wind.el (ediff-setup-control-frame): Remove :box
10394         attribute from mode-line face of Ediff control frame.
10396         * replace.el (query-replace-map): Bind `e' like `E'.
10398 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
10400         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10401         Change name to "Select All".
10403         * dos-fns.el (convert-standard-filename): Fix last change.
10405 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
10407         * help.el (describe-variable): Don't insert a second `'s' in front
10408         of the string `value is shown below'.  Since the syntax-table is
10409         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10410         an existing `'s', so that this won't be deleted.
10412         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10413         * pcmpl-unix.el: New files.
10415 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
10417         * wid-edit.el (widget-member): Use the new plist-member.
10419 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
10421         * replace.el (perform-replace): Undo change of 2000-04-04.
10422         Instead, move backward 1 character at the end of the loop when
10423         necessary.
10425         * faces.el (fringe): Change face for different backgrounds.
10427         * eshell/esh-module.el (toplevel): Load defgroup's differently;
10428         patch from John.
10430         * eshell/*.el: Change spelling of the Free Software Foundation.
10432         * eshell/esh-toggle.el: Removed.
10434         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10436         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10437         interactively.
10439 2000-06-26  Alex Schroeder  <alex@gnu.org>
10441         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10442         `define-key'; instead of checking `(emacs-version)' check for
10443         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
10444         for `;' and `o' which might be electric.
10446         (sql-electric-stuff): New user option.
10447         (sql-magic-go): New function which uses `sql-electric-stuff'.
10448         (sql-magic-semicolon): New function which uses
10449         `sql-electric-stuff'.
10451         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10452         is not fboundp.
10454         (sql-oracle-options): New variable.
10455         (sql-oracle): Use it.
10457         (sql-imenu-generic-expression): Doc change.
10458         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10459         is used.
10461         (sql-informix): Added command line parameter "-" to force
10462         sql-informix-program to use stdout.
10464 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
10466         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10467         (cp864-decode-table): Doc fix.
10468         (cp720-decode-table): New variable, supports the Arabic OEM
10469         codepage used by Windows.
10470         (cp737-decode-table): New, Greek OEM codepage used by Windows.
10472 2000-06-23  Dave Love  <fx@gnu.org>
10474         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10475         (font-lock-fontify-anchored-keywords): Use
10476         line-beginning-position.
10477         (global-font-lock-mode): Use mapc.
10479 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
10481         * eshell/esh-module.el: Require CL when compiling.
10483 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
10485         * comint.el (comint-substitute-in-file-name): Call replace-match
10486         with second and third arg t.
10488         * cus-edit.el (custom-button-face, custom-button-pressed-face):
10489         Specify foreground color.
10491         * faces.el (tool-bar, mode-line, header-line): Specify foreground
10492         color.
10494         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10496         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10497         cddr instead of cdddr.
10499         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10500         instead of copy-list.
10502         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10503         of copy-list.
10505         * subdirs.el: Add eshell subdirectory.
10507         * eshell: New subdirectory containing the Eshell package.
10509         * pcomplete.el: New file.
10511 2000-06-23  Paul Eggert  <eggert@twinsun.com>
10513         * mail/mailpost.el (post-mail-send-it): Make sure file has
10514         proper permissions from birth.
10516         * files.el (basic-save-buffer-2): When temporarily setting
10517         file modes, set them to current modes plus 0200, not to 0777.
10519         * emerge.el (emerge-make-temp-file): Make sure file has proper
10520         permissions from birth.
10522 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
10524         * files.el (make-backup-file-name-1): On DOS/Windows, run the
10525         backup file name through convert-standard-filename.
10527         * dos-fns.el (convert-standard-filename): Convert leading
10528         directories as well.  When long file names are supported, convert
10529         characters that are invalid in Windows file names.
10531 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10533         * ps-print.el: Fix bug: if ^L is the very first buffer character,
10534         ps-print crashes.  New feature: page selection for printing.  Create
10535         raw-text-unix coding system for XEmacs.  Doc fix.
10536         (ps-print-version): New version number (5.2.3).
10537         (ps-plot-region): Bug fix.
10538         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10539         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10540         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10541         funs.
10542         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10543         (ps-last-page): New vars.
10545 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
10547         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10548         empty option string.
10550 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
10552         * man.el (man): Doc fix.
10554 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
10556         * international/mule-cmds.el (set-language-info-alist): Docstring
10557         fixed.
10559 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
10561         * version.el (emacs-version): Use ISO date format.
10563         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10564         instead of `M-backspace'.
10566         * simple.el (turn-off-auto-fill): New function.
10568 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
10570         * jit-lock.el (with-buffer-prepared-for-jit-lock):
10571         Renamed from with-buffer-prepared-for-font-lock and use
10572         inhibit-modification-hooks rather than setting *-change-functions.
10573         Update all functions to use the new name.
10574         (jit-lock-first-unfontify-pos): New semantics (and doc).
10575         (jit-lock-mode): Make non-interactive.
10576         Don't automatically turn on font-lock.
10577         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10578         Always use jit-lock-after-change.
10579         Remove and restore font-lock-after-change-function.
10580         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10581         (jit-lock-after-unfontify-buffer): Remove.
10582         (jit-lock-stealth-fontify):
10583         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10584         (jit-lock-after-change): Set the `fontified' text-prop to nil.
10586 2000-06-20  Sam Steingold  <sds@gnu.org>
10588         * emacs-lisp/cl-indent.el (toplevel): Indent
10589         `print-unreadable-object' properly.  Untabify.
10591 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10593         * textmodes/reftex.el (reftex-find-citation-regexp-format):
10594         Support for bibentry.
10595         (reftex-compile-variables): Fixed problem with end of section-re.
10597         * texmodes/reftex-dcr.el (reftex-view-crossref,
10598         reftex-view-crossref-from-bibtex):
10599         Deal with changed `reftex-find-citation-regexp-format'.
10600         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10601         Replaced `remprop' with `put'.
10602         (reftex-view-crossref, reftex-view-crossref-when-idle):
10603         Support for bibentry.
10605         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10606         New entry for bibentry package.
10608         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10609         Regexp also matches "\nobibliography".
10611         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10612         Call `reftex-ensure-write-access' before doing anything.
10613         (reftex-ensure-write-access): New function.
10615 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10617         * progmodes/idlwave.el: File re-installed (update to version 4.2)
10619         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10621         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10623         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10626 2000-06-20  Dave Love  <fx@gnu.org>
10628         * faces.el (frame-background-mode): Use set-default, not set, in
10629         setter.
10630         (frame-update-faces, frame-update-face-colors): Define with
10631         defalias.
10633         * enriched.el (enriched-decode-foreground)
10634         (enriched-decode-background): Don't use internal-find-face.
10636         * apropos.el: Doc fixes.
10638         * cus-edit.el (customize-changed-options): Check arg.
10639         (customize-version-lessp): Don't require decimal point.
10641         * custom.el (defcustom, defgroup): Doc fix.
10643         * newcomment.el (comment) <defgroup>: Add :version.
10644         (comment-multi-line): Doc fix.
10646         * emulation/mlsupport.el (define-hooked-local-abbrev,
10647         define-hooked-global-abbrev): Fix, using define-abbrev.
10649 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
10651         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10652         the whole buffer.
10654 2000-06-19  Dave Love  <fx@gnu.org>
10656         * menu-bar.el (menu-bar-options-save): New function.
10657         (menu-bar-options-menu): Use it.
10658         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10659         Simplify.
10661 2000-06-19  Andreas Schwab  <schwab@suse.de>
10663         * progmodes/etags.el (tags-query-replace): Put new parameters
10664         START and END at the end, for backward compatibility.
10666 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
10668         * international/codepage.el:
10669         (cp-coding-system-for-codepage-1): Delete special codes for
10670         generating xxx-dos coding system because now a CCL based coding
10671         system can handle EOL conversion by default.
10673         * international/mule.el (make-coding-system): Generate subsidiary
10674         coding systems for EOL handling variants even for a CCL based
10675         coding system.
10677 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
10679         * international/isearch-x.el (isearch-minibuffer-input-method)
10680         (isearch-minibuffer-input-method-function): These variables
10681         deleted.
10682         (isearch-with-input-method): Don't use the above variables.
10683         (isearch-process-search-multibyte-characters): Likewise.  Call
10684         read-string with the arg INHERIT-INPUT-METHOD t.
10686 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
10688         * font-lock.el (font-lock-after-fontify-buffer)
10689         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10691         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10692         Use consistent make-local-variable style for font-lock-fontified.
10693         (jit-lock-fontify-buffer):
10694         Don't bother checking for font-lock-mode and jit-lock-mode.
10696         * time.el: Remove trailing ^M that prevent CVS-merging.
10698 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
10700         * Makefile.in (distclean): New target.
10702 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
10704         * Makefile.in (srcdir): Define for update-subdirs.
10706 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
10708         * find-lisp.el: New file.
10710 2000-06-16  Andrew Innes  <andrewi@gnu.org>
10712         * time.el (display-time-mail-function): New variable, to allow
10713         external packages to indicate when new mail is available.
10714         (display-time-update): Use it.
10716 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
10718         * international/mule.el (mule-version): Change version name to
10719         SAKAKI.  AOI has already been used by Meadow.
10721         * international/quail.el (quail-show-guidance-buf): To find the
10722         bottom window (but minibuffer), pay attention to the height of
10723         minibuffer.
10725 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10727         * arc-mode.el (archive-mode-map): Use the new menu-item format for
10728         menu-bar menus.  Add help strings.  Don't remove the Edit menu
10729         from the menu bar, as the menu bar has enough space now.
10731         * Makefile.in (SHELL): Make sure /bin/sh is used.
10733         * woman.el (woman-man-buffer): Fix bold and underlined CJK
10734         characters, which use series of two ^H characters instead of one.
10736 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
10738         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10739         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10740         functions.
10741         (Info-find-node-2): Try a case-sensitive search first, then
10742         do a case-insensitive search.
10744         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10745         tutorials.
10747         * complete.el (PC-env-vars-alist): New variable.
10748         (PC-complete-as-file-name): New function.
10749         (partial-completion-mode): Initialize PC-env-vars-alist from
10750         process-environment.
10751         (PC-do-completion): Handle completion of env vars.
10753         * info.el (Info-set-mode-line): Show file name in mode line,
10754         use `*Info*' instead of `Info:'.
10756         * startup.el (command-line-1): Change copyright messages to year
10757         2000.
10759 2000-06-15  Dave Love  <fx@gnu.org>
10761         * net/goto-addr.el (goto-address-fontify): Use keymap property,
10762         not local-map.
10764 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
10766         * international/mule.el (set-buffer-file-coding-system): Almost
10767         rewritten to handle `undecided' as no-op.
10769 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
10771         * Makefile.in: New file.
10773         * Makefile: Removed.
10775         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10776         (goto-address-highlight-keymap): Bind C-c RET.
10778 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
10780         * mail/sendmail.el (sendmail-send-it): The temporary buffer
10781         inherits buffer-file-coding-system of the current buffer.
10783         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10784         0.  Give correct argument to set-auto-coding-function.
10785         (tar-expunge): For goto-char, use (point-min), not 0.
10786         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10787         (tar-subfile-save-buffer): Likewize.
10789         * international/mule.el
10790         (after-insert-file-set-buffer-file-coding-system): Call
10791         set-buffer-file-coding-system with the arg FORCE t.
10793 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
10795         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10796         nil.  Contemporary sendmails issue an X-Authentication-Warning if
10797         the sender is set with `-f'.
10799 2000-06-13  Dave Love  <fx@gnu.org>
10801         * help.el (describe-function-1): Kluge around cases of functions
10802         fset to subrs whose doc doesn't match their symbol-name.
10804         * image.el (insert-image): Default STRING to a space.
10806         * info.el Doc fixes.
10807         (Info-build-node-completions): Match Ref tags.
10809 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
10811         * frame.el (display-multi-frame-p, display-multi-font-p): New
10812         defaliases for display-graphic-p.
10814         * hl-line.el: Fixed a typo in commentary.
10816 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
10818         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
10819         fixed.
10821 2000-06-12  Dave Love  <fx@gnu.org>
10823         * image.el (insert-image): Save a little consing.
10825 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
10827         * language/tibet-util.el: Convert all tibetan-1-column characters
10828         to the corresponding tibetan characters.
10829         (tibetan-add-components): Delete code for the special treatment of
10830         'a chung.
10832         * language/tibetan.el (tibetan-composable-pattern): Fix previous
10833         change.
10834         (tibetan-vowel-transcription-alist): More rules added.
10835         (tibetan-composite-vowel-alist): New variable.
10836         (tibetan-precomposition-rule-alist): More rules added.
10838 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
10840         * startup.el (command-line): Only call menu-bar-mode if interactive.
10842         * thingatpt.el (toplevel symbol-properties):
10843         * textmodes/makeinfo.el (makeinfo-compile):
10844         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
10845         * progmodes/hideif.el (hif-compress-define-list)
10846         (hide-ifdef-use-define-alist):
10847         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
10848         (ange-ftp-vms-add-file-entry):
10849         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10850         * man.el (Man-build-man-command):
10851         * mail/rnewspost.el (news-reply-header-hook):
10852         * info.el (Info-insert-dir):
10853         * emulation/mlconvert.el (backward-word, forward-word, setq):
10854         * emacs-lisp/gulp.el (gulp-send-requests):
10855         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10856         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
10857         (byte-optimize-apply, end of file):
10858         * emacs-lisp/advice.el (ad-advice-class-completion-table)
10859         (ad-make-freeze-definition):
10860         * startup.el (command-line, command-line-1): Don't quote lambdas.
10862         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10863         (cvs-cleanup-removed): New function.
10864         (cvs-cleanup-functions): New var.
10865         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10866         some flexibility in specifying additional entries to auto-cleanup.
10867         (cvs-quickdir): New function.
10868         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10869         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10870         (cvs-mode-find-file): Check that we are on a filename or dirname
10871         when invoked through a mouse-click.
10872         (cvs-full-path): Remove.
10873         (cvs-dired-action): Re-introduced.
10874         (cvs-dired-noselect): Use it.
10875         (vc-post-command-functions): use this new hook if available.
10877         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10878         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10879         (cvs-filename-map, cvs-dirname-map): Remove.
10880         (cvs-default-action): Remove.
10881         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10882         if the arg is really a keymap.
10883         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10884         Don't hardcode the mapping from state (aka type) to face, but check
10885         the var cvs-fi-<type>-face instead.
10886         (cvs-fileinfo-from-entries): New function.
10888         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10889         Docstring fix.
10890         (cvs-find-file-and-jump): Change default to be safer.
10891         (cvs-mode-diff-map): Define it as a function as well.
10892         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10893         Bind mouse-2 in this global map rather than with text-properties.
10895         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10896         file to resolve the ambiguity between C(conflict) and C(need-merge).
10898 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
10900         * international/mule.el (set-buffer-file-coding-system): If
10901         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10902         unconditionally.
10904 2000-06-12  Dave Love  <fx@gnu.org>
10906         * wid-edit.el (widget-specify-button): Really suppress the face if
10907         required.
10909 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
10911         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10913 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
10915         * imenu.el (imenu-generic-expression): Docstring fix.
10917         * composite.el (composition-function-table): Move the `put'
10918         below the autoload cookie so we can load the file before loaddefs.
10920         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10922         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10923         Handle easy-mmode-define-global-mode.
10924         For complex macros like define-minor-mode that can generate
10925         several autoload entries, try to autoload entries in the
10926         macroexpanded code.
10928         * emacs-lisp/easy-mmode.el (define-minor-mode):
10929         If KEYMAP is a symbol, just use it.
10930         Use byte-compile-current-file and load-file-name to infer the
10931         proper :require to pass to defcustom.
10932         Wrap the hook var into `progn' so as not to autoload it.
10933         Add a :autoload-end cookie.
10934         Be more careful about the evaluation of KEYMAP.
10935         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10936         (define-derived-mode): Move define-abbrev-table outside of defvar.
10938 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
10940         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10941         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10942         (backup-compiled-files): Ignore errors during `tar'.
10943         (bootstrap): Make autoloads before elc files.
10945 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
10947         * international/mule.el (set-buffer-file-coding-system): If one of
10948         undecided-XXX is specified, change only EOL conversion.
10950         * international/mule-conf.el (unix): New alias for the coding
10951         system undecided-unix.
10953 2000-06-09  Dave Love  <fx@gnu.org>
10955         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10957         * progmodes/executable.el: Byte compile dynamic.
10958         (executable-insert): Change custom type.
10959         (executable-find): Add autoload cookie.
10960         (executable-make-buffer-file-executable-if-script-p): New
10961         function.  After Noah Friedman.
10963         * files.el (after-save-hook): Customize, with
10964         executable-make-buffer-file-executable-if-script-p as an option.
10966 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
10968         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10969         "tib24p-mule.bdf" for Tibetan.
10971         * composite.el (decompose-composite-char): Declare it as obsolete.
10973         * man.el (Man-fontify-manpage): Pay attention to underline and
10974         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
10976 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
10978         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10979         Set maintainer to FSF since author isn't reachable.
10981 2000-06-08  Dave Love  <fx@gnu.org>
10983         * international/mule-cmds.el (select-safe-coding-system): If
10984         DEFAULT-CODING-SYSTEM is not specified, also check the most
10985         preferred coding-system if buffer-file-coding-system is
10986         `undecided'.  From Handa.
10988 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
10990         * international/mule.el
10991         (after-insert-file-set-buffer-file-coding-system): If the buffer
10992         size is greater than INSERTED, judget that we are not visiting.
10994 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
10996         * whitespace.el (defgroup whitespace): Comment out `:version'.
10997         XEmacs 20.4 has problems defining the group with this present.
10998         We'll have this commented out till get resolve the problem.
11000 2000-06-07  John Wiegley  <johnw@gnu.org>
11002         * align.el (align-dq-string-modes, align-sq-string-modes)
11003         (align-open-comment-modes): Add pyhton-mode.
11004         (align-rules-list): Use get-text-property instead of
11005         text-properties-at.
11006         (align-rules-list): Add python-assignment.
11007         (align-rules-list): Change perl-comma-delimiter to
11008         basic-comma-delimiter.  Use if for Perl modes and python-mode.
11009         (align-rules-list): Add python-chain-logic and
11010         basic-line-continuation.
11012 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
11014         * apropos.el (apropos-mode-hook): New user variable.
11015         (apropos-mode): Run apropos-mode-hook.
11017 2000-06-07  David Ponce  <david@dponce.com>
11019         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11020         commands.  Require `wid-edit' at run-time.
11022 2000-06-07  David Ponce  <david@dponce.com>
11024         * recentf.el: Added some "Commentary".
11025         (recentf-open-more-files, recentf-edit-list): Minor changes to
11026         move the point at the top of the file list.  This behaviour is
11027         consistent with the menu one when the list contains a lot of
11028         files.
11029         (recentf-cleanup): Now displays the number of items removed from
11030         the list.
11031         (recentf-relative-filter) New menu filter to show filenames
11032         relative to `default-directory'.
11034 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11036         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
11037         with/without giving an error if PostScript printer doesn't have this
11038         kind of page size.  Zebra Stripe continues or restarts on next page.
11039         Manual/automatic paper feeding.  Switch or not the header.
11040         (ps-print-version): New version number (5.2.2).
11041         (ps-windows-system): Include emx as a Windows system.
11042         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11043         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11044         (ps-background-text): Code fix.
11045         (ps-error-handler-message, ps-user-defined-prologue)
11046         (ps-print-prologue-header, ps-printer-name)
11047         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11048         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11049         (ps-use-face-background): Customization fix.
11050         (ps-n-up-database): Data fix.
11051         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11052         (ps-switch-header): New vars.
11053         (ps-xemacs-color-name, ps-face-foreground-name)
11054         (ps-face-background-name, ps-boolean-constant): New funs.
11056 2000-06-07  Dave Love  <fx@gnu.org>
11058         * allout.el: New version from Manheimer.
11060 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
11062         * textmodes/fill.el (fill-find-break-point): Check the validity of
11063         charset.
11065 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11067         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11068         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11069         Call display-color-p and display-mouse-p instead of looking at
11070         window-system.
11072 2000-06-06  Dave Love  <fx@gnu.org>
11074         * image.el (find-image): Doc fix.  Return nil if image not found.
11075         (put-image, insert-image): Make STRING arg optional.
11077 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
11079         * language/vietnamese.el: Remove eval-when-compile.
11080         (viet-viscii-nonascii-translation-table): Define it as a
11081         translation table made from viet-viscii-decode-table.
11082         (viet-viscii-encode-table): Define it as a translation table made
11083         from the reverse map of above.
11084         (viet-vscii-nonascii-translation-table): Define it as a
11085         translation table made from viet-vscii-decode-table.
11086         (viet-vscii-encode-table): Define it as a translation table made
11087         from the reverse map of above.
11088         (ccl-decode-viscii): Use translate-character.
11089         (ccl-encode-viscii, ccl-encode-viscii-font)
11090         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11091         Likewize.
11093         * language/cyrillic.el: Remove eval-when-compile.
11094         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11095         translation table made from cyrillic-koi8-r-decode-table.
11096         (cyrillic-koi8-r-encode-table): Define it as a translation table
11097         made from the reverse map of above.
11098         (ccl-decode-koi8): Use translate-character.
11099         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11100         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11101         a translation table made from cyrillic-alternativnyj-decode-table.
11102         (cyrillic-alternativnyj-encode-table): Define it as a translation
11103         table made from the reverse map of above.
11104         (ccl-decode-alternativnyj): Use translate-character.
11105         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11106         Likewize
11108         * international/mule-diag.el (non-iso-charset-alist): Specify
11109         translation table symbol instead of translation table itself.
11110         (list-block-of-chars): CHARSET may be a translation table symbol.
11112         * international/mule.el (make-coding-system): If CODING-SYSTEM
11113         already exists, override it.
11115         * international/fontset.el: Use family `proportional' for Tibetan
11116         fonts.
11118         * international/ccl.el (ccl-compile-translate-character): Don't
11119         check if Rrr has property translation-table.
11120         (ccl-compile-map-multiple): Modified to avoid compiler warning.
11122 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
11124         * info.el: Bind case-fold-search to t when searching in case
11125         a user sets it to nil in a hook.
11127 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
11129         * autoarg.el (autoarg-mode, autoarg-kp-mode):
11130         * hl-line.el (hl-line-mode): Use the new :global key argument.
11132         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11133         (tar-clip-time-string): Prepend a space.
11134         (tar-grind-file-mode): Construct a string rather than modifying one.
11135         (tar-header-block-summarize): Fix docstring.
11136         Use `format' rather than an error-prone set of copy-loops.
11138         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11139         (diff-goto-source, diff-unified->context, diff-context->unified)
11140         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11141         understand the format output by the `-p' argument to diff.
11143         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11144         (sh-re-done): Use defconst.
11145         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11146         (sh-help-string-for-variable, sh-guess-basic-offset):
11147         Don't quote lambdas.
11148         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11149         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11151         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11152         (mh-letter-mode): Derive from text-mode.
11153         This implicitly means that it now calls kill-all-local-variables.
11154         Also remove the Emacs-18 compatibility code.
11156         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11157         Make use of symbol-property doc-string-elt.
11158         Use memq rather than a sequence of eq.
11159         (doc-string-elt): Fix the wrong or missing previously unused values.
11160         (autoload-print-form): New function extracted from
11161         generate-file-autoloads to allow recursion when handling progn
11162         so that defvar's and defun's docstrings are properly printed.
11163         (generate-file-autoloads): Use it.
11165         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11166         Use find-file-hooks in the minor-mode function.
11167         Be careful not to loop indefinitely in the post-command-hook function.
11169 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
11171         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11172         tty's.
11173         * ediff-diff.el (ediff-exec-process): Use --binary for fine
11174         differences whenever appropriate.
11175         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11176         * viper.el (find-file, find-file-other-window): Get viper to do
11177         wildcards.
11179 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
11181         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11182         (jit-lock-fontify-buffer): New function for JIT refontification.
11183         (jit-lock-mode): Fix docstring.
11184         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11185         Remove jit-lock-after-change from the _local_ hook.
11186         (jit-lock-function-1): Fix docstring.
11188         * info.el (Info-on-current-buffer): Initialize info.
11190         * newcomment.el (comment-indent): Ignore comment-indent-hook.
11192         * progmodes/tcl.el (tcl-indent-for-comment):
11193         Ignore comment-indent-hook.
11195         * emacs-lisp/easy-mmode.el: Require CL during compilation.
11196         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11197         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11198         and improve to use the lighter to guess the capitalization.
11199         (define-minor-mode): Inline code from easy-mmode-define-toggle.
11200         Add keyword arguments to specify global-ness or the custom group.
11201         Add local-map and help-echo properties to the lighter.
11202         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11203         (easy-mmode-define-global-mode): New macro.
11205 2000-06-02  Dave Love  <fx@gnu.org>
11207         * wid-edit.el: byte-compile-dynamic since we typically don't use
11208         all the widgets.  Don't require cl or widget.  Remove
11209         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
11210         (widget-read-event): Removed.  Callers changed to use read-event.
11211         (widget-button-release-event-p): Renamed from
11212         button-release-event-p.
11213         (widget-field-add-space, widget-field-use-before-change):
11214         Uncustomize.
11215         (widget-specify-field): Use keymap property, not local-map.
11216         (widget-specify-button): Obey :suppress-face.
11217         (widget-specify-insert): Use modern backquote syntax.
11218         (widget-image-directory): Renamed from widget-glyph-directory.
11219         (widget-image-enable): Renamed from widget-glyph-enable.
11220         (widget-image-find): Replaces widget-glyph-find.
11221         (widget-button-pressed-face): Move defvar.
11222         (widget-image-insert): Replaces widget-glyph-insert.
11223         (widget-convert): Use keywordp.
11224         (widget-leave-text, widget-children-value-delete): Use mapc.
11225         (widget-keymap): Remove XEmacs stuff.
11226         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11227         (widget-button-click): Don't set point at the click, but re-centre
11228         if we scroll out of window.  Rewritten for images v. glyphs &c.
11229         (widget-tabable-at): Use POS arg, not point.
11230         (widget-beginning-of-line, widget-end-of-line)
11231         (widget-item-value-create, widget-sublist, widget-princ-to-string)
11232         (widget-sexp-prompt-value, widget-echo-help): Simplify.
11233         (widget-default-create): Use widget-image-insert; some rewriting.
11234         (widget-visibility-value-create)
11235         (widget-push-button-value-create, widget-toggle-value-create): Use
11236         widget-image-insert.
11237         (checkbox): Create on and off images dynamically.
11238         (documentation-link): Change :help-echo.
11239         (widget-documentation-link-echo-help): Remove.
11241 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
11243         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11245         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11246         (easy-mmode-define-toggle, define-minor-mode): Use it.
11247         (easy-mmode-define-keymap): Docstring fix.
11248         (define-derived-mode): Default PARENT to fundamental-mode.
11249         Add the derived-mode-parent symbol-property.
11250         (easy-mmode-derived-mode-p): New function.
11252 2000-06-02  Dave Love  <fx@gnu.org>
11254         * files.el (convert-standard-filename): Doc fix.
11255         (normal-backup-enable-predicate): New function.
11256         (backup-enable-predicate): Use it to replace the lambda form.
11258         * calendar/todo-mode.el: [This needs more work on the outline
11259         stuff.]  Doc fixes.
11260         (todo) <defgroup>: Add :version.
11261         (todo-add-category): Don't use pushnew.
11262         (todo-cmd-raise): Fix typo.
11263         (todo-top-priorities): Change temp buffer name.
11264         (todo-category-alist): Avoid redundant lambda.
11265         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11266         Use outline-next-heading.
11268         * autoarg.el: Rewritten to use define-minor-mode.
11269         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11270         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11272 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
11274         * isearch.el (isearch-other-meta-char): Fix previous change.
11276 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11278         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11279         (log-edit-done): Only add the comment to the ring if it's different
11280         from the last comment entered.
11282         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11284 2000-06-01  Dave Love  <fx@gnu.org>
11286         * hl-line.el: Rewritten using define-minor-mode.
11288         * help.el (describe-function-1): Distinguish special form from
11289         builtin function.  Sanity-check presence of arglist for builtins.
11291 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
11293         * international/characters.el: Fix syntax/category setting of
11294         Tibetan characters.
11296         * language/tibet-util.el (tibetan-add-components): Fixes for new
11297         encoding of Tibetan characters.
11298         (tibetan-decompose-precomposition-alist): New variable.
11299         (tibetan-decompose-region): Convert precomposed characters to
11300         non-precomposed characters.
11301         (tibetan-decompose-string): Likewise.
11302         (tibetan-composition-function): Fix args to
11303         thibetan-compose-string.
11305         * language/tibetan.el (tibetan-composable-pattern): More
11306         characters included.
11307         (tibetan-consonant-transcription-alist): Rule for "R" added.
11308         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11309         "+R" added.
11310         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11312         * language/lao-util.el (lao-composition-function): Fix args to
11313         compose-string.
11315         * language/thai-util.el (thai-composition-function): Fix args to
11316         compose-string.
11318         * isearch.el (isearch-update): Set disable-point-adjustment to t
11319         to prevent the point moving to the end of a composition when a
11320         part of a composition is searched.
11321         (isearch-other-meta-char): If the key invoking this command can be
11322         mapped by function-key-map to a printing char, call
11323         isearch-process-search-char directly.
11325 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11327         * emacs-lisp/bytecomp.el:
11328         * frame.el:
11329         * international/mule-cmds.el:
11330         * international/mule-util.el:
11331         * international/mule.el:
11332         * mouse.el:
11333         * subr.el:
11334         * faces.el: Update calls to make-obsolete with a WHEN argument.
11336         * byte-run.el (make-obsolete, make-obsolete-variable):
11337         Add an optional WHEN argument and change the format of the
11338         symbol-property information.
11339         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11340         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11341         new obsolete-symbol-property format and print WHEN if it is provided.
11343 2000-05-31  Dave Love  <fx@gnu.org>
11345         * loadhist.el (loadhist-hook-functions): Remove
11346         before-change-function, after-change-function.
11347         (unload-feature): Deal with symbols which are both bound and
11348         fbound.
11350         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11351         before-change-function, after-change-function.
11353         * simple.el (newline): Don't bind before-change-function,
11354         after-change-function.
11356 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
11358         * whitespace.el (whitespace-rescan-timer-time): Update interval
11359         set to 600 seconds (10 minutes) instead of 60 seconds since
11360         a large number of whitespace buffers causes emacs to `freeze'
11361         for a considerable amount of time.
11363         * whitespace.el: Updated email address
11365 2000-05-31  Dave Love  <fx@gnu.org>
11367         * add-log.el (change-log-font-lock-keywords) <function>: Add
11368         pattern for function of change.
11369         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11370         acknowledgements patterns.
11372 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
11374         * isearch.el (isearch-printing-char): If keyboard coding system is
11375         being used, call isearch-process-search-multibyte-characters.
11377         * international/isearch-x.el: Mostly rewritten.
11379         * international/quail.el (quail-start-conversion): Don't include
11380         unhandled events in the returned events, but set them in
11381         unread-command-events.  Exit if all inputs are deleted.
11383 2000-05-30  Jason Rumney  <jasonr@gnu.org>
11385         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11387         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11388         Reenable code to create initial fontsets.
11389         Use set-fontset-font in place of put-charset-property.
11391 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
11393         * progmodes/perl-mode.el (perl-indent-line): When looking for a
11394         label, ensure that the first colon isn't followed by another.
11396         * paths.el (Info-default-directory-list): Doc fix.
11398         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11399         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11400         send a query containing USER only, not USER@HOST.
11402         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11403         and rmail-msgend to compute the restriction at the end, instead of
11404         computing it.
11406 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
11408         * dabbrev.el (dabbrev-expand): Don't display messages in the
11409         echo area if the minibuffer window is active.
11411         * jit-lock.el (jit-lock-mode): Add after change function to
11412         local hook.
11414 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
11416         * antlr-mode.el: New commands: hide/unhide actions,
11417         upcase/downcase literals.
11418         (antlr-tiny-action-length): New user option.
11419         (antlr-hide-actions): New command.  Suggested by
11420         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11421         (antlr-mode-map): New binding [C-c C-v].
11422         (antlr-mode-menu): New entries.
11423         (antlr-downcase-literals): New command.
11424         (antlr-upcase-literals): Ditto.
11426         * antlr-mode.el: Minor changes: indendation, mode-name.
11427         (antlr-indent-line): Indent cpp directive at column 0.
11428         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11430         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11431         (antlr-font-lock-additional-keywords): Workaround for intentional
11432         bug in XEmacs version of font-lock.
11433         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
11434         be used by a smarter version of `buffers-menu-grouping-function'.
11436 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
11438         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11439         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11441 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
11443         * international/encoded-kb.el
11444         (encoded-kbd-iso2022-designation-map): Pay attention to that
11445         charset-iso-final-char return -1 for eight-bit-control and
11446         eight-bit-graphic.
11448 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
11450         * speedbar.el (speedbar-use-images, speedbar-update-flag)
11451         (speedbar-easymenu-definition-base): Use display-graphic-p where
11452         available, instead of window-system.
11454 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
11456         * international/codepage.el (cp-coding-system-for-codepage-1): Add
11457         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11458         coding systems.
11460 2000-05-26  Dave Love  <fx@gnu.org>
11462         * disp-table.el (standard-display-underline): Don't use
11463         internal-find-face.
11465         * mail/reporter.el: Maintainer change.  Doc fixes.
11466         (reporter-version): Deleted.
11468         * emacs-lisp/elp.el: Maintainer change.
11469         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11471 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
11473         * add-log.el (add-change-log-entry): Merge the current entry with the
11474         previous one if the previous one is empty.
11476 2000-05-26  Dave Love  <fx@gnu.org>
11478         * loadhist.el (unload-feature): Fix interactive spec [from
11479         lijnzaad@ebi.ac.uk].
11481         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11482         subr-arity to check primitives.
11483         (byte-compile-flush-pending, byte-compile-file-form-progn)
11484         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11485         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11486         mapcar.
11488 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
11490         * international/fontset.el: Set family names of non-latin charsets
11491         in default fontset to "*".
11493         * international/mule-diag.el (print-fontset): Combine family part
11494         and registry part of the fontname by "-*-" instead of "-".
11496         * international/mule-cmds.el (encode-coding-char): Make strings
11497         multibyte before calling encode-coding-string.
11499 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
11501         * derived.el: Fix keywords.
11502         (define-derived-mode): Only define if needed.
11504         * simple.el (fill-comment, comment-column, comment-start)
11505         (comment-start-skip, comment-end, comment-indent-function)
11506         (block-comment-start, block-comment-end, indent-for-comment)
11507         (set-comment-column, kill-comment, comment-padding, comment-region)
11508         (comment-multi-line, indent-new-comment-line): Remove.
11510         * bindings.el (esc-map): Change ; to comment-dwim and use the new
11511         function names for comment operations.
11513         * newcomment.el: Add abundant autoload cookies.
11514         (comment-style): Don't depend on runtime data at compile-time.
11515         (comment-indent-hook): Remove.
11516         (comment-indent): Check if comment-indent-hook is bound.
11517         (comment-region): Docstring fix.
11519 2000-05-25  Dave Love  <fx@gnu.org>
11521         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11522         byte-code-function-p.
11524         * mail/rmailsum.el: Add provide.
11526         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11528         * smerge-mode.el (smerge-diff-switches): Don't use list* in
11529         defcustom.
11531 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
11533         * ediff-diff.el (ediff-exec-process): delete --binary option from
11534         non-buffer ediff jobs.
11536 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11538         * hilit-chg.el (highlight-changes-mode): Ask about color or
11539         grayscale support, not about window-system.
11541         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11542         window-system.
11543         (ffap-highlight): Always default to t.
11545         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11546         display-popup-menus-p instead of looking at window-system.
11548         * disp-table.el (standard-display-g1, standard-display-graphic):
11549         Only refuse to use string glyphs on X and MS-Windows.
11551         * avoid.el: Remove window-system from commentary, suggest to use
11552         display-*-p instead.
11554         * apropos.el (apropos-print): Use display-mouse-p instead of
11555         window-system.
11557 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11559         * international/codepage.el (cp-decoding-vector-for-codepage):
11560         Fill up unsupported characters with their own codes.  From Kenichi
11561         Handa.
11563 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11565         * international/mule-diag.el (describe-char-after): Use
11566         display-graphic-p instead of window-system, so that this function
11567         works on MS-DOS.
11569 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11571         * international/codepage.el (cp-make-coding-systems-for-codepage):
11572         Remove the eight-bit-graphic and eight-bit-control charsets from
11573         the list of charsets which we convert into `?'.
11575 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
11577         * international/mule-conf.el: Specify CHARSET-ID explicitely for
11578         private charsets.
11579         (mule-unicode-0100-24ff, japanese-jisx0213-1,
11580         japanese-jisx0213-2): New charsets.
11582         * international/fontset.el: Setup default fontset for new charsets.
11584 2000-05-24  Dave Love  <fx@gnu.org>
11586         * info.el (Info-find-node-2): Restructure [following "Vadim
11587         S. Solomin" <sovs@uic.nnov.ru>].
11589         * icomplete.el: Fix header for Finder.
11591 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
11593         * rmailout.el (rmail-output-to-rmail-file): Added optional param
11594         STAY.
11596         * rmail.el (rmail-automatic-folder-directives): New user variable.
11597         (rmail-show-message): Add call to `rmail-auto-file' during
11598         display.
11599         (rmail-auto-file): New function.
11601 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
11603         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11604         account.
11605         (ediff-test-utility,ediff-diff-mandatory-option)
11606         (ediff-reset-diff-options): Utilities for proper initialization of
11607         ediff-diff-options and ediff-diff3-options on Windows.
11609         * ediff-init.el (ediff-merge-filename-prefix): New customizable
11610         variable.
11612         * ediff-mult.el (ediff-filegroup-action): Use
11613         ediff-merge-filename-prefix.
11615 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
11617         * viper-ex.el (ex-write): Set selective display to nil.
11619 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
11621         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11622         aliases for hebrew-iso-8bit.
11624 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
11626         * woman.el: New version from Francis J. Wright
11627         <F.J.Wright@Maths.QMW.ac.uk>.
11628         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11629         names in environment variables regardless of the path separator.
11630         (woman-topic-all-completions-1): Don't call file-name-directory-p
11631         on all files, since woman-file-regexp already filters out any
11632         directories.
11634 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
11636         * international/quail.el (quail-start-translation): Don't change
11637         modified-p of the current buffer.
11638         (quail-start-conversion): Likewise.
11640         * international/kkc.el (kkc-region): Don't change modified-p of
11641         the current buffer.
11643         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11644         conform to RFC1468.
11645         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11647 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
11649         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11650         (speedbar-insert-button): Invisible text property fix.
11651         (speedbar-directory-plus): Renamed from speedbar-directory-+
11652         (speedbar-directory-minus): Renamed from speedbar-directory--
11653         (speedbar-page-plus): Renamed from speedbar-file-+
11654         (speedbar-page-minus): Renamed from speedbar-file--
11655         (speedbar-page): Renamed from speedbar-file-
11656         (speedbar-tag): Renamed from speedbar-tag-
11657         (speedbar-tag-plus): Renamed from speedbar-tag-+
11658         (speedbar-tag-minus): Renamed from speedbar-tag--
11659         (speedbar-expand-image-button-alist): Use above renames.
11661         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11662         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11663         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11664         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11665         * sb-pg.xpm: Renamed from sb-file.xpm
11666         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11667         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11669 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
11671         * international/quail.el (quail-show-guidance-buf): Set
11672         current-input-method of the guidance buffer to the name of the
11673         curren input method.
11675 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
11677         * progmodes/compile.el (compile-internal): Style typo.
11679         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11680         quote vars and functions in the docstring.
11682         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11684         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11685         Don't quote lambdas.
11687         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11689 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
11691         * startup.el (command-line): Determine source file of compiled
11692         user init file differently.  Warn if compiled user init file
11693         is older than its source file.
11695         * ffap.el (ffap-url-regexp): Add `https'.
11697 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
11699         * files.el (make-backup-file-name-1): Replace slashes with `!'
11700         rather than `|' (which is not allowed on Windows).  Replace the
11701         drive letters with a string "drive_X".
11703 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
11705         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11707         * files.el (interpreter-mode-alist): Add `bash2'.
11709 2000-05-22  Dave Love  <fx@gnu.org>
11711         * loadhist.el (feature-symbols, file-provides, file-requires): Use
11712         mapc.
11713         (feature-file): Avoid calling symbol-name.  Doc fix.
11714         (file-set-intersect, file-dependents): Use dolist, not mapcar.
11715         (loadhist-hook-functions): Add mouse-position-function.
11716         (unload-feature): Change uses of mapcar.
11718         * files.el (parse-colon-path): Doc fix.
11719         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11720         (set-auto-mode): Use mapc.
11722         * complete.el (PC-look-for-include-file): Use :alnum: character
11723         class.
11724         (partial-completion-mode): Add autoload cookie.
11726 2000-05-22  Sam Steingold  <sds@gnu.org>
11728         * info.el (Info-fontify-node): Fixed the call to
11729         `add-text-properties' (bug introduced on 2000-05-18).
11731 2000-05-22  Dave Love  <fx@gnu.org>
11733         * bindings.el: Remove debug-ignored-errors set in other files.
11735         * progmodes/etags.el: Add to debug-ignored-errors.
11736         (visit-tags-table-buffer): Clear out buffers holding old tables
11737         when making a new list.
11738         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11739         mapc.
11741         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
11742         quote keywords.
11743         (cmpl-string-case-type): Use character classes.
11745         * comint.el:
11746         * textmodes/ispell.el:
11747         * imenu.el:
11748         * mail/mh-e.el:
11749         * progmodes/compile.el: Add to debug-ignored-errors.
11751         * dabbrev.el: Add to debug-ignored-errors.
11752         (dabbrev-completion): Use mapc.
11754 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
11756         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11757         (woman-mapcan, woman-parse-man.conf)
11758         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11759         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11760         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
11761         path syntax better.
11762         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11763         (woman-manpath): Call woman-parse-man.conf.
11764         (woman-emulation): New defcustom, defaults to nroff.
11765         (woman-font-support): New defconst.
11766         (woman-use-symbol-font): New defcustom.
11767         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11768         "Emulation".
11769         Many functions: Doc fix.
11771 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
11773         * international/quail.el (quail-simple-translation-keymap): Map
11774         128..255 to quail-self-insert-command.
11775         (quail-keyboard-layout-alist): Add definition for "pc102-de".
11777 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
11779         * help.el (help-manyarg-func-alist): Typo.
11781         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11782         intervals which makes it heaps simpler.
11784         * newcomment.el (comment-region-internal): Go back to BEG after quoting
11785         the nested comment markers.
11787         * subr.el (remove-hook): Don't turn the hook's value into a list.
11789 2000-05-21  Dave Love  <fx@gnu.org>
11791         * edmacro.el (edmacro-parse-keys): Return vector if any elements
11792         are invalid characters.
11794         * international/mule-util.el (detect-coding-with-priority): Use
11795         mapc.  Remove redundant lambda.
11797         * international/mule-diag.el (list-non-iso-charset-chars)
11798         (describe-fontset): Remove redundant lambda.
11800         * emulation/crisp.el (brief-mode): New alias.
11802         * emacs-lisp/ring.el (ring-elements): New function.
11804         * emacs-lisp/easymenu.el (easy-menu-create-menu)
11805         (easy-menu-do-add-item): Use keywordp.
11807         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
11809         * replace.el: Doc and error message fixes.
11810         (replace-highlight): Use facep, not internal-find-face.
11812 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
11814         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
11816         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
11817         (log-edit-insert-changelog): Drop `:' as well.
11819         * log-view.el: Fix file description.
11820         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
11821         available.
11822         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
11823         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
11825         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
11826         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11827         Print a status message if the toggle is called interactively.
11828         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11829         for global minor modes and use `defcustom' for them.
11830         Use add-minor-mode.
11831         (easy-mmode-define-derived-mode): Remove.
11832         (define-derived-mode): Fancier default docstring.
11833         (easy-mmode-define-navigation): Signal an error rather than (ding).
11835         * newcomment.el (comment-styles): New `box-multi'.
11836         (comment-normalize-vars): Better default for comment-continue to
11837         avoid whitespace-only continuations.
11838         (comment-search-forward): Always move even in the no-syntax case.
11839         (comment-padright): Only obey N if it's only obeyed for padleft.
11840         (comment-make-extra-lines): Better handling of empty continuations.
11841         Use `=' for the filler if comment-start has only one character.
11842         (uncomment-region): Try handling the special `=' filler.
11843         (comment-region): Allow LINES even if MULTI is nil.
11844         (comment-box): Choose box style based on comment-style.
11846 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
11848         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
11849         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11851 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
11853         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11854         and insert, not subst-char-in-region.
11856         * international/mule-diag.el (list-character-sets-1): Handle
11857         charsets eight-bit-control and eight-bit-graphic.
11858         (list-iso-charset-chars): Likewise.
11859         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11860         charactes as is.  Use indent-to to align characters.
11862         * international/mule-cmds.el (find-multibyte-characters): Never
11863         exclude charsets eight-bit-control and eight-bit-graphic.
11865 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
11867         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11868         Don't quote lambdas.
11870         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11872 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
11874         * gud.el (gud-jdb-directories): Doc fix.
11876 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
11878         * newcomment.el: New file.
11880 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
11882         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
11884 2000-05-18  Andreas Schwab  <schwab@suse.de>
11886         * dired.el (dired-between-files): Also skip lines beginning with
11887         `used'.
11889 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
11891         * msb.el (msb-menu-cond): Add choice `user'.
11893 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11895         * ps-print.el: Compatibility, customization and doc fix.
11896         (ps-printer-name-option): Replace defconst by defvar.
11897         (ps-postscript-code-directory): XEmacs compatibility.
11898         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11899         fix.
11900         (ps-user-defined-prologue, ps-print-prologue-header)
11901         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11902         compatibility and code fix.
11903         (ps-print-background-image, ps-print-background-text):
11904         Customization fix.
11905         (ps-line-number-start, ps-n-up-on): New vars.
11907 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
11909         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11910         the indent-comment function to just return the appropriate indent.
11912 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
11914         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11915         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11916         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11918 2000-05-18  Dave Love  <fx@gnu.org>
11920         * info.el (Info-fontify-node): Add intangible property as well as
11921         invisible.
11923         * calendar/appt.el (appt-make-list): Match all lines of entry.
11924         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11926 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
11928         * international/mule-diag.el (describe-char-after): Call
11929         internal-char-font, not char-font.  If internal-char-font returns
11930         nil, display "-- none --".
11932 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
11934         * image.el (image-type-available-p): Don't reference image-types
11935         if it isn't bound.
11937 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
11939         * autoarg.el (autoarg-mode): Typo in the :set argument.
11941 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
11943         * startup.el (command-line-1): Don't signal an error if the
11944         directory for auto-save-list files does not yet exist.
11946 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
11948         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11950 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
11952         * subr.el (remove-hook): `setq' hook-value, not `set'.
11954 2000-05-16  Sam Steingold  <sds@gnu.org>
11956         * info.el (debug-ignored-errors): More errors to ignore.
11958 2000-05-16  Dave Love  <fx@gnu.org>
11960         * cus-edit.el: Don't require cl or easymenu.
11961         (custom-variable-prompt): Test standard-value property, not
11962         user-variable-p.
11964 2000-05-16  Sam Steingold  <sds@gnu.org>
11966         * subr.el (add-hook): `setq' hook-value, not `set'.
11968 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
11970         * startup.el (command-line-1): Mention the FAQ in the startup
11971         message.
11973         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11975         * progmodes/compile.el (compilation-parse-errors): Collect
11976         `nomessage' regexps last.
11978         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11980         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11981         to the function name.
11983 2000-05-15  Dave Love  <fx@gnu.org>
11985         * speedbar.el (speedbar-recenter): Typo.
11986         (speedbar-expand-line): Make arg optional.
11987         (speedbar-mode): Avoid a compiler warning.
11989 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
11991         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11992         user-specified option string is empty.
11994         * mouse.el (mouse-yank-at-click): Doc fix.
11996 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
11998         * term/internal.el (IT-character-translations): More updates of
11999         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12000         documents.
12002 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
12004         * env.el (getenv): New function, interactively callable.
12005         (setenv, getenv): Remove autoload cookies.
12007         * loadup.el: Load `env'.
12009         * progmodes/f90.el: Change author's mail address.
12011 2000-05-14  Dave Love  <fx@gnu.org>
12013         * mail/rmail.el (rmail-show-message-hook): Customize and offer
12014         goto-addr as an option.
12016         * help.el (help-xref-stack): Doc fix.
12017         (help-xref-following): New variable.
12018         (help-make-xrefs): Use it.
12019         (help-xref-go-back): Use position information from stack element.
12020         (help-follow): Make position in stack element a pair.  Use
12021         help-xref-following.
12023         * autoarg.el: New file.
12025         * faces.el: Declare more functions obsolete.
12027         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12028         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12029         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12030         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12031         Remove all the setup-...-environment functions.
12033 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
12035         * speedbar.el: Updated the commentary section.  xemacs20p now uses
12036         >= when detecting.  Require `defimage' safely.
12037         (speedbar-easymenu-definition-base): Add toggle for images.
12038         (speedbar-easymenu-definition-special): Add flush cache & expand.
12039         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
12040         (speedbar-reconfigure-keymaps-hook): New variable.
12041         (speedbar-frame-parameters): Updated documentation.
12042         (speedbar-use-imenu-flag): Updated custom tag
12043         (speedbar-dynamic-tags-function-list): New variable.
12044         (speedbar-tag-hierarchy-method): Updated doc & custom.
12045         (speedbar-indentation-width, speedbar-indentation-width) New
12046         variables.
12047         (speedbar-hide-button-brackets-flag): Customizable.
12048         (speedbar-vc-indicator): Doc update.
12049         (speedbar-ignored-path-expressions): Updated default value.
12050         (speedbar-supported-extension-expressions): Updated default value.
12051         (speedbar-syntax-table): Remove {} paren status.
12052         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12053         as "+".  Added overlay aliases.
12054         (speedbar-mode): Use `speedbar-mode-line-update' instead of
12055         `force-mode-line-update'.
12056         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12057         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12058         `mouse-set-point'
12059         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12060         (speedbar-item-info-tag-helper): Revamped to handle a wider range
12061         of arbitrary text, and new helper functions.
12062         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12063         filename finder.
12064         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12065         (speedbar-directory-buttons): Update path search/expansion.
12066         (speedbar-make-tag-line): Pay attention to
12067         `speedbar-indentation-width'.  Use more care w/ invisible
12068         properties.
12069         (speedbar-change-expand-button-char): Call
12070         `speedbar-insert-image-button-maybe'.
12071         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12072         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12073         (speedbar-trim-words-tag-hierarchy)
12074         (speedbar-simple-group-tag-hierarchy): New functions
12075         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12076         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12077         functions.
12078         (speedbar-mouse-set-point): New function
12079         (speedbar-power-click): Updated documentation.
12080         (speedbar-line-token, speedbar-goto-this-file): Handle more types
12081         of tag prefix text.
12082         (speedbar-expand-line, speedbar-contract-line): Make more robust
12083         to strange text.
12084         (speedbar-expand-line): Takes universal argument to flush the
12085         cache.
12086         (speedbar-flush-expand-line): New function.
12087         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12088         Use new generator insertion method.
12089         (speedbar-fetch-dynamic-tags): New function.
12090         (speedbar-fetch-dynamic-imenu): Removed code now handled in
12091         `speedbar-fetch-dynamic-imenu'.
12092         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12093         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12094         "Revert Buffer" menu items.
12095         (speedbar-buffer-buttons-engine): Be smarter when creating a
12096         filename tag (for expansion purposes.).
12097         (speedbar-highlight-one-tag-line,
12098         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12099         (speedbar-recenter): New functions.
12100         (defimage-speedbar): Image loading abstraction.
12101         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12102         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12103         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12104         (speedbar-tag-type, speedbar-tag-mail): New images.
12105         (speedbar-expand-image-button-alist): New variable.
12106         (speedbar-insert-image-button-maybe): Insert an image over some
12107         buttons.
12109 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
12111         * international/mule-cmds.el (encode-coding-char): An ASCII
12112         character is always encodable.
12114         * international/mule-conf.el: Add more information in descriptions
12115         of character sets.
12117         * international/mule-diag.el (describe-char-after): New function.
12118         (describe-font-internal): Adjusted for the change of font-info.
12119         (describe-font): Likewise.
12120         (print-fontset): Rewritten for the new fontset implementation.
12121         (describe-fontset): Include fontset alias names in completion.
12122         (list-fontsets): Adjusted for the change of print-fontset.
12124         * simple.el (what-cursor-position): If DETAIL is non-nil, call
12125         describe-char-after instead of displaying the detail in the echo
12126         area.
12127         (syntax-code-table): Format changed.
12128         (string-to-syntax): Adjusted for the above change.
12130 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
12132         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12134 2000-05-12  Dave Love  <fx@gnu.org>
12136         * calendar/todo-mode.el: Remove some compatibility stuff and CL
12137         dependence.  Use line-{beginning,end}-position, not
12138         point-at{b,e}ol.  Some doc fixes.
12139         (todo-position): New function.  Fix callers of position to use it.
12140         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12142 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
12144         * time.el (display-time-mail-icon): Use `:ascent center'.
12146         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12147         handling FTP security extensions.
12149 2000-05-11  Dave Love  <fx@gnu.org>
12151         * calendar/todo-mode.el: New file.
12153 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
12155         * comint.el (comint-read-input-ring): Move reference to
12156         comint-input-ring-size outside of the save-excursion.  It was
12157         causing the default value to be the only one ever seen.
12159         * font-lock.el: Update copyright.  Remove Simon Marshall's email
12160         address on request from him.
12162         * subr.el (substitute-key-definition): Add comment describing
12163         the meaning of PREFIX.
12165 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
12167         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12169         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12170         (add-minor-mode): Don't make the variable buffer-local and add a
12171         reference to define-minor-mode in the docstring.
12173         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12174         HEADER/FOOTER and fix bug with trailing empty directory.
12175         (cvs-append-to-ignore): Use vc-editable-p if available.
12176         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12177         (vc-do-command): Tweak advice to handle the new VC.
12179         * log-view.el (log-view-goto-rev): New function for the new VC.
12180         (log-view-minor-wrap): Use mark-active.
12182         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12183         (log-edit-changelog-full-paragraphs): New var.
12184         (log-edit-insert-changelog): Remove a lonely leading `* file'.
12185         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12186         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12187         (log-edit-changelog-ours-p, log-edit-changelog-entries)
12188         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12189         Replace the `cvs' prefix with `log-edit'.
12191         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12193         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12194         (diff-font-lock-defaults): Explicitly turn off multiline.
12195         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12196         (diff-ediff-patch): Fix call to ediff-patch-file.
12197         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12198         Handle comments.
12200         * frame.el (automatic-hscrolling): Typo.
12202         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12204 2000-05-09  Sam Steingold  <sds@goems.com>
12206         * apropos.el (apropos-print): use `describe-face' instead of
12207         `customize-face-other-window'.
12209 2000-05-09  Dave Love  <fx@gnu.org>
12211         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12213         * help.el (describe-variable): Have customize button pop the
12214         help-xref stack when invoked.
12215         (help-xref-symbol-regexp): Add `face'.
12216         (help-make-xrefs): Check for quoted face names and adapt regexp
12217         submatch numbers to cope.
12218         (help-xref-interned): Maybe insert face doc too.  Separate
12219         sections with a line of hyphens.
12221         * faces.el:  Some doc fixes.  Declare some functions obsolete.
12222         (describe-face): Add customize button.  Return the help
12223         text.  Fix prompt.
12225 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
12227         * term/internal.el (IT-character-translations): Fix last change.
12229 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12231         * woman.el: New file
12232         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12234 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12236         * term/internal.el (IT-character-translations): Update ASCII
12237         simulations for greek-iso8859-7, add latin-iso8859-14 and
12238         latin-iso8859-15.
12240         * international/mule-cmds.el (set-language-info-alist): Call
12241         define-prefix-command with 3 arguments, to make the map suitable
12242         for a menu.
12244 2000-05-07  Dave Love  <fx@gnu.org>
12246         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12248 2000-05-05  Dave Love  <fx@gnu.org>
12250         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12251         list in doc string.  Don't quote keyword symbols.
12252         * emacs-lisp/cl.el: Likewise
12253         * emacs-lisp/cl-seq.el: Likewise
12255 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
12257         * abbrev.el (abbrev-mode): Make ARG optional.
12259 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
12261         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12263         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12265         * subr.el (substitute-key-definition): Clarify documentation.
12267 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
12269         * glasses.el (glasses-convert-to-unreadable): Use
12270         `glasses-separator' instead of the hard-wired "_".
12271         (glasses-mode): Call `glasses-make-unreadable' only in a single
12272         place.
12274 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
12276         * term/internal.el (cjk-codepages-alist): Add associations for
12277         Chinese and Korean codepages.  Remove FIXME comment.
12279 2000-05-03  Dave Love  <fx@gnu.org>
12281         * time.el (display-time-mail-face, display-time-use-mail-icon):
12282         New option.
12283         (display-time-mail-icon): New variable.
12284         (display-time-string-forms): Use the above.  Fix the local-map.
12286 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
12288         * replace.el (query-replace-map): Add binding for `E'.
12289         (query-replace-help): Extend help text.
12290         (perform-replace): Allow editing the replacement string.
12292         * make-mode.el (makefile-mode-abbrev-table): New variable.
12293         (makefile-mode): Set local abbrev table to
12294         makefile-mode-abbrev-table.
12295         (makefile-font-lock-keywords): Fontify includes and conditionals.
12297         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12298         set TOGGLE's value.
12300         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12301         mail-interactive-insert-alias.
12302         (mail-abbrev-complete-alias): New command.
12303         (mail-mode-map): Bind it to `M-TAB'.
12305 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
12307         * language/lao-util.el (lao-compose-region): New function.
12309 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
12311         * files.el (recover-session): Make directories as necessary
12312         if they don't exist yet.
12314         * calendar/cal-french.el
12315         (french-calendar-multibyte-special-days-array)
12316         (french-calendar-special-days-array): Change French text.
12317         (calendar-french-date-string): Change output.
12318         (calendar-goto-french-date): Likewise.
12320 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
12322         * wid-edit.el (widget-default-active): Obey `:always-active'.
12323         (widget-documentation-string-value-create): Set `:always-active'.
12325 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12327         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12328         default prefix to `~/_emacs.d/auto-save.list/_s'.
12329         (normal-top-level): Create the directory for auto-save files, if
12330         it doesn't already exist (in the ms-dos case only).
12332 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12334         * international/mule-cmds.el (set-language-environment): Don't
12335         concat an integer (dos-codepage), use format instead.
12337 2000-05-02  Dave Love  <fx@gnu.org>
12339         * help.el (help-xref-on-pp): Check for constant symbols.
12341 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
12343         * startup.el (normal-top-level): Put a condition-case around
12344         the code loading subdirs.el.
12346 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12348         * ps-print.el: Upside-down and face background color printing,
12349         line number step, doc fix.
12350         (ps-print-version): New version number (5.2).
12351         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12352         (ps-face-attribute-list, ps-plot-with-face): Code fix.
12353         (ps-spool-config): Var fix.
12354         (ps-printer-name-option): Const fix.
12355         (ps-print-upside-down, ps-use-face-background)
12356         (ps-line-number-step): New vars.
12357         (ps-window-system, ps-lp-system): New consts.
12358         (ps-face-background): New fun.
12360 2000-04-28  Richard Stallman  <rms@gnu.org>
12362         * files.el (make-auto-save-file-name):
12363         Apply auto-save-file-name-transforms to visited file name
12364         before generating auto save file name.
12365         (auto-save-file-name-transforms): New variable.
12367         * files.el (backup-enable-predicate):
12368         Correctly test for a file under a temporary directory.
12370 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
12372         * subr.el (add-minor-mode): Rewritten.
12374 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
12376         * mail/sendmail.el (sendmail-send-it): Set
12377         buffer-file-coding-system to the selected coding system for MIME
12378         header.
12380 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
12382         * dired.el (dired-move-to-filename-regexp): Allow format where
12383         YYYY is followed by two spaces.
12385         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12386         in the second character class of the regexp.
12388         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12389         mh-etc, too.
12391         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12392         nil.
12394         * subr.el (add-minor-mode): Use `set' instead of `setq'.
12396         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12397         argument.
12399 2000-04-27  Sen Nagata <sen@eccosys.com>
12401         * emacs-lisp/crm.el (crm-completion-table): New variable.
12402         (crm-collection-fn, crm-test-completion)
12403         (completing-read-multiple): Use it.
12405 2000-04-27  Dave Love  <fx@gnu.org>
12407         * help.el (locate-library): Use mapc.
12408         (help-manyarg-func-alist): Add call-process-region.
12410 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
12412         * subr.el (add-minor-mode): Make argument MAP optional.
12414         * desktop.el (desktop-save): Save list of minor modes.
12415         (desktop-create-buffer): Restore minor modes.
12416         (desktop-minor-mode-table): New user-option.
12418         * subr.el (add-minor-mode): New function.
12420         * image.el (find-image): New function.
12421         (defimage): Rewritten to find image at load time.
12423         * startup.el (normal-top-level-add-to-load-path): Handle
12424         case that the default directory is not in load-path.
12426         * help.el: Old patch from Stefan Monnier.
12427         (help-xref-on-pp): New function.
12428         (describe-variable): Use it to display xrefs in a symbol's value.
12430 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
12432         * cus-edit.el (custom-face): Fix parenthesis.
12434 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
12436         * mail/rmail.el (rmail-expunge): When there are no deleted
12437         messages, do nothing.
12439 2000-04-26  Dave Love  <fx@gnu.org>
12441         * international/mule-cmds.el (locale-translation-file-name):
12442         Defvar to nil.
12443         (set-locale-environment): Set it here (at runtime).
12445 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
12447         * replace.el (perform-replace): Add parameters START and END.  Use
12448         them instead of the check for a region in Transient Mark mode.
12449         (query-replace-read-args): Return two more list elements for the
12450         start and end of the region in Transient Mark mode.
12451         (query-replace, query-replace-regexp, query-replace-regexp-eval)
12452         (map-query-replace-regexp, replace-string, replace-regexp): Add
12453         optional last arguments START and END and pass them to
12454         perform-replace.
12456         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12457         form with additional arguments for perform-replace.
12459         * progmodes/etags.el (tags-query-replace): Add parameters START
12460         and END.  Construct a form with additional arguments for
12461         perform-replace.
12463         * simple.el (shell-command): Set default directory for "*Shell
12464         Command Output" buffer.
12466         * language/european.el (iso-latin-4): Fix typo.
12468         * emacs-lisp/crm.el: New file.
12470 2000-04-24  Dave Love  <fx@gnu.org>
12472         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12473         (Custom-reset-saved, Custom-reset-standard)
12474         (custom-group-value-create, custom-group-set, custom-group-save)
12475         (custom-group-reset-current, custom-group-reset-saved)
12476         (custom-group-reset-standard): Use mapc.
12477         (custom-buffer-create-internal): Disable undo when creating items.
12478         Use mapc.
12479         (custom-face): Avoid redundant lambda.
12481 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
12483         * startup.el (auto-save-list-file-prefix): Set default to
12484         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12486 2000-04-24  Sam Steingold  <sds@gnu.org>
12488         * time-stamp.el (time-stamp-string-preprocess): Always convert
12489         `field-result' to a string.
12491 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
12493         * frame.el (scrolling): New group.
12494         (automatic-hscrolling): New user-option.
12496         * startup.el (command-line-x-option-alist): Add `-lsp' and
12497         `--line-spacing'.
12499 2000-04-19  Dave Love  <fx@gnu.org>
12501         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12502         (cl-mapc): Rename from mapc.  Fix the funcall.
12504 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
12506         * simple.el (clone-indirect-buffer-other-window): New command.
12507         (clone-indirect-buffer): Add optional arg NORECROD.
12508         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12510         * help.el (resize-temp-buffer-window): Use count-screen-lines.
12512         * window.el (count-screen-lines): New function.
12513         (shrink-window-if-larger-than-buffer): Use count-screen-lines
12514         instead of window-buffer-height.
12516         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12517         non-existing variable comint-input-sentinel.
12518         (inferior-lisp-args-to-list): Removed.
12519         (inferior-lisp): Use split-string instead of
12520         inferior-lisp-args-to-list.
12522         * hexl.el (hexl-insert-hex-string): New command.
12524         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12525         instead of concat.
12527 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
12529         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12530         at the start of an existing but empty folder.
12532 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12534         * ps-mule.el: Customization fix, doc fix.
12535         (ps-multibyte-buffer): Customization fix.
12537 2000-04-17  Richard M. Stallman  <rms@gnu.org>
12539         * subr.el (read-passwd): Use read-char-exclusive.
12541 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
12543         * textmodes/texinfo.el (texinfo-insert-@email)
12544         (texinfo-insert-@emph, texinfo-insert-@quotation)
12545         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12546         (texinfo-mode-map): Add key bindings for them.
12548         * files.el (basic-save-buffer-2): Use a template with `$'
12549         instead of `#' for VMS.
12551         * simple.el (clone-indirect-buffer): New function.
12553 2000-04-16  Stephen Eglen  <stephen@gnu.org>
12555         * iswitchb.el (iswitchb-case): New function.  If the user input
12556         contains any upper-case characters, the search is made
12557         case-sensitive.
12559 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
12561         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12562         comment-end.
12563         (texinfo-font-lock-syntactic-keywords): New var.
12564         (texinfo-font-lock-keywords): Remove comment regexp.
12565         (texinfo-insert-block): New function.
12566         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12567         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
12568         and font-lock-defaults.  Use regexp-opt for outline-regexp.
12569         (texinfo-environments): New var.
12570         (texinfo-environment-regexp): Use regexp-opt and
12571         texinfo-environments.
12573         * textmodes/ispell.el (ispell-menu-map-needed): Check that
12574         ispell-process is bound since this might be eval'd before ispell
12575         is loaded.
12576         (ispell-message): Use a tiny bit less magic and a bit more hard
12577         data to figure out what kind of sc-cite-regexp to use.
12579         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12581         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12582         (insert-cyclic-diary-entry): Unquote the lambda.
12584         * gud.el (gud-jdb-build-source-files-list): Fix typo.
12586         * files.el (backup-enable-predicate): Unquote the lambda.
12588         * cus-edit.el (custom-face, face): Unquote the lambda.
12590 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12592         * ps-print.el: Check for line-beginning-position definition.
12594         * ps-print.el: Fix counting lines in a region.
12595         (ps-print-version): New version number (5.1.5).
12596         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12597         (ps-printing-region): Fun code fix.
12599 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
12601         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12602         to file-directory-p.
12604 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
12606         * gud.el (gud-jdb-build-source-files-list): Check that directory
12607         exists before calling directory-files.
12609 2000-04-13  Dave Love  <fx@gnu.org>
12611         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
12612         syntax.
12614         * emacs-lisp/cl-specs.el: Remove when, unless.
12616         * emacs-lisp/cl-extra.el: Don't quote keywords.
12617         (cl-old-mapc): New variable.
12618         (mapc): Use it.
12619         (cl-map-intervals): Use with-current-buffer.  Don't check for
12620         next-property-change.
12621         (cl-map-overlays): Use with-current-buffer.
12622         (cl-expt): Remove.
12623         (copy-tree, remprop): Define unconditionally.
12625         * emacs-lisp/cl-compat.el (keywordp): Remove.
12627         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
12628         to use keywordp.
12629         (edebug-spec): Enable keywordp.
12631         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12632         string-lessp.
12634         * cus-start.el: Use keywordp.
12636 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12638         * diary-lib.el (include-other-diary-files): Fix the fix of
12639         2000-02-18 by doing a save-excursion.
12641 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12643         * ps-print.el: Customization fix, doc fix.
12644         (ps-print-version): New version number (5.1.4).
12645         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12646         (ps-print-preprint): Adjust code.
12647         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12648         (ps-print-prologue-header, ps-print-control-characters)
12649         (ps-spool-config): Customization fix.
12651 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
12653         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12654         converted to the new menu-item format, names silightly changed,
12655         help strings added.
12657         Support for spelling without async subprocesses:
12659         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12660         (ispell-session-buffer): New variables.
12661         (ispell-start-process, ispell-process-status,
12662         ispell-accept-output, ispell-send-string): New functions, for
12663         Ispell invocation when async subprocesses aren't supported.
12664         (ispell-word, ispell-pdict-save, ispell-command-loop,
12665         ispell-process-line, ispell-buffer-local-parsing): Replace calls
12666         to process-send-string with calls to ispell-send-string, and
12667         accept-process-output with ispell-accept-output.
12668         (ispell-init-process): Call ispell-process-status instead of
12669         process-status with.
12670         (ispell-init-process): Call ispell-start-process.  Call
12671         ispell-accept-output and ispell-send-string.  Don't call
12672         process-kill-without-query and kill-process if they are unbound.
12673         (ispell-async-processp): New function.
12675 2000-04-12  Dave Love  <fx@gnu.org>
12677         * info.el: Add debug-ignored-errors.
12678         (Info-mode-menu): Add some items.
12679         (Info-directory): Add autoload cookie.
12681         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12682         Modify `truncate-lines'.  Make `describe-language-environment'
12683         always visible and add help.  Modify `describe-key' help.  Invoke
12684         Info-directory from `info'.  New entry `emacs-manual'.
12686 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
12688         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12689         propertized-buffer-identification.
12690         (ebrowse-update-member-buffer-mode-line): Likewise.
12691         (ebrowse--mode-strings): Removed.
12692         (ebrowse--mode-line-props): Removed.
12694         * files.el (auto-mode-alist): Add `EBROWSE'.
12696         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12697         space before testing for end of buffer.
12698         (ebrowse-load): Removed.
12699         (ebrowse-revert-tree-buffer-from-file): Rewritten.
12700         (ebrowse-create-tree-buffer): Rewritten.
12701         (ebrowse-tree-mode): Read tree from buffer.
12703         * progmodes/ebrowse-ffh.el: Removed.
12705 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
12707         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12709 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
12711         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12712         at the wrong place.
12714 2000-04-09  Dave Love  <fx@gnu.org>
12716         * files.el (backup-enable-predicate): Use
12717         temporary-file-directory, small-temporary-file-directory.
12718         (make-backup-file-name-function, backup-directory-alist): New
12719         variables.
12720         (make-backup-file-name-1): New function.
12721         (make-backup-file-name): Use it.
12722         (find-backup-file-name): Likewise.  Use format for clarity, not
12723         concat.
12724         (file-newest-backup): Use make-backup-file-name.
12726 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
12728         * progmodes/ebrowse-ffh.el: New file.
12730         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12731         to ebrowse-ffh.el.
12732         (ebrowse-load): Add autoload.
12734         * finder.el (finder-commentary): Add autoload cookie.
12736         * mail/rfc2368.el: Correct author's email address.
12738         * progmodes/ebrowse.el: New file.
12740         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12741         item help string.
12742         (easy-menu-do-add-item): Ditto.
12743         (easy-menu-define): Extend doc string.
12745         * jit-lock.el (with-buffer-unmodified): Use
12746         restore-buffer-modified-p.
12747         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12748         (jit-lock-function, jit-lock-stealth-fontify): Don't use
12749         with-buffer-unmodified.
12751 2000-04-08  Dave Love  <fx@gnu.org>
12753         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12754         unless, when.
12756 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
12758         * viper-util.el (viper-put-on-search-overlay): New subroutine.
12759         (viper-flash-search-pattern): No operation when using Emacs
12760         doesn't support face.
12761         Use `viper-put-on-search-overlay'.
12763 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
12765         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12766         like C-r.
12768         * progmodes/make-mode.el: Some doc fixes.
12769         (makefile-mode-abbrev-table): New variable.
12770         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12771         (makefile-font-lock-keywords): Fontify includes and conditionals.
12772         (toplevel): Require `dabbrev' and `add-log' when compiling.
12774         * replace.el (perform-replace): Don't move forward one char
12775         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
12776         to do that because it leaves point 1 position after the last
12777         replacement, after everything has been replaced.
12779         * jit-lock.el (with-buffer-unmodified): New macro.
12780         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12781         modified state.
12782         (jit-lock-function-1): Extracted from jit-lock-function; not
12783         preserving buffer's modified state.
12784         (jit-lock-function, jit-lock-stealth-fontify): Call
12785         jit-lock-function-1.
12787         * mail/rfc2368.el: Remove supernumerary copyright line.
12789 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
12791         * glasses.el: Provide facilities for inserting space before left
12792         parentheses and uncapitalization of identifiers.
12793         (glasses-mode): Try to remove old overlays in all cases.
12795 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
12797         * progmodes/compile.el (compile-internal): Display the compilation
12798         buffer in a different frame, if it's already displayed there.
12800         * mail/rfc2368.el: New file.
12802         * simple.el (sendmail-user-agent-compose): Recognize a `body'
12803         header and insert its value as mail body.
12805         * subr.el (member-ignore-case): New function.
12807         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
12808         (dabbrev--find-expansion): Ignore buffers matching a regexp
12809         from dabbrev-ignored-regexps.
12811         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
12812         to extensions handled by gzip.
12814 2000-04-03  Richard M. Stallman  <rms@gnu.org>
12816         * files.el (insert-directory): List the total free space
12817         along with the used space.
12819         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
12820         line is followed by one that matches CITATION-REGEXP, end the
12821         paragraph.
12823 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
12825         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
12826         (rmail-make-basic-summary-line): Use that option.
12828 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
12830         * international/mule-cmds.el (encoded-string-description):
12831         Rewritten.   Try pretty description for ISO 2022 escape sequences
12832         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
12833         for hexadecimal format.
12835 2000-04-01  Dave Love  <fx@gnu.org>
12837         * cpp.el: Change customization group to `c' from `C'.
12839         * vcursor.el (vcursor-move): Use display-color-p.
12841         * international/mule-util.el: Provide mule-utils.
12842         (string-to-sequence): Simplify and speed up.
12844         * international/mule.el (make-coding-system): Purecopy doc-string.
12846         * international/mule-cmds.el: Various menu changes.
12847         (describe-specified-language-support): Handle `Default'.
12848         (set-language-info): Purecopy `info'.
12850 2000-03-31  Andrew Innes  <andrewi@gnu.org>
12852         * vc.el (vc-backend-diff): Return the correct status if we had to
12853         retry the rcsdiff command without the --brief option.
12855 2000-03-31  Dave Love  <fx@gnu.org>
12857         * help.el (help-manyarg-func-alist): Correct several omissions.
12859         * add-log.el: Don't require cl, fortran.
12860         (add-log-current-defun-function): Doc fix.
12861         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
12862         fix.
12863         (change-log-version-rcs): Function deleted.
12864         (change-log-version-number-search): Doc fix.  Use
12865         vc-workfile-version.  Avoid CL dolist.
12866         (add-change-log-entry): Just call add-log-current-defun to get
12867         defun.  Simplify somewhat.
12868         (change-log-get-method-definition-1): Likewise.
12869         (add-log-current-defun): Return nil if calling
12870         add-log-current-defun-function does so.  Move Fortran stuff to
12871         fortran.el.  Return string without properties.
12873         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12874         and :alpha: char classes.
12876         * mail/supercite.el: Defvar curline when compiling.
12877         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12878         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12879         rather than a-zA-Z0-9 to allow non-ASCII characters.
12881 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
12883         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12885         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12886         Re-enable new code.
12888         * lpr.el (print-region-1): Use -d to specify printer name for
12889         systems `usg-unix-v*, `dgux', `hpux', `irix'.
12891 2000-03-31  Dave Love  <fx@gnu.org>
12893         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12894         for function definition in symbol's function value slot first
12895         instead of first consulting byte-compile-function-environment.
12897 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
12899         * language/european.el ("Polish"): New language environment.
12900         (setup-polish-environment): New function.
12902 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
12904         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12905         Disable new code.
12907         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12908         trying to `load' the symbol of an autoload instead of the file
12909         recorded in the autoload.  Fix error messages.
12911 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12913         * ps-print.el: PostScript programming fix for ghostview, doc fix.
12914         (ps-print-version): New version number (5.1.3).
12915         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12916         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12917         (ps-generate-postscript-with-faces): Code fix.
12918         (ps-color-values): XEmacs compatibility.
12919         (ps-print-background-image, ps-print-background-text, ps-printer-name)
12920         (ps-default-fg, ps-default-bg): Adjust customization.
12921         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12922         (ps-color-scale): Renaming old ps-color-value fun.
12923         (ps-print-headers): Replace ps-print-header group to avoid conflict
12924         with ps-print-header variable.
12925         (ps-print-miscellany): New group.
12926         (ps-format-color, ps-rgb-color): New funs.
12927         (ps-default-foreground): New var.
12928         (ps-printer-name-option): New const.
12930 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
12932         * net/net-utils.el:
12933         (network-connection-host, network-connection-service): New variables
12934         (network-connection-mode): New mode, derived from comint-mode
12935         (network-connection-mode-setup): New function, saves host and
12936         service information in local variables.
12938         * lisp/locate.el:
12939         (locate-word-at-point): Added this function
12940         (locate): Default to using locate-word-at-point as input
12941         Run dired-mode-hook
12943 2000-03-29  Dave Love  <fx@gnu.org>
12945         * calendar/appt.el: Doc fixes.
12946         (appt-check): Convert min-to-app to a string before passing to
12947         appt-disp-window-function or concat.
12948         (appt-delete-window): Remove test for frame-root-window.
12949         (appt-select-lowest-window, appt-convert-time): Simplify.
12951         * emacs-lisp/bytecomp.el: Doc fixes.
12952         (byte-compile-file-form-autoload): Update
12953         byte-compile-function-environment.
12955 2000-03-29  Andreas Schwab  <schwab@suse.de>
12957         * emacs-lisp/autoload.el: Also print defsubst doc string
12958         specially.
12960         * dired.el (dired-insert-directory): If dired-free-space-program
12961         failed just delete its output.
12963 2000-03-29  Dave Love  <fx@gnu.org>
12965         * international/iso-cvt.el: Move provide to end.  Doc fixes.
12966         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12967         (iso-iso2sgml, iso-sgml2iso): New functions.
12968         (iso-cvt-define-menu): Fix some entries and use backquote for
12969         clarity.
12971         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12973 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
12975         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12976         ISO-DATE.  If non-nil, return date in ISO 8601 format.
12978 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
12980         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12981         if it ever becomes used.
12982         (log-edit-mode-hook): Default to vc-log-mode-hook.
12983         (log-edit-mode): Fix the docstring.
12985         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12986         the code.
12988 2000-03-26  Dave Love  <fx@gnu.org>
12990         * net/browse-url.el (browse-url): Re-fix case of
12991         browse-url-browser-function being an alist.
12992         (browse-url): Add :link to defgroup.
12994         * files.el: Doc fixes.
12995         (file-truename): Include `[' in wildcard characters.
12996         (automount-dir-prefix): Customize.
12997         (find-file-wildcards): Add :version.
12998         (find-file-noselect): Simplify a mapcar call.
13000         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13001         compatible with inf-lisp version.
13002         (eval-defun-1): Fix custom-declare-variable case.
13004 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
13006         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13008 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
13010         * Makefile (COMPILE_FIRST): New macro.
13011         (compile-files): Compile files from COMPILE_FIRST first.
13013         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13014         code.
13016         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13017         matching open parenthesis in column 0 to defun-prompt-regexp
13018         only if open-paren-in-column-0-is-defun-start is set.
13020         * sun-curs.el: Require CL at compile-time only.
13022         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13023         instead of copy-list which is a function from CL.
13024         (msb--choose-menu, msb--mode-menu-cond)
13025         (msb--create-buffer-menu-2): Use dolist instead of mapc.
13026         (msb--init-file-alist): Use mapcar instead of mapcan.
13027         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
13028         `(' in column 0 in doc string.
13029         (msb--add-separators): Use mapcar instead of mapcan.
13031         * cus-dep.el: Require CL at compile-time only.
13033 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
13035         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13036         (byte-compile-warnings): New warning `noruntime'.
13037         (byte-compile-constants, byte-compile-variables): Fix docstring.
13038         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13039         execute `eval-whenc-compile's body.
13040         (byte-compile-unresolved-functions): Fix docstring.
13041         (byte-compile-eval): New function.
13042         (byte-compile-callargs-warn): Check if the function will be available
13043         at runtime (via property `byte-compile-noruntime').
13044         (byte-compile-print-syms): New function.
13045         (byte-compile-warn-about-unresolved-functions): Also warn about
13046         `noruntime' functions (and use `byte-compile-print-syms').
13047         (byte-compile-file): Capitalize the message.
13049 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
13051         * mail/rmail.el (rmail-confirm-expunge): New user-option.
13052         (rmail-expunge): Ask for confirmation depending on the setting
13053         of rmail-confirm-expunge.
13055 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
13057         * Makefile (bootstrap-clean): If $(emacs) exists, build
13058         loaddefs.el first.  A loaddefs.el that's not up-to-date might
13059         cause a bootstrap failure because things don't autoload as
13060         expected.
13062 2000-03-23  Dave Love  <fx@gnu.org>
13064         * net/browse-url.el: Restore previous use of
13065         browse-url-maybe-new-window.
13067 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13069         * ps-print.el: Skip banner page fix.
13070         (ps-print-version): New version number (5.1.2).
13071         (ps-begin-file, ps-end-file, ps-generate): Code fix.
13073 2000-03-23  Dave Pearson  <davep@davep.org>
13075         * net/quickurl.el Changed the type of parameter passed to the
13076         function defined by `quickurl-format-function'. Before only the
13077         text of the URL was passed. Now the whole URL structure is passed
13078         and the function is responsible for extracting the parts it
13079         requires.  Changed the default of `quickurl-format-function'
13080         accordingly.
13081         (quickurl-insert): Changed the `funcall' of
13082         `quickurl-format-function' to match the above change.
13083         (quickurl-list-insert): Changed the `url' case so that it makes
13084         use of `quickurl-format-function', previous to this the format was
13085         hard wired.
13087 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
13089         * startup.el: Change some spellings for the X Window System.
13091 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
13093         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13094         up the code and the regexp and make sure the cursor is temporarily
13095         moved to the suspicious line while querying the user.
13097 2000-03-22  Jason Rumney  <jasonr@gnu.org>
13099         * w32-fns.el (w32-charset-info-alist): Initialize.
13101 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13103         * ps-print.el: N-up last page fix.
13104         (ps-print-version): New version number (5.1.1).
13105         (ps-end-file, ps-end-job, ps-generate): Code fix.
13107 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
13109         * files.el (find-file-run-dired): Update docstring.
13110         (find-directory-functions): New hook.
13111         (find-file-noselect): Run find-directory-functions rather than
13112         calling dired directly.
13114         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13116         * pcvs.el: Add a minimal leading commentary.
13117         (cvs-make-cvs-buffer): Change the header part by removing the startup
13118         message and adding a `Module' entry.  Also replace the FOOTER and
13119         HEADER special fileinfos with the new support in ewoc for updating
13120         its own footer and header.
13121         (cvs-update-header): Update to use the header/footer of the ewoc.
13122         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13123         (cvs-is-within-p): New function.
13124         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13125         to only examine some subset of the buffers.
13127         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13128         `format' instead of our own ad-hoc functions.
13129         Remove HEADER and FOOTER cases, now handled in the EWOC.
13130         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13132         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13133         output to avoid scaring the user.
13134         (cvs-parse-table): Catch message for non-up-to-date commits.
13136         * pcvs-defs.el (cvs-startup-message): Remove.
13137         (cvs-global-menu): New autoloaded menu.
13139         * pcvs-util.el (cvs-string-fill): Remove.
13141         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13142         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13143         PP part of it and also make it work for footers and headers.
13144         (ewoc-create): Drop POS and BUFFER arguments.
13145         Use the DLL's dummy node to store the end-of-footer position.
13146         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13147         (ewoc-refresh): Remove unused `header' variable.
13148         (ewoc-(get|set)-hf): New functions.
13150         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13151         log-view-*-(message|file) and use easy-mmode-define-navigation.
13152         (log-view-message-re): Match SCCS format as well.
13153         And match the revision line rather than the dashed separator line.
13154         (log-view-mode): Use the new define-derived-mode.
13155         (log-view-current-tag): Fill in with an actual implementation.
13157         * cvs-status.el (cvs-status-(prev|next)): Rename from
13158         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13159         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13160         to let the output "breathe" a little more (more readable).
13161         (cvs-status-mode): Use the new define-derived-mode.
13163         * smerge-mode.el (smerge-auto-leave): New function and variable.
13164         (smerge-basic-map): Rename from smerge-basic-keymap.
13165         Change the bindings for smerge-diff-*.
13166         (smerge-*-map): Use easy-mmode-defmap.
13167         (smerge-(next|prev)): Use easy-mmode-define-navigation.
13168         (smerge-keep-*): Use smerge-auto-leave.
13170 2000-03-21  Jason Rumney  <jasonr@gnu.org>
13172         * cus-edit.el (custom-button-face): Use 3D look for w32.
13173         (custom-button-pressed-face): Likewise.
13175 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
13177         * progmodes/etags.el (tags-case-fold-search): New user-option.
13178         (tags-loop-eval): New function.  Bind case-fold-search around eval
13179         depending on the value of tags-case-fold-search.
13180         (tags-loop-continue): Use tags-loop-eval.
13181         (find-tag-in-order): Bind case-fold-search depending on the value
13182         of tags-case-fold-search.
13184 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
13186         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13187         (diff-end-of-hunk): Return the end position for use in
13188         `easy-mmode-define-navigation'.
13189         (diff-recenter): Remove.
13190         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13191         of `easy-mmode-define-navigation'.
13192         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13193         previous renaming) and fix to use new names.
13194         (diff-merge-strings): Use \n as separator: simpler, faster.
13195         (diff-mode): Use `define-derived-mode'.
13197         * derived.el (define-derived-mode): Don't autoload anymore.
13198         Prefer the macro-only version provided by easy-mmode.el.
13200         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13201         `easy-mmode-define-derived-mode'.
13202         Use `combine-run-hooks'.
13203         (easy-mmode-define-navigation): New macro.
13205         * subr.el (combine-run-hooks): New function.
13207 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
13209         * term/x-win.el: Fontsets related initialization is simplified.
13211         * international/mule-diag.el (describe-font): Don't refer to
13212         global-fontset-alist, instead call font-list.
13213         (describe-fontset, list-fontsets, mule-diag): Likewise.
13214         (print-fontset): Adjusted for the change of fontset
13215         implementation.
13217         * international/fontset.el (x-charset-registries): Variable
13218         removed, instead the corresponding data is stored in the default
13219         fontset.
13220         (register-alternate-fontnames): Function removed.
13221         (resolved-ascii-font): Variable removed.
13222         (x-compose-font-name): Ignore the second argument REDOCE.
13223         (x-complement-fontset-spec): Complement only an ASCII font and
13224         element for those charsets than can use that ASCII font.
13225         (generate-fontset-menu): Don't refer to global-fontset-alist,
13226         instead call fontset-list.
13227         (uninstantiated-fontset-alist): Variable removed.
13228         (x-style-funcs-alist): Likewise.
13229         (fontset-default-styles): Likewise.
13230         (x-modify-font-name): Function removed.
13231         (create-fontset-from-fontset-spec): Ignore the argument
13232         STYLE-VARIANT.
13233         (create-fontset-from-ascii-font): Docsting adjusted for the above
13234         change.
13235         (instantiate-fontset, resolve-fontset-name): Functions removed.
13236         (fontset-list): Now implemented by C code.
13238         * faces.el (read-face-font): Fix TABLE arg to completing-read.
13239         (describe-face): Include `font' attribute in the description.
13241 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
13243         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13245 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
13247         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13248         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13249         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13251         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13252         about behavior of set-buffer-modified-p wrt redisplay.
13254 2000-03-19  Richard M. Stallman  <rms@gnu.org>
13256         * view.el (view-mode-disable): Kill local binding of view-read-only.
13258 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
13260         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13261         is a string, convert it to a syntax cell using string-to-syntax.
13263         * simple.el (syntax-code-table, syntax-flag-table): New variables.
13264         (string-to-syntax): New function.
13266         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13267         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13268         try to use passive ftp mode.
13270 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
13272         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13274         * simple.el (append-to-buffer): Update point of windows after
13275         insertion.
13277         * abbrev.el (inverse-add-abbrev): Identify word by first moving
13278         forward then moving backward.  Reindent.
13280         * frame.el (other-frame): Call x-focus-frame only if
13281         focus-follows-mouse is off.
13283 2000-03-17  Dave Love  <fx@gnu.org>
13285         * pcvs-util.el (cvs-strings->string): Rename
13286         replace-regexps-in-string.
13288 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
13290         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13291         regexp for labels cannot span several lines.
13293         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13294         `(setq :<key> ':<key>)' to the macro expansion.
13296 2000-03-16  Dave Love  <fx@gnu.org>
13298         * progmodes/f90.el (f90): Put custom group under `languages', not
13299         `fortran'.
13300         (f90-mode-hook): Customize.
13301         (f90-mode): Set add-log-current-defun-function.
13302         (f90-current-defun): New function.
13304 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
13306         * cus-edit.el (custom-variable-tag-face): Handle case that
13307         default face's height is not a number.
13308         (custom-face-tag-face, custom-group-tag-face-1)
13309         (custom-group-tag-face): Ditto.
13310         (custom-group-tag-face-1): Add :group.
13312         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13314 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
13316         * pcvs-defs.el (toplevel): Remove autoload cookie for form
13317         requiring easymenu.
13319 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13321         * ps-print.el: PostScript user-defined prologue, PostScript error
13322         handler, doc fix.
13323         (ps-print-version): New version number (5.1).
13324         (ps-user-defined-prologue, ps-error-handler-message)
13325         (ps-print-prologue-0, ps-error-handler-alist): New vars.
13326         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13327         (ps-insert-string): New function.
13329 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
13331         * international/ccl.el (ccl-compile-expression): Don't generate
13332         invalid self-assignment code.
13334 2000-03-14  Dave Love  <fx@gnu.org>
13336         * subr.el (replace-regexp-in-string): Renamed from
13337         replace-regexps-in-string.  Doc fix.
13339 2000-03-12  Dave Love  <fx@gnu.org>
13341         * cus-edit.el: Doc fixes.
13342         (customize-set-variable, customize-save-variable): Rename args for
13343         doc.
13344         (custom-variable-tag-face, custom-face-tag-face)
13345         (custom-group-tag-face-1, custom-group-tag-face): Modify from
13346         style which user identify as hyperlink.
13347         (hook): Don't add undefined functions to the hook.
13348         (debug-ignored-errors): Transfer message from bindings.el.
13350 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13352         * recentf.el (recentf-keep-non-readable-files-p): Remove
13353         double/nested definition.
13355 2000-03-12  Dave Love  <fx@gnu.org>
13357         * facemenu.el (facemenu-get-face): Use display-color-p.
13358         * enriched.el (enriched-decode-foreground): Likewise.
13359         (enriched-decode-background): Likewise.
13360         * isearch.el (isearch-highlight): Likewise.
13361         * info-look.el (info-lookup): Likewise.
13362         * simple.el (completion-setup-function): Likewise.
13364         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13365         :options.
13367         * bindings.el (mode-line-format): Fix line-number and
13368         column-number items.  Add help-echo for the background.
13369         (mode-line-mule-info): Modify help-echo.
13371         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13373         * files.el (load-file): Allow completion to .elc.
13375         * man.el: Doc fixes.
13376         (Man-init-defvars): Use display-color-p to set fontification.
13378         * play/hanoi.el (hanoi-internal): Don't use oddp.
13380 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13382         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13384         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13386 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13388         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13389         Fix comment.
13391 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
13393         * font-lock.el (font-lock-keywords): Fix the doc now that
13394         regexp-opt-depth is unnecessary.
13395         (save-buffer-state): Set an edebug spec.
13396         (font-lock-fontify-anchored-keywords): Properly handle the case when
13397         the matcher goes past the limit.
13399         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13400         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13402         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
13403         dll.el and cookie.el (from Elib) with heavy renaming and other
13404         massaging.
13406         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13407         Autoload the functions used.
13408         (easy-mmode-define-syntax): Fix CL typo.
13409         (easy-mmode-define-derived-mode): Improve the docstring generation.
13411 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
13413         * textmodes/texinfo.el (texinfo-version): Variable and function
13414         removed.
13416 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
13418         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13419         allow more flexibility.
13420         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13421         fns.
13422         (easy-mmode-defmap, easy-mmode-defsyntax)
13423         (easy-mmode-define-derived-mode): New macros.
13425 2000-03-09  Didier Verna  <didier@xemacs.org>
13427         * rect.el (replace-rectangle): New function.
13429 2000-03-09  Dave Love  <fx@gnu.org>
13431         * progmodes/fortran.el (fortran-comment-line-start): Define as
13432         "C".
13433         (fortran-comment-line-start-skip): Don't match cpp stuff.
13434         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
13435         (fortran-mode-map): Remove over-eager custom-menu-create for now.
13436         (fortran-mode): Don't set fortran-comment-line-start-skip,
13437         fortran-comment-line-start here.  Set comment-start,
13438         add-log-current-defun.
13439         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13440         (fortran-current-defun): New function.
13442 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
13444         * emacs-lisp/re-builder.el: New file.
13446         * mouse.el (mouse-drag-region): Don't run up-event handler
13447         if hscroll has changed.
13449         * octave-mod.el (octave-font-lock-keywords): To font-lock the
13450         builtin operators, use `font-lock-builtin-face' for Emacs and
13451         `font-lock-preprocessor-face' otherwise.
13453         * font-lock.el (lisp-font-lock-keywords-1): Highlight
13454         `(defun (setf foo)' differently.
13456 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
13458         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13459         (regexp-opt): Update comment and adapt the code the new meaning of
13460         the `paren' argument of regex-opt-group for shy-groups.
13461         (regexp-opt-depth): Handle shy groups as well as backslashed
13462         backslashes.
13463         (regexp-opt-group): Turn the leading comment into a docstring.
13464         Allow `paren' to be a string (the string to use to open a group).
13465         Remove open-presuf and close-presuf.  Instead of checking for `all
13466         one-char' and then later on check for `several one-char', handle
13467         both cases close together.  Also apply a more generic algorithm
13468         for suffixes (the mirror image of the algorithm used for
13469         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
13470         (regexp-opt-try-suffix): Removed.
13472         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13473         from comint-mode-map, so we can just inherit from it.  Also, move
13474         the initialization into the `defvar' since there's no docstring
13475         anyway and it's fairly short.
13476         (inferior-scheme-mode): Define it as derived-mode: the code is
13477         shorter and this way we inherit from comint-mode-map rather than
13478         copying it.
13480         * subr.el (replace-regexps-in-string): Properly handle the case
13481         where we match an empty string.
13483         * comint.el (comint-exec-1): Add the current-dir to the exec-path
13484         when the command has a directory component (such as "./testml").
13485         Also fix a typo in the comment.
13487 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
13489         * Makefile (compile-files): Compile files one by one because
13490         that's the only way to ensure a clean compilation environment for
13491         each individual file.
13493         * frame.el (other-frame): Call x-focus-frame.
13495 2000-03-07  Dave Love  <fx@gnu.org>
13497         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13498         :require to defcustom.
13500         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13501         lists.
13503         * files.el (auto-mode-alist): Add configure.in.
13505         * progmodes/autoconf.el: New file.
13507 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
13509         * mail/mh-e.el: Change maintainer to `none'.
13511         * recentf.el (recentf-keep-non-readable-files-p): Quote args
13512         to remove-hook and add-hook.
13514 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
13516         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13517         it as the default.
13518         (mail-send): Test mail-send-nonascii also for the new `mime' value.
13519         (sendmail-send-it): Conditionally add MIME headers specifying the
13520         used character set.
13522 2000-03-07  Dave Love  <fx@gnu.org>
13524         * winner.el: Fix keywords, autoload cookies.  Split
13525         eval-when-compile form to avoid compilation failure.
13527 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
13529         * international/mule.el: Modify comment about coding system
13530         property `coding-category'.
13531         (make-coding-system): New argument EOL-TYPE.  Pay attention to
13532         coding-category property of PROPERTIES.
13534         * international/mule-conf.el (coding-category-utf-8,
13535         coding-category-utf-16-be, coding-category-utf-16-le): New coding
13536         categories.  Include them in the argument for set-coding-priority.
13538         * international/mule-cmds.el (reset-language-environment): Include
13539         coding-category-utf-8, coding-category-utf-16-be, and
13540         coding-category-utf-16-le in the argument for set-coding-priority.
13541         (reset-language-environment): Initialize coding-category-utf-8,
13542         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13544 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
13546         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13547         code abstracted out of `bookmark-jump-noselect'.  Now tries info
13548         extensions as well as compression extensions.
13549         (bookmark-jump-noselect): Use above new func.
13551 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
13553         * strokes.el: Change maintainer's mail address.
13555 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
13557         * international/mule-diag.el (list-character-sets): Make help-echo
13558         string by substitute-command-keys.
13559         (list-character-sets): Likewise.
13560         (sort-listed-character-sets): Call help-setup-xref.
13562 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
13564         * time.el (display-time-mail-file): Add `none' to the list of
13565         choices.
13567 2000-03-01  Dave Love  <fx@gnu.org>
13569         * help.el (help-xref-go-back): Don't try to set position.
13571         * international/mule-diag.el (list-character-sets): Call
13572         help-setup-xref.  Add help-echo to xrefs.
13573         (list-character-sets-1): Add help-echo to xrefs.
13575 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
13577         * frame.el (blink-cursor-mode): Switch cursor on when turning
13578         the mode off.
13580         * add-log.el (add-log-current-defun): Add support for
13581         Autoconf mode.
13583         * mail/rmail.el (rmail-quit-hook): New variable.
13585 2000-03-01  Dave Love  <fx@gnu.org>
13587         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13589         * help.el (help-xref-button): Add help-echo arg.
13590         (describe-function-1, describe-variable, help-make-xrefs): Use it.
13592         * faces.el (list-faces-display): Supply help-echo with
13593         help-make-xrefs.
13595         * facemenu.el (list-text-properties-at): Set help-xref-stack to
13596         nil.
13598 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
13600         * image.el (defimage): Look for image files in load-path.
13602         * frame.el (busy-cursor-delay-seconds): Change type to
13603         `number'.
13605 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13607         * recentf.el (recentf): Added version tag to the defgroup of
13608         recentf.
13610 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13612         * recentf.el (recentf-cleanup): Changed to remove excluded file
13613         too.
13614         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13615         action to select/unselect a file.
13616         (recentf-edit-list): Code cleanup and improvement.
13617         (recentf-open-more-files-action): `recentf-open-more-files' button
13618         widget action to open a file.
13619         (recentf-open-more-files): No more use standard completion but
13620         widgets.
13621         (recentf-more-collection): Deleted.
13622         (recentf-more-history): Deleted.
13623         (recentf-setup-more-completion): Deleted.
13625 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13627         * recentf.el (recentf-mode): No more needs that Emacs is running
13628         under a window-system.
13630 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13632         * recentf.el (recentf-edit-list): New command to edit the recent
13633         list which allow the user to remove files.
13634         (recentf-edit-selected-items): New global variable, used by
13635         `recentf-edit-list' to hold the list of files to be removed from
13636         the recent list.
13637         (recentf-make-menu-items): Updated to display a "Edit list..."
13638         menu item.  Minor code cleanup.
13640 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13642         * recentf.el (recentf-open-more-files): New command to open files
13643         that are not displayed in the menu.
13644         (recentf-more-collection): New global variable holding the set of
13645         permissible completions used by `recentf-open-more-files'.
13646         (recentf-more-history): New global variable holding the history list
13647         used by `recentf-open-more-files' completion.
13648         (recentf-setup-more-completion): New function to setup completion for
13649         `recentf-open-more-files'.
13650         (recentf-make-menu-items): Updated to display a "More..." menu item.
13652 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13654         * recentf.el (recentf-menu-action): Doc fixed.
13656 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13658         * recentf.el (recentf-menu-filter): Doc updated.
13659         (recentf-update-menu-hook): Allow menu filters to force menu update.
13660         (recentf-make-menu-items): New menu filter handling.
13661         (recentf-make-menu-item): New helper function.
13662         (recentf-menu-elements): New menu handling function.
13663         (recentf-sort-ascending): Updated to new menu filter handling.
13664         (recentf-sort-descending): Updated to new menu filter handling.
13665         (recentf-sort-basenames-ascending): New menu filter function.
13666         (recentf-sort-basenames-descending): New menu filter function.
13667         (recentf-show-basenames): New menu filter function.
13668         (recentf-show-basenames-ascending): New menu filter function.
13669         (recentf-show-basenames-descending): New menu filter function.
13671 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13673         * diary-lib.el (list-diary-entries): Don't try to go forward at
13674         the end of the buffer.
13676 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
13678         * international/mule-diag.el (list-character-sets): Completely
13679         rewritten.
13680         (sort-listed-character-sets): New function.
13681         (list-character-sets-1): Completely rewritten.
13682         (list-character-sets-2): New function.
13683         (non-iso-charset-alist): New variable.
13684         (decode-codepage-char): New function.
13685         (charset-history): New variable.
13686         (read-charset) (list-block-of-chars)
13687         (list-iso-charset-chars)
13688         (list-non-iso-charset-chars)
13689         (list-charset-chars): New functions.
13690         (mule-diag): Call list-character-sets-2, not
13691         list-character-sets-2.
13692         (dump-charsets): Likewise.
13694 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
13696         * dired-x.el (dired-filename-at-point): Add `@' to valid
13697         file name characters.
13698         (dired-filename-at-point): Handle ange-ftp file names.
13700         * frame.el (frame-notice-user-settings): Use assq-delete-all
13701         instead of assoc-delete-all.
13702         (frame-notice-user-settings): Ditto.
13704         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13705         Don't copy alist.
13707 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
13709         * calculator.el (calculator-use-menu): New option.
13710         (calculator-initial-bindings): Changed some bindings to work as
13711         macros.
13712         (calculator-forced-input): Removed.
13713         (calculator-restart-other-mode): New variable.
13714         (calculator-mode-map): Set up menu.
13716 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
13718         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13719         tags.
13721 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
13723         * viper-cmd.el (viper-envelop-ESC-key): added the option to
13724         translate all ESC key sequences.
13725         (viper-goto-mark-subr): restore markers for files for which
13726         they were saved.
13727         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13728         * viper-util.el (viper-set-replace-overlay-glyphs,
13729         viper-set-replace-overlay): always check if the replacement
13730         overlay is live.
13731         * viper.el (viper-vi-state-mode-list): added major modes.
13732         * ediff-wind.el: minor comment changes.
13733         * ediff.el: copyright notice date fix.
13735 2000-02-27  Jason Rumney  <jasonr@gnu.org>
13737         * faces.el (face-font-family-alternatives): Add arial to helv.
13738         (mode-line, header-line, tool-bar): Same default as x for w32.
13739         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13740         face-font-family-alternatives from working.
13741         * term/w32-win.el (mouse-set-font): Do not build fontset from
13742         chosen font.
13744 2000-02-25  Sam Steingold  <sds@goems.com>
13746         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13747         properly.
13749 2000-02-25  Richard M. Stallman  <rms@gnu.org>
13751         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13753 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
13755         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13756         writable.
13758         * frame.el (busy-cursor-delay-seconds): New option.
13760 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
13762         * frame.el (show-cursor-in-non-selected-windows): New option.
13764 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13766         * diary-lib.el (include-other-diary-files): Undo the selective
13767         display in any included file and don't kill it.
13769 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
13771         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13772         bar.  Menu items converted to (menu-item format, help strings
13773         added.
13774         [downcase, upcase]: Don't enable on MS-DOS.
13775         [symlink, symlinks]: Don't show if make-symbolic-link is not
13776         bound.
13777         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13779 2000-02-23  Dave Love  <fx@gnu.org>
13781         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13782         (backward-kill-word): Revert addition of * to interactive spec --
13783         it's a feature.
13785         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13786         (backward-kill-sentence, kill-sentence): Likewise.
13788         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13789         scratch buffer name.
13790         (gud-format-command): Use int-to-string in ?l case.  Simplify
13791         slightly.
13793         * term/w32-win.el (internal-face-interactive): Update prompt for
13794         new read-face-name.
13796         * mail/footnote.el (footnote): Add :version to defgroup.
13797         (footnote-section-tag-regexp): Customize.
13798         (footnote-start-tag, footnote-end-tag): New option.
13799         (footnote-latin-regexp): New variable.
13800         (Footnote-latin): New function.
13801         (footnote-style-alist): Add element for latin style.
13802         (footnote-style): Moved.
13803         (Footnote-goto-footnote): Use eq to test arg.
13805         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
13807         * emacs-lisp/byte-opt.el: Change old backquote syntax.
13808         (byte-compile-trueconstp): Include keywords.
13809         (byte-optimize-quote, byte-optimize-lapcode): Use
13810         byte-compile-const-symbol-p.
13811         (byte-optimize-char-before): New optimization.
13813         * emacs-lisp/bytecomp.el: Change old backquote syntax.
13814         (byte-compile-const-symbol-p): New function.
13815         (byte-compile-constp, byte-compile-out-toplevel)
13816         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
13817         Use it.
13819         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
13821 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
13823         * international/encoded-kb.el: Be sure to update minor-mode-alist
13824         and minor-mode-map-alist.
13825         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
13826         codes SS2 and SS3 correctly.
13827         (encoded-kbd-self-insert-ccl): New function.
13828         (encoded-kbd-setup-keymap): New function.
13829         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
13830         by calling encoded-kbd-setup-keymap.
13832         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13833         characters.
13834         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13835         locally.
13837 2000-02-22  Dave Love  <fx@gnu.org>
13839         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13840         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13841         defvar.
13842         (lisp-mode-syntax-table): Set up for #|...|# comments.
13843         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
13844         classes.  Match `defface'.
13845         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13846         (eval-defun-1): Fix for defcustom.
13847         (lisp-indent-region): Doc fix.
13849         * subr.el (when, unless, split-string): Doc fix.
13850         (read-passwd): Move call of clear-this-command-keys to the right
13851         place.
13852         (replace-regexps-in-string): New function.
13854 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
13856         * help.el (describe-variable): Set syntax table to
13857         emacs-lisp-mode-syntax-table when moving forward over the
13858         symbol's name.
13860 2000-02-22  Dave Love  <fx@gnu.org>
13862         * xt-mouse.el: Doc fixes.
13863         (xterm-mouse-position-function): New function, replacing advice of
13864         mouse-position.
13865         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
13867         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13869 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
13871         * format.el (format-annotate-single-property-change): Handle
13872         properties.with dotted-list values.
13873         (format-proper-list-p): New function.
13875         * enriched.el (enriched-face-ans): Handle '(foreground-color
13876         . COLOR) and (background-color . COLOR).
13878 2000-02-20  Dave Love  <fx@gnu.org>
13880         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13881         and assignments to it.
13882         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13883         current local map.
13884         (make-flyspell-overlay): Use it.
13885         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13887         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13888         (lm-get-header-re): Defun, not defsubst.
13889         (lm-get-package-name): Defun, not defsubst.  Simplify.
13890         (lm-version): Doc fix.  Simplify.
13891         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13892         (lm-crack-address, lm-last-modified-date, lm-commentary)
13893         (lm-verify, lm-synopsis): Simplify.
13894         (lm-report-bug): Require emacsbug.  Use compose-mail.
13896 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
13898         * dired.el (dired-mode): Call propertized-buffer-identification
13899         to set mode-line-buffer-identification to something having
13900         the right text properties.
13902         * bindings.el (propertized-buffer-identification): New function.
13904 2000-02-20  Dave Love  <fx@gnu.org>
13906         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13907         check for t-mouse too.
13909         * cus-start.el: Make echo-keystrokes `number'.
13911 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
13913         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13914         Don't call ring-empty-p unless tags-location-ring is bound.
13915         From Noah Friedman <friedman@splode.com>.
13917 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
13919         * progmodes/hideshow.el (hs-flag-region): No longer use
13920         `intangible' overlay property.
13922         (hs-toggle-hiding): New command.
13923         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13925         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13926         Fix omission bug: Run `hs-minor-mode-hook' for both activation
13927         and deactivation.
13929 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
13931         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13933 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
13935         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13937         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13938         of `*' to handle `(* ... *)' comments.
13940 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
13942         * faces.el (list-faces-display): Use display-mouse-p instead of
13943         window-system.
13945         * menu-bar.el (global-map): Menu-bar items converted to the new
13946         format (menu-item..., rearranged for better CUA compliance, and
13947         their names changed for better clarity.  Help strings added.
13949         * international/mule-cmds.el (mule-menu-keymap)
13950         (describe-language-environment-map, set-coding-system-map)
13951         (setup-language-environment-map): Convert to new (menu-item...
13952         form, add help strings.  Change names of menu items for better
13953         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
13954         submenu).
13956 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
13958         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
13959         within the code.
13961 2000-02-16  Dave Love  <fx@gnu.org>
13963         * faces.el: Don't require custom.  Add more specific :groups to
13964         various deffaces.
13965         (set-face-attribute): Purecopy args.
13966         (read-face-name): Default to name at point and use it in prompt.
13967         Remove colon from arg in all callers.
13968         (list-faces-display): Hyperlink to face descriptions and customize
13969         buffers.
13971 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
13973         * wid-edit.el (widget-match-inline): An atom never matches a
13974         list.
13976 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13978         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13979         at ':' characters by call to split-string.
13981 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13983         * textmodes/bibtex.el: Added RCS version identification.
13985 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13987         * textmodes/bibtex.el: Some temporary comments removed.
13988         (bibtex-field-name, bibtex-entry-type): Made the relationship
13989         explicit.
13990         (bibtex-field-const): Allow capital letters.
13991         (bibtex-start-of-string): Deleted because unused.
13993         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
13994         use the term 'reference' to describe a bibtex entry as a whole.
13995         Further, reference keys are no longer called 'labels'.
13996         (bibtex-keys): Renamed to bibtex-reference-keys.
13997         (bibtex-reformat-previous-labels): Renamed to
13998         bibtex-reformat-previous-reference-keys.
13999         (bibtex-reference-type): Renamed to bibtex-entry-type.
14000         (bibtex-reference-head): Renamed to bibtex-entry-head.
14001         (bibtex-reference-maybe-empty-head): Renamed to
14002         bibtex-entry-maybe-empty-head.
14003         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14004         (bibtex-search-reference): Renamed to bibtex-search-entry.
14005         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14006         bibtex-enclosing-entry-maybe-empty-head.
14007         (bibtex-entry-field-alist, bibtex-entry-head,
14008         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14009         bibtex-map-entries, bibtex-search-entry,
14010         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14011         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14012         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14013         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14014         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14015         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14016         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14018 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14020         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14021         comment.
14022         (bibtex-format-field-delimiters): New function, functionality
14023         extracted from bibtex-format-entry.
14024         (bibtex-autokey-get-yearfield-digits): New function, functionality
14025         extracted from bibtex-autokey-get-yearfield.
14027         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14028         entries in order to avoid stack overflow in the regexp matcher if
14029         field contents become large.
14030         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14031         bibtex-field-string-part-not-braced,
14032         bibtex-field-string-part-no-inner-braces,
14033         bibtex-field-string-part-1-inner-brace,
14034         bibtex-field-string-part-2-inner-braces,
14035         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14036         bibtex-field-string-quoted, bibtex-field-string,
14037         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14038         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14039         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14040         as parsing is now performed by the following functions.
14041         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14042         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14043         bibtex-parse-field-string, bibtex-search-forward-field-string,
14044         bibtex-parse-association, bibtex-field-name-for-parsing,
14045         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14046         bibtex-search-forward-field, bibtex-search-backward-field,
14047         bibtex-start-of-field, bibtex-end-of-field,
14048         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14049         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14050         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14051         bibtex-parse-string, bibtex-search-forward-string,
14052         bibtex-search-backward-string, bibtex-start-of-string,
14053         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14054         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14055         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14056         entries.  Instead of reporting the results of the parsing by
14057         match-beginning or match-end, these functions return data structures
14058         that hold the corresponding positions.
14059         (bibtex-enclosing-field): Changed to also report field boundaries by
14060         return values rather than by match-beginning or match-end.  The
14061         following functions have been adapted to use the new parsing
14062         functions.
14063         (bibtex-skip-to-valid-entry, bibtex-search-reference,
14064         bibtex-enclosing-field, bibtex-format-entry,
14065         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14066         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14067         bibtex-print-help-message, bibtex-end-of-entry,
14068         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14069         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14070         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14071         method for parsing.
14072         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14073         bibtex-map-entries, bibtex-flash-head,
14074         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14075         bibtex-autokey-change, bibtex-autokey-get-namefield,
14076         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14077         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14078         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14079         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14080         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14081         order to make the new binding of case-fold-search immediately
14082         visible.
14084 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14086         * textmodes/bibtex.el: Copyright notice is up to date.
14087         Added constant 'bibtex-maintainer-salutation.
14089         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14090         than make-temp-name, use match-string-no-properties and eliminate
14091         a quadratic behavior when building bibtex-strings.
14093         * bibtex.el (bibtex-reference-key): Accept string entries whose
14094         reference key contains upper case letters.
14096 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14098         * bibtex.el (bibtex-reference-head): Allow entries to start with
14099         a new line.
14101 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14103         * bibtex.el: Hiding of entry bodies is not longer provided by
14104         bibtex.el directly.  Instead the hideshow package can be used.
14105         Added a special bibtex entry to hs-special-modes-alist.
14106         (bibtex-hs-forward-sexp): Added for hideshow.el.
14108 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14110         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14111         at ':' characters by call to split-string.
14113 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14115         * textmodes/bibtex.el: Added RCS version identification.
14117 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14119         * textmodes/bibtex.el: Some temporary comments removed.
14120         (bibtex-field-name, bibtex-entry-type): Made the relationship
14121         explicit.
14122         (bibtex-field-const): Allow capital letters.
14123         (bibtex-start-of-string): Deleted because unused.
14125         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
14126         use the term 'reference' to describe a bibtex entry as a whole.
14127         Further, reference keys are no longer called 'labels'.
14128         (bibtex-keys): Renamed to bibtex-reference-keys.
14129         (bibtex-reformat-previous-labels): Renamed to
14130         bibtex-reformat-previous-reference-keys.
14131         (bibtex-reference-type): Renamed to bibtex-entry-type.
14132         (bibtex-reference-head): Renamed to bibtex-entry-head.
14133         (bibtex-reference-maybe-empty-head): Renamed to
14134         bibtex-entry-maybe-empty-head.
14135         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14136         (bibtex-search-reference): Renamed to bibtex-search-entry.
14137         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14138         bibtex-enclosing-entry-maybe-empty-head.
14139         (bibtex-entry-field-alist, bibtex-entry-head,
14140         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14141         bibtex-map-entries, bibtex-search-entry,
14142         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14143         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14144         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14145         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14146         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14147         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14148         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14150 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14152         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14153         comment.
14154         (bibtex-format-field-delimiters): New function, functionality
14155         extracted from bibtex-format-entry.
14156         (bibtex-autokey-get-yearfield-digits): New function, functionality
14157         extracted from bibtex-autokey-get-yearfield.
14159         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14160         entries in order to avoid stack overflow in the regexp matcher if
14161         field contents become large.
14162         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14163         bibtex-field-string-part-not-braced,
14164         bibtex-field-string-part-no-inner-braces,
14165         bibtex-field-string-part-1-inner-brace,
14166         bibtex-field-string-part-2-inner-braces,
14167         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14168         bibtex-field-string-quoted, bibtex-field-string,
14169         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14170         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14171         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14172         as parsing is now performed by the following functions.
14173         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14174         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14175         bibtex-parse-field-string, bibtex-search-forward-field-string,
14176         bibtex-parse-association, bibtex-field-name-for-parsing,
14177         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14178         bibtex-search-forward-field, bibtex-search-backward-field,
14179         bibtex-start-of-field, bibtex-end-of-field,
14180         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14181         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14182         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14183         bibtex-parse-string, bibtex-search-forward-string,
14184         bibtex-search-backward-string, bibtex-start-of-string,
14185         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14186         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14187         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14188         entries.  Instead of reporting the results of the parsing by
14189         match-beginning or match-end, these functions return data structures
14190         that hold the corresponding positions.
14191         (bibtex-enclosing-field): Changed to also report field boundaries by
14192         return values rather than by match-beginning or match-end.  The
14193         following functions have been adapted to use the new parsing
14194         functions.
14195         (bibtex-skip-to-valid-entry, bibtex-search-reference,
14196         bibtex-enclosing-field, bibtex-format-entry,
14197         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14198         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14199         bibtex-print-help-message, bibtex-end-of-entry,
14200         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14201         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14202         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14203         method for parsing.
14204         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14205         bibtex-map-entries, bibtex-flash-head,
14206         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14207         bibtex-autokey-change, bibtex-autokey-get-namefield,
14208         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14209         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14210         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14211         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14212         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14213         order to make the new binding of case-fold-search immediately
14214         visible.
14216 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14218         * textmodes/bibtex.el: Copyright notice is up to date.
14219         Added constant 'bibtex-maintainer-salutation.
14221         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14222         than make-temp-name, use match-string-no-properties and eliminate
14223         a quadratic behavior when building bibtex-strings.
14225         * bibtex.el (bibtex-reference-key): Accept string entries whose
14226         reference key contains upper case letters.
14228 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14230         * bibtex.el (bibtex-reference-head): Allow entries to start with
14231         a new line.
14233 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14235         * bibtex.el: Hiding of entry bodies is not longer provided by
14236         bibtex.el directly.  Instead the hideshow package can be used.
14237         Added a special bibtex entry to hs-special-modes-alist.
14238         (bibtex-hs-forward-sexp): Added for hideshow.el.
14240 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14242         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14243         proceedings entry type (for cross referencing). Thanks to Wagner
14244         Toledo Correa for the suggestion.
14246         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14248 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
14250         * international/characters.el: Setup case table for Vietnamese.
14252 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
14254         * uniquify.el (toplevel): Require CL at compile time.
14255         (uniquify-push): Removed.
14257         * shadowfile.el (shadow-when): Removed.
14259         * tempo.el (tempo-dolist, tempo-mapc): Removed.
14260         (tempo-process-and-insert-string): Use dolist instead of
14261         tempo-dolist.
14263         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14264         regexp for paragraph-start.
14266         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14267         commas as well.
14269 2000-02-10  Dave Love  <fx@gnu.org>
14271         * wid-edit.el: (widgets) [defgroup]: Remove url link.
14272         (widget-color-choice-list, widget-color-history, widget-mouse-help):
14273         Deleted.
14274         (widget-specify-field, widget-specify-button): Don't use
14275         widget-mouse-help as help-echo property.
14276         (default): Use #'ignore for :validate and :mouse-down-action.
14277         (checkbox): Add help-echo.
14278         (widget-sexp-validate): Rewritten to clarify error messages.
14279         (character): Use char-valid-p in :match function.
14280         (widget-color-complete): Use facemenu-color-alist.
14281         (widget-color-action): Use facemenu-read-color.
14283         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
14284         set up `caar' &c that we now have.
14286 2000-02-09  Ray Blaak  <blaak@gnu.org>
14288         * delphi.el: Make resourcestring a declaration region, like const
14289         and var.
14291 2000-02-09  Dave Love  <fx@gnu.org>
14293         * bindings.el (mode-line-input-method-map): New variable.
14294         (mode-line-mule-info): Use it; fix last change.
14295         (mode-line-mode-menu): Move definition.
14296         (mode-line-mouse-sensitive-p): Deleted.
14297         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14298         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
14299         level.
14301         * startup.el (command-line-1): Don't call
14302         make-mode-line-mouse-sensitive.
14304 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
14306         * mail/rmail.el (rmail-retry-failure): Use
14307         rmail-beginning-of-message before rmail-toggle-header, because the
14308         former toggles headers.
14310 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
14312         * diff-mode.el (diff-kill-junk): New interactive function.
14313         (diff-reverse-direction): Use delete-and-extract-region.
14314         (diff-post-command-hook): Restrict the area so that the hook also works
14315         outside of any diff hunk.  This is necessary for the minor-mode.
14316         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14317         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14319         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14320         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14321         so that it can be used more easily in <foo>-mode-hook.  Also make sure
14322         to avoid duplicate entries.
14323         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14324         (font-lock-remove-keywords): Just as was done for `add', allow it to
14325         work even if font-lock-mode is nil.  Also make sure we don't modify
14326         any pre-existing list by forcing a copy-sequence.  Finally rename
14327         `major-mode' to `mode'.
14328         (font-lock-fontify-syntactic-anchored-keywords)
14329         (font-lock-fontify-anchored-keywords)
14330         (font-lock-fontify-keywords-region): Use line-end-position.
14331         Don't make `font-lock-multiline' local (it's now done in
14332         font-lock-set-defaults).
14333         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
14334         move the `font-lock-fontified' creation to inside the `unless'.
14336 2000-02-06  Andrew Innes  <andrewi@gnu.org>
14338         * term/w32-win.el (x-handle-args): Comment out call to message,
14339         which occurs before window system is initialized.
14341         * makefile.nt: Add support for recompiling lisp code.
14343 2000-02-04  Dave Love  <fx@gnu.org>
14345         * bindings.el (mode-line-mule-info): Fix/extend last change.
14347         * completion.el: Replace completion-dolist with dolist.
14349         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14350         dotimes.
14352 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14354         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14355         environment names before they go into the section regexp.
14357         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14358         char class in regexp.
14360         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14361         `case-fold-search' to nil.
14363         * progmodes/idlwave.el (idlwave-template): Respect
14364         `idlwave-abbrev-change-case'.
14365         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14366         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14367         idlwave-while): respect `idlwave-reserved-word-upcase'.
14368         (idlwave-rw-case): New function.
14369         (idlwave-statement-match): Fixed problem with assignment regexp.
14370         (idlwave-font-lock-keywords): Improved regexp for keyword
14371         parameters.
14372         (idlwave-surround): New argument LENGTH to support padding of
14373         operators longer than 1 char.
14375         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14376         idlwave-shell-expression-overlay.  Implemented printing of
14377         expressions on higher levels of the calling stack.
14378         (idlwave-shell-display-level-in-calling-stack): Restore stack
14379         level.
14380         (idlwave-retrieve-expression-from-level): New function.
14381         (idlwave-shell-last-calling-stack): Variable removed.
14382         (idlwave-shell-reset): Argument action reversed (`visible' to
14383         `hidden').  Also remove stop-line overlay.
14384         (idlwave-shell-calling-stack-routine): New variable.
14385         (idlwave-shell-parse-stack-and-display): Messages now display
14386         negative level numbers.
14387         (idlwave-shell-mode): Set `modeline-format'.
14388         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14389         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14390         21.
14391         (idlwave-shell-print-expression-function): New option.
14393         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14394         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14395         `tool-bar' instead of `toolbar'.
14397 2000-02-02  Dave Love  <fx@gnu.org>
14399         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14400         emacs-lisp-mode-hook.  Don't check for defalias being defined.
14402         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14403         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
14404         the new builtins directly.
14406         * whitespace.el (whitespace): Add :version to defgroup.
14408         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14409         Doc fix.
14411         * thingatpt.el (sexp-at-point, symbol-at-point)
14412         (number-at-point, list-at-point): Add autoload cookie.
14414         * recentf.el (recentf): Add :version to defgroup.
14416         * quickurl.el (quickurl): Add :version to defgroup.
14418         * elide-head.el (elide-head): Use point-marker more.
14420         * bs.el (bs): Add :version to defgroup.
14422         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14424         * progmodes/delphi.el (delphi): Add :version to defgroup.
14426 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
14428         * ange-ftp.el (ange-ftp-write-region): Handle case that
14429         succeeding process operation sets a different coding system.
14431         * calculator.el: New file.
14433 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
14435         * frame.el (frames-on-display-list, framep-on-display): New
14436         functions.
14437         (display-mouse-p, display-popup-menus-p, display-graphic-p)
14438         (display-selections-p, display-screens, display-pixel-width)
14439         (display-pixel-height, display-mm-width, display-mm-height)
14440         (display-backing-store, display-save-under, display-planes)
14441         (display-color-cells, display-visual-class): New functions.
14443         * term/tty-colors.el (tty-color-gray-shades): New function.
14445         * faces.el (display-color-p): Use framep-on-display.
14446         (display-grayscale-p): New function.
14448 2000-01-31  Dave Love  <fx@gnu.org>
14450         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14451         (create-fontset-from-x-resource): Don't concat integers.
14453 2000-01-31  Inge Frick  <inge@nada.kth.se>
14455         * view.el: Some changes in documentation.  Removed some trailing
14456         whitespace. Changed some parameter names to agree with
14457         documentation.
14458         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14459         window is not deleted.  Modifies change 1998-04-26.
14461 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
14463         * windmove.el: New file.
14465         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14466         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14467         progmodes/ebnf-yac.el: Update copyright and license info.
14469         * jit-lock.el (jit-lock-function): Widen before calculating end
14470         position.
14471         (jit-lock-stealth-chunk-start): Rewritten.
14473         * info.el (Info-title-face-alist): Removed.
14474         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14475         faces.
14476         (Info-fontify-node): Use these faces.
14478 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
14480         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14481         (cl-macro-list1): Recognize `&allow-other-keys' instead of
14482         `&allow-other-keywords'.
14484         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14485         the list of directories scanned heuristically.
14487         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14488         exist.
14490 2000-01-30  Jason Rumney  <jasonr@gnu.org>
14492         * w32-fns.el: Define w32-tty-standard-colors.
14494         * startup.el (command-line): Use w32-tty-standard-colors when in
14495         w32 console mode.
14497 2000-01-30  Dave Love  <fx@gnu.org>
14499         * jka-compr.el (jka-compr-load): Fix up load-history.
14501         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14503         * emacs-lisp/cl-macs.el: Revert previous change.
14505 2000-01-29  Dave Love  <fx@gnu.org>
14507         * facemenu.el: Purecopy various strings.
14509         * timezone.el (timezone-fix-time): Window against 69 for two-digit
14510         years.  Deal with three-digit years.
14512         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14513         defconst, purecopy.
14514         (help-back-label): Purecopy it.
14516 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
14518         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14519         variable. If non-nil, order the buffer list according to the
14520         currently selected frame.
14521         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14522         non-nil, pass the selected frame to function buffer-list.
14524 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14526         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14528 2000-01-28  Dave Love  <fx@gnu.org>
14530         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14532         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14533         Don't use lisp-indent-hook property.
14534         (cl-abs): Remove.
14536         * subr.el: Move out indent and edebug specs for when and unless.
14538         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14539         when, unless.
14541         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14542         unless, when.
14544 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
14546         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14547         `collecting' as synonym for `collect'.
14549         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14550         for the case it contains spaces.
14552         * simple.el (what-cursor-position): Change formatting of
14553         messages.
14555         * frame.el (delete-other-frames): New function.
14556         (toplevel): Bind it to C-x 5 1.
14558         * sort.el (sort-numeric-base): New option.
14559         (sort-numeric-fields): If number starts with `0' or `0[xX[',
14560         interpret it as octal or hexadecimal.  Use sort-numeric-base
14561         as default base.
14563         * progmodes/glasses.el: New file.
14565 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
14567         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14568         userids differently.
14570         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14571         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14572         progmodes/ebnf-yac.el: New files.
14574 2000-01-26  Dave Love  <fx@gnu.org>
14576         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14577         on a function with an empty body.  [From Eric Ludlam.]
14579 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
14581         * vc.el (vc-version-diff): Make sure file name is expanded.
14583 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
14585         * scroll-bar.el (scroll-bar-timer): Variable removed.
14586         (scroll-bar-toolkit-scroll): Don't use a timer.
14588 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
14590         * language/thai-util.el (thai-composition-function): Delete
14591         superfluous `a'.
14593 2000-01-24  Dave Love  <fx@gnu.org>
14595         * fortran.el (fortran-mode): Use beginning-of-defun-function,
14596         end-of-defun-function.
14598         * font-lock.el (turn-on-font-lock): Don't depend on window-system
14599         &c.
14601 2000-01-22  Jason Rumney  <jasonr@gnu.org>
14603         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14604         conflicts with new face support.
14606 2000-01-22  Richard M. Stallman  <rms@gnu.org>
14608         * replace.el (query-replace): Rename last arg to DELIMITED.
14609         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14610         (query-replace-regexp): Likewise.
14612 2000-01-20  Richard M. Stallman  <rms@gnu.org>
14614         * subr.el (with-syntax-table): Use make-symbol, not gensym.
14616         * emacs-lisp/lisp.el (beginning-of-defun-function):
14617         Variable renamed from beginning-of-defun.
14618         Do not call make-variable-buffer-local.
14619         (beginning-of-defun-raw): Use new variable name; doc fix.
14620         (beginning-of-defun): Doc fix.
14621         (end-of-defun-function): Variable renamed from end-of-defun.
14622         Do not call make-variable-buffer-local.
14623         (end-of-defun): Use new variable name; doc fix.
14625         * subr.el (dolist, dotimes): Copied from cl-macs.el
14626         and made to work.
14628         * mail/undigest.el (rmail-digest-end-regexps):
14629         Variable replaces rmail-digest-end-regexp.
14630         Allows multiple regexps for detecting the end line.
14631         (undigestify-rmail-message): Corresponding changes.
14633 2000-01-19  Dave Love  <fx@gnu.org>
14635         * files.el (user-init-file): Don't declare here -- is primitive.
14637         * startup.el (command-line): Check for compiled user-init-file and
14638         set to uncompiled version if necessary.
14640 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
14642         * mail/undigest.el (rmail-digest-end-regexp): New user option.
14643         (undigestify-rmail-message): Use it.
14645         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14647 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
14649         * tmm.el (tmm-goto-completions): Adapt to prompt being part
14650         of mini-buffer.
14652 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
14654         * emacs-lisp/copyright.el (copyright-update): Removed the
14655         requirement for a trailing space from `copyright-regexp', to
14656         support copyrights with owner specified on a separate line..
14658         * align.el: New file.
14660         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14662         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14664 2000-01-13  Dave Love  <fx@gnu.org>
14666         * ph.el: Removed.  (Obsoleted by EUDC.)
14668 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
14670         * net/eudc.el (toplevel): Remove autoloaded code installing
14671         menu with easymenu, because that causes build problems.
14673         * frame.el (frame-notice-user-settings): New variable.
14674         (frame-notice-user-settings): Don't modify frame parameters
14675         if called a second time.
14677 2000-01-13  Richard M. Stallman  <rms@gnu.org>
14679         * frame.el (frame-notice-user-settings):
14680         Notice default-frame-parameters even for non-window frames.
14682 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
14684         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14685         for Emacs.
14686         (eudc-bob-can-display-inline-images): Extend for Emacs.
14687         (eudc-bob-toggle-inline-display): Ditto.
14688         (eudc-bob-display-jpeg): Ditto.
14690 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
14692         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14693         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14694         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14696         * add-log.el (add-change-log-entry): Fix error trying an `(insert
14697         nil)'.
14699         * subdirs.el: Add `net' directory.
14701         * net: New directory.
14703         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14704         eval-last-sexp.  Don't bind debug-on-error here.
14705         (eval-last-sexp): New function.  Bind debug-on-error if
14706         eval-expression-debug-on-error is non-nil.
14707         (eval-defun-2, eval-defun): Likewise.
14709         * simple.el (eval-expression): Don't bind debug-on-error if
14710         eval-expression-debug-on-error is nil.  Detect changed
14711         debug-on-error, and propagate new value to global binding, if
14712         eval-expression-debug-on-error is non-nil,
14713         (eval-expression-debug-on-error): Change doc string.
14715 2000-01-11  Richard M. Stallman  <rms@gnu.org>
14717         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14719         * emacs-lisp/lisp-mode.el (with-syntax-table):
14720         Set up lisp-indent-function property.
14722         * subr.el (with-syntax-table): Moved from simple.el.
14724         * simple.el (with-syntax-table): Moved to subr.el.
14726 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
14728         * tmm.el (tmm-shortcut): Delete region after prompt instead
14729         of erasing buffer.
14731         * textmodes/fill.el (fill-common-string-prefix): New function.
14732         (fill-context-prefix): Use the longest common prefix of first
14733         and second line fill prefix, if there is one.
14735 2000-01-11  Richard M. Stallman  <rms@gnu.org>
14737         * array.el (array-mode): Don't use make-variable-buffer-local.
14738         Use make-local-variable for `truncate-lines'.
14740 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
14742         * add-log.el (add-log-current-defun): Handle user-defined
14743         add-log-current-function returning nil,
14745         * add-log.el (add-change-log-entry): Insert version number
14746         if having found a current function
14748         * add-log.el (add-log-current-defun): Call
14749         `add-log-current-defun-function'.  Try matches at level 0 and
14750         level 1.  Strip whitespace from defun found.
14752 2000-01-10  John Wiegley  <johnw@gnu.org>
14754         * allout.el (isearch-done/outline-provisions): Added `edit'
14755         argument to correspond with the current definition of
14756         `isearch-done'.
14758 2000-01-10  Dave Love  <fx@gnu.org>
14760         * elide-head.el (elide-head): Use point-marker, not point.
14762 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
14764         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14765         before and after the year 2000.
14767         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14768         Add ispell- prefix.
14770 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
14772         * ispell.el:  Only define dictionaries in menus when they exist.
14773         (version18p): New variable.
14774         (version20p): New variable.
14775         (xemacsp): New variable.
14776         (ispell-choices-win-default-height): Fix for XEmacs visibility.
14777         (ispell-dictionary-alist1): Added Brasileiro dictionary.
14778         (ispell-dictionary-alist6): Russian command lines no longer accept
14779         run-together words.
14780         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14781         (ispell-dictionary-alist): Add koi8-r to customize definition.
14782         (check-ispell-version): Added documentation string.  Returns
14783         library path when called non-interactively.
14784         (ispell-menu-map-needed): Uses new variables.
14785         (ispell-library-path): New variable.
14786         (ispell-decode-string): XEmacs fix for bogus variable bindings.
14787         (ispell-word): Improved documentation string.  Test for valid
14788         character mappings.  Correctly check typed in word changes that can
14789         result in single words split into multiple words.  Returns
14790         replacement word.
14791         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
14792         replace in recursive query replace mode.  Help message for
14793         recursive edit mode.
14794         (ispell-show-choices): Protect against bad framepop bindings.
14795         (ispell-help): Fix to work with XEmacs.
14796         (ispell-highlight-spelling-error): Use new variables.
14797         (ispell-overlay-window): Fix to work with XEmacs.
14798         (ispell-parse-output): Passed and returns location information
14799         tracking spelling corrections.  Doesn't recheck same word on
14800         current line.
14801         (ispell-init-process): Protect against bogus XEmacs variable binding.
14802         Fix call to single argument in sleep-for.  Use new variables.
14803         (ispell-region): Passed and returns location information tracking
14804         spelling corrections.  Doesn't check same word on current line.
14805         Improved documentation string.  Doesn't resend a line already
14806         checked to the ispell process - fixes bug in LaTeX parsing.
14807         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
14808         (ispell-skip-region): No longer skips <TT> in SGML.
14809         (ispell-process-line): Tracks location information with spelling
14810         corrections.  Added documentation string.  Accounts for words
14811         already accepted on this line.  Don't allow query-replace on line
14812         starting with math characters.  Doesn't resend a line already sent
14813         to ispell process.  Fixes alignment error bug.
14815 2000-01-10  Richard M. Stallman  <rms@gnu.org>
14817         * dired-x.el (dired-guess-shell-alist-default):
14818         Suggest xloadimage, which is free, not xv, which isn't.
14820         * ange-ftp.el (ange-ftp-file-name-nondirectory):
14821         Don't ever include the host name or user name in the value.
14823 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
14825         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
14826         of a real newline.
14828 2000-01-09  Stephen Eglen  <stephen@gnu.org>
14830         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
14831         for .png files.
14833 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
14835         * cus-edit.el (custom-hook-convert-widget): Fix comment.
14837 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
14839         * progmodes/cperl-mode.el: Replace ^F with ^L.
14841         * sendmail.el (toplevel): Provide `sendmail' when compiling
14842         before `require'ing rmail and mailalias to prevent infinite
14843         recursion.
14845 2000-01-08  Dave Love  <fx@gnu.org>
14847         * emacs-lisp/backquote.el: Remove inappropriate customization
14848         (allowing custom.el to use backquote).
14850 2000-01-07  Dave Love  <fx@gnu.org>
14852         * add-log.el (add-log-debugging): Deleted.
14853         (add-change-log-entry): Treat a backup FILE-NAME as its parent
14854         file.  Remove debugging code.
14855         (change-log-get-method-definition, change-log-name): Add doc.
14856         (change-log-sortable-date-at): New function.
14857         (change-log-merge): New command.
14859         * time.el (display-time-string-forms): Make the Mail string active.
14860         (display-time-update): Provide help-echo for load average.
14862         * bindings.el (make-mode-line-mouse2-map): New function.
14863         (mode-line-modified): Use it and simplify.
14864         (mode-line-mule-info): Provide help-echo info.
14865         (minor-mode-alist): Activate the strings.
14866         (make-mode-line-mouse-sensitive): Simplify for
14867         mode-line-buffer-identification.
14869 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
14871         * play/pong.el: New file.
14873 2000-01-06  Dave Love  <fx@gnu.org>
14875         * array.el: Assorted cleanups for compiler warnings, doc strings,
14876         `array-' prefix for symbols.
14878 2000-01-05  Dave Love  <fx@gnu.org>
14880         * textmodes/outline.el (outline-mode-menu-bar-map): Add
14881         outline-headers-as-kill.
14882         (outline-mode): Define imenu-generic-expression.
14883         (outline-headers-as-kill): New command.
14885         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14886         from paragraph-start.
14887         (paragraph-indent-minor-mode): New command.
14889         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14890         M-C-e, M-C-h, C-j, C-xnd, TAB.
14891         (fortran-mode): Set beginning-of-defun, end-of-defun.
14892         (fortran-column-ruler): Simplify.
14893         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14894         (fortran-with-subprogram-narrowing): Likewise.
14895         (fortran-indent-subprogram): Call mark-defun.
14896         (fortran-check-for-matching-do): Change narrowing.
14898         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14899         (cl-lucid-hash-tag): Delete.
14900         (cl-hash-table-p): Correct test for native table.
14901         (cl-hash-table-count): Use hash-table-count.
14903         * browse-url.el (browse-url): Fix case of
14904         browse-url-browser-function being an alist.
14906 2000-01-05  Carsten Dominik  <cd@gnu.org>
14908         * textmodes/reftex-vars.el (reftex-parse-file-extension)
14909         (reftex-index-phrase-file-extension): New options.
14911         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
14912         Use new option `reftex-index-phrase-file-extension'.
14914         * textmodes/reftex.el (reftex-access-parse-file): Use new option
14915         `reftex-parse-file-extension'.
14917 2000-01-05  Dave Love  <fx@gnu.org>
14919         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
14920         (beginning-of-defun-raw): Use it.
14921         (end-of-defun): New variable.
14922         (end-of-defun): Use it.
14923         (check-parens): New command.
14925 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
14927         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14928         (hs-show-block): Don't use `mapcar' when not accumulating.
14930         Fix buglet in local variables initialization.
14932 2000-01-05  Andreas Schwab  <schwab@suse.de>
14934         * hscroll.el (hscroll): Doc fix.
14936 2000-01-05  Carsten Dominik  <cd@gnu.org>
14938         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14939         idlw-toolbar.
14941         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14942         file idlw-rinfo.el.
14943         (idlwave-customize): load must read file idlw-shell.el.
14944         (idlwave-create-customize-menu): load must read file idlw-shell.el.
14946 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
14948         * progmodes/idlw-shell.el: Also provide idlwave-shell
14949         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14950         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14952         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14953         both reftex-dcr and reftex-vcr.
14955         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14957 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14959         * ps-print.el: PostScript code now is in separate files, doc fix.
14960         (ps-print-version): New version number (5.0.3).
14961         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14962         local.
14963         (ps-spool-config): Initialization fix.
14964         (ps-print-prologue-1, ps-print-prologue-2)
14965         (ps-print-duplex-feature): PostScript code moved to separated file.
14966         (ps-background-image): Little code reformating.
14967         (ps-begin-file, ps-begin-job): Fix code.
14968         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
14969         (ps-prologue-file): New fun.
14971 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14973         * ps-vars.el: Eliminated.
14975         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14976         `;;;###autoload'.
14978         * ps-print.el: ps-vars eliminated, doc fix.
14979         (ps-print-version): New version number (5.0.2).
14980         (ps-spool-config): Initialization fix.
14981         (ps-print-customize): New fun.
14983 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
14985         * autorevert.el (auto-revert-mode): Return value of
14986         auto-revert-mode.
14988 2000-01-04  Dave Love  <fx@gnu.org>
14990         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14991         menu items.
14993 2000-01-03  Dave Love  <fx@gnu.org>
14995         * elide-head.el (elide-head) [defgroup]: Add :version.
14997         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
14998         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14999         `cl-hash-table-p', not `hash-table-p'.
15000         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15002 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15004         * faces.el (face-read-integer, read-face-attribute)
15005         (color-defined-p, color-values): unspecified-{f,b}g are now
15006         strings.
15008 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
15010         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15011         at comment end, and re-insert them after filling.
15013 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15015         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15016         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15017         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15019 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15021         * term/x-win.el (xw-defined-colors): Call color-supported-p,
15022         the new name of face-color-supported-p.
15024         * term/w32-win.el (xw-defined-colors): Likewise.
15026 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15028         * simple.el (completion-setup-function): Count completion-size
15029         from minibuffer-prompt-end, not from point-min.
15031 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
15033         * faces.el (read-face-attribute, defined-colors, color-defined-p):
15034         Pass the frame to tty-color-* functions.
15035         (display-color-p, frame-set-background-mode): Pass the frame to
15036         tty-display-color-p.
15038         * term/tty-colors.el (tty-defined-color-alist): Renamed from
15039         tty-color-alist.
15040         (tty-color-alist, tty-modify-color-alist): New functions.
15041         (tty-color-define,  tty-color-clear, tty-color-approximate)
15042         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15043         an optional parameter FRAME.
15045 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
15047         * image.el (create-image, defimage): Don't assume image data is a
15048         string.
15050         * image.el (defimage): Handle specifications containing :data
15051         instead of :file.
15052         (image-type-from-data): New function.
15053         (image-type-from-file-header): Use it.
15054         (create-image): Add parameter DATA-P.
15056 See ChangeLog.8 for earlier changes.
15058 ;; Local Variables:
15059 ;; coding: iso-2022-7bit
15060 ;; End: