(comment-normalize-vars): Handle a nil comment-padding.
[emacs.git] / lisp / ChangeLog
blobb9ae96a0d8e489d4cc79e4afc4e8b970e9178123
1 2001-11-13  Per Starback  <starback@ling.uu.se>
3         * isearch.el (isearch-whitespace-chars): Doc fix.
4         (isearch-mode): Handle negative search-slow-window-lines correctly.
6 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
8         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
10         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
11         From Emmanuel Briot <briot@act-europe.fr>.
13 2001-11-13  Colin Walters  <walters@debian.org>
15         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
17         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
18         "~/.emacs"; use `read-file-name'.
20         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
21         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
22         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
23         * calc/calc.el: Use `frame-width' instead of `screen-width',
24         `frame-height' instead of `screen-height', and,
25         `executing-kbd-macro' instead of `executing-macro'.
27         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
28         correct number of arguments.
30         * calc/calc-aent.el (calc-do-alg-entry):
31         Use `blink-paren-function' instead of `blink-paren-hook'.
33 2001-11-12  Richard M. Stallman  <rms@gnu.org>
35         * calendar/todo-mode.el (todo-save): Add save-excursion
36         and save-restriction.
38         * server.el (server-edit, server-done): Doc fix.
40         * simple.el (clone-indirect-buffer): Error if major mode symbol
41         has a no-clone-indirect property.
42         (clone-buffer): Check for obvious errors before reading clone name.
44         * info.el (Info-mode): Add a no-clone-indirect property.
46 2001-11-12  Sam Steingold  <sds@gnu.org>
48         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
49         set-buffer-modified-p to nil after `vc-exec-after'.
50         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
51         (log-view-mode): Make read-only.
52         (log-view-current-file): Do final `expand-file-name' in the
53         current `default-directory'.
54         (log-view-current-tag): Take an optional `where' arg.
55         (log-view-diff): New user command.
57 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
59         * progmodes/cpp.el (cpp-choose-face): Fix typo.
61 2001-11-12  Sam Steingold  <sds@gnu.org>
63         * emacs-lisp/cl-indent.el (toplevel): Indent properly
64         `generic-flet', `generic-labels', `with-accessors',
65         `with-condition-restarts'.
67 2001-11-12  Richard M. Stallman  <rms@gnu.org>
69         * dired.el: Many trivial doc fixes.
70         (dired-get-file-for-visit): New function.
71         (dired-find-alternate-file, dired-mouse-find-file-other-window):
72         (dired-view-file, dired-find-file-other-window, dired-display-file):
73         (dired-find-file): Use dired-get-file-for-visit.
75 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
77         * sql.el (sql-mode): Doc change.
79         * sql.el (sql-mode-syntax-table): The backslash is no longer an
80         escape character.
82 2001-11-12  Colin Walters  <walters@debian.org>
84         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
85         (calc-do-keypad): Don't attempt to use nonexistent global
86         mouse-map, use calc-keypad-map.
87         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
88         (calc-keypad-left-click): Don't use mouse-map; update to new event
89         interface.
90         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
91         (calc-keypad-press): Use `unread-command-events' instead of
92         `unread-command-char'.
94         * calc/calc-ext.el (calc-init-extensions): Update autoload names
95         to match files renamed on initial calc import.
97 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
99         * textmodes/flyspell.el (flyspell-default-dictionary):
100         Fix previous change.
102 2001-11-12  Richard M. Stallman  <rms@gnu.org>
104         * textmodes/flyspell.el (flyspell-default-dictionary):
105         Fix custom type.
107 2001-11-11  Richard M. Stallman  <rms@gnu.org>
109         * calendar/solar.el (solar-sunrise-and-sunset):
110         Exchange the two extreme values of day-length.
112         * progmodes/sh-script.el (sh-must-be-shell-mode):
113         Allow modes derived from sh-mode.
115         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
116         Turn off error in some re-search-forward calls.
118         * replace.el (query-replace-skip-read-only): New variable.
119         (perform-replace): If that variable is non-nil, ignore matches
120         that have a read-only property.
122         * derived.el (define-derived-mode): Doc fix.
124         * server.el (server-buffer-done): Test of server-existing-buffer
125         was backwards.
126         (server-existing-buffer): Doc fix.
128         * textmodes/flyspell.el (flyspell-default-dictionary):
129         Allow nil as value, and make nil the default.
131 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
133         * subdirs.el: Regenerated.
135         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
136         it is not fboundp.
137         (clipboard-yank): Ditto.
139 2001-11-11  Colin Walters  <walters@verbum.org>
141         The following changes are based on patches from
142         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
143         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
145         * calc/calc.el (toplevel): Require calc-macs.
146         (calc-minibuffer-size): New.
147         (calcDigit-nondigit): Use it instead of `buffer-size'.
148         (calcDigit-backspace): Likewise.
149         (calcDigit-nondigit): Use `minibuffer-contents' instead of
150         `buffer-string'.
151         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
152         `point-min'.
153         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
154         `save-excursion'.
156         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
157         simple `setq' form.
159         * calc/calc-ext.el: (toplevel): Require calc.
160         (calc-fancy-prefix-map): New.
161         (calc-fancy-prefix): Use it.
162         (calc-fancy-prefix-other-key): New.
164         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
165         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
166         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
167         (calcAlg-enter): Likewise.
168         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
170 2001-11-10  Richard M. Stallman  <rms@gnu.org>
172         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
173         (quietly-read-abbrev-file): Doc fix.
175         * startup.el (command-line): Read standard abbrev
176         file (abbrev-file-name), if it exists.
178         * files.el (save-abbrevs): Default value is t.
180         * progmodes/compile.el (compile-goto-error): Fix previous change
181         in the case where subsequent errors have not been parsed yet
182         because they are in a different source file.
184 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
186         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
187         Merge two regular expressions into one.
188         (ps-mode): Make local bindings for `comment-start' and
189         `comment-start-skip'.
190         (ps-mode-looking-at-nested): Simplify an if-else construct;
191         use `set-match-data' to set the result.
193 2001-11-10  Richard M. Stallman  <rms@gnu.org>
195         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
196         Function deleted.
197         (flyspell-correct-word): Old definition deleted.
198         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
199         All references renamed too.
201 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
203         * Makefile.in (finder_setwins, setwins): Exclude Calc.
205 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
207         * wid-edit.el (checklist): Removed `:menu-tag'.
208         (radio-button-choice): Ditto.
209         (editable-list): Ditto.
211 2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
213         * play/gomoku.el: Move definitions of constants to the beginning
214         of file, before their use.
216 2001-11-09  Richard M. Stallman  <rms@gnu.org>
218         * textmodes/flyspell.el: Use the keymap property
219         instead of local-map, and don't use a minor-mode map.
220         (flyspell-mode-map): Variable deleted.
221         Don't mess with minor-mode-map-alist.
222         (calling add-minor-mode): Specify nil for keymap.
223         And always use add-minor-mode, now that it exists.
224         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
225         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
226         or flyspell-local-mouse-map.
227         (make-flyspell-overlay): Use flyspell-mouse-map directly.
228         (flyspell-mode): Doc fix.
229         (flyspell-mode-on): Don't call make-local-hook.
231 2001-11-09  Sam Steingold  <sds@gnu.org>
233         * emacs-lisp/debug.el (debugger-make-xrefs):
234         Add buttons to all symbols.
236 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
238         * vc.el: Add John David Smith to credits.
240         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
242         * vc-hooks.el (vc-error-occured): Backquotified.
243         (vc-file-prop-obarray): Use prime length for better efficiency.
245         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
247 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
249         * info.el (Info-file-list-for-emacs): Add entries for Calc.
251 2001-11-09  Miles Bader  <miles@gnu.org>
253         * subr.el (functionp): Don't consider macros as functions.
255 2001-11-08  Miles Bader  <miles@gnu.org>
257         * subr.el (functionp): Make work correctly for macros and unbound
258         symbols.
260         * comint.el (comint-send-input): Fix description of
261         `comint-process-echoes' in the doc-string.
263 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
265         * international/mule.el (make-translation-table): Doc fix.
266         Suggested by Alex Schroeder <alex@gnu.org>.
268 2001-11-07  Richard M. Stallman  <rms@gnu.org>
270         * info.el (Info-fontify-node): Highlight every third menu item.
272 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
274         * cus-edit.el (custom-face-value-create): Don't ignore the
275         `customized-face' attribute when finding the current face spec.
277 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
279         * subr.el (with-local-quit): New macro.
280         (make-syntax-table): Always inherit.
281         (functionp): Be more careful when `object' is a symbol.
283         * dabbrev.el (dabbrev-completion): Use "*Completions*".
285 2001-11-07  Paul Eggert  <eggert@twinsun.com>
287         * dired.el (dired-move-to-filename-regexp):
288         Do not distinguish between ASCII letters and non-ASCII characters.
289         Don't allow comma except in the form "month day, year".
290         Don't allow space between month name and comma.
291         Clean up the code that checks for trailing period, comma, and space.
292         Remove now-obsolete comments, and add more commentary about
293         Japanese dates.
294         Always gobble up trailing spaces, instead of doing it only sometimes.
296 2001-11-07  Miles Bader  <miles@gnu.org>
298         * paren.el (show-paren-match-face): Add dark-background variant.
300 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
302         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
303         (lisp-mode-variables): Don't set paragraph-{start,separate}.
304         Don't disable adaptive-fill-mode.
305         (lisp-fill-paragraph): Use tab-width rather than 8.
306         Prevent filling the first line of docstrings.
308 2001-11-06  Richard M. Stallman  <rms@gnu.org>
310         * play/gomoku.el (gomoku): Doc fix.
312         * jka-compr.el (jka-compr-partial-uncompress):
313         Support an alternative of not using dd.
314         (jka-compr-dd-program): Use defcustom to define this.
315         (jka-compr-load-suffixes): Use defcustom.
316         (jka-compr-mode-alist-additions): Use defcustom.
318 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
320         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
321         Also work when LIMIT is further than the end of line.
323 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
325         * international/quail.el (quail-update-leim-list-file): Print the
326         offending file name if some of its quail-define-package forms is broken.
328 2001-11-05  Richard M. Stallman  <rms@gnu.org>
330         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
331         of the evaluated form.
333 2001-11-05  Paul Eggert  <eggert@twinsun.com>
335         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
336         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
337         stamps always line up by default.  Also, it uses a slightly
338         different window to determine whether files are "recent".
340 2001-11-05  Andrew Innes  <andrewi@gnu.org>
342         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
343         Don't attempt to remake autoloads before nuking .elc files.
345 2001-11-04  Richard M. Stallman  <rms@gnu.org>
347         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
348         previous-single-property-change or next-single-char-property-change
349         returns nil.
351         * international/mule-cmds.el (set-locale-environment):
352         Make it interactive; make arg optional.
354         * international/mule-diag.el (help-funs): Require help-funs.
356 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
358         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
360 2001-11-04  Miles Bader  <miles@gnu.org>
362         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
363         shadow of the splash image grey on a dark background instead of black.
365 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
367         * term.el (all faces): Don't (copy-face 'default <foo>).
369         * term/xterm.el (function-key-map):
370         Add entry for `ESC [ 3 ~' -> <delete>
371         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
372         Use inheritance so that .emacs and terminfo take precedence.
374 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
376         * tooltip.el (tooltip-delay): Decrease to 0.7.
377         (tooltip-hide-delay): Enlarge to 10.
379 2001-11-03  Richard M. Stallman  <rms@gnu.org>
381         * startup.el (fancy-splash-tail): Explain how to recover
382         from a crash, if there was a crash.
383         (command-line-1): Reorganize display of startup screen,
384         to simplify the logic.  Use a temp buffer for it.
386 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
388         * frame.el (set-background-color, set-foreground-color):
389         Call face-set-after-frame-default, to propagate the new colors to
390         the frame's parameters alist.
392         * calendar/timeclock.el (timeclock-out): Signal an error if
393         timeclock-last-event is nil.
395 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
397         * textmodes/fill.el (fill-context-prefix): Fix braino.
399         * international/quail.el (quail-help):
400         Use `help-buffer' and move `help-setup-xref' to beginning.
402         * international/mule-cmds.el (describe-language-environment):
403         Use `help-buffer' and move `help-setup-xref' to beginning.
405         * international/mule-diag.el (list-character-sets)
406         (sort-listed-character-sets, describe-character-set)
407         (describe-coding-system, describe-fontset, list-fontsets):
408         Use `help-buffer' and move `help-setup-xref' to beginning.
409         (describe-char-after): Use `internal-describe-syntax-value'.
411 2001-11-02  Richard M. Stallman  <rms@gnu.org>
413         * mouse.el (popup-menu): If the user refuses to select
414         from a menu, don't try to invoke the menu.
416 2001-11-02  Miles Bader  <miles@gnu.org>
418         * help-mode.el (help-xref): New button type.
419         (help-function, help-variable, help-face, help-coding-system)
420         (help-input-method, help-character-set, help-type, help-symbol)
421         (help-back, help-info, help-customize-variable, help-customize-face)
422         (help-function-def, help-variable-def): Use it as a supertype.
423         Remove `action' property.
425         * international/mule-diag.el (describe-character-set)
426         (describe-coding-system): Pass correct args to `help-xref-button'.
427         (sort-listed-character-sets): New button type.
428         (list-character-sets): Use it.
429         (list-charset-chars): New button type.
430         (list-character-sets-1): Use it.
432 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
434         * indent.el (tab-always-indent, indent-for-tab-command):
435         Remove redundant `never' setting.
437         * fill.el (fill-region-as-paragraph): Don't forget to skip
438         over current whitespace before looking for a preceding space.
440 2001-11-01  Richard M. Stallman  <rms@gnu.org>
442         * files.el (file-newest-backup): Don't pass backup file name
443         thru file-name-sans-versions, because it never has version numbers.
445         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
446         to avoid ambiguous nested loops.
448         * files.el (find-file-noselect): Offer to change buffer-read-only
449         only when the file's read-only status has changed from before
450         as well as disagreeing with the buffer's current status.
451         (buffer-file-read-only): New var, local in all buffers.
453         * buff-menu.el (buffer-menu): Doc fix.
454         (buffer-menu-other-window): Doc fix.
455         (list-buffers, list-buffers-noselect): Doc fix.
457 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
459         * startup.el (command-line): If the terminal Emacs is running on
460         has erase char set to ^H, use the Backspace key for deleting
461         backward, and the Delete key for deleting forward.
463 2001-11-01  Miles Bader  <miles@gnu.org>
465         * button.el (define-button-type): Make sure every user-defined
466         button type has a supertype.
468 2001-10-31  Jason Rumney  <jasonr@gnu.org>
470         * international/mule-cmds.el (locale-language-names): Add chs and
471         cht as aliases for Chinese-GB and Chinese-BIG5.
473 2001-10-31  Richard M. Stallman  <rms@gnu.org>
475         * bindings.el (mode-line-frame-identification): Add doc string.
476         (mode-line-position, mode-line-modes): New variables.
477         (mode-line-format): Use mode-line-position for the part
478         that displays the position-in-buffer info.
479         Use mode-line-modes for the part that displays major and minor modes.
481 2001-10-31  Sam Steingold  <sds@gnu.org>
483         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
484         (debugger-setup-buffer): Call it.
485         (debugger-mode-map): Bind RET and mouse-2.
487 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
489         * startup.el: Document command line option --no-window-system
490         instead of --no-windows.
492 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
494         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
496         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
497         (font-lock-defaults-alist): Use it.
498         From David Ponce <david.ponce@wanadoo.fr>
500         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
501         output of `char-after'.
503         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
505         * simple.el (reindent-then-newline-and-indent): Insert the newline
506         before indenting the first line.
507         (undo-get-state, undo-revert-to-state): New funs.
508         (shell-command): Don't kill the buffer even if empty.
509         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
510         (transpose-subr-end2): Remove.
511         (transpose-subr): Add `special' arg and simplify.
512         (transpose-subr-1): Rewrite.
513         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
514         (rfc822-goto-eoh): Simplify.
516 2001-10-30  Richard M. Stallman  <rms@gnu.org>
518         * enriched.el (enriched-face-ans): FIx previous change.
520 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
522         * international/iso-acc.el (iso-accents-compose): Remove a
523         superfluous setq.
525 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
527         * buff-menu.el (list-buffers-noselect): If the buffer's name
528         starts with a blank, but it visits a file, do show it (for files
529         whose names start with a blank).
531 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
533         * textmodes/fill.el (sentence-end-double-space)
534         (sentence-end-without-period): Move to paragraphs.el.
535         (fill-indent-according-to-mode): Change default to t.
536         (fill-context-prefix): Simplify control-flow and use a more
537         sophisticated merge that unifies both previous checks.
538         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
539         (fill-nobreak-predicate): Make it into a defcustom'd hook.
540         (fill-nobreak-p): New fun.
541         (fill-region-as-paragraph): Use it.
542         Handle `fill-indent-according-to-mode' slightly differently.
543         (fill-individual-paragraphs-prefix): Simplify the control-flow.
544         (fill-individual-paragraphs-citation): Fix.
546         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
547         (paragraph-start): Change default to the `text-mode' value.
548         (sentence-end-double-space, sentence-end-without-period):
549         Move from fill.el.
550         (forward-paragraph): Use `parstart' and `parsep' for temp variables
551         rather than rebinding `paragraph-start' and `paragraph-separate'.
553         * indent.el (indent-line-function): Change default to indent-relative.
554         (tab-always-indent): Add an `never' setting.
555         (indent-according-to-mode): Handle `indent-relative' and
556         `indent-relative-maybe' specially.
557         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
558         Handle the `never' case for `tab-always-indent'.
559         Don't call indent-according-to-mode for indent-relative' and
560         `indent-relative-maybe'.
561         (insert-tab): Rename `prefix-arg' to `arg'.
562         (indent-region): Indent the first line as well.
563         (indent-relative): Don't mark the buffer modified if the indentation
564         is unchanged.
566         * textmodes/text-mode.el (paragraph-indent-minor-mode):
567         Don't set paragraph-separate.  Set paragraph-start more carefully.
568         Set indent-line-function.
569         (paragraph-indent-text-mode): Use it and define-derived-mode.
570         (text-mode-map): Remove the \t binding.
571         (text-mode): Simplify now that the default is more favorable.
573 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
575         * emacs-lisp/find-func.el (find-function-search-for-symbol):
576         If the regexp doesn't match, use a looser one.
577         (find-variable-noselect): Add `file' argument.
579         * pcvs.el (cvs-mode-commit-hook): New hook.
580         (cvs-mode-commit): Run it.
582         * log-edit.el (log-edit): Run hook after `log-edit-files'.
584         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
585         (edebug-instrument-function): Use `find-function-noselect'.
587 2001-10-29  Richard M. Stallman  <rms@gnu.org>
589         * term.el (term-if-emacs19): Macro deleted.
590         Callers changed to use progn instead.
592         * frame.el (blink-cursor-mode): Doc fix.
594         * files.el (find-backup-file-name): Use make-backup-file-name.
596         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
597         window-live-p.
598         (edebug-set-conditional-breakpoint): Unconditionally use
599         the former Emacs >=19 definition.
600         (edebug-mark): Define unconditionally.
601         (edebug-eval-expression): Always call read-from-minibuffer
602         and specify history list.
603         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
604         edebug-set-conditional-breakpoint.
605         (edebug-emacs-version-specific): Function deleted;
606         do the job at top level.
607         (edebug-emacs-19-specific): Function deleted, this is the default.
609 2001-10-29  Sam Steingold  <sds@gnu.org>
611         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
612         "/cygdrive/LETTER/" pathnames.
614 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
616         * faces.el (invert-face): Check for 'unspecified, not for nil,
617         when testing whether face colors are not specified.
618         From David.Kastrup@t-online.de (David Kastrup).
619         (read-face-name): Doc fix.
620         (make-face-bold, make-face-unbold, make-face-italic)
621         (make-face-unitalic, make-face-bold-italic, invert-face):
622         Remove trailing blank from the prompt passed to read-face-name.
624 2001-10-29  Sam Steingold  <sds@gnu.org>
626         * emacs-lisp/bytecomp.el (byte-recompile-directory):
627         Report numbers of files skipped and failed too.
628         (byte-compile-file): Return 'no-byte-compile for skipped files.
630 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
632         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
633         and `M p'.
635 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
637         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
638         as is on unread-command-events instead of `(SECOND-CHAR)'.
640 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
642         * vc.el: Mention vc-*-switches in backend API documentation.
643         (vc-annotate): Adapt doc string to recent change.
645 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
647         * enriched.el (enriched-face-ans): Handle face attributes
648         of the form `(FACE1 FACE2 ...)'.
650         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
652 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
654         * progmodes/sql.el (sql-mysql): Doc change by RMS.
656         * progmodes/sql.el (sql-db2): Doc change.
657         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
658         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
660 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
662         * env.el (substitute-env-vars): Don't quote argument to `rx';
663         it's a macro.
665 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
667         * cus-start.el (recursive-load-depth-limit): Added.
669 2001-10-28  Richard M. Stallman  <rms@gnu.org>
671         * textmodes/ispell.el (version18p, version20p): Vars deleted.
672         All uses removed--assume Emacs version is >= 20.
674         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
675         by really checking that it is not version 18.
677         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
679 2001-10-28  Miles Bader  <miles@gnu.org>
681         * faces.el (face-attribute): Add INHERIT argument, consider face
682         inheritance if it's non-nil.
683         (face-attribute-merged-with): New function.
684         (face-attribute-specified-or): New macro.
685         (face-foreground, face-background, face-stipple): Add INHERIT
686         argument.  Use `face-attribute-specified-or'.
688 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
690         * font-lock.el: Require `syntax'.
691         (font-lock-defaults-alist): Don't define keywords for lisp languages.
692         Use `c-font-lock-syntactic-face-function' for c languages.
693         (font-lock-mode): Don't unset vars when turning the mode off.
694         (font-lock-default-fontify-buffer): Don't unset vars at the end.
695         (font-lock-extra-managed-props): New var.
696         (font-lock-default-unfontify-region): Use it.
697         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
698         Don't eval the value when there's no match.
699         (font-lock-ppss-stats): New var.
700         (font-lock-ppss): New fun.
701         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
702         (font-lock-apply-highlight): Allow `highlight' to set several props.
703         (font-lock-set-defaults): Use dolist.
704         (font-lock-unset-defaults): Remove.
705         (font-lock-match-c-style-declaration-item-and-skip-to-next):
706         Try to recognize prototypes using `foo P_ ((args))'.
707         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
708         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
709         (c-font-lock-syntactic-face-function): New function.
710         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
711         (c++-keywords): Use a more sophisticated regexp to handle
712         shallowly nested templates.
714 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
716         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
717         (sgml-tag): Use it.  Cleanup with `cond'.
718         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
719         Mark the overlays and only delete those that are marked.
720         (sgml-skip-close-p): Remove.
721         (sgml-value): Replace sgml-skip-close-p with its definition.
722         (html-tag-alist): Use sgml-xml a bit more.
723         (html-mode): Set sgml-empty-tags.
725         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
726         (texinfo-update-node, texinfo-sequential-node-update):
727         Don't bind the obsolete `auto-fill-hook'.
728         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
729         Use `set-buffer' rather than `switch-to-buffer'.
730         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
731         Use `set-buffer' rather than `switch-to-buffer'.
733         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
734         text-mode-syntax-table.
735         (mail-mode): Use define-derived-mode.
736         Fix ordering of alternatives in adaptive-fill-regexp.
737         (mail-mode-map): Don't rely on keymap's internal representation.
739 2001-10-27  Sam Steingold  <sds@gnu.org>
741         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
742         (sgml-xml-guess): Extracted from `html-mode' and generalized.
743         (sgml-mode-common): Call it.
744         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
745         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
746         (html-horizontal-rule, html-image, html-ordered-list):
747         (html-unordered-list, html-list-item, html-paragraph):
748         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
749         `html-xhtml'.
751 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
753         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
754         (ifnothtml): New alias.
756 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
758         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
759         (toggle-text-mode-auto-fill): Use derived-mode-p.
761 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
763         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
764         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
766 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
768         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
769         Add make-obsolete cookies, to follow faces.el.
771         These changes avoid warnings from the byte compiler in faces.el:
773         * faces.el (internal-get-face): Use facep instead of the obsolete
774         internal-find-face.
775         (internal-frob-font-weight, internal-frob-font-slant):
776         New defaliases for obsolete functions.
777         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
778         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
779         (x-make-font-bold-italic): Use internal-frob-font-weight and
780         internal-frob-font-slant aliases instead of the obsolete
781         x-frob-... functions.
783 2001-10-26  Sam Steingold  <sds@gnu.org>
785         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
786         DOCTYPE; set `mode-name' based on it.
787         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
788         (sgml-tag): Close empty tags in XHTML.
790 2001-10-26  Jason Rumney  <jasonr@gnu.org>
792         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
793         when UNICODE is not defined.
795 2001-10-26  Sam Steingold  <sds@gnu.org>
797         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
798         be alone on the line.
800 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
802         * button.el (button): Special face definition for MS-DOS terminals.
804 2001-10-26  Sam Steingold  <sds@gnu.org>
806         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
807         Protect the /= test by checking that the args are non-nil.
808         (sh-font-lock-close-heredoc): Check eof for being non-nil.
810 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
812         * textmodes/artist.el (artist-version): 1.2.4.
813         (artist-butlast-fn): New variable.
814         (artist-butlast): New function.
815         (artist-ellipse-mirror-quadrant): Use it.
816         (artist-mouse-draw-poly): Use nil for `point-list'.
817         (artist-mouse-draw-poly): Check for point-list being nil.
819 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
821         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
822         lambda expression.
823         (ps-mode-menu-main): Submenu with options on/off was replaced with
824         a toggle button.
825         (ps-mode, ps-run-mode): Define with `define-derived-mode'
826         (ps-mode): Autoload cookie added on same line as comment
827         (ps-mode-tabkey, ps-mode-backward-delete-char):
828         (ps-mode-r-balance): Replace `delete-horizontal-space' and
829         `indent-to' with `indent-line-to'
830         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
831         instead of `eval'.
832         (ps-mode-print-region): Use `with-temp-buffer'.
833         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
834         (numerous places): Add back-tick and tick around names in
835         docstrings, fix punctuation in docstrings, remove trailing spaces.
837 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
839         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
840         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
841         (sgml-font-lock-syntactic-keywords): New var.
842         (sgml-mode-common): Drop the two args.
843         Don't make buffer-local variables that aren't used.
844         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
845         Don't set `before-string' props from sgml-display-text.
846         (sgml-mode): Use define-derived-mode.
847         (sgml-tags-invisible): Use sgml-display-text.
848         (sgml-quote): New command.
849         (html-tag-alist): Add args for `span'.
850         (html-mode): Use define-derived-mode.
851         Set sgml-display-text and sgml-tag-face-alist.
853 2001-10-25  Sam Steingold  <sds@gnu.org>
855         * add-log.el (add-log-always-start-new-record): New user option.
856         (add-change-log-entry): Use it.
858 2001-10-25  Richard M. Stallman  <rms@gnu.org>
860         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
861         bind case-fold-search if FROM is not all lower case.
863 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
865         * startup.el (normal-top-level): Check for frame-initial-frame
866         only if it's really used.
868         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
870         * progmodes/compile.el (compilation-parse-errors-filename-function):
871         New variable.
872         (compilation-parse-errors): Use it.
874 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
876         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
877         interactively so that C-u M-C-x still does edebug.
878         (checkdoc-sentencespace-region-engine): Don't force a double-space
879         after `.' if it doesn't look like an end-of-sentence.
880         (debug-ignored-errors): Add `disambiguate ...'.
882 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
884         * textmodes/texinfo.el (texinfo-environments)
885         (texinfo-environment-regexp): Hoist.
886         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
887         Only highlight the menu name in menu items.
888         Setup `@foo ... @end foo' as text clones.
889         (texinfo-clone-environment): New function.
890         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
891         (texinfo-insert-block): Simplify.
892         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
893         the command is repeated.
894         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
895         (texinfo-insert-@end): Simplify.
897         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
898         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
899         (texinfo-subsubsection-level-regexp)
900         (texinfo-update-menu-same-level-regexps)
901         (texinfo-update-menu-higher-regexps)
902         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
904         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
905         (derived-mode-p): Autoload.
907         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
908         New vars and functions.
909         (text-clone-maintain, text-clone-create): New functions.
911 2001-10-25  Miles Bader  <miles@gnu.org>
913         * facemenu.el (facemenu-add-new-face): Fix variable names.
915 2001-10-24  Richard M. Stallman  <rms@gnu.org>
917         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
918         of t and nil values.
919         (facemenu-set-face): Handle START and END interactively.
920         (facemenu-set-foreground): Don't use a face; specify color directly.
921         (facemenu-set-background): Likewise.
922         (facemenu-set-face-from-menu): Doc fix.
923         (facemenu-active-faces): Use face-attribute-vector
924         to handle bare attributes not in faces.
925         (facemenu-get-face): Don't handle face names fg:... and bg:...
926         specially.
927         (facemenu-add-new-face): New argument MENU.
928         New way to handle adding colors to the color menus.
930         * env.el (substitute-env-vars): Quote the arg to rx.
932 2001-10-24  Sam Steingold  <sds@gnu.org>
934         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
935         Control" and "SGML" groups.
937 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
939         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
940         Better handling of C++ template args to avoid confusion with `<'
941         and `>' used as operators in member init expressions.
943 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
945         * replace.el (perform-replace): Move START and END parameters
946         to the end of the argument list and make them optional.
948         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
949         perform-replace.
951         * international/fontset.el (x-must-resolve-font-name): New function.
952         (x-complement-fontset-spec): Use it.
954 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
956         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
958         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
959         Turn caadr into caar of cdr.
961 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
963         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
964         of mouse-{1,2} since dragging is on the down event.
966         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
968         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
969         if ARG is nil.
971         * desktop.el (desktop-last-buffer): New variable.
972         (desktop-create-buffer): Set it.
973         (desktop-read): Bind it and switch to that buffer.
975 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
977         * progmodes/compile.el (compilation-set-window-height):
978         Select old window only if it's still live.
980 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
982         * help-mode.el (help-buffer): Remove debugging code.
983         From Stefan Monnier <monnier@cs.yale.edu>.
985 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
987         * files.el (file-name-sans-extension, file-name-extension):
988         Don't count the leading dots in file names as signaling an extension.
990 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
992         * vc.el (vc-diff-switches): Doc rewritten.
994 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
996         * tooltip.el (tooltip-set-param): Doc fix.
998         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
999         127 to sgml-maybe-name-self.
1000         (sgml-name-8bit-mode): Doc fix.
1001         (sgml-char-names-table): New variable.
1002         (sgml-name-char): Support non-ASCII and mule-unicode-*
1003         characters.  Doc fix.
1004         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1006         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1007         doc string the effect of `left' and `top' parameters in
1008         tooltip-frame-parameters, the default values, and the units.
1009         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1010         (tooltip-show): Mention in the doc string the `top' and `left'
1011         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1013 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
1015         Add autoscaling support for vc-annotate.
1016         From J.D. Smith <jdsmith@astro.cornell.edu>.
1018         * vc.el (vc-annotate-display-default): Accept colormap scaling
1019         ratio (now deprecated).
1020         (vc-annotate-display-autoscale): Added.
1021         (vc-annotate-add-menu): New autoscaling menu options "Span to
1022         Oldest" and "Span Oldest->Newest".  Easymenu support added for
1023         toggle menus driven by customize variable `vc-annotate-display-mode'.
1024         (vc-annotate-display-select): Added.
1025         (vc-annotate): Changed temp-buffer-show-function to
1026         `vc-annotate-display-select'.
1027         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1028         Added argument OFFSET.  Instead of backend function, calls now
1029         generic `vc-annotate-difference'.
1030         (vc-annotate-difference): Added as generic function instead of
1031         backend-specific function.  No longer takes argument POINT, but
1032         instead accepts a time OFFSET.
1033         (vc-default-annotate-current-time): Added.
1035         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1036         version in vc.el, with
1037         (vc-cvs-annotate-current-time): Added, as override of default.
1038         (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1039         `vc-cvs-annotate-difference'.
1041 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
1043         * saveplace.el (save-place): Require `saveplace'.
1045         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1046         Use `sexp' for :value-type instead of `face'.
1048 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
1050         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1051         regexps due to 5-digit message IDs.
1053 2001-10-21  Jason Rumney  <jasonr@gnu.org>
1055         * term/w32-win.el (redisplay-dont-pause): Don't set.
1057 2001-10-21  Miles Bader  <miles@gnu.org>
1059         * help-funs.el (help-manyarg-func-alist): Variable removed.
1061 2001-10-21  Miles Bader  <miles@gnu.org>
1063         * help-funs.el (help-manyarg-func-alist): Remove entries for
1064         `insert', `insert-and-inherit', `insert-before-markers',
1065         `insert-before-markers-and-inherit', `message', `message-box',
1066         `message-or-box', `propertize', `format', `encode-time', `append',
1067         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1068         `insert-string', `ml-if', `ml-provide-prefix-argument', and
1069         `ml-prefix-argument-loop'.
1071 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
1073         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1074         (vc-default-diff-tree): New functions.
1075         (vc-version-diff): Use them.  As a result, coding systems are now
1076         set up properly for all sorts of diffs, and tree diffs can now
1077         also be done locally.
1078         (vc-diff): With a prefix argument, don't require that it's called
1079         from a buffer under version control.
1080         (diff-switches): Remove duplicate definition.
1082         * vc-cvs.el (vc-cvs-diff-tree): New function.
1084 2001-10-21  Miles Bader  <miles@gnu.org>
1086         * help-funs.el (help-manyarg-func-alist): Remove entries for
1087         `list', `vector', `make-byte-code', `call-process',
1088         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1089         `logand', `logior', and `logxor'.
1091         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1092         image bits to compensate.  Use `make-string' instead of
1093         `make-bool-vector' (XBM apparently wants byte-aligned rows).
1095 2001-10-20  Kim F. Storm  <storm@cua.dk>
1097         * simple.el (kill-ring-save): Don't show extent of copied region
1098         if using transient-mark-mode and region is fully visible.
1100 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1102         * (Version 21.1 released.)
1104 2001-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
1106         * files.el (auto-mode-alist): Associate .indent.pro with
1107         Fundamental mode.  Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1109 2001-10-18  Sam Steingold  <sds@gnu.org>
1111         Put the *Compile-Log* buffer in `compilation-mode'.
1112         * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1113         (byte-compile-log-1, byte-compile-log-file)
1114         (displaying-byte-compile-warnings): Use it
1116 2001-10-18  Stefan Monnier  <monnier@cs.yale.edu>
1118         * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1120         * xml.el (xml-parse-tag): Use eq on char-after's return value.
1122 2001-10-18  Gerd Moellmann  <gerd@gnu.org>
1124         * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1126         * obsolete/hilit19.el (hilit-lookup-face-create):
1127         Call set-face-font only if display-graphic-p.
1128         (toplevel): Remove references to window-system.
1130 2001-10-18  Miles Bader  <miles@gnu.org>
1132         * simple.el (what-line): Avoid problems with field properties.
1134 2001-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
1136         * wid-edit.el (widget-field-face, widget-single-line-field-face):
1137         Define special colors for a tty.
1139 2001-10-17  Francesco Potorti`  <pot@gnu.org>
1141         * comint.el (comint-password-prompt-regexp): Make it less
1142         restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1144 2001-10-17  John Wiegley  <johnw@gnu.org>
1146         * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1147         a regular file, before checking if it is a directory or symlink.
1148         This avoids a call to eshell-file-attributes, which can be
1149         expensive in some situations.
1151         * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1152         customization variable, to differentiate ls-in-dired from regular
1153         uses of ls.
1155 2001-10-17  Miles Bader  <miles@gnu.org>
1157         * custom.el (defface): Mention `:inherit' in doc-string.
1159 2001-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
1161         * paren.el: Update the Commentary with installation instructions.
1163 2001-10-15  Dave Love  <fx@gnu.org>
1165         * international/mule.el (set-auto-coding): Fix regexps for local
1166         variables section not to eat newlines.
1168 2001-10-15  Miles Bader  <miles@gnu.org>
1170         * simple.el (display-message-or-buffer): Pass the correct buffer
1171         to `display-buffer'.
1173 2001-10-14  Stefan Monnier  <monnier@cs.yale.edu>
1175         * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1176         (executable-find): Use exec-suffixes.
1177         (executable-set-magic): Don't use make-local-hook.
1179         * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1181 2001-10-14  Eli Zaretskii  <eliz@is.elta.co.il>
1183         * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1184         Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1185         Add .so to the Unix and GNU branch.
1187         * international/latin-1.el:
1188         * international/latin-2.el:
1189         * international/latin-3.el:
1190         * international/latin-4.el:
1191         * international/latin-5.el:
1192         * international/latin-8.el:
1193         * international/latin-9.el: Add no-byte-compile: t, since
1194         Makefile.in instructs make-docfile to look at .el files.
1196 2001-10-14  Miles Bader  <miles@gnu.org>
1198         * button.el (define-button-type): Allow supertype property to be
1199         specified with a keyword `:supertype' too.
1200         (button-put, make-text-button): Allow button type property to be
1201         specified using the keyword `:type' too.
1202         (button-type): New function.
1203         (button): Add `button-category-symbol' property.
1205 2001-10-13  Stefan Monnier  <monnier@cs.yale.edu>
1207         * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1208         indent-new-comment-line from comment-indent-new-line.
1210         * textmodes/refill.el (refill-mode):
1211         Bind DEL to backward-delete-char-untabify.
1212         Set backward-delete-char-untabify-method to `hungry'.
1214         * textmodes/bib-mode.el (bib-mode):
1215         * play/gomoku.el (gomoku-mode):
1216         * textmodes/page-ext.el (pages-directory-mode):
1217         * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1219         * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1221         * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1223         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1224         Handle here-docs differently.
1225         (sh-font-lock-heredoc): Remove.
1226         (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1227         (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1228         (sh-font-lock-open-heredoc): New functions.
1229         (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1230         (sh-font-lock-keywords-1): Use regexp-opt.
1231         (sh-in-comment-or-string): Use syntax-ppss.
1232         (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1233         (sh-select, sh-tmp-file): Add explicit terminating \n.
1235         * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1236         Use with-current-buffer.
1237         (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1238         (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1239         filename), catch any error that occurs in `ange-ftp-cd'.
1240         If an error happened, don't bother sending `cmd' at all.
1241         Fix a parenthesis typo.
1242         (ange-ftp-write-region): Don't blindly use binary if the remote host
1243         is unix-like.
1245         * play/pong.el (pong-init): Don't use make-local-hook.
1247 2001-10-13  Michael Kifer  <kifer@cs.sunysb.edu>
1249         * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1250         (viper-get-ex-address-subr): More precise addr for the $ marker
1252 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
1254         * version.el (emacs-version): Bump to 21.1.50.
1256 2001-10-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1258         * mail/mailalias.el (mail-directory-stream): Do not double
1259         variables in the lambda-list.
1261         * play/gomoku.el (gomoku-init-display): Ditto.
1263         * play/landmark.el (lm-init-display): Ditto.
1265         * delim-col.el (delimit-columns-rectangle-max): Ditto.
1266         (delimit-columns-rectangle-line): Ditto.
1268 2001-10-12  Stefan Monnier  <monnier@cs.yale.edu>
1270         * newcomment.el (comment-region-internal): Don't rebind
1271         invisibility_spec now that the C routines handle it correctly.
1273         * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1275         * frame.el (special-display-popup-frame): Obey new specs `same-window'
1276         and `same-frame'.
1278         * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1280         * simple.el (minibuffer-local*-map): Remove redundant bindings.
1282         * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1283         C-p and C-r.  Remove redundant bindings from inheriting maps.
1285         * progmodes/cperl-mode.el: Merged in changes from v4.32.
1286          After 4.23 and: After 4.24:
1287         (cperl-contract-levels): Restore position.
1288         (cperl-beautify-level): Likewise.
1289         (cperl-beautify-regexp): Likewise.
1290         (cperl-commentify): Rudimental support for length=1 runs
1291         (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1292          After 4.25:
1293         (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1294         (imenu-example--create-perl-index): Was not enforcing
1295         syntaxification-to-the-end.
1296         (cperl-invert-if-unless): Allow `for', `foreach'.
1297         (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1298         Mark qw(), m()x as indentable.
1299         (cperl-init-faces): Highlight `sysopen' too.
1300         Highlight $var in `for my $var' too.
1301         (cperl-invert-if-unless): Was leaving whitespace at end.
1302         (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1303         (cperl-calculate-indent): Remove old commented out code.
1304         Support (primitive) indentation of qw(), m()x.
1305          After 4.26:
1306         (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1307         q [] with intervening newlines.
1308         (cperl-autoindent-on-semi): New customization variable.
1309         (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1310         (cperl-tips): Mention how to make CPerl the default mode.
1311         (cperl-mode): Support `outline-minor-mode'.  From Mark A. Hershberger.
1312         (cperl-outline-level): New function.
1313         (cperl-highlight-variables-indiscriminately): New customization var.
1314         (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1315         From Sean Kamath <kamath@pogo.wv.tek.com>.
1316         (cperl-after-block-p): Support CHECK and INIT.
1317         (cperl-init-faces, cperl-short-docs): Likewise and "our".
1318         From Doug MacEachern <dougm@covalent.net>.
1319          After 4.27:
1320         (cperl-find-pods-heres): Recognize \"" as a string.
1321         Mark whitespace between q and [] as `syntax-type' => `prestring'.
1322         Allow whitespace between << and "FOO".
1323         (cperl-problems): Remove \"" and q [] with intervening newlines.
1324         Mention multiple <<EOF as unsupported.
1325         (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1326         (cperl-indent-parens-as-block): New configuration variable.
1327         (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1328         Use `cperl-indent-parens-as-block'.
1329         (cperl-find-pods-heres): Test for =cut without empty line instead of
1330         complaining about no =cut.
1331         (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1332         (cperl-find-pods-heres): Likewise.
1333         (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1334         POD could've been marked as comment already.
1335         (cperl-unwind-to-safe): Unwind before start of POD too.
1336          After 4.28:
1337         (cperl-forward-re): Throw an error at proper moment REx unfinished.
1338          After 4.29:
1339         (x-color-defined-p): Make an extra case to peacify the warning.
1340         Toplevel: `defvar' to peacify the warnings.
1341         (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1342         No -nw-compile time warnings now.
1343         (cperl-find-tags): TAGS file had too short substring-to-search.
1344         Be less verbose in non-interactive mode
1345         (imenu-example--create-perl-index): Set index-marker after name
1346         (cperl-outline-regexp): New variable.
1347         (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1348         (cperl-mode): Made use `cperl-outline-regexp'.
1349          After 4.30:
1350         (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1351         (cperl-outline-level): Make start-of-file same level as `package'.
1352          After 4.31:
1353         (cperl-electric-pod): `head1' and `over' electric only if empty.
1354         (cperl-unreadable-ok): New variable.
1355         (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1356         on an unreadable file.
1357         (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1358         on an unreadable directory.
1360         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1361         Consider the text between two errors as belonging to the first error.
1362         (compilation-goto-locus): Use pop-to-buffer rather than
1363         switch-to-buffer-other-frame.
1365         * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1366         (awk-font-lock-syntactic-keywords): New var.
1367         (awk-mode): Use it.
1369         * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1371         * faces.el (describe-face): Call help-setup-xref earlier.
1373         * jka-compr.el (jka-compr-load-suffixes): New var.
1374         (jka-compr-install): Add its content to load-suffixes.
1375         (jka-compr-uninstall): Remove its content from load-suffixes.
1377 2001-10-12  Sam Steingold  <sds@gnu.org>
1379         * bindings.el (completion-ignored-extensions): CL-related
1380         extensions are platform-independent.
1382         * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
1383         asynchronous multiple file copying.
1385 2001-10-12  Gerd Moellmann  <gerd@gnu.org>
1387         * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1388         Turn error for repeated variables into warning.
1390         * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1391         New function checking that lambda-list consists of non-constant
1392         symbols, that &rest and &optional are followed by variable names,
1393         that &rest VAR is the last element, and that variables aren't doubled.
1394         (byte-compile-lambda): Use it.
1396 2001-10-12  Eli Barzilay <eli@barzilay.org>
1398         * calculator.el (calculator-eng-display): Don't call concat
1399         with an integer argument.
1401 2001-10-12  Miles Bader  <miles@gnu.org>
1403         * help-mode.el (help-customize-face): New button-type.
1405         * faces.el (list-faces-display): Fix args to `help-xref-button'.
1406         (describe-face): Fix args to `help-xref-button'.
1407         Don't switch to help-buffer around call to `help-setup-xref'.
1408         Use `help-buffer' instead of hard-wired "*Help*".
1409         Require `help-mode'.
1411 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
1413         * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
1415         * help-mode.el (help-buffer): New function.
1416         Returns the buffer-name to use for help output.
1417         Change all the code to use it instead of hard-coding *Help*.
1418         (help-mode-map): Put back the mouse-2 binding.
1419         (help-xref-stack): Change the format and make buffer-local.
1420         (help-xref-stack-item): Make buffer-local.
1421         (help-setup-xref): Do the `push' here rather than in help-do-xref.
1422         (help-xref-interned): Display the face doc as well.
1423         (help-follow-mouse): Re-introduce.
1424         (help-xref-go-back): Adapt to the new use of help-xref-stack.
1425         (help-do-xref): Don't `push' any more.
1426         (help-follow): Also follow face names.
1428         * help-funs.el (describe-function-1): Remove unused `parens' arg.
1429         Don't call help-setup-xref anymore and remove its `interactive-p' arg.
1430         Autoload and cleanup.
1431         (describe-function): Call help-setup-xref.
1432         (describe-variable): Call help-setup-xref earlier.
1434         * help.el (describe-bindings-internal): New fun moved from keymap.c.
1435         (view-lossage): Call help-setup-xref correctly and earlier.
1436         (describe-bindings): Call help-setup-xref earlier.
1437         (describe-key): Call help-setup-xref.  Fix call to describe-function-1.
1438         (describe-mode): Don't autoload.  Call help-setup-xref earlier.
1440 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
1442         * master.el (master-mode): Use define-minor-mode instead of
1443         easy-mmode-define-minor-mode.  Add autload cookie.
1444         (Commentary): Remove the line showing how to autoload master-mode,
1445         since it's always autoloaded.
1447         * master.el: New file.
1449 2001-10-11  Dave Love  <fx@gnu.org>
1451         * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
1452         <byte-constref-ops>: Consider byte-constant2 and clarify the code.
1453         <const-C varset-X const-C>: Fix car/cdr typo.
1455 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
1457         * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
1458         New function extracted from byte-compile-log-1.
1459         (byte-compile-log-1): Change output to be more in line with
1460         the output of other GNU tools.
1461         (byte-compile-warn): Emit `warning' instead of `**' for warnings.
1462         (byte-compile-report-error): Downcase error message.
1463         Use `error' instead of `!!' for error messages.
1464         (byte-compile-print-syms): Treat non-interactive case specially.
1465         (displaying-byte-compile-warnings): Use backquote.
1466         (byte-compile-from-buffer): Bind byte-compile-last-line.
1467         (batch-byte-compile): Remove `Done' message.
1469 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
1471         * emacs-lisp/copyright.el (copyright): Add final \n.
1473 2001-10-11  Miles Bader  <miles@gnu.org>
1475         * diff.el (diff): Display default values in prompts as
1476         `(default ...)', not `(...)'.
1478         * info.el (Info-follow-reference): Likewise.
1480 2001-10-10  Stefan Monnier  <monnier@cs.yale.edu>
1482         * emacs-lisp/autoload.el (doc-string-elt): Remove.
1484         * newcomment.el (comment-indent): Be a little more robust in case
1485         comment-indent-function does funny things.
1486         (comment-normalize-vars): Autoload.
1487         (comment-region-internal): Fiddle with the visibility spec.
1488         (comment-valid-prefix): New function.
1489         (comment-indent-new-line): Use it.  Ignore adaptive-fill-prefixes
1490         that would turn comment-text into non-comment-text.
1492         * emacs-lisp/syntax.el: New file.
1494         * progmodes/tcl.el: Change maintainer to FSF and remove loads of
1495         compatibility cruft.
1496         (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
1497         (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
1498         (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1499         tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
1500         tcl-submit-bug-report.
1501         (tcl-mode-syntax-table): Leave \f alone.
1502         (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1503         tcl-end-of-defun, tcl-submit-bug-report.
1504         (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
1505         (tcl-add-emacs-menu): Remove.
1506         (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
1507         (tcl-keyword-list): Add `chain'.
1508         (tcl-font-lock-syntactic-keywords): New variable.
1509         (tcl-pps-has-arg-6): Remove.
1510         (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
1511         (tcl-internal-mark-defun): Remove.
1512         (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
1513         (tcl-mode): Use define-derived-mode.  Simplify.
1514         Set comment-indent-function.
1515         (tcl-indent-command): Use line-beginning-position and comment-indent.
1516         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1517         (tcl-indent-line): Use tcl-calculate-indent.
1518         (tcl-indent-exp): Renamed from indent-tcl-exp.  Use new names.
1519         (tcl-add-log-defun): Renamed from add-log-tcl-defun.  Use match-string.
1520         (tcl-filter): Use with-current-buffer, simplify.
1521         (inferior-tcl-mode): Use define-derived-mode.
1522         (tcl-hairy-in-comment): Renamed tcl-in-comment.
1523         (tcl-simple-in-comment, tcl-in-comment): Removed.
1524         (tcl-files-alist): New function.
1525         (tcl-help-snarf-commands): Use it and return the result directly
1526         rather than through a global variable.
1527         (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
1528         (tcl-help-on-word): Provide the default value to completing-read.
1529         (tcl-hilit): Remove.
1530         (tcl-hashify-buffer, tcl-popup-menu): Simplify.
1531         (tcl-comment-indent): New function.
1532         (tcl-submit-bug-report): Remove.
1533         (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
1534         (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
1535         (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
1537 2001-10-10  Miles Bader  <miles@gnu.org>
1539         * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
1540         (Info-fontify-node): Don't fontify the node if it's already been done.
1542 2001-10-10  Gerd Moellmann  <gerd@gnu.org>
1544         * international/iso-transl.el (iso-transl-e-caret)
1545         (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
1546         Fix duplicates.  From Dave Love <d.love@dl.ac.uk>.
1548         * simple.el (end-of-buffer): Fix code scrolling specially
1549         for the buffer end.
1551         * startup.el (command-line-1): Bind tab-width to 8.
1553 2001-10-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1555         * emulation/tpu-edt.el: Use defalias instead of fset for
1556         user-visible commands.  From Rob Riepel
1557         <riepel@Networking.Stanford.EDU>.
1559 2001-10-09  Gerd Moellmann  <gerd@gnu.org>
1561         * ruler-mode.el: New file.
1563 2001-10-09  Miles Bader  <miles@gnu.org>
1565         * apropos.el (button): New require.
1567         * help-funs.el: New file, contents mostly from `help.el'.
1568         (describe-variable): Use `condition-case' instead of `ignore-errors'.
1570         * help-mode.el: New file, contents mostly from `help.el'.
1572         * help.el: Don't require `view' when compiling.
1573         (help-with-tutorial, describe-function, describe-function-1)
1574         (variable-at-point, describe-variable, locate-library):
1575         Functions moved into `help-funs.el'.
1576         (help-manyarg-func-alist): Variable moved into `help-funs.el'.
1577         (help-mode, help-mode-setup, help-mode-finish, help-button-action)
1578         (help-setup-xref, help-xref-following, help-make-xrefs)
1579         (help-xref-button, help-insert-xref-button, help-xref-interned)
1580         (help-xref-go-back, help-go-back, help-do-xref, help-follow)
1581         (help-xref-on-pp): Functions moved into `help-mode.el'
1582         (help-mode-map, help-xref-stack, help-xref-stack-item)
1583         (help-highlight-p, help-highlight-face, help-back-label)
1584         (help-xref-symbol-regexp, help-xref-mule-regexp)
1585         (help-xref-info-regexp): Variables moved into `help-mode.el'.
1586         (help-symbol, help-back, help-info, help-customize-variable)
1587         (help-function-def, help-variable-def):
1588         Button-types moved into `help-mode.el'.
1589         (load-symbol-file-load-history, symbol-file):
1590         Functions moved into `subr.el'.
1591         (symbol-file-load-history-loaded): Variable moved into `subr.el'.
1592         (view-lossage): Call `help-setup-xref' instead of doing it manually.
1594         * subr.el (symbol-file-load-history-loaded)
1595         (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
1597         * loadup.el ("button"): Load removed.
1599         * button.el (define-button-type): Respect any `supertype' property.
1600         (button-type-subtype-p, button-has-type-p): New functions.
1602         * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
1603         dollar-signs.
1605         * comint.el (comint-insert-previous-argument): New function.
1606         (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
1607         (comint-insert-previous-argument-last-start-pos)
1608         (comint-insert-previous-argument-last-index): New variables.
1610         * apropos.el (apropos-next-label-button): Use the presence of a
1611         `apropos-label' property to detect label buttons.
1613 2001-10-08  Miles Bader  <miles@gnu.org>
1615         * button.el (next-button, previous-button): Remove N and WRAP
1616         parameters.  Don't pay attention to `skip' properties.
1617         (forward-button): Implement wrapping, iterating, and skipping here
1618         instead.
1619         (button-activate): USE-MOUSE-ACTION is optional.
1620         (button-nop): Function removed.
1621         (default-button): Use `ignore' as default button action.
1623         * apropos.el (apropos-next-label-button): Update arguments to
1624         `next-button'.
1625         (apropos-symbol): Add `skip' property.
1626         (apropos-function, apropos-macro, apropos-command)
1627         (apropos-variable, apropos-face, apropos-group, apropos-widget)
1628         (apropos-plist): New button types.
1629         (apropos-label-properties): Variable removed.
1630         (apropos-print): Pass button-type to apropos-print-doc, rather
1631         than help function and label text.
1632         (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
1633         Get button label from TYPE.
1635 2001-10-07  Stefan Monnier  <monnier@cs.yale.edu>
1637         * help.el (help-mode): Use define-derived-mode.
1638         (describe-mode): Add optional `buffer' arg.
1639         Use it instead of going through help-xref-mode.
1640         Avoid doubling the word `minor' when prettifying.
1641         (describe-function-1): List the corresponding key bindings.
1642         (describe-variable): Say if the var is automatically buffer-local.
1643         If the source is `loaddefs.el', look for the real source.
1644         (help-xref-mode): Remove.
1646         * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
1647         the file says no-byte-compile.
1649 2001-10-08  Miles Bader  <miles@gnu.org>
1651         * button.el (next-button, previous-button): Respect `skip' property.
1653 2001-10-07  Miles Bader  <miles@gnu.org>
1655         * woman.el (woman-mode-map): Copy button-buffer-map instead of
1656         making a new keymap.  Don't bind mouse-2.  Bind M-mouse-2 to
1657         `woman-follow-word' instead of `woman-mouse-2'.
1658         (woman-follow-word): Renamed from `woman-mouse-2'.
1659         Follow current unconditionally, since this function is now only
1660         bound to M-mouse-2.  Use accessor functions.
1661         (WoMan-highlight-references): Use `make-text-button'.
1662         (woman-xref): New button type.
1664         * loadup.el ("faces"): Move load before loading "loaddefs.el".
1665         ("button"): New load, just before "help" (which uses it).
1667         * help.el (help-mode-map): Make button-buffer-map our parent.
1668         Don't bind mouse events or tab/backtab.
1669         (help-function, help-variable, help-face, help-coding-system)
1670         (help-input-method, help-character-set, help-back, help-info)
1671         (help-customize-variable,  help-function-def, help-variable-def):
1672         New button types.
1673         (help-button-action): New function.
1674         (describe-function-1): Pass help button-types to
1675         `help-xref-button' rather than help function and help-echo string.
1676         Don't put multiple help-function args in a list to pass them to
1677         help-xref-button, just pass them as multiple arguments.
1678         Use `help-insert-xref-button' to make [back]-button, rather than
1679         `help-xref-button'.
1680         (help-xref-button): Take a button-type TYPE as a parameter rather
1681         than a function.  Remove HELP-ECHO parameter.  Remove DATA parameter
1682         and add a &rest parameter ARGS to serve the same purpose.
1683         Use `make-text-button' to add the button.
1684         (help-insert-xref-button): Use `insert-text-button' to add the button.
1685         (help-follow-mouse, help-next-ref, help-previous-ref):
1686         Functions removed.
1687         (help-do-xref): New function.
1688         (help-follow): Use `push-button' and `help-do-xref' to do most of
1689         the work.
1691         * apropos.el (apropos-symbol, apropos-label): New button types.
1692         (apropos-symbol-button-display-help)
1693         (apropos-label-button-display-help, apropos-next-label-button):
1694         New functions.
1695         (apropos-mode-map): Make button-buffer-map our parent.
1696         Don't bind mouse events.
1697         (apropos-print, apropos-print-doc): Create buttons instead of text
1698         properties.
1699         (apropos-mouse-follow): Function removed.
1700         (apropos-follow): Use buttons.
1702         * button.el: New file.
1704 2001-10-07  Gerd Moellmann  <gerd@gnu.org>
1706         * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1707         Remove.
1709 2001-10-05  Richard M. Stallman  <rms@gnu.org>
1711         * add-log.el (add-change-log-entry): Skip copyright notice
1712         and copying permission notice at start of file, if any.
1713         Make use of terms "entry" and "item" accord with Emacs manual.
1714         Simplify the logic for moving point while entering or creating
1715         an entry and then an item.
1716         (add-change-log-entry-other-window): Doc fix.
1718 2001-10-06  Miles Bader  <miles@gnu.org>
1720         * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
1721         removed; they apparently don't work with faces.
1723 2001-10-05  Sam Steingold  <sds@gnu.org>
1725         * textmodes/sgml-mode.el (html-xhtml): New user option.
1726         (html-tag-alist, html-horizontal-rule, html-image, html-line)
1727         (html-ordered-list, html-unordered-list, html-list-item)
1728         (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
1729         (sgml-skip-close-p): New function.
1730         (sgml-value): Use it.
1732 2001-10-05  Sam Steingold  <sds@gnu.org>
1734         * calendar/diary-lib.el (diary-entry-compare): When times are
1735         identical, compare the entries lexicographically.
1737 2001-10-06  Miles Bader  <miles@gnu.org>
1739         * rfn-eshadow.el (rfn-eshadow-update-overlay):
1740         Use `minibuffer-prompt-end'.
1742         * simple.el (previous-matching-history-element): Fix misplaced
1743         parentheses.
1745 2001-10-05  Miles Bader  <miles@gnu.org>
1747         * rfn-eshadow.el: New file.
1749 2001-10-05  Miles Bader  <miles@gnu.org>
1751         * cus-face.el (custom-face-attributes): Make sure each attribute
1752         has a valid default value.  Remove hacks that mapped `nil' to
1753         `off' and used nil to mean `unspecified'.  Remove `unspecified'
1754         choices from all attributes (unspecified is handled by the parent
1755         checklist).
1756         * cus-edit.el (custom-face-edit-convert-widget)
1757         (custom-face-edit-deactivate, custom-face-edit-activate)
1758         (custom-face-edit-delete, custom-face-edit-attribute-tag):
1759         New functions.
1760         (custom-face-edit): Specify a custom :convert-widget.
1761         (custom-pre-filter-face-spec, custom-post-filter-face-spec):
1762         Don't pass in default filters that map between `nil' and `off' and
1763         `unspecified' and `nil'.
1765 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
1767         * progmodes/compile.el (compilation-buffer-name): New function.
1768         (compile-internal): Use it to determine the name of the
1769         compilation buffer.
1771 2001-10-05  Miles Bader  <miles@gnu.org>
1773         * progmodes/compile.el (grep-use-null-device): New variable.
1774         (grep-command): Mention `grep-use-null-device'.
1775         (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
1776         Make computation of `grep-command' respect `grep-use-null-device'.
1777         (grep): Respect `grep-use-null-device'.
1778         Call `grep-compute-defaults' even if grep-command is set, if
1779         grep-use-null-device is still tentative.
1781         * subr.el (call-process-shell-command): New function.
1783 2001-10-05  Miles Bader  <miles@gnu.org>
1785         * simple.el (previous-matching-history-element)
1786         (next-history-element, next-complete-history-element): Use
1787         `minibuffer-' functions instead of calling `field-' functions directly.
1788         (minibuffer-prompt-end, minibuffer-contents):
1789         (minibuffer-contents-no-properties, delete-minibuffer-contents):
1790         Functions removed (now subrs).
1791         (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
1793         * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
1794         (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
1795         instead of calling `field-' functions directly.
1796         (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
1798 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
1800         * files.el (find-file-noselect): If file's read-only status has
1801         changed on disk, ask if buffer's read-only status should be
1802         changed, unless NOWARN is set.
1804         * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
1805         alias for define-setf-method.
1807         * bindings.el: Remove no-byte-compile from file local variables
1808         to enable bootstrapping.
1810 2001-10-04  Andrew Innes  <andrewi@gnu.org>
1812         * faces.el (face-font-registry-alternatives) [windows-nt]:
1813         Make gb2312 an alias for gb2312.1980.
1815 2001-10-04  Stefan Monnier  <monnier@cs.yale.edu>
1817         * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
1818         (uniquify-reverse-components): Remove.
1820         * emacs-lisp/bytecomp.el (byte-recompile-directory):
1821         Make sure the file is readable.
1822         (byte-compile-file): Don't compile if `no-byte-compile' is set.
1823         (byte-compile-defvar): Update to reflect the change in Fdefvar.
1824         (batch-byte-recompile-directory): Pass arg=0.
1826         * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
1827         (perl-calculate-indent): Use it.
1828         (perl-backward-to-noncomment): Use forward-comment.
1830         * derived.el (define-derived-mode, derived-mode-make-docstring):
1831         Allow `parent' to be nil.
1833         * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
1834         Use define-derived-mode.
1835         (nroff-mode-map, nroff-mode-syntax-table): Massage.
1837         * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
1839         * emacs-lisp/lselect.el: Use facep iso find-face.
1841         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1842         Use regexp-opt.
1843         (doc-string-elt): Set symbols' prop.  Copied from autoload.el.
1844         (lisp-font-lock-syntactic-face-function): New function.
1845         (lisp-mode-variables): Use it.  Make arg optional.
1846         (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
1847         (lisp-mode): Don't pass an arg to lisp-mode-variables.
1848         Set comment-start-skip.
1850         * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
1852         * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
1853         (ignore-errors): Don't bother using a `err' symbol.
1855         * emacs-lisp/autoload.el (autoload-ensure-default-file)
1856         (autoload-insert-section-header, autoload-before-p)
1857         (autoload-remove-section): New functions.
1858         (generate-file-autoloads): Use them.
1859         (update-file-autoloads): Use them.  Return FILE if there's no cookie.
1860         Make sure the autoload file is properly formatted when creating it.
1861         (update-autoloads-from-directories): Use them as well.
1862         Only update autoloads for files whose timestamp has changed.
1863         Add a dummy entry to remember the files which had no autoload cookies.
1865         * timer.el (timer-relative-time): Fix computation for negative `micro'.
1867         * subr.el (define-key-after): Allow `key' to be longer than 1.
1868         (make-local-hook): Make obsolete.
1869         (add-hook, remove-hook): Don't use make-local-hook any more.
1870         (make-syntax-table): Inherit all chars from s-s-t.
1872 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1874         This is a fix for a report saying that resuming a search with C-s
1875         C-s doesn't use the case-fold-search setting of the previous
1876         search (C-s ... M-c ... then C-s C-s).
1878         * isearch.el (isearch-last-case-fold-search): New variable.
1879         (isearch-mode): Remember value of isearch-case-fold-search
1880         in isearch-last-case-fold-search.
1881         (isearch-done): Quote value of isearch-case-fold-search.
1882         (isearch-repeat): When resuming a search, restore
1883         isearch-case-fold-search from isearch-last-case-fold-search.
1885         Added to NEWS.
1887         * startup.el (inhibit-startup-buffer-menu): New user-option.
1888         (command-line-1): If inhibit-startup-buffer-menu is set, don't
1889         display the buffer menu.  From Simon Josefsson <jas@extundo.com>.
1891         This allows upto 99999 messages in the summary without screwing up
1892         the summary sorting.  Previously 9999 was the maximum.  Added to NEWS.
1894         * mail/rmailsum.el (rmail-make-summary-line)
1895         (rmail-make-summary-line-1, rmail-summary-next-same-subject)
1896         (rmail-summary-goto-msg, rmail-summary-goto-msg):
1897         Allow 5-digit message ids instead of 4.
1899         This adds expansion of environment variables in the value
1900         specified with M-x setenv.  Added to NEWS.
1902         * env.el (substitute-env-vars): New function.
1903         (setenv): Add parameter SUBSTITUTE-ENV-VARS.  If set, substitute
1904         environment variables in VALUE.  Return VALUE.
1906 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1908         * Branch for 21.1.
1910 2001-10-03  Stefan Monnier  <monnier@cs.yale.edu>
1912         * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
1914 2001-10-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1916         * emulation/tpu-edt.el: Make messages match original TPU/edt
1917         editor.  From riepel@Stanford.EDU (Rob Riepel).
1919 2001-10-03  Eli Zaretskii  <eliz@is.elta.co.il>
1921         * rect.el: Update maintainer's email address.
1923 2001-10-02  Andreas Schwab  <schwab@suse.de>
1925         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
1926         and Extended Passive Mode, resp.
1928 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
1930         These changes add support for Calendar-related items in the
1931         menu bar on tty's as well:
1933         * calendar/calendar.el (calendar-mode-map): Require cal-menu
1934         unconditionally.
1935         (calendar-mode): Set up activate-menubar-hook unconditionally.
1937         * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
1938         calls x-popup-menu only if popup menus are supported.
1939         (calendar-mouse-insert-hebrew-diary-entry)
1940         (calendar-mouse-insert-islamic-diary-entry)
1941         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1942         (calendar-mouse-view-other-diary-entries)
1943         (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
1944         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1945         Call cal-menu-x-popup-menu instead of x-popup-menu.
1947 2001-10-01  Gerd Moellmann  <gerd@gnu.org>
1949         * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
1951         * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
1953         * emacs-lisp/rx.el: New file.
1955 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
1957         * help.el (help-for-help): Doc fix.  From Pavel@Janik.cz (Pavel Janik).
1959 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
1961         * frame.el (select-frame-by-name, other-frame): Doc fix.
1963 2001-09-29  Eli Zaretskii  <eliz@is.elta.co.il>
1965         * play/snake.el (snake-score-file): Use temporary-file-directory
1966         instead of a literal "/tmp".  Suggested by Robert
1967         <robert@chezmarshall.freeserve.co.uk>.
1969         * play/tetris.el (tetris-score-file): Ditto.
1971 2001-09-28  Eli Zaretskii  <eliz@is.elta.co.il>
1973         * apropos.el (apropos-print): Make the directions inserted at the
1974         beginning of the *Apropos* buffer more clear.
1976 2001-09-27  Michael Kifer  <kifer@cs.sunysb.edu>
1978         * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
1979         Added comments.
1981 2001-09-27  Stefan Monnier  <monnier@cs.yale.edu>
1983         * newcomment.el (comment-normalize-vars): Use " \t" rather than
1984         "\\s-" when defining comment-end-skip.
1986 2001-09-27  Gerd Moellmann  <gerd@gnu.org>
1988         * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
1989         Call get-buffer-window first second arg `visible'.
1991         * international/mule-diag.el (list-input-methods-1):
1992         Output something that's independent of Emacs' version.
1994         * tar-mode.el (tar-mode-write-file): Don't signal an error by
1995         calling byte-to-position with a nil tar-header-offset.
1997 2001-09-27  Simon Josefsson  <jas@extundo.com>
1999         * mail/sendmail.el (send-mail-function): Doc fix.
2000         (mail-do-fcc): Error if header-end is not a marker.
2001         (mail-do-fcc): Add a comment.
2002         (mail-reply-to): Doc fix.
2003         (mail-signature): Make ATPOINT optional.
2004         (mail-yank-original): Use cond instead of nestled if.
2006 2001-09-26  Stefan Monnier  <monnier@cs.yale.edu>
2008         * info.el (Info-on-current-buffer): Default arg to "Top".
2010 2001-09-25  Eli Barzilay  <eli@barzilay.org>
2012         * calculator.el (calculator-copy-displayer): New user-option.
2013         (calculator-displayer-prev, calculator-displayer-next):
2014         Renamed from calculator-displayed-{left,right}.
2015         (calculator, calculator-standard-displayer)
2016         (calculator-num-to-string, calculator-update-display)
2017         (calculator-copy, calculator-put-value): Bug and display fixes.
2019 2001-09-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2021         * ebnf2ps.el: Eliminate make-local-hook calls.  Doc fix.
2022         (ebnf-version): New version (3.6.1).
2024         * ebnf-bnf.el: Fix character range regexp.  Doc fix.
2025         (ebnf-bnf-non-terminal-chars): New internal const.
2026         (ebnf-bnf-lex): Fix code.
2028         * ebnf-iso.el: Fix character range regexp.  Doc fix.
2029         (ebnf-iso-non-terminal-chars): New internal const.
2030         (ebnf-iso-lex): Fix code.
2032         * ebnf-yac.el: Fix character range regexp.  Doc fix.
2033         (ebnf-yac-skip-chars): New internal const.
2034         (ebnf-yac-skip-code): Fix code.
2036 2001-09-24  Stefan Monnier  <monnier@cs.yale.edu>
2038         * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2040         * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2041         passing it to VC.
2043         * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2044         case where the file is relative.
2046 2001-09-24  Gerd Moellmann  <gerd@gnu.org>
2048         * xml.el (xml-parse-attlist): Quotes around attributes must be the
2049         same on each side.  Make sure we properly handle simple quotes.
2050         From Daiki Ueno <ueno@unixuser.org>.
2052 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
2054         * mail/sendmail.el (mail-mode): Doc fix.  From Simon Josefsson
2055         <jas@extundo.com>.
2057         * menu-bar.el (top-level): Minor fixes for text of help-echo in
2058         some items of the Options menu.
2060 2001-09-22  Stefan Monnier  <monnier@cs.yale.edu>
2062         * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2064         * vc-hooks.el (vc-delete-automatic-version-backups):
2065         Don't fail if the directory doesn't exist.
2067         * diff-mode.el (diff-default-read-only): New var.
2068         (diff-mode): Use it.
2070 2001-09-22  Eli Zaretskii  <eliz@is.elta.co.il>
2072         * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2073         Use make-keymap instead of copy-keymap, since copying the global
2074         keymap messes up the menu bar.
2076         * info.el (Info-goto-node, Info-menu): Doc fix.  Suggested by
2077         Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2079 2001-09-21  Eli Zaretskii  <eliz@is.elta.co.il>
2081         * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2083         * dired-aux.el (dired-insert-subdir): Pass switches to
2084         dired-build-subdir-alist.
2086 2001-09-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
2088         * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2089         caused %#a and %#b to be mis-formatted.
2091 2001-09-20  Eli Zaretskii  <eliz@is.elta.co.il>
2093         * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2094         ccmode, emacs-mime, and eudc manuals.
2096 2001-09-19  Sam Steingold  <sds@gnu.org>
2098         w32 find cannot be used with `grep-find'.
2099         * progmodes/compile.el (find-program): New variable.
2100         (grep-compute-defaults): Use it to set `grep-find-command'.
2102 2001-09-19  Gerd Moellmann  <gerd@gnu.org>
2104         * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2106 2001-09-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2108         * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2109         programming.  Doc fix.
2110         (ebnf-version): New version (3.6).
2111         (ebnf-eps-begin): Data fix.
2112         (ebnf-begin-file): Code fix.
2114         * ebnf-bnf.el: Doc fix.
2115         (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2117         * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2119 2001-09-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2121         * ps-print.el: Better face mapping for black/white PostScript printers.
2122         Check if mark is active when printing a region.  Doc fix.
2123         (ps-print-version): New version number (6.5.5).
2124         (ps-print-color-p): Customization fix.
2125         (ps-black-white-faces): New option.
2126         (ps-black-white-faces-alist): New internal var.
2127         (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2128         (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2129         (ps-nb-pages-region): Interactive fix.
2130         (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2131         (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2133 2001-09-18  Eli Zaretskii  <eliz@is.elta.co.il>
2135         * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2136         numeric month value, and allow the Kanji character after the it to
2137         be missing (happens with ls-lisp's output on Japanese versions of
2138         MS-Windows).
2140 2001-09-18  Miles Bader  <miles@gnu.org>
2142         * diff-mode.el (diff-mode): Don't make the buffer read-only if
2143         it's empty (and thus probably a new patch file about to be edited).
2145 2001-09-17  Gerd Moellmann  <gerd@gnu.org>
2147         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2148         Check for '(' in column 0 of doc string.
2150         * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2151         of `nth' so that using a vector as bounding-box works.
2152         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2154 2001-09-17  Andre Spiegel  <spiegel@gnu.org>
2156         * vc.el (vc-annotate): Use current workfile version explicitly as
2157         a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2159 2001-09-16  Eli Zaretskii  <eliz@is.elta.co.il>
2161         * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2162         convert-standard-filename doesn't guarantee that the .el extension
2163         is preserved.
2165         * dos-fns.el (convert-standard-filename): Replace invalid
2166         characters only after converting dash/underscore to a period.
2167         (original-make-auto-save-file-name): New.
2168         (make-auto-save-file-name): New function, overrides the definition
2169         on files.el and calls the original function via
2170         original-make-auto-save-file-name.
2172         * mail/rmail.el (top-level): Require mule-utils when compiling.
2173         (rmail-decode-babyl-format): Use detect-coding-with-priority
2174         instead of detect-coding-region, to favor detection of emacs-mule
2175         encoded Babyl files written by rmailout.el etc.  Suggested by
2176         Kenichi Handa <handa@etl.go.jp>.
2178 2001-09-14  Eli Zaretskii  <eliz@is.elta.co.il>
2180         * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2181         Use `equal', not `=', since the device number can be a cons cell.
2183 2001-09-14  Gerd Moellmann  <gerd@gnu.org>
2185         * simple.el: Comment out change of 2001-09-13.
2187 2001-09-13  Milan Zamazal  <pdm@zamazal.org>
2189         * progmodes/compile.el (grep-compute-defaults): Don't set
2190         grep-command/grep-find-command when it is already non-nil.
2191         (grep-command): Make it a user option.
2192         (grep-find-command): Likewise.
2194 2001-09-13  Michael Kifer  <kifer@cs.sunysb.edu>
2196         * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2197         inhibit quit.
2199 2001-09-13  Eli Zaretskii  <eliz@is.elta.co.il>
2201         * files.el (make-auto-save-file-name): If long file names are not
2202         supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2203         generating an auto-save file name from it.
2205 2001-09-13  Gerd Moellmann  <gerd@gnu.org>
2207         * ps-print.el (ps-print-region, ps-print-region-with-faces)
2208         (ps-nb-pages-region): Signal an error if called interactively
2209         and the mark is not active.
2211         * simple.el (minibuffer-prompt-modification)
2212         (minibuffer-prompt-insertion): New functions.
2213         (minibuffer-prompt-properties): Use `modification-hooks' and
2214         `insert-in-front-hooks'.
2216 2001-09-12  Richard M. Stallman  <rms@gnu.org>
2218         * textmodes/outline.el (outline-regexp): Doc fix.
2219         Initialize it in the defcustom, the usual way.
2221 2001-09-12  Gerd Moellmann  <gerd@gnu.org>
2223         * ediff-mult.el (ediff-get-meta-info): Take into account that data
2224         from `ediff-meta-info' properties need not be an overlay.
2225         From David Ponce <dponce@voila.fr>.
2227         * isearch.el (isearch-intersects-p): Fix end checks.
2229 2001-09-11  Eli Zaretskii  <a34785@is.elta.co.il>
2231         * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2232         `t' branch of `cond', since Irix 6.1 and up is a special case of
2233         the standard dbx interface.
2235 2001-09-11  Miles Bader  <miles@gnu.org>
2237         * comint.el (comint-send-input): When waiting for echoed input,
2238         don't save the expected end position in `echo-end', so that things
2239         work properly even if the buffer is modified elsewhere at the same
2240         time [this happens if `comint-truncate-buffer' is used].
2242 2001-09-11  Gerd Moellmann  <gerd@gnu.org>
2244         * textmodes/outline.el (outline-mode): Use `^' and a shy group
2245         when constructing imenu-generic-expression from outline-regexp.
2247 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
2249         * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2250         `equal' instead of `=', since they can be cons cells.  From Nils
2251         Goesche <cartan@cartan.de>.
2253 2001-09-10  Andre Spiegel  <spiegel@gnu.org>
2255         * vc.el (vc-annotate): Rewrote doc string.
2257 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
2259         * time-stamp.el: Update Stephen Gildea's email address.
2261 2001-09-10  Gerd Moellmann  <gerd@gnu.org>
2263         * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2264         enable-multibyte-characters = nil.  From Hallvard B Furuseth
2265         <h.b.furuseth@usit.uio.no>.
2267 2001-09-09  Michael Kifer  <kifer@cs.sunysb.edu>
2269         * ediff-init.el (ediff-highest-priority): Bug fix.
2271         * viper-cmd.el (viper-special-read-and-insert-char): New function
2272         that reads a character and uses the current input method or
2273         iso-accents when appropriate.
2275         * viper.el and all others: Corrections to the comment blocks at
2276         the top.
2278 2001-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
2280         * info.el (Info-goto-node): Doc fix.
2282 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
2284         * isearch.el (isearch-intersects-p): New function.
2285         (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2286         use isearch-intersects-p, and clean up.
2288 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
2290         * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2291         and "german8", for the new German orthography dictionaries,
2292         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2293         the entries, to keep the line length balanced for loaddefs.el.
2295 2001-09-07  Dr Francis J. Wright  <F.J.Wright@qmw.ac.uk>
2297         * comint.el (comint-send-input): Handle comint-process-echoes
2298         differently.
2300 2001-09-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2302         * locate.el (locate-insert-header): Remove unnecessary whitespace.
2304 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
2306         * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2308 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
2310         * server.el (server-switch-buffer):
2311         * textmodes/refer.el (refer-find-entry-internal):
2312         * term/sup-mouse.el (sup-pos-to-window):
2313         * term/bg-mouse.el (bg-window-from-x-y):
2314         * emacs-lisp/edebug.el (edebug-window-live-p):
2315         Use get-window-with-predicate.
2317         * window.el (get-window-with-predicate): Renamed from some-window.
2318         (some-window): Make it an alias.
2320 2001-09-06  Gerd Moellmann  <gerd@gnu.org>
2322         * simple.el (undo): Remove positions from buffer-undo-list up to
2323         the next undo boundary only.
2325 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
2327         * makefile.nt (install): Don't copy sc.el.  Reported by Richard
2328         Kim <ryk@dspwiz.com>
2330         * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2331         the message "Creating customization items...done".
2333 2001-09-05  Gerd Moellmann  <gerd@gnu.org>
2335         * font-lock.el (toplevel): Require `jit-lock' only if
2336         font-lock-support-mode is set to jit-lock-mode.
2338 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
2340         * international/quail.el (quail-use-package, quail-inactivate)
2341         (quail-activate): Mention the hooks these functions run in their
2342         doc strings.
2344 2001-09-05  Edward M. Reingold <reingold@iit.edu>
2346         * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2347         of file in header of menu.
2349 2001-09-04  Gerd Moellmann  <gerd@gnu.org>
2351         * env.el (setenv): Interactively, if VARIABLE has a current value,
2352         add that to the front of the history, as the doc string says.
2354         * comint.el (comint-send-input): Change help-echo.
2355         From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2357         * bookmark.el (bookmark-write-file): Bind print-length and
2358         print-level to nil.  From Tom Capey <tomc@edina.co.uk>.
2360         * obsolete/uncompress.el: Moved there from lisp/.
2362         * comint.el (comint-insert-clicked-input): Goto point-max before
2363         deleting previous input.  From "Dr Francis J. Wright"
2364         <F.J.Wright@qmw.ac.uk>.
2366         * simple.el (backward-word): Doc fix.
2368 2001-09-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2370         * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2371         * uncompress.el, uniquify.el, vc.el, view.el, window.el
2372         * w32-fns.el: Add Keywords header.
2374 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
2376         * menu-bar.el: Fix separators in the Edit menu.  Bring "Fill" near
2377         "Text Properties".  Suggested by Simon Marshall
2378         <Simon.Marshall@midas-kapiti.com>.
2380 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
2382         * term/mac-win.el (mac-drag-n-drop): Decode file name by
2383         consulting the value of file-name-coding-system.
2385 2001-09-03  Stefan Monnier  <monnier@cs.yale.edu>
2387         * help.el (describe-function-1): Save precomputed `file-name' rather
2388         than recomputing it (incorrectly) with `symbol-file'.
2390 2001-09-03  Gerd Moellmann  <gerd@gnu.org>
2392         * international/isearch-x.el (isearch-exit-recursive-edit):
2393         Take three parameters, since it's used as an after-change-function.
2395         * emacs-lisp/backquote.el (backquote-backquote-symbol)
2396         (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
2397         from doc strings.
2399 2001-09-02  Milan Zamazal  <pdm@zamazal.org>
2401         * progmodes/glasses.el (glasses-convert-to-unreadable):
2402         Consider underscores as in `glasses-make-readable'.
2404 2001-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
2406         * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
2407         MS-DOS, since cpp might not be available.
2409         * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
2410         Mention "yank" in the help-echo text.
2411         Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2413 2001-09-01  Stefan Monnier  <monnier@cs.yale.edu>
2415         * newcomment.el (comment-indent): Insert spaces more carefully.
2417 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
2419         * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
2420         exists.  From Andy Petrusenco <andy@int.spb.ru>.
2422         * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
2423         display-popup-menus-p returns nil.  Suggested by Andy Petrusenco
2424         <andy@int.spb.ru>.
2426 2001-08-31  Gerd Moellmann  <gerd@gnu.org>
2428         * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
2429         Instead of running mouse-yank-at-click, see what the event is
2430         bound to outside Isearch and run that.
2432 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
2434         * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
2435         Fix the menu entry to mention transient-mark-mode.
2437 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
2439         * simple.el (eval-expression-print-level): Fix last change.
2441         * bindings.el (mode-line-coding-system-map): New variable.
2442         (mode-line-mule-info): Give the "%Z" a local-map keymap.
2444         * simple.el (eval-expression-print-level): Change the type
2445         of the defcustom to allow nil.
2447         * emacs-lisp/find-gc.el: Moved here from lisp/.
2449         * international/quail.el (quail-completion-1):
2450         Reverse the ((CHAR . DEFN) ...) list before processing it.
2451         From Kenichi Handa <handa@etl.go.jp>.
2453         * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
2454         * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
2456 2001-08-30  Eli Zaretskii  <eliz@is.elta.co.il>
2458         * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
2459         aren't supported.  This avoids the annoying gray strip drawn by
2460         the Windows version instead of the missing tool bar.
2462 2001-08-29  Gerd Moellmann  <gerd@gnu.org>
2464         * menu-bar.el (menu-bar-options-menu): Make option text, messages
2465         and tooltips more consistent.  From "Marshall, Simon"
2466         <Simon.Marshall@midas-kapiti.com>.
2468         * startup.el (fancy-splash-screens): Temporarily set
2469         minor-mode-map-alist to nil while displaying splash screens.
2471 2001-08-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2473         * buff-menu.el: Add Keywords header.
2474         Doc fix (C-x C-b is bound to list-buffers).
2476         * dired-x.el: Add keyword files to get listed in finder.
2477         Remove confusing notes about GNU Emacs 19.
2479         * dired.el, dired-aux.el: Add Keywords header.
2481 2001-08-28  Andre Spiegel  <spiegel@gnu.org>
2483         * vc.el (vc-revert-file): Call the backend even if the FILE's
2484         contents can be reverted locally; pass new arg CONTENTS-DONE
2485         down to the backend.
2487         * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
2488         optional arg CONTENTS-DONE.
2490 2001-08-28  Andrew Innes  <andrewi@gnu.org>
2492         * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
2494 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
2496         * makefile.nt (install): Copy more *.el files.
2498 2001-08-28  Gerd Moellmann  <gerd@gnu.org>
2500         * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
2501         instead of `w' which is already in use.
2503         * gs.el (gs-load-image): Use sleep-for.
2504         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2506 2001-08-28  Miles Bader  <miles@gnu.org>
2508         * replace.el (query-replace-regexp-eval): Return args from
2509         `interactive' form in correct order.
2511 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
2513         * mouse.el (mouse-buffer-menu): If the buffer menu is split by
2514         major modes, don't create panes for modes for which
2515         mouse-buffer-menu-alist returns an empty alist.
2517 2001-08-28  Thien-Thi Nguyen  <ttn@gnu.org>
2519         * progmodes/hideshow.el: Update first-line description.
2520         Sync comments w/ maintainer version 5.31.
2522         (hs-isearch-open): Default value now `code'.
2523         Fix docstring to use "code blocks" vs "comment blocks",
2524         as opposed to "block" vs "comment".
2525         (hs-flag-region): Accept `hs-isearch-open' value
2526         of `block' as synonymous w/ `code'.
2527         (hs-hide-block-at-point): For code blocks, pass `code'
2528         to `hs-flag-region' instead of `block'.
2530 2001-08-28  Miles Bader  <miles@gnu.org>
2532         * comint.el (comint-next-prompt): Don't loop infinitely if
2533         {next,previous}-single-char-property-change returns its input
2534         position when the search fails.
2536 2001-08-27  Miles Bader  <miles@gnu.org>
2538         * comint.el (comint-get-old-input-default): Don't signal an error
2539         if point is not on an input field; instead, return the current
2540         line (using `comint-bol' to skip any prompt, in case we're not
2541         using fields at all).
2543         * man.el (Man-mode-line-format): Variable removed.
2544         (Man-mode): Change `mode-line-buffer-identification' instead of
2545         `mode-line-format'.
2547 2001-08-27  Gerd Moellmann  <gerd@gnu.org>
2549         * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
2550         From Simon Josefsson <jas@extundo.com>.
2552 2001-08-26  Eli Zaretskii  <eliz@is.elta.co.il>
2554         * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
2555         messages.  From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2557         * emacs-lisp/levents.el: Specify FSF as Maintainer.  From Pavel
2558         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2560         * emacs-lisp/lselect.el: Ditto.
2562         * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
2563         Remove periods from the end of error message strings.
2564         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2566         * progmodes/antlr-mode.el: Add Keywords header.  From Pavel
2567         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2569         * net/telnet.el: Ditto.
2571 2001-08-26  Gerd Moellmann  <gerd@gnu.org>
2573         * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
2574         KEYMAP to the call to define-minor-mode.
2576 2001-08-24  Eli Zaretskii  <eliz@is.elta.co.il>
2578         * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
2579         Replace some of the undefined characters with emulations of bidi
2580         formatting characters and Niqud as per SI 1311-1.
2581         (IT-unicode-translations): Ditto.
2582         (IT-display-table-setup, IT-setup-unicode-display):
2583         Fill characters without translations with dos-unsupported-char-glyph.
2585 2001-08-24  Simon Josefsson  <jas@extundo.com>
2587         * hl-line.el (hl-line-mode): Don't be a global mode.
2588         (global-hl-line-mode): New function.
2590 2001-08-24  Gerd Moellmann  <gerd@gnu.org>
2592         * gs.el (gs-load-image): Wait for GHOSTVIEW window property
2593         being reset by Ghostscript.  Don't kill the gs process.
2594         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2596 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
2598         * term/mac-win.el: Require scroll-bar.
2600 2001-08-23  Stefan Monnier  <monnier@cs.yale.edu>
2602         * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
2604 2001-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
2606         * hexl.el (hexl-insert-multibyte-char) New function.
2607         (hexl-quoted-insert, hexl-self-insert-command)
2608         (hexl-insert-hex-char, hexl-insert-decimal-char)
2609         (hexl-insert-octal-char): Call it instead of hexl-insert-char.
2610         Fix the doc strings accordingly.
2611         (hexl-insert-char): Reject characters whose code is above 255.
2612         Doc fix.
2613         (hexl-mode-map): Copy the global keymap instead of creating a
2614         sparse keymap, and bind all self-inserting characters to
2615         hexl-self-insert-command.
2617 2001-08-22  Stefan Monnier  <monnier@cs.yale.edu>
2619         * wid-edit.el (text): Re-order docstring correctly.
2621         * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
2623         * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
2625 2001-08-22  Eli Zaretskii  <eliz@is.elta.co.il>
2627         * simple.el (line-number-mode): Mention the variable
2628         line-number-display-limit-width in the doc string.
2630 2001-08-22  Gerd Moellmann  <gerd@gnu.org>
2632         * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
2633         Temporarily select EVENT's window for switching buffers.
2634         (mode-line-bury-buffer): New function.
2635         (mode-line-buffer-identification-keymap): Use it instead of
2636         bury-buffer.  Bind down-mouse events to prevent global down-mouse
2637         events from shining through.
2639 2001-08-21  Stefan Monnier  <monnier@cs.yale.edu>
2641         * newcomment.el (comment-beginning): Make sure the comment-start
2642         we found isn't a comment-end (in cases where confusion is possible).
2644 2001-08-22  Miles Bader  <miles@gnu.org>
2646         * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
2647         before writing it, so that hard-links don't see new version.
2649 2001-08-21  Gerd Moellmann  <gerd@gnu.org>
2651         * gs.el (gs-set-ghostview-colors-window-prop):
2652         Call x-change-window-property with 3rd arg FRAME.
2653         (gs-load-image): Wait for a previous Ghostscript process
2654         to complete before starting a new one.
2656         * image.el (image-type-regexps): Make sure that the TIFF
2657         pattern is only matched at the beginning of a string.
2658         From Markus Rost <rost@math.ohio-state.edu>.
2660         * international/swedish.el: Pre-Mule file removed.  From Jonas
2661         Oberg <jonas@gnu.org>.
2663 2001-08-20  Rajesh Vaidheeswarran  <rv@gnu.org>
2665         * whitespace.el (whitespace-abort-on-error): Add custom variable
2666         to whitespace to abort a write-file if whitespace is detected in file.
2668         * whitespace.el (whitespace-write-file-hook): Hook to be called
2669         when writing a file. If `whitespace-abort-on-error' is set, the
2670         write will abort on detecting whitespaces.
2671         If `whitespace-auto-cleanup' is set, the file will be cleaned
2672         automatically prior to writing.
2674         * whitespace.el (whitespace-buffer-search): Let's not insert bogus
2675         whitespaces in the error output!
2677         * whitespace.el (whitespace-check-indent-whitespace): Defaults to
2678         `indent-tabs-mode', since the latter notes user preferences on
2679         TABs anyway.
2681         * whitespace.el (whitespace-version): 3.1. All of the above issues
2682         were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
2684 2001-08-20  Gerd Moellmann  <gerd@gnu.org>
2686         * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
2687         some spaces from a message.  From Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>.
2689         * whitespace.el (whitespace-global-mode): Add autoload cookie.
2691 2001-08-20  Alex Schroeder  <alex@gnu.org>
2693         * sql.el (sql-db2): Doc change.
2695 2001-08-20  Alex Schroeder  <alex@gnu.org>
2697         * sql.el (sql-postgres): Add the database at the end of the
2698         parameters instead of at the beginning.
2699         (sql-postgres-options): Doc change.
2701 2001-08-17  Gerd Moellmann  <gerd@gnu.org>
2703         * custom.el (defcustom): Doc fix.
2705 2001-08-16  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2707         * ps-mule.el (find-composition): Check if (char-after POS)
2708         returns a valid character.
2710 2001-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
2712         * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
2713         original-point for extra CR characters that are added/removed when
2714         the buffer is written/read whose EOL type is -dos.
2716 2001-08-16  Miles Bader  <miles@gnu.org>
2718         * simple.el (line-move): Undo previous change.
2720         * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
2721         property to input-terminating `boundary' overlays to avoid
2722         line-move wierdness.
2724 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
2726         * lazy-lock.el (lazy-lock-fontify-region): Widen the current
2727         buffer in a save-restriction.  Under one test case with Ediff,
2728         window-scroll-functions are run with a window start that's
2729         temporarily outside of the restriction.
2731 2001-08-16  Robert J. Chassell <bug-texinfo@gnu.org>
2733         * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
2734         (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
2735         (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
2736         (texinfo-update-menu-region-beginning)
2737         (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
2738         command, @ifnottex, to regexps, so it is found.
2740 2001-08-16  Andrew Innes  <andrewi@gnu.org>
2742         * makefile.nt (DONTCOMPILE): Omit bindings.el.
2743         (DONTCOMPILE): Omit sc.el.
2745         * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
2746         (DONTCOMPILE): Omit sc.el.
2748 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
2750         * replace.el (occur): Bind inhibit-read-only to t.
2752 2001-08-16  Miles Bader  <miles@gnu.org>
2754         * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
2755         calling `constrain-to-field', to avoid problems with comint prompts.
2757 2001-08-15  Gerd Moellmann  <gerd@gnu.org>
2759         * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
2760         (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
2762         * ediff-mult.el (ediff-get-meta-info): Fix the condition
2763         of a while-loop.
2765         * Makefile.in (DONTCOMPILE): Remove sc.el.
2767         * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
2768         Don't include term/.
2770         * mail/sc.el:  Moved to obsolete/.
2772 2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2774         * ps-print.el: Change error function arguments to follow Emacs
2775         message convention.  Doc fix.
2776         (ps-print-version): New version number (6.5.4).
2777         (coding-system-for-write): Change declaration position to avoid
2778         XEmacs compilation gripes.
2779         (coding-system-for-read, buffer-file-coding-system):
2780         Declarations to avoid XEmacs compilation gripes.
2782         * ps-mule.el: Doc fix.
2783         (ps-mule-encode-header-string): If STRING is not a string, replace
2784         STRING by empty string.
2786 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
2788         * frame.el (show-trailing-whitespace): Doc fix.
2790 2001-08-13  Eli Zaretskii  <eliz@is.elta.co.il>
2792         * desktop.el (desktop-save): Insert the coding: tag before
2793         desktop-header.
2795 2001-08-13  Gerd Moellmann  <gerd@gnu.org>
2797         * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
2798         its path from $els.
2800         * image.el (image-jpeg-p): Fix call of substring.
2802 2001-08-10  Gerd Moellmann  <gerd@gnu.org>
2804         * play/animate.el (animate-string): Doc fix.  Use a buffer
2805         name with stars in it.
2806         (animate-sequence): New function.
2807         From Richard Stallman <rms@gnu.org>.
2809         * frame.el (select-frame-set-input-focus): New function
2810         extracted from other-frame.
2811         (other-frame): Use it.
2812         (next-multiframe-window, previous-multiframe-window): Use it.
2814         * isearch.el (isearch-other-meta-char): Don't switch to the
2815         buffer of a window clicked on, when the current buffer is
2816         in Isearch mode.
2818         * image.el (image-jpeg-p): Test for APPn markers in the range
2819         #xe0..#xef.
2821 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
2823         * desktop.el (desktop-save): Don't use concat to form a file
2824         name, use expand-file-name.
2826         * mouse.el (mouse-delete-window): Do nothing if frame has just
2827         one window.
2829         * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
2830         for the minor mode name.
2832         * view.el (toplevel): Use mode-line-minor-mode-keymap for the
2833         minor mode name.
2835         * time.el (display-time-string-forms): Use make-mode-line-mouse-map
2836         instead of make-mode-line-mouse2-map.
2838         * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
2839         the minor mode name.
2841         * emacs-lisp/easy-mmode.el (define-minor-mode):
2842         Use  mode-line-minor-mode-keymap for the minor mode name.
2844         * calendar/calendar.el (calendar-mode-line-format):
2845         Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
2847         * bindings.el (make-mode-line-mouse-map): Renamed from
2848         make-mode-line-mouse2-map.  Take additional arg MOUSE.
2849         (mode-line-modified): Use mouse-3 instead of mouse-2.
2850         (mode-line-buffer-identification-keymap): Bind keys differently.
2851         (propertized-buffer-identification): Adapt help-echo to new bindings.
2853         * bindings.el (mode-line-format): Specify help-echo for line
2854         number, column number and buffer-percent part of the mode-line.
2856         * image.el (image-type-regexps): Allow whitespace at the start
2857         of the image data for XPM, XBM and Postscript, which are
2858         text files.
2859         (image-jpeg-p): Correct calculation of next field offset.
2861 2001-08-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2863         * battery.el: Fix typo.
2865 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
2867         * image.el (image-type-regexps): Allow predicates.  Change the way
2868         JPEG images are recognized.
2869         (image-jpeg-p): New function.
2870         (image-type-from-data): Handle predicates in image-type-regexps.
2872         * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
2873         #:, #x, #o, and similar constructs.
2875 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
2877         * vc.el (vc-transfer-file): Fix malformed autoload cookie.
2879         * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
2880         instead of `progn'.
2882         * tar-mode.el (tar-extract): Avoid generating a new buffer
2883         for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
2885         * textmodes/paragraphs.el (forward-sentence): Avoid building
2886         a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
2888         * progmodes/executable.el (executable-set-magic):
2889         If executable-find returns a quoted file name, unquote it before
2890         inserting it.
2892         * image.el (image-type-regexps): For JPEG files, use a regexp
2893         derived from the JFIF spec.
2895         * image.el (image-type-regexps): Use `\`' instead of `^' in
2896         most regular expressions.
2898 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2900         * play/animate.el: Re-insert a reference to re-inserted function.
2902 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
2904         * help.el (describe-function-1): Use find-function-search-for-symbol
2905         instead of find-function-noselect because the latter follows aliases.
2907         * play/animate.el (animate-birthday-present): Re-insert.
2909         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
2910         Handle old-style menu definitions.
2912 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2914         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
2915         * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
2917         * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
2918         * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
2919         * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
2921 2001-08-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2923         * textmodes/tildify.el: Milan Zamazal has new address.
2925 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
2927         * custom.el (custom-set-variables): Don't test `custom-requests'
2928         properties, check the third element of the options passed to
2929         custom-set-variables instead.
2931         * info.el (info-insert-file-contents): Use info-file-exists-p
2932         instead of file-exists-p.
2934         * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
2935         the mode-line face is restored.  Fix several bugs.
2937         * replace.el (perform-replace): Doc fix.
2939 2001-08-02  Francesco Potorti`  <pot@gnu.org>
2941         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
2942         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
2943         (uniquify-fix-item-base, uniquify-fix-item-filename)
2944         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
2945         Callers changed.
2946         (uniquify-set-proposed): Changed to work with a vector item.
2947         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
2948         the fix list, and a list of strings for the non-file buffer
2949         names.  Both changes reduce consing.
2950         (uniquify-rationalize-a-list): Local variable renaming.
2951         (uniquify-rationalize-conflicting-sublist): Use member instead of
2952         assoc.
2953         (uniquify-rename-buffer): Use unless instead of if not.
2955 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
2957         * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
2959         * custom.el (custom-set-variables): Set options with :require
2960         clauses last.
2962         * custom.el (defcustom): Doc fix.
2964         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
2966 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
2968         * man.el (man): Mention Man-switches in the doc string.
2969         (Man-switches): Mention -a in the doc string.
2971         * textmodes/ispell.el (ispell-alternate-dictionary):
2972         Add /usr/share/lib/dict/words, for Irix.
2974         * bindings.el: Bind shifted and control-shifted kp-* keys to the
2975         corresponding non-kp keys.  Suggested by Stephen Gildea
2976         <gildea@stop.mail-abuse.org>.
2978 2001-08-01  Francesco Potorti`  <pot@gnu.org>
2980         * uniquify.el: These changes correct a corner case that the old
2981         code managed correctly.
2982         (uniquify-fix-item-proposed): Renamed from
2983         uniquify-fix-item-min-proposed.
2984         (uniquify-set-proposed): New function.
2985         (uniquify-rationalize-file-buffer-names): Code reshuffled for
2986         clarity and speed.
2987         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
2988         This is equivalent to what the old code did.
2989         (uniquify-rationalize-a-list): Never recompute the proposed
2990         name.  Sort the conflicting sublist before rationalising it: this
2991         is equivalent to what the old code did, but one directory element
2992         at a time, and only when necessary.
2993         (uniquify-rationalize-conflicting-sublist): Recompute here the
2994         proposed name.
2996 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
2998         * play/animate.el: Add Keywords and Maintainer.  Remove a
2999         reference to a removed function.
3001         * play/animate.el (animate-string): Handle case that the string is
3002         longer than the window is wide.
3004 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
3006         * desktop.el (desktop-save): Bind coding-system-for-write to
3007         `emacs-mule' for write-region.
3009         * delsel.el (delete-selection-pre-hook): Don't set this-command
3010         to `ignore' if the region is empty.
3012         * international/mule.el (set-keyboard-coding-system):
3013         Set keyboard-coding-system.
3015         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3016         before accessing it.
3018 2001-07-30  Andreas Schwab  <schwab@suse.de>
3020         * menu-bar.el (toggle-highlight-paren-mode):
3021         Use `(show-paren-mode)' as body.
3023 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
3025         * vc.el (vc-checkout-hook): New hook.
3026         (vc-checkout): Run it.
3028 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
3030         * progmodes/make-mode.el (makefile-macroassign-regex):
3031         Recognize the ?= operator.  From Jonathan Kamens <jik@curl.com>.
3033 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
3035         * vc.el (vc-switch-backend): Fix autoload cookie.
3037         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3038         the desktop file.
3040 2001-07-30  Simon Josefsson  <jas@extundo.com>
3042         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3043         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3045 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
3047         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3048         (last-sexp-toggle-display): Renamed from last-sexp-print.
3049         (last-sexp-toggle-display, eval-last-sexp-1):
3050         Use last-sexp-setup-props.
3052         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3053         New user-options.
3054         (mouse-wheel-change-button): New function.
3055         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3056         (mwheel-scroll): Ditto.
3058 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
3060         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3061         `...', compare with unabbreviated printed representation instead.
3062         (last-sexp-print): Bind print-length and print-level to nil.
3064         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3065         before assigning text properties.  Make properties rear-nonsticky.
3067         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3068         (eval-last-sexp-1): Give printed text a `keymap' property and bind
3069         <mouse-2> and <RET> in that map to a function printing the
3070         unabbreviated value.
3072         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3073         is a buffer, put a text property `printed-value' on the printed
3074         representation, with the Lisp object printed as value.
3076 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
3078         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3079         Mention the effect of eval-expression-print-length and
3080         eval-expression-print-level in the doc strings.  Suggested by
3081         Kevin Gallagher <kevingal@onramp.net>.
3083 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
3085         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3086         for buttons > 3.
3087         (xterm-mouse-translate): Handle the case that we don't get a
3088         down-event.
3090         * emacs-lisp/find-func.el (find-function-regexp):
3091         Add easy-mmode-define-global-mode to the regexp.  Allow newlines
3092         in front of the function name.
3094         * isearch.el (isearch-other-meta-char): Fix last change.
3096         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3097         similar events for which fake prefix keys are generated.  It's no
3098         longer necessary since read_key_sequence doesn't modify these
3099         events for internal purposes anymore.
3101         * files.el (auto-mode-alist): Use nroff-mode for files ending
3102         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
3104 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
3106         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3107         tool-bar-lines parameter, behave as if its value were zero.
3108         (mouse-avoidance-set-pointer-shape): Don't do anything if
3109         x-pointer-shape is not boundp.
3111 2001-07-23  Francesco Potorti`  <pot@gnu.org>
3113         * uniquify.el: Overall speedup changes when using many buffers.
3114         (uniquify-fix-item-base, uniquify-fix-item-filename)
3115         (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3116         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3117         place in the item, but was never used.
3118         (uniquify-fix-item-min-proposed): New defalias: the fourth place
3119         in the item is now used as cache for the proposed name.
3120         (uniquify-rationalize-file-buffer-names): Move computation made on
3121         newbuffile out of the loop, in the newbuffile-nd local var.
3122         Use dolist (cosmetic change).  Compute the proposed name for the most
3123         common case and cache it in the fourth place in the item.
3124         (uniquify-rationalize-file-buffer-names): Used to return a a list
3125         of buffer whose name was changed, but that return value was never used.
3126         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3127         the cached proposed name, does much less consing and is quicker.
3128         (uniquify-filename-lessp): Deleted.
3129         (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3130         Do not bind locally the uniquify-possibly-resolvable flag.  Use the
3131         cached proposed name is possible.
3132         (uniquify-get-proposed-name): Arguments changed, callers changed.
3133         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3134         uniquify-possibly-resolvable flag, which is no more bound locally.
3135         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3136         flag, which does not exist any more.
3138 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
3140         * term/internal.el (IT-unicode-translations): Fix the appearance of
3141         "6`".
3143         * progmodes/compile.el (compile-internal): If EMACS is already
3144         defined in the environment, don't override its value.
3146 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
3148         * play/fortune.el: Undo change of 2001-07-13.
3149         Fix autoload cookies.  Add types to defcustoms.
3150         (fortune) <defgroup>: Add :link.
3151         (fortune-from-region): Use eq, not eql.
3152         From Dave Love <fx@gnu.org>.
3154         * play/animate.el (animate-birthday-present): Function removed.
3156         * play/animate.el: New file.
3158 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
3160         * startup.el (normal-top-level-add-subdirs-to-load-path):
3161         On Windows, put into normal-top-level-add-subdirs-inode-list the
3162         canonicalized names of the directories instead of inode numbers.
3164 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
3166         * ediff-util.el: Copyright years.
3167         (ediff-choose-syntax-table): New function.
3168         (ediff-setup): Use ediff-choose-syntax-table.
3169         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3170         vc-state is available.
3171         (ediff-make-temp-file): Use ediff-coding-system-for-write.
3173         * ediff-init.el (ediff-with-syntax-table): New macro, uses
3174         with-syntax-table.
3175         (ediff-coding-system-for-read): From ediff-diff.el
3176         (ediff-coding-system-for-write): New variable.
3177         (ediff-highest-priority): Fixed the bug having to do with disappearing
3178         overlays.
3179         (ediff-file-remote-p): Use file-remote-p, if available.
3180         (ediff-listable-file): New function.
3181         (ediff-file-attributes): Use ediff-listable-file.
3183         * ediff-mult.el (ediff-meta-insert-file-info1):
3184         Use ediff-listable-file.
3186         * ediff-ptch.el (ediff-prompt-for-patch-file):
3187         Use ediff-coding-system-for-read.
3188         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3190         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3191         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3193         * ediff.el: Date of last update, copyright years.
3195         * ediff-wind (ediff-setup-control-frame): Nill->nil.
3197         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3198         of Scott Bronson.
3199         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3200         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3201         Deleted functions.
3202         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3203         ex-token-list.
3204         (viper-get-ex-address-subr): Convert registers to char data type.
3206         * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3207         (viper-memq-char): Use viper-int-to-char.
3208         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3209         vc-locking-state.
3210         (viper-read-key): Use viper-read-key-sequence.
3212         * viper.el (viper-major-mode-modifier-list):
3213         Added inferior-emacs-lisp-mode.
3214         (this-major-mode-requires-vi-state): New function that uses simple
3215         heuristics to decide if vi state is appropriate.
3216         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3217         (viper-non-hook-settings): Don't advise read-key-sequence.
3218         (viper-read-key-sequence): New function that replaces the
3219         previously used advice to read-key-sequence.
3221         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3222         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3223         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3224         (viper-open-line-at-point,viper-substitute,viper-overwrite)
3225         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3226         Got rid of the negative character hack.
3227         (viper-escape-to-state,viper-replace-state-exit-cmd):
3228         Use viper-read-key-sequence.
3229         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3230         (viper-minibuffer-standard-hook,viper-read-string-with-history):
3231         Don't override existing minibuffer-setup-hook.
3232         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3233         Convert registers to char data type.
3234         (viper-autoindent): Use viper-indent-line.
3236         * viper-keym.el: Use viper-exec-key-in-emacs.
3238 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
3240         * server.el (server-visit-files): Fix variable name typo.
3242 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
3244         * simple.el (delete-trailing-whitespace): Save match data
3245         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
3247 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
3249         * progmodes/compile.el (compilation-parse-errors): `linenum' might
3250         return a this-error using the alternative format (a pair of markers).
3252 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
3254         * font-lock.el (c++-keywords): Add Standard C++ operator names.
3256         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3257         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3259 2001-07-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3261         * international/iso-transl.el: Fix typo in the header of the file.
3263         * textmodes/picture.el (picture): Doc fix.
3265         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3266         follow coding conventions in generated files.
3268 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
3270         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3271         (tool-bar-add-item): Don't call image-related primitives if the
3272         display doesn't support images.
3274         * frame.el (display-images-p): New function.
3276 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
3278         * server.el (server-visit-files): Handle the case the specified
3279         column number is <= 0.
3281 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
3283         * startup.el (command-line-1): Add support for +LINE:COLUMN
3284         command line argument.
3286 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3288         * server.el (server-process-filter, server-visit-files):
3289         Add support for +LINE:COLUMN style emacsclient calls.
3291 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3293         * emacs-lisp/easy-mmode.el: Add Keywords header.
3295         * play/pong.el: Author has new address.
3297         * play/landmark.el: Author is no more reachable.
3299         * play/handwrite.el: Author is no more reachable.
3301 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
3303         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3304         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3305         Complete bindings for F<1..12> keys.
3306         (global-map): Remove `undo' binding (already in the default).
3307         Replace `t<n>' bindings with `f<n>' bindings.
3309 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
3311         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3312         (tcl-mode): Use tcl-add-log-defun.
3313         (tcl-indent-line): Use tcl-calculate-indent.
3314         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3315         (tcl-indent-exp): Renamed from indent-tcl-exp.
3316         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3317         (tcl-indent-for-comment): Call comment-indent-function properly
3318         and handle the case where it returns nil.
3320 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
3322         * calendar/cal-islam.el (calendar-goto-islamic-date):
3323         Remove autoload cookie.
3325         * calendar/calendar.el (calendar-goto-islamic-date):
3326         Add call to autoload.
3328 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
3330         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3331         Don't change compile-auto-highlight globally.
3332         Don't bother with `font-lock-defaults' property since XEmacs
3333         also understands the `font-lock-defaults' variable.
3334         Use make-local-variable rather than make-variable-buffer-local.
3335         Don't `defconst' comment-indent-function: keep the default.
3336         Call easy-menu-add unconditionally.
3337         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3338         (ada-create-menu): Use :included for Emacs as well.
3340         * vc.el (vc-do-command): Autoload.
3342         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3344 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3346         * ps-print.el: Fix Author: header.
3348 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
3350         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3351         mouse-1 etc., bind them to `ignore'.
3353         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3354         send-invisible, which is already defined in Comint.
3355         (eshell-watch-for-password-prompt): Use it.
3357 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3359         * which-func.el (which-func-mode): Doc fix.
3361         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
3362         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3363         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3364         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3365         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3366         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3367         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3368         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3369         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3370         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3371         * emulation/edt-mapper.el, emulation/edt-pc.el,
3372         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3373         * emulation/tpu-edt.el, emulation/tpu-extras.el,
3374         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3375         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3376         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3377         * international/isearch-x.el, international/iso-cvt.el,
3378         * international/ogonek.el, international/quail.el,
3379         * international/utf-8.el, jit-lock.el, language/devan-util.el,
3380         * language/devanagari.el, language/ethio-util.el,
3381         * language/ethiopic.el, language/european.el, language/indian.el,
3382         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
3383         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
3384         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
3385         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
3386         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
3387         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
3388         * progmodes/autoconf.el, progmodes/cmacexp.el,
3389         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
3390         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
3391         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
3392         * progmodes/ebnf2ps.el, progmodes/executable.el,
3393         * progmodes/fortran.el, progmodes/idlw-shell.el,
3394         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
3395         * progmodes/m4-mode.el, progmodes/mantemp.el,
3396         * progmodes/meta-mode.el, progmodes/octave-inf.el,
3397         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
3398         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
3399         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
3400         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
3401         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
3402         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
3403         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
3404         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
3405         * textmodes/two-column.el, time-stamp.el, timezone.el,
3406         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
3407         * which-func.el, whitespace.el, wid-browse.el, widget.el,
3408         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
3409         conventions.
3411 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
3413         * simple.el (set-variable): Require 'cus-edit' instead of
3414         `wid-edit', so that the Custom widgets get defined.
3416 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3418         * allout.el: A fix to follow coding conventions.
3420         * find-lisp.el: A fix to follow coding conventions.
3422         * term/w32-win.el: A fix to follow coding conventions.
3424         * textmodes/sgml-mode.el: A fix to follow coding conventions.
3426         * term/xterm.el: A fix to follow coding conventions.
3428         * term/news.el: A fix to follow coding conventions.
3430         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
3431         header line fixed.
3433         * sun-curs.el: Fix Maintainer: header line.
3435         * emacs-lisp/easymenu.el: Address of the author added.
3437 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
3439         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
3440         property.
3442 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3444         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
3445         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
3446         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
3447         Some fixes to follow coding conventions.
3449 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
3451         * which-func.el (which-func-mode): Doc fix.
3453 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
3455         * net/rcompile.el (remote-compile): Use make-local-variable.
3457         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
3459         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
3461         * mail/reporter.el (reporter-submit-bug-report):
3462         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
3464 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3466         * calendar/cal-china.el, calendar/cal-coptic.el,
3467         * calendar/cal-dst.el, calendar/cal-french.el,
3468         * calendar/cal-hebrew.el, calendar/cal-islam.el,
3469         * calendar/cal-iso.el, calendar/cal-julian.el,
3470         * calendar/cal-mayan.el, calendar/cal-persia.el,
3471         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
3472         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
3473         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
3474         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
3475         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3476         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
3477         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
3478         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
3479         * progmodes/ada-xref.el, progmodes/cc-align.el,
3480         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
3481         * progmodes/cc-defs.el, progmodes/cc-engine.el,
3482         * progmodes/cc-langs.el, progmodes/cc-menus.el,
3483         * progmodes/cc-styles.el, progmodes/cc-vars.el,
3484         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
3485         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
3486         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
3487         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
3488         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
3489         * textmodes/reftex.el: Some fixes to follow coding
3490         conventions in Eshell files with known maintainers.
3492         * emulation/viper.el: A fix to follow coding conventions.
3494         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
3495         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
3496         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
3497         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
3498         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
3499         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
3500         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
3501         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
3502         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
3503         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
3504         conventions in Eshell files.
3506         * composite.el, diff.el, emacs-lisp/levents.el,
3507         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
3508         * emulation/pc-mode.el, emulation/viper-cmd.el,
3509         * emulation/viper-ex.el, emulation/viper-init.el,
3510         * emulation/viper-keym.el, emulation/viper-macs.el,
3511         * emulation/viper-mous.el, emulation/viper-util.el,
3512         * emulation/viper.el, forms-pass.el, international/ccl.el,
3513         * international/characters.el, international/encoded-kb.el,
3514         * international/fontset.el, international/ja-dic-cnv.el,
3515         * international/ja-dic-utl.el, international/kinsoku.el,
3516         * international/kkc.el, international/mule-cmds.el,
3517         * international/mule-diag.el, international/mule-util.el,
3518         * international/mule.el, international/titdic-cnv.el,
3519         * language/china-util.el, language/chinese.el,
3520         * language/cyril-util.el, language/cyrillic.el, language/english.el,
3521         * language/greek.el, language/hebrew.el, language/japan-util.el,
3522         * language/japanese.el, language/korea-util.el, language/korean.el,
3523         * language/lao-util.el, language/lao.el, language/misc-lang.el,
3524         * language/slovak.el, language/thai-util.el, language/thai.el,
3525         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
3526         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
3527         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
3528         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
3529         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
3530         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
3531         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
3532         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
3533         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
3534         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
3535         to follow coding conventions in files without maintainer or in files
3536         with clear maintainer (but without Maintainer header stating so).
3538         * emacs-lisp/elp.el: A fix to follow coding conventions.
3540         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
3541         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
3542         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
3543         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
3544         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
3545         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
3546         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
3547         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
3548         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
3549         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
3550         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
3551         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
3552         conventions in files from Gnus.
3554         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
3555         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
3556         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
3557         * echistory.el, electric.el, emacs-lisp/authors.el,
3558         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
3559         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
3560         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
3561         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
3562         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
3563         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
3564         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
3565         * international/codepage.el, international/iso-ascii.el,
3566         * international/iso-insert.el, international/iso-transl.el,
3567         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
3568         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
3569         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
3570         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
3571         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
3572         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
3573         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
3574         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
3575         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
3576         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
3577         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
3578         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
3579         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
3580         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
3581         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
3582         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
3583         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
3584         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
3585         * textmodes/tex-mode.el, textmodes/text-mode.el,
3586         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
3587         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
3588         * vt100-led.el, window.el: Some fixes to follow coding conventions in
3589         files maintained by FSF.
3591 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3593         * arc-mode.el: A fix to follow coding conventions.
3595         * bindings.el: Ditto.
3597         * cdl.el: Ditto.
3599         * comint.el: Ditto.
3601         * cus-start.el: Ditto.
3603         * shell.el: Ditto.
3605         * skeleton.el: Ditto.
3607 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
3609         * info.el (Info-build-node-completions):
3610         Make Info-current-file-completions buffer local.
3612 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
3614         * which-func.el (which-func-mode, which-func-ff-hook)
3615         (which-function-mode): Remove references to which-func-mode-global.
3617         * calendar/cal-islam.el (calendar-goto-islamic-date):
3618         Add autoload cookie.
3620         * play/fortune.el: Add types to defcustoms.
3622 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3624         * language/czech.el: A fix to follow coding conventions.
3626 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
3628         * speedbar.el (speedbar-supported-extension-expressions): Add .g
3629         to the extension list, for antlr-mode.  From Christoph Wedler
3630         <Christoph.Wedler@sap.com>.
3632 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
3634         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
3635         (vc-dired-mode-map): Fix the madness.
3637         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
3638         (vc-prefix-map): Moved back from vc.el.
3640 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
3642         * mail/mail-extr.el (mail-extr-all-top-level-domains):
3643         Increase the size of the obarray.
3644         (mail-extr-all-top-level-domains): Add more toplevel domains,
3645         add more long names.
3646         From: Per Starback <starback@ling.uu.se>.
3648 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
3650         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
3651         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3653         * progmodes/ada-mode.el: Ditto.
3655         * progmodes/ada-xref.el: Ditto.
3657 2001-07-11  Miles Bader  <miles@gnu.org>
3659         * finder.el (finder-insert-at-column): Also move to the next line
3660         if exactly at COLUMN.
3662 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
3664         * help.el (describe-function-1): When printing FUNCTION's
3665         documentation, don't assume FUNCTION is a symbol.
3667         * startup.el (normal-top-level): Don't operate on the initial
3668         frame if we failed to create one.
3670 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
3672         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
3673         itself, i.e. only indent the contents in it.
3675 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
3677         * mail/rmail.el (rmail-show-message): Show beginning of message in
3678         all windows containing it.
3680 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
3682         * term/tty-colors.el: Fix the header line and copyright years.
3684 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
3686         * emacs-lisp/advice.el (ad-make-advised-definition): If the
3687         original definition has an interactive form, but is Elp
3688         instrumented, use the interactive form of the function called by
3689         elp-wrapper.
3691         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
3692         configurations with compare-window-configuration; they aren't
3693         window configurations.
3695         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
3696         from the server for the format we expect.  Don't use it if it
3697         doesn't look like what the Internet draft for FTP extensions specifies.
3699         * toolbar/*.pbm: Cleaned up.
3700         From Luis Fernandes <elf@ee.ryerson.ca>.
3702 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
3704         * cc-cmds.el: Extended the kludge to interoperate with the
3705         delsel and pending-del packages wrt to the new function
3706         `c-electric-delete-forward'.
3708 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
3710         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
3711         to delay the call to <mode> for global minor modes.
3712         (easy-mmode-define-navigation): Only recenter if interactive.
3714 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
3716         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
3717         to lisp-indent-line.
3719         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
3720         from the server.  Call encode-time only when we are sure that we
3721         got a 213 response.
3723 2001-07-06  Simon Josefsson  <jas@extundo.com>
3725         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
3726         (mail-envelope-from): New user option.
3727         (sendmail-send-it): Use it.
3729 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3731         * ps-print.el: Use locale dependant date to print date in header.
3732         Doc fix.
3733         (ps-print-version): New version number (6.5.3).
3734         (ps-right-header, ps-right-footer): Initialization and doc fix.
3735         (ps-time-stamp-locale-default): New fun.
3737 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3739         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
3740         field problem with MIME-mode.
3742         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
3744 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3746         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
3747         MIME-mode.
3749 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
3751         * bindings.el (mode-line-mule-info): Don't show the tip with
3752         buffer-file-coding-system if that is nil.
3754 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
3756         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
3757         instead of kill-line.
3759         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
3760         <Pavel@Janik.cz>.
3762         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
3763         <Pavel@Janik.cz>.
3765 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
3767         * font-lock.el (c-font-lock-keywords-3): When matching something
3768         like `struct X Y', finish with point after Y.
3770 2001-07-04  Simon Josefsson  <jas@extundo.com>
3772         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
3773         in caller buffer.
3775 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
3777         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
3778         instead of string-match to find the basename of the file.
3779         From Pascal Obry <p.obry@wanadoo.fr>.
3781         * net/browse-url.el (browse-url-default-windows-browser):
3782         Support the MS-DOS port when it runs on Windows.
3783         (browse-url-browser-function) [ms-dos]: Default to
3784         browse-url-default-windows-browser.
3786         * help.el (locate-library): Enable code that looks for compressed
3787         libraries if auto-compression-mode is on.
3789 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
3791         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
3793 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
3795         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
3797 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
3799         * allout.el: Fix the header line, so that finder.el recognizes it.
3800         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3802         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
3803         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3805 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
3807         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
3809         * ps-bdf.el (bdf-directory-list): Use the value relative to
3810         installation-directory for MS-Windows as well.
3812 2001-06-29  Richard M. Stallman  <rms@gnu.org>
3814         * wid-edit.el (widget-color-sample-face-get):
3815         Return ((foreground-color . COLOR)) instead of constructing a face.
3817 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
3819         * faces.el (region): Change the background color for the
3820         light-background color display to lightgoldenrod2, to make it
3821         visible on some laptops.
3823 2001-06-28  Richard M. Stallman  <rms@gnu.org>
3825         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
3826         (rmail-msg-restore-non-pruned-header): Likewise.
3827         If point was in the old pruned header, put it at the top.
3828         (rmail-msg-prune-header): If point was at the top, keep it there.
3830         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
3831         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
3833 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
3835         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
3837 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
3839         * saveplace.el: Update maintainer email address.
3841 2001-06-27  Francesco Potorti`  <pot@gnu.org>
3843         * uniquify.el: (uniquify-rationalize-file-buffer-names):
3844           Undo previous change.
3846 2001-06-27  Francesco Potorti`  <pot@gnu.org>
3848         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
3849         preliminary quick reordering.  Can speed things up dramatically.
3851 2001-06-26  Richard M. Stallman  <rms@gnu.org>
3853         * dired.el (dired-get-filename): A file name starting with ~
3854         is not absolute in this context.
3856         * which-func.el (which-func-maxout): Increase default to 500000.
3857         (which-function-mode): This is now the "real" name of the function.
3858         (which-func-mode): Now an alias.
3859         (which-func-mode-global): Name deleted.
3861         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
3862         button-2, when binding hs-mouse-toggle-hiding.
3864 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3866         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
3867         (rmail-msg-prune-header): Likewise.
3868         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
3869         and `rmail-msg-prune-header'.
3871 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
3873         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
3874         back than LINEBEG.
3876 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
3878         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
3879         window where they clicked the mouse has a header line, adjust
3880         vertical movement by one.
3882 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
3884         * progmodes/glasses.el (glasses-make-readable): Consider underscores
3885         too when separating a parenthesis.
3887 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
3889         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3890         (bookmark-bmenu-hide-filenames): Add help-echo to
3891         mouse-highlighted text.
3892         (bookmark-bmenu-show-filenames): Remove help-echo property from
3893         the whitespace.
3895 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
3897         * files.el (auto-mode-alist): Add configure.ac (autoconf).
3898         From Karl Eichwalder <ke@suse.de>.
3900 2001-06-23  Richard M. Stallman  <rms@gnu.org>
3902         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
3904         * progmodes/cc-styles.el (c-set-style): Don't specify initial
3905         contents for completing-read.
3907 2001-06-22  Richard M. Stallman  <rms@gnu.org>
3909         * menu-bar.el (menu-bar-make-toggle): Construct the
3910         function's doc string from HELP, not DOC, and make it accurate by
3911         adding "Toggle whether to " at the front and downcasing the initial.
3912         Change the HELP arg in some calls to make it fit this usage.
3914         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
3915         Undo previous change.
3917 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
3919         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
3921         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
3923 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
3925         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
3927         * dabbrev.el (dabbrev--select-buffers): Fix last change.
3929 2001-06-20  Richard M. Stallman  <rms@gnu.org>
3931         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
3932         broken out from dabbrev--find-expansion.  Handle minibuffer
3933         specially here.
3934         (dabbrev--find-expansion): Simplify code in various ways.
3935         Don't treat minibuffers specially.
3936         Call dabbrev--make-friend-buffer-list.
3937         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
3938         (dabbrev--scanning-message): Do nothing when minibuffer is current.
3940 2001-06-19  John Wiegley  <johnw@gnu.org>
3942         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
3943         Also, added a comment describing how to greatly speedup Eshell
3944         loadup time, by concatenating together all of Eshell's .elc files.
3946 2001-06-19  John Wiegley  <johnw@gnu.org>
3948         * eshell/esh-mode.el: Disabled a test that often yields false failures.
3950 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
3952         * woman.el (WoMan-highlight-references): Add help-echo to
3953         mouse-highlighted text.
3955 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
3957         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
3959 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
3961         * international/quail.el (quail-start-conversion):
3962         Reset quail-translating to nil.
3964         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
3965         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
3967 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
3969         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
3970         mouse-highlighted text.
3972         * dired.el (dired-mark-pop-up): Fix last change.
3974 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
3976         * calendar/calendar.el (generate-calendar-month): Add help-echo to
3977         mouse-highlighted text.
3979         * net/quickurl.el (quickurl-url-file): Run through
3980         convert-standard-filename.
3981         (quickurl-list-populate-buffer): Add help-echo to
3982         mouse-highlighted text.
3983         (top-level): Update Dave's URL.
3985         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
3986         mouse-highlighted text.
3988         * textmodes/page-ext.el (pages-copy-header-and-position):
3989         Add help-echo to mouse-highlighted text.
3991         * tar-mode.el (tar-header-block-summarize): Add help-echo to
3992         mouse-highlighted text.
3994         * replace.el (occur): Add help-echo to mouse-highlighted text.
3996         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
3997         mouse-highlighted text.
3999         * progmodes/cpp.el (cpp-make-button): Add help-echo to
4000         mouse-highlighted text.
4002         * progmodes/compile.el (compile-reinitialize-errors):
4003         Add help-echo to mouse-highlighted messages.
4004         (compilation-forget-errors): Remove help-echo property as well.
4006         * play/landmark.el (lm-plot-square, lm-init-display):
4007         Add help-echo to mouse-highlighted text.
4009         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4010         Add help-echo to mouse-highlighted text.
4012         * dired.el (dired-insert-set-properties): Add help-echo to
4013         mouse-highlighted text.
4014         (dired-mark-pop-up): Remove help-echo property from the file name.
4016         * comint.el (comint-send-input): Add help-echo to
4017         mouse-highlighted text.
4019         * buff-menu.el (list-buffers-noselect): Add help-echo to
4020         mouse-highlighted text.
4022         * arc-mode.el (archive-summarize-files): Add help-echo to
4023         mouse-highlighted text.
4025         * ffap.el (ffap-machine-p): Always return nil if
4026         open-network-stream is not fboundp.
4028 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
4030         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
4031         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4032         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4033         incorrectly binding chars between 128 and 256 to it.
4034         (sgml-maybe-name-self): Handle latin-1 chars properly.
4035         (sgml-tags-invisible): Bind buffer-file-name to nil.
4036         Use unwind-protect and restore-buffer-modified-p.
4037         (sgml-point-entered): Use buffer-substring-no-properties.
4038         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4039         (html-mode): Don't force `imenu-sort-function'.
4041 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
4043         * tar-mode.el: Fix the copyright notice.
4045         * font-lock.el (font-lock-comment-face): For tty's with dark
4046         background, use "red1", since "lightred" is not one of the colors
4047         recognized by tty-colors.el.
4049         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4050         create a buffer for extracted file, in case there's more than one
4051         file by that name in an archive, possibly in different
4052         directories.  From Kevin Rodgers <kevinr@ihs.com>.
4054         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
4055         <alex@gnu.org>.
4057 2001-06-15  Miles Bader  <miles@gnu.org>
4059         * textmodes/texinfmt.el (texinfo-format-syntax-table):
4060         Revert previous change.
4062 2001-06-14  Richard M. Stallman  <rms@gnu.org>
4064         * replace.el (keep-lines-read-args): Return just a regexp.
4065         Provide nil for the region args.
4066         (keep-lines, flush-lines, how-many):
4067         Calculate the defaults for the region here, when args are nil.
4069 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
4071         * rot13.el (rot13-other-window): Some more doc fix.
4073 2001-06-14  Per Starback  <starback@ling.uu.se>
4075         * replace.el (case-replace, query-replace-from-history-variable)
4076         (query-replace-to-history-variable, keep-lines-read-args)
4077         (occur-revert-function, query-replace-help): Dox fix.
4079 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
4081         * rot13.el (rot13-other-window): Doc fix.
4083 2001-06-14  Miles Bader  <miles@gnu.org>
4085         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4086         of " and \ to "." (punctuation).
4087         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4089 2001-06-13  Richard M. Stallman  <rms@gnu.org>
4091         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4093         * simple.el (shell-command-on-region): Never kill the
4094         *Shell Command Output* buffer.
4096 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
4098         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4100 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
4102         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4103         New var, to recognize ${ $' and PODs.
4104         (perl-font-lock-syntactic-face-function): New function.
4105         (perl-mode): Use them.
4106         (perl-continuation-line-p): New function, from perl-calculate-indent.
4107         (perl-calculate-indent): Use it, to properly handle continuation
4108         lines of continuation lines.
4110 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
4112         * server.el (server-process, server-buffer-clients): Doc fix.
4113         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4115 2001-06-09  John Wiegley  <johnw@gnu.org>
4117         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4118         test if the last command was Lisp or not.
4119         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4120         B x C".
4122 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
4124         * dos-w32.el (grep-regexp-alist): Remove definition, since the
4125         general one on compile.el supports drive letters.
4127 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4129         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4130         key description.
4132         * textmodes/reftex-sel.el (reftex-select-jump): New command.
4134         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4135         (reftex-toc-jump): New command.
4137         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4138         to parse international characters as well.
4140         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4141         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4143         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4145         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4146         TAB to the key separators.
4148 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
4150         * international/mule.el (auto-coding-alist): Remove redundant
4151         up-cased versions of the extensions (auto-coding-alist-lookup is
4152         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
4153         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
4155 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
4157         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4159 2001-06-01  Richard M. Stallman  <rms@gnu.org>
4161         * help.el (describe-variable): Put value on same line
4162         with preceding text, if it is short enough to look good that way.
4164 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
4166         * term/internal.el (IT-unicode-translations): New variable.
4167         (IT-setup-unicode-display): New function.
4169 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4171         * ps-print.el: Handle before-string and after-string overlay properties
4172         in ps-print-*-with-faces commands.  Doc fix.
4173         (ps-print-version): New version number (6.5.2).
4174         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4175         for XEmacs.
4176         (ps-prefix-quote): Doc fix.
4177         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4178         (ps-basic-plot-str, ps-plot-string): New funs.
4180 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
4182         * progmodes/etags.el (tags-compression-info-list): Fix docstring
4183         and :type spec.
4185 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
4187         * international/mule-cmds.el (inactivate-input-method):
4188         Set input-method-function to nil.
4190         * xml.el (xml-parse-tag): The document may contain invalid characters.
4191         From ShengHuo ZHU  <zsh@cs.rochester.edu>
4193 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4195         * mail/rmailsum.el (rmail-message-subject-p): Don't call
4196         `rmail-summary-line-decoder' if the message does not have
4197         a Subject: field.
4199         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4201         * mail/rmail.el (rmail-insert-mime-resent-message-function):
4202         New variable.
4203         (rmail-resend): Modify to work in `rmail-view-buffer'; call
4204         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4205         is non-nil.
4207 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
4209         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4211 2001-05-29  Sam Steingold  <sds@gnu.org>
4213         * faces.el (face-valid-attribute-values): Bind `valid' directly
4214         instead of using `setq'.
4216         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4217         Use `tex-shell-buf'.
4218         (tex-shell-proc): Use `tex-shell-running'.
4219         (tex-shell-buf-no-error): New function.
4220         (tex-send-tex-command): Use it.
4221         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4222         (tex-kill-job): Check the process before calling `quit-process'.
4224 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
4226         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4227         UTF-8 sequences.
4229 2001-05-28  Miles Bader  <miles@gnu.org>
4231         * comint.el (comint-carriage-motion): Renamed from
4232         `comint-cr-magic'.  Operate on the buffer instead of the string
4233         (for use as a comint post-output filter, instead of as a
4234         pre-output filter).  Handle backspaces too.  Add to the
4235         `comint-output-filter-functions' hook instead of
4236         `comint-preoutput-filter-functions'.
4238 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
4240         * language/japan-util.el (japanese-hankaku): Prefer the charset
4241         `jisx0201' when the optional argument `ascii-only' is not specified.
4242         (japanese-hankaku-region): Ditto.
4243         From Katsumi Yamaoka <yamaoka@jpl.org>
4245 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
4247         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4248         (outline-invisible-p): New function.
4249         (hide-leaves): Save excursion.
4250         (hide-other): Stop looping when reaching bobp.
4252 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
4254         * cus-edit.el (custom-file): Fix last change.
4256 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
4258         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4259         same definition in byte-compile-function-environment as `autoload'
4260         would put in `symbol-function'.
4262         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4263         patch to correct the error message as well.
4265 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
4267         * cus-edit.el (custom-file): Don't assume we were invoked with -q
4268         unless ~/.emacs exists.
4270         * novice.el (enable-command): If user-init-file is nil or does not
4271         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4273 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
4275         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4276         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4277         Allow spaces around macro arguments.
4278         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4279         indent-for-tab-command.
4280         (latex-mode-map, plain-tex-mode-map): New keymaps.
4281         Inherit from tex-mode-map.
4282         (tex-common-initialization): Don't setup the keymap any more
4283         since it's now done right by define-derived-mode.
4284         (latex-mode): Set skeleton-end-hook to nil.
4285         (latex-skeleton-end-hook): Remove.
4286         (tex-latex-block, latex-insert-item): Simplify.
4287         (latex-syntax-after): Use following-char rather than char-after.
4288         (tex-discount-args-cmds, tex-count-words): New functions.
4290         * textmodes/tildify.el (tildify-ignored-environments-alist):
4291         Recognize \verb* as well.
4293         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4294         (perl-comment-indent): Simplify to let newcomment.el do its job.
4295         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4296         (perl-mark-function): Cleanup the namespace.
4297         (perl-calculate-indent): Don't be fooled by nested functions.
4299         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4301         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4302         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
4304 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
4306         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4307         actually be `\\'.
4308         (ctlau-b5-converter): Likewise.
4310 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
4312         * international/titdic-cnv.el (quail-misc-package-ext-info):
4313         Change CTLauB.el to CTLau-b5.el.
4315 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
4317         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4318         rather than beginning-of-line to avoid problems with fields.
4319         (gud-perldb-massage-args): Use unless and push.
4320         (gud-chdir-before-run): New var.
4321         (gud-common-init): Use it.
4323 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
4325         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4326         delete entries for chinese-ctlau and chinese-ctlaub.
4327         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
4328         chinese-ctlaub.
4329         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4330         New functions.
4332 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
4334         * cus-edit.el (custom-comment-show): Remove debug code.
4336         * language/japan-util.el (japanese-symbol-table): Fix handling of
4337         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
4339 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
4341         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4342         Renamed by removing the silly `-flag' suffix.
4343         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4345 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
4347         * replace.el (keep-lines-read-args): Use `copy-marker'.
4348         (how-many): Save excursion properly.
4349         (occur-mode): Use define-derived-mode.
4350         (perform-replace): Use with-current-buffer.
4352 2001-05-20  Richard M. Stallman  <rms@gnu.org>
4354         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4356         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4358         * info.el (Info-read-subfile): Widen before finding the
4359         desired node in the subfile.
4361         * startup.el (command-line-1): When >2 files visited,
4362         leave the last one visible, and make that the selected window.
4364 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
4366         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4368 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
4370         * international/ccl.el (define-ccl-program): Fix a typo.
4371         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4373         * international/mule.el (decode-char): Fix a typo.  From Pavel
4374         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4376         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
4377         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4379         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
4380         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4382 2001-05-18  Sam Steingold  <sds@gnu.org>
4384         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
4385         and [RET] to `cvs-mode-find-file'.
4387 2001-05-18  John Wiegley  <johnw@gnu.org>
4389         * eshell/esh-ext.el (eshell-explicit-command-char): A new
4390         configuration variable, which determines the initial character
4391         that forces use of an external version of a command.  The default
4392         is *, but may be set to \, for example.
4394         * eshell/esh-ext.el (eshell-explicit-command):
4395         Use `eshell-explicit-command-char' instead of ?*.
4397         * eshell/esh-cmd.el (eshell/which):
4398         Use `eshell-explicit-command-char' instead of ?*.
4400         * eshell/em-cmpl.el (eshell-completion-command-name)
4401         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
4402         instead of ?*.
4404 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
4406         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4407         subst-char-in-string.
4408         (ange-ftp-after-parse-ls-hook): New variable.
4409         (ange-ftp-ls): Run that hook.
4410         From Peter Milliken <Peter.Milliken@GTECH.COM>.
4412         * tmm.el (tmm-get-keymap): Fix handling of :filter.
4413         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
4414         text into *Completions*.
4416         * net/goto-addr.el (goto-address-at-point): Deal with URLs
4417         part of which look like email addresses.
4419 2001-05-18  Andrew Innes  <andrewi@gnu.org>
4421         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
4422         Use . instead of absolute path for lisp dir, to avoid bug in W2K
4423         cmd.exe's handling of FOR loops.
4424         (autoloads): Set find-file-suppress-same-file-warnings to t to
4425         avoid slew of spurious messages.
4427 2001-05-18  Simon Josefsson  <simon@josefsson.org>
4429         * mail/smtpmail.el (maybe-append-domain): Renamed to
4430         `smtpmail-maybe-append-domain'.
4431         (smtpmail-via-smtp): Use the new name.
4433         * net/browse-url.el (browse-url-browser-function): Add kde.
4434         (browse-url-kde-program, browse-url-kde-args): New variables.
4435         (browse-url-kde): New function.
4437 2001-05-18  Miles Bader  <miles@gnu.org>
4439         * simple.el (delete-horizontal-space, just-one-space):
4440         Use `constrain-to-field' instead of `field-end'/`field-beginning',
4441         because it's more efficient for large files.
4443 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
4445         * mail/rmail.el (rmail-require-mime-maybe): New function.
4446         (rmail): Use it.
4447         (rmail-mode): Handle the case of finding Rmail files.
4449         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
4450         functions.
4452 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
4454         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
4455         text-property after moving to the beginning of line and regardless
4456         of the value of font-lock-multiline.
4458 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
4460         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
4462         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
4463         last coding system used before calling set-buffer-modified-p
4464         because that function changes last-coding-system.
4466 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
4468         * files.el (switch-to-buffer-other-window)
4469         (switch-to-buffer-other-frame): Add an xref to display-buffer in
4470         the doc string.
4472 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
4474         * language/slovak.el, language/czech.el: New maintainer.
4476 2001-05-16  Sam Steingold  <sds@gnu.org>
4478         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
4479         sub-form of `defgeneric' correctly.
4481 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
4483         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
4484         of `c'.
4486         * textmodes/outline.el (outline-font-lock-level): Remove the
4487         condition-case, test what outline-level returns instead, to
4488         ease debugging.
4490         * international/mule.el (auto-coding-regexp-alist): New user-option.
4491         (auto-coding-from-file-contents): New function.
4492         (set-auto-coding): Use it to determine a coding system.
4494 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
4496         * mouse.el (mouse-delete-other-windows): Doc fix.
4498         * emacs-lisp/lisp-mode.el (lisp-mode):
4499         Make font-lock-keywords-case-fold-search a buffer-local variable with
4500         make-local-variable before setting it.
4502 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
4504         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
4505         prefixes.
4507 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
4509         * hexl.el (hexl-current-address): Print a message when called
4510         interactively.
4512 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
4514         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
4516         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
4518         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
4520 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
4522         * startup.el (command-line): If parameters have been changed in
4523         the init files which influence font selection, clear the face
4524         cache so that faces get realized with the new parameters.
4526         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
4528 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
4530         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
4532 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
4534         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
4535         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
4537 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
4539         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
4540         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
4542 2001-05-09  John Wiegley  <johnw@gnu.org>
4544         * eshell/esh-util.el (eshell-convert-numeric-arguments):
4545         Annotated the documentation string to tell users about
4546         `eshell-no-numeric-conversions'.
4548         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
4549         conversions if a Lisp function has the property
4550         `eshell-no-numeric-conversions' set to a non-nil value.
4552         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
4553         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
4554         property `eshell-no-numeric-conversions' on the following
4555         functions (which all deal with filesystem entities, and never Lisp
4556         numerical values): eshell/cd, eshell/pushd, eshell/popd,
4557         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
4558         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
4559         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
4560         eshell/which, eshell/addpath.
4562 2001-05-09  John Wiegley  <johnw@gnu.org>
4564         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
4565         encountered as an argument, don't convert it right away, but tag
4566         the first character of the string with the text properties
4567         `number', which signifies to `eshell-lisp-command' that the
4568         argument should be passed through `string-to-number' if it is
4569         actually used in the call to a Lisp function.
4571         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
4572         function, convert any string arguments that have been tagged as
4573         "numbers", by calling string-to-number.
4575         * eshell/esh-util.el (eshell-number-regexp): Now that number
4576         conversions only happen for Lisp function calls, the number regexp
4577         should now match all integer and floating point forms.
4579         * eshell/esh-proc.el: Disable `eshell-stop-process' and
4580         `eshell-continue-process', since they are both nonfunctional at
4581         the moment.
4582         (eshell-proc-initialize): Don't bind keys for
4583         `eshell-stop-process' or `eshell-continue-process'.
4585         * eshell/em-unix.el (eshell-shuffle-files):
4586         Apply `directory-file-name' before calling `file-name-directory'.
4588         * eshell/em-hist.el (eshell-add-to-history): Reference to
4589         `eshell-history-ring' needed to be `eshell-history-index'.
4591         * calendar/timeclock.el (timeclock-find-discrep):
4592         Initialize `elapsed' to 0.
4593         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
4594         it's still nil.
4596 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
4598         * arc-mode.el (archive-int-to-mode): Construct the string directly.
4599         (archive-mode): Use capitalize.
4600         (archive-unique-fname): Use make-temp-file.
4602 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
4604         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
4606 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
4608         * tar-mode.el (tar-extract): Pay attention to the value of
4609         coding-system-for-read, if it is non-nil.
4611         * calendar/holidays.el (holidays): Add an autoload cookie.
4612         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4614 2001-05-08  John Wiegley  <johnw@gnu.org>
4616         * calendar/timeclock.el (timeclock-workday-remaining):
4617         Changed logic for determining how much time is remaining.
4618         (timeclock-workday-elapsed): Don't accept a "relative" argument
4619         for the current day's elapsed time.  What could that have meant?
4620         (timeclock-workday-elapsed-string): No "relative" argument anymore.
4621         (timeclock-when-to-leave): Changed logic, similarly to what was
4622         done for `timeclock-workday-remaining'.
4623         (timeclock-find-discrep): Removed "today-only" argument, which had
4624         no meaning.  Fixed some more math problems.  The function now
4625         returns a three member list: (TOTAL-TIME-DISCREPANCY
4626         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
4628 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
4630         * w32-fns.el (convert-standard-filename): Start replacing slashes
4631         from the beginning of the file name, not from where the last
4632         invalid character was.  From "Andrew Maguire (SWW)"
4633         <Andrew.Maguire@Smallworld.co.uk>
4635 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
4637         The following changes are to provide infrastructure for handling
4638         MIME messages to rmail.  They don't affect the original behaviour
4639         if rmail-enable-mime is nil.
4641         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
4642         (rmail-search-mime-message-function)
4643         (rmail-search-mime-header-function): New variables.
4644         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
4645         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
4646         `rmail-view-buffer' is hidden.
4647         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
4648         call rmai-show-mime-function.
4649         (rmail-display-labels): If rmail-enable-mime is non-nil, update
4650         mode-line-process of rmail-view-buffer.
4651         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
4652         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
4653         buffer.
4654         (rmail-next-message, rmail-next-undeleted-message): Be sure to
4655         set-buffer to the Rmail buffer.
4656         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
4657         rmail-search-mime-header-function.
4658         (rmail-search-message): New function.
4659         (rmail-search): Call rmail-search-message to check if a message
4660         matches REGEXP, lastly update point after calling
4661         rmail-show-message.
4662         (rmail-undelete-previous-message, rmail-expunge-confirmed)
4663         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
4664         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
4665         header region, refer to rmail-msgref-vector while setting the
4666         current buffer to rmail-buffer temporarily.
4667         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
4668         If rmail-enable-mime is non-nil, call
4669         rmail-insert-mime-forwarded-message-function instead of inserting
4670         forwarded message by itself.
4672         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
4673         Rmail buffer.
4674         (rmail-set-label, rmail-next-labeled-message): Likewise.
4676         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
4677         set-buffer to the Rmail buffer.
4678         (rmail-output-to-rmail-file): Likewise.
4679         (rmail-output): Likewise.
4681         * mail/rmailsum.el (rmail-message-subject-p): Process the result
4682         of mail-fetch-field by rmail-summary-line-decoder.
4683         (rmail-new-summary): Be sure to go to the Rmail buffer.
4684         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
4685         rmail-view-buffer to nil.
4686         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
4687         rmail-view-buffer.
4688         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
4689         rmail-buffer.
4690         (rmail-summary-scroll-msg-down): Likewise.
4691         (rmail-summary-beginning-of-message): Likewise.
4692         (rmail-summary-wipe): Likewise.
4693         (rmail-summary-toggle-header): Use save-window-excursion, not
4694         save-excursion.  Update point in rmail-view-buffer, not in
4695         rmail-buffer.
4696         (rmail-summary-reply): Before calling rmail-reply, set buffer to
4697         rmail-view-buffer, not rmail-buffer.
4699 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
4701         * cus-edit.el (custom-file): Signal an error if user-init-file is
4702         nil (running -q).
4704         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
4706         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4707         Add :version.
4709         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4710         New option.
4711         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
4712         only if smtpmail-warn-about-unknown-extensions is set.
4714         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
4715         instead of rmail-sort-by-keywords.
4717         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
4718         rmail-sort-by-keywords.
4720         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
4721         rmail-summary-sort-by-keywords.  Doc fix.
4722         (rmail-summary-mode): Doc fix.
4724         * mail/rmail.el (rmail-edit): New Custom group.
4726         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
4727         (rmail-edit-mode-hook): New user-option.
4729 2001-05-05  Richard M. Stallman  <rms@gnu.org>
4731         * help.el (help-xref-symbol-regexp): Recognize "source of"
4732         and friends, meaning make a link to the source file.
4733         (help-make-xrefs): Handle "source of" and friends
4734         by constructing a link that visits the source file.
4736         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
4738 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
4740         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
4741         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
4742         Renamed from perl-font-lock-keywords to avoid clashes.
4743         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
4744         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
4745         Updated correspondingly.
4747         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
4748         Typo `nonexistant' -> `nonexistent'.
4750 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
4752         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
4753         Split `c-electric-delete' into two functions where
4754         `c-electric-delete-forward' always deletes forward and
4755         `c-electric-delete' only contains the code necessary for XEmacs to
4756         choose between backward and forward deletion.
4758         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
4759         get the electric behavior on that key too.
4760         (c-fill-paragraph): Fixed bogus direct use of
4761         c-comment-prefix-regexp, which caused an error when it's a list.
4763 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
4765         * dired-aux.el (dired-diff): Doc fix.
4767         * dired.el (dired-diff): Likewise.
4769 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
4771         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4773 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
4775         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
4776         if both the buffer and the file are read-only.
4778         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
4779         rather than font-lock-string-face.
4780         (sh-get-indent-info): Treat heredocs like strings.
4782 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
4784         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
4785         a newline following `}'.
4786         (texinfo-format-email): New function.
4787         (toplevel): Use texinfo-format-email for @email.
4788         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
4789         Add `display'.
4790         (texinfo-sort-region): Goto point-min before sorting.
4791         (texinfo-set): Remove leading white space from value.
4792         From yagi@is.titech.ac.jp.
4794         * replace.el (query-replace-regexp-eval): Doc fix.
4796 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
4798         * diff-mode.el (diff-nonexistant-face): New face.
4799         (diff-font-lock-keywords): Use it.
4801 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
4803         * font-lock.el (font-lock-mode): Doc fix.
4805         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
4806         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4808 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
4810         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
4811         backslash at the start of the here-document delimiter.
4812         (sh-font-lock-syntactic-keywords): Likewise.
4814         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
4816 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
4818         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
4819         (tty-color-translate, tty-color-by-index, tty-color-values)
4820         (tty-color-desc): Doc fix.
4822 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
4824         * dired-aux.el (dired-do-create-files, dired-do-copy)
4825         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
4826         Mention dired-dwim-target in the doc string.
4828 2001-04-28  Miles Bader  <miles@gnu.org>
4830         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
4831         (dabbrev--find-expansion): Use it.
4832         (dabbrev--select-buffers): Don't select ignored buffers.
4834 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
4836         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
4838 2001-04-26  Richard M. Stallman  <rms@gnu.org>
4840         * dabbrev.el: Add doc strings for some functions.
4841         (dabbrev--eliminate-newlines): New variable.
4842         (dabbrev--substitute-expansion): Convert newlines to spaces
4843         if dabbrev--eliminate-newlines is set.
4844         If abbrev and expansion are both all-lower-case,
4845         leave dabbrev--last-case-pattern nil.
4847 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
4849         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
4850         if necessary, like in rmail-show-message.
4852 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4854         * ps-print.el: Color specified by number is forced to be float number.
4855         (ps-print-version): New version number (6.5.1.1).
4856         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
4857         initialization.
4858         (ps-prefix-quote): New internal var.
4859         (ps-print-quote): New fun.
4860         (ps-setup, ps-output-frame-properties, ps-float-format)
4861         (ps-format-color): Code fix.
4862         (ps-plot-region): Eliminate redundant foreground color text setting.
4864 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
4866         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
4868 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
4870         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
4872 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
4874         * info.el (Info-additional-directory-list): Doc fix.
4876         * find-lisp.el (find-lisp-find-dired-filter)
4877         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
4878         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
4880 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
4882         * progmodes/make-mode.el (makefile-font-lock-keywords):
4883         Rationalize the rules for includes and conditionals and use the
4884         keyword face for them.
4886         * faces.el (modify-face): Add compatibility for non-interactive use.
4888 2001-04-24  John Wiegley  <johnw@gnu.org>
4890         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
4891         fix from last night, since it wasn't finding eshell/cd.
4893 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
4895         * rect.el (string-rectangle): Revert to 20.x behaviour.
4896         (replace-rectangle): Make it an alias for string-rectangle.
4897         (string-insert-rectangle): New function.
4899 2001-04-23  John Wiegley  <johnw@gnu.org>
4901         * eshell/em-unix.el (eshell/diff): Fixed problems that were
4902         occurring with Emacs 21's diff.el/compile.el interaction layer.
4904 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
4906         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
4907         case where the function was defined in a file, but not part of an
4908         eshell module.
4910 2001-04-23  John Wiegley  <johnw@gnu.org>
4912         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
4913         code to work around a redisplay problem I've been having.
4915 2001-04-23  John Wiegley  <johnw@gnu.org>
4917         * calendar/timeclock.el (timeclock-day-required): If the time
4918         required for a particular day is not set, use `timeclock-workday'.
4919         (timeclock-find-discrep): Added some sample code in a comment.
4921         * eshell/eshell.el (eshell-command): Made a few changes so that
4922         `eshell-command' could be called programmatically.
4924         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
4926         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
4928 2001-04-23  John Wiegley  <johnw@gnu.org>
4930         * calendar/timeclock.el: Updated copyright.
4931         (timeclock-generate-report): Don't report the daily or two-week
4932         total, if no time has been worked in that period.
4933         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
4934         final computational form, which was unnecessary; corrected a
4935         parsing problem when timeclock-relative was nil.
4937 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
4939         * calendar/timeclock.el (timeclock-modeline-display): Check if
4940         `list-entry' is null.
4941         (timeclock-use-display-time): The first argument to `set-variable'
4942         must be a symbol.
4944 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
4946         * calendar/calendar.el (diary-entry-marker)
4947         (calendar-today-marker, calendar-holiday-marker):
4948         Use display-color-p instead of window-system.
4949         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
4950         instead of window-system.
4951         (calendar-hide-window): Use display-multi-frame-p instead of
4952         window-system.
4954         * calendar/cal-x.el (calendar-two-frame-setup)
4955         (calendar-only-one-frame-setup, calendar-one-frame-setup):
4956         Use display-multi-frame-p instead of window-system.
4958 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
4960         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
4962         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
4963         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
4965 2001-04-23  Alex Schroeder  <alex@gnu.org>
4967         * goto-addr.el: Instead of defining line-beginning-position and
4968         line-end-position a defalias is used for point-at-bol and point-at-eol.
4970 2001-04-23  Alex Schroeder  <alex@gnu.org>
4972         * goto-addr.el: Added XEmacs compatibility code.
4973         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
4975 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
4977         * textmodes/paragraphs.el (sentence-end): Doc fix.
4979 2001-04-20  Alex Schroeder  <alex@gnu.org>
4981         * sql.el (sql-escape-newlines-and-send): New function.
4982         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
4984 2001-04-20  Alex Schroeder  <alex@gnu.org>
4986         * sql.el (sql-db2-program): New option.
4987         (sql-db2-options): New option.
4988         (sql-db2): New function.
4990 2001-04-20  Alex Schroeder  <alex@gnu.org>
4992         * sql.el (sql-mode-menu): Added highlighting entries.
4993         (sql-highlight-oracle-keywords): New function.
4994         (sql-highlight-postgres-keywords): New function.
4995         (sql-highlight-ansi-keywords): New function.
4997 2001-04-20  Alex Schroeder  <alex@gnu.org>
4999         * sql.el (sql-help): Doc change.
5001 2001-04-19  Karl Fogel  <kfogel@collab.net>
5003         * saveplace.el (save-place-alist-to-file): Removed no-effect code
5004         that inserted file content only to delete it immediately.
5005         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
5006         <lektu@uol.com.br> for the patch.
5008 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
5010         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5012 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
5014         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5015         for defmethod.
5017         * comint.el (comint-cr-magic): New function.
5018         (toplevel): Add it to comint-preoutput-filter-functions.
5020 2001-04-18  Andrew Innes  <andrewi@gnu.org>
5022         * makefile.w32-in (EMACSLOADPATH): Define.
5023         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5024         (recompile): Remove stuff to set EMACSLOADPATH.
5026 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
5028         * language/slovak.el ("Slovak"): Add tutorial entry.
5030         * net/browse-url.el (browse-url-new-window-flag): Renamed from
5031         browse-url-new-window-p.
5033 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
5035         * info.el (Info-menu-update): When there are no menus and/or no
5036         cross references in the node, make the respective items of the
5037         Info menu-bar menu inactive.
5039 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
5041         * indent.el (indent-for-tab-command): Call indent-line-function
5042         with no argument if PREFIX-ARG is non-nil.
5044         * frame.el (delete-other-frames): Handle minibuffer-only frames.
5046 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
5048         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5049         an async subprocess if start-process is unavailable.  Suggested by
5050         Tim Van Holder <tim.van.holder@pandora.be>.
5052 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
5054         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
5055         Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5057 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
5059         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5060         manual.
5062 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
5064         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5065         (cvs-menu): Add a few entries.
5067         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5068         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5069         lock file appears to be reachable from Emacs.
5070         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5071         (cvs-mode-find-file): Look for cvs-header-face rather than
5072         cvs-dirname-face (which doesn't exist).
5073         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5075         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5077 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
5079         * emulation/pc-select.el (pc-selection-mode): Don't turn on
5080         normal-erase-is-backspace on a tty.  Instead, bind some keys such
5081         as [delete] directly, like pc-select.el did before
5082         normal-erase-is-backspace was invented.
5084 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
5086         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5088 2001-04-11  John Wiegley  <johnw@gnu.org>
5090         * eshell/em-ls.el (eshell-ls-insert-directory):
5091         Set font-lock-defaults to nil, to prevent fontification in dired
5092         buffers, if Eshell's ls is being used.
5094 2001-04-11  John Wiegley  <johnw@gnu.org>
5096         * calendar/timeclock.el (timeclock-completing-read): New function.
5097         (timeclock-ask-for-project, timeclock-ask-for-reason):
5098         Call `timeclock-completing-read'.
5100         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5101         required where `member' was being used.
5103 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
5105         * eshell/em-hist.el (eshell-previous-matching-input):
5106         Don't display "History item" if the the minibuffer is active.
5108 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
5110         * startup.el (command-line): Output a newline after printing
5111         an error from loading the window system's init file.
5113 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
5115         * textmodes/texinfo.el (texinfo-font-lock-keywords):
5116         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5117         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
5118         keywords whose arguments routinely include @@.
5120 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
5122         * emacs-lisp/advice.el (ad-make-advised-definition):
5123         Construct advice for subrs differently.
5125         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5126         regexp in parentheses when building the regexp for searching backwards.
5128         * simple.el (completion-list-mode-finish): New function.
5129         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5131         * language/european.el ("Polish"): Change sample text.
5132         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5134         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5135         parameter.
5137         * faces.el (menu): Doc fix.
5139 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5141         * ps-print.el: Footer implementation.  Doc fix.
5142         (ps-print-version): New version number (6.5.1).
5143         (ps-header-frame-alist): New customization var for header frame
5144         properties.
5145         (ps-line-number-color): New customization var for line number color.
5146         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5147         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5148         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5149         (ps-right-footer): New customization vars for footers.
5150         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5151         footers.
5152         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5153         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5154         Code fix.
5155         (ps-prologue-file): Indentation fix.
5156         (ps-print-quote): Fun eliminated.
5157         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5158         (ps-output-frame-properties): New fun.
5159         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5160         (ps-skip-newline): Replace defun by defsubst.
5162 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
5164         * eshell/eshell.el (eshell-command): Needed a "%s" format
5165         specifier, in case the buffer contains percent characters.
5167 2001-04-10  John Wiegley  <johnw@gnu.org>
5169         * calendar/timeclock.el (timeclock-generate-report): Added a
5170         missing insert of the project name.
5172 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
5174         * obsolete/profile.el: Moved from emacs-lisp/.
5176         * Makefile.in (nonobsolete_setwins): New macro.
5177         (finder-data): Use it instead of `setwins'.
5178         From: Dave Love <fx@gnu.org>.
5180         * server.el (server-visit-files): Set server-existing-buffer correctly.
5181         (server-visit-files): Run server-visit-hook after going to
5182         line 1 so that the hook can set point as it sees fit.
5184         * bindings.el (mode-line-modified): Unify help messages.
5186 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
5188         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5189         All callers changed.
5191 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
5193         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5194         long file names aren't supported, truncate the file names in
5195         quail-misc-package-ext-info to 8+3 before matching them against
5196         FILENAME.
5198         * dos-fns.el (dos-truncate-to-8+3): New function.
5200         * progmodes/compile.el (grep-compute-defaults): Use null-device
5201         instead of literal /dev/null. Reported by Jens Schmidt
5202         <schmidt@mathematik.uni-kl.de>.
5204         * simple.el (normal-erase-is-backspace-mode): Doc fix.
5206 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
5208         * textmodes/sgml-mode.el: Add unknown maintainer.
5209         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5210         (html-mode-map): Use set-keymap-parent.
5212 2001-04-06  Dave Love  <fx@gnu.org>
5214         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5215         Remove redundant string-to-list.
5217 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
5219         * composite.el (reference-point-alist): Doc fix.
5221 2001-04-05  Sam Steingold  <sds@gnu.org>
5223         * font-lock.el (font-lock-keywords-case-fold-search):
5224         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
5225         file made font-lock case-insensitive.
5227 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
5229         * faces.el (defface menu): Doc fix.
5231         * wid-edit.el (widget-color-sample-face-get): Don't make
5232         faces for undefined colors.
5234         * version.el (emacs-version): Include LessTif/Motif version info.
5236 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5238         * ps-mule.el: Eliminate cl package dependence.
5239         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5240         if they aren't defined yet.
5241         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5242         Eliminate cl package dependence.
5244 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
5246         * progmodes/cc-cmds.el (c-outline-level):
5247         Bind buffer-invisibility-spec.  Originally from Dave Love, but
5248         got lost when incorporating version 5.26.
5250 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
5252         * emulation/pc-select.el (pc-selection-mode):
5253         Call normal-erase-is-backspace-mode instead of binding
5254         keys individually.
5256         * cus-load.el (normal-erase-is-backspace): Use it instead of
5257         delete-key-deletes-forward.
5259         * startup.el (command-line): Use normal-erase-is-backspace and
5260         normal-erase-is-backspace-mode.
5262         * simple.el (normal-erase-is-backspace): Rename from
5263         delete-key-deletes-forward.  Doc fix.
5264         (normal-erase-is-backspace-mode): Rename from
5265         delete-key-deletes-forward-mode.  Doc fix.
5266         Run normal-erase-is-backspace-hook.
5268         * dired.el (dired-move-to-filename-regexp): Support file sizes in
5269         ``human-readable'' format produced by GNU `ls'.
5270         (dired-move-to-filename-regexp): Recognize ISO format dates.
5271         From Paul Eggert <eggert@twinsun.com>.
5273 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
5275         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5276         New functions.
5277         (lm-verify): Check keywords.
5278         From Eric M. Ludlam <eric@siege-engine.com>.
5280 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
5282         * speedbar.el (speedbar-insert-image-button-maybe): Check for
5283         `xemacs' feature instead of for the function `set-extent-property'.
5285 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
5287         * mail/mh-utils.el (mh-folder-hist): New var.
5288         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5290 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
5292         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5293         region, position point on the first or last 16-byte group.
5294         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5295         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
5296         hexl-beginning-of-line.
5298 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
5300         * icomplete.el (icomplete-mode): Treat an argument like other
5301         modes do.
5303         * startup.el (fancy-splash-head): Use splash8.xpm for color
5304         depth 8.
5306         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5307         Add an antry for ``converts''.
5309         * language/slovak.el ("Slovak"): Add documentation string.
5310         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5312         * language/czech.el ("Czech"): Add documentation string.
5313         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5315         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5316         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
5318 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
5320         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5321         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5322         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5323         Use `defsubst' rather than a macro to ease debugging.
5324         (mail-extr-last): Remove (use `last' instead).
5325         (mail-extract-address-components): Properly reset the syntax-table
5326         after parsing an address.  Use `last' rather than mail-extr-last.
5327         Make sure the end marker stays at the very end.
5329 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
5331         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5332         last change.
5334 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5336         * ps-print.el: Line and paragraph spacing feature.  Region to cut
5337         out when printing.  Doc fix.
5338         (ps-print-version): New version number (6.5).
5339         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5340         New vars.  Line and paragraph spacing feature.
5341         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
5342         out when printing.
5343         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5344         (ps-get-font-size, ps-begin-job, ps-continue-line)
5345         (ps-plot-region): Code fix.
5346         (ps-print-prologue-2): Var eliminated.
5347         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5348         New internal vars.
5349         (ps-get-size): New fun.
5350         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5351         (ps-next-line): Replace defun by defsubst.
5352         (ps-mule-plot-string): Autoload doc fix.
5354         * ps-bdf.el: XEmacs compatibility.  Doc fix.
5355         (installation-directory, coding-system-for-read): Declare vars if
5356         it's not declared yet.
5357         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5359         * ps-mule.el: XEmacs compatibility.  Doc fix.
5360         (leading-code-private-22): Declare var if it's not declared yet.
5361         (charset-bytes, charset-dimension, charset-id, charset-width)
5362         (find-charset-region, split-char, char-width, chars-in-region)
5363         (forward-point, decompose-composite-char, encode-coding-string)
5364         (coding-system-p, ccl-execute-on-string, define-ccl-program):
5365         Define funs if not defined yet.
5366         (encode-composition-rule, find-composition): Define funs if not
5367         loaded yet.
5368         (ps-mule-prologue): PostScript code fix.
5370 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
5372         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
5373         non-nil, generate font for the header strings.
5374         (ps-mule-prepare-font): Likewise.
5375         (ps-mule-generate-glyphs): Likewise.
5376         (ps-mule-string-encoding): Likewise.
5377         (ps-mule-header-charsets): New variable.
5378         (ps-mule-encode-header-string): New function.
5379         (ps-mule-header-string-charsets): New function.
5380         (ps-mule-begin-job): Check charsets in the header strings.  If there
5381         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5383         * ps-print.el (ps-generate-header-line): Encode the header string by
5384         ps-mule-encode-header-string.
5385         (ps-mule-encode-header-string): Declare autoload.
5387 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
5389         * frame.el (cursor-in-non-selected-windows):
5390         Replaces show-cursor-in-non-selected-windows.
5392 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
5394         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5395         Delete entries for "chinese-py" and "chinese-ziranma".
5396         (quail-misc-package-ext-info): New variable.
5397         (tsang-quick-converter): New function.
5398         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
5399         (quick-cns-converter, py-converter, ziranma-converter)
5400         (miscdic-convert, batch-miscdic-convert): New functions.
5402 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
5404         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
5405         eight-bit-control chars.
5407         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5408         Reduce making temporary vector (suggested by Dave Love).
5410 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
5412         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
5413         string as well.
5415 2001-03-30  Andreas Schwab  <schwab@suse.de>
5417         * files.el (backup-directory-alist): Fix typo.
5419 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
5421         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
5422         <eggert@twinsun.com>.
5424 2001-03-30  Dave Love  <fx@gnu.org>
5426         * progmodes/fortran.el (fortran-comment-region): Fix typo.
5428 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
5430         * simple.el (transient-mark-mode): Mention C-g in the doc string.
5432 2001-03-30  Miles Bader  <miles@gnu.org>
5434         * subr.el (interactive-form): Fix paren typo.
5436 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
5438         * emacs-lisp/profile.el: Say that it's obsolete in the header
5439         line, so that finder.el puts that into its data-base.
5440         Suggested by Alex Schroeder <alex@gnu.org>.
5442 2001-03-29  Paul Eggert  <eggert@twinsun.com>
5444         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
5445         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
5447 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
5449         * generic.el (generic-mode-set-comments): Use "" rather than nil
5450         for comment-end.
5452 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
5454         * emacs-lisp/advice.el (ad-make-advised-definition):
5455         Call interactive-form to obtain the interactive spec of subrs.
5457         * subr.el (interactive-form): New function.
5459 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
5461         * vc-sccs.el (vc-sccs-register): Use relative file names.
5463 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
5465         * bookmark.el (bookmark-get-bookmark): Handle case that
5466         BOOKMARK is not a string.
5468         * image.el (image-type-regexps): Change type for PS files
5469         to `postscript'.
5471         * subr.el (read-passwd): Clear command history after each
5472         character entered.  From: Stephen Gildea
5473         <gildea@stop.mail-abuse.org>.
5475 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
5477         * international/kkc.el (kkc-save-init-file): Locally bind
5478         print-length to nil.
5480 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
5482         * textmodes/flyspell.el: Some doc fixes.
5483         (flyspell-maybe-correct-transposition)
5484         (flyspell-maybe-correct-doubling): Use a temporary buffer
5486         * textmodes/ispell.el (ispell-parse-output): Doc fix.
5488         * emacs-lisp/byte-opt.el (byte-optimize-while)
5489         (byte-optimize-form-code-walker): Diagnose too few arguments
5490         for `if' and `while'.
5492 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
5494         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5495         Prepend `\' to "\<quail-translation-docstring>".
5497 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
5499         * autorevert.el (global-auto-revert-non-file-buffers):
5500         Remove duplicate defcustom.
5502 2001-03-26  Miles Bader  <miles@gnu.org>
5504         * international/latin1-disp.el (latin1-char-displayable-p):
5505         Add leading "-" for X font pattern.
5507 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
5509         * international/mule-diag.el (describe-coding-system):
5510         For raw-text and emacs-mule, don't add anymore text about what
5511         charsets they can encode.
5513 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
5515         * help.el (view-lossage): Mention open-dribble-file in the doc
5516         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
5518 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
5520         * skeleton.el (skeleton-internal-list): Fix bogus logic.
5521         (skeleton-pair-insert-maybe): Don't pair after a backslash.
5523 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
5525         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5526         Call ccl-execute-on-string directly so that CCL program handling
5527         multibyte sequence can work correctly.
5528         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
5529         property of the coding system.
5531 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
5533         * textmodes/fill.el (fill-individual-paragraphs-prefix):
5534         Fix transcription typo.
5536 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
5538         * whitespace.el: Add buffer local variables to toggle testing of
5539         whitespaces in buffers without affecting the default values.
5540         Bump version to 3.0 to account for a few other changes.
5541         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
5542         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
5543         (whitespace-toggle-spacetab-check): New functions.
5545 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
5547         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
5549 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
5551         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
5552         bs-cycle-configuration-name.  From Juanma Barranquero
5553         <lektu@uol.com.br>.
5555         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
5556         and cc-vars.el.
5558         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
5559         headers.  Always invoke sendmail with option -t.
5561 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5563         * Release of cc-mode 5.28.
5565 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5567         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
5568         Removed the hardcoded switch to "java" style in Java mode.
5569         It's instead taken care of by the default value for c-default-style.
5571 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5573         * cc-align.el (c-lineup-math): Fix bug where lineup was
5574         triggered by equal signs in string literals.
5576 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5578         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
5579         limit detection when at the ends of the buffer.
5581         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
5582         "for" statement clause in case 7F; a better one is done
5583         earlier in case 7D anyway.
5585 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5587         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
5588         somewhat more and did a small optimization.
5590 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5592         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
5593         Use the limit argument only to limit the syntactic context
5594         search, not to limit the actual movement.
5596         * cc-cmds.el (c-beginning-of-statement): Move by sentence
5597         inside multiline strings, just like in comments.  Also various
5598         fixes to the paragraph and comment prefix recognition, block
5599         comment ender handling etc.
5601 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5603         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
5604         the relative position of the point.
5606         * cc-cmds.el (c-electric-continued-statement): New function to
5607         use as abbrev hook to reindent for keywords such as "else"
5608         that continues an earlier statement.
5610         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
5611         like classes.
5613         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
5614         (pike-mode): Populate the default abbrev tables to reindent for
5615         keywords such as "else" that can continue earlier statements.
5616         Abbrev mode is therefore turned on by default now.  (Note that
5617         this doesn't apply to idl-mode, since IDL afaik doesn't have
5618         statements at all.)
5620 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5622         * cc-engine.el (c-inside-bracelist-p): Fix for handling
5623         bracelists where the declaration contains template arguments.
5625 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5627         * cc-cmds.el (c-comment-indent):
5628         Use `c-get-syntactic-indentation' to correctly calculate the
5629         syntactic indentation.  Fixes bug with lineup functions that
5630         return vectors.
5632         * cc-engine.el (c-get-syntactic-indentation): Split the
5633         indentation sum calculation from `c-indent-line' to a separate
5634         function.
5636 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5638         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
5639         Fixed places where it was assumed that preprocessor directives
5640         have to start in column zero.
5642         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
5643         template arguments after a class identifier properly.
5645         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
5646         lists for `new Foo[]' constructs in Java as expressions and
5647         not top level definition brace lists on the top level, so that
5648         they'll get indented consistently with the same type of
5649         expression in a normal block.
5651 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5653         * cc-cmds.el (c-fill-paragraph): The kludge that checks
5654         whether the adaptive filling package fails to keep the comment
5655         prefix is now kludged further to check for filladapt-mode
5656         which doesn't have that problem. This is really icky, but it's
5657         the only way that works with the current misfeatures/bugs in
5658         both adaptive-fill-mode and filladapt-mode.
5660         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
5661         around point is recognized more robust.
5663 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5665         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
5666         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
5667         (c-lit-type): Fixed all internal variables used dynamically so
5668         that they are always bound.
5670         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
5671         errors:
5673         (c-indent-region): Fixed reporting of syntactic errors so that
5674         the region is fully reindented even when an error occurs.
5675         The last syntactic error is printed afterwards.  Also cleanup up a
5676         whole lot of code that tried to optimize indentation of whole
5677         sexps but in reality accomplishes nothing.
5679         (c-indent-sexp): Use c-indent-region.
5681         (c-parsing-error): Changed this variable to hold the message
5682         for any syntactic error that is discovered.
5684         (c-parse-state): Search backward from point instead of the bod
5685         position when the latter is invalid.  This makes CC Mode
5686         recover faster when there are unbalanced close braces.
5688         (c-backward-to-start-of-if): Use c-parsing-error to report
5689         dangling "else" clauses instead of throwing an error, and fall
5690         back to a reasonable position.
5692         (c-indent-line): Added argument to avoid reporting syntactic errors.
5694         (c-show-syntactic-information): Don't report any syntactic errors.
5696 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5698         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
5699         paragraph recognition when moving by sentence in literals.
5701         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
5702         start regexp for javadoc to recognize javadoc markup in general instead
5703         of a specific set of keywords, to be more future-safe.
5705         (c-Pike-pikedoc-paragraph-start)
5706         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
5707         pikedoc markup.
5709         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
5711         (pike-mode): Initialize paragraph settings pikedoc recognition.
5713         * cc-vars.el (c-default-style): Made a nicer Customize widget.
5715         (c-comment-prefix-regexp): Made it possible to use an
5716         association list on this to specify mode specific regexps.
5717         The default value now use a special regexp in Pike mode to
5718         recognize pikedoc markup.
5720         (c-current-comment-prefix): New variable containing the actual
5721         regexp from c-comment-prefix-regexp for the current buffer.
5723 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5725         * cc-cmds.el (c-electric-brace): Fixed check for special brace
5726         lists: We can't look at the syntax, since a brace list can get
5727         recognized as a plain statement-cont.
5729         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
5730         special brace list opener broken over two lines got recognized
5731         as a statement on the second line.  Case 9A changed.
5733 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5735         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
5736         adjustment after line is reindented.
5738 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5740         * cc-defs.el (c-point): Added optional argument for position
5741         to use instead of the current point.
5743         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
5744         the in-expression block symbols when the construct starts at
5745         boi, to avoid the extra level of indentation in that case.
5746         Cases 4, 16A and 17E affected.
5748 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5750         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
5751         calls to `c-indent-line', to adhere better to Emacs conventions.
5753         * cc-engine.el (c-indent-line): Use the syntax already bound
5754         to `c-syntactic-context', if there is any.
5756 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5758         * cc-engine.el (c-get-offset): Fixed bug where the indentation
5759         wasn't added up correctly when a lineup function returned nil.
5761 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5763         * cc-engine.el (c-collect-line-comments): Fixed bug where
5764         empty lines were ignored when collecting line comments backwards.
5766 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5768         * cc-align.el (c-lineup-dont-change): Return an absolute
5769         indentation column to work correctly in the case when several
5770         syntactic elements are processed for the same line.
5772         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
5773         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
5774         (c-set-offset): Added absolute indentation column settings by
5775         using the vector type.
5777 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5779         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
5780         Implemented two new cleanups `space-before-funcall' and
5781         `compact-empty-funcall'.
5783 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5785         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
5786         helping building regexps.
5788         * cc-engine.el (c-on-identifier): New function for detecting
5789         identifiers.  It takes keywords into account.
5791         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
5792         lists.  `c-keywords' is set to a regexp matching all keywords
5793         in the current language.
5795 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5797         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
5798         list of characters to skip backwards over at the beginning of
5799         a statement, since it can precede string literals in Pike.
5801 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5803         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
5804         recognition when standing on the last line in a C++ comment
5805         with nothing but whitespace after the prefix.
5807         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
5808         given no limit argument.
5810 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5812         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
5813         recognition for the `[]= operator symbol in Pike.
5815 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5817         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
5818         around a bug in `eval-when-compile' in the byte compiler.
5820         * cc-engine.el (c-forward-token-1): Fixed bug with return
5821         value when count is zero and there's no token start within the limit.
5823         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
5824         "prefix comments", i.e. comments which are followed by code on
5825         the same line.
5827         * cc-mode-19.el: Fixes so that checks that must be done at
5828         compile time also are done then.
5830 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5832         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
5833         time and at runtime, and only when it's needed.
5835 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5837         Major cleanup for less error prone and more warning free
5838         compilation, including some fixes for bugs due to different
5839         compilation orders. Thanks to Martin Buchholz for providing
5840         the basis for all this.
5842         * cc-bytecomp.el: New file that provides some byte compilation
5843         features: It ensures that files always are loaded from the
5844         current source directory during compilation, and it provides a
5845         set of macros to turn off specific compiler warnings for
5846         specific symbols.  (It's not CC Mode specific in any way.)
5848         Fixed a nearly acyclic dependency tree (both runtime and
5849         compile-time) between all files.
5851         * cc-defs.el: Separated all macros before the inline functions,
5852         to ensure correct compilation.
5854         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
5855         cc-defs.el to cc-engine.el and made it a function instead.
5857         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
5858         about char-after.
5860         * cc-vars.el: Cope even when there isn't a custom package
5861         containing defcustom available.
5863         * cc-make.el: Removed since it's no longer necessary.
5865         README: Updated installation instructions.
5867 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5869         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
5870         improve the modularity: Moved all mode init stuff from
5871         cc-langs.el to cc-mode.el, including the keymap
5872         initialization; cc-langs now only contains the various
5873         variables for configuring the language syntax.
5875         * cc-engine.el, cc-styles.el (c-evaluate-offset)
5876         (c-get-offset): Moved from cc-styles to cc-engine since file
5877         dependency analysis suggests they belong there (which also
5878         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
5880 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5882         * cc-cmds.el (c-fn-region-is-active-p): New function that
5883         wraps the corresponding macro, for use in places that aren't
5884         compiled.  Thanks to Martin Buchholz for pointing out this.
5886         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
5888         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
5889         add things to the bug report.
5891 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5893         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
5894         returned prefix could contain a newline when the search for a
5895         good prefix line failed.
5897 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5899         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
5900         (c-toggle-auto-hungry-state): Made the argument optional, as
5901         the documentation says it is.
5903 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5905         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
5906         multiline string syntax, #"...", as a cpp macro.
5908 2001-03-21  Paul Eggert  <eggert@twinsun.com>
5910         * international/mule-cmds.el (set-locale-environment):
5911         Set system-messages-locale and system-time-locale, but only if the
5912         caller specifies a non-nil locale name.
5914 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
5916         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
5917         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
5919 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
5921         * follow.el (follow-avoid-tail-recenter): Doc fix.
5923         * custom.el (custom-set-variables): Avoid reversing the list
5924         of args needlessly.
5926         * startup.el (fancy-splash-head): Don't change the colors of the
5927         XPM image on a dark background.
5929         * comint.el (comint-exec-1): Set columns of the terminal to
5930         window-width instead of frame-width.
5932         * info.el (Info-scroll-down): Add missing WINDOW arg for
5933         pos-visible-in-window-p.
5935         * ehelp.el (electric-help-mode-hook): Add defcustom.
5937         * mail/sendmail.el (mail-mode): Activate case-folding in
5938         font-lock-defaults.
5940 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
5942         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
5943         (completion-ignored-extensions): Remove duplicate ".class".
5945 2001-03-19  Andreas Schwab  <schwab@suse.de>
5947         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
5948         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5950 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
5952         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
5953         methods since there are not prefix input methods.
5955 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
5957         * international/mule-cmds.el (read-input-method-name):
5958         Locally bind enable-recursive-minibuffers to t.
5960 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
5962         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
5964 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
5966         * ediff-util.el: Copyright years.
5967         (ediff-choose-syntax-table): New function.
5968         (ediff-setup): Use ediff-choose-syntax-table.
5970         * ediff-init.el (ediff-with-syntax-table): New macro, uses
5971         with-syntax-table.
5973         * ediff.el: Date of last update, copyright years.
5975         * ediff-wind (ediff-setup-control-frame): Nill->nil.
5977         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
5978         of Scott Bronson.
5979         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
5980         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
5981         Deleted functions.
5982         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
5983         ex-token-list.
5985         * viper-util.el: Spaces, indentation.
5987         * viper.el: Changed version, modification time.
5989 2001-03-16  John Wiegley  <johnw@gnu.org>
5991         * calendar/timeclock.el (timeclock-workday-remaining):
5992         Check whether `discrep' is non-null before using it.
5994 2001-03-16  John Wiegley  <johnw@gnu.org>
5996         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
5997         first-time checkins.
5998         (timeclock-log-data): Fixed problem with reading timelog log file.
5999         Resulting data in the "day list" was incorrect.
6000         (timeclock-find-discrep): Check if `timeclock-file' is readable
6001         before opening it.
6002         (timeclock-time-less-p): New function.
6003         (timeclock-day-base): New function.
6004         (timeclock-geometric-mean): New function.
6005         (timeclock-generate-report): Generate a summary report based on
6006         the contents of the log file.  This uses `timeclock-log-data', and
6007         is an example of writing a timelog manipulation function.
6008         (timeclock-visit-timelog): A quick command for opening the timelog
6009         file.
6010         (timeclock-log-data): Bound the variable event.
6012 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
6014         * international/mule-cmds.el (select-safe-coding-system):
6015         Fix typo: symbol-name -> symbol-value.
6017         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6018         before substitute-in-file-name to handle double slashes in FILE
6019         correctly.
6021 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
6023         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6024         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6026 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
6028         * bindings.el (features): Add `md5' and `overlay' to the list.
6030         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6031         bound before using it.  It's not bound when configured without X,
6032         for instance.
6034 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
6036         * progmodes/hideshow.el: Update copyright.
6037         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6038         (hs-minor-mode-hook): Include `:version' in defcustom form.
6040 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
6042         * help.el (string-key-binding): Don't call event-start on
6043         a non-list.
6045 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
6047         * startup.el (fancy-splash-tail, command-line-1): Fix the
6048         copyright year.
6050 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
6052         * term.el: These changes are based on a patch sent from Yong Lu
6053         <lyongu@yahoo.com>.
6054         (term-set-escape-char): Bind M-x to execute-extended-command in
6055         term-raw-escape-map.
6056         (term-move-columns): Don't try to move to negagive column.
6057         (term-emulate-terminal): Insert a string before deleting a text to
6058         overwrite.
6060 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
6062         * play/life.el (life): Rearrange code so that all calls to
6063         life-display-generation are in a catch-form.
6065         * progmodes/etags.el (tags-loop-continue): Don't change point in a
6066         file that isn't interesting.  In an interesting file, push the old
6067         value of point on the mark ring.
6069         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6070         New function.
6071         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6072         Use it.
6074         * emacs-lisp/autoload.el (generate-file-autoloads):
6075         Remove warning about line lengths.
6077 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
6079         * progmodes/etags.el (tags-compression-info-list): New variable.
6080         (find-tag-in-order): Use it to deal with compressed source files.
6081         (tag-file-name-match-p): New function.
6082         (etags-recognize-tags-table): Use it for better match of file names.
6084 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
6086         * international/mule-cmds.el (register-input-method): Doc fix.
6088         * international/quail.el (quail-translate-key): Fix condition to
6089         check if there's another breaking point in the current key.
6091 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
6093         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6094         Babyl header to the newly-created output file, bind
6095         coding-system-for-write to either rmail-file-coding-system or
6096         emacs-mule-unix.
6098 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
6100         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6101         Fix the name and regexp used for subsubsections.
6103 2001-03-10  Dave Love  <fx@gnu.org>
6105         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6106         and save-buffer if buffer-file-name non-nil.  From rms.
6108 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
6110         * vc.el (vc-do-command): If the destination buffer is already
6111         current, don't set it up and don't erase it.  Updated doc string
6112         to reflect that.
6113         (vc-version-diff): When doing a single file diff, don't switch to the
6114         *vc-diff* buffer before the command.  This is to preserve local
6115         variable bindings that might affect the diff command.
6116         (vc-print-log): Don't switch to the *vc* buffer before the
6117         command, so that local variable bindings are preserved.
6119         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6120         not the current buffer.
6121         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6123         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6124         make output go to buffer *vc*, not the current buffer.
6126 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
6128         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6129         so ^, $, *, ? and + are interpreted correctly.
6131 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
6133         * help.el (string-key-binding): Renamed from
6134         mode-line-key-binding.  Handle any event on a string.
6135         Check for `keymap' properties as well as `local-map' properties.
6137         * comint.el (comint-insert-clicked-input): Use the last key
6138         from this-command-keys to lookup the global key definition.
6140 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
6142         * international/characters.el: Add category `j' for
6143         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
6145         * international/mule-conf.el (no-conversion): Fix docstring.
6146         (raw-text): Fix docstring.
6148 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
6150         * simple.el (choose-completion-string): When not leaving the
6151         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6152         is set.
6154         * window.el (shrink-window-if-larger-than-buffer): Handle frame
6155         parameter `(minibuffer . t)'.
6157 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
6159         * progmodes/sh-script.el (sh-st-symbol): New symbol.
6160         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6161         (sh-mode): Remove `make-local-variable' for unused var
6162         `font-lock-unfontify-region-function'.
6164 2001-03-07  Richard M. Stallman  <rms@gnu.org>
6166         * info.el (Info-scroll-down): Fix previous change.
6168         * mail/rmail.el (rmail-toggle-header): Use a window which
6169         is showing the Rmail buffer, rather than the selected window.
6171 2001-03-07  Dave Love  <fx@gnu.org>
6173         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6174         now, to avoid problems with binding imenu directly to a mouse event.
6176 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
6178         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6179         second arg t.
6181 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
6183         * log-edit.el (log-edit-common-indent): New var.
6184         (log-edit-set-common-indentation): Renamed from
6185         log-edit-delete-common-indentation.  Use the new var.
6186         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6188         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6189         (cvs-mode-add-change-log-entry-other-window):
6190         Don't presume change-log-default-name is defined.
6192         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6194         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6195         the "tree" operation as well.
6197         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6199         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6200         to match paragraph-start.
6202         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6203         comment-start-skip and set comment-end-skip as well.
6204         (sgml-comment-indent): Fix for new value of comment-start-skip.
6205         (html-autoview-mode): Don't bother using make-local-hook.
6207 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
6209         * cus-edit.el (custom-save-delete): Move in front of local
6210         variables, otherwise long Custom entries would make them ineffective.
6212         * uniquify.el: Set maintainer to FSF.
6214 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
6216         * dired-aux.el (dired-do-shell-command): Doc fix.
6218 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
6220         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6222         * which-func.el (which-func-modes): Add cperl-mode.
6223         (which-func-mode-global): Use define-minor-mode.
6225         * info-look.el: Docstring fixes and dead code eliminated.
6226         (cperl-mode): Add support.
6227         (emacs-lisp-mode): List all entries from elisp manual, whether
6228         or not they are currently (f)bound or not.  Update regexp.
6230         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6232         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6233         so that C-h m shows the correct information.
6234         Use make-local-variable rather than make-variable-buffer-local.
6235         (cperl-info-buffer, cperl-setup-tmp-buf):
6236         Use make-local-variable rather than make-variable-buffer-local.
6237         (cperl-msb-fix, cperl-get-help-defer):
6238         Check major-mode for `cperl-mode' as well.
6240         * progmodes/cperl-mode.el: Updated to author version 4.23.
6241         (cperl-electric-pod): SYNOPSIS was misspelled.
6242         (cperl-find-pods-heres): @if ? a : b was considered a REx.
6243         (cperl-after-expr-p): Make true after __END__.
6245 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
6247         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6248         bookmark-completion-ignore-case is t.
6250         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6251         switch, like xterm, and concat resource strings, with a newline
6252         between them.
6254 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
6256         * international/codepage.el (cp770-decode-table)
6257         (cp773-decode-table, cp774-decode-table): New variables.
6259         * man.el (Man-hyphenated-reference-regexp): New variable.
6260         (Man-build-references-alist): Use it to search for referenced
6261         manpages.  If hyphenated is non-nil, record a concatenated word in
6262         Man-refpages-alist only if it matches Man-reference-regexp.
6263         Update word's length when it is concatenated.  Reverse the list,
6264         to get the first manpage at the head.
6265         (Man-possibly-hyphenated-word): New function.
6266         (Man-follow-manual-reference): Use it instead of current-word to
6267         find a manpage at point, in a way that accounts for hyphenated
6268         references.
6270 2001-03-06  Alex Schroeder  <alex@gnu.org>
6272         * sql.el (sql-interbase): New function.
6273         (sql-interbase-program): New option.
6274         (sql-interbase-options): New option.
6275         And some typos fixed: "customise" to "customize".
6277 2001-03-06  Dave Love  <fx@gnu.org>
6279         * textmodes/flyspell.el (flyspell-region):
6280         Set up flyspell-local-mouse-map.
6282 2001-03-05  Richard M. Stallman  <rms@gnu.org>
6284         * mail/rmail.el (rmail-retry-failure):
6285         Don't call rmail-beginning-of-message.
6286         Don't discard From: field.  Do discard Received: field.
6287         Use unwind-protect to re-prune.
6288         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6290 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
6292         * international/quail.el (quail-title): Add autoload cookie.
6294 2001-03-05  Dave Love  <fx@gnu.org>
6296         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6297         new defs.
6299 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
6301         * language/ethio-util.el (ethio-toggle-space):
6302         Update current-input-method-title if necessary.
6303         (ethio-toggle-punctuation): Likewise.
6305         * international/quail.el (quail-title): Fix for the case that a
6306         title of an input method is specified by a list of the same form
6307         as used in mode-line-format.
6309         * international/mule-cmds.el (activate-input-method):
6310         If current-input-method-title is set by activating INPUT-METHOD,
6311         respect that value.
6313 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
6315         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6317 2001-03-05  Alex Schroeder  <alex@gnu.org>
6319         * sql.el (sql-sybase): Fix typo (was: query user about server two
6320         times instead of server and database).
6322         * sql.el (sql-sybase): Doc change.
6323         (sql-mysql): Doc change.
6324         (sql-postgres): Doc change.
6326 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
6328         * international/mule-conf.el (emacs-mule, raw-text):
6329         Docstring modified.
6331 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
6333         * term/internal.el: Update copyright notice.
6335         * term/pc-win.el: Update copyright notice.
6337 2001-03-02  Dave Love  <fx@gnu.org>
6339         * files.el (insert-file-contents-literally):
6340         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6341         not jka-compr-compression-info-list.
6343 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
6345         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6346         spaces in default comment-start-skip settings rather than \s-.
6348 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
6350         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6351         default-frame-alist as well.
6353 2001-03-01  Dave Love  <fx@gnu.org>
6355         * textmodes/reftex.el (defvar): Wrap some defvars in
6356         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
6358         * subr.el (event-basic-type): Doc fix.
6360         * international/quail.el: Doc fixes.
6362         * international/utf-8.el: Doc fixes.
6364         * international/mule-cmds.el: Doc fixes.
6365         (leim-list-header): Fix header text.
6367         * international/mule.el (coding-system-category): Doc fix.
6369         * international/ccl.el (ccl-compile): Doc fix.
6371 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
6373         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6374         rather than (before|after)-change-functions.
6376 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
6378         * ediff-util.el (ediff-scroll-horizontally): Arrange for
6379         scroll-left and scroll-right being called interactively so that
6380         they set the window's min_hscroll.
6382 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
6384         * info.el (info-insert-file-contents-1): Accept an additional
6385         argument `lfn': if it is non-nil, concatenate `filename' and
6386         `suffix'; otherwise use the complicated MS-DOS code.
6387         All callers changed.
6388         (info-insert-file-contents, Info-find-node): If the MS-DOS port
6389         can access long file names, try the long file-name version of
6390         `info-insert-file-contents-1', then the short file-name version.
6392 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
6394         * language/ethio-util.el (setup-ethiopic-environment-internal):
6395         Change bindings of functions keys to conform to "Emacs Lisp Coding
6396         Convention".
6398         * language/ethiopic.el ("Ethiopic"): Add documentation.
6400 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
6402         * international/utf-8.el (mule-utf-8): Set coding-category
6403         property to coding-category-utf-8.
6405 2001-02-27  Richard M. Stallman  <rms@gnu.org>
6407         * lpr.el (lpr-page-header-switches, print-region-1):
6408         Undo 2000-07-06 change.
6409         (lpr-add-switches): Default to t on gnu/linux.
6411 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
6413         * bs.el (bs-attributes-list): Doc fix.
6415 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
6417         * help.el (describe-project): Display the file THE-GNU-PROJECT.
6419         * help.el (view-order-manuals): Use goto-address.
6421         * startup.el (command-line-1): Add info about ordering manuals
6422         to the not so fancy splash screens.
6424 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
6426         * vc.el (vc-default-workfile-unchanged-p)
6427         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
6429 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
6431         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
6432         fontify in the right buffer.
6434         * allout.el (outline-flag-region): Move macro in front of first
6435         use to avoid a run-time error.
6437 2001-02-24  Andrew Innes  <andrewi@gnu.org>
6439         * makefile.w32-in: Fix copyright notice.
6441 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
6443         * international/utf-8.el (mule-utf-8): Set correct value for
6444         valid-codes property.
6446         * international/fontset.el (x-complement-fontset-spec): In the
6447         case that we use ASCII font for the other charsets, use only
6448         family and registry part of it.
6450 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
6452         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
6453         (shrink-window-if-larger-than-buffer): Doc fix.
6455 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
6457         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
6458         predicate passed to completing-read.
6460 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
6462         * startup.el (command-line): Fix last change.
6464 2001-02-23  Jason Rumney  <jasonr@gnu.org>
6466         * startup.el (tool-bar-originally-present): New variable.
6467         (command-line): Set it if the tool-bar is switched on at startup.
6469         * frame.el (frame-notice-user-settings): Only adjust frame height
6470         for no tool-bar case if tool-bar was originally switched on.
6471         From E. Jay Berkenbilt.
6473 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
6475         * server.el (server-switch-buffer): Only switch window if the
6476         current one is dedicated.
6478         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
6479         rather than using (match-beginning 0) when searching for break point.
6481 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
6483         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
6484         @ follows an accent command such as @'.  Support optional braces
6485         in commands that insert accents, like makeinfo does.
6487 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
6489         * startup.el (fancy-splash-text): Add a line for ordering
6490         manuals.  Reverse order of splash screens shown.
6491         (use-fancy-splash-screens-p): Adapt to the text line added.
6493         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
6494         manuals from the FSF.
6496         * help.el (view-order-manuals): New function.
6497         (toplevel): Bind C-h C-m to this function.
6499 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
6501         * newcomment.el (comment-forward): Skip the comment-start before
6502         searching for the comment-end.
6504 2001-02-21  Dave Love  <fx@gnu.org>
6506         * custom.el (custom-initialize-changed, defcustom): Doc fix.
6508         * international/mule-cmds.el, international/mule.el: Doc fixes.
6510 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
6512         * startup.el (fancy-splash-screens): Use display-hourglass
6513         instead of display-busy-cursor.
6515         * frame.el (display-hourglass): Renamed from busy-cursor.
6516         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
6517         (show-cursor-in-non-selected-windows): Doc fix.
6519 2001-02-20  Dave Love  <fx@gnu.org>
6521         * international/utf-8.el: Doc and commentary fixes.
6523 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
6525         * ehelp.el (with-electric-help): Doc fix.
6527 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
6529         * msb.el (msb-mode): Call the update-buffers function explicitly
6530         with a FORCE argument.
6532         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
6533         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
6534         returns nil.
6536 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6538         * ps-print.el: Timestamp package replacement.  Some enhancements.
6539         Some XEmacs compatibility.  Doc fix.
6540         (ps-print-version): New version number (6.4).
6541         (ps-printer-name): Initialization fix.
6542         (ps-zebra-stripe-follow): Funcionality enhancement.
6543         (ps-prologue-file): Code enhancement.
6544         (ps-right-header): Timestamp package replacement.
6545         (ps-setup, ps-face-bold-p, ps-face-italic-p)
6546         (ps-get-page-dimensions)
6547         (ps-generate-header, ps-begin-file, ps-begin-job)
6548         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
6549         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
6550         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
6551         (coding-system-for-write): Var declaration (XEmacs compatibility).
6553 2001-02-20  Miles Bader  <miles@gnu.org>
6555         * image-file.el (image-file-name-extensions): Add "tif".
6557 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
6559         * wid-edit.el (widget-button-click): Save the selected window
6560         around the code handling clicks on buttons.
6562 2001-02-18  Dave Love  <fx@gnu.org>
6564         * imenu.el (imenu--generic-function): Use mapc to iterate over
6565         syntax characters.
6567 2001-02-17  Richard M. Stallman  <rms@gnu.org>
6569         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
6571         * uniquify.el (uniquify-buffer-name-style): Doc fix.
6573 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
6575         * mouse.el (mouse-save-then-kill): If the distance from the new
6576         point to the mark is equal to the distance of point from the new
6577         point, move point instead of the mark.
6579 2001-02-16  Dave Love  <fx@gnu.org>
6581         * textmodes/flyspell.el (flyspell-get-word): Return string without
6582         properties.
6584 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
6586         * generic.el (generic-find-file-regexp): Doc fix.
6587         (generic-ignore-files-regexp): New defcustom.
6588         (generic-mode-find-file-hook): If the file's name matches the
6589         regexp in `generic-ignore-files-regexp', don't enter
6590         default-generic-mode.  Doc fix.
6592 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
6594         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
6595         Add autoload cookies.
6597         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
6598         of cal-tex-24.
6600 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
6602         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
6604         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
6605         the character class after the (optional) drive, to support file
6606         names with embedded blanks.
6608 2001-02-15  Sam Steingold  <sds@gnu.org>
6610         * textmodes/tex-mode.el (tex-shell-running):
6611         Check the process buffer too.
6613 2001-02-15  Dave Love  <fx@gnu.org>
6615         * battery.el (battery-status-function): Fix doc, :type.
6617         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
6619 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
6621         * subr.el (read-passwd): Clear Lisp memory holding password.
6623 2001-02-15  Miles Bader  <miles@gnu.org>
6625         * info.el (Info-copy-current-node-name): New function.
6626         (Info-mode-menu): Add it to the menu.
6628 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
6630         * international/mule-cmds.el (toggle-input-method): Doc fix.
6632 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
6634         * replace.el (occur): Stop at end of buffer.
6636 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
6638         * international/mule-cmds.el (set-input-method): Another doc fix.
6640 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
6642         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
6644 2001-02-13  Miles Bader  <miles@gnu.org>
6646         * faces.el (set-face-background, set-face-foreground)
6647         (set-face-stipple): Treat a value of nil as being `unspecified'.
6649 2001-02-12  Dave Love  <d.love@dl.ac.uk>
6651         * international/latin1-disp.el:  Doc fixes.
6652         (latin1-display) <defgroup>: Add :link.
6653         (latin1-display) <function>: Set variable latin1-display.
6655 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
6657         * international/mule-cmds.el (set-input-method): Doc fix.
6659 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
6661         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
6662         (speedbar-line-file): Return nil if not a file.
6663         (speedbar-buffers-line-path): Return file for tags, and dir for files.
6665 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
6667         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
6668         for remote files.
6669         (ediff-coding-system-for-read): Replaced the no-conversion default
6670         with raw-text.
6672         * ediff-init.el: Removed :version from defcustom vars.
6674         * ediff-util.el (ediff-compute-custom-diffs-maybe):
6675         Better handling of the diff mode.
6677         * ediff.texi: Added ediff-coding-system-for-read.
6679         * viper.texi: Fix typos.
6681 2001-02-11  Dave Love  <fx@gnu.org>
6683         * shadowfile.el: Doc fixes.
6684         (shadow) <defgroup>: Add :link.
6685         (shadowfile-unload-hook): New function.
6686         (shadow-initialize): Use defalias, not fset.
6687         (shadow-define-cluster, shadow-define-literal-group)
6688         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
6690         * international/mule.el: Doc and message fixes.
6692         * international/ccl.el (define-ccl-program): Doc fix.
6694 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
6696         * faces.el (mode-line): Set :line-width property to -1.
6698 2001-02-10  Richard M. Stallman  <rms@gnu.org>
6700         * complete.el (partial-completion-mode): Doc fix.
6702         * simple.el (delete-key-deletes-forward-mode):
6703         Change `let' to `let*' to fix gross bug in last change.
6705         * repeat.el (repeat): Don't let execute-kbd-macro alter
6706         real-last-command.
6708 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
6710         * simple.el (eval-expression): Doc fix.
6712 2001-02-09  Dave Love  <fx@gnu.org>
6714         * imenu.el (imenu-generic-expression): Doc fix.
6716         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
6717         From Juanma Barranquero.
6719         * emacs-lisp/authors.el (authors): Expand `root' before running find.
6721 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
6723         * faces.el (set-face-attribute): Describe the case of a negative
6724         value specified for :line-width.
6726 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
6728         * which-func.el (which-func-mode): Invert which-func-mode-global.
6729         From Juanma Barranquero <lektu@uol.com.br>.
6731 2001-02-08  Dave Love  <fx@gnu.org>
6733         * wid-edit.el (widget-plist-convert-widget): Replace binding of
6734         widget-plist-value-type.
6735         (widget-alist-convert-widget): Replace binding of
6736         widget-alist-value-type.
6738         * textmodes/paragraphs.el (sentence-end): Doc fix.
6740         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
6741         Remove `backward-line'.
6743         * play/pong.el (pong-blank-color, pong-bat-color)
6744         (pong-ball-color, pong-border-color, pong-left-key)
6745         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
6746         (pong-pause-key, pong-resume-key, pong-timer-delay):
6747         * mail/mh-comp.el (mh-compose-letter-function):
6748         * eshell/esh-mode.el (eshell-skip-prompt-function):
6749         * emulation/viper-ex.el (ex-unix-type-shell-options):
6750         * recentf.el (recentf-menu-filter):
6751         * ps-print.el (ps-print-region-function):
6752         * lpr.el (print-region-function):
6753         * forms.el (forms-mode-hooks):
6754         * dirtrack.el (dirtrack-directory-change-hook):
6755         * cus-start.el (temp-buffer-show-function, display-buffer-function):
6756         * textmodes/spell.el (spell-filter):
6757         * textmodes/fill.el (adaptive-fill-function):
6758         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
6759         * progmodes/etags.el (find-tag-default-function):
6760         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
6761         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6763 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
6765         * emulation/viper-init.el (viper-fast-keyseq-timeout)
6766         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
6767         Meyering <jim@meyering.net>.
6769         * loadup.el: Revert last change.
6771 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
6773         * international/mule.el (transform-make-coding-system-args):
6774         Make it work also for coding systems not using CCL.
6776 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
6778         * simple.el (previous-matching-history-element)
6779         (next-matching-history-element): Doc fix.
6781         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
6782         specific part.
6784 2001-02-06  Dave Love  <fx@gnu.org>
6786         * add-log.el (add-log-current-defun-function)
6787         (add-log-buffer-file-name-function, add-log-file-name-function):
6788         Fix :type.
6789         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
6791 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
6793         * info.el (info-initialize): Remove the test for system-type when
6794         invocation-directory is non-nil.
6796         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
6797         of `font-lock-defaults' to `backward-paragraph' rather than nil.
6799 2001-02-06  Andrew Innes  <andrewi@gnu.org>
6801         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
6802         absolute.
6804 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
6806         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
6807         buffers.  When hi-lock turned on rather than only checking current
6808         buffer for regexps, all buffers are checked. Moved activation of
6809         font-lock to hi-lock-refontify. When font-lock turned off rather
6810         than removing added highlighting just in current buffer, remove it
6811         in all buffers.  Changed edit menu text from "Automatic
6812         Highlighting" to "Regexp Highlighting" Documentation for
6813         highlighting phrases, minor documentation changes.
6814         (hi-lock-set-file-patterns): Execute only if there are new or
6815         existing file patterns.
6816         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
6817         unfontify and, if a support mode is active, will not refontify the
6818         whole buffer.  If necessary, turn on font lock. (Removed
6819         font-lock-unfontify and font-lock support-mode-specific calls,
6820         such as lazy-lock-fontify-window.)
6821         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
6822         patterns are found. Not useful now since find-file-hook is removed
6823         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
6824         (hi-lock-face-phrase-buffer): New function.  Also added related
6825         menu item and keybinding.
6826         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
6827         (hi-lock-process-phrase): New function.
6828         (hi-lock-line-face-buffer): Doc fixes.
6829         (hi-lock-face-buffer): Doc fixes.
6830         (hi-lock-unface-buffer): Doc fixes.
6832 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
6834         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
6835         dabbrev-ignored-regexps.
6837 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
6839         * simple.el (kill-line): Doc fix.
6841 2001-02-05  Dave Love  <fx@gnu.org>
6843         * loadup.el: Revert last two changes -- bootstrapping works with
6844         regenerated loaddefs.
6846 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
6848         * isearch.el (isearch-forward): Doc fix.
6850         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
6851         of font-lock-defaults to backward-paragraph.
6853 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
6855         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
6856         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
6858 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6860         * ebnf2ps.el: Eliminate time-stamp functions.
6861         (ebnf-version): New version (3.5).
6862         (ebnf-eps-finish-and-write): Replace time-stamp functions by
6863         format-time-string.
6865 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
6867         * simple.el (next-line): Goto end-of-line before inserting a newline.
6869 2001-02-05  Miles Bader  <miles@gnu.org>
6871         * image-file.el (insert-image-file): When visiting an image, also
6872         set `truncate-lines' to t so that any fringe arrow looks correct.
6874 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
6876         * isearch.el (isearch-forward): Add description about input method
6877         in the docsting.
6879 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
6881         * skeleton.el (skeleton-internal-1): Always push the mark for @.
6883 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
6885         * info.el (info-initialize): If installation-directory is nil, for
6886         DOS/Windows systems try looking in a sibling of invocation-directory.
6888 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
6890         * wid-edit.el (widget-button-click): Fix last change.
6892         * frame.el (frame-notice-user-settings): When resizing the initial
6893         frame because the tool bar is off, also change the frame's top
6894         position if a negative top position was specified.
6896 2001-02-02  Miles Bader  <miles@gnu.org>
6898         * image-file.el (insert-image-file): When visiting an image,
6899         suppress the cursor in the image buffer.
6901 2001-02-01  Dave Love  <fx@gnu.org>
6903         * progmodes/f90.el (f90-mode): Remove startup message.
6905         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
6907 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
6909         * startup.el (command-line): Fix code determining whether or not
6910         to use delete-key-deletes-forward-mode.
6912 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
6914         * vc.el (vc-diff-switches): New user option.
6915         (vc-version-diff): Use it.
6916         (vc-diff-switches-list): New macro.
6918         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
6919         New customization options.
6920         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
6922         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
6924 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
6926         * msb.el (toplevel): Quote hook symbols.
6928 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
6930         * international/mule.el (make-coding-system): Add description
6931         about recognized properties in the docstring.
6933         * international/mule-conf.el: Remove unused charsets
6934         mac-roman-lower and mac-roman-upper.
6936 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
6938         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
6939         is in front of the left-margin, if any.
6941         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
6942         like `delete'.
6944         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
6946         * term/w32-win.el (mouse-set-font): Doc fix.
6948 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
6950         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
6951         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
6952         on already.
6954 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
6956         * files.el (save-buffer): Don't give message if (buffer-file-name)
6957         returns nil.
6959 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
6961         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
6963         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
6964         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
6966         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
6967         display problems.
6969 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
6971         * international/mule.el (charset-info): Fix docstring.
6973         * international/mule-diag.el (describe-character-set): Check final
6974         char valid before printing it.
6976 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
6978         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
6980         * frame.el (frame-notice-user-settings): Do the tool-bar
6981         stuff only for graphical displays.  Fix a braino.
6983         * frame.el (frame-initialize): Create initial frame visible.
6984         (frame-notice-user-settings): When tool-bar has been switched off,
6985         correct the frame size and sync tool-bar-mode.
6987         * startup.el (command-line): Remove manipulation of frame
6988         height for tool bars.
6990 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6992         * lpr.el: Compatibility with XEmacs and doc fixes.
6993         (lpr-windows-system, lpr-lp-system): New vars.
6994         (lpr-printer-switch): New defcustom.
6995         (printer-name, lpr-command): Customization fix.
6996         (print-region-1): Code fix.
6997         (print-region-new-buffer, printify-region): Indentation fix.
6998         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
6999         New functions.
7001 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
7003         * msb.el (toplevel): Fix the eval-after-load.
7005 2001-01-29  Dave Love  <fx@gnu.org>
7007         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7009         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7011         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7012         (tcl-using-emacs-19-23): Consider Emacs 21+.
7013         (tcl-help-directory-list, tcl-command-switches): Fix :type.
7014         (tcl-add-emacs-menu): Supply menu name.
7015         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7017 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
7019         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7021 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
7023         * pcvs.el (cvs-mark-fis-dead): New function.
7024         (cvs-mode-add): Use it.
7025         (cvs-mode-add-change-log-entry-other-window):
7026         Rebind change-log-default-name to itself rather than to nil.
7028 2001-01-29  Sam Steingold  <sds@gnu.org>
7030         * vc-cvs.el: Replaced (require 'vc) with a bunch of
7031         `autoload' statements.
7033 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
7035         * files.el (confirm-kill-emacs): Doc fix.
7037         * frame.el (frame-initialize): Doc fix.
7039         * time-stamp.el (time-stamp-string): Doc fix.
7041         * woman.el (WoMan-log-1): Make the log buffer writable.
7042         From Markus Rost <rost@math.ohio-state.edu>.
7044 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
7046         * imenu.el (imenu-syntax-alist): Add autoload cookie for
7047         the `make-variable-buffer-local'.
7049 2001-01-29  Dave Love  <fx@gnu.org>
7051         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7052         (ansi-color-for-comint-mode-on, ansi-color-process-output):
7053         Add autoload cookie.
7054         (ansi-color-apply-sequence): Fix typo.
7056 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
7058         * menu-bar.el (menu-bar-files-menu): Add menu items for
7059         Postscript printing in black and white.
7061         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7062         X-Mailman-Version, Precedence, List-Help, List-Post,
7063         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7064         Content-Type, Content-Length.
7066 2001-01-29  Dave Love  <fx@gnu.org>
7068         * elide-head.el (elide-head): Make overlay evaporate.
7070         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7072 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
7074         * isearch.el (isearch-highlight): Don't punt if the display
7075         doesn't support colors, since isearch faces are defined for
7076         monochrome displays as well.
7078 2001-01-27  Sam Steingold  <sds@gnu.org>
7080         * shell.el (shell-write-history-on-exit): Make sure that we are in
7081         the shell buffer (M-x tex-file RET inserted the error message into
7082         the TeX buffer).
7084 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
7086         * simple.el (transient-mark-mode): Doc fix.
7088 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
7090         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7092 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
7094         * shell.el (shell-unquote-argument): If the shell is one of the
7095         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7096         quote character.
7097         (shell-dumb-shell-regexp): Document that the shells which match
7098         this regexp are supposed to not treat a backslash as a quote character.
7100         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7101         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
7103 2001-01-27  Richard M. Stallman  <rms@gnu.org>
7105         * dabbrev.el (dabbrev--substitute-expansion):
7106         Treat a one-capital-letter abbrev as "not all upper case",
7107         so as to force preservation of the expansion's pattern
7108         if the expansion starts with a capital letter.
7110 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
7112         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7113         Doc fix.
7115         * simple.el (transient-mark-mode): Document the fact that many
7116         commands act on the region when mark is active.
7118 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
7120         * international/quail.el (quail-setup-completion-buf): Make the
7121         multibyteness of current buffer inherited to Quail completion buffer.
7122         (quail-show-guidance-buf): Make the multibyteness of current
7123         buffer inherited to Quail guidance buffer.
7124         (quail-help): Make the multibyteness of current buffer inherited
7125         to Quail help buffer.
7127 2001-01-26  Dave Love  <fx@gnu.org>
7129         * time-stamp.el: Doc fixes.
7131         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7132         (delphi-keyword-face, delphi-other-face): Fix :type.
7134         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
7136         * mail/feedmail.el (feedmail): Add :link.
7137         (feedmail-send-it): Doc fix.
7139         * mail/sendmail.el: Doc fixes.
7140         (sendmail-send-it): Fix the non-ASCII regexp and use
7141         rfc2047-encode-string.
7143         * dired.el, dired-aux.el: Revert last change.
7145 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
7147         * makefile.w32-in (DONTCOMPILE): Add various term files.
7149 2001-01-26  Dave Love  <fx@gnu.org>
7151         * Makefile.in (DONTCOMPILE): Add various term files.
7153 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
7155         * man.el (Man-default-man-entry, Man-mode): Doc fix.
7157         * startup.el (display-startup-echo-area-message): Make sure
7158         the echo area is resized to fit the size of the startup message.
7160         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7161         part of which is a constant.
7163 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
7165         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7167 2001-01-26  Richard M. Stallman  <rms@gnu.org>
7169         * simple.el (next-line): Don't let `newline' expand abbrevs.
7170         Simplify slightly.
7171         (open-line): Don't let `newline' expand abbrevs.
7173 2001-01-25  John Wiegley  <johnw@gnu.org>
7175         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7176         to `repeat' in the :type field.
7178         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7179         allow a choice of regexp or nil.
7180         (pcomplete-dir-ignore): Same.
7182         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7183         a command) to always fail.
7185 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
7187         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7188         discard the result.
7189         (iswitchb-to-end): Likewise.
7191 2001-01-25  Sam Steingold  <sds@gnu.org>
7193         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7194         Require vc.
7196 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
7198         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7200         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7202 2001-01-25  Dave Love  <fx@gnu.org>
7204         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7205         (describe-coding-system): Tweak the English text.
7207         * loadup.el: Preload international/ccl for utf-8.
7209 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
7211         * mail/rmail.el (rmail-redecode-body): Doc fix.
7213 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
7215         * international/mule-cmds.el (reset-language-environment):
7216         Reset coding-category-utf-8 to mule-utf-8.
7218         * international/mule-conf.el (coding-category-utf-8):
7219         Initialize to mule-utf-8.
7221         * loadup.el: Preload international/utf-8.
7223         * international/utf-8.el: New file.
7225 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
7227         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7229 2001-01-24  Sam Steingold  <sds@gnu.org>
7231         * dired.el (dired-replace-in-string): Removed.
7232         (dired-sort-toggle): Use `replace-regexps-in-string'
7233         instead of `dired-replace-in-string'.
7235         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7236         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7238         * gs.el (gs-replace-in-string): Removed.
7239         (gs-options): Use `replace-regexps-in-string'
7240         instead of `gs-replace-in-string'.
7242 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
7244         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7245         bug report is mailed to an email list and posted to a news group.
7247 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
7249         * comint.el (comint-replace-by-expanded-history-before-point):
7250         Fix change of 2000-08-03 to move point to the start of the line again.
7252         * startup.el (tool-bar-images-pixel-height): New variable.
7253         (command-line): After loading the user's init file, when
7254         tool-bar-mode is on, increase the frame's size by some lines for
7255         the tool-bar.
7257         * frame.el (frame-initialize): Create the initial frame invisible.
7259 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7261         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7262         (chinese-big5): MIME:Big5.
7264 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
7266         * international/mule-cmds.el (universal-coding-system-argument):
7267         Handle commands with prefix args.
7269 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7271         * calendar/diary-lib.el (diary-float): Fix case of MONTH
7272         being a list of numbers.
7273         (diary-mail-entries): Rewritten.
7275 2001-01-23  Dave Love  <fx@gnu.org>
7277         * international/mule.el (make-coding-system): Fix typo.
7279         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7280         Add backward-paragraph as font-lock-beginning-of-syntax-function.
7282 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
7284         * font-lock.el (font-lock-mode): Doc fix.
7286 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
7288         * international/mule.el (make-translation-table): Fix docstring.
7290 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
7292         * mail/rmail.el (rmail-redecode-body): New function.
7294         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7296 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
7298         * isearch.el (isearch-lazy-highlight-case-fold-search)
7299         (isearch-lazy-highlight-regexp): New variables.
7300         (isearch-lazy-highlight-cleanup): Update lazy highlight if
7301         case-fold search or regexp search has been toggled.
7303         * wid-edit.el (widget-button-click): Avoid a save-excursion
7304         around running a global binding.
7306         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7307         to 0.25.
7309 2001-01-20  Miles Bader  <miles@gnu.org>
7311         * cus-edit.el (custom-face-save): Do post-processing on the face's
7312         new value like `custom-face-set' does.
7314 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
7316         * mail/emacsbug.el (report-emacs-bug): Report the value of
7317         LC_CTYPE, not LC_TYPE.
7319         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7320         isearch-toggle-regexp and isearch-edit-string to doc string.
7322 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
7324         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7325         as font-lock-beginning-of-syntax-function in font-lock-defaults.
7327         * jit-lock.el (jit-lock-fontify-now): Don't bind
7328         font-lock-beginning-of-syntax-function to nil.
7330 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
7332         * mail/emacsbug.el (report-emacs-bug): Report values of
7333         locale-coding-system, default-enable-multibyte-characters, and the
7334         environment variables LC_ALL, LC_TYPE, and LANG.
7336 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
7338         * font-lock.el (font-lock-default-fontify-region): Fix last change.
7340         * font-lock.el (font-lock-multiline): Default to nil.
7341         (font-lock-default-fontify-region): If font-lock-multiline is
7342         nil, don't check the property `font-lock-multiline'.
7344         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7345         is nil, don't check the `font-lock-multiline' text property.
7347 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
7349         * viper.el: Call initial-major-mode on startup.
7351         * ediff.el (ediff-patch-file): Use better defaults.
7353         * ediff-vers.el: Fix for 8+3 DOS file systems.
7355 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
7357         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7358         diff mode, if available.
7360 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
7362         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
7364         * ediff-init.el (subst-char-in-string): Define and use it, unless
7365         it's already defined.
7367 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
7369         * tooltip.el (tooltip-hide-delay): New user-option.
7370         (tooltip-show): Use tooltip-hide-delay instead of the default.
7372 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
7374         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7375         kill-local-variable doesn't work for enable-multibyte-characters.
7377 2001-01-17  Dave Love  <fx@gnu.org>
7379         * ediff-init.el (ediff-before-setup-hook)
7380         (ediff-merge-filename-prefix): Add :version.
7382         * international/latin1-disp.el: Require disp-table.
7383         (latin1-display): Fix :set.
7385         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
7387 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
7389         * isearch.el (isearch-lazy-highlight-initial-delay)
7390         (isearch-lazy-highlight-interval): Default to 0.
7392 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
7394         * isearch.el (isearch-highlight): Set isearch-overlay priority to
7395         1 here rather than each time through
7396         isearch-lazy-highlight-new-loop.
7397         (isearch-lazy-highlight-max): Variable deleted.
7398         (isearch-lazy-highlight-max-at-a-time): New user variable, like
7399         isearch-lazy-highlight-max but controls a single invocation of
7400         isearch-lazy-highlight-update.
7401         (isearch-lazy-highlight-wrapped): Variable recreated.
7402         (isearch-lazy-highlight-window-start): New variable.
7403         (isearch-lazy-highlight-cleanup): Restored to behavior of
7404         before 2-Jan.
7405         (isearch-lazy-highlight-remove-overlays): Function deleted;
7406         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
7407         behavior removed.
7408         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
7409         isearch-lazy-highlight-update in a loop rather than just once.
7410         Test isearch-invalid-regexp here and decide not to start a new
7411         loop, rather than testing it each time through
7412         isearch-lazy-highlight-update.
7413         (isearch-lazy-highlight-search): Function restored.
7414         (isearch-lazy-highlight-update): Get called in a timer loop again,
7415         but this time highlight more than one match each time through.
7416         Only highlight matches in the visible part of the window.
7417         Start at point, move in the direction of the search, and wrap around at
7418         the edge of the window.  Use sit-for to force redisplay and ensure
7419         window-start is credible.  "Face suppressing" behavior removed;
7420         overlay priorities should make it unnecessary, right?
7421         (isearch-highlight): Face suppressing behavior removed.
7422         (isearch-dehighlight): Face suppressing behavior removed.
7423         (isearch-set-lazy-highlight-faces-at): Removed.
7425 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
7427         * language/european.el ("Latin-1"): Make the format of description
7428         about additional language environments same as that of Latin-2.
7430 2001-01-16  Dave Love  <fx@gnu.org>
7432         * isearch.el (isearch-lazy-highlight): Add :version.
7434         * simple.el (backward-delete-char-untabify-method)
7435         (next-line-add-newlines): Add :version.
7437 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
7439         * bindings.el: Bind <backspace> and <delete> via function-key-map.
7440         Don't bind <delete> otherwise.
7442         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
7443         and <delete> via function-key-map.
7445         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
7446         Subject line only if point is after the `Subject:'.
7448 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
7450         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
7451         japanese-jisx0213-2 in `charset' property of this lang. env.
7453         * language/european.el ("Latin-1"): Add description for Dutch and
7454         Spanish lang. env.
7456         * international/mule.el (decode-char): Fix conditions.
7457         (encode-char): Handle eight-bit-control too.
7458         (transform-make-coding-system-args): New function.
7459         (make-coding-system): Accept XEmacs style arguments for CCL base
7460         coding system.
7462 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
7464         * progmodes/etags.el (find-tag-noselect): Save the value of
7465         tags-file-name before switching buffers, for the case it has a
7466         buffer-local value.
7468 2001-01-15  Alex Schroeder  <alex@gnu.org>
7470         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7471         From Dave Love <fx@gnu.org>.
7472         (ansi-color-for-comint-mode): Fix :version.
7474 2001-01-15  Alex Schroeder  <alex@gnu.org>
7476         * ansi-color.el (ansi-color-unfontify-region): Doc change.
7478 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
7480         * dired.el (dired-insert-directory): If file-system-info fails,
7481         remove the " free " part, but don't signal an error.
7483 2001-01-12  Sam Steingold  <sds@gnu.org>
7485         * bookmark.el (bookmark-maybe-historicize-string):
7486         Use new backquote syntax.
7488 2001-01-12  Richard M. Stallman  <rms@gnu.org>
7490         * subr.el (last): Handle a list that doesn't end in nil.
7492 2001-01-12  Sam Steingold  <sds@gnu.org>
7494         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
7495         to `backward-delete-char-untabify'.
7497 2001-01-12  Dave Love  <fx@gnu.org>
7499         * cus-edit.el (customize-menu-create): Fix the :filter following
7500         easymenu change.
7502         * wid-edit.el (function): Add :match-alternatives.
7503         (widget-color-action): Doc fix.
7505 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
7507         * calendar/calendar.el (calendar-basic-setup): Doc fix.
7509 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
7511         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
7513         * international/ccl.el (define-ccl-program): Fix docstring.
7515 2001-01-11  Dave Love  <fx@gnu.org>
7517         * international/mule-cmds.el (standard-display-european-internal):
7518         Set display table for 2208 as for 160.
7520         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
7522         * progmodes/fortran.el (fortran-mode-map): Modify Customization
7523         entry for custom-menu-create change.
7524         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
7525         don't cons it in the search loop.
7527         * imenu.el (imenu--truncate-items): Revert last change.
7529 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
7531         * info.el (Info-setup-header-line): If the node header includes
7532         either Next: or Prev: links, don't show the File: and Node: parts
7533         in the header line.
7535 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
7537         * comint.el (comint-goto-process-mark): Don't print a message
7538         when running in batch mode.
7540         * isearch.el (isearch-search): In the condition-case handler for
7541         `error', set isearch-invalid-regexp to the whole error message.
7543         * subr.el (eval-after-load): Call load-symbol-file-load-history to
7544         ensure that eval-after-load works for files dumped with Emacs.
7546         * help.el (load-symbol-file-load-history): New function extracted
7547         from function symbol-file.
7548         (symbol-file): Use it.
7550         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
7552 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
7554         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
7555         behave as if there were no prefix argument.
7556         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
7557         argument were nil.
7559 2001-01-11  Richard M. Stallman  <rms@gnu.org>
7561         * isearch.el (isearch-lazy-highlight-update):
7562         Don't look for more potential matches once maximum is exceeded.
7563         Use overlays-in to check correctly for overlap with current match.
7564         Ignore empty matches.
7566 2001-01-11  Miles Bader  <miles@gnu.org>
7568         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
7569         (ispell-overlay-window, ispell-help, ispell-show-choices)
7570         (ispell-command-loop): Use it instead of `window-height'.
7572 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
7574         * files.el (confirm-kill-emacs): New user-option.
7575         (save-buffers-kill-emacs): Ask for final confirmation before
7576         killing Emacs.
7578         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
7579         to nil.
7581 2001-01-10  Dave Love  <fx@gnu.org>
7583         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
7585         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
7587         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
7589         * calculator.el (calculator-number-digits): Fix :type.
7591         * vc-cvs.el (vc-cvs-header): Fix :type.
7592         * vc-rcs.el (vc-rcs-header): Fix :type.
7593         * vc-sccs.el (vc-sccs-header): Fix :type.
7595         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7597         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7599         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
7601 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
7603         * simple.el (set-variable): Force a thorough redisplay for the
7604         case that the variable has an effect on the display, like
7605         `tab-width' has.
7607 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
7609         * vc.el: Add documentation for backend interface.
7611 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
7613         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
7615         * international/mule-conf.el (latin-extra-code-table): Set to t
7616         for \223 and \224.
7618 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
7620         * international/mule-cmds.el (locale-language-names): Map "es" to
7621         "Spanish" and "nl" to "Dutch".
7623 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
7625         * bindings.el (global-map): Bind <home> to beginning-of-line,
7626         <end> to end-of-line, C-<home> to beginning-of-buffer, and
7627         C-<end> to end-of-buffer.
7629         * language/european.el: Add Dutch and Spanish language info
7630         to be able to use the appropriate tutorials.
7632 2001-01-09  Alex Schroeder  <alex@gnu.org>
7634         * ansi-color.el (ansi-color-process-output): Use markers instead
7635         of positions for start and end of region.
7636         (ansi-color-apply-on-region): Rewrote code to make it more robust.
7637         Previously, occasional mistakes happend when fontifying many
7638         chunks of output (eg. ls --color=yes /dev).  This happened
7639         whenever an overlay was created up to the end of the region, which
7640         coincided with the process-mark.  New text would then be added
7641         within that overlay instead of after it.
7642         (ansi-color-make-extent): Overlays are created with the property
7643         `modification-hooks' set to '(ansi-color-freeze-overlay).
7644         (ansi-color-freeze-overlay): New function.  When inserting text at
7645         the end of the overlay, the overlay will resize.
7647 2000-01-09  Alex Schroeder  <alex@gnu.org>
7649         * ansi-color.el (ansi-color-process-output): Doc change.
7650         (ansi-color-unfontify-region): Doc change.  No longer installed
7651         automatically in font-lock-unfontify-region-function.
7652         (ansi-color-apply): Doc change.
7653         (ansi-color-apply-on-region): Use extents or overlays instead of
7654         text-properties.
7655         (ansi-color-make-extent): New function.
7656         (ansi-color-set-extent-face): New function.
7658 2000-01-09  Alex Schroeder  <alex@gnu.org>
7660         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
7661         both use ansi-color-process-output, now.
7662         (ansi-color-process-output): Doesn't return string anymore.  It is
7663         installed in comint-output-filter-functions for both Emacs and
7664         XEmacs, now.
7665         (ansi-color-unfontify-region): Simplified code removing variables
7666         pos and start-ansi.
7667         (ansi-color-apply): Put text-property ansi-color before putting
7668         text-property face because ansi-color-unfontify-region is called
7669         immediately after the call to put-text-property.
7670         (ansi-color-context-region): Doc change.
7671         (ansi-color-filter-region): Simplified code.
7672         (ansi-color-apply-on-region): Changed start to start-marker, using
7673         a marker explicitly.  Put text-property ansi-color before putting
7674         text-property face because ansi-color-unfontify-region is called
7675         immediately after the call to put-text-property.
7677 2000-01-09  Alex Schroeder  <alex@gnu.org>
7679         * ansi-color.el (ansi-color-faces-vector): Doc change.
7680         (ansi-color-for-comint-mode): Changed :type property to choice.
7681         (ansi-color-last-context): Removed.
7682         (ansi-color-process-output): Don't use ansi-color-last-context, as
7683         the main functions will store their context now.
7684         (ansi-color-context): Doc change.
7685         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
7686         Uses ansi-color-context such that repeated calls will strip
7687         partial escape sequences, too.
7688         (ansi-color-apply): Simplified code.  Colorize end of string if
7689         face is not null.  Store context in new (FACE STRING) format, such
7690         that repeated calls will strip partial escape sequences, too.
7691         Append faces to face property using ansi-color-apply-sequence such
7692         that cumulative mode actually works.
7693         (ansi-color-context-region): New variable.
7694         (ansi-color-filter-region): Rewrote it based on
7695         ansi-color-apply-on-region.  Uses ansi-color-context-region such
7696         that repeated calls will strip partial escape sequences, too.
7697         (ansi-color-apply-on-region): Simplified code.  Colorize end of
7698         region if face is not null.  Store context in new (FACE POS)
7699         format, such that repeated calls will strip partial escape
7700         sequences, too.  Append faces to face property using
7701         ansi-color-apply-sequence such that cumulative mode actually works.
7702         (ansi-color-apply-sequence): New function.
7703         (ansi-color-get-face): When the default face is added to the list
7704         of faces, all previous settings are discarded and the list of
7705         faces is set to '(default).
7707 2000-01-09  Alex Schroeder  <alex@gnu.org>
7709         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
7710         face, such that ansi-color-apply and ansi-color-apply-on-region
7711         will do the right thing.
7712         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
7713         returns nil, set the list of faces back to nil instead of
7714         appending the result of ansi-color-get-face to the front of the list.
7716 2000-01-09  Alex Schroeder  <alex@gnu.org>
7718         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
7719         (ansi-color-process): Doc change.
7720         (ansi-color-last-context): New buffer-local variable.
7721         (ansi-color-process-output): New function.  It is automatically
7722         added to comint-output-filter-functions if this is XEmacs.
7723         (ansi-color-unfontify-region): New optional parameter for XEmacs
7724         compatibility.  Check wether font-lock-syntactic-keywords is
7725         boundp before removing the syntax table text property, as XEmacs
7726         doesn't have it.
7727         (ansi-color-filter-region): Doc change.
7728         (ansi-color-apply-on-region): Doc change.
7729         (ansi-color-make-face): New function.  Compatibility layer for
7730         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
7731         (ansi-color-make-color-map): Use ansi-color-make-face.
7732         (ansi-color-get-face): Avoid face text property '(nil) as results
7733         in an errow for XEmacs.
7735 2000-01-09  Alex Schroeder  <alex@gnu.org>
7737         * ansi-color.el (ansi-color-unfontify-region): New function.
7738         Uses text-property ansi-color in order to preserve fontification by
7739         ansi-color.  When the package is loaded, a lambda expression is
7740         put onto font-lock-mode-hook.  This lambda expression will check
7741         font-lock-unfontify-region-function and replace
7742         font-lock-default-unfontify-region with ansi-color-unfontify-region.
7743         (ansi-color-apply): Add text-property ansi-color in addition to
7744         text-property face.
7745         (ansi-color-apply-on-region): Add text-property ansi-color in
7746         addition to text-property face.
7747         (save-buffer-state): Copy of the macro that is also used by
7748         lazy-lock and font-lock.
7750         (ansi-color-for-comint-mode): New option.
7751         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
7752         (ansi-color-for-comint-mode-off): Ditto.
7753         (ansi-color-for-comint-mode-filter): Ditto.
7754         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
7755         decide what to do.  This function is added to
7756         comint-preoutput-filter-functions when the package is loaded.
7758         (ansi-color-for-shell-mode-set): Removed.
7759         (ansi-color-for-shell-mode): Removed.
7761 2000-01-09  Alex Schroeder  <alex@gnu.org>
7763         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
7764         the lambda expression from the ansi-color-for-shell-mode :set
7765         property.  Additionally, modify shell-mode-hook to enable or
7766         disable font-lock-mode for future shell buffers.
7767         (ansi-color-for-shell-mode): The :set property calls
7768         ansi-color-for-shell-mode-set instead of a lambda expression.
7770 2000-01-09  Alex Schroeder  <alex@gnu.org>
7772         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
7773         (ansi-color-context): New variable.
7774         (ansi-color-apply): Save context between calls.
7776 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
7778         * isearch.el (isearch, isearch-lazy-highlight-face):
7779         New definitions for face colors and attributes.
7781         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
7782         of display-mouse-p.
7784 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
7786         * international/mule.el (make-coding-system): If the coding system
7787         accepts extra latin codes, register such codes as safe for the
7788         coding system.
7790 2001-01-08  Richard M. Stallman  <rms@gnu.org>
7792         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
7793         don't mention the file name or the date here, because they are
7794         logged at the start of the file.
7796 2001-01-08  Richard M. Stallman  <rms@gnu.org>
7798         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7799         Change screen-width to frame-width.
7801 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
7803         * info.el (Info-search): Print the default as part of the prompt.
7805 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
7807         * vc.el (vc-default-latest-on-branch-p): New function, replaces
7808         constant implementations in backends.
7810         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
7811         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
7813         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
7814         WRITABLE to EDITABLE.
7816         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
7817         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
7818         to EDITABLE.
7820 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
7822         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
7823         (copyright, copyright-update): Compute the current year at run time.
7825 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
7827         * isearch.el (isearch-old-signal-hook): Removed.
7828         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
7829         instead of setting signal-hook-function.
7830         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
7832 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
7834         * emulation/edt.el: Update to version 4.0.  Provide support for
7835         EDT scroll margins at top and bottom of the window.  Provide an
7836         emulation of the EDT SUBS command (bound to GOLD-Enter, by
7837         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
7838         user when file-related buffer modifications exist.
7839         Provide support for running EDT Emulation in XEmacs.
7840         Provide customize access to some user updatable variables.
7841         Add Commentary section to file header.
7842         Fixed a few minor bugs and cleaned up some code.
7844         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
7845         for detecting a keypress that generates an ASCII key sequence.
7846         (Previously, only a keypress that generates a vector was
7847         recognized.)  Embed Window Manager name into name of the generated
7848         EDT Emulation initialization file since the initialization file is
7849         Window Manager specific.  Add Commentary section to file header.
7851 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
7853         * mail/sendmail.el (mail-mode): Doc fix.
7855         * info.el (Info-goto-emacs-command-node): Doc fix.
7856         (Info-goto-emacs-key-command-node): Doc fix.
7858 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
7860         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
7861         systems without long file-name support.
7863 2001-01-06  Andrew Innes  <andrewi@gnu.org>
7865         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
7867 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
7869         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
7870         (isearch-lazy-highlight-update): Doc fix.
7872         * ffap.el (ffap-bindings): Doc fix.
7874         * dired-x.el (dired-virtual-guess-dir): Doc fix.
7876 2001-01-05  Dave Love  <fx@gnu.org>
7878         * emacs-lisp/cl-seq.el (remove, remq): Remove.
7880 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
7882         * mouse-drag.el (mouse-drag-safe-scroll):
7883         Bind scroll-preserve-screen-position to nil.
7885         * isearch.el (isearch-old-signal-hook): New variable.
7886         (isearch-mode): Set signal-hook-function to isearch-done.
7887         (isearch-done): Restore old signal-hook-function.
7889         * info.el (Info-fontify-node): Mark one more char as intangible.
7891 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
7893         * composite.el (compose-last-chars): New argument COMPONENTS.
7894         If it is non-nil, compose preceding characters by compose-region with
7895         COMPONENTS.
7897         * international/quail.el (quail-input-string-to-events): New function.
7898         (quail-input-method): Convert input string to events here.
7899         (quail-start-translation): Return input string, not event list.
7900         (quail-start-conversion): Likewise.
7902 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
7904         * tooltip.el (tooltip-cancel-delayed-tip)
7905         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
7906         and tooltip-add-timeout.
7907         (tooltip-show): Set border color from faces's foreground.
7908         (tooltip-show-help-function): If called with the same help string
7909         as last time, do nothing.
7910         (tooltip-help-tips): Don't set tooltip-help-message to nil.
7912         * startup.el (fancy-splash-screens): Don't bind show-help-function
7913         to nil.
7915         * tooltip.el (tooltip-frame-parameters): Remove colors.
7916         (tooltip): New face
7917         (tooltip-set-param): New function.
7918         (tooltip-show): Set up color frame parameters from face `tooltip'.
7919         Display the tooltip text in face `tooltip'.
7921 2001-01-04  Dave Love  <fx@gnu.org>
7923         * whitespace.el (whitespace-global-mode): Fix typo.
7925         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
7927 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
7929         * help.el (help-for-help): Fix a typo in a doc string.
7930         From kwzh@gnu.org (Karl Heuer).
7932 2001-01-03  Dave Love  <fx@gnu.org>
7934         * dired-x.el: Doc fixes.  Maintainer change.
7935         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
7936         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
7937         (dired-guess-shell-alist-user): Customize.
7938         (dired-x-help-address): Set to bug-gnu-emacs.
7939         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
7940         (dired-default-directory): Renamed from default-directory.
7942         * hl-line.el (hl-line): Doc fix.
7944 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
7946         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
7948 2001-01-02  Richard M. Stallman  <rms@gnu.org>
7950         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
7951         to remove all the current alternative-match highlighting.
7952         If nil, remove only what's outside the current window.
7953         (isearch-lazy-highlight-remove-overlays): Take optional
7954         region within which NOT to remove them.
7955         (isearch-lazy-highlight-new-loop): Greatly simplified.
7956         (isearch-lazy-highlight-update): Find all the other occurrences
7957         visible in the window, in just one call.
7958         (isearch-lazy-highlight-start): Now holds start of region to scan.
7959         (isearch-lazy-highlight-end): Now holds end of region to scan.
7960         (isearch-lazy-highlight-wrapped): Variable deleted.
7961         (isearch-lazy-highlight-search): Function deleted.
7963 2000-01-02  Andrew Innes  <andrewi@gnu.org>
7965         * w32-fns.el (convert-standard-filename): Do length check on name
7966         before aref.
7968 2001-01-02  Dave Love  <fx@gnu.org>
7970         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
7971         value.
7972         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
7974         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
7976         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
7977         read syntax.
7979         * calendar/todo-mode.el (todo): Add :link, :version.
7980         (todo-save-top-priorities): Remove autoload cookie.
7981         (todo-add-category, todo-add-item-non-interactively)
7982         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
7984 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
7986         * comint.el (comint-input-history-ignore): New variable.
7987         (comint-read-input-ring): Ignore entries matching
7988         comint-input-history-ignore.
7990 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
7992         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
7993         (lm-copyright-mark): New function.
7994         (lm-crack-copyright): New function.
7995         (lm-verify): Check that the file has a copyright.
7996         Check that the file is copyright Free Software Foundation.
7998 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
8000         * international/mule-diag.el (print-fontset): Indent font name by
8001         24 columns, not 25.
8003 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
8005         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8006         in Subject line.
8008         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8009         Use mail-mode-hook instead of mail-setup-hook.
8010         Otherwise continuing an interrupted message with C-u C-x m for
8011         instance, winds up in Mail mode without abbrevs.
8013 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8015         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8016         non-nil.  Adding almost all customization variables on ps-setup.
8017         Doc fix.
8018         (ps-print-version): New version number (6.3.3).
8019         (ps-end-with-control-d): Initialization fix.
8020         (ps-lines-printed): New var.
8021         (ps-skip-newline): New fun.
8022         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8023         (ps-next-line, ps-continue-line, ps-plot-region)
8024         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8026 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
8028         * international/fontset.el (x-complement-fontset-spec):
8029         Resolve ASCII font name so that the same family name is used for fonts
8030         registered in x-font-name-charset-alist.
8031         (create-fontset-from-fontset-spec): Adjusted for the above change.
8032         The name of fontset alias should be a unresolved ASCII font name.
8034 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
8036         * simple.el (delete-key-deletes-forward-mode): Bind backspace
8037         and delete in isearch-mode-map.
8039 2000-12-28  Richard M. Stallman  <rms@gnu.org>
8041         * dired-x.el (dired-guess-shell-alist-default):
8042         Use xpdf instead of acroread.
8044 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
8046         * textmodes/artist.el (artist-butlast): Deleted.
8047         (artist-ellipse-mirror-quadrant): Use butlast instead of
8048         artist-butlast.
8050         * subr.el (butlast, nbutlast): Moved from cl.el to here.
8052         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8054 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
8056         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8058         * ls-lisp.el: Better support for the Mac and MS-Windows.
8059         (ls-lisp): New defgroup.
8060         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8061         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8062         (ls-lisp-support-shell-wildcards): New defcustoms.
8063         (ls-lisp-parse-symlink): New function.
8064         (insert-directory): Code to convert switches to a list and set up
8065         the wildcard argument copied from ls-lisp-insert-directory.
8066         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
8067         for -C and -R switches.
8068         (ls-lisp-column-format): New function.
8069         (ls-lisp-delete-matching, ls-lisp-handle-switches)
8070         (ls-lisp-format-time): Add doc strings.
8071         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8072         Support ls-lisp-dirs-first.
8073         (ls-lisp-classify, ls-lisp-extension): New functions.
8074         (ls-lisp-format): Optionally support emulation of symlinks.
8075         Support -i, -s, and -G switches.
8077 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
8079         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8081         * version.el (emacs-version): Print X scroll bar information.
8083         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8084         instead of x-toolkit-scroll-bars-p.
8086         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8087         of x-toolkit-scroll-bars-p.
8089 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
8091         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8092         (ffap-bindings): Doc fix, to reflect the above change.
8094 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
8096         * term.el (term-char-mode): Define all non-ascii self-inserting
8097         characters to 'term-send-raw in term-raw-map.
8099 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
8101         * viper-init (viper-restore-cursor-type): Added condition-case guard.
8103         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8104         Changed initialization; use add-hook.
8105         (ediff-file-remote-p): Use file-local-copy.
8107         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8109         * ediff.el (ediff-patch-buffer): Bug fix.
8110         (ediff-revision): Allow selection of the file at the prompt.
8112 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
8114         * subr.el (combine-run-hooks): Remove.
8116         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8117         and remove the rogue second spec.
8119 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
8121         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8123 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
8125         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8126         Use minibuffer menu prompt for the `=' prefix.
8127         (smerge-command-prefix): Change default to C-^.
8128         (smerge-mode): Don't assume font-lock doesn't move point.
8130         * skeleton.el (skeleton-internal-1): Make sure the first line of
8131         the region is also re-indented.
8132         (skeleton-end-newline): New var.
8133         (skeleton-end-hook): Use it.
8135 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8137         * comint.el (comint-password-prompt-regexp): Support CVS.
8139 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
8141         * simple.el (delete-key-deletes-forward-mode): Simplify.
8142         Also backspace key combinations, depending on
8143         delete-key-deletes-forward.
8145         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8147         * simple.el (delete-key-deletes-forward): Doc fix.
8149 2000-08-22  Emmanuel Briot  <briot@gnat.com>
8151         * xml.el (top level comment): Updated to reflect the fact that
8152         white spaces are relevant in the XML file.
8153         (xml-parse-file): Do not kill an existing Emacs buffer if the file
8154         to parse was already edited. This allows for on-the-fly analysis
8155         of XML files.
8156         (xml-parse-tag): Check that the casing is the same in the start
8157         tag and end tag, since XML is case-sensitive.  Allows for spaces
8158         in the end tag, after the name of the tag.
8159         (xml-parse-attlist): Allow for the character '-' in the name of
8160         attributes, as in the standard http-equiv attribute Do not save
8161         the properties in the XML tree, since they are not relevant.
8163 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
8165         * generic.el (generic-read-type): Undo last change, inline into
8166         `generic-mode' and then remove.
8167         (generic-mode): Inline generic-read-type.
8168         (define-generic-mode): Push the symbol name rather than the symbol
8169         onto generic-mode-list.
8171 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
8173         * generic.el (generic-read-type): Build an alist for
8174         completing-read as in 20.7.
8176         * play/landmark.el (lm): Use interactive spec `P'.
8177         (toplevel): Don't set debug-on-error.
8179         * server.el (server-switch-buffer): Choose a window on a visible frame.
8181 2000-12-21  Dave Pearson  <davep@davep.org>
8183         * quickurl.el: Commentry change, I've moved my web site.
8185 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8187         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8188         ranges like \177-\237, but accepts the character sequence from \177 to
8189         \237.  Doc fix.
8190         (ebnf-version): New version (3.4).
8191         (ebnf-setup): Code fix.
8192         (ebnf-range-regexp): New fun.
8193         (ebnf-8-bit-chars): Const fix.
8195         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8196         entry.  Doc fix.
8197         (ebnf-bnf-lex): Code fix.
8198         (ebnf-bnf-comment-chars): Const fix.
8200         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8201         entry.  Doc fix.
8202         (ebnf-iso-comment-chars): Const fix.
8204         * ebnf-otz.el: Doc fix.
8206         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8207         entry.  Doc fix.
8208         (ebnf-yac-skip-code): Code fix.
8209         (ebnf-yac-comment-chars): Const fix.
8211 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
8213         * files.el (insert-directory-safely): New function.
8214         (recover-file): Use it instead of insert-directory.
8215         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8217 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
8219         * international/mule-cmds.el (select-safe-coding-system):
8220         Check coding-category-list more rigidly.  Improve help message.
8222         * dired.el (dired-move-to-filename-regexp): Fix previous change.
8224 2000-12-21  Miles Bader  <miles@gnu.org>
8226         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8228 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
8230         * international/mule-diag.el (describe-char-after): Make *Help*
8231         buffer inherit multibyteness of the current buffer.
8233         * international/mule.el (make-char): Docstring adjusted for the
8234         change of make-char-internal.
8236 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
8238         * international/iso-cvt.el: Docstrings fix.
8240 2000-12-20  Dave Love  <fx@gnu.org>
8242         * subr.el (eval-after-load): Doc fix.
8244 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
8246         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8247         for numbers.
8249 2000-12-20  Miles Bader  <miles@gnu.org>
8251         * international/quail.el (quail-help): Resize the help window
8252         again after it has all its contents.  Remove unneeded progn.
8254 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
8256         * pcmpl-linux.el: Fix copy/paste error.
8258 2000-12-19  Andrew Innes  <andrewi@gnu.org>
8260         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8262 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
8264         * progmodes/idlw-rinfo.el: Fixed copyright notice.
8266         * progmodes/idlw-toolbar.el: Fixed copyright notice.
8268         * progmodes/idlw-shell.el: Fixed copyright notice.
8270         * progmodes/idlwave.el: Fixed copyright notice.
8272         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8273         TAB as key separators.
8275 2000-12-19  Alex Schroeder  <alex@gnu.org>
8277         * sql.el (sql-sybase-options): New option.
8278         (sql-sybase): Use it.  Add sql-database to the list of parameters
8279         provided for login.  The options -w 2048 -n are not used any more.
8280         (sql-postgres-options): Changed default from "--pset" to "-P".
8281         (sql-mysql-options): Doc change.
8282         (sql-stop): Doc change.
8284 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
8286         * international/quail.el (quail-input-method): Always hide
8287         the guidance buffer on exiting.
8289 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
8291         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8292         isn't fboundp.
8294         * server.el (server-buffer-done): Bury the buffer before
8295         killing it.
8297         * faces.el (face-spec-set): Interpret a nil in specs for
8298         foreground and background colors as `unspecified', for
8299         compatibility with 20.x.
8301 2000-12-18  Dave Love  <fx@gnu.org>
8303         * simple.el (mail-user-agent): Doc fix.
8304         (input-mode-8-bit): Removed.
8306         * international/mule.el (set-keyboard-coding-system): Doc fix.
8307         (keyboard-coding-system): New option.
8309         * mail/sendmail.el (send-mail-function): Customize.
8311 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
8313         * international/codepage.el (cp866-decode-table): New table.
8315 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
8317         * version.el (emacs-version): Remove `%a' from the time format
8318         because the weekday doesn't fit well into each locale.
8320 2000-12-18  Miles Bader  <miles@gnu.org>
8322         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8324         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
8325         Check that emacs-major-version is `=' to 20, not `>='.
8326         (artist-replace-chars): Use `make-string' instead of a loop.
8328 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
8330         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8331         (cvs-execute-single-file): Don't change directory.
8332         Patch from Per Cederqvist.
8334 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
8336         * textmodes/ispell.el (check-ispell-version):
8337         If `ispell-program-name' is "aspell", pass it the -v switch instead
8338         of -vv.
8340 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
8342         * international/mule-diag.el (mule-diag): Insert information about
8343         configure options, multibyte awareness, language env.
8345         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8346         regexp to search for candidates.
8348 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
8350         * info.el (Info-forward-node): If the node has an
8351         Info-header-line, widen the buffer before searching for "next:"
8352         and "up:" pointers, and set the search limit to stay in the
8353         current node.
8355 2000-12-16  Miles Bader  <miles@gnu.org>
8357         * simple.el (delete-trailing-whitespace): Remove extraneous let.
8359 2000-12-15  Miles Bader  <miles@gnu.org>
8361         * comint.el (comint-send-string, comint-send-region): Also accept
8362         a buffer, buffer-name, or nil for PROCESS, for compatibility with
8363         process-send-string/region.
8365 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
8367         * isearch.el (isearch-lazy-highlight-max): New user-option.
8368         (isearch-lazy-highlight-update): Don't highlight more than
8369         isearch-lazy-highlight-max matches.
8371         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8373 2000-12-15  Richard M. Stallman  <rms@gnu.org>
8375         * sort.el (sort-columns): Fix error message.
8377         * dabbrev.el (dabbrev--last-case-pattern): Value is now
8378         `upcase' or `downcase' or nil.
8379         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8380         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8381         (dabbrev--substitute-expansion): New arg record-case-pattern.
8382         If it is non-nil, set dabbrev--last-case-pattern.
8383         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
8385         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
8387 2000-12-15  Miles Bader  <miles@gnu.org>
8389         * paths.el (Info-default-directory-list): Don't delete
8390         configure-info-directory from the list of standard info
8391         directories when appending it to the end -- their order is important.
8393         * faces.el (read-face-attribute): If there's no entry for the
8394         user's input in VALID, just use it as-is (this will often result
8395         in an error, but it may be OK for e.g. colors using hexadecimal
8396         notation, and at least will yield a better error message).
8398         * window.el (mode-line-window-height-fudge): Function removed.
8399         (height-affecting-face-attributes, mode-line-window-height-fudge):
8400         Variables removed.
8401         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
8402         window is really the right size.  Use vertical-motion
8403         rather than forward-line.
8404         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
8405         (ispell-command-loop, ispell-show-choices): Use the variable
8406         ispell-choices-win-default-height, rather than the function.
8407         (ispell-choices-win-default-height): Function removed.
8408         (ispell-mode-line-window-height-fudge): Function removed.
8410 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
8412         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
8414 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
8416         * paths.el (Info-default-directory-list):
8417         If configure-info-directory is not one of the standard directories,
8418         put it first in the list; otherwise put it last.  Doc string
8419         changed accordingly.
8421         * info.el (Info-directory-list): Change doc string to reflect the
8422         change in Info-default-directory-list.
8424         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
8425         windows-nt as windowed environments, even under -nw.
8427         * startup.el (command-line): Don't call x-backspace-delete-keys-p
8428         if not fboundp.  Switch delete-forward mode for the <delete> key
8429         on all PC platforms, even under -nw.
8431         * term/internal.el ([M-delete]): Remap to M-d.
8433 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
8435         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
8437 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
8439         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8441 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
8443         * startup.el (command-line): Call delete-key-deletes-forward-mode,
8444         if appropriate.
8446         * simple.el (delete-key-deletes-forward): New user-option.
8447         (delete-key-deletes-forward-mode): New function.
8449         * bindings.el: Bind `delete' to backward-delete-char.
8451         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
8452         Test if symbol is bound before getting its value.
8454         * tooltip.el (tooltip-show): If an error is signaled in
8455         x-show-tip, display that error, and display the help in the
8456         echo area.
8458 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
8460         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
8461         Show "... entries" messages for every 10000 entries, not 10.
8463 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
8465         * bookmark.el: Provide a generic exit hook, as suggested by
8466         Ovidiu Predescu <ovidiu@cup.hp.com>:
8467         (bookmark-exit-hook): New var.
8468         (bookmark-exit-hook-internal): New func, replaces
8469         old raw lambda form in `kill-emacs-hook', and runs new
8470         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
8471         as logically that feature must have been provided if this function
8472         is running.
8473         Removed ;;;###autoload before the `add-hook' call.
8475 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
8477         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
8478         (easy-menu-current-active-maps): New function.
8479         (easy-menu-get-map): Use it.
8480         Make a proper menu entry when creating a new keymap.
8482 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
8484         * international/characters.el: Fix cases and syntaxes for
8485         mule-unicode-0100-24ff.
8487         * dired.el (dired-move-to-filename-regexp): Fixed for the case
8488         that a Japanese character is not appended after day and year.
8490         * info.el (Info-suffix-list): Change format for a command that
8491         requires arguments.
8492         (info-insert-file-contents): Adjusted for the above change.
8494 2000-12-12  Andreas Schwab  <schwab@suse.de>
8496         * tar-mode.el (tar-extract): Base the name of the subfile buffer
8497         on the name of the tar buffer.  Verify that the existing buffer is
8498         visiting the same subfile.
8500 2000-12-12  Dave Love  <fx@gnu.org>
8502         * subdirs.el: Add obsolete.
8504 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
8506         * mail/rmailsum.el (rmail-summary-expunge)
8507         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
8508         instead of rmail-confirm-expunge.
8510         * replace.el (perform-replace): Don't use an empty match adjacent
8511         to a non-empty match when computing the next match before the
8512         replacement is performed.
8514 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
8516         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
8517         definition (patch by Stefan Monnier).
8518         (glasses-mode): Use jit-lock instead of `after-change-functions'
8519         (patch by Stefan Monnier).
8521 2000-12-12  Miles Bader  <miles@gnu.org>
8523         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
8524         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
8526 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
8528         * term/mac-win.el: Remove load for ls-lisp.
8530         * loadup.el: Load ls-lisp for system-type `macos'.
8532 2000-12-12  Miles Bader  <miles@gnu.org>
8534         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
8535         Respect field end too.
8536         (just-one-space): Respect fields as `delete-horizontal-space'.
8537         (newline-and-indent, reindent-then-newline-and-indent):
8538         Use `delete-horizontal-space'.
8540 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
8542         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
8543         (so as to obey the field property in the minibuffer).
8545         * obsolete/c-mode.el: Moved from lisp/progmodes.
8546         * obsolete/auto-show.el: Moved from lisp.
8547         * obsolete/ooutline.el: Moved from lisp/textmodes.
8549 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
8551         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
8552         changes to list them here.
8554         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
8555         Too many changes to list them here.
8557         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
8558         Too many changes to list them here.
8560         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
8562 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
8564         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
8566         * cus-edit.el (custom-save-variables, custom-save-faces):
8567         Comment fix.
8569         * hscroll.el: Moved to `obsolete' subdir.
8571 2000-12-11  Miles Bader  <miles@gnu.org>
8573         * window.el (window-text-height): Function removed (now in C).
8575 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
8577         * log-edit.el (log-edit-parent-buffer): New var.
8578         (log-edit): Set it.  Add BUFFER argument.
8579         (log-edit-done): Use char-before.
8580         Don't bother checking validity of vc-comment-ring.
8581         Only bury the buffer if log-edit popped it up.
8583         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
8584         (cvs-mode-diff-help): Remove.
8585         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
8586         (cvs-mode-marked): Set up the default for CMD manually.
8588         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
8589         Remove binding for ? now made unnecessary.
8591 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
8593         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
8594         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
8596         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
8597         when master file is not open.
8599 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
8601         * progmodes/ada-stmt.el: Update `maintainer'.
8603 2000-12-09  Stephen Gildea  <gildea@stop.mail-abuse.org>
8605         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
8606         choices to match documentation string.
8608 2000-12-09  Miles Bader  <miles@gnu.org>
8610         * minibuf-eldef.el: New file.
8612         * window.el (fit-window-to-buffer): Don't pass last argument to
8613         pos-visible-in-window-p, now that its meaning is inverted.
8615 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
8617         * image.el (create-image): Doc fix; spotted by Per Cederqvist
8618         <ceder@lysator.liu.se>.
8620 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
8622         * autoinsert.el (auto-insert-alist): Add missing final \n.
8624         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
8625         (cvs-menu-map): Remove.
8626         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
8627         (cvs-mode-quit): Turn it back into a plain function.
8629         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
8630         (texinfo-filter): Remove (move to texinfo.el).
8632         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
8633         file where it's more visible.
8634         (texinfo-filter, texinfo-chapter-level-regexp): New variables
8635         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
8636         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
8637         (texinfo-inside-macro-p): Only catch `scan-error's.
8638         (texinfo-inside-env-p): Make better use of the match info.
8639         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
8640         (texinfo-insert-@end): Slight re-organization.
8641         Also remove useless `looking-at' call.
8643 2000-12-08  Andrew Innes  <andrewi@gnu.org>
8645         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
8646         accessible in -nw mode.
8648         * term/w32-win.el: Remove stuff about selection timeout, which is
8649         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
8650         it is accessible in -nw mode.
8652 2000-12-08  Dave Love  <fx@gnu.org>
8654         * emacs-lisp/lisp-mode.el (lisp-mode):
8655         Set font-lock-keywords-case-fold-search.
8657 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
8659         * textmodes/ispell.el (ispell): Doc fix.
8661 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
8663         * international/quail.el (quail-insert-decode-map): Check the
8664         frame width of a window displaying the current buffer, not that of
8665         the selected frame.
8666         (quail-help): Make sure that the help buffer has window before
8667         inserting text in it.
8669 2000-12-07  Sam Steingold  <sds@gnu.org>
8671         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
8672         Backquote is used in isearch.el, so autoloading saves nothing.
8674 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
8676         * startup.el (normal-top-level-add-subdirs-to-load-path):
8677         Ignore the CVS and RCS subdirectories case-insensitively.
8679         * dired.el (dired-insert-directory): If file-system-info is
8680         fboundp, call it instead of invoking dired-free-space-program.
8682 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
8684         * server.el (server-visit-files): Push files on file-name-history.
8686         * progmodes/cc-langs.el: Update copyright.
8688         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
8690         * bindings.el (mode-line-mode-menu): Add glasses-mode.
8692         * bindings.el (mode-line-mode-menu): Reverse the order
8693         of define-keys so that the menu appears in alphabetical order.
8695 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
8697         * progmodes/glasses.el (glasses-mode): Update mode line at the end
8698         of the function.
8700 2000-12-07  Dave Love  <fx@gnu.org>
8702         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
8704         * facemenu.el (facemenu-unlisted-faces): Fix value.
8706 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
8708         * font-lock.el (font-lock-default-fontify-region):
8709         Include the terminating \n (off-by-one error).
8710         (font-lock-set-defaults): Use dolist.
8712         * derived.el (define-derived-mode): Don't use combine-run-hooks.
8714 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
8716         * international/mule-cmds.el (describe-language-environment):
8717         Fix for the case that an input method title is not string but a list.
8719         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
8720         of wrong SIZE record.
8722 2000-12-06  Dave Love  <fx@gnu.org>
8724         * newcomment.el (comment-region, comment-dwim): Doc fix.
8726         * textmodes/texinfo.el: Require tex-mode when compiling.
8727         (texinfo-update-node): Doc fix.
8728         (texinfo-imenu-generic-expression): Add @anchor.
8729         (texinfo-font-lock-keywords): Add @uref.
8730         (texinfo-inside-macro-p): Don't use ignore-errors.
8731         (texinfo-insert-quote): Match more contexts.
8733         * international/mule.el (decode-char, encode-char): Doc fix.
8734         (auto-coding-alist): Customize.
8736         * files.el (load-file): Fix change of 2000-03-12.
8738         * wid-edit.el (widget-text-keymap): Doc fix.
8740 2000-12-06  Andrew Innes  <andrewi@gnu.org>
8742         * makefile.w32-in (lisp): Set to an absolute directory, namely
8743         $(CURDIR).
8745 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
8747         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
8748         read generated-autoload-file, and set buffer-file-coding-system to
8749         raw-text-unix after reading the file.
8751         * international/mule-conf.el (file-coding-system-alist):
8752         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
8754 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
8756         * replace.el (occur): Make line-number-width 1 smaller for the
8757         colon following the line number.
8759         * startup.el (fancy-splash-text, command-line-1):
8760         Use `File' for the menu name instead of `Files'.
8762         * tmm.el: Update copyright.
8764         * cus-start.el: Add entry for even-window-heights.
8766 2000-12-06  Miles Bader  <miles@gnu.org>
8768         * faces.el (frame-set-background-mode): Avoid stomping on
8769         locally modified faces.
8771 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
8773         * international/fontset.el: Correct the font registries for
8774         japanese-jisx0213-1 and japanese-jisx0213-2.
8776 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
8778         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
8780         * iswitchb.el: Update customization commentary.
8782 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
8784         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
8785         (tpu-search-highlight): Fixed comparison of overlay end positions.
8786         (tpu-trim-line-ends): Implemented trimming logic locally.
8788         * emulation/tpu-extras.el (tpu-write-file-hook)
8789         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
8791 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
8793         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
8794         to cn-gb.
8795         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
8797 2000-12-04  Dave Love  <fx@gnu.org>
8799         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
8801 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
8803         * mail/rmailsum.el (rmail-summary-expunge)
8804         (rmail-summary-expunge-and-save): Ask for confirmation with
8805         rmail-expunge-confirmed.
8807         * mail/rmail.el (rmail-expunge-confirmed): New function.
8808         (rmail-expunge): Use it.
8810 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
8812         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
8813         (etags-recognize-tags-table, find-tag-in-order):
8814         New functionality: interpret file names as tags.
8816 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
8818         * info.el (Info-scroll-prefer-subnodes): New defcustom.
8819         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
8820         the first subnode until the bottom of the current node is visible.
8822 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
8824         * format.el (format-decode): Don't change buffer's undo list.
8826 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
8828         * faces.el (face-font-registry-alternatives): Add entries for CJK
8829         fonts.  Doc-string adjusted for the actual usage of this data.
8831         * international/fontset.el: Change the font registries for CJK
8832         fonts in the default fontset.  Don't append '*' to registries.
8834 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
8836         * emacs-lisp/easy-mmode.el (define-derived-mode)
8837         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
8839         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
8840         (derived-mode-p): New function.
8841         (derived-mode-make-docstring): Add `docstring' argument.
8842         Use it if available and complete it if necessary.
8844 2000-12-03  Andreas Schwab  <schwab@suse.de>
8846         * type-break.el (type-break): Don't make parent of itself.
8848 2000-12-03  Miles Bader  <miles@gnu.org>
8850         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
8852 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
8854         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
8855         (tex-main-file, tex-file): Simplify.
8856         (tex-generate-zap-file-name): Use subst-char-in-string.
8857         (tex-strip-dots): Remove.
8859         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
8861         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
8862         to check if the match succeeded.
8864 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
8866         * startup.el (use-fancy-splash-screens-p): New function.
8867         (command-line-1): Use it to determine whether or not to use
8868         a fancy splash screen.
8870 2000-12-02  Andreas Schwab  <schwab@suse.de>
8872         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
8874 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
8876         * international/mule.el (make-char): Fix last change.
8878         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8879         New defcustoms.
8880         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
8881         autoloading tex-mode; instead, do the same manually.
8882         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
8883         with numeric argument.  Docstring fix.
8884         (toplevel): Require cl when compiling.
8886         * international/mule.el (make-char): Doc fix.
8888 2000-12-02  Jason Rumney  <jasonr@gnu.org>
8890         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
8891         the Emacs Lisp manual)
8893 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
8895         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8897         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
8898         the Emacs Lisp manual).
8900 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
8902         * simple.el (next-line-add-newlines): Change default to nil.
8904 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
8906         * files.el (revert-buffer, recover-file):
8907         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
8909 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
8911         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8913 2000-12-01  Miles Bader  <miles@gnu.org>
8915         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
8917 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
8919         * international/mule-diag.el (describe-char-after): Fix typo.
8920         (describe-character-set, non-iso-charset-alist): Fix typo.
8922 2000-12-01  Miles Bader  <miles@gnu.org>
8924         * image-file.el (image-file-name-regexp): Automatically add
8925         upper-case variants of each filename extension in
8926         `image-file-name-extensions', since they seem to be common.
8928         * simple.el (minibuffer-contents)
8929         (minibuffer-contents-no-properties, delete-minibuffer-contents):
8930         New functions.
8931         * filecache.el (file-cache-directory-name)
8932         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
8934 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
8936         * filecache.el (file-cache-minibuffer-complete): Don't try to
8937         delete the minibuffer prompt.
8939 2000-11-30  Dave Love  <fx@gnu.org>
8941         * cus-start.el: Fix read-buffer-function type.
8943 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
8945         * md5.el: Removed.  There's a built-in function, now.
8947 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
8949         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
8950         as dummy 0-th char of rmail-deleted-vector.
8952 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
8954         * ps-print.el (ps-end-job): Bind case-fold-search only after
8955         switching to ps-spool-buffer.
8957 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8959         * ps-print.el: Line number font customization.  PostScript: Lines and
8960         PageCount are initialized on each page.  Doc Fix.
8961         (ps-print-version): New version number (6.3.2).
8962         (ps-lpr-switches, ps-font-info-database, ps-font-size)
8963         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
8964         (ps-right-header): Customization fix.
8965         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
8966         Fix code.
8967         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
8968         New vars.
8970 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
8972         * bs.el: Fix typos and spelling errors.
8973         (bs-appearance) <defgroup>: Renamed from bs-appearence.
8974         (bs-configuration): Doc fix.
8976         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
8978 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
8980         * emulation/tpu-edt.el (tpu-version): New version.
8981         (tpu-search-overlay, tpu-replace-overlay): New initial range.
8982         (tpu-original-mode-line): Variable deleted.
8983         (tpu-mark-flag): New initial value.
8984         (tpu-set-mode-line): Don't redefine mode-line-format.
8985         Add tpu-mark-flag to minor-mode-alist.
8986         (tpu-update-mode-line): New mark flag logic.
8987         (tpu-get): Use find-file-wildcards.
8988         (tpu-search-highlight): Move overlay less, reset overlay properly.
8989         (tpu-unselect): Deactivate mark.
8990         (tpu-lm-replace): Reset overlay properly.
8991         (tpu-forward-line): Use forward-visible-line.
8992         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
8994         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
8996 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
8998         * cus-edit.el (custom-face-value-create): Always emphasize tag.
9000 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9002         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9003         and skip whitespace and newlines.
9005 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
9007         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9009 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
9011         * help.el (describe-function-1): Regexp-quote function name
9012         when used as part of a regexp.
9014         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9015         Use face-attribute instead of face-foreground and face-background.
9016         (tool-bar-add-item): Likewise, and handle unspecified colors.
9018         * enriched.el (enriched-face-ans): Use face-attribute instead
9019         of face-foreground and face-background.
9021         * faces.el (face-foreground, face-background, face-stipple):
9022         Return nil if attribute is unspecified, for backward compatibility.
9024         * files.el (auto-mode-alist): Add an entry for antlr-mode.
9026         * play/5x5.el: Remove version info.
9028         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9030         * frame.el (blink-cursor-mode): Doc fix.
9032 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
9034         * antlr-mode.el: New commands to run ANTLR from within Emacs and
9035         to create Makefile rules.
9036         (antlr-tool-command): New user option.
9037         (antlr-ask-about-save): New user option.
9038         (antlr-makefile-specification): New user option.
9039         (antlr-file-formats-alist): New variable.
9040         (antlr-special-file-formats): New variable.
9041         (antlr-unknown-file-formats): New user option.
9042         (antlr-help-unknown-file-text): New variable.
9043         (antlr-help-rules-intro): New variable.
9044         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9045         (antlr-mode-menu): Add entries.
9046         (antlr-file-dependencies): New function.
9047         (antlr-directory-dependencies): New function.
9048         (antlr-superclasses-glibs): New function.
9049         (antlr-run-tool): New command.
9050         (antlr-makefile-insert-variable): New function.
9051         (antlr-insert-makefile-rules): New function.
9052         (antlr-show-makefile-rules): New command.
9054         * antlr-mode.el: More Emacs/XEmacs stuff.
9055         (antlr-no-action-keywords): New constant with value nil.
9056         (antlr-font-lock-keywords-alist): Use it.  Old value would break
9057         syntax highlighting in Emacs-21.0.
9058         (antlr-default-directory): Emacs/XEmacs dependend function.
9059         (antlr-read-shell-command): Ditto.
9060         (antlr-with-displaying-help-buffer): Ditto.
9062 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
9064         * antlr-mode.el: imenu, parsing and highlighting changes.
9065         (antlr-imenu-create-index-function): Don't create extra submenus
9066         for definitions in different grammar classes.  It is not necessary
9067         for the menu and would make command `imenu' awkward to use.
9068         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9069         header actions and more than one.
9070         (antlr-font-lock-tokendef-face): Changed color.
9071         (antlr-font-lock-tokenref-face): Changed color.
9072         (antlr-font-lock-additional-keywords): Also highlight lowercase.
9073         (antlr-mode-syntax-table): New variable.
9074         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9075         (antlr-with-syntax-table): Don't copy syntax table.
9077 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
9079         * antlr-mode.el: Minor changes: language setting.
9080         (antlr-language-alist): The value for file option "language" can
9081         be both an identifier and a string.
9082         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9083         (antlr-language-limit-n-regexp): Change accordingly.
9085 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
9087         * antlr-mode.el: Minor changes: tabs, hiding.
9088         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9089         (antlr-action-visibility): Also allow value nil to also hide the
9090         braces.  Renamed from `antlr-tiny-action-length'.
9091         Suggested by Jay@aol.com.
9092         (antlr-hide-actions): Change accordingly.  Hide line if completely
9093         hidden action is on a line of its own.
9095 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
9097         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9099         * sort.el (sort-columns): Don't concat strings with numbers.
9101 2000-11-29  Dave Love  <fx@gnu.org>
9103         * cus-edit.el (face): Fix :format.
9105         * mail/feedmail.el: Require smtpmail when compiling.
9106         (mail-do-fcc): Autoload.
9107         (feedmail) <defgroup>: Fix :link.
9108         (feedmail-nuke-body-in-fcc): Fix :type.
9109         (feedmail-send-it): Add autoload cookie.
9111 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
9113         * newcomment.el (comment-indent): Save excursion around call to
9114         comment-indent-function.
9116 2000-11-29  Miles Bader  <miles@gnu.org>
9118         * subr.el (member-ignore-case): Return the tail of the list who's
9119         car matches, like `member', not the matching element itself.
9121 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
9123         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
9124         should not contain `\n'.
9126 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
9128         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9130         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9132         * dired-aux.el (dired-do-create-files): Construct default file
9133         name for dired-mark-read-file-name so that when the user enters
9134         just RET, the target file will end up in the target directory.
9136         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9137         local-abbrev-table before changing buffers because it might
9138         have a buffer-local binding.
9140 2000-11-28  Miles Bader  <miles@gnu.org>
9142         * simple.el (delete-horizontal-space): Handle fields more generally.
9144 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
9146         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9148 2000-11-28  Dave Love  <fx@gnu.org>
9150         * progmodes/ps-mode.el (ps-mode): Set comment-start and
9151         comment-start-skip locally.
9153         * progmodes/fortran.el (fortran-mode): Don't set
9154         fortran-comment-line-start-skip.  Set comment-start to
9155         fortran-comment-line-start.
9156         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9157         (fortran-comment-line-start-skip): Simplify slightly.
9159 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
9161         * play/5x5.el: Remove RCS keyword.
9163         * bs.el: Mistaken commit, undone 2000-11-30.
9165 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
9167         * textmodes/tildify.el (tildify-string-alist):
9168         Add `plain-tex-mode' here.
9170 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
9172         * chistory.el (Command-history-setup): Remove extraneous `keymap'
9173         reference.
9175 2000-11-28  Miles Bader  <miles@gnu.org>
9177         * cus-face.el (custom-face-attributes): Add post-filter function
9178         for :box.  Make pre-filter function for :box handle all cases.
9180         * wid-edit.el (widget-choose): Make sure pop-up window is large
9181         enough to display all the choices, as there's no way to scroll it.
9183 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
9185         * international/mule-conf.el: Make the coding system no-conversion
9186         safe for all characters.
9188 2000-11-27  Dave Love  <fx@gnu.org>
9190         * net/ldap.el (ldap) <defgroup>: Add :version.
9192         * tooltip.el (tooltip-use-echo-area): Doc fix.
9194         * cus-start.el <minibuffer-prompt-properties>: Add version.
9195         <read-buffer-function>: Add.
9197         * apropos.el (apropos-print): Add help-echo to active text.
9199         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9201 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
9203         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9204         type, group and version.
9206 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
9208         * select.el (x-get-selection): Docstring fix.
9210 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
9212         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9214 2000-11-27  Andrew Innes  <andrewi@gnu.org>
9216         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9218         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9220 2000-11-27  Miles Bader  <miles@gnu.org>
9222         * dired.el (dired-get-filename): Return filename verbatim if
9223         LOCALP is `verbatim'.
9224         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9225         `verbatim' so that we don't inadvertently delete a non-existant
9226         directory name.
9228 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
9230         * international/characters.el: Specify cases and syntaxes for
9231         mule-unicode-0100-24ff.
9233 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
9235         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9236         that foreground and/or background colors of the face `tool-bar'
9237         are unspecified.
9239 2000-11-27  Miles Bader  <miles@gnu.org>
9241         * wid-edit.el (widget-field-buffer, widget-field-start)
9242         (widget-field-end): Handle widget field `pseudo-overlays'.
9243         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9244         if it's there instead of in `widget-field-list'.
9246         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9247         (help-make-xrefs): Delete extraneous newlines at the end of the
9248         docstring.
9250 2000-11-25  Jason Rumney  <jasonr@gnu.org>
9252         * startup.el (command-line): Call set-locale-environment after
9253         Window System init file is read, as it can result in a call to
9254         redraw-frame.
9256 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
9258         * simple.el (shell-command): Mention the effect of the prefix
9259         argument in the doc string.
9261 2000-11-25  Miles Bader  <miles@gnu.org>
9263         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9265         * wid-edit.el (widget-field-value-delete): Don't try to delete
9266         overlay when it's the `pseudo-overlay' that exists at some points.
9268 2000-11-24  Jason Rumney  <jasonr@gnu.org>
9270         * international/mule-cmds.el (locale-language-names): Add "jp" as
9271         a non-standard alternative for Japanese.
9273 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
9275         * vc-hooks.el: Require 'cl during compilation.
9277 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
9279         * faces.el (face-set-after-frame-default): Let face attributes
9280         specified for new frames override frame parameters.
9282         * startup.el (command-line): Fix computation of the source file
9283         for user-init-file when user-init-file is a compiled file.
9285 2000-11-24  Miles Bader  <miles@gnu.org>
9287         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9288         (custom-post-filter-face-spec): New functions.
9289         (custom-face-set, custom-face-value-create): Filter the face spec
9290         before and after customization.
9291         (custom-face-set): If VALUE specifies a null face, pass a
9292         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9293         * cus-face.el (custom-face-attributes): Remove SET and GET
9294         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
9295         cases they're needed.
9297         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9298         that it's distinguishable from the :off-glyph on dark-background
9299         displays.  Set its background color too.
9301         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9302         so that people can easily turn it off.
9304 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
9306         * ediff-diff.el: Moved variables around to have it compile under NT.
9308         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9310         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9312         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9313         redundant skip-small-frames test.
9315         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9316         (viper-downgrade-to-insert): Protect against errors in hooks.
9318         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9319         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9320         (viper-restore-cursor-type,viper-set-insert-cursor-type):
9321         New functions.
9323         * viper-util.el (viper-memq-char): Bug fixes.
9325         * viper.el (viper-mode): Fix cursor handling.
9327 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
9329         * international/mule-diag.el (list-iso-charset-chars):
9330         For two-byte charset, fix the `while' condition.
9331         (list-non-iso-charset-chars): Fix the `while' condition.
9333 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
9335         * subr.el (add-hook, remove-hook): Don't call make-local-hook
9336         if the variable is make-variable-buffer-local.
9338         * progmodes/ada-stmt.el (ada-template-map):
9339         Initialize and bind it to C-c t in ada-mode-map.
9340         (ada-stmt-mode-hook): New function extracted from old code.
9341         Only change the buffer-local side of skeleton-*.
9342         (ada-mode-hook): Use it.
9344 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
9346         * iswitchb.el (iswitchb-minibuf-depth): New variable.
9347         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9348         we expect to be returned by minibuffer-depth once we prompt the
9349         user in the minibuffer.
9350         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9351         as recorded in iswitchb-minibuf-depth, return non-nil.
9353 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
9355         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9356         (hscroll-window-maybe): Docstring fix.
9358 2000-11-23  Dave Love  <fx@gnu.org>
9360         * rect.el (string-rectangle): Don't test delete-selection-mode.
9362 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
9364         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9365         is in the tool bar.
9367         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
9368         with `no-dir'; we want the directory part to be able to remove it.
9370 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
9372         * textmodes/outline.el (outline-flag-region):
9373         Don't bind inhibit-read-only since we don't modify the buffer.
9374         (outline-isearch-open-invisible): Don't jump to overlay-start
9375         since we're trying to unhide text around point.
9376         (outline-discard-overlays): Use dolist.
9378         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9380 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
9382         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
9384 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
9386         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
9387         Fix ARG regexp to skip quoted braces.
9388         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
9389         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
9390         are (correctly) handled separately).
9391         Remove `caption' and `footnote' from `citations': they contain text.
9392         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
9393         (latex-skeleton-end-hook): New function.
9394         (latex-mode): Use it.
9395         (tex-start-tex-marker): Remove.
9396         (tex-send-tex-command): Don't set tex-start-tex-marker.
9397         (tex-error-parse-syntax-table): New var.
9398         (tex-compilation-parse-errors): Use it.
9399         Ignore tex-start-tex-marker.  Don't bother with marker-position.
9400         (tex-validate-buffer): Don't bother with marker-position.
9402         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
9403         (flyspell-generic-progmode-verify): Use it.
9405 2000-11-22  Sam Steingold  <sds@gnu.org>
9407         * simple.el (delete-trailing-whitespace): New interactive function.
9409         * progmodes/ada-mode.el (ada-mode): Use it instead of
9410         `ada-remove-trailing-spaces'.
9411         (ada-remove-trailing-spaces): Removed.
9413         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
9415         * textmodes/picture.el (picture-clean): Removed.
9416         (picture-mode-exit): Call it instead of `picture-clean'.
9418 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
9420         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9422         * hi-lock.el (hi-lock-refontify): Don't call non-existent
9423         jit-lock-fontify-buffer; it should anyway be unneccessary to
9424         do anything special when jit-lock is active.
9425         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
9427 2000-11-22  Dave Love  <fx@gnu.org>
9429         * calendar/todo-mode.el (todo-top-priorities): Use
9430         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
9432         * language/chinese.el, language/cyrillic.el:
9433         * language/devanagari.el, language/ethiopic.el, language/greek.el:
9434         * language/hebrew.el, language/indian.el, language/japanese.el:
9435         * language/korean.el, language/lao.el, language/misc-lang.el:
9436         * language/thai.el, language/tibetan.el, language/vietnamese.el:
9437         Use provide.
9439         * cus-edit.el (custom-buffer-create-internal): Save some consing.
9440         (custom-variable-set): Improve validation error mesage.
9442         * rect.el (string-rectangle): Revert last change.
9443         (string-rectangle-line): New arg DELETE.
9444         (string-rectangle): Check delete-selection-mode.
9446         * emacs-lisp/edebug.el (edebug-version)
9447         (edebug-maintainer-address): Deleted.
9448         (edebug-submit-bug-report): Just alias to report-emacs-bug.
9449         (edebug-read-function): Account for other `'#' read forms.
9450         (edebug-mode-menus): Make some items toggles.
9451         (edebug-outside-unread-command-event, unread-command-event):
9452         Remove these to avoid warnings.
9454 2000-11-22  David Ponce  <david@dponce.com>
9456         * recentf.el (recentf-menu-items-for-commands)
9457         (recentf-make-menu-items, recentf-make-menu-item)
9458         (recentf-filter-changer): Added :help and :active menu-item properties.
9460         (recentf-build-dir-rules, recentf-dump-variable)
9461         (recentf-edit-list, recentf-open-files-item)
9462         (recentf-open-files): Replaced unnecessary `mapcar' with new
9463         built-in `mapc'.
9465 2000-11-23  Miles Bader  <miles@gnu.org>
9467         * faces.el (menu): Make inverse-video on ttys too.
9469 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
9471         * simple.el (comment-line-break-function): Use the new name
9472         indent-new-comment-line -> comment-indent-new-line.
9473         (clone-indirect-buffer): Don't ignore NORECORD.
9474         (next-completion): Properly handle the case where items are adjacent.
9476         * mouse.el (popup-menu): Stupid typo.
9478 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
9480         * emacs-lisp/authors.el: Remove autoload cookies, add author,
9481         maintainer, keywords tags.
9483         * rect.el (replace-rectangle): Don't call string-rectangle-line
9484         with too many arguments.
9486 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
9488         * ediff-util.el (ediff-file-checked-out-p)
9489         (ediff-file-checked-in-p): Call vc-state instead of
9490         vc-locking-user, which no longer exists.
9492         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
9494 2000-11-22  Dave Love  <fx@gnu.org>
9496         * md5.el (md5): Provide.
9497         (md5): Fix error call.
9499 2000-11-22  Miles Bader  <miles@gnu.org>
9501         * textmodes/refill.el (refill-adjust-ignorable-overlay)
9502         (refill-fill-paragraph-at): Remove debugging code.
9504         * calendar/calendar.el (generate-calendar-window): When we don't
9505         call `fit-window-to-buffer', make sure the top line is fully visible.
9507         * image-file.el (insert-image-file): Don't make `read-only'
9508         property rear-nonsticky.
9510         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
9511         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
9512         stashing away its original value.
9513         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
9514         in the recursive edit.
9515         Bind `isearch-original-minibuffer-message-timeout' to protect it.
9516         (isearch-done): Restore `minibuffer-message-timeout'.
9518         * cus-start.el: Remove entry for `mode-line-inverse-video'.
9520 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
9522         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
9524         * find-lisp.el (find-lisp-find-files-internal):
9525         Use dolist, when and file-name-as-directory.
9527         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
9528         (define-derived-mode, define-minor-mode): Add specs.
9530         * window.el: General comment and spacing fixes.
9531         (save-selected-window): Use backquotes.
9532         (window-safely-shrinkable-p): New function.
9533         (shrink-window-if-larger-than-buffer): Use it.
9535         * subr.el (make-local-hook): Docstring fix.
9537         * shell.el (shell-mode): Use define-derived-mode.
9539         * newcomment.el (comment-indent): Insert comment before calling
9540         comment-indent-function.  Don't insert in column 0.
9541         (comment-dwim): Indent before inserting comment.
9543         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
9544         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
9545         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
9546         Use mapc rather than map.
9548         * files.el (find-buffer-visiting): Compare all attributes before
9549         declaring two files identical (rather than just their inode-no).
9550         (auto-mode-alist): Use \' rather than $.
9552         * which-func.el: Update maintainer line.
9554         * pcvs.el (uniquify-buffer-file-name): Remove advice.
9555         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
9556         (uniquify-buffer-file-name): Use it.
9558 2000-11-22  Miles Bader  <miles@gnu.org>
9560         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
9561         * simple.el (minibuffer-avoid-prompt): New function.
9563 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
9565         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
9567 2000-11-21  Miles Bader  <miles@gnu.org>
9569         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
9570         inclusion of `track-mouse'.
9572         * textmodes/refill.el (refill-ignorable-overlay): New variable.
9573         (refill-adjust-ignorable-overlay): New function.
9574         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
9575         only the paragraph's tail if possible.
9576         Update `refill-ignorable-overlay'.
9577         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
9579         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9580         point inside the fill-prefix.
9582         * textmodes/refill.el (refill-post-command-function): Don't reset
9583         refill-doit in the case where a self-insertion command doesn't
9584         case a refill.  Use `refill-fill-paragraph-at', getting position
9585         from `refill-doit'.
9586         (refill-after-change-function): Set `refill-doit' to END.
9587         (refill-fill-paragraph-at): New function, mostly from old
9588         refill-fill-paragraph.
9589         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
9590         (refill-pre-command-function): New function.
9591         (refill-mode): Add it to `pre-command-hook'.
9593 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
9595         * textmodes/artist.el (artist-mode): Fix autoload cookie.
9597         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
9598         javadoc tags.
9600 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
9602         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
9603         vc.el).
9605         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
9606         require vc.
9608         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
9609         checkouts.
9611 2000-11-20  Dave Love  <fx@gnu.org>
9613         * Makefile.in (DONTCOMPILE): Omit bindings.el.
9615 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
9617         * calculator.el (calculator-paste): Use `if' instead of `and'
9618         and `or'.
9619         (calculator-help): Don't use electric-describe-mode for XEmacs.
9621 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
9623         * info.el (info-menu-5): Doc fix.
9625         * textmodes/artist.el: New file.
9627 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
9629         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
9630         and differentiate according to checkout model.
9631         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
9632         since this function is only concerned with master state.
9634         * vc-hooks.el (vc-workfile-unchanged-p)
9635         (vc-default-workfile-unchanged-p): Moved here from vc.el.
9637         * vc.el (vc-workfile-unchanged-p)
9638         (vc-default-workfile-unchanged-p): See above.
9640 2000-11-19  Miles Bader  <miles@gnu.org>
9642         * image-file.el (insert-image-file): Make `intangible' and
9643         `read-only' properties rear-nonsticky too.
9645 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
9647         * ps-print.el: Update copyright notice.
9649         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
9650         (tooltip-show): Use the offsets.
9652         * bindings.el (mode-line-modified): Fix a typo.
9653         (mode-line-toggle-modified, mode-line-widen)
9654         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
9656 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
9658         * ps-print.el (toplevel): Test for find-coding-system being
9659         fboundp before calling ps-x-find-coding-system.
9661 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
9663         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
9664         (vc-version-backup-file): Docstring fix.
9666 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
9668         * files.el (basic-save-buffer): Don't add a newline if
9669         find-file-literally is non-nil.
9670         (find-file-literally): Extend doc string.
9672         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
9673         sort(1) with the `-f' argument.
9675 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
9677         * vc.el: Updated backend documentation.
9678         (vc-default-check-headers): New function.
9680         * vc-{cvs,rcs,sccs}.el: Functions reordered.
9682         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
9683         up-to-date.
9684         (vc-do-command): In the asynchronous case, output messages only if
9685         the minibuffer is not active.
9687         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
9688         `vc-cvs-use-edit' is on.
9689         (vc-cvs-checkout): When this is used for reverting the workfile,
9690         make a backup of the original contents and revert to that in case
9691         of error.
9692         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9693         remote repositories.
9695         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
9696         for both version and ratio in the minibuffer.
9698         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
9699         Use vc-do-command to perform the annotation, not call-process.
9701 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
9703         * international/quail.el (quail-start-translation): Don't call
9704         `message' before reading key sequence.
9706 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
9708         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
9710 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
9712         * window.el (fit-window-to-buffer): Be sure to acquire at least
9713         one text line even if the buffer is empty.
9715 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
9717         * net/ange-ftp.el (ange-ftp-file-writable-p)
9718         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
9719         Bind ange-ftp-process-verbose to nil.
9721 2000-11-15  Dave Love  <fx@gnu.org>
9723         * wid-edit.el (widget-specify-field, widget-specify-button):
9724         If :help-echo is a function, set help-echo of overlay to
9725         widget-mouse-help.
9726         (widget-mouse-help): New function.
9727         (widget-echo-help): Rewritten for :help-echo functions only taking
9728         a widget arg.
9730         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
9731         Use display-graphic-p.
9732         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
9733         and that JPEG is available.
9734         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
9736         * international/mule-cmds.el (locale-charset-language-names):
9737         Match @euro.
9739 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
9741         * faces.el (face-set-after-frame-default):
9742         If `inhibit-default-face-x-resources' is bound, don't intialize the
9743         default face from X resources.
9745 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
9747         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
9748         Don't set EMACSLOADPATH.
9750 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
9752         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
9753         texinfo-insert-@url.
9754         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
9755         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
9757 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
9759         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
9760         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
9761         (checkdoc-minor-keymap): Backward compatibility.
9762         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
9763         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
9764         (checkdoc-this-string-valid-engine): Be a bit more strict
9765         to avoid matching substrings of `...' quoted vars/funs.
9766         (checkdoc-defun-info): Only look for `interactive' if alone.
9767         (debug-ignored-errors): Add "arg doesn't appear in docstring".
9769         * progmodes/compile.el (grep): `tag-default' can be nil.
9771         * newcomment.el (comment-indent): Paren typo.
9773 2000-11-14  Dave Love  <fx@gnu.org>
9775         * calculator.el: New maintainer version.
9777         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
9779         * cmuscheme.el: Doc fixes.
9780         (cmuscheme) <defgroup>: Use `scheme' as parent.
9781         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
9783         * xscheme.el (scheme-program-name): Don't define here.
9785         * progmodes/scheme.el (scheme-program-name): New variable
9786         (originally in cmuscheme).
9788 2000-11-14  Miles Bader  <miles@gnu.org>
9790         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
9791         Handle header-lines.  Don't loop forever if we can't enlarge the
9792         window anymore.  Simplify a bit.
9794 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
9796         * window.el (fit-window-to-buffer): Don't check
9797         window-text-height.  Assure that the last line is fully visible.
9799         * international/quail.el (quail-show-guidance-buf):
9800         Call fit-window-to-buffer to assure the enough height of the guidance
9801         buffer.
9802         (quail-update-guidance): Avoid making the guidance buffer shorter.
9804 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
9806         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
9807         rather than `prepend' and add an interesting comment.
9808         (tex-math-face, tex-font-lock-syntactic-face-function):
9809         New face and function to use it.
9810         (tex-define-common-keys, tex-mode-map): Use menu-item rather
9811         than `menu-enable' symbol property.
9812         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
9813         (tex-mode): Add some latex-mode commands for auto-selection.
9814         Use tex-font-lock-syntactic-face-function.
9815         (tex-insert-quote): Simplify.
9816         (tex-shell): New mode.
9817         (tex-start-shell): Use it.
9818         (tex-shell-proc, tex-shell-buf): New functions.
9819         (tex-send-command): Use it.
9820         (tex-main-file): Fix the meaning of the new arg REALFILE.
9821         (tex-send-tex-command): New function split from `tex-start-tex'.
9822         Set compilation-last-buffer and compilation-parsing-end.
9824         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
9825         when it follows non-comment text on the line.
9827         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9828         Set font-lock-defaults.
9829         (lisp-mode-shared-map): Init inside the defvar.
9830         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
9831         Use define-derived-mode.
9833 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
9835         * faces.el (header-line): Use `:box nil' for color/gs displays too.
9837 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
9839         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
9840         Don't recursively optimize body because that can lead to infinite
9841         recursion; see comment there.
9843 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
9845         * faces.el (face-spec-set-match-display): Revert the change from
9846         2000-10-24.  Add a FIXME for after v21.1.
9848 2000-11-13  Miles Bader  <miles@gnu.org>
9850         * textmodes/fill.el (skip-line-prefix): New function.
9851         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
9852         (fill-paragraph): Don't leave point inside the fill-prefix.
9853         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9854         point inside the fill-prefix.
9856 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
9858         * calendar/calendar.el (generate-calendar-window):
9859         Use `fit-window-to-buffer'.
9861 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
9863         * gud.el (gud-minor-mode): New var.
9864         (gud-symbol, gud-val): New functions.
9865         (gud-find-file): Copy gud-minor-mode to the new buffer.
9866         (gud-menu-map): Include entries for commands that are not always
9867         available, using :enable to (de)activate them.
9868         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
9869         (gud-mode-map): New map.
9870         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
9871         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
9872         Don't set up gud's menu (it's done by the minor-mode).
9873         (gud-minibuffer-local-map): New.
9874         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
9875         (gud-query-cmdline): New function.
9876         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
9877         (gud-mode): Use define-derived-mode.
9878         Don't set up gud's menu (it's done by the minor-mode).
9879         (gud-chop-words): Remove.
9880         (gud-common-init): Use split-string instead.
9881         (gud-new-keymap, gud-make-debug-menu): Eradicate.
9883         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9884         Add keyword arg :name.
9886         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
9887         (diff-count-matches, diff-split-hunk): New functions.
9888         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
9890         * pcvs-info.el (cvs-fi-conflict-face): New var.
9892         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
9893         Make it into a simple syntax-table, shared among all submodes.
9894         (sh-heredoc-face): Re-introduce.
9895         (sh-font-lock-syntactic-face-function): New function.
9896         (sh-mode): Use it.  Also use define-derived-mode.
9897         Remove old bogus setting of indent-region-function.
9898         (sh-set-shell): Don't set the syntax-table any more.
9899         (sh-mode-syntax-table) <defun>: Remove.
9901 2000-11-12  Miles Bader  <miles@gnu.org>
9903         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
9904         message if interactive.
9906 2000-11-12  Dave Love  <fx@gnu.org>
9908         * mail/feedmail.el: Fix header,
9909         (feedmail) <defgroup>: Add :link.
9911         * view.el: Use local-map property, not keymap on mode-line string.
9913         * scroll-all.el (scroll-all-mode): Customize variable.
9914         Add autoload cookie to function.
9916         * lazy-lock.el: Remove compatibility code.
9918         * finder.el (finder-known-keywords): Add `files', remove `vms'.
9919         (finder-help-echo): New variable.
9920         (finder-mouse-face-on-line): Add help-echo stuff.
9921         (finder-list-keywords, finder-list-matches): Use mapc.
9923         * faces.el (face-font-registry-alternatives): Add :version.
9925         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
9926         tags-table-list.
9928         * net/browse-url.el (browse-url-browser-function): Update :version.
9930         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
9931         (mail-mode): Use [:alnum:] in some regexps.
9933 2000-11-10  Dave Love  <fx@gnu.org>
9935         * ediff.el (ediff-regions-internal, ediff-documentation):
9936         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
9937         fundamental mode.
9939         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
9940         buffer into fundamental mode.
9941         (ediff-set-difference): Use copy-sequence if available.
9943         * ediff-ptch.el (ediff-dispatch-file-patching-job):
9944         Check ediff-patch-map non-nil.
9945         (ediff-fixup-patch-map, ediff-fixup-patch-map)
9946         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
9947         buffer into fundamental mode.
9949         * ediff-merg.el (state-or-merge): Defvar when compiling.
9951 2000-11-10  Jason Rumney  <jasonr@gnu.org>
9953         * w32-fns.el (w32-add-charset-info): New function.
9954         (w32-charset-info-alist): Use it.
9956 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
9958         * faces.el (face-font-registry-alternatives): New user-option.
9960 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
9962         * textmodes/texinfo.el (texinfo-block-default): New var.
9963         (texinfo-insert-block): Use it.  Insert a newline if needed.
9965         * textmodes/fill.el (fill-indent-according-to-mode): New var.
9966         (fill-region-as-paragraph): Use it.
9968         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
9969         (latex-mode): Tweak tex-*-(head|trail)er regexps.
9970         Tweak paragraph regexps to allow a leading [ \t]*.
9971         (tex-latex-block): Insert a newline if necessary.
9972         (latex-insert-item): Only insert a newline if necessary.
9973         (tex-guess-main-file): New function.
9974         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
9975         Set tex-main-file if TeX-master is provided.
9976         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
9978 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
9980         * startup.el (command-line): Set the default tooltip-mode
9981         to t for graphical displays which implement x-show-tip.
9983         * tooltip.el (tooltip-mode): Add a comment about startup.el
9984         setting the default value of this user-option.
9986 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
9988         * font-lock.el (font-lock-*-face) <defvar>: Move.
9989         (font-lock-defaults-alist): Mark obsolete.
9990         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
9991         (font-lock-mode): Use define-minor-mode.
9992         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
9993         (font-lock-turn-off-thing-lock): Be more explicit.
9994         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
9995         (font-lock-syntactic-face-function): New var.
9996         (font-lock-fontify-syntactically-region): Use it.
9997         (font-lock-doc-face): New.
9999         * pcvs.el (cvs-enabledp): Ignore errors.
10000         (cvs-commit-filelist): Never query.
10001         (cvs-mode-insert): Always add a terminating / in the initial prompt.
10002         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10003         (cvs-do-removal): Use cvs-partition rather than delete-if.
10004         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10005         cvs-bury-buffer.
10007         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10008         Allow `next' to jump to after the end of the last match.
10010 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
10012         * simple.el (byte-compiling-files-p): New function.
10014         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10015         if it is there.
10017         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10018         nil again.
10020         * textmodes/ispell.el (ispell-library-path): Don't call
10021         check-ispell-version when byte-compiling because that starts
10022         an ispell process, and ispell might not be installed.
10023         (toplevel): Don't set up a menu when byte-compiling.
10025         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10026         it, so that a boundp test can be used to determine if we're
10027         currently byte-compiling.
10029 2000-11-09  Dave Love  <fx@gnu.org>
10031         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10033 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10035         * ps-print.el: Patch for variable initialization when spooling.
10036         Doc fix.
10037         (ps-output-list): Fun eliminated.
10038         (ps-begin-file, ps-begin-job): Code fix.
10040 2000-11-08  Dave Love  <fx@gnu.org>
10042         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10044 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
10046         * simple.el (shell-command, display-message-or-buffer)
10047         (shell-command-on-region): Mention resize-mini-windows in the doc
10048         string.
10049         (display-message-or-buffer): Take the value of resize-mini-windows
10050         into account.
10052 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
10054         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10056         * dired.el (dired-between-files): Add `^. find' as an alternative
10057         to the regular expression, for find-dired.
10059 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
10061         * textmodes/texnfo-upd.el: Require texinfo.
10062         (defmacro, defgroup): Remove.
10063         (texinfo-section-to-generic-alist): Remove.
10064         Use texinfo-section-list instead (i.e. level is changed string->int).
10065         (texinfo-filter): New function.
10066         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10067         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10068         Use it.  And use regexp-opt.
10069         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10070         (texinfo-update-menu-region-beginning)
10071         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10072         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10073         (texinfo-update-menu-same-level-regexps): Update.
10074         (texinfo-update-node, texinfo-every-node-update)
10075         (texinfo-sequential-node-update): Remove autoload cookie.
10077         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10078         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10079         (texinfo-chapter-level-regexp): Remove.
10080         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10082 2000-11-06  Dave Love  <fx@gnu.org>
10084         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10086         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10087         Match defun*.
10089 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
10091         * composite.el (composition-function-table): Variable declaration
10092         moved to src/composite.c.
10093         (compose-chars-after): New optional arg object.
10095 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
10097         * bindings.el (mode-line-toggle-read-only)
10098         (mode-line-toggle-modified, mode-line-widen)
10099         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10100         (make-mode-line-mouse2-map): Rewritten.
10101         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10102         functions so that C-h k can show something with a doc string.
10104         * startup.el (fancy-splash-delay): Set to 10 seconds.
10105         (fancy-splash-max-time): New user-option.
10106         (fancy-splash-stop-time): New variable.
10107         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
10108         (fancy-splash-screens-1): Throw `stop-splashing' when current
10109         time is greater than fancy-splash-stop-time.
10111 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
10113         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10115         * pcvs.el (cvs-mode-marked): New arg `noquery'.
10116         Prompt user for a file rather than raising an error.
10117         (cvs-enabledp): Fix call to cvs-mode-marked.
10118         (cvs-insert-file): New function (extracted from cvs-mode-insert).
10119         (cvs-mode-insert): Use it.  Change the init prompt' value.
10120         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10122         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10123         Don't pass default arg to ewoc-locate.
10124         (ewoc-collect): Return result in the right order.
10126         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10128         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10129         (cvs-status-get-tags): Fix regexp.
10130         (cvs-status-trees, cvs-status-cvstrees):
10131         Combine after change hooks and don't sit-for.
10132         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10133         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10134         Use make-char rather than hard-coded cryptic data.
10135         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10137         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10139         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10140         (cvs-insert-strings): New function.
10142 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
10144         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10145         `mwheel-scroll-amount'.
10146         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10147         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10148         string-matching against the version string.
10150 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
10152         * language/thai.el ("Thai"): Set a lisp form that produces
10153         composed string in `sample-text' language info.
10155         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10156         composed string in `sample-text' language info.
10158         * international/mule-cmds.el (describe-language-environment):
10159         Eval `sample-text' data and insert the result.
10161         * international/mule-conf.el (compound-text): Define this coding
10162         system here.  Make x-ctext and ctext aliases of it.
10164         * language/european.el (compound-text, ctext): Moved to
10165         international/mule-conf.el.
10167 2000-11-05  Andrew Innes  <andrewi@gnu.org>
10169         * w32-fns.el (w32-version): New function.
10171 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
10173         * progmodes/awk-mode.el: Update copyright.
10174         (awk-mode-abbrev-table): Remove.
10175         (awk-font-lock-keywords): Use regexp-opt.
10176         (awk-mode): Use define-derived-mode.
10178         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10179         when extracting a suffix.
10181 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
10183         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
10184         auto-save-mode.
10186 2000-11-04  Jason Rumney  <jasonr@gnu.org>
10188         * language/european.el (decode-mac-roman): Test against r1 not r0.
10190 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10192         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10193         (icon-mode): Define indent-line-function.
10194         (icon-comment-indent): Simplify.
10195         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10197         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10199         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10200         Bind change-log-default-mode to defeat the caching done on it.
10201         Don't bother saving excursion any more.
10203         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10205         * frame.el (after-setting-font-hook): Rename hooks -> hook.
10206         (set-frame-font): Use the new name (and the old for compatibility).
10208         * toolbar/tool-bar.el (tool-bar-mode):
10209         * time.el (display-time-mode):
10210         * recentf.el (recentf-mode):
10211         * paren.el (show-paren-mode):
10212         * mwheel.el (mouse-wheel-mode):
10213         * msb.el (msb-mode):
10214         * jka-compr.el (auto-compression-mode):
10215         * image-file.el (auto-image-file-mode):
10216         * hl-line.el (hl-line-mode):
10217         * delsel.el (delete-selection-mode):
10218         * autoinsert.el (auto-insert-mode):
10219         * complete.el (partial-completion-mode): Drop unneeded positional args.
10221         * info.el (Info-mode):
10222         * comint.el (comint-mode): Don't bother with make-local-hook.
10224         * log-edit.el (log-edit-menu): New menu.
10226 2000-11-03  Miles Bader  <miles@gnu.org>
10228         * wid-edit.el (widget-end-of-line): Reinstate, with a new
10229         definition, so that trailing spaces are handled properly.
10230         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10232 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
10234         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10235         tab character.
10236         (fancy-splash-screens): Set tab-width to 20.
10238 2000-11-03  Dave Love  <fx@gnu.org>
10240         * comint.el (comint-completion-addsuffix): Fix custom type.
10242 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
10244         * font-lock.el (font-lock-buffers): Remove.
10245         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10246         (font-lock-change-major-mode): Remove.
10247         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10248         (font-lock-default-fontify-region): Extend the multiline
10249         fontification to whole lines.
10250         (font-lock-fontify-anchored-keywords)
10251         (font-lock-fontify-keywords-region): If matching just one
10252         line (with \n) only mark the \n as multiline.
10254         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10255         Correctly handle the case where several :group args are supplied.
10256         Allow :extra-args.
10257         (easy-mmode-define-global-mode): Allow :extra-args.
10258         Correctly handle the case where several :group args are supplied.
10260 2000-11-02  Miles Bader  <miles@gnu.org>
10262         * calendar/calendar.el (diary-face, calendar-today-face)
10263         (holiday-face): Remove dependency on `window-system'.
10265 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
10267         * Makefile.in (emacs): Set EMACSLOADPATH always.
10268         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10269         (compile-files): Bomb out if compilation of a file fails.
10271 2000-11-02  Dave Love  <fx@gnu.org>
10273         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10275 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
10277         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10278         punctuation in the warning inserted into the *mail* buffer.
10280 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
10282         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10283         (authors-public-domain-p): New function.
10284         (authors-print): Use it.
10286         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10288         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10290 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10292         * ps-print.el: Extension for even/odd printing.  Doc fix.
10293         (ps-print-version): New version number (6.3.1).
10294         (ps-even-or-odd-pages): Customization fix.
10295         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10296         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10297         (ps-page-count): Var replaced by `ps-page-column'.
10298         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10299         (ps-print-sheet-p): New fun.
10301 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
10303         * tooltip.el (tooltip-gud-tips-setup): New function.
10304         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10305         (tooltip-mode): Call tooltip-gud-tips-setup.
10306         (tooltip-gud-tips): Use `gud-basic-call' instead of
10307         process-send-string, so the prompt gets frobbed appropriately.
10308         Handle nil return value from `tooltip-gud-print-command'.
10310 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
10312         * comint.el (comint-add-to-input-history): New function.
10313         (comint-send-input): Use `comint-add-to-input-history'.
10315 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
10317         * info.el (info-menu-header): New face.
10318         (Info-fontify-menu-headers): New function.
10319         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10321         * info.el (Info-insert-dir): Don't include blank lines at
10322         beginning of additional dir files (one is added automatically).
10324 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
10326         * emacs-lisp/easy-mmode.el (define-minor-mode):
10327         Revert the latest changes.
10328         Allow the three positional arguments to be skipped and replaced
10329         by keyword arguments.
10330         Add a :toggle argument to determine whether a nil arg means toggle
10331         or means turn-on.  The default is unchanged.
10332         Add a call to force-mode-line-update.
10334 2000-11-01  Dave Love  <fx@gnu.org>
10336         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
10338 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
10340         * calendar/calendar.el (diary-face, holiday-face):
10341         Add dark-background variants.
10343 2000-10-31  Sam Steingold  <sds@gnu.org>
10345         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10346         `tex-main-file' does not have directory in it.
10348 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
10350         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10352 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
10354         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10355         functional change.
10357 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
10359         * files.el (find-file-noselect): When we expand a wildcard, return
10360         a list of buffers, as we should do according to the doc string.
10362 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
10364         * loadup.el (top level): Adjust load path if program name is
10365         "../src/bootstrap-emacs", in case it's not dumped and thus the
10366         load path adjustment hasn't already been done.
10368 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10370         * ps-print.el: Fix bug on selected pages for printing.
10371         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
10372         is on.  Try to avoid warning messages when compiling.  Doc Fix.
10373         (ps-print-version): New version number (6.3).
10374         (ps-color-device): Use `color-values' to determine if device
10375         supports color.
10376         (ps-color-values): Try to use `x-color-values' when using XEmacs.
10377         (ps-print-page-p): Changed from defsubst to defun.
10378         (ps-page-number): Changed from defmacro to defun.
10379         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10380         printing.
10381         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
10382         (ps-end-file, ps-dummy-page): Funs eliminated.
10383         (ps-print-color-scale): Changed default value.
10384         (ps-page-n-up, ps-print-page-p): New internal vars.
10385         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
10386         (ps-plot-region, ps-generate, ps-end-job): Code fix.
10388         * delim-col.el: Little programming improvement.
10389         (delimit-columns-str): New macro.
10390         (delimit-columns-region, delimit-columns-rectangle): Code fix.
10392 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
10394         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
10395         Moved to european.el.
10396         (ccl-encode-mac-roman-font, fontset-mac): Modified for
10397         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10398         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
10399         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
10401 2000-10-30  Dave Love  <fx@gnu.org>
10403         * progmodes/cc-menus.el (imenu-generic-expression)
10404         (imenu-progress-message): Only defvar when compiling.
10406         * emacs-lisp/elp.el (elp-unload-hook): New function.
10408         * loadhist.el (unload-feature): Call elp-restore-function,
10409         checking for symbols; don't use elp-restore-all.
10410         (loadhist-hook-functions): Doc fix.
10412 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
10414         * log-edit.el (log-edit-confirm): Fix the default.
10416 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10418         * delim-col.el: Little fix: replace delimit-columns-align-columns by
10419         delimit-columns-format.
10420         (delimit-columns-region, delimit-columns-rectangle): Code fix.
10422 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
10424         * comint.el (comint-replace-by-expanded-history): Don't use
10425         comint-get-old-input (we're not looking at *old* input).
10426         (comint-get-old-input-default): If using fields, signal an error
10427         when the point is not in an input field.
10429 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
10431         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
10432         and mule-unicode-e000-ffff.
10434         * international/mule.el (decode-char, encode-char): New functions.
10435         (make-coding-system): Accept a symbol of translation table as a
10436         value of property `safe-chars'.
10438         * international/mule-cmds.el (encode-coding-char): Check property
10439         safe-chars instead of safe-charsets.
10441         * international/fontset.el (fontset-default): Modified for
10442         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10443         (x-font-name-charset-alist): Likewise.
10444         (ccl-encode-unicode-font): New CCL program.  Record it in
10445         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
10447         * language/european.el (mac-roman-decoder, mac-roman-encoder):
10448         New translation tables.
10449         (decode-mac-roman, encode-mac-roman): Definition of these CCL
10450         programs are modified and moved from mac-win.el.
10451         (mac-roman): Definition of this coding system is modified and
10452         moved from mac-win.el.
10454 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
10456         * ediff-wind.el (ediff-setup-control-frame): Enclose
10457         face-attribute in condition-case to avoid errors in older emacsen.
10459 2000-10-29  Miles Bader  <miles@gnu.org>
10461         * custom.el (custom-add-to-group): Allow multiple entries for a
10462         given value OPTION, as long as their widget types are different.
10463         * cus-edit.el (custom-face-value-create): If face name doesn't end
10464         with "face", add such here (similar to custom group widgets).
10466         * comint.el (comint-highlight-prompt): Add :type.
10468 2000-10-28  John Wiegley  <johnw@gnu.org>
10470         * calendar/timeclock.el (timeclock-log): Doc fix.
10471         (timeclock-last-event): Doc fix.
10472         (timeclock-log): Kill the timelog buffer after appending a new event.
10473         (timeclock-find-discrep): Use a temp buffer to read in the
10474         timelog, instead of visiting the file.
10475         (timeclock-log-data): A new function, along with a host of helper
10476         functions, for the purpose of making timelog data accessible to
10477         programmers.
10479         * eshell/esh-mode.el (window-height test): Make certain that
10480         `eshell-stringify-t' is non-nil.
10481         (eshell-password-prompt-regexp): Changed to a much simpler
10482         password regexp.
10483         (eshell-send-input): If `eshell-invoke-directly' returns t,
10484         directly invoke the parsed command using `eval'.  This improves
10485         turn-around time on simple commands by a factor of three or
10486         greater, such as cd, ls, pwd, etc. -- which get used very often.
10487         It also conserves thousands of cons cells per call (since
10488         `eshell-do-eval' consumes memory like a Cookie Monster set loose
10489         in the Pacific Cookie Company).
10491         * eshell/esh-test.el (eshell-test): Whitespace fix.
10493         * eshell/em-ls.el (eshell-ls-insert-directory):
10494         Make `eshell-ls-initial-args' nil when inserting directory contents.
10496         * eshell/em-script.el (eshell-script-initialize): Add names to
10497         `eshell-complex-commands, since `source' and `.' are complex.
10499         * eshell/esh-cmd.el (eshell-rewrite-for-command)
10500         (eshell-rewrite-while-command): Use `eshell-protect' instead of
10501         `eshell-copy-handles'.
10502         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
10503         bodies.
10504         (eshell-separate-commands): Whitespace fix.
10505         (eshell-complex-commands): Added a new list of names, for
10506         determining whether a given command is as simple as it looks.
10507         (eshell-invoke-directly): New function.  Returns t if a command
10508         should be invoked directly (using `eval'), rather than indirectly
10509         using `eshell-do-eval'.
10510         (eshell-do-eval): Whitespace fix.
10512         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
10513         which provides an emulation of the DOS shell behavior of assuming
10514         that cp/mv/ln should copy/move/link to the current directory.
10515         (eshell-remove-entries): Added a doc string.
10516         (eshell-shuffle-files): Removed the check for `target' being null.
10517         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
10518         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
10519         it to do a smarter check of whether a destination was provided.
10520         (eshell/mv, eshell/cp): Enable `:preserve-args'.
10521         (eshell/ln): Enable `:preserve-args', and use
10522         `eshell-mvcpln-template' to implement the body of the function.
10523         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
10524         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
10525         list after flattening it.  This makes it possible to cat files
10526         with numerical names.
10527         (eshell-unix-initialize): Added several names to
10528         `eshell-complex-commands.
10529         (eshell-unix-command-complex-p): Return t if a given command name
10530         may result in external processes being invoked.
10532         * eshell/em-glob.el (eshell-glob-show-progress): Make this
10533         variable nil by default, since it slows down glob processing by a
10534         factor of two or more, and increases memory consumption.
10536         * eshell/em-smart.el: Added a note about how memory consumptive
10537         smart display mode can be (at least this is true in Emacs 21).
10538         (eshell-smart-initialize): Whitespace fix.
10539         (eshell-refresh-windows): Use `if' instead of `when'.
10540         (eshell-smart-scroll-window): Calling `save-current-buffer' was
10541         not necessary.
10542         (eshell-currently-handling-window): Added a missing global variable.
10544         * eshell/em-ls.el (eshell-do-ls): Code simplification.
10545         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
10546         Whitespace fix.
10547         (eshell-ls-exclude-hidden): Added this variable in addition to
10548         `eshell-ls-exclude-regexp'.  This one prevents files beginning
10549         with . from even being read, which can improve memory consumption
10550         quite a bit.
10551         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
10552         read file entries beginning with a dot.  In home directories with
10553         lots of hidden files, fully two-thirds of the time spent in ls is
10554         used to read directory entries that are immediately thrown away.
10555         (eshell-ls-initial-args): Added back this configuration variable,
10556         for specifying default initial arguments to every call to ls.
10557         Much faster than using an alias to do the same thing.
10558         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
10559         (eshell-ls-dir): Whitespace change.
10561         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
10563         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
10564         (eshell-stringify-t): Added a customization variable, to indicate
10565         whether `t' should be rendered as a string at all.  If not, one
10566         can still determine if the result of an expression is true using
10567         "file-exists-p FILE && echo true".
10568         (eshell-stringify): If `eshell-stringify-t' is nil, don't
10569         stringify t!
10571         * eshell/esh-module.el: Whitespace fix.
10573         * eshell/em-alias.el (eshell-alias-initialize):
10574         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
10575         (eshell-command-aliased-p): New function that returns t if a
10576         command name names an aliased.
10578 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
10580         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
10581         redrawing the screen when changing cursor color.
10582         (viper-insert-state-pre-command-sentinel)
10583         (viper-replace-state-pre-command-sentinel)
10584         (viper-replace-state-post-command-sentinel):
10585         Use viper-preserve-cursor-color.
10586         Many functions changed to use viper= instead of = when comparing
10587         characters.
10588         * viper-util.el (viper-memq-char,viper=): New functions for
10589         working with characters.
10590         (viper-change-cursor-color): Fixed buglet.
10591         Many functions changed to use viper= instead of = when comparing
10592         characters.
10593         * viper.el (viper-insert-state-mode-list): Added eshell.
10595         * ediff-init.el (ediff-before-setup-hook): New hook.
10596         Several typos fixed in various docstrings.
10597         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
10598         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
10599         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
10600         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
10601         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
10602         (ediff-get-selected-buffers): New function.
10603         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
10604         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
10605         Use save-window-excursion.
10606         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
10607         termination check in while loop.
10608         * ediff.el (ediff-get-default-file-name): Better defaults when in
10609         dired buffer.
10610         (ediff-files,ediff-merge-files,ediff-files3)
10611         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
10613 2000-10-28  Dave Love  <fx@gnu.org>
10615         * info.el (Info-fontify-node): Add help-echo for menu items.
10617 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
10619         * startup.el (normal-top-level): If the value of $TERM indicates
10620         we are running from xterm or one of its work-alikes, default to a
10621         light background mode.
10623         Support for -fg, -bg, and -rv command-line arguments for TTYs:
10624         * faces.el (tty-handle-reverse-video): New function.
10625         (tty-create-frame-with-faces): Call it.
10627         * frame.el (frame-notice-user-settings): Don't apply
10628         default-frame-alist and initial-frame-alist to MS-DOS frames.
10629         Call tty-handle-reverse-video, frame-set-background-mode, and
10630         face-set-after-frame-default for non-MS-DOS frames.
10632         * startup.el (tty-long-option-alist): New variable.
10633         (tty-handle-args): New function.
10634         (command-line): Call tty-handle-args.
10636         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
10637         startup.el now does that for all character-terminal frames.
10639 2000-10-28  Miles Bader  <miles@gnu.org>
10641         * emacs-lisp/easy-mmode.el (define-minor-mode):
10642         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
10643         is global.  If :global is followed by a non-nil but non-t value,
10644         make the mode buffer-local, but also generate a `global-MODE'
10645         version using `easy-mmode-define-global-mode'.
10646         Add :conditional-turn-on keyword argument.
10648 2000-10-28  Dave Love  <fx@gnu.org>
10650         * international/latin1-disp.el (latin1-char-displayable-p):
10651         Don't use window-system.
10653 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
10655         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10656         Don't call find-buffer-file-type-coding-system.  Instead, just
10657         set eol-type to -unix if inhibit-eol-conversion is in effect, or
10658         if the file is on an untranslated filesystem.
10659         (add-untranslated-filesystem): Use "D" instead of "f" inside
10660         interactive.
10662 2000-10-27  Dave Love  <fx@gnu.org>
10664         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
10665         (refill-mode): Use it.
10667 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
10669         * international/quail.el (quail-activate): Don't make-local-hook.
10671 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
10673         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
10674         manual backups and file.~<rev>.~ for automatic ones.
10675         (vc-make-version-backup): Don't do it on MS-DOS without long file
10676         names.
10678         * vc.el (vc-version-other-window): If an automatic backup of the
10679         desired version exists, rename it instead of copying it.
10681         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
10682         after command.  If there's an unexpected error, signal it instead
10683         of being silent.
10684         (vc-cvs-merge-news): Be prepared for no news at all.
10686 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
10688         * shell.el (shell): Add BUFFER argument.
10689         * comint.el (make-comint-in-buffer): New function.
10690         (make-comint): Use it.
10692         * faces.el (face-spec-choose): Change syntax so that the list of
10693         attribute-value pairs is now the cdr of each clause, not the cadr.
10694         Detect old-style entries, and handle them.  Use pop.
10696 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
10698         * cus-edit.el (custom-mode-map): Use a sparse map.
10699         (custom-mode): Don't bother with make-local-hook.
10701         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
10703         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
10705 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10707         * ps-print.el: Avoid compilation gripes.
10708         (ps-print-version): New version number (6.2.1).
10710 2000-10-26  Dave Love  <fx@gnu.org>
10712         * menu-bar.el: Modify some menu item help strings.
10713         (menu-bar-help-menu): Add link to MORE.STUFF.
10715         * cus-edit.el (custom-mode): Add `special' mode-class property.
10717         * wid-browse.el (widget-browse-mode): Likewise.
10719         * wid-edit.el (widget-specify-field): Revert to using local-map
10720         property, not keymap.
10722 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
10724         * wid-edit.el (widget-field-end): When checking for a `boundary'
10725         field, do so in the correct buffer.
10727         * simple.el (undo): Correctly distinguish between numeric and
10728         non-numeric prefix args in non-transient-mark-mode, as per the doc
10729         string.  When in transient-mark-mode, treat all prefix-args as
10730         numeric.
10732         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
10733         Position point on match.  Handle N == 0 correctly.
10735         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
10736         (comint-mode-map): Reverse order of `comint-write-output' and
10737         `comint-append-output-to-file'.
10738         (comint-append-output-to-file): Reinstate this function, for the
10739         benefit of the menu.
10741 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
10743         * vc.el (vc-version-other-window): Bind `file'.
10745 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
10747         * Makefile.in (update-authors): New target for maintenance purposes.
10749         * emacs-lisp/authors.el (batch-update-authors): New function.
10750         (authors-fixed-entries): New defconst.
10751         (authors-add-fixed-entries): New function.
10752         (authors): Call it.: Don't process lispref/.
10754 2000-10-25  Jason Rumney  <jasonr@gnu.org>
10756         * cus-edit.el (custom-button-face, custom-button-pressed-face):
10757         Merge x w32 and mac definitions.
10759 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
10761         * menu-bar.el (menu-bar-options-menu): Add a help string for
10762         `uniquify'.
10764 2000-10-25  Stephen Gildea  <gildea@stop.mail-abuse.org>
10766         * time-stamp.el (time-stamp-string-preprocess):
10767         Fix a wrong type argument error.
10769 2000-10-25  Miles Bader  <miles@gnu.org>
10771         * recentf.el (recentf-mode): Variable removed.
10772         (recentf-mode): Use `define-minor-mode'.
10774         * mwheel.el (mouse-wheel-mode): New global minor mode.
10775         (mwheel-install): Use `mouse-wheel-mode'.
10777 2000-10-25  Dave Love  <fx@gnu.org>
10779         * progmodes/cperl-mode.el (cperl-mode):
10780         Set normal-auto-fill-function correctly.
10782         * wid-edit.el (widget-field-keymap, widget-text-keymap):
10783         Don't inherit from global-map and don't nullify menu-bar and tool-bar
10784         bindings.
10786 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
10788         * wid-edit.el (widget-field-at): New function.
10789         (widget-at, widget-field-activate): Use it.
10790         (widget-tabable-at): Use `widget-at'.
10791         (widget-specify-field): If the terminating character of the widget
10792         field (which is read-only) is a newline, put it into a special
10793         `boundary' field so that C-n/C-p act more naturally.
10794         (widget-field-end): Also don't subtract one if a special
10795         `boundary' field has been added after the widget field.
10797         * comint.el (comint-output-filter, comint-send-input):
10798         Don't bother adding stickiness fields to overlays to fool the field
10799         code, since it should notice the overlay insertion-types now.
10801         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
10802         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
10803         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
10805 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
10807         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
10808         (authors): Set file coding system to iso-2022-7bit.
10809         Add file-local variables to output buffer.
10811         * files.el (after-find-file): Don't print any warnings if
10812         WARN is nil.
10814 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10816         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
10818         * delim-col.el: Now there is a column formatting mechanism.
10819         Modified to customization mechanisms convention.  Doc fix.
10820         (columns): New group for delim-col.
10821         (delimit-columns-before, delimit-columns-after)
10822         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
10823         (delimit-columns-end): New vars.
10824         (delimit-columns-customize, delimit-columns-format): New funs.
10825         (delimit-columns-region, delimit-columns-rectangle)
10826         (delimit-columns-rectangle-line): Modified to support column
10827         formatting.
10829 2000-10-24  Dave Love  <fx@gnu.org>
10831         * log-edit.el (log-edit): Add :version and a :group for vc.
10833 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
10835         * files.el (after-find-file): Don't print a message ``New file''
10836         if WARN is nil.
10838         * wid-edit.el (widget-field-keymap, widget-text-keymap):
10839         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
10840         get duplicate tool-bar entries because we'll see the global ones
10841         on more than one path through keymaps.
10843         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
10845         * progmodes/cmacexp.el: Change Francesco's email address.
10847 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
10849         * window.el (fit-window-to-buffer): Adjust point of the window
10850         buffer, not that of the current buffer.
10852 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
10854         * progmodes/cmacexp.el: Update the euthor's email address.
10856 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
10858         * faces.el (face-spec-set-match-display): Add `graphic' display
10859         type (the inverse of `tty').  Use `display-graphic-p' instead of
10860         the window-system variable.
10862 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
10864         * international/isearch-x.el (isearch-with-input-method):
10865         Call input-method-function with the first event in
10866         unread-command-events.
10868 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
10870         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
10872 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
10874         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
10875         New charsets.
10877         * term/mac-win.el: Remove definitions of mac-roman-lower and
10878         mac-roman-upper, require dired, and define instead of set
10879         mac-ready-for-drag-n-drop to avoid compilation error.
10881 2000-10-23  Andrew Innes  <andrewi@gnu.org>
10883         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
10884         Remove superfluous calls to subst-char-in-string; instead apply
10885         expand-file-name after convert-standard-filename to ensure
10886         expected directory separators are used.
10888 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
10890         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
10892 2000-10-23  Dave Love  <fx@gnu.org>
10894         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
10895         (tool-bar-add-item): Set foreground and background for XBM icons.
10897         * international/latin1-disp.el (latin1-char-displayable-p):
10898         New function (from Handa).
10899         (latin1-display-check-font): Use it.
10901         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
10902         using :key-sequence, making it much more usable.
10903         Use nconc, not append.
10904         (imenu--create-keymap-1): Avoid append.
10906         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
10908 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
10910         [the following changes fix a bug where `define-minor-mode' didn't
10911         correctly generate :require clauses for defcustoms in compiled files]
10912         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
10913         (byte-compile-log-file, byte-compile-log-1): Don't set
10914         `byte-compile-current-file' to nil.  Instead set
10915         `byte-compile-last-logged-file' to it.  Test whether
10916         byte-compile-current-file equals byte-compile-last-logged-file
10917         instead of whether its nil.
10918         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
10920 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
10922         * textmodes/refill.el: Fix var names in doc.
10923         (refill-mode): Don't bother with make-local-hook anymore.
10925 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
10927         * faces.el (face-user-default-spec, face-default-spec): New functions.
10928         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
10929         (frame-set-background-mode, face-set-after-frame-default):
10930         Use `face-user-default-spec'.  Simplify code slightly.
10932         * woman.el (woman-italic-face, woman-bold-face)
10933         (woman-unknown-face): Add dark-background variants.
10934         (woman-default-faces): Renamed from `woman-colour-faces'.
10935         Set using the stored defaults, rather than using hard-wired colors.
10936         (woman-monochrome-faces): Renamed from `woman-black-faces'.
10937         Just make the foreground `unspecified' rather than "black".
10938         (woman-menu): Rename menu entries accordingly.
10940         * faces.el (header-line): Make more reasonable on mono/grayscale
10941         displays.
10943 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
10945         * cus-edit.el (custom-button-face): Use 3D look for mac.
10946         (custom-button-pressed-face): Likewise.
10948         * faces.el (set-face-attributes-from-resources): Handle mac frames
10949         in the same way as x and w32 frames.
10950         (face-valid-attribute-values): Likewise.
10951         (read-face-attribute): Likewise.
10952         (defined-colors): Likewise.
10953         (color-defined-p): Likewise.
10954         (color-values): Likewise.
10955         (display-grayscale-p): Likewise.
10956         (face-set-after-frame-default): Likewise.
10957         (mode-line): Same default face as for x and w32.
10958         (tool-bar): Likewise.
10960         * frame.el: Remove call to frame-notice-user-settings at end of
10961         the file.
10963         * info.el (Info-fontify-node): Make underlines invisible for mac
10964         as for x, pc, and w32 frame types.
10966         * term/mac-win.el: New file.
10968 2000-10-22  Dave Love  <fx@gnu.org>
10970         * textmodes/refill.el: New file.
10972 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
10974         * vc-hooks.el (vc-version-backup-file-name): New optional args
10975         MANUAL and REGEXP.
10976         (vc-delete-automatic-version-backups, vc-make-version-backup):
10977         New functions.
10978         (vc-before-save): Use the latter.
10979         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
10980         confusion.
10982         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
10983         expected by vc[-hooks].el.
10985         * vc.el (vc-checkout): Added `-p' suffix in call to
10986         vc-make-version-backups-p; use vc-make-version-backup to actually
10987         make the backup.
10988         (vc-version-other-window, vc-version-backup-file): Handle both
10989         automatic and manual backups.
10990         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
10991         of all of them.
10993 2000-10-22  Miles Bader  <miles@gnu.org>
10995         * comint.el (comint-highlight-input, comint-highlight-prompt):
10996         Renamed, `-face' at end removed.
10997         (comint-send-input, comint-output-filter): Use renamed faces.
10999         * window.el (fit-window-to-buffer): Change defaulting of
11000         MAX-HEIGHT slightly.
11002         * faces.el (color-values, color-defined-p): Use `member', not
11003         `memq', because it works correctly for strings.
11004         (frame-set-background-mode): Actually, "unspecified-fg" and
11005         "unspecified-bg" *are* strings.  Use `member', not `memq', and
11006         `equal', not `eq', when a string value is possible.
11008 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
11010         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11012 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
11014         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11015         sh-electric-rparen, sh-electric-less and sh-electric-hash.
11016         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11017         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11018         (sh-font-lock-syntactic-keywords): Use them.
11019         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11020         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11021         (sh-mode): Don't override font-lock-unfontify-region-function.
11022         Use a copy of sh-font-lock-syntactic-keywords.
11023         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11024         Don't call sh-scan-buffer since font-lock does it on the fly.
11025         (sh-get-indent-info): Use `face' rather than `syntax-table'
11026         text-property to detect here-documents.
11027         Replace sh-special-syntax with sh-st-punc.
11028         (sh-prev-line): Use `face' rather than `syntax-table'
11029         text-property to skip over here-documents.
11030         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11031         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11032         (sh-electric-less, sh-set-here-doc-region)
11033         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11034         (sh-scan-buffer, sh-rescan-buffer): Remove.
11036 2000-10-21  Andrew Innes  <andrewi@gnu.org>
11038         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11039         remote (ange-ftp) file names.
11041 2000-10-21  Miles Bader  <miles@gnu.org>
11043         * window.el (fit-window-to-buffer): New function.
11044         (shrink-window-if-larger-than-buffer): Use it.
11045         (window-text-height): Don't expect minibuffers to have mode-lines.
11047         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11048         * international/quail.el (quail-update-guidance):
11049         Use `fit-window-to-buffer' instead of `set-window-text-height'.
11051         * international/quail.el (quail-show-guidance-buf): Make sure
11052         guidance window really has enough room.
11053         (quail-update-guidance): If quail-guidance-win is already shown,
11054         make sure its height is OK.
11056         * window.el (window-text-height, set-window-text-height):
11057         New functions.
11058         (shrink-window-if-larger-than-buffer): Use `window-text-height'
11059         instead of `window-height' & `mode-line-window-height-fudge'.
11060         (mode-line-window-height-fudge): Add FACE parameter.
11061         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11062         instead of `enlarge-window' & `mode-line-window-height-fudge'.
11064 2000-10-20  Miles Bader  <miles@gnu.org>
11066         * window.el (height-affecting-face-attributes): Use `defconst'.
11068         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11069         New function, conditionally aliased to `mode-line-window-height-fudge'.
11070         (ispell-help): Use it.
11071         (ispell-choices-win-default-height): Don't include mode-line fudge.
11072         (ispell-choices-win-default-height): New function.
11073         (ispell-show-choices, ispell-command-loop): Use function
11074         `ispell-choices-win-default-height' instead of variable.
11076 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
11078         * window.el (mode-line-window-height-fudge): New variable.
11079         (height-affecting-face-attributes): New variable.
11080         (mode-line-window-height-fudge): New function.
11081         (shrink-window-if-larger-than-buffer): Use it.
11082         * help.el (resize-temp-buffer-window): Likewise.
11084         * info.el (Info-fontify-node): Add support for @subsubsection
11085         titles, which use `Info-title-4-face'.
11086         (Info-title-4-face): New face.
11087         (Info-title-3-face): Inherit from Info-title-4-face instead of
11088         variable-pitch.
11090 2000-10-19  Jason Rumney  <jasonr@gnu.org>
11092         * dired.el (dired-insert-directory): Do not let errors signalled by
11093         attempt to run dired-free-space-program prevent dired from working.
11095 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
11097         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11099 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
11101         * dirtrack.el (dirtrack): Fix call to run-hooks.
11103         * cmuscheme.el (cmuscheme-program-name): Renamed from
11104         scheme-program-name because xscheme.el contains a defcustom with
11105         the same name.  As a consequence, customizing group `cmuscheme'
11106         loaded `xscheme' which redefined run-scheme.
11107         (run-scheme): Use cmuscheme-program-name.
11109         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11111         * play/doctor.el (doctor-death): Update the Samaritans'
11112         anonymous address, and add a website for Befrienders International.
11114 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11116         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
11117         Avoid compilation gripes.  Doc fix.
11118         (ps-print-version): New version number (6.2).
11119         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11120         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11121         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11122         (ps-x-extent-priority, ps-x-extent-start-position)
11123         (ps-x-face-font-instance, ps-x-find-coding-system)
11124         (ps-x-font-instance-properties, ps-x-make-color-instance)
11125         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11126         avoid compilation gripes without defining functions.
11127         (ps-e-find-composition): Alias for function find-composition, to have a
11128         suitable function depending on Emacs version.
11129         (ps-color-device, ps-color-values, ps-face-foreground-name)
11130         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11131         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11132         (ps-print-ensure-fontified): Function definitions surrounded by
11133         `eval-and-compile' to avoid compilation gripes.
11134         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11135         by symbol-value to avoid compilation gripes.
11136         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11137         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11139 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
11141         * startup.el (normal-top-level): Call `frame-set-background-mode'
11142         after `frame-notice-user-settings' because the latter doesn't call
11143         the former on a tty.
11145         * faces.el (frame-set-background-mode): `unspecified' &c are
11146         symbols, not strings.
11148 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
11150         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11151         why some "light*" colors are deliberately absent from the alist.
11153         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11154         Change colors for tty's, as suggested by Miles Bader.
11156 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
11158         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11159         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
11160         for ISO10646-1 fonts.
11161         (x-font-name-charset-alist): Add an entry for "iso10646-1".
11163 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
11165         * faces.el (frame-set-background-mode): If a tty frame defines a
11166         background color, use that to compute the background mode, instead
11167         of always defaulting to "dark".
11169 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
11171         * comint.el (comint-write-output): New function.
11172         (comint-mode-map): Add it to the menu.
11173         Bind `C-c C-s' to comint-write-output.
11175 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
11177         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11178         Use fancy-splash-delay.
11180 2000-10-18  Alex Schroeder  <alex@gnu.org>
11182         * progmodes/sql.el (sql-sybase-options): New option.
11183         (sql-sybase): Use it.  Add sql-database to the list of parameters
11184         provided for login.  The options -w 2048 -n are not used any more.
11186         * comint.el (comint-read-input-ring): Bugfix such that the first
11187         and the last entry of the input ring file are not lost.
11189 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11191         * ps-print.el: Internal variable changes to defcustom,
11192         make-local-hook changes to defvar.  Doc fix.
11193         (ps-print-version): New version number (6.1).
11194         (ps-setup, ps-do-despool): Code fix.
11195         (ps-printer-name): Customization fix.
11196         (ps-printer-name-option): Now is a defcustom instead of an
11197         internal variable.
11198         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11199         (ps-print-begin-column-hook): Now are defvar instead of
11200         make-local-hook.
11202 2000-10-18  Miles Bader  <miles@gnu.org>
11204         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11205         (comint-kill-output): Changed into an alias for `comint-delete-output',
11206         and made obsolete.
11207         (comint-mode-map): Rename references to comint-kill-output.
11209 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
11211         * diff-mode.el (diff-header-face, diff-file-header-face)
11212         (diff-changed-face): Add bold and italic attributes to tty faces.
11213         (diff-function-face): New face.
11214         (diff-font-lock-keywords): Use it.
11216 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
11218         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11219         Remove commented-out call to force-mode-line-update.
11220         (comint-kill-output): Use `forward-line 0' instead of
11221         beginning-of-line to make sure we get past the prompt.
11223 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
11225         * diff-mode.el (diff-header-face, diff-file-header-face):
11226         Add specific setting for dark background.
11227         (diff-context-face): Renamed from diff-comment-face.
11228         Set explicitly rather than inheriting from font-lock-comment-face.
11230 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
11232         * startup.el (command-line): Move the code which sets the default
11233         TTY colors to before before-init-hook.
11235 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
11237         * jit-lock.el (jit-lock-stealth-time): Doc fix.
11239 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
11241         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11242         extensions, for MS-DOS.
11244         * diff-mode.el (diff-header-face, diff-file-header-face)
11245         (diff-changed-face): Define tty-specific colors.
11247 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
11249         * startup.el (fancy-splash-text): Realign the text.
11251 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
11253         * font-lock.el (font-lock-comment-face): Define a separate default
11254         for dark-background tty's.
11256 2000-10-17  Miles Bader  <miles@gnu.org>
11258         * help.el (resize-temp-buffer-window): Add hack to avoid last line
11259         being obscured by whizzy mode-lines on graphics displays.
11261 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
11263         * info.el (Info-title-1-face, Info-title-2-face)
11264         (Info-title-3-face): Define colors for tty's.
11265         (info-header-node): Remove unneeded tty-specific definition.
11267 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
11269         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11270         reverse from the frame parameters, and don't invert foreground and
11271         background colors.
11273 2000-10-16  Miles Bader  <miles@gnu.org>
11275         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11276         string "*Info*".  Call propertized-buffer-identification to spruce
11277         up the result.
11279 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
11281         * help.el: Provide `help' for the sake of define-minor-mode
11282         which generates defcustoms with requires.
11284         * jit-lock.el (jit-lock-after-change): If we're in text that
11285         matches a multi-line font-lock pattern, make sure the whole text
11286         will be redisplayed.
11288         * emacs-lisp/authors.el (authors-add): Don't add an entry if
11289         author's name is unknown.
11291         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11292         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11293         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11294         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11295         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11296         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11297         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11298         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11299         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11300         Add author information.
11302 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
11304         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11305         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11306         full-color version (using the Gimp) to eliminate dithering artifacts.
11308 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
11310         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11312         * simple.el (syntax-flag-table, string-to-syntax): Remove.
11314 2000-10-15  Dave Love  <fx@gnu.org>
11316         * progmodes/sh-script.el: Require skeleton and comint when compiling.
11318         * pcomplete.el (pcomplete) <defgroup>: Add :version.
11320         * whitespace.el: Doc fixes.
11321         (top-level): Don't add hooks here.
11322         (whitespace-running-emacs): Deleted.
11323         (timer): Don't require.
11324         (whitespace): Add back :version conditional on xemacs test.
11325         (whitespace-spacetab-regexp, whitespace-indent-regexp)
11326         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11327         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11328         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11329         Avoid specific xemacs test.
11330         (whitespace-global-mode): New option.
11331         (whitespace-global-mode): New command.
11332         (whitespace-unload-hook): New function.
11334         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
11335         (Info-fontify-node, Info-goto-node, Info-mode-menu)
11336         (Info-fontify-node): `Goto' goes to `Go to'.
11337         (Info-fontify-node): Add help-echo to xref links.
11339 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
11341         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11343 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
11345         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11346         Use plist-get and allow :inherit.
11348         * emacs-lisp/cl-macs.el (cl-do-arglist):
11349         Use plist-get and plist-member instead of memq.
11351         * emacs-lisp/ewoc.el (ewoc-location): New function.
11352         (ewoc-enter-after, ewoc-enter-before): Document return value.
11353         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11354         Don't need make-local-hook any more.
11355         (cvs-addto-collection): Return the new tin.
11356         (cvs-mode-insert): Jump to the new line.
11358         * jit-lock.el (jit-lock-fontify-buffer): Remove.
11360         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11362         * font-lock.el (font-lock-syntactically-fontified): New var.
11363         (font-lock-fontify-syntactic-keywords-region): Use it.
11364         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
11366         * diff-mode.el (diff-find-file-name): Fix regexp.
11368         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11369         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11371         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11372         (sh-mode-syntax-table): Add punctuation syntax for < and >.
11373         (sh-mode): Don't make all vars local here.
11374         (sh-kw): Reformat.
11375         (sh-set-shell): Use dolist.  Don't set indent-region-function.
11376         (sh-mode-syntax-table): Use pop.
11377         (sh-remember-variable): Use push.
11378         (sh-help-string-for-variable): Use memq.
11379         (sh-safe-backward-sexp): Remove.
11380         (sh-safe-forward-sexp): Add ARG.
11381         (sh-get-indent-info, sh-prev-stmt): Use it.
11382         (sh-prev-line): Simplify by using forward-comment.
11383         (sh-this-is-a-continuation): Simplify.
11384         (sh-learn-buffer-indent): Use dolist.
11385         (sh-do-nothing): Remove.
11386         (sh-set-char-syntax, sh-set-here-doc-region):
11387         Use inhibit-modification-hooks.
11388         (sh-name-style): Use mapcar and push.
11389         (sh-load-style): Use dolist.
11390         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
11391         (sh-case, sh-while-getopts): Use propertize directly rather
11392         than sh-electric-rparen.
11394 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
11396         * textmodes/tex-mode.el: Require CL when compiling.
11397         (tex-mode-syntax-table): Init immediately.
11398         (tex-mode-map): Bind M-RET to latex-insert-item.
11399         (latex-mode): Set indent-line-function to latex-indent.
11400         (tex-common-initialization): Don't setup the syntax-table any more.
11401         (latex-insert-item): New skeleton.
11402         (tex-next-unmatched-end): Fix copy/paste braino.
11403         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
11404         (latex-indent, latex-find-indent): New functions.
11405         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
11406         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
11407         (tex-compilation-parse-errors): Use with-syntax-table.
11409 2000-10-15  Miles Bader  <miles@gnu.org>
11411         * font-lock.el (font-lock-comment-face): Change dark-background,
11412         color, non-tty, default to `chocolate1'.
11414 2000-10-13  John Wiegley  <johnw@gnu.org>
11416         * eshell/esh-util.el (require): Added a missing `require' form,
11417         needed when compiling (for an ange-ftp macro definition).
11419 2000-10-13  Dave Love  <fx@gnu.org>
11421         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
11423 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
11425         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
11427         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
11428         transparent -colors 8).
11430 2000-10-13  Stephen Gildea  <gildea@stop.mail-abuse.org>
11432         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
11433         that breaks with old list format timestamps.
11434         (time-stamp-warn-inactive, time-stamp-old-format-warn)
11435         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
11437 2000-10-13  John Wiegley  <johnw@gnu.org>
11439         * align.el, pcomplete.el, calendar/timeclock.el,
11440         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
11442         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
11443         faulty math, where holiday hours were being computing as seconds.
11445 2000-10-13  John Wiegley  <johnw@gnu.org>
11447         * desktop.el (desktop-buffer-modes-to-save): Added a global for
11448         specifying what "other" kinds of buffers should be saved.
11449         This used to be hard-coded.
11450         (desktop-buffer-misc-functions): A global for specifying how
11451         auxiliary data should be determined for special buffer types.
11452         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
11453         instead of hard-coding the special buffer types.
11454         (desktop-save): Run `desktop-buffer-misc-functions' to gather
11455         auxiliary data, instead of hard-coding for Info buffers and dired.
11456         (desktop-buffer-info-misc-data): Aux function for determining Info
11457         buffer auxiliary info.
11458         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
11459         (desktop-buffer-info): Changed this function to use the info
11460         gathered above.
11461         (desktop-create-buffer): Be a little more careful about what
11462         `minor-mode' means before calling it.  This is important for some
11463         buffer types.
11465 2000-10-13  John Wiegley  <johnw@gnu.org>
11467         * eshell/esh-util.el: Added a global form which declares an
11468         autoload for `parse-time-string', if that function is not already
11469         defined, and if parse-time.el is available on the user's system.
11471         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
11472         to be aware of ange-ftp user info.
11473         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
11474         (eshell-ls-annotate): Use `eshell-file-attributes'.
11475         (eshell-ls-file): Made the user-id printing code a bit smarter.
11477         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
11478         allow identification of alias user ids in remote directories.
11479         It's manual, but there's no other way to know when the current user
11480         on the local machine, is also the owning user on the remote machine.
11481         (fboundp): Bind `ange-cache'.
11482         (eshell-directory-files-and-attributes): Re-organized the logic a
11483         bit to use `eshell-file-attributes' instead of `file-attributes'.
11484         The former is more sensitive to directories that are read via FTP,
11485         and knows how to use ange-ftp to determine full attribute
11486         information, instead of just the name and last modtime.
11487         (eshell-current-ange-uids): Return the current user id when in a
11488         remote directory.
11489         (eshell-parse-ange-ls): Parse a full directory listing that has
11490         been returned by ange-ftp.
11491         (eshell-file-attributes): This beefed up version of
11492         `file-attributes' is only special if the user is currently in a
11493         remote directory, in which case it does a lot of work to find out
11494         what the real attributes of a file are, as they appear on the
11495         remote machine.  This makes usage of remote directories (i.e.,
11496         ange-ftp pathnames) much more useful.  You can now use Eshell as a
11497         full-fledged FTP client, with much more manipulation ability than
11498         most other clients.
11500         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
11501         variable, which means that Eshell's du should always be preferred
11502         in remote directories.
11503         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
11504         just `file-attributes'.
11505         (eshell-mvcp-template): Bind `ange-cache', to improve performance
11506         when reading remote directories.  This is an Eshell-specific
11507         variable (not part of ange-ftp).
11508         (eshell/ln): Bind `ange-cache'.
11509         (eshell/du): Added some extra logic for determining when to use
11510         Eshell's du (which is slow), and when to use the external version
11511         (which may or may not exist).
11513         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11514         Call `eshell-interactive-process', rather than using
11515         `get-buffer-process', since backgrounded processes don't count in
11516         the context of this function's logic.
11518         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
11519         `forward-char', so that null strings are parsed correctly.
11521 2000-09-13  John Wiegley  <johnw@gnu.org>
11523         * eshell/em-pred.el (eshell-pred-file-type)
11524         (eshell-pred-file-links, eshell-pred-file-size):
11525         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
11527         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
11528         that remote file globbing is more efficient.
11530         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
11531         gathering the files and attributes within a directory.
11533         * eshell/em-unix.el (eshell/cat): If any of the files passed on
11534         the command line is a special file (not a regular file, directory
11535         or symlink), always attempt to call the external version of cat.
11537 2000-09-13  John Wiegley  <johnw@gnu.org>
11539         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
11540         Eshell-friendly version of find-tag.
11542 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
11544         * image-file.el (image-file-name-extensions)
11545         (image-file-name-regexps): Add autoload cookies.
11547 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
11549         * international/mule-cmds.el (select-safe-coding-system): If FROM
11550         is string, show it in *Warning* buffer.
11552 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
11554         * startup.el (normal-top-level): Use display-popup-menus-p instead
11555         of window-system.
11556         (command-line): Use display-graphic-p instead of window-system.
11557         (command-line-1): Use display-popup-menus-p and display-mouse-p
11558         instead of window-system.
11560 2000-10-12  Sam Steingold  <sds@gnu.org>
11562         * tooltip.el (tooltip-use-echo-area): New user variable.
11563         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
11565 2000-10-12  Dave Love  <fx@gnu.org>
11567         * recentf.el: Maintainer's checkdoc fixes.
11569         * startup.el (normal-top-level-add-subdirs-to-load-path):
11570         Use character class, not ASCII when matching file names.
11571         (fancy-splash-head): Add trailing slash to URL.
11572         (command-line): Don't require XPM support for toolbar.
11574         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
11575         (cperl-invalid-face): Revert last change.
11576         (cperl-init-faces): Quote cperl-invalid-face.
11578 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
11580         * startup.el (fancy-splash-text): Remove superfluous quote.
11582 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
11584         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
11585         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
11586         (command-line-1): Don't use fancy-splash-pending-command.
11587         (fancy-splash-screens-1): Goto point-min after inserting text.
11589         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
11591         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
11592         instead of shared-lisp-mode-map.
11594 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
11596         * faces.el (header-line): Change tty-variant to use underlining.
11598         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
11599         (isearch-highlight): Restore lazy-isearch face properties at old
11600         position, and suppress them at new position.
11601         (isearch-dehighlight): Restore lazy-isearch face properties.
11602         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
11603         over the real isearch overlay, but in that case, don't give it a
11604         face property.  Use `push'.
11606 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
11608         * man.el (Man-getpage-in-background): Fix previous change.
11609         Decode the process output only when we are in multibyte mode.
11611 2000-10-11  Dave Love  <fx@gnu.org>
11613         * info.el (Info-mode-menu): Fix some help.
11614         (info-tool-bar-map): Add entry for Info-last.
11616         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
11617         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
11618         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
11619         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
11620         * toolbar/search-replace.xpm, toolbar/exit.xpm:
11621         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
11622         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
11623         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
11624         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
11625         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
11626         Reduce colour requirements to 25 overall.  (Probably wants
11627         revisiting from the originals to reduce further.)
11629 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
11631         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
11632         buffer-file-coding-system, instead of raw-text.
11633         (dehexlify-buffer): Bind coding-system-for-read to
11634         buffer-file-coding-system, instead of raw-text.
11636 2000-10-11  Sam Steingold  <sds@gnu.org>
11638         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
11639         `underline' - fixes the bug introduced on 2000-09-21.
11641 2000-10-11  Dave Love  <fx@gnu.org>
11643         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
11644         Avoid compiler warnings.
11645         (scheme-mode): Doc fix.
11646         (scheme-font-lock-keywords-1): Match `define-syntax'.
11648 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
11650         * faces.el (frame-set-background-mode): Pay attention to saved
11651         face specs as well as default ones.  Only do anything if the
11652         bg-mode or display-type has actually changed.  Use `dolist'.
11653         (region): Make dark-background `region' face less in-your-face.
11655 2000-10-10  Sam Steingold  <sds@gnu.org>
11657         * chistory.el, ielm.el, ledit.el:
11658         * progmodes/inf-lisp.el, progmodes/scheme.el:
11659         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
11661 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
11663         * textmodes/texinfo.el: Update copyright and fix typo.
11665         * desktop.el (desktop-modes-not-to-save): New var.
11666         (desktop-save-buffer-p): Use it.
11667         Also, obey desktop-buffers-not-to-save even for non-file buffers.
11668         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
11670 2000-10-10  Dave Love  <fx@gnu.org>
11672         * toolbar/tool-bar.el (tool-bar-add-item)
11673         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
11675         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
11676         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
11677         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
11678         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
11679         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
11680         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
11681         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
11682         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
11683         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
11684         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
11685         the .xpms; probably need retouching.
11687 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
11689         * subr.el (add-to-list): Add optional argument APPEND.
11690         * battery.el (display-battery): Use `add-to-list'.
11692 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
11694         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
11695         properties.
11696         (zone, zone-when-idle, zone-leave-me-alone)
11697         (zone-pgm-whack-chars): Use new symbol properties.
11699         * battery.el (display-battery): Doc spelling fix.
11701         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
11702         property.
11704 2000-10-09  Dave Love  <fx@gnu.org>
11706         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
11707         has been initialized before calling tool-bar-setup.
11708         (tool-bar-add-item-from-menu): Add autoload cookie.
11710 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
11712         * menu-bar.el (send-mail-item-name): New function.
11713         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
11714         of mail-user-agent in the menu.  Don't display the "Send Mail"
11715         item if mail-user-agent is nil or its value is ignore.
11716         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
11717         if read-mail-command is nil or its value is ignore.
11719         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
11721 2000-10-09  Miles Bader  <miles@gnu.org>
11723         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
11724         Correct image size.
11725         * toolbar/left_arrow.xpm: Correct image size.
11727         * jka-compr.el: Don't call `jka-compr-install' when loading (it
11728         will be done by the definition of `auto-compression-mode' if
11729         necessary.  Move code to uninstall existing file-name handler
11730         before definition of `auto-compression-mode'.
11732         * image-file.el (auto-image-file-mode): Move to the end of the
11733         file, because `define-minor-mode' actually calls the mode-function
11734         if the associated variable is non-nil, which requires that all
11735         needed functions be already defined.
11737         * mouse.el (popup-menu): Balance parens.
11739 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
11741         * mouse.el (popup-menu): Move the command call outside the loop
11742         so that popup-menu returns whatever the command returns.
11744         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
11745         (initialize-new-tags-table): Use run-hook-with-args-until-success.
11746         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
11747         (tags-table-format-functions): Renamed from tags-table-format-hooks.
11749         * vc.el (vc-version-diff): diff-switches can be a list.
11750         Use relative filenames for prettier output.
11752         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
11753         (vc-post-command-functions): Remove old-VC compatibility code.
11755         * newcomment.el (comment-indent-default): Autoload.
11757         * font-lock.el (font-lock-defaults): Make buffer-local.
11758         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
11759         (font-lock-choose-keywords):
11760         Ignore LEVEL unless KEYWORDS is a list of syms.
11761         (c-keywords, c++-keywords, objc-keywords, java-keywords):
11762         Don't wrap regexp-opt things in \(...\) unnecessarily.
11764         * jit-lock.el: Don't require font-lock any more.
11765         (jit-lock-functions): Make buffer-local.
11766         (jit-lock-saved-fontify-buffer-function): Remove.
11767         (jit-lock-mode): Remove autoload cookie.
11768         Remove font-lock specific code.
11769         (jit-lock-unregister): Don't bother handling complex hooks any more.
11770         (jit-lock-refontify): New function.
11771         (jit-lock-fontify-buffer): Use it.
11772         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
11773         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
11774         Add optional args START and END.
11775         Never call font-lock-fontify-region directly.
11776         (jit-lock-function, jit-lock-stealth-fontify): Use it.
11778         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
11780 2000-10-08  Dave Love  <fx@gnu.org>
11782         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
11784         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
11786         * play/studly.el (studlify-region, studlify-word): Add autoload
11787         cookie.
11789         * play/morse.el (morse-region, unmorse-region): Add autoload
11790         cookie.
11792         * play/spook.el (spook-phrases-file): Use expand-file-name, not
11793         concat.
11795         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
11796         insist on symbols starting with word syntax.
11797         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
11798         (eval-defun-1): Doc fix.
11799         (indent-sexp): Use nconc to build up indent-stack.
11801         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
11802         Gnus with little use.
11803         (mail-setup-hook): Add mail-abbrevs-setup to options.
11805         * recentf.el: Doc fixes.
11807         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
11808         Clean up remainder.
11810         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
11811         without timezone and (8) with timezone to enforce some whitespace.
11812         Simplify code somewhat.
11814         * options.el (list-options): Doc that you should use customize.
11816         * iswitchb.el (iswitchb-mode): Add :require.
11818         * info.el (Info-goto-node, Info-menu): Doc fix.
11819         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
11820         (info-tool-bar-map): New variable.
11821         (Info-mode): Use it.
11822         (Info-edit-map): Define all in defvar.
11823         (speedbar-attached-frame): Avoid compiler warning.
11825         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
11826         (global-map): Bind [tool-bar] to a filtered map.
11827         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
11828         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
11829         Allow PBM icons.
11830         (tool-bar-setup): Adjust calls of tool-bar-add-item.
11832         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
11833         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
11834         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
11835         icons, except up_arrow, which is left-arrow rotated.
11837         * imenu.el (imenu-add-to-menubar): Fix last change.
11839 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
11841         * generic-x.el (rul-generic-mode): Remove eval-when-compile
11842         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
11844 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
11846         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
11847         typos in doc strings.
11849         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
11850         the doc strings how to customize Font Lock faces.
11852         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
11853         computing growth when dragging the header line.
11855 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
11857         * simple.el (kill-line): Doc fix.
11859 2000-10-08  Miles Bader  <miles@gnu.org>
11861         * faces.el (secondary-selection): Make foreground visible on tty.
11863         * jka-compr.el (auto-compression-mode): Move to the end of the
11864         file, because `define-minor-mode' actually calls the mode-function
11865         if the associated variable is non-nil, which requires that all
11866         needed functions be already defined.
11867         (with-auto-compression-mode): Add autoload cookie.
11869 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
11871         * files.el (find-backup-file-name) [ms-dos]: If support for long
11872         file names is not available, behave as if version-control were set
11873         to never.
11875 2000-10-07  Dave Love  <fx@gnu.org>
11877         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
11878         (browse-url-gnome-moz): New function.
11879         (browse-url-browser-function): Use it.
11880         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
11882 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
11884         * indent.el (tab-always-indent): New var.
11885         (indent-for-tab-command): Use it.
11887         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
11888         raise an error.  This way it can still default to a sane value.
11890 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
11892         * startup.el (fancy-splash-screens): Use local rather than global map.
11893         Don't use `update-menu-bindings' any more.
11894         Get rid of assumptions about keymap representation.
11896 2000-10-06  Dave Love  <fx@gnu.org>
11898         * textmodes/fill.el (sentence-end-double-space)
11899         (sentence-end-without-period):  Doc fix.
11900         (adaptive-fill-regexp): Purecopy.
11901         (unjustify-current-line): Use line-end-position.
11902         (fill-individual-paragraphs-prefix): Use line-beginning-position.
11904         * net/eudc-vars.el (eudc): Add :version, :link.
11906         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
11908         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
11909         Fix for define-minor-mode.
11910         (function-at-point): Alias to function-called-at-point.
11912         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
11914         * simple.el (backward-word): Doc fix.
11916         * image-file.el (image-file-name-regexp): image-file-regexps ->
11917         image-file-name-regexps.
11918         (image-file-name-extensions): Add pbm.
11920 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
11922         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
11923         and add filename to the names so that diff-mode can jump to source.
11925         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
11926         (tex-font-lock-keywords, tex-font-lock-keywords-2)
11927         (tex-font-lock-keywords-1): Remove.
11928         (font-lock-turn-on-thing-lock): Use jit-lock-register.
11929         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
11930         (font-lock-default-fontify-region):
11931         Expand beg..end correctly when just following a multiline region.
11932         (font-lock-fontify-anchored-keywords):
11933         Include the anchor text as part of the multiline.
11935 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
11937         * loadup.el (toplevel): Load `loaddefs' before `help' because the
11938         latter needs the autoloaded define-minor-mode macro during the
11939         bootstrap.
11941         * startup.el (command-line): For now, activate tool-bar-mode only
11942         if XPM images are supported.
11944         * mouse.el (mouse-drag-header-line): Don't allow resizing a
11945         window by dragging a header-line at the top of the frame; that's
11946         confusing because the header-line doesn't move.
11947         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
11948         of treating the event as a list.  Some cleanup.
11950 2000-10-06  Miles Bader  <miles@gnu.org>
11952         * simple.el (display-message-or-buffer): New function.
11953         (shell-command-on-region): Use `display-message-or-buffer'.
11955         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
11956         docstring parts.
11958         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11959         (smbclient-prompt-regexp): Add usage note to doc string.
11960         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
11961         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
11962         Use add-hook for adding the comint filter function, and only do so
11963         if it's not already in the global hook list.
11964         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
11965         to `make-local-variable'.
11966         (nslookup-font-lock-keywords): Remove prompt entry.
11967         (nslookup): Don't set the process-filter.
11968         (finger): Exit the loop correctly when the regexps list runs out.
11969         (ftp, smbclient, smbclient-list-shares):
11970         Set the real major mode immediately, not after execing.
11971         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
11973         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
11975 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
11977         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
11979         * which-func.el (which-func-format): Remove spurious space.
11980         (which-func-mode): Don't make it permanent-local.
11981         (which-func-ff-hook): Allow which-func-maxout to be nil.
11982         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
11983         (which-func-mode): Simplify.
11984         Use post-command-idle-hook rather than post-command-hook.
11985         Go through all buffers and update their state.
11986         (which-function): Also try add-log-current-defun-function.
11988         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
11989         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
11990         Update call to with-vc-properties accordingly.
11991         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
11992         (vc-revert-buffer): More careful about window selection and deletion.
11993         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
11995         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
11996         (cvs-retrieve-revision): Reuse a pre-existing buffer.
11997         (cvs-dired-action): Change the default to quickdir.
11999         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12000         if comment-indent-function returns nil.
12001         (comment-indent-default): New function.
12002         (comment-indent-function): Use it and document the new semantics.
12004         * image-file.el: Docstring fixes.
12006         * help.el (help-xref-on-pp): Use match-string.
12007         (describe-variable): New arg BUFFER.
12008         Store the current buffer in the help-xref-stack.
12009         (temp-buffer-resize-mode): Use define-minor-mode.
12011         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12012         consistently with its docstring.
12013         Set jit-lock-first-unfontify-pos in an idempotent way.
12014         (jit-lock-register): Autoload and add arg CONTEXTUAL.
12016 2000-10-05  Alex Schroeder  <alex@gnu.org>
12018         * sql.el (sql-mysql-options): New variable.
12019         (sql-mysql): Use it.
12021 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
12023         * image.el (image): New group.
12025         * smerge-mode.el (smerge-mine-face, smerge-other-face)
12026         (smerge-base-face, smerge-markers-face): Add dark-background variants.
12028 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
12030         * net/net-utils.el (nslookup-font-lock-keywords)
12031         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12032         Ignore the value of wqindow-system; always define keywords
12034 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
12036         * startup.el (fancy-splash-screens): Remove the code for
12037         debugging; `(trace-to-stderr "EXITTT\n")'.
12039 2000-10-05  Miles Bader  <miles@gnu.org>
12041         * diff-mode.el (diff-goto-source): Update call to
12042         `diff-hunk-status-msg' to reflect new REV variable.
12044 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
12046         * progmodes/icon.el (icon-mode):
12047         Don't gratuitously override the default for comment-column.
12049         * vc-hooks.el (vc-mode-line): Fix interactive spec.
12051         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12052         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12053         (jit-lock-functions): New var.
12054         (jit-lock-function-1): Use it if non-nil.
12055         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
12056         Set the `fontified' property before doing the fontification to avoid
12057         repeatedly going through the same error.
12058         Don't turn errors into messages.
12059         (jit-lock-register, jit-lock-unregister): New functions.
12061         * dired.el (dired-mark-pop-up): Turn comment into docstring.
12062         Use with-current-buffer.
12064         * dired-aux.el (dired-do-create-files, dired-kill-tree):
12065         Turn comment into docstring.
12067         * apropos.el (apropos-mode): Use define-derived-mode.
12069 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
12071         * startup.el (fancy-splash-pending-command): New variable.
12072         (fancy-splash-pre-command): New function.
12073         (fancy-splash-screens): Rewritten.
12074         (command-line-1): If fancy-splash-pending-command is set, call it
12075         interactively.
12077 2000-10-04  Dave Love  <fx@gnu.org>
12079         * toolbar/tool-bar.el (tool-bar-setup): New function.
12080         (tool-bar-mode): Use it.
12082         * subr.el (substitute-key-definition): Doc fix.
12083         (play-sound-file): New command.
12085 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
12087         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12088         vc-version-backup-file-name): New functions.
12090         * files.el (basic-save-buffer): Call vc-before-save before saving.
12092         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12093         vc-cvs-stay-local-p.
12095         * vc.el (vc-revert-buffer): Handle empty diff properly.
12096         (vc-version-backup-file): New function.
12097         (vc-checkout): Create a version backup if necessary.
12098         (vc-checkin): If a version backup file exists, delete it.
12099         (vc-version-diff): Diff locally using version backups, if available.
12100         (vc-revert-file): If there's a version backup, revert locally.
12101         (vc-transfer-file): Use version backup for base version, if
12102         available.  If not, ask for confirmation whether to get it from the
12103         server.  Update mode line before check-in.
12105 2000-10-04  Dave Love  <fx@gnu.org>
12107         * toolbar/tool-bar.el (tool-bar-setup): New function.
12108         (tool-bar-mode): Use it.
12110 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
12112         * net/net-utils.el (nslookup-font-lock-keywords)
12113         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12114         Only set if window-system is non-nil
12115         (net-utils-run-program): Returns buffer.
12116         (network-connection-reconnect): Added this function.
12118         * generic.el:
12119         Incorporates extensive cleanup and docfixes by
12120         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12121         Uses cl compile-time macros.
12122         (generic-mode-name, generic-comment-list)
12123         (generic-keywords-list, generic-font-lock-expressions)
12124         (generic-mode-function-list, generic-mode-syntax-table):
12125         Removed variables.
12126         (generic-mode-alist): Renamed to generic-mode-list.
12127         (generic-find-file-regexp): Default changed to "^#".
12128         (generic-read-type): Uses completing read on generic-mode-list.
12129         (generic-mode-sanity-check): removed this function.
12130         (generic-add-to-auto-mode): Removed this function
12131         (generic-mode-internal): Bind mode-specific definitions
12132         into function instead of putting them in alist.
12133         (generic-mode-set-comments): Reworked extensively.
12134         (generic-mode-find-file-hook): Simplified regexp searching
12135         (generic-make-keywords-list): Omit extra pair of parens
12137         * find-lisp.el (find-lisp-find-files-internal):
12138         Make sure directory name ends with "/".
12140         * generic-x.el (apache-conf-generic-mode):
12141         Regexp now allows leading whitespace.
12142         (rc-generic-mode): Added eval-when-compile
12143         around generic-make-keywords-list.
12144         Deleted duplicate regexp
12145         (rul-generic-mode): Added eval-when-compile
12146         around generic-make-keywords-list.
12147         (etc-fstab-generic-mode): New generic mode.
12148         (rul-generic-mode): Removed one eval-when-compile
12149         which caused a max-specpdl-size exceeded error.
12151 2000-10-04  Miles Bader  <miles@gnu.org>
12153         * simple.el (minibuffer-temporary-goal-position): New variable.
12154         (next-history-element): Try to keep the position of point in the
12155         input string constant.
12157         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12158         (dired-do-create-files): If there's only one file, pass it in as
12159         the DEFAULT arg to dired-mark-read-file-name.
12161 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
12163         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12164         (diff-goto-source): Be smarter when choosing REVERSE or not.
12166         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12167         (texinfo-mode-menu): Add an explicit shortcut for update all.
12169 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
12171         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12172         factorize backend-specific code cleanly (this was essentially
12173         conceived by Stefan Monnier).
12174         (vc-unregister): Function removed.
12175         (vc-revert-file): New function.
12176         (vc-revert-buffer): Delegate some of the work to it.
12178         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12179         default branch unconditionally.
12180         (vc-rcs-set-default-branch): New function.
12181         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12182         (vc-rcs-checkin): If an appropriate default branch has been set,
12183         force creation of that branch.
12184         (vc-rcs-receive-file): Rewritten to contain only backend-specific
12185         code (as suggested by Stefan Monnier).
12187 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
12189         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12190         highlighting overlay with a different face over the overlay
12191         isearch uses to highlight the current match because that can lead
12192         to bad face combinations.
12194         * loadup.el (toplevel): Load faces before isearch.
12196         * isearch.el (isearch-faces): New custom group.
12197         (isearch): New defface; was already tested for in the code.
12198         (isearch-lazy-highlight-face): Changed to defface from defcustom.
12199         (isearch-highlight): Always use face `isearch'.
12201 2000-10-02  Dave Love  <fx@gnu.org>
12203         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12204         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
12205         comparison of opcode with operand.
12207 2000-10-03  Miles Bader  <miles@gnu.org>
12209         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12210         buffer, since the echo area will now grow to accommodate them.
12212 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
12214         * vc-hooks.el (vc-registered): If FILE used to be registered under
12215         a certain backend, try that one first.
12217         * vc.el (vc-responsible-backend): Undo the previous change in the
12218         argument list.  Handle multiple backends correctly.
12219         (vc-find-new-backend): Function removed.
12220         (vc-register): Use vc-responsible-backend, as before.
12221         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12223 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
12225         * startup.el (fancy-splash-head): Change message below the
12226         logo.
12228 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
12230         * diff-mode.el (diff-goto-source): Emit a status message.
12231         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12232         (diff-test-hunk): Fix doc string.
12233         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12234         (diff-advance-after-apply-hunk): New variable.
12235         (diff-apply-hunk): Don't return a value.
12237 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
12239         * vc.el (vc-editable-p): Minor optimization.
12240         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12241         (vc-find-new-backend): New function split from vc-responsible-backend.
12242         (vc-register): Use it.
12243         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12244         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12245         (vc-default-unregister, vc-revert-buffer): Docstring fix.
12246         (vc-clear-headers): Don't use find-file.
12247         (vc-revert-buffer): Use `and' again (must have been a braino).
12248         (vc-switch-backend): Only prompt if requested.
12249         Short circuit if nothing is to be done.
12250         Don't use vc-resynch-buffer which could lose unsaved editing.
12251         (vc-default-receive-file): Update call to vc-unregister.
12252         (with-vc-file, vc-next-action-on-file):
12253         Use vc-backend rather than vc-registered.
12254         (vc-next-action-on-file): Use intern-soft.
12255         Deal with read-only *vc-diff* buffer.
12256         (vc-transfer-file): Docstring fix.
12258         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12259         (vc-rcs-receive-file): Avoid with-vc-properties.
12260         Update call to vc-unregister.
12261         Use constant `RCS' rather than (dynamically bound) var `backend'.
12263 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
12265         * vc.el (vc-next-action-on-file): Update mode line only if file
12266         is visited.
12267         (vc-start-entry): New argument initial-contents.  Don't visit the file
12268         if it isn't already visited.  Brought documentation up-to-date.
12269         (vc-next-action, vc-register): Updated calls to vc-start-entry.
12270         (vc-checkin): New optional arg initial-contents, which is passed to
12271         vc-start-entry.
12272         (vc-finish-logentry): Make sure to bury log buffer only if there
12273         really is one.  Call `vc-resynch-buffer' on log-file, not
12274         buffer-file-name.
12275         (vc-default-comment-history, vc-default-wash-log): New functions.
12276         (vc-index-of): Removed.
12277         (vc-transfer-file): Make do without the above.
12278         (vc-default-receive-file): Call comment-history unconditionally.  Pass
12279         the resulting string to vc-checkin, instead of inserting it into the
12280         comment ring.
12282         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12283         unconditionally.  Use the comments as initial contents of the log
12284         entry buffer.  Document the trick to force branch creation with no
12285         changes.
12287 2000-10-01  Miles Bader  <miles@gnu.org>
12289         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12290         `recenter' with an arg to prevent redrawing the display.
12292 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
12294         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12296         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12298         * progmodes/c-mode.el (c-mode):
12299         Don't gratuitously override the default for comment-column.
12301         * textmodes/tex-mode.el (latex-metasection-list): New var.
12302         (latex-imenu-create-index): Use it.
12303         Move the regexp construction outside loops (and use push).
12304         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12305         (tex-font-lock-keywords): Moved from font-lock.el.
12306         (tex-comment-indent): Remove.
12307         (tex-common-initialization): Don't set comment-indent-function.
12308         (latex-block-default): New var.
12309         (tex-latex-block): Use it to provide a default choice.
12310         Add any unknown choice to latex-block-names.
12311         Insert [...] after {...}.
12312         (tex-last-unended-begin): Simplify regexp.
12313         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12314         (latex-forward-sexp-1, latex-forward-sexp): New functions.
12315         (latex-mode): Set forward-sexp-function.
12317         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12318         Add regexp for @ignore ... @end ignore.
12319         (texinfo-heading-face): New face.
12320         (texinfo-font-lock-keywords): Use it.
12321         (texinfo-mode-menu): New menu.
12322         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12323         New functions.
12324         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12325         (texinfo-section-types-regexp, texinfo-section-level-regexp)
12326         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12327         Remove declaration.
12328         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12330         * delsel.el (delete-selection-mode): Use define-minor-mode.
12332         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12334 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
12336         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12338 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
12340         * replace.el (keep-lines-read-args): New function.
12341         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12342         read arguments interactively.  Add parameters RSTART and REND.
12343         Operate on the active region in Transient Mark mode.
12345         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12347         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12348         (authors-obsolete-files-regexps): New variable.
12349         (authors-add): Don't record changes in obsolete files.
12351 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
12353         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12355         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12356         (comment-indent): Make sure there's a space between code and comment.
12357         Shift comments left to avoid going past fill-column.
12359 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
12361         * startup.el (startup-echo-area-message): New function.
12362         (display-startup-echo-area-message): Use it.
12363         (fancy-splash-screens): Rewritten to use keymaps and a timer.
12364         (fancy-splash-default-action): New function.
12365         (fancy-splash-screens-1): New function.
12366         (fancy-splash-head): Put a help-echo and a keymap under the image.
12368 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
12370         * diff-mode.el (diff-add-log-file-name): Remove.
12371         (diff-mode): Use add-log-buffer-file-name-function.
12373         * add-log.el (find-change-log): New arg BUFFER-FILE.
12374         (add-log-file-name): Obey add-log-file-name-function.
12375         (add-log-buffer-file-name-function): New var.
12376         (add-change-log-entry): Use it.
12378 2000-09-29  Miles Bader  <miles@gnu.org>
12380         * image-file.el (image-file-name-extensions): New variable.
12381         (image-file-name-regexps): Renamed from `image-file-regexps'.
12382         New default value is nil.  Call `auto-image-file-mode'.
12383         (image-file-name-regexp): New function.
12384         (auto-image-file-mode): New minor mode.
12385         (insert-image-file): Don't make conditional on the image-file
12386         handler being enabled.
12387         (image-file-handler): Make the call here conditional instead.
12388         (set-image-file-handler-enabled, enable-image-file-handler)
12389         (disable-image-file-handler): Functions removed.
12391         * emacs-lisp/authors.el (authors-print): Rephrase many-files
12392         string.
12394 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
12396         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
12397         it's a function from CL.
12398         (latex-imenu-create-index): Replace eval-when-compile with progn
12399         because latex-section-alist is not bound while compiling.
12401 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
12403         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
12404         (outline-mode): Use define-derived-mode.
12406         * progmodes/perl-mode.el (perl-mode):
12407         * progmodes/awk-mode.el (awk-mode):
12408         * progmodes/asm-mode.el (asm-mode):
12409         Don't gratuitously override the default for comment-column.
12411         * emacs-lisp/lisp.el (lisp-complete-symbol):
12412         Distinguish the let-binding case from the funcall case.
12413         (forward-sexp-function): New variable.
12414         (forward-sexp): Use it.
12416         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
12417         (easy-mmode-defmap): Remove the now useless autoload.
12419         * time.el (display-time-mode): Use define-minor-mode.
12421         * subr.el (add-minor-mode): Don't eval NAME.
12422         Don't depend on the presence of TOGGLE-FUN for any special behavior.
12423         Use if rather than cond.
12425         * simple.el (read-expression-map): Define more properly.
12426         (comment-indent-hook): Remove.
12427         (string-to-syntax): Bug fix.
12429         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
12430         (cvs-ediff-diff): Fix typo.
12431         (cvs-revert-if-needed): Don't bother preserving read-only.
12433         * paren.el (show-paren-mode): Use define-minor-mode.
12435         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
12436         (toggle-auto-compression): Remove.
12437         (jka-compr-build-file-regexp): Remove useless grouping.
12439         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
12440         Avoid user-reserved bindings.
12441         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
12442         (diff-header-face): Revert to grey85.
12444         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
12446         * complete.el (partial-completion-mode) <defcustom>: Remove.
12447         (partial-completion-mode): Use define-minor-mode.
12448         (PC-do-completion): Understand `completion-auto-help = delay'
12449         to mean to popup the completion buffer only the second time.
12450         (PC-include-file-all-completions, PC-include-file-all-completions)
12451         (PC-include-file-all-completions): Don't quote lambda.
12453         * comint.el (comint-mode-hook): Docstring fix.
12454         (comint-mode): Use define-derived-mode.
12455         (comint-mode-map): Remove obsolete comment.
12456         (make-comint): Minor stylistic change.
12457         (comint-insert-clicked-input): Be more careful to find the overlay.
12458         Use this-command-keys rather than hardcoding mouse-2.
12460         * font-lock.el: Replace confusing (,@ with ,
12461         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
12462         Don't use regexp-opt-depth.  Spice up the regexp for args.
12463         Don't distinguish between cmds that can take an opt arg or not.
12464         Use `append' and `prepend' rather than `keep'.
12466         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
12467         (latex-outline-regexp): New var.
12468         (latex-outline-level): New fun.
12469         (latex-section-alist): New var.
12470         (latex-imenu-create-index): Use it.  Use `push' as well.
12471         (tex-shell-map): Initialize it properly.
12472         (tex-mode): Minor stylistic change.
12473         (plain-tex-mode): Use define-derived-mode.
12474         (latex-mode): Use define-derived-mode.
12475         Construct the paragraph regexps in a more readable way.
12476         Set the buffer-local outline-{level,regexp} vars.
12477         (slitex-mode): Derive from latex-mode.
12478         (tex-common-initialization): Don't kill-all-vars anymore.
12479         Add setting for comment-add and font-lock-defaults.
12480         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
12481         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
12482         (tex-start-tex): New arg DIR (and send a chdir command for it).
12483         Also display the shell buffer and save it in tex-last-buffer-texed.
12484         (tex-region): Use expand-file-name rather than concat.
12485         Remove code made useless by changes in tex-start-tex.
12486         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
12488         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
12490 2000-09-28  Dave Love  <fx@gnu.org>
12492         * eshell/eshell.el (eshell) <defgroup>: Add :version.
12494 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
12496         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
12497         `append'.
12499 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
12501         * info.el (Info-extract-pointer): Undo last change.
12502         Instead, fix the position of the `bound' arg to re-search-backward.
12504 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
12506         * info.el (Info-extract-pointer):
12507         Widen more carefully, to avoid finding pointers in other nodes.
12508         (Info-index): Use push.
12510 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
12512         * frame.el (set-frame-font): Remove call to obsolete function
12513         frame-update-faces.
12514         (set-foreground-color, set-background-color): Likewise for
12515         frame-update-face-colors.
12517 2000-09-27  Miles Bader  <miles@gnu.org>
12519         * image-file.el: New file.
12521 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
12523         * frame.el (frame-notice-user-settings): Don't call
12524         frame-update-faces, which is a no-op now.
12526         * ediff-wind.el (ediff-control-frame-parameters): Add zero
12527         tool-bar-lines.
12529 2000-09-27  Dave Love  <fx@gnu.org>
12531         * mouse.el: Fix last change.
12533 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
12535         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
12537 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
12539         * international/quail.el (quail-help): The output message is
12540         improved.
12542 2000-09-26  Dave Love  <fx@gnu.org>
12544         * mouse.el (popup-menu): If POSITION is nil, set it using
12545         mouse-position.
12547 2000-09-25  Sam Steingold  <sds@gnu.org>
12549         * net/browse-url.el (browse-url-file-url): Check for null maps.
12551 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
12553         * frame.el (frame-notice-user-settings): Don't add a
12554         tool-bar-lines frame parameter to default-frame-alist in batch mode.
12556         * frame.el (frame-notice-user-settings):
12557         Make tool-bar-mode and default-frame-alist consistent.
12559         * toolbar/tool-bar.el (tool-bar-help): New function.
12561 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
12563         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
12564         current-load-list in top-level forms.  Else this leaks a cons cell
12565         every time a defun is called.
12567         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
12569 2000-09-25  Dave Love  <fx@gnu.org>
12571         * startup.el (fancy-splash-head): Check XPM is available.
12573         * autoinsert.el (auto-insert): Doc fix.
12574         (auto-insert-alist): Following GNU notices, don't say `copyright
12575         _by_'.  Use line-beginning-position.
12576         (auto-insert): Check buffer-file-name is non-nil before use.
12578 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
12580         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
12581         starting with `@def' or `@multitable', in addition to ones
12582         specified by the user in auto-fill-inhibit-regexp.
12584 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
12586         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
12587         rmail-dont-reply-to-names matches the empty string.
12589 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
12591         * startup.el (command-line-1, fancy-splash-text): Change the
12592         text to sound more friendly.
12594 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
12596         * progmodes/hideshow.el: Update author email address.
12597         Generally, sync w/ maintainer version 5.22.
12598         (hs-hide-all-non-comment-function): New var.
12599         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
12600         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
12601         (hs-show-region): Delete this command.
12602         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
12604 2000-09-22  Dave Love  <fx@gnu.org>
12606         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
12607         (hl-line-highlight): Specify buffer when moving overlay.
12609         * progmodes/fortran.el (fortran-mode): Locally set
12610         normal-auto-fill-function.
12611         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
12612         (fortran-mode-map): Adjust auto-fill menu entry.
12614 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
12616         * vc-rcs.el (toplevel): Require `vc' when compiling.
12618         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
12620 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
12622         * vc.el (vc-switch-backend): Signal an error if the file is not
12623         registered under the new backend.
12625         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
12626         without explicit revision number.
12628 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
12630         * diff-mode.el (diff-file-header-face): Reset to its previous value.
12631         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
12632         (diff-xor): New function.
12633         (diff-find-source-location): Use it.  Fix a stupid name clash.
12634         (diff-hunk-status-msg): New function.
12635         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
12636         (diff-test-hunk): Use diff-find-source-location.
12637         (diff-goto-source): Favor the `reverse'.
12638         (diff-hunk-text): Properly handle one-sided context diffs.
12639         (diff-apply-hunk): When done, advance to the next hunk.
12641 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
12643         * startup.el (command-line): If frame was created with a non-zero
12644         tool-bar-lines parameter, switch tool-bar-mode on.
12646         * add-log.el (change-log-date-face, change-log-name-face)
12647         (change-log-email-face, change-log-file-face)
12648         (change-log-list-face, change-log-conditionals-face)
12649         (change-log-function-face, change-log-acknowledgement-face):
12650         New faces, inheriting from font-lock faces.
12651         (change-log-font-lock-keywords): Use them.
12653 2000-09-21  Dave Love  <fx@gnu.org>
12655         * progmodes/cperl-mode.el (top-level): Clean up
12656         `eval-when-compile's and assorted defvars.
12657         (cperl-invalid-face): Don't double-quote value.  Change custom
12658         type.
12659         (cperl-mode): Set normal-auto-fill-function and don't zap
12660         auto-fill-function.
12661         (cperl-imenu--function-name-regexp-perl): Renamed from
12662         imenu-example--function-name-regexp-perl.
12663         (cperl-imenu--create-perl-index): Renamed from
12664         imenu-example--create-perl-index.
12665         (cperl-xsub-scan): Don't require cl.
12667         * msb.el (msb-mode-map): Use substitute-key-definition.
12668         (msb-mode): Use msb-mode-map.
12670 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
12672         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
12673         New functions.
12674         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
12675         (vc-switch-backend): New function.
12676         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
12677         (vc-register): Fix prompt.
12678         (vc-unregister, vc-default-unregister): New functions.
12679         (vc-version-diff): Handle empty buffer in sentinel.
12681         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
12682         (vc-rcs-state-heuristic): Use it to guess the state of files with
12683         non-strict locking.
12684         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
12685         been set with -b, but not created yet.
12686         (vc-rcs-fetch-master-state): With non-strict locking, compare file
12687         contents in order to find the state.
12688         (vc-rcs-checkin): Allow creation of branches with no changes.
12689         (vc-rcs-unregister, vc-rcs-receive-file)
12690         (vc-rcs-set-non-strict-locking): New functions.
12692         * vc-hooks.el (vc-name): Force correct computation of the value
12693         in case it is missing.
12695 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
12697         * startup.el (fancy-splash-tail): Use a different foreground
12698         color on a dark frame background.
12700 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
12702         * info.el: Use the correct capitalization when making Info-mode
12703         and Info-edit-mode `special' modes.
12705 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
12707         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
12708         (diff-mode): Add support for add-log.el.
12709         (diff-hunk-text): Use char offsets rather than line offsets.
12710         (diff-find-source-location): Replace LINE with line-offset (nil
12711         if not found) and always set POS to a meaningful position.
12712         Adapt to the new char-offsets.
12713         (diff-apply-hunk): Drop support for the unused `select' POPUP.
12714         Adapt to the new diff-find-source-location.
12715         (diff-goto-source): Adapt to the new diff-find-source-location.
12717         * add-log.el (add-log-file-name): New function (split out of
12718         add-change-log-entry).
12719         (add-change-log-entry): Use it.
12720         Call add-log-file-name-function with the changelog file name if
12721         the current buffer is not associated with any file.
12722         Avoid find-file if the selected window is dedicated.
12724         * diff-mode.el (diff-find-source-location):
12725         Move code from diff-apply-hunk.  Return buffer rather than file.
12726         (diff-apply-hunk): Use the new result from  diff-find-source-location.
12727         (diff-goto-source): Use the new diff-find-source-location.
12729 2000-09-20  Dave Love  <fx@gnu.org>
12731         * iswitchb.el: Some doc fixes.
12732         (iswitchb-mode-map): Define completely initially.  Inherit
12733         minibuffer-local-map.
12734         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
12735         fundamental-mode.
12736         (iswitchb-global-map): New variable.
12737         (iswitchb-summaries-to-end): Amalgamate regexps.
12738         (iswitchb-mode): New.
12739         (iswitchb-mode-hook): New variable.
12740         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
12741         `extensions'.
12743 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
12745         * ehelp.el (electric-help): New defgroup.
12746         (electric-help-shrink-window): New user-option.
12747         (with-electric-help): Use it.
12749         * window.el (shrink-window-if-larger-than-buffer): If face
12750         `mode-line' has a :box, and we're on a graphical frame, add 1
12751         to the needed window height.
12753         * frame.el (frame-notice-user-settings): Add a last parameter nil
12754         to a call to `append', because the last list passed to `append' is
12755         not copied, and so subsequent calls to assq-delete-all will modify
12756         default-frame-alist.
12758         * startup.el (fancy-splash-image): Change :type.
12759         (fancy-splash-head): Use an XBM image if appropriate.
12760         (command-line-1): Show splash screens in more cases.
12762         * startup.el (fancy-splash-text): Don't quote faces.
12764         * dired.el (dired-font-lock-keywords): Undo last change.
12765         (dired-readin): Bind indent-tabs-mode to nil.
12767         * startup.el (fancy-splash-head): If frame's background mode
12768         is `dark', change the black background of the image to gray.
12769         (fancy-splash-screens): Display startup echo area message.
12770         (display-startup-echo-area-message): New function.
12772 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
12774         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
12776         * info.el (info-header-node): Tweak for color ttys.
12778         * faces.el (face-valid-attribute-values): Make sure directories we
12779         search for stipples both exist and are readable before trying to
12780         search them.
12782         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
12783         in the dry-run case.
12785         * jka-compr.el (with-auto-compression-mode): New macro.
12787         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
12788         (custom-group-tag-face, custom-variable-tag-face): Use relative
12789         :height and inherit from `variable-pitch' face instead of
12790         hardwiring :family.
12791         * hi-lock.el (hi-black-hb): Likewise.
12793         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
12794         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
12795         toolbar-add-item, if image doesn't have a mask add a `:mask
12796         heuristic'.
12798 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
12800         * diff-mode.el: Docstring fixes.
12801         (diff-header-face, diff-comment-face): New faces.
12802         (diff-font-lock-keywords): Highlight a bit differently.
12803         (diff-find-source-location): Don't return SPAN any more.
12804         (diff-hunk-text): Don't bother erasing the temp buffer.
12805         (diff-find-text): Drop argument LINE.
12806         (diff-apply-hunk): Update calls to diff-find-text.
12807         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
12809         * calendar/calendar.el: Docstring fixes.
12810         (calendar-make-alist): Don't quote lambda.
12811         (calendar-star-date): Use make-local-variable.
12813 2000-09-19  Dave Love  <fx@gnu.org>
12815         * toolbar/tool-bar.el: Renamed from toolbar.el.
12816         Change `toolbar' to `tool-bar' generally in symbols.
12817         Make some items invisible in `special' major modes.
12818         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
12819         Add arg PROPS.
12821         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
12822         Add :version here.
12823         (fancy-splash-delay, fancy-splash-image): Remove :version here.
12825 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
12827         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
12829         * files.el (find-file-suppress-same-file-warnings): New user-option.
12830         (find-file-noselect): Use it.
12832         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
12833         (fancy-splash-screen): Defgroup.
12835         * add-log.el (change-log-font-lock-keywords): Match names
12836         more exactly for the case that font-lock-constant-face is
12837         underlined.
12839 2000-09-19  Richard M. Stallman  <rms@gnu.org>
12841         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
12843 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
12845         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
12847 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
12849         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
12850         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
12851         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
12852         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
12853         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
12854         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
12855         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
12856         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
12857         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
12858         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
12859         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
12860         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
12862         * startup.el (fancy-splash-text): New variable.
12863         (fancy-splash-delay, fancy-splash-image): New user-options.
12864         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
12865         (fancy-splash-screens): New functions.
12866         (command-line-1): If display has a `display' frame parameter, has
12867         colors, and we have XPM support, show more fancy splash screens.
12869 2000-09-19  Dave Love  <fx@gnu.org>
12871         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
12872         with null `help'.  Use modern backquote syntax.
12874 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
12876         * font-lock.el (font-lock-mode): Change message telling the user
12877         that ``the buffer is too big''.
12879         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
12880         for instance for the case that tab-width is 2.
12882 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
12884         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
12885         toolbar-add-item, if image doesn't have a mask add a `:mask
12886         heuristic'.
12888 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
12890         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
12891         and return a cons if it's non-nil.
12892         (diff-apply-hunk): Try to jump to the line in the source text
12893         corresponding to the position of point in the in the hunk.
12895         * info.el (Info-title-3-face, Info-title-2-face)
12896         (Info-title-1-face): Use face inheritance and relative sizes
12897         instead of hard-wiring things.
12899         * faces.el (secondary-selection): Make dark-background variant sane.
12901 2000-09-16  Andrew Innes  <andrewi@gnu.org>
12903         * makefile.w32-in (compile-files-CMD): No need to make .elc files
12904         read-only, since they aren't under VC now.
12906 2000-09-17  Dave Love  <fx@gnu.org>
12908         * tmm.el: Replace mapcar with mapc in several places.
12910         * loadhist.el (unload-feature): Maybe call elp-restore-list and
12911         ad-unadvise.
12913         * international/latin1-disp.el: New file.
12915         * calendar/cal-move.el (scroll-calendar-left)
12916         (scroll-calendar-right): Make arg optional (for active mode line).
12918         * calendar/calendar.el (calendar-mode-line-format): Make fields
12919         mouse-sensitive.
12920         (calendar-read-date, calendar-read-date, calendar-window-list):
12921         Unquote lambda.
12922         (calendar-month-name): Use aref, not sref.
12924         * view.el (minor-mode-alist): Propertize the string.
12926         * international/characters.el (standard-case-table): Add entries
12927         for Greek.
12929 2000-09-18  Miles Bader  <miles@gnu.org>
12931         * info.el (info-node, info-xref): Add dark-background variants.
12933         * faces.el (header-line): Change defaults to be less confusing
12934         when mixed with mode-lines.
12936         * info.el (Info-fontify-node): Make a few cleanups.
12937         Add extra `help-echo' and `local-map' props to node xrefs.
12938         Use header-specific faces for node-names & xrefs.
12939         (Info-use-header-line): New variable.
12940         (info-header-xref, info-header-node): New faces.
12941         (Info-setup-header-line): New function.
12942         (Info-select-node): Call Info-setup-header-line when enabled.
12943         (Info-extract-pointer): Work even if the header line is hidden.
12944         (Info-header-line): New variable.
12946 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
12948         * vms-patch.el (print-region-function): Don't quote lambda.
12950         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
12952         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
12953         (lm-get-header-re): Allow spaces between the header and the colon.
12954         (lm-header): Allow $ in non-RCS headers.
12955         (lm-header-multiline): Put the strings back into order.
12956         Stop at an empty line.  Don't require two space chars if the
12957         line is clearly not another header line.
12959         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
12960         (popup-menu-popup): Remove.
12962 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
12964         * toolbar/toolbar.el (toolbar-add-item): Use the same image
12965         specification if or if not tool-bar item contains an `:enabled'
12966         property.
12968         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
12969         current buffer has no file name.
12971 2000-09-15  Dave Love  <fx@gnu.org>
12973         * strokes.el: Sync with maintainer's current version with changes
12974         for Emacs, but avoid runtime cl and levents.
12975         (toplevel):  Change autoloads and compilation requires.
12976         (strokes-version, strokes-bug-address, strokes-lift): Values
12977         changed.
12978         (strokes-xpm-header, strokes-insinuated): New variable.
12979         (strokes): Add :link.
12980         (strokes-mode): Customized.
12981         (strokes-while-inhibiting-garbage-collector): New macro.
12982         (strokes-remassoc): Avoid remove-if.
12983         (strokes-fix-button2-command): Don't use ad-do-it.
12984         (strokes-insinuate): New function.
12985         (strokes-button-press-event-p, strokes-button-release-event-p):
12986         New functions, used instead of non-`strokes-' versions..
12987         (strokes-mouse-event-p): Rewritten.
12988         (strokes-event-closest-point): Avoid event-point.
12989         (strokes-get-grid-position): Avoid cdadr, caadr
12990         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
12991         functions.
12992         (strokes-help): Use with-output-to-temp-buffer.
12993         (strokes-window-configuration-changed-p): New function.
12994         (strokes-update-window-configuration): Use buffer-live-p,
12995         strokes-window-configuration-changed-p.
12996         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
12997         (strokes-char-face): New face.
12998         (strokes-char-table, strokes-base64-chars): New variable.
12999         (strokes-xpm-for-stroke, strokes-list-strokes)
13000         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13001         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13002         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13003         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13004         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13005         functions.
13007 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
13009         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13011         * image.el (create-image): Doc fix.
13013         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13014         instead of `:heuristic-mask t'.
13016 2000-09-14  Andrew Innes  <andrewi@gnu.org>
13018         * makefile.w32-in: Revert to Unix line endings.
13020 2000-09-14  Andrew Innes  <andrewi@gnu.org>
13022         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
13023         when installing.
13025         * makefile.nt (DONTCOMPILE): Fix typo.
13027         * shell.el (shell-write-history-on-exit): New function.
13028         (shell-dumb-shell-regexp): New custom variable.
13029         (shell-mode): Make shell-write-history-on-exit the process
13030         sentinel if shell name matches shell-dumb-shell-regexp.
13032         * w32-fns.el: Comment out before-init-hook function which resets
13033         source-directory based; this breaks bootstrap.
13035 2000-09-14  Dave Love  <fx@gnu.org>
13037         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13038         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13039         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13040         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13041         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13042         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13043         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
13044         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
13045         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13047         * toolbar/toolbar.el: New.
13049         * subdirs.el: Add toolbar.
13051 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
13053         * indent.el (indent-for-tab-command): Doc fix.
13055 2000-09-14  Alex Schroeder  <alex@gnu.org>
13057         * ansi-color.el (ansi-colors): Doc change.
13058         (ansi-color-get-face): Simplified regexp.
13059         (ansi-color-faces-vector): Added more faces, doc change.
13060         (ansi-color-names-vector): Doc change.
13061         (ansi-color-regexp): Simplified regexp.
13062         (ansi-color-parameter-regexp): New regexp.
13063         (ansi-color-filter-apply): Doc change.
13064         (ansi-color-filter-region): Doc change.
13065         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13066         deal with zero length parameters.
13067         (ansi-color-apply-on-region): Doc change.
13068         (ansi-color-map): Doc change.
13069         (ansi-color-map-update): Removed debugging message.
13070         (ansi-color-get-face-1): Added condition-case to trap
13071         args-out-of-range errors.
13072         (ansi-color-get-face): Doc change.
13073         (ansi-color-make-face): Removed.
13074         (ansi-color-for-shell-mode): New option.
13076 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
13078         * international/quail.el (quail-start-translation): Translate KEY
13079         if necessary even if it doesn't have any mapping in the current
13080         input method.
13081         (quail-start-conversion): Likewise.
13082         (quail-help): The output message is improved.
13084 2000-09-13  Miles Bader  <miles@gnu.org>
13086         * comint.el (comint-output-filter): Revert to using
13087         `insert-before-markers'.  Add bletcherous hack to undo damage
13088         caused by `insert-before-markers'.  Put `front-sticky' property on
13089         overlays created here so that the field code understands how the
13090         overlay works.  Use a let when making comint-last-prompt-overlay,
13091         so that the code is easier to read.
13093 2000-09-13  Dave Love  <fx@gnu.org>
13095         * wid-edit.el (widget-default-format-handler): DTRT when
13096         doc-property is a function.
13098 2000-09-12  Francesco Potorti`  <pot@gnu.org>
13100         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13101         filed name if it's not there.
13103 2000-09-12  Dave Love  <fx@gnu.org>
13105         * simple.el (read-mail-command): Doc fix.
13106         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13108         * vc.el (vc-dired-listing-switches): Fix :version.
13110         * vc-hooks.el: Doc fixes.
13112         * subr.el (add-minor-mode): Use toggle-fun arg.
13114         * speedbar.el: Add :version to several defcustoms.
13116         * imenu.el (imenu--truncate-items, imenu--cleanup)
13117         (imenu--generic-function): Avoid mapcar.
13118         (imenu--replace-spaces): Function removed.
13119         (imenu--completion-buffer): Use subst-char-in-string.
13120         (imenu-add-to-menubar): Use keymap inheritance.
13122 2000-09-12  Miles Bader  <miles@gnu.org>
13124         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13125         (diff-mode-map): Bind `diff-test-hunk'.
13126         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13128 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
13130         * bytecomp.el (byte-compile-defvar): Undo last change
13131         because it breaks '(make-variable-buffer-local (defvar ...)'
13132         which is used at least in dired.
13134 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
13136         * international/quail.el (quail-define-package): Docstring
13137         modified.
13139 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
13141         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13142         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13143         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
13144         docstring of "chinese-py".
13146         * international/quail.el (quail-translation-docstring): New
13147         variable.
13148         (quail-show-keyboard-layout): Docstring modified.
13149         (quail-select-current): Likewise.
13150         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13151         infinite recursive call.
13152         (quail-help): Check quail-translation-docstring.  Format of the
13153         output changed.
13154         (quail-help-insert-keymap-description): Adjusted for the above
13155         change.
13157 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
13159         * bytecomp.el (byte-compile-defvar): Only cons onto
13160         current-load-list in top-level forms.  Else this leaks a cons cell
13161         every time a defun is called.
13163 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
13165         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13166         Now understands non-unified diffs.  Some functionality moved into
13167         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
13168         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
13169         modify anything.  Only reposition point in the patched file if the
13170         patch succeeds.  Only pop up another window if POPUP is true.
13171         Emit a message describing what happened if successful, and at what
13172         line-offset.  Automatically detect reversed hunks and do something
13173         appropriate.
13174         (diff-hunk-text, diff-find-text): New functions.
13175         (diff-filter-lines): Function removed.
13176         (diff-test-hunk): New function.
13177         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13179 2000-09-10  Dave Love  <fx@gnu.org>
13181         * textmodes/tildify.el: Minor doc/commentary fixes.
13182         (tildify) <defgroup>: Add :version.
13184         * faces.el (face-x-resources): Make custom type more specific.
13185         (frame-background-mode): Use mapc.
13186         (region) <defcustom>: Add :version.
13188 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
13190         * vc-sccs.el (vc-sccs-register):
13191         * vc-rcs.el (vc-rcs-register):
13192         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13193         * vc.el (vc-register): Clear file's properties.
13195 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
13197         * faces.el (face-spec-set): Only face-spec-reset-face when
13198         ATTRS is non-nil.
13200 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
13202         * help.el (help-insert-xref-button): Fix a typo in doc string.
13204 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
13206         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13207         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13208         methods.
13210         * menu-bar.el (read-mail-item-name): New function.
13211         (menu-bar-tools-menu): Use it to compute and display the package
13212         used to read email.
13213         (menu-bar-tools-menu): Fix typo in GUD's help string.
13215 2000-09-07  Dave Love  <fx@gnu.org>
13217         * diff-mode.el (diff-mouse-goto-source): New function.
13219         * vc-sccs.el: Doc fixes.
13220         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13222         * vc-rcs.el: Doc fixes.
13223         (vc-rcs-register-switches, vc-rcs-checkin-switches)
13224         (vc-rcs-checkout-switches, vc-rcs-header)
13225         (vc-rcs-master-templates): Add or change :version.
13227         * vc-cvs.el: Doc fixes.
13228         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13229         (vc-cvs-stay-local): Add :version.
13231         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13233 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
13235         * international/quail.el (quail-help): Fix previous change.
13237 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
13239         * faces.el (color-values): Doc fix.
13241         * faces.el (frame-set-background-mode): Use frame-parameter
13242         instead of frame-parameters.
13244         * frame.el (filtered-frame-list): Reduce consing.
13245         (frames-on-display-list): Call frame-parameter instead of
13246         frame-parameters.
13248 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
13250         * language/devan-util.el (devanagari-to-indian-region): In the
13251         loop, change the following char, not preceding char.
13253 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
13255         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13256         instead of frame-parameters.
13258         * faces.el (set-face-attribute): Simplify by calling
13259         internal-set-lisp-face-attribute with FRAME being 0.
13261         * vc.el: Remove `Id' version control keyword.
13263 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
13265         * help.el (help-make-xrefs): Adjusted for the change of
13266         help-xref-mule-regexp.
13267         (help-insert-xref-button): New function.
13269         * international/mule-cmds.el (help-xref-mule-regexp-template):
13270         Include the pattern for character set.
13271         (leim): New group.
13273         * international/quail.el: Don't require face.
13274         (quail): New group.
13275         (quail-other-command): Dummy command to make quail-help work better.
13276         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13277         (quail-keyboard-layout-substitution): New variable.
13278         (quail-update-keyboard-layout): New function.
13279         (quail-keyboard-layout-type): New customizable variable.
13280         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13281         (quail-keyboard-translate): Pay attention to
13282         quail-keyboard-layout-substitution.
13283         (quail-insert-kbd-layout): New function.
13284         (quail-show-keyboard-layout): New function.
13285         (quail-get-translation): If the definition is a vector of length
13286         1, and the element is a string of length 1, return the character
13287         in that string.
13288         (quail-update-current-translations): Fix the case of
13289         relative-index out of range.
13290         (quail-build-decode-map, quail-insert-decode-map): New Functions.
13291         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13292         Show key sequences for all available characters.
13293         (quail-help-insert-keymap-description): Don't show such verbose
13294         key bindings as quail-self-insert-command.
13296         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13297         Format changed, and each element now have extra documentations.
13298         (tit-process-header): Delete invalid characters from TIT-PROMPT.
13299         Adjusted for the change of quail-cxterm-package-ext-info.
13301 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
13303         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13304         requiring it leads to a recursive loading of vc.el and vc-hooks.el
13305         during bootstrap.
13307 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
13309         * vc.el: (toplevel): Don't require `dired' at run-time.
13310         (vc-dired-resynch-file): Remove autoload cookie.
13312 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
13314         * vc.el: Made several backend functions optional.
13315         (vc-default-responsible-p): New function.
13316         (vc-merge): Use RET for first version to trigger merge-news, not
13317         prefix arg.
13318         (vc-annotate): Handle backends that do not support annotation.
13319         (vc-default-merge-news): Removed.  The existence of a merge-news
13320         implementation is now checked on caller sites.
13322         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13323         case.
13325         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13326         special case that has been removed from the default in vc-hooks.el.
13328 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
13330         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13332 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
13334         * vc-hooks.el: Require vc during compilation.
13335         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13336         macro `with-vc-properties' in vc.el.
13337         (vc-file-getprop): Doc fix.
13338         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13340         * vc.el: Require dired-aux during compilation.
13341         (vc-name-assoc-file): Moved to vc-sccs.el.
13342         (with-vc-properties): New macro.
13343         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13344         vc-finish-steal): Use it.
13345         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
13346         to the backend-specific function is now supposed to do the checkout,
13347         too.
13348         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13350         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13351         set file properties; that gets done in the generic code now.
13353         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13354         Changed parameter list, added code from vc.el that does the
13355         checkout, possibly with a double-take.
13357         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13358         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13359         the above under the new name.
13360         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
13361         parameter list, added checkout command.
13362         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13363         properties; that gets done in the generic code now.
13365 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
13367         * vc.el: Docstring fixes (courtesy of checkdoc).
13369 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
13371         * vc.el (vc-checkout-writable-buffer-hook)
13372         (vc-checkout-writable-buffer): Remove.
13373         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13374         (vc-log-mode): Make it into a clean derived major mode.
13375         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13376         vc-log-mode if log-edit is not available.
13377         (vc-dired-mode-map): Don't set-keymap-parent yet.
13378         (vc-dired-mode): Do set-keymap-parent here.
13379         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13381 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
13383         * faces.el (set-face-attribute, face-spec-reset-face)
13384         (face-spec-set): Avoid consing by removing calls to `apply'.
13386         * frame.el (frame-parameter): Move to C code.
13388 2000-09-05  Dave Love  <fx@gnu.org>
13390         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
13391         insert-before-markers-and-inherit.  Now checked systematically!
13393 2000-09-05  Alex Schroeder  <alex@gnu.org>
13395         * sql.el (sql-postgres): Use sql-postgres-options.
13396         (sql-postgres-options): New variable.
13398 2000-09-05  Alex Schroeder  <alex@gnu.org>
13400         * sql.el (sql-mode-menu): Work around missing variable mark-active
13401         in XEmacs.
13402         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
13403         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
13404         compatibility.
13406 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
13408         * vc.el (vc-dired-resynch-file): Add autoload cookie.
13410         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
13412         * Makefile.in (DONTCOMPILE): Fix typo in file name.
13414 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13416         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
13417         don't support anything else under SCCS yet.
13419         * vc-hooks.el: Minor doc fixes.
13421 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13423         * vc.el (vc-next-action-on-file): Do not visit the file if it's
13424         not necessary.  If verbose in state `needs-patch', do the same as
13425         under `up-to-date'.  When NOT verbose and `needs-patch', check out
13426         latest version instead of `merge-news'.
13427         (vc-next-action-dired): Don't mess with default-directory here; it
13428         breaks other parts of dired.  It is the job of the
13429         backend-specific functions to adjust it temporarily if they need it.
13430         (vc-next-action): Remove a special CVS case.
13431         (vc-clear-headers): New optional arg FILE.
13432         (vc-checkin, vc-checkout): Set properties vc-state and
13433         vc-checkout-time properly.
13434         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
13435         (vc-print-log): Use new backend function `show-log-entry'.
13436         (vc-cancel-version): Do the checks in a different order.  Added a
13437         FIXME concerning RCS-only code.
13439         * vc-rcs.el (vc-rcs-show-log-entry): New function.
13440         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
13442         * vc-cvs.el (vc-cvs-show-log-entry): New function.
13444         * vc-hooks.el (vc-default-mode-line-string): Show state
13445         `needs-patch' as a `-' too.
13447 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13449         * vc.el (vc-responsible-backend): New optional arg REGISTER.
13450         (vc-default-could-register): New function.
13451         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
13452         (vc-resynch-buffer): Call vc-dired-resynch-file.
13453         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
13454         vc-resynch-buffer instead of vc-resynch-window.
13455         (vc-next-action-dired): Don't redisplay here, that gets done as a
13456         result of the individual file operations.
13457         (vc-retrieve-snapshot): Corrected prompt order.
13459         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
13461         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
13462         as well.
13463         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
13464         hostname regexps.  Updated all callers.
13465         (vc-cvs-responsible-p): Handle directories as well.
13466         (vc-cvs-could-register): New function.
13467         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
13468         properties up-to-date.
13470         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
13471         user whether to create one.
13473 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13475         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
13476         check out a non-existing file.
13478         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
13479         workfile does not exist.
13481         * vc.el (vc-version-diff): Use `require' to check for existence of
13482         diff-mode.
13484 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13486         * vc-cvs.el (vc-cvs-registered): Use new function
13487         vc-cvs-parse-entry to do the actual work.
13489 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13491         * vc-hooks.el (vc-find-backend-function): If function doesn't
13492         exist, return nil instead of error.
13493         (vc-call-backend): Doc fix.
13495         * vc.el (vc-do-command): Doc fix.
13496         (vc-finish-logentry): When checking in from vc-dired, choose the
13497         right backend for logentry check.
13498         (vc-dired-mode-map): Inherit from dired-mode-map.
13499         (vc-dired-mode): Local value of dired-move-to-filename-regexp
13500         simplified.
13501         (vc-dired-state-info): Removed, updated caller.
13502         (vc-default-dired-state-info): Use parentheses instead of hyphens.
13503         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
13504         (vc-dired-listing-switches): New variable.
13505         (vc-directory): Use it, instead of dired-listing-switches.
13507         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
13508         (vc-cvs-dir-state): New function.
13509         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
13510         (vc-cvs-parse-entry): New function, also to be used in
13511         vc-cvs-registered.
13513 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13515         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
13516         *or* single-window-frames.
13518 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13520         * vc.el (vc-update-changelog): Split into generic part and default
13521         implementation.  Doc string adapted.
13522         (vc-default-update-changelog): New function.  Call the `rcs2log'
13523         script in exec-directory, to fix a long-standing nuisance.
13525         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
13526         simply signals an error.
13528 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13530         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
13531         control-flow more clear and to avoid running `cvs' twice.
13533         * vc.el (vc-next-action-on-file): Doc fix.
13534         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
13535         (vc-print-log): Eval `file' before constructing the continuation.
13537 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13539         * vc.el (vc-next-action-on-file): Corrected several messages.
13540         (vc-merge): Add prefix arg `merge-news'; handle it.
13542         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
13543         is not reached.  It is.
13544         (vc-cvs-merge): Set state to 'edited after merge.
13545         (vc-cvs-merge-news): Set workfile version to nil if not known.
13546         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
13548         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
13549         via stdout. (Merge from main line.)
13551 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13553         * vc.el (vc-finish-logentry): Thinko in the "same comment"
13554         detection.
13556 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13558         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
13559         against kill-all-local-variables.
13560         (vc-log-edit): Don't save vc-parent-buffer any more.
13561         (vc-last-comment-match): Initialize to an empty string.
13562         (vc-post-command-functions): New hook.
13563         (vc-do-command): Run it.
13564         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
13565         (vc-finish-logentry): Only add the comment to the ring if it's
13566         different from the last comment entered.
13567         (vc-new-comment-index): New function.
13568         (vc-previous-comment): Use it.  Make the minibuffer message
13569         slightly less terse.
13570         (vc-comment-search-reverse): Make it work forward as well.  Don't
13571         set vc-comment-ring-index if no match is found.  Use
13572         vc-new-comment-index.
13573         (vc-comment-search-forward): Use vc-comment-search-reverse.
13574         (vc-dired-mode-map): Don't inherit from dired-mode-map since
13575         define-derived-mode will do it for us.  Bind `v' to a keymap that
13576         inherits from vc-prefix-map so that we can bind `vt' without
13577         binding C-x v t.
13578         (vc-retrieve-snapshot): Parenthesis typo.
13580         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
13581         to 1.  Make sure to switch to *vc* before looking for an error
13582         message.  Use vc-parse-buffer.
13584 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13586         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
13587         and NAME.
13588         (vc-retrieve-snapshot): Split into two parts.
13589         (vc-default-retrieve-snapshot): New function.
13591         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
13592         (vc-cvs-retrieve-snapshot): New function (untested).
13593         (vc-cvs-stay-local): Default to t.
13594         (vc-cvs-remote-p): New function and property.
13595         (vc-cvs-state): Stay local only if the above is t.
13596         (vc-handle-cvs): Removed.
13597         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
13598         done via vc-handled-backends now.
13599         (vc-cvs-header): Escape Id.
13601 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13603         * vc.el (vc-do-command): Remove unused commands.
13604         (vc-version-diff): Make sure default-directory ends with a slash.
13605         Move the window commands into a vc-exec-after.
13606         (vc-print-log): Move more of the code into the `vc-exec-after'.
13608 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13610         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
13611         (vc-print-log): Search current revision from beginning of buffer.
13612         (vc-revert-buffer): Clear echo area after the diff is finished.
13613         (vc-prefix-map): Removed definition of "t" for terse display in vc
13614         dired.
13615         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
13616         definition of "vt" for terse display.
13617         (vc-dired-mode): Fix dired-move-to-filename-regexp.
13619 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13621         * vc.el (vc-exec-after): Avoid caddr.
13623 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13625         * vc.el (vc-exec-after): New function.
13626         (vc-do-command): Use it to add a termination message for async
13627         procs.
13628         (vc-checkout): Try to handle a missing-backend situation.
13629         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
13630         of a directory with a backend using async diffs.
13631         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
13632         present.
13634         * vc-sccs.el (vc-sccs-state-heuristic): Use
13635         file-ownership-preserved-p.
13637         * vc-rcs.el (vc-rcs-state-heuristic): Use
13638         file-ownership-preserved-p.
13639         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
13641 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13643         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
13644         vc-do-command.
13646         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
13647         when there are no changes.
13649 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13651         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
13653         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
13655 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13657         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
13659         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
13660         the `fset' outside of the defvar so that it works even if
13661         vc-prefix-map was already defined.
13662         (vc-setup-buffer): New function, split out of vc-do-command.
13663         (vc-do-command): Allow BUFFER to be t to mean `just use the
13664         current buffer without any fuss'.
13665         (vc-version-diff): Change the `diff' backend operation to just put
13666         the diff in the current buffer without erasing it.  Always use
13667         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
13668         shrink-window-if-larger-than-buffer.
13669         (vc-print-log): Change the `print-log' backend operation to just
13670         put the log in the current buffer without erasing it.  Protect
13671         shrink-window-if-larger-than-buffer.
13672         (vc-update-change-log): Fix setd typo.
13674         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
13675         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
13677         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
13678         (vc-rcs-diff): Insert in the current buffer and remove unused arg
13679         CMP.
13681         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
13682         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
13683         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
13685 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13687         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
13688         not possible, use vc-BACKEND-workfile-unchanged-p.
13689         (vc-default-workfile-unchanged-p): New function.  Delegates to a
13690         full vc-BACKEND-diff.
13692         * vc-hooks.el (vc-simple-command): Removed.
13694         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
13695         instead of vc-simple-command.
13696         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
13697         avoid doing a diff when opening a file.
13698         (vc-rcs-state): Added check for unlocked-changes.
13699         (vc-rcs-header): Escape Id.
13700         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
13701         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
13702         version.
13704         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
13705         (vc-sccs-diff): Remove optional arg CMP.
13706         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
13707         SCCS-specific function.
13709         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
13710         vc-simple-command.
13712 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13714         * vc.el (vc-editable-p): Renamed from vc-writable-p.
13715         (with-vc-file, vc-merge): Use vc-editable-p.
13716         (vc-do-command): Remove unused var vc-file and fix the
13717         doubly-defined `status' var.  Add a user message when starting an
13718         async command.
13719         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
13720         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
13721         Use with-current-buffer.
13722         (vc-buffer-sync): Use unless.
13723         (vc-next-action-on-file): If the file is 'edited by read-only,
13724         make it read-write instead of trying to commit.
13725         (vc-version-diff, vc-update-change-log): Use `setq
13726         default-directory' rather than `cd'.
13727         (vc-log-edit): Don't forget to set default-directory in the
13728         buffer.
13730         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
13731         (vc-sccs-state-heuristic): Use file-writable-p instead of
13732         comparing userids.
13733         (vc-sccs-checkout): Use `unless'.
13735         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
13736         of comparing userids.
13737         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
13738         Simplify the logic by eliminating unreachable code.
13739         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
13740         just do a recursive call if we need to retry.
13741         (vc-rcs-checkout): Handle the case where rcs is missing by making
13742         the buffer read-write if requested and re-signalling the error.
13744         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
13746 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13748         * vc-hooks.el (vc-handled-backends): Docstring change.
13749         (vc-ignore-vc-files): Mark obsolete.
13750         (vc-registered): Check vc-ignore-vc-files.
13751         (vc-find-file-hook, vc-file-not-found-hook): Don't check
13752         vc-ignore-vc-files.
13754         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
13756 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13758         * vc.el (vc-checkout): Don't do anything special for ange-ftp
13759         files since ange-ftp already has vc-registered return nil.
13761         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
13762         (vc-sccs-workfile-version): Use with-temp-buffer and new
13763         vc-parse-buffer and don't bother setting the property.
13764         (vc-sccs-add-triple): Use with-current-buffer and
13765         find-file-noselect.
13766         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
13768         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
13769         derives from the old vc-parse-buffer but uses the revision number
13770         rather than the date (much easier to compare robustly).
13771         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
13772         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
13773         locking-user more directly.  Check strict locking and set
13774         checkout-model appropriately.
13775         (vc-rcs-parse-locks): Remove.
13776         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
13777         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
13778         (vc-rcs-system-release): Use with-current-buffer and
13779         vc-parse-buffer.
13780         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
13782         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
13783         (vc-simple-command): Docstring fix.
13784         (vc-registered): Align the way the file-handler is called with the
13785         way the function itself works.
13786         (vc-file-owner): Remove.
13788         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
13789         extraction of fields and call to file-attributes because of a
13790         temporary bug in rcp.el.
13791         (vc-cvs-fetch-status): Use with-current-buffer.
13793 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13795         * vc.el (vc-do-command): Use file-relative-name.
13796         (vc-responsible-backend): Use vc-backend if possible.
13797         (vc-create-snapshot): Improve the `interactive' spec. Add support
13798         for branches and dispatch to backend-specific `create-snapshot'.
13799         (vc-default-create-snapshot): New function, containing the bulk of
13800         the old vc-create-snapshot.
13801         (vc-retrieve-snapshot): Improve the interactive spec.
13803         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
13804         (vc-backend-hook-functions): Remove.
13805         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
13806         (vc-backend): Reintroduce the test for `file = nil' now that I
13807         know why it was there (and added a comment to better remember).
13809         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
13810         code from vc-sccs-hooks.el.
13811         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
13812         'vc anymore.
13813         (vc-sccs-responsible-p): Use expand-file-name instead of concat
13814         and file-directory-p instead of file-exists-p.
13815         (vc-sccs-check-headers): Simplify the regexp.
13817         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
13818         from vc-rcs-hooks.el.  Don't require 'vc anymore.
13819         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
13820         file-directory-p instead of file-exists-p.
13822         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
13823         from vc-cvs-hooks.el.
13824         (proto vc-cvs-registered): Require 'vc-cvs instead of
13825         'vc-cvs-hooks.  Don't require 'vc anymore.
13826         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
13827         file-directory-p instead of file-exists-p.
13828         (vc-cvs-create-snapshot): New function, replacing
13829         vc-cvs-assign-name.
13830         (vc-cvs-assign-name): Remove.
13832 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13834         * vc-cvs.el (vc-cvs-header): New var.
13836         * vc-rcs.el (vc-rcs-exists): Remove.
13837         (vc-rcs-header): New var.
13839         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
13840         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
13841         (vc-sccs-header): New var.
13843         * vc.el (vc-do-command): Get rid of the `last' argument.
13844         (vc-header-alist): Remove, replaced by vc-X-header.
13845         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
13846         (vc-dired-hook): Use expand-file-name instead of concat.
13847         (vc-directory): Use file-name-as-directory.
13848         (vc-snapshot-precondition, vc-create-snapshot)
13849         (vc-retrieve-snapshot): Allow the command to operate on any
13850         directory.
13852         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
13853         just removing the 'WORKFILE argument or by removing the 'MASTER
13854         argument and replacing `file' with (vc-name file).
13856 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13858         * vc.el: Update Copyright and add a crude list of backend funs.
13859         (vc-writable-p): New function.
13860         (with-vc-file): Use vc-writable-p.
13861         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
13862         (vc-register): Avoid vc-name.
13863         (vc-locking-user): Remove.
13864         (vc-steal-lock): Make the `owner' arg non-optional.
13865         (vc-merge): Use vc-writable-p instead of vc-locking-user and
13866         vc-checkout-model.
13867         (vc-default-dired-state-info): Use vc-state instead of
13868         vc-locking-user and return special strings for special states.
13869         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
13870         and get rid of one of the special CVS cases.
13871         (vc-cancel-version): prettify error message with \\[...].
13872         (vc-rename-master): New function.
13873         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
13874         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
13875         the CVS special case generic.
13876         (vc-default-record-rename): Remove.
13877         (vc-file-tree-walk-internal): Only call FUNC for files that are
13878         under control of some VC backend and replace `concat' with
13879         expand-file-name.
13880         (vc-file-tree-walk): Update docstring.
13881         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
13882         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
13884         * vc-sccs.el (vc-sccs-rename-file): Renamed from
13885         vc-sccs-record-rename.  Use `find-file-noselect' rather than
13886         `find-file' and call `vc-rename-master' to do the actual move.
13887         (vc-sccs-diff): Remove unused `backend' variable.
13889         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
13890         to delay loading of vc-sccs until it is really used.
13891         (vc-sccs-master-templates): Preload.
13892         (vc-sccs-state): Update call to vc-sccs-parse-locks.
13893         (vc-sccs-project-dir): Remove (merged into
13894         vc-sccs-search-project-dir).
13895         (vc-sccs-search-project-dir): Rewrite using file name handling ops
13896         rather than `concat', make sure it is preloaded and don't bother
13897         to check that the file actually exists.
13898         (vc-sccs-parse-locks): Remove unused `file' argument, remove
13899         `locks' argument (use buffer's content instead) and eliminate n^2
13900         behavior.
13902         * vc-rcs.el: Update Copyright.
13903         (vc-rcs-rename-file): New function.
13904         (vc-rcs-diff): Remove unused `backend' variable.
13906         * vc-hooks.el: Update Copyright.
13907         (vc-backend): Don't accept a nil argument any more.
13908         (vc-up-to-date-p): Turn into a defsubst.
13909         (vc-possible-master): New function.
13910         (vc-check-master-templates): Use `vc-possible-master' and allow
13911         funs in vc-X-master-templates to return a non-existent file.
13913         * vc-cvs.el: Update Copyright.
13914         (vc-cvs-diff): Remove unused `backend' variable.
13915         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
13917         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
13919 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13921         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
13922         since it can be called from vc-rcs.el.
13923         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
13925 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13927         * vc.el (vc-version-diff): Expand file name read from the
13928         minibuffer.  Handle the case when a previous version number can't
13929         be guessed.  Give suitable messages when there were no differences
13930         found.
13931         (vc-clear-headers): Call backend-specific implementation, if one
13932         exists.
13933         (vc-cancel-version): Made error checks generic.  When done, clear
13934         headers generically, too.
13936         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
13937         from vc-clear-headers in vc.el.
13939         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
13940         correctly.
13941         (vc-rcs-latest-on-branch-p): Made second argument VERSION
13942         optional.  Handle the case when it's not there.
13944 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13946         * vc.el (vc-locking-user): Moved from vc-hooks.el.
13948 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13950         * vc-hooks.el (vc-loadup): Remove.
13951         (vc-find-backend-function): Use `require'.  Also, handle the case
13952         where vc-BACKEND-hooks.el doesn't exist.
13953         (vc-call-backend): Cleanup.
13955 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13957         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
13958         vc-rcs-grab-templates)
13959         (vc-rcs-registered): Remove.  The default function works as well.
13960         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
13961         vc-sccs-grab-templates)
13962         (vc-sccs-registered): Remove.  The default function works as well.
13964         * vc.el (vc-version-diff): Left out a vc- in call to
13965         vc-call-backend.
13966         (vc-default-dired-state-info, vc-default-record-rename)
13967         (vc-default-merge-news): Update for the new backend argument.
13969         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
13970         using the default function.
13971         (vc-call-backend): If calling the default function, pass it the
13972         backend as first argument.  Update the docstring accordingly.
13973         (vc-default-state-heuristic, vc-default-mode-line-string): Update
13974         for the new backend argument.
13975         (vc-make-backend-sym): Renamed from vc-make-backend-function.
13976         (vc-find-backend-function): Use the new name.
13977         (vc-default-registered): New function.
13979 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13981         * vc.el (vc-merge): Use vc-find-backend-function.
13983         * vc-hooks.el (vc-backend-functions): Remove.
13984         (vc-loadup): Don't setup 'vc-functions.
13985         (vc-find-backend-function): New function.
13986         (vc-call-backend): Use above fun and populate 'vc-functions
13987         lazily.
13988         (vc-backend-defines): Remove.
13990 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13992         * vc.el (vc-register): Put a FIXME note for a newly found bug.
13993         Call vc-call-backend without the leading vc-.
13994         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
13995         (vc-check-headers): Call vc-call-backend without the leading vc-.
13996         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
13997         (vc-annotate-display): Replace confusing use of `cond' with `or'.
13998         Call vc-call-backend without the leading vc-.
14000         * vc-cvs.el (tail): Provide vc-cvs.
14001         * vc-sccs.el (tail): Provide vc-sccs.
14002         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14004         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14005         (vc-make-backend-function, vc-call): Pass names without leading
14006         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14007         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14008         (vc-call-backend): Always try to load vc-X-hooks.
14009         (vc-registered): Remove vc- in call to vc-call-backend.
14011 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
14013         * vc.el (vc-process-filter): New function.
14014         (vc-do-command): Setup `vc-process-filter' for the async process.
14015         (vc-maybe-resolve-conflicts): New function to reduce
14016         code-duplication.  Additionally, it puts the buffer in
14017         `smerge-mode' if applicable.
14018         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14019         calling `merge-news'.
14020         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14021         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
14022         interfacing to log-edit.el.
14023         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14024         log-edit is available.
14025         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14027 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
14029         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14030         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14031         defvar and the initialization.
14032         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14034         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14035         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14037         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14039 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
14041         * vc.el (vc-file-clear-masterprops): Removed.
14042         (vc-checkin, vc-revert-buffer): Removed calls to the above.
14043         (vc-version-diff): Use buffer-size without argument.
14044         (vc-register): Heed vc-initial-comment.
14046         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14047         default branch.
14049         * vc-rcs.el (vc-rcs-register): Parse command output to find master
14050         file name and workfile version.
14051         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14053         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14054         vc-file-clear-masterprops.
14056         * vc-sccs.el (vc-sccs-checkout): Removed call to
14057         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
14058         rather than user login name.
14061 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
14063         * vc.el (vc-workfile-unchanged-p): Remove unused argument
14064         `want-differences-if-changed' and simplify.
14065         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14066         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14067         output (which is invalid for async vc-diff) to decide whether to
14068         do the revert silently or not.
14070 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
14072         * vc-hooks.el (vc-loadup): Load files quietly.
14073         (vc-call-backend): Oops, brain fart.
14075 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
14077         * vc-cvs.el (vc-cvs-state): Typo.
14078         (vc-cvs-merge-news): Return the status code rather than the error msg.
14080 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
14082         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14083         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14084         vc-state or vc-up-to-date-p.
14085         (vc-merge): Use vc-backend-defines to check whether merging is
14086         possible.  Set state to 'edited after successful merge.
14088         * vc-hooks.el (vc-locking-user): If locked by the calling user,
14089         return that name.  Redocumented.
14091 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
14093         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14094         new `vc-state' semantics.
14095         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14096         'vc-locking-user to the current user.
14097         (vc-merge): Inline vc-backend-merge.  Comment out code that I
14098         don't understand and hence can't adapt to the new `vc-state' and
14099         `vc-locking-user' semantics.
14100         (vc-backend-merge): Remove.
14102         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14103         rather than 'vc-locking-user.
14105         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14107         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14108         (vc-state): Don't use 'reserved any more.  Just use the same
14109         convention as the one used for vc-<backend>-state where the
14110         locking user (as a string) is returned.
14111         (vc-locking-user): Update, based on the above convention. The
14112         'vc-locking-user property has disappeared.
14113         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14115         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14116         with a heuristic one.
14117         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14118         (vc-cvs-checkin): Do a trivial parse to set the state in case of
14119         error.  That allows us to get to 'needs-merge even in the
14120         stay-local case.  There's still no way to detect 'needs-patch in
14121         such a setup (or to force an update for that matter).
14122         (vc-cvs-logentry-check): Remove, the default works as well.
14124 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
14126         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14128         * vc.el (vc-do-command): kill-all-local-variables, to reset any
14129         major-mode in which the buffer might have been put earlier.  Use
14130         `remove' and `when'.  Allow `okstatus' to be `async' and use
14131         `start-process' in this case.
14132         (vc-version-diff): Handle the case where the diff looks empty
14133         because of the use of an async process.
14135 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
14137         * vc.el (vc-next-action-on-file): Removed optional parameter
14138         `simple'.  Recompute state unconditionally.
14139         (vc-default-toggle-read-only): Removed.
14141         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14142         (vc-toggle-read-only): Undid prev change.
14144         * vc-cvs.el (vc-cvs-stay-local): Renamed from
14145         vc-cvs-simple-toggle.  Redocumented.
14146         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14147         (vc-cvs-toggle-read-only): Removed.
14149 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
14151         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14152         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14153         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14154         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
14155         still is. So maybe it should be removed.
14156         (vc-head-version, vc-find-binary): Remove.
14157         (vc-recompute-state): Move from vc-hooks.el.
14158         (vc-next-action-on-file): Add a `simple' argument to allow
14159         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14160         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14161         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14162         (vc-dired-mode-map): Properly defvar it.
14163         (vc-print-log): Call log-view-mode if available.
14164         (small-temporary-file-directory): defvar instead of use boundp.
14165         (vc-merge-news): Moved to vc-cvs.el.
14166         (vc-default-merge-news): New function.
14168         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14169         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14170         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14171         unknown `vc-latest-version' function.  It should probably refer to
14172         vc-workfile-version or somesuch, but it's very unclear to me and I
14173         don't have SCCS to test things.
14175         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14176         (vc-sccs-state-heuristic): Fix typo.
14177         (vc-sccs-workfile-unchanged-p): Add missing argument.
14179         * vc-rcs.el: Require vc and vc-rcs-hooks.
14180         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14181         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14182         (vc-release-greater-or-equal-p): Move from vc.
14183         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14184         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14185         (vc-rcs-checkout): Add a missing `new-version' argument in the
14186         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
14188         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14189         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14190         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14191         than the apparently unbound `workfile-version'.
14193         * vc-hooks.el (vc-master-templates): Def the obsolete var.
14194         (vc-file-prop-obarray): Use `make-vector'.
14195         (vc-backend-functions): Add new hookable functions
14196         vc-toggle-read-only, vc-record-rename and vc-merge-news.
14197         (vc-loadup): If neither backend nor default functions exist, use
14198         the backend function rather than nil.
14199         (vc-call-backend): If the function if not bound yet, try to load
14200         the non-hook file to see if it provides it.
14201         (vc-call): New macro plus use it wherever possible.
14202         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14203         nor `vc-find-binary' since it's only called from
14204         vc-mistrust-permission which is only used once the backend is known.
14205         (vc-checkout-model): Fix parenthesis.
14206         (vc-recompute-state, vc-prefix-map): Move to vc.el.
14208         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14209         (vc-cvs-release, vc-cvs-system-release): Remove.
14210         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14211         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14212         status symbols.
14213         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14214         (vc-cvs-toggle-read-only): First cut at a function to allow a
14215         cvs-status-free vc-toggle-read-only.
14216         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14217         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14218         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
14219         (vc-cvs-checkout): Modify access rights directly if the user
14220         requested not to use `cvs edit'.  And refresh the mode line.
14222         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14223         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14225 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
14227         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
14228         workfile' that got lost when the code was extracted from vc.el.
14229         And merged the tail with the rest of the code (not possible in the
14230         old vc.el where the tail was shared among all backends).  And
14231         explicitly set the state to 'edited if `writable' is set.
14233         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14234         (vc-cvs-state): Be careful to return the value from
14235         vc-cvs-parse-state.
14236         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
14237         property but return it instead.  Also be careful to handle a nil
14238         or "" `rev' when workfile is non-nil (it was handled properly when
14239         workfile was nil).
14241         * vc.el: Removed those pesky unnecessary `(function' quotes.
14242         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14243         directly in the defvar.
14244         (vc-do-command): Bind inhibit-read-only so as to properly handle
14245         the case where the destination buffer has been made read-only.
14246         (vc-diff): Delegate to vc-version-diff in all cases.
14247         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14248         (vc-annotate-mode-variables): Removed (code moved partly to
14249         defvars and partly to vc-annotate-add-menu).
14250         (vc-annotate-mode): Turned into a derived-mode.
14251         (vc-annotate-add-menu): Moved in code in
14252         vc-annotate-mode-variables.
14253         (vc-update-change-log): Use make-temp-file if available.
14255 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
14257         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14258         `vc-checkout-model' updated to `vc-cvs-update-model'.
14260 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14262         * vc.el (vc-next-action-on-file): Added handling of state
14263         `unlocked-changes'.
14264         (vc-checkout-carefully): Is now practically obsolete, unless the
14265         above is too slow to be enabled unconditionally.
14266         (vc-update-change-log): Fixed typo.
14268         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14270         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14271         Now handles state `unlocked-changes'.
14272         (vc-sccs-workfile-unchanged-p): New function, to support the above.
14274         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14276         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14277         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
14278         `unlocked-changes'.
14279         (vc-rcs-workfile-unchanged-p): Renamed from
14280         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
14281         function yet, but supposed to become one soon.
14283         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14284         `vc-steal-lock'.
14285         (vc-call-backend): Changed error message.
14286         (vc-state): Added description of state `unlocked-changes'.
14288 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14290         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14291         always return t in CVS-controlled directories.
14293         * vc.el (vc-responsible-backend): New function.
14294         (vc-register): Largely rewritten.
14295         (vc-admin): Removed (implementation moved into vc-register).
14296         (vc-checkin): Redocumented.
14297         (vc-finish-logentry): If no backend defined yet (because we are in
14298         the process of registering), use the responsible backend.
14300         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14301         Updated function lists.
14302         (vc-call-backend): Fixed typo.
14304         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14305         New functions.
14306         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14307         Removed query option.  Redocumented.
14309 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14311         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14313         * vc.el: Updated callers of `vc-checkout-required' to use
14314         `vc-checkout-model'.
14316 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
14318         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
14319         stuff updated to reference this function instead of the old
14320         `vc-backend-release-p'.
14322 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14324         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14325         vc-checkout-model.  Return appropriate values.  Updated callers.
14327 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
14329         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14330         (vc-backend-revert): Function moved into `vc-revert';
14331         `vc-next-action' must be updated to accomodate this change.
14332         (vc-backend-steal): Function moved into `vc-finish-steal'.
14333         (vc-backend-logentry-check): Function moved into
14334         `vc-finish-logentry'.
14335         (vc-backend-printlog): Function moved into `vc-print-log'.
14336         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14337         (vc-backend-assign-name): Function moved into
14338         `vc-create-snapshot'.
14340 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14342         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14343         Rename to vc-checkout-model.  Return appropriate values.
14344         Update callers.
14346         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14347         to vc-checkout-model.
14348         (vc-checkout-required): Rename to vc-checkout-model.
14349         Re-implement and re-comment.
14350         (vc-after-save): Use vc-checkout-model.
14352 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
14354         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14355         Update to use the vc-BACKEND-diff functions instead.
14356         `vc-diff' is now working.
14358         * vc-rcs.el (vc-rcs-logentry-check): New function.
14360         * vc-cvs.el (vc-cvs-logentry-check): New function.
14362         * vc-sccs.el (vc-sccs-diff): Function changed name from
14363         `vc-backend-diff'.  This makes `vc-diff' work.
14365         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14366         of functions possibly implemented in a vc-BACKEND library.
14367         (vc-checkout-required): Fix bug that caused an error to be
14368         signaled during `vc-after-save'.
14370         * vc.el: Fix typo.
14371         This checkin is made with our new VC code base for the very first time.
14372         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14374         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14375         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14377         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14378         updated to `vc-uses-locking'.
14379         (vc-checkout-required): Call to backend function.
14380         `vc-checkout-required' updated to `vc-uses-locking' instead.
14382         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
14383         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
14385         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
14386         to match the split into various backends.
14387         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
14388         (vc-retrieve-snapshot): Bug fix.
14390 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14392         * vc-sccs.el (vc-sccs-release): Doc fix.
14394 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
14396         * vc.el (vc-next-action-on-file): Bug found and fixed.
14397         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
14398         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
14400         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
14401         (vc-rcs-checkout): Name space cleaned up.  No more revision number
14402         crunching function names that are not prefixed with vc-rcs.
14403         (vc-rcs-checkout-model): Function added.  References to
14404         `vc-checkout-model' replaced.
14406 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14408         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
14409         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
14410         still need to be split, and implemented for RCS).
14412 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
14414         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
14416         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
14417         required by the vc.el file.
14419         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
14420         required by the vc.el file.
14421         (vc-rcs-exists): Function added.
14423         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
14424         required by the vc.el file.
14426         * vc.el (vc-admin): Updated to handle selection of appropriate
14427         backend.  Current implementation is crufty and need re-thinking.
14429         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
14431 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
14433         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
14434         beginning of annotate buffers correctly.
14436         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
14437         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
14438         functionality updated quite a lot to support multiple backends.
14439         Variables `vc-annotate-mode', `vc-annotate-buffers',
14440         `vc-annotate-backend' added.
14442         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
14443         `vc-annotate-difference' added to supported backend functions.
14445 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14447         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
14448         Use with-temp-file instead of /bin/sh.  Merged from mainline
14450 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
14452         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
14454         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
14456         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
14458 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
14460         * vc-hooks.el: vc-state-heuristic added to
14461         vc-backend-hook-functions.
14463         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
14465         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
14467         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
14468         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
14469         state to `reserved'.
14471         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
14472         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
14474 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14476         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
14477         untouched.
14479         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
14481         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
14482         if defined.  (Merged from main line, slightly adapted.)
14484         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
14485         millenium problem (merged from mainline).
14487 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
14489         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
14490         part and moved the non-BACKEND stuff to vc.el.
14492         * vc.el: Split the annotate feature into a BACKEND specific part
14493         and moved it from the vc-cvs.el file to this one.
14495 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14497         * vc-hooks.el: Implement new state model.
14498         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
14499         (vc-locking-user): Simplify.  Now only needed if the file is
14500         locked by somebody else.
14501         (vc-lock-from-permissions): Remove.  Functionality is in
14502         vc-sccs-hooks.el and vc-rcs-hooks.el now.
14503         (vc-mode-line-string): New name for former vc-status.  Adapted.
14504         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
14506         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
14507         Various simplifications and adaptations all over the place.
14509         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
14510         Simplify and adapt the rest.
14512         * vc.el (vc-resynch-window): Add TODO comment: check for
14513         interaction with view mode according to recent RCS change.
14514         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
14516 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
14518         * vc.el: Convert the remaining function comments to docstrings.
14520 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
14522         * vc.el (vc-backend-release, vc-release-greater-or-equal)
14523         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
14524         (vc-minor-part, vc-previous-version): Functions that operate and
14525         compare revision numbers got proper documentation.  Comments added
14526         about their possible removal.
14528 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
14530         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
14531         the vc-backend.el files.
14533         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
14535         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
14536         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
14537         (vc-rcs-previous-version): Functions added.
14539         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
14541         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
14543 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14545         * vc-hooks.el (vc-master-templates): Is really obsolete.
14546         Comment out the definition for now.  What is the right procedure
14547         to get rid of it?
14548         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
14549         rewritten.
14550         (vc-default-registered): Remove.
14551         (vc-check-master-templates): New function; does mostly what the
14552         above did before.
14553         (vc-locking-user): Don't rely on the backend to set the property.
14555         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
14556         Rewrite documentation.
14557         (vc-rcs-templates-grabbed): New variable.
14558         (vc-rcs-grab-templates): New function.
14559         (vc-rcs-registered): Rewrite to use above mechanism.
14561         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
14562         Rewrite documentation.
14563         (vc-sccs-templates-grabbed): New variable.
14564         (vc-sccs-grab-templates): New function.
14565         (vc-sccs-registered): Rewrite to use above mechanism.
14566         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
14567         Don't throw the result, simply return it.
14569         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
14570         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
14571         (vc-cvs-registered): Does the check itself now.  Simplify.
14573         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
14574         from main line.
14576 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
14578         * vc-cvs.el (vc-cvs-diff): New function.
14580         * vc-sccs.el (vc-sccs-diff): New function.
14582         * vc-rcs.el (vc-rcs-diff): New function.
14583         (vc-rcs-checkout): Bug (typo) found and fixed.
14584         (vc-rcs-register-switches): New variable.
14586         * vc.el (vc-backend-diff): Function removed and placed in the
14587         backend files.
14589 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
14591         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
14593         * vc.el (vc-backend-checkout): Function removed and replaced in
14594         the vc-backend.el files.
14596         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
14598         * vc.el (vc-backend-admin): Removed and replaced in the
14599         vc-backend.el files.
14601         * vc.el (Martin): Removed all the annotate functionality since it
14602         is CVS backend specific.
14604 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14606         * spec.txt: Added specification of vc-state.
14608         * vc-sccs-hooks.el (vc-sccs-master-properties):
14609         Remove handling of vc-latest-version and
14610         vc-your-latest-version.  What used to be vc-latest-version, is now
14611         returned as vc-workfile-version.
14612         (vc-sccs-workfile-version): Adapt.
14614 2000-09-04  Dave Love  <fx@gnu.org>
14616         * vc.el: [Merged from mainline.]
14617         (vc-dired-mode): Make the dired-move-to-filename-regexp
14618         regexp match the date, to avoid treating date as file size.
14619         Add YYYY S option to WESTERN/
14621 2000-09-04  Dave Love  <fx@gnu.org>
14623         * vc.el: Require `compile' when compiling.
14624         (vc-logentry-check-hook): New option.
14625         (vc-steal-lock): Use compose-mail.
14626         (vc-dired-mode-map): Defvar when compiling.
14627         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
14628         vc-sccs.el and renamed.  Callers changed.
14629         (vc-backend-checkout, vc-backend-logentry-check)
14630         (vc-backend-merge-news): Doc fix.
14631         (vc-default-logentry-check): New function.
14632         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
14633         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
14634         (vc-backend-merge): Doc fix.  Use backend functions.
14635         (vc-check-headers): Use backend functions.
14637         * vc-cvs.el: Require vc when compiling.
14638         (vc-cvs-register-switches): Doc fix.
14639         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
14640         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
14641         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
14642         New functions (code from vc.el).
14643         (vc-annotate-display-default): Fix interactive spec.
14644         (vc-annotate-time-span): Doc fix.
14646         * vc-rcs.el: Require vc when compiling.
14647         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
14648         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
14649         (vc-rcs-checkin): New functions (code from vc.el).
14650         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
14651         Doc fix.
14652         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
14654         * vc-sccs.el: Require vc when compiling.
14655         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
14656         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
14657         (vc-sccs-revert)
14658         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
14659         from vc.el).
14660         (vc-sccs-add-triple, vc-sccs-record-rename)
14661         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
14662         (vc-sccs-admin): Doc fix.
14664 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
14666         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
14667         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
14668         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
14669         from vc.el.
14671         * vc-sccs.el (vc-admin-sccs): Added from vc.el
14673         * vc-cvs.el: Moved the annotate functionality from vc.el.
14674         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
14676 2000-09-04  Dave Love  <fx@gnu.org>
14678         * vc.el (vc-backend-release): Call vc-system-release.
14680         * vc-sccs.el (vc-sccs-system-release):
14681         Renamed from vc-sccs-backend-release.
14683         * vc-rcs.el (vc-rcs-system-release):
14684         Renamed from vc-rcs-backend-release.
14686         * vc-cvs.el (vc-cvs-system-release):
14687         Renamed from vc-cvs-backend-release.
14689 2000-09-04  Dave Love  <fx@gnu.org>
14691         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
14692         backend files.
14693         (vc-backend-release): Dispatch to backend functions.
14694         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
14695         probably needs attention.]
14697         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
14698         (vc-sccs-backend-release): New function.
14700         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
14701         (vc-cvs-backend-release): New function.
14703         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
14704         Doc fix.
14705         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
14706         (vc-default-dired-state-info): New function.
14707         (vc-dired-state-info): Dispatch to backends.
14708         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
14710         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
14711         from vc.el and renamed.
14713 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14715         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
14716         (vc-version-other-window, vc-backend-assign-name): Removed
14717         references to vc-latest-version; sometimes changed into
14718         vc-workfile-version.
14720         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
14721         vc-rcs-master-workfile-version.
14722         (vc-rcs-workfile-version): Use the above.  Don't call
14723         vc-latest-version (that was unreachable code, anyway).
14724         (vc-rcs-fetch-master-properties): Doc fix.
14726         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
14727         (vc-backend-hook-functions): Removed them from this list, too.
14728         (vc-fetch-properties): Removed.
14729         (vc-workfile-version): Doc fix.
14731         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
14732         (vc-rcs-workfile-version, vc-rcs-locking-user)
14733         (vc-rcs-uses-locking): Use it.
14735         * vc-hooks.el (vc-consult-rcs-headers):
14736         Moved into vc-rcs-hooks.el, under the name
14737         vc-rcs-consult-headers.
14739         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
14740         headers.
14741         (vc-cvs-find-master): Use this name only; correct different
14742         versions of the name.
14744         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
14745         New functions.
14746         (vc-sccs-locking-user): Use the latter.
14748         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
14749         New functions.
14751         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
14752         Moved into both
14753         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
14754         functions are implementation details of those two backends.
14756 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14758         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
14759         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
14761         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
14762         (vc-sccs-parse-locks): SCCS-specific code moved here from
14763         vc-hooks.
14765         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
14766         code moved here from vc-hooks.
14768         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
14769         into back-end specific parts and removed.  Callers not updated
14770         yet; because I guess these callers will disappear into back-end
14771         specific files anyway.
14773 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14775         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
14776         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
14777         `vc-uses-locking'.
14779         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
14780         Store yes/no in the property, and return t/nil.  Updated all
14781         callers.
14783         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
14784         vc-sccs-uses-locking.  Don't set property.
14785         (vc-sccs-locking-user): Don't set property.
14787         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
14788         vc-cvs-uses-locking.  Don't set property here; leave that to
14789         vc-hooks.
14790         (vc-cvs-locking-user): Reflect above change.  Streamlined.
14792         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
14793         vc-rcs-uses-locking.
14794         (vc-rcs-locking-user): Reflect above change.
14796 2000-09-04  Dave Love  <fx@gnu.org>
14798         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
14800         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
14802         * vc-hooks.el (vc-checkout-model): Punt to backends.
14804         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
14806         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
14808         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
14809         New functions.
14811         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
14812         New functions.
14814         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
14815         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
14817         * vc-hooks.el (vc-default-locking-user): New function.
14818         (vc-locking-user, vc-workfile-version): Punt to backends.
14820 2000-09-04  Dave Love  <fx@gnu.org>
14822         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
14823         (vc-master-workfile-version): Moved from vc-hooks.
14825         * vc-rcs-hooks.el: Fix duplicate code in last change.
14827         * vc-rcs-hooks.el: Require vc-hooks when compiling.
14828         (vc-rcs-master-templates): Improve :type.
14829         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
14830         vc-master-workfile-version): Moved from vc-hooks.
14832         * vc-sccs-hooks.el: Require vc-hooks when compiling.
14833         (vc-sccs-master-templates): Improve :type.
14834         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
14836         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
14838         * vc-cvs-hooks.el: Require vc-hooks when compiling.
14839         (vc-cvs-master-templates): Improve :type.  Use
14840         vc-cvs-find-cvs-master.
14841         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
14842         from vc-hooks.
14843         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
14845         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
14846         Moved to vc-cvs-hooks.
14848         * vc-hooks.el: Add doc strings in various places.  Simplify the
14849         minor mode setup.
14850         (vc-handled-backends): New user variable.
14851         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
14852         simplification.
14854 2000-09-04  Dave Love  <fx@gnu.org>
14856         * vc.el: Some doc fixes for autoloaded and interactive functions.
14857         Fix compilation warnings from ediff stuff.
14858         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
14860         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
14862         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
14864         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
14866 2000-09-04  Dave Love  <fx@gnu.org>
14868         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14869         New variable.
14870         (vc-make-backend-function, vc-loadup, vc-call-backend)
14871         (vc-backend-defines): New functions.
14873         * vc-hooks.el: Various doc fixes.
14874         (vc-default-back-end, vc-follow-symlinks): Custom fix.
14875         (vc-match-substring): Function removed.  Callers changed to use
14876         match-string.
14877         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
14878         Simplify.
14880 2000-09-04  Dave Love  <fx@gnu.org>
14882         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
14883         type.
14884         (vc-sccs-project-dir, vc-search-sccs-project-dir)
14885         (vc-sccs-registered): Doc fix.
14887         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
14888         (vc-cvs-registered): Doc fix.
14890         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
14891         (vc-rcs-registered): Doc fix.
14893 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14895         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
14897         * vc-hooks.el: vc-registered has been renamed
14898         vc-default-registered.  Some functions have been moved to the
14899         backend specific files.  they all support the
14900         vc-BACKEND-registered functions.
14902 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14904         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
14906         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
14908 2000-09-04  Dave Love  <fx@gnu.org>
14910         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
14911         menu-bar-update-hook.
14913         * help.el (help-manyarg-func-alist): Add
14914         find-operation-coding-system.
14916         * wid-edit.el (widget-sexp-validate): Fix garbled code.
14918         * custom.el (custom-set-variables): Print message about errors in
14919         setting.
14921 2000-09-03  Andrew Innes  <andrewi@gnu.org>
14923         * makefile.w32-in: Change to DOS line endings.
14925 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
14927         * mouse.el (mouse-popup-menubar): Supply the prompt string for
14928         minor-mode keymaps, if they don't have one.
14930 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
14932         * eshell/esh-module.el (eval-when-compile): Don't lose if
14933         esh-module.el's file name is truncated to DOS 8+3 limits.
14935 2000-09-01  John Wiegley  <johnw@gnu.org>
14937         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
14938         predicate, which caused entries in the completion list to be
14939         doubled.
14941 2000-08-30  John Wiegley  <johnw@gnu.org>
14943         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
14944         sending to subprocesses.  Also, hook pre-command-hook if
14945         `eshell-send-direct-to-subprocesses' is non-nil.
14946         (eshell-send-direct-to-subprocesses): New config variable.  If t,
14947         subprocess input is send immediately.
14948         (eshell-toggle-direct-send): New function.
14949         (eshell-self-insert-command): New function.
14950         (eshell-intercept-commands): New function.
14951         (eshell-send-input): If direct subprocess sending is enabled,
14952         don't echo any input to the Eshell buffer.  Let the subprocess
14953         handle that.  This requires "stty echo" in bash, for example.
14955 2000-08-28  John Wiegley  <johnw@gnu.org>
14957         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
14958         completion function for Eshell's implementation of `unset'.
14960 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
14962         * info.el (Info-directory-list): Doc fix.
14964 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
14966         * filecache.el (file-cache-add-directory-using-find): Don't quote
14967         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
14969 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
14971         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
14972         coding systems.
14974 2000-08-30  Andrew Innes  <andrewi@gnu.org>
14976         * timer.el (run-with-idle-timer): Undo last change, so that timer
14977         is not activated immediately if Emacs is already idle.  Some
14978         existing code relies on this behaviour.
14980 2000-08-30  Miles Bader  <miles@gnu.org>
14982         * frame.el (set-frame-font): Do completion of font-name for
14983         interactive use.
14985 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
14987         * international/quail.el (quail-start-translation): Bind locally
14988         last-command-event, last-command, and this-command.
14989         (quail-start-conversion): Likewise.
14990         (quail-self-insert-command): Fix docstring.
14992 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
14994         * progmodes/executable.el
14995         (executable-make-buffer-file-executable-if-script-p): Check that
14996         buffer contains at least 2 characters.
14998 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
15000         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15002 2000-08-29  Dave Love  <fx@gnu.org>
15004         * diff-mode.el (diff-mode) <defgroup>: Add :version.
15005         (diff-mode-shared-map): Bind mouse-2.
15006         (diff-imenu-generic-expression): New variable.
15007         (diff-mode): Use it.
15009         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15010         (mouse-popup-menubar): Add minor mode menus.
15011         (popup-menu): Check for lookup-key returning number.
15013 2000-08-29  Miles Bader  <miles@gnu.org>
15015         * comint.el (comint-send-input): Create overlays using the proper
15016         front/read-advance arguments.
15018 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15020         * ps-print.el: Even/odd pages printing.  Doc fix.
15021         (ps-print-version): New version number (6.0).
15022         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15023         (ps-background, ps-begin-file, ps-begin-job): Code fix.
15024         (ps-print-duplex-feature): Variable eliminated.
15025         (ps-even-or-odd-pages): New variable.
15027         * progmodes/ebnf2ps.el: Doc fix.
15028         (ebnf-version): New version (3.3).
15029         (ebnf-user-arrow): Change variable customization to sexp.
15030         (ebnf-user-arrow): Function eliminated.
15031         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15033 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
15035         * help.el (help-xref-mule-regexp): New variable.
15036         (help-make-xrefs): Handle help-xref-mule-regexp.
15038         * international/mule-cmds.el (help-xref-mule-regexp-template): New
15039         variable.
15040         (describe-input-method): Temporarily activate the specfied input
15041         method to display the information.
15042         (describe-language-environment): Hyperlinks to mule related items.
15044         * international/mule-diag.el (charset-multibyte-form-string): New
15045         function.
15046         (list-character-sets-1): Use charset-multibyte-form-string.
15047         (describe-character-set): New function.
15048         (describe-coding-system): Hyperlinks to safe character sets.
15050         * international/quail.el (quail-help): New arg PACKAGE.
15051         Hyperlinks to mule related items.
15052         (quail-help-insert-keymap-description): Use
15053         substitute-command-keys instead of describe-bindings.
15054         (quail-translation-help): Hyperlinks to mule related items.
15056 2000-08-28  John Wiegley  <johnw@gnu.org>
15058         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15059         have a defsubst call itself.  Made `eshell-flatten-list' back into
15060         a function again.
15062         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15063         catch, in case re-centering point at bottom messes up the display.
15064         This happens frequently in Emacs 21, due I believe to variable
15065         line heights.
15067         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15068         to call `find-tag-interactive'.
15070         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15071         the list of remember directories.
15073 2000-08-28  John Wiegley  <johnw@gnu.org>
15075         * align.el: Test align-region-separate to see if it's a symbol.
15077 2000-08-28  John Wiegley  <johnw@gnu.org>
15079         * eshell/esh-util.el (eshell-flatten-list): Made this function
15080         into a defsubst form.  It gets used very frequently, although
15081         calls don't occur all that often.
15083         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15084         examining it.
15086         * eshell/esh-cmd.el (eshell-rewrite-while-command):
15087         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15088         `eshell-protect'.
15089         (eshell-copy-handles): Created a new macro for duplicating the
15090         current set of open handles.  This is needed by the looping
15091         functions.
15092         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15093         is not incorrectly stomped on.
15095         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15096         declaration for pcomplete-use-paring.
15097         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15098         value of eshell-cmpl-use-paring.
15099         * pcomplete.el (pcomplete-use-paring): New config variable, to
15100         indicate whether paring should be used.
15101         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15102         completion alternatives that have already been used.
15104         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15105         bound to C-c C-y, which will repeat the previous N arguments
15106         (based on prefix argument).
15107         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15109         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15110         if there is no *Help* buffer.  This is for XEmacs, which renames
15111         its help buffers uniquely.  TODO: Find out what the current buffer
15112         name to delete is.
15114         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15115         first entry that correlates to a passwd/group number.  Later
15116         entries (used for group/user name aliasing to multiple IDs) are
15117         ignored.
15119         * eshell/em-xtra.el (eshell/expr):
15120         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15121         (eshell-grep, eshell/diff, eshell/locate):
15122         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15123         argument list, before passing it to the system command.
15125         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15126         `find-tag' for use at final position in Eshell buffers (which
15127         otherwise triggers an error on Emacs 21).
15128         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15129         buffer, if it is currently bound to `find-tag'.
15131         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15132         in the list of matched Makefile names.
15133         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15134         directory, prefer its contents to Makefile.
15136         * eshell/em-dirs.el (eshell/cd): cd commands that look up
15137         directory parts (like "cd old new", or "cd =regexp"), are now case
15138         sensitive on non-Windows/DOS platforms.
15140         * eshell/esh-mode.el (eshell-parse-command-input): When a user
15141         types RET after an open delimiter (like "), display a message
15142         indicating that Eshell is waiting for the closing delimiter.
15144         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15145         environment variables.
15147         * eshell/em-unix.el (eshell/diff): Added logic to fail more
15148         gracefully if the user enters incorrect arguments.
15150         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15151         Eshell buffers.
15153         * eshell/esh-var.el (eshell-interpolate-variable):
15154         * eshell/esh-mode.el (eshell-move-argument):
15155         * eshell/em-unix.el (eshell-du-sum-directory):
15156         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15157         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15158         (not (= ...)).
15160         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15161         to ensure the `preserve' flag gets propagated when doing recursive
15162         directory copies.
15164 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
15166         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15167         Don't convert \n into \0177 in memory.
15168         (eshell-read-history, eshell-write-history): Convert \n to \0177,
15169         and back again, when reading and writing.
15171 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
15173         * eshell/esh-util.el (eshell-processp): Added to relieve constant
15174         testing of `fboundp' on `processp'.
15176         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15177         (eshell/jobs): Don't call process-list if it is not bound.
15178         (eshell-gather-process-output): Support systems where async
15179         subprocesses aren't supported.
15180         (eshell-scratch-buffer, eshell-last-sync-output-start): New
15181         variables.
15183         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15184         eshell-do-eval returns t.
15185         (eshell-do-pipelines-synchronously): New defmacro.
15186         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15187         when async subprocesses aren't supported.
15188         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
15189         if async subprocesses aren't supported.
15190         (eshell-resume-command): Don't assume STATUS is a string.
15192         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15194         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15195         (eshell-close-target, eshell-get-target): Use eshell-processp.
15196         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15197         fix.
15198         (eshell-get-target, eshell-create-handles): Doc fix.
15200 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
15202         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15203         criterion to include commands that output something, as long as it
15204         leaves both the command and the end-of-buffer visible when the
15205         command has exited.
15206         (eshell-review-quick-commands): Adjust the help doc string
15207         accordingly.
15209 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
15211         * locate.el (locate): Cleaned up locate command's interactive prompting
15212         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15214         * filecache.el (file-cache-case-fold-search): New variable
15215         (file-cache-assoc-function): New variable
15216         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15217         Use file-cache-case-fold-search variable
15218         (file-cache-add-file): Use file-cache-assoc-function
15219         (file-cache-delete-file): likewise
15220         (file-cache-directory-name): likewise
15221         (file-cache-debug-read-from-minibuffer): likewise
15223 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
15225         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15226         (abbrev-table-name): New function.
15227         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15228         If non-nil list local abbrev, only.
15230 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
15232         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15233         from Gnus support code, and use special article copy buffer
15234         `(gnus-original-article-buffer)' instead.  This allows to get rid
15235         of article-hide-headers usage (which breaks in the latest Gnus
15236         version).  Thanks to Detlev Zundel.
15238 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
15240         * international/quail.el (quail-use-package): Hide "... loaded"
15241         message.
15242         (quail-start-translation, quail-start-conversion): Likewise.
15244         * international/kkc.el (kkc-region): Hide "... loaded" message.
15246 2000-08-27  Dave Love  <fx@gnu.org>
15248         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15250 2000-08-27  Miles Bader  <miles@gnu.org>
15252         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15254 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
15256         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15257         'ja-dic-cnv), not (require 'skkdic-cnv).
15259 2000-08-26  Miles Bader  <miles@gnu.org>
15261         * faces.el (face-x-resources): Add entry for :inherit.
15262         * cus-face.el (custom-face-attributes): Add support for :inherit
15263         attribute.  Add support for relative face heights.
15264         (custom-face-attributes-get): Treat `nil' as being a default value
15265         for :inherit (as well as `unspecified').
15267         * faces.el (set-face-attribute): Update doc string.
15268         (face-attribute-name-alist): Add :inherit.
15269         (face-valid-attribute-values): Handle :inherit.
15270         (face-read-string): Rephrase prompt to be less confusing.
15271         Assume that DEFAULT is a string, since we must return a string.
15272         (face-read-integer): Use `format' to turn DEFAULT into an
15273         acceptable default for face-read-string.  Match NEW-VALUE against
15274         the string "unspecified", not the symbol `unspecified', since
15275         that's what face-read-string returns.
15276         (read-face-attribute): Lookup a name for old-value in valid, and
15277         use it as a default if we find one.  Treat all values from
15278         face-read-string as strings.  If the default is used, don't do any
15279         more processing on the value, just use the old value directly.
15280         (read-face-and-attribute, modify-face): Tweak prompt.
15281         (read-face-name): Don't assume prompt ends with a space.
15283         * faces.el (describe-face): Add support for :inherit attribute.
15285 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
15287         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
15288         concat doesn't accept interger.
15290         * international/kkc.el: Remove SKK from Keywords.  Require
15291         ja-dic-utl instead of skkdic-utl.
15293         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15294         Provide ja-dic-cnv instead of skkdic-cnv.
15295         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
15296         (iso-2022-7bit-short): Add safe-charsets property.
15297         (skkdic-convert-postfix): Search Japanese chou-on character in
15298         addition to Hiragana character.
15299         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15300         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15301         (batch-skkdic-convert): Likewise.
15303         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15304         Provide ja-dic-utl instead of skkdic-utl.
15305         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15307 2000-08-24  Dave Love  <fx@gnu.org>
15309         * disp-table.el (standard-display-default): Make the test of `l'
15310         useful.
15312         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15313         mod sample text.
15315         * international/iso-ascii.el: Make pilcrow convenient string
15316         consistent with section.
15317         (iso-ascii-display): Set up multibyte characters as well as
15318         unibyte.
15320 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
15322         * international/mule-cmds.el (reset-language-environment): Set
15323         default-process-coding-system to '(undecided . iso-latin-1), which
15324         makes process I/O almost consistent with file I/O.   Call this
15325         function when mule-cmds.el[c] is loaded.
15327 2000-08-22  Andrew Innes  <andrewi@gnu.org>
15329         * makefile.w32-in: New file.
15331 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
15333         * comint.el (comint-output-filter): Compare end of
15334         comint-last-output-overlay with the start of the newly inserted
15335         text, not the end, when deciding whether to extend it.
15336         Set saved-point's insertion type to advance after insertion.
15338         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15339         since this is now done independently of font-lock mode.
15341 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
15343         * server.el (server-kill-new-buffers): New user option.
15344         (server-existing-buffer): New buffer-local variable.
15345         (server-visit-files): When using an existing buffer, set
15346         server-existing-buffer to t.
15347         (server-buffer-done): If server-kill-new-buffers is t, kill the
15348         buffer, unless it was already present before visiting it with
15349         Emacs server.
15351 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
15353         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15354         even if the display doesn't support colors: some displays will
15355         support bold/underline faces.
15357 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
15359         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15361         * startup.el (command-line): If user's init file had an error,
15362         add explanatory text to *Messages*.
15364 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
15366         * man.el (Man-getpage-in-background): Decode the process output by
15367         the system locale coding system.
15369 2000-08-20  Dave Love  <fx@gnu.org>
15371         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15372         Don't test x-popup-menu.
15373         (function) <complete-function>: Complete only fbound symbols.
15374         <validate, value>: New.
15375         (variable) <complete-function>: Complete only bound symbols.
15376         (coding-system): Add :base-only, :complete-function, :validate,
15377         :value, :prompt-match.
15378         (widget-coding-system-prompt-value): Use read-coding-system and
15379         act on :base-only.
15380         (editable-field): Add :help-echo.
15381         (widget-push-button-gui, widget-push-button-cache)
15382         (widget-gui-action, widget-editable-list-gui): COmment out, along
15383         with uses.
15384         (widget-at): Make arg optional.
15385         (widget-echo-help): Adjust for current help-echo calling sequence.
15386         (widget-specify-field, widget-specify-button)
15387         (widget-specify-insert, widget-get-sibling, widget-image-find)
15388         (widget-convert, widget-insert, widget-leave-text)
15389         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
15390         (widget-setup, widget-field-find, widget-before-change)
15391         (widget-after-change, widget-default-complete)
15392         (widget-default-create, widget-default-delete)
15393         (widget-push-button-value-create, editable-field)
15394         (widget-field-prompt-value, widget-field-validate)
15395         (widget-choice-value-create, widget-choice-action)
15396         (widget-choice-validate, widget-checklist-add-item)
15397         (widget-radio-add-item, widget-radio-chosen)
15398         (widget-radio-value-inline, widget-editable-list-value-create)
15399         (widget-editable-list-entry-create)
15400         (widget-documentation-link-add)
15401         (widget-documentation-string-value-create)
15402         (widget-regexp-validate, widget-file-complete)
15403         (widget-sexp-validate, widget-plist-convert-widget)
15404         (widget-plist-convert-widget, widget-alist-convert-widget)
15405         (widget-alist-convert-widget, widget-color-complete): Simplify,
15406         particularly to avoid bindings which aren't optimized out.
15408         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
15409         Doc fix.
15410         (down-list, backward-up-list, up-list, kill-sexp)
15411         (backward-kill-sexp, mark-sexp): Make arg optional.
15412         (lisp-complete-symbol): Add optional arg PREDICATE.
15414         * cus-start.el: Add display-buffer-reuse-frames,
15415         file-coding-system-alist.
15417 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
15419         * startup.el (command-line): Clear realized faces after
15420         modifying TTY color mappings.
15422 2000-08-20  Miles Bader  <miles@gnu.org>
15424         * faces.el (face-attr-match-p): Don't return true if ATTRS are
15425         merely a subset of FACE's attributes.
15427 2000-08-19  Miles Bader  <miles@gnu.org>
15429         * comint.el (comint-output-filter): Save the point with a marker,
15430         not just a buffer position.
15432         * international/mule.el (set-buffer-process-coding-system): Make
15433         interactive prompt less confusing.
15435 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
15437         * hilit-chg.el: General cleanup of doc strings, comments and
15438         code formatting.
15440 2000-08-19  Miles Bader  <miles@gnu.org>
15442         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
15443         Compiler macro removed; beginning-of-line is no longer always
15444         equivalent to forward-line, in the presence of fields.
15446         * comint.el (comint-output-filter): Remove ad-hoc saving of
15447         restriction, and just use save-restriction, now that it works
15448         correctly.  Don't adjust comint-last-input-start to account for
15449         our insertion; it shouldn't have moved because we don't use
15450         insert-before-markers anymore.  Comment out call to
15451         `force-mode-line-update'; why is it here?
15453         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
15454         while checking for prompt to delete.  Use `forward-line 0'
15455         instead of beginning-of-line.
15456         (gud-filter): Temporarily widen gud comint buffer while
15457         examining output.
15459 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
15461         * progmodes/sh-script.el: Big bag of typos.
15463         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
15464         check since ispell-process is not bound when ispell is not yet loaded.
15466 2000-08-18  Dave Love  <fx@gnu.org>
15468         * image.el (find-image): Copy `spec' before using plist-put.
15470 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
15472         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
15473         `portugues'.
15475         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
15476         backward-kill-sexp, analogous to kill-sexp.
15478         * progmodes/icon.el (icon-indent-line)
15479         (icon-is-continuation-line): Handle comments specially.
15481 2000-08-17  Ken Stevens <k.stevens@ieee.org>
15483         * ispell.el: Set to standard author/maintainer/keyword fields.
15484         Fine tuning to menu map appearance and operation, and added help.
15485         Remove `start' and `end' error messages when compiling.
15486         (ispell-choices-win-default-height): Fixed comment string.
15487         (ispell-dictionary-alist-1): Fixed regexp in castellano and
15488         castellano8 dictionaries.
15489         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
15490         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
15491         dictionary, added italiano dictionary.
15492         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
15493         word character
15494         (ispell-tex-skip-alists): Added psfig support.
15495         (ispell-skip-html): Renamed from ispell-skip-sgml.
15496         (ispell-begin-skip-region-regexp, ispell-skip-region)
15497         (ispell-minor-check): Improved html skipping support to skip across
15498         code, and recognize `&' commands without propper `;' syntax;
15499         (ispell-process-line): Fix alignment error when manually
15500         correcting spelling.
15501         (ispell): Fix comment string.
15502         (ispell-add-per-file-word-list): Always put word list on new line.
15504 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
15506         * format.el (format-encode-run-method): Fix error message to say
15507         `encode' instead of `decode'.  Use save-window-excursion around
15508         shell-command-on-region as in format-decode-run-method because
15509         shell-command-on-region can display a buffer with error output.
15510         (format-decode): Don't record undo information for the decoding.
15511         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
15512         that number part of the temporary buffer name so that more than
15513         one decoding using a temporary buffer can happen safely.
15515         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
15516         of `A-z' in the regexp.
15518         * hilit-chg.el: Fix typos in commentary.
15520         * help.el (view-emacs-news): Rewritten for new naming scheme
15521         for old NEWS files.
15523         * startup.el (command-line): Pop to *Messages* in case an error
15524         is signaled while loading user-init-file.
15526 2000-08-17  Andreas Schwab  <schwab@suse.de>
15528         * files.el (insert-directory): Don't lose original file name,
15529         undoing an undocumented change.
15531 2000-08-17  Alex Schroeder  <alex@gnu.org>
15533         * sql.el (sql-magic-go): Use comint-bol.
15534         (sql-copy-column): Use comint-line-beginning-position.
15535         (comint-line-beginning-position): Define a replacement for
15536         comint-line-beginning-position if it is not fboundp.
15538 2000-08-17  Alex Schroeder  <alex@gnu.org>
15540         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
15541         it didn't have any effect anyway.
15543 2000-08-17  Alex Schroeder  <alex@gnu.org>
15545         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
15546         --pset and pager=off instead of sending \\o|cat at the beginning
15547         of the session.
15549 2000-08-17  Miles Bader  <miles@gnu.org>
15551         * progmodes/octave-inf.el: Add compatibility definition of
15552         comint-line-beginning-position.
15554 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
15556         * startup.el (normal-top-level): Look in each dir in load-path for
15557         a leim-list.el file too.  This assures of loading leim-list.el
15558         that is created at Emacs installation time even if a user have his
15559         own leim-list.el.
15561 2000-08-17  Miles Bader  <miles@gnu.org>
15563         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
15564         foreground color to black if the background is dark.
15566 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
15568         * loadhist.el (unload-feature): Typo.
15570         * finder.el (finder-compile-keywords):
15571         * cus-dep.el (custom-make-dependencies): Add local-variable settings
15572         to the generated file.
15574         * mail/mh-e.el (mh-make-local-vars):
15575         Replace make-variable-buffer-local with make-local-variable.
15577         * play/landmark.el:
15578         * options.el (Edit-options-{set,toggle,t,nil}):
15579         * mail/mailabbrev.el (mail-abbrevs-mode):
15580         * textmodes/tex-mode.el (tex-expand-files):
15581         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
15583         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
15585         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
15586         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
15587         Allow going past the last element.
15588         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
15589         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
15590         (cvs-mouse-toggle-mark): Don't move point.
15591         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
15593         * progmodes/compile.el (grep): Provide a default set of files.
15594         (next-error): Docstring fix.
15595         (compilation-find-file): Avoid find-file (fails in a dedicated window).
15597         * emacs-lisp/easy-mmode.el (define-minor-mode):
15598         Use `symbol-value' to keep the byte-compiler quiet.
15600         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
15601         (diff-find-source-location): New fun, extracted from diff-goto-source.
15602         (diff-goto-source): Use it.
15603         (diff-next-complex-hunk, diff-filter-lines): New function.
15604         (diff-apply-hunk): New command.
15606         * smerge-mode.el (smerge-mode-menu): Doc fix.
15608         * msb.el (msb-mode): Define it in terms of define-minor-mode.
15610 2000-08-16  Dave Love  <fx@gnu.org>
15612         * windmove.el (windmove) <defgroup>: Add :version.
15614         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
15615         (goto-address-fontify-p, goto-address-highlight-p)
15616         (goto-address-url-face, goto-address-url-mouse-face)
15617         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
15618         (goto-address-url-regexp): Use thing-at-point-url-regexp.
15619         (goto-address-fontify, goto-address-at-mouse): Simplify,
15620         (goto-address-at-point): browse-url-url-at-point,
15621         goto-address-find-address-at-point can return nil.
15622         (goto-address-find-address-at-point): Return nil on failure.
15624         * align.el (align) <defgroup>: Add :version.
15626         * calculator.el (calculator): Add :version.
15627         (calculator): Use two lines for calculator window if `modeline'
15628         face is boxed.
15630         * play/5x5.el: Doc fixes.
15631         (5x5) <defgroup>: Add :version.
15633         * play/fortune.el (fortune) <defgroup>: Add :version.
15634         (fortune-append): Fix error message.
15635         (fortune-from-region): Doc fix.
15637         * play/pong.el (pong): Doc fix.
15639         * play/morse.el: Keywords, commentary, autoloads.
15641 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
15643         * desktop.el (desktop-save): Don't look at symbol-value of a
15644         member of minor-mode-alist, unless it is boundp.
15646 2000-08-16  Sam Steingold  <sds@gnu.org>
15648         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
15649         `while'; use `with-current-buffer' instead of `save-excursion'.
15650         Removed unnecessary kludges now that "*Buffer List*" is excluded.
15652 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
15654         * international/ccl.el (declare-ccl-program): Docstring modified.
15655         (ccl-execute-with-args): Likewise.
15657 2000-08-16  Miles Bader  <miles@gnu.org>
15659         * progmodes/sql.el: Add compatibility definition of
15660         comint-line-beginning-position.
15662 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
15664         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
15665         'buffer-menu' property.
15666         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
15667         fails.
15668         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
15669         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
15670         wasn't killed.
15672         * buff-menu.el (list-buffers-noselect): Don't display the
15673         *Buffer List* buffer.
15675         * font-lock.el: Require jit-lock to prevent a very late
15676         `Loading jit-lock' message.
15678         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
15679         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
15680         mail address.
15682 2000-08-15  Miles Bader  <miles@gnu.org>
15684         * textmodes/ispell.el (ispell-graphic-p): New constant.
15685         (ispell-choices-win-default-height, ispell-help): Use
15686         `ispell-graphic-p' instead of `xemacsp'.
15688 2000-08-15  Dave Love  <fx@gnu.org>
15690         * simple.el: Autoload widget-convert when compiling.
15691         (mail-user-agent): Doc fix.
15693         * help.el (function-called-at-point, variable-at-point): Use
15694         with-syntax-table.
15695         (help-manyarg-func-alist): Add insert-and-inherit.
15697         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
15699         * delsel.el (delsel-unload-hook): New function.
15701         * find-file.el: Doc fixes.  Move provide to end.
15702         (ff) <defgroup>: Add :link.
15703         (ff-goto-click): Deleted.
15704         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
15705         Use mouse-set-point.
15707         * textmodes/tildify.el: Doc fixes.
15708         (tildify) <defgroup>: Add:version.
15710         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
15711         (glasses-custom-set): Use set-default, not set.
15712         (minor-mode-alist): Propertize the lighter.
15713         (glasses-mode): Provide optional arg.
15715         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
15716         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
15717         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
15718         option.  Provide :type.
15719         (cwarn-configuration): Provide :type.
15720         (cwarn-mode): Doc fix.
15722         * add-log.el (change-log-merge): Doc fix.
15723         (change-log-redate): New command.
15725         * net/browse-url.el (browse-url-filename-alist): Add a clause for
15726         Doze and Dog.
15727         (browse-url): Use dolist, not mapcar.
15728         (browse-url-at-point): Check for null url.
15729         (browse-url-event-buffer, browse-url-event-point): Functions
15730         deleted.
15731         (browse-url-at-mouse, browse-url-netscape): Simplify.
15733         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
15734         modes.
15735         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
15736         Fix previous change to mapcan.
15737         (msb--init-file-alist, msb--add-separators)
15738         (msb--make-keymap-menu): Simplify.
15739         (msb--choose-file-menu): Use copy-sequence.
15740         (msb-mode-map): Add title to keymap.
15741         (msb-unload-hook): New function.
15743         * bs.el: Fix indentation.
15744         (bs) <defgroup>: Add :links.
15745         (bs-show): Doc fix.
15746         (bs-apply-sort-faces): Don't use window-system.
15747         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
15749 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
15751         * calendar/timeclock.el (timeclock-file): Run .timelog through
15752         convert-standard-filename.
15754 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
15756         * emacs-lisp/authors.el: New file.
15758         * paren.el (show-paren-priority): New user option.
15759         (show-paren-function): Set overlay priorities to
15760         show-paren-priority.
15762 2000-08-14  Miles Bader  <miles@gnu.org>
15764         * comint.el (comint-bol): Use `forward-line 0' instead of calling
15765         beginning-of-line with inhibit-field-text-motion bound.
15767 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
15769         * calendar/timeclock.el: New file.
15771 2000-08-14  David Ponce  <david@dponce.com>
15773         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
15774         `widget-button-click'. so that one can use left mouse button to
15775         click on dialog buttons.
15777 2000-08-14  Emmanuel Briot  <briot@gnat.com>
15779         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
15780         identifiers, since XML is case sensitive
15782 2000-08-12  Miles Bader  <miles@gnu.org>
15784         * comint.el (comint-output-filter): Don't bother frobbing
15785         window-start, it doesn't seem to be necessary.
15787         * comint.el (comint-send-string, comint-send-region): Make into
15788         real functions.  Snapshot the prompt before sending.
15790 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
15792         * info.el (Info-find-emacs-command-nodes): Rewrite to use
15793         technique similar to Info-index, instead of relying on specific
15794         names of relevant Index nodes.
15795         (Info-goto-emacs-command-node): Bind Info-history to nil when
15796         going to the first node found by Info-find-emacs-command-nodes.
15798 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
15800         * menu-bar.el (menu-bar-help-menu): Add a :help string.
15802 2000-08-10  Miles Bader  <miles@gnu.org>
15804         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
15806 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
15808         * info.el (Info-file-list-for-emacs): More elements for the
15809         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
15810         and woman manuals.
15812 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
15814         * comint.el (comint-send-input): Make the newline boundary overlay
15815         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
15816         (comint-output-filter): Use `insert' instead of
15817         `insert-before-markers'.  Extend comint-last-output-overlay when
15818         necessary since we can't rely on insert-before-markers to do it.
15819         * gud.el (gud-filter): Use `with-current-buffer' instead of
15820         save-excursion when inserting the output, so that point gets
15821         updated correctly; the old method relied on a rather dodgy
15822         side-effect of comint-output-filter to avoid the effect of
15823         save-excursion.
15825 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
15827         * files.el (recover-file): Call insert-directory instead of
15828         invoking `ls' directly.
15830 2000-08-10  Miles Bader  <miles@gnu.org>
15832         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
15833         (comint-last-prompt-overlay): New variables.
15834         (comint-output-filter): Implement prompt highlighting.
15835         (comint-snapshot-last-prompt): New function.
15836         (comint-send-input): Snapshot the last prompt.
15837         Use comint-highlight-input-face.
15838         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
15839         Use defface instead of defcustom.
15840         (send-invisible, comint-send-eof): Snapshot the last prompt.
15841         (comint-delchar-or-maybe-eof): Use comint-send-eof.
15842         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
15844 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
15846         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
15847         (regexp-opt-group): Use a list of chars for `letters'.
15848         (regexp-opt-charset): `chars' is now a list of chars.
15849         Use a char-table rather than a vector so it works for multibyte chars.
15851         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
15852         Set cvs-minor-current-files to the selected fileinfo.
15853         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
15854         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
15856 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
15858         * files.el (insert-directory): Don't call access-file on
15859         directories on DOS and Windows.
15861 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
15863         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
15864         longer if necessary.
15865         (ccl-embed-code): Call ccl-embed-data to store CODE in
15866         ccl-program-vector.
15868 2000-08-09  Miles Bader  <miles@gnu.org>
15870         * comint.el (comint-output-filter): Properly handle the case where
15871         the text surrounded by comint-last-output-overlay was deleted.
15873 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
15875         * info.el (Info-insert-dir): Use Info-additional-directory-list if
15876         non-nil.
15877         (Info-file-list-for-emacs): Remove "info" from the list because
15878         that leads to trying to use the documentation from file `info'
15879         in various situations where it isn't appropriate, for instance
15880         C-h C-k C-h i.
15882         * ffap.el (ffap-read-file-or-url-internal): Handle case that
15883         DIR and/or STRING are nil.
15885         * progmodes/compile.el (compilation-setup): Make variable
15886         compilation-error-screen-columns buffer-local, as some comment
15887         in the code suggests it should be.
15889         * files.el (auto-mode-interpreter-regexp): New variable.
15890         (set-auto-mode): Use it.
15892         * indent.el (indent-for-tab-command): Doc fix.
15894         * mouse-sel.el (mouse-sel-mode): Doc fix.
15896         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
15897         labels.
15899         * help.el (print-help-return-message): When
15900         display-buffer-reuse-frames is set, let the help window been quit,
15901         instead of deleting it, which might delete a reused frame.
15903 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
15905         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
15906         rename a directory to a name that differs only by its letter case.
15908 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
15910         * international/quail.el (quail-define-rules): Handle Quail decode
15911         map correctly.  Add code for supporting annotations.
15912         (quail-install-decode-map): New function.
15913         (quail-defrule-internal): New optional arguments decode-map and
15914         props.
15915         (quail-advice): New function.
15917 2000-08-07  Sam Steingold  <sds@gnu.org>
15919         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
15920         `defconst', `define-condition', `with-slots'.
15921         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
15923 2000-08-03  Miles Bader  <miles@gnu.org>
15925         * comint.el (comint-use-prompt-regexp-instead-of-fields):
15926         New variable.
15927         (comint-prompt-regexp, comint-get-old-input): Document dependence on
15928         comint-use-prompt-regexp-instead-of-fields.
15929         (comint-send-input): Add `input' field property to stuff we send to
15930         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
15931         (comint-output-filter): Add `output' field property to process
15932         output, if comint-use-prompt-regexp-instead-of-fields is nil.
15933         (comint-replace-by-expanded-history)
15934         (comint-get-old-input-default, comint-show-output)
15935         (comint-backward-matching-input, comint-forward-matching-input)
15936         (comint-next-prompt, comint-previous-prompt):  Use field
15937         properties if comint-use-prompt-regexp-instead-of-fields is nil.
15938         (comint-line-beginning-position): New function.
15939         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
15940         (comint-replace-by-expanded-history-before-point): Use
15941         comint-line-beginning-position and line-end-position.
15942         (comint-last-output-overlay): New variable.
15943         (comint-mode): Make `comint-last-output-overlay' buffer-local.
15945         * shell.el (shell-prompt-pattern): Doc change.
15946         (shell-backward-command): Use line-beginning-position.
15948         * gud.el (gud-gdb-complete-command): Use
15949         comint-line-beginning-position.
15951         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
15952         comint-bol doesn't actually go to the beginning of the line.
15954         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
15955         if comint-use-prompt-regexp-instead-of-fields is non-nil.
15956         (try-expand-line-all-buffers): Likewise.
15958         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
15959         explicitly matching comint-prompt-regexp.
15960         (sql-copy-column): Use comint-line-beginning-position instead of
15961         explicitly matching comint-prompt-regexp.
15963         * progmodes/octave-inf.el (inferior-octave-complete): Use
15964         comint-line-beginning-position.
15966         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
15968         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
15969         looking for a prompt, use `forward-line 0' instead of
15970         `beginning-of-line', to avoid getting caught by an input field.
15972 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
15974         * files.el (shell-quote-wildcard-pattern): Make sure to return
15975         PATTERN, in the Unix case.
15977 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
15979         * play/zone.el (zone): Discard any pending input before running
15980         the randomly-chosen pgm.
15982 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
15984         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
15985         checking the existence of any multibyte characters.
15987 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
15989         * help.el (describe-mode): Test minor-mode symbol for being
15990         bound before testing its value for being nil.
15992         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
15993         `first', `second', and `third'.
15995         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
15996         (second): Make it an alias for `cadr'.
15998 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
16000         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16001         types of display support faces now.
16003 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
16005         * pcvs.el (require): Require `cl' during compilation, only.
16007         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16008         (toplevel): Remove `remq' and `remove' from autoloads.
16009         (cl-fake-autoloads): New variable.  If set, arrange for an error
16010         when CL functions etc. are autoloaded.
16012 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
16014         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16016         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16017         popped up, but the user clicks outside the menu, return an empty
16018         regexp (that causes unhighlight-regexp to have no effect).
16020         * menu-bar.el (menu-bar-games-menu): Add Zone.
16022         * hi-lock.el (toplevel): Require font-lock.
16024 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16026         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16027         (ebnf-8-bit-chars): New var for bug fix.
16028         (ebnf-string): Bug fix.
16030 2000-08-03  Sam Steingold  <sds@gnu.org>
16032         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16033         instead of `buffer-string'.
16034         (require 'cl): Always, not just when compiling.
16035         `ignore-errors' in `interactive', `list*', `defun*' &c make this
16036         necessary.
16038 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
16040         * international/mule-cmds.el (select-safe-coding-system): Make
16041         the message text about selecting a safe coding system more clear.
16043 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
16045         * hi-lock.el: New file.
16047         * play/zone.el: New file.
16049         * replace.el (occur): Set tab-width in the *Occur* buffer to the
16050         value of tab-width in the original buffer.  Choose a line number
16051         format that's a multiple of the original buffer's tab width, so
16052         that lines appear right.
16054         * textmodes/ispell.el (ispell): New function, replacing an alias.
16055         Spell-check active region if in transient-mark-mode and mark
16056         is active; otherwise spell-check buffer.
16058 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16060         * ps-mule.el: Fix a customization problem on
16061         ps-mule-font-info-database-default.
16063 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
16065         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16066         display-mouse-p instead of window-system.
16067         (ebrowse-member-mode-map): Ditto.
16069 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16071         * progmodes/ebnf2ps.el: Update ps-print functions call.
16072         Indentation fix.  Doc fix.
16073         (ebnf-version): New version number (3.2).
16074         (ebnf-format-color, ebnf-begin-job): Code fix.
16076 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
16078         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16079         font lock support on window-system.
16080         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16082         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16083         display-color-p, if fboundp, instead of window-system.
16085 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
16087         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16088         instead of window-system.
16090         * wid-edit.el (widget-choose): Use display-mouse-p instead of
16091         window-system.
16092         (widget-choice-mouse-down-action): Use display-popup-menus-p
16093         instead of window-system.
16095         * strokes.el (strokes-file): Run the file name through
16096         convert-standard-filename.
16097         (strokes-mode): Call display-mouse-p instead of looking at
16098         window-system.  Change the error message accordingly.
16100         * progmodes/cpp.el (toplevel): Support faces on tty's.
16102         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16103         (lm-plot-square, lm-init-display): Don't use window-system.
16105         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16106         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16108         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16109         instead of looking at window-system.
16111 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
16113         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16114         of testing if iswitchb-prepost-hooks is bound, because the
16115         latter will always be true when invoking a recursive minibuffer
16116         from an active Iswitchb buffer.
16118 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
16120         * files.el (shell-quote-wildcard-pattern): New function.
16121         (insert-directory): Call it.  Only prepend "\" to command on Unix
16122         and GNU/Linux systems.
16124 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
16126         * eshell/esh-groups.el: Change custom :link file names
16127         from `eshell.info' to `eshell'.
16129 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
16131         * dired.el (dired-build-subdir-alist): Expand subdirectory names
16132         correctly in recursive ange-ftp listings.
16134 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16136         * ps-print.el: Fix bug 1: if ps-font-size-internal,
16137         ps-header-font-size-internal and
16138         ps-header-title-font-size-internal variables are not set,
16139         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
16140         face text property is (foreground-color . COLOR) or
16141         `(background-color . COLOR)', ps-print crashes.  Doc fix.
16142         (ps-print-version): New version number (5.2.4).
16143         (ps-plot-region): Code fix.
16144         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16145         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16146         Bug fix 2.
16148 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
16150         * glasses.el (glasses-make-readable): Fix uncapitalization of
16151         identifiers like `myXMLDocument'.
16153 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
16155         * mail/mail-hist.el (mail-hist-previous-input)
16156         (mail-hist-next-input): Do the obvious code factorization.
16157         (mail-hist-retrieve-and-insert): New func, contains common
16158         code of above two.
16159         If inserting a message body, leave point at top.
16161 2000-07-28  Sam Steingold  <sds@gnu.org>
16163         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16164         Use `<=', not `<' to compare times!
16165         (ange-ftp-ls): Remove.
16167 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
16169         * play/cookie1.el: Add explanation of how to make cookie.el
16170         compatible with strfile(1) to comment.
16172         * subr.el (remove, remq): New functions.
16174         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16175         escape `*' in regexps.
16176         (midnight-find): Reverse order of arguments in the funcall of
16177         TEST.
16179         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16180         and `.class'.
16182         * play/meese.el: Add Commentary section.
16184 2000-07-27  Alex Schroeder  <alex@gnu.org>
16186         * sql.el (sql-ms): Added autoload cookie.
16187         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16188         (sql-oracle): Ditto.
16189         (sql-help): Doc change.
16191         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16192         types and exceptions.
16194 2000-07-27  Alex Schroeder  <alex@gnu.org>
16196         * sql.el (sql-placeholder-history): New variable.
16197         (sql-query-placeholders-and-send): New function that will query
16198         the user and replace placeholders with user input.
16199         (sql-oracle): If running on NT, set comint-input-sender to
16200         sql-query-placeholders-and-send.
16202         (sql-stop): If in the SQLi buffer, insert stop notification, else
16203         present it as a message.
16205 2000-07-27  Alex Schroeder  <alex@gnu.org>
16207         * sql.el (sql-input-ring-separator): Doc change.
16208         (sql-input-ring-file-name): Doc change.
16209         (sql-interactive-mode): Use `sql-input-ring-separator' and
16210         `sql-input-ring-file-name' to set the comint-mode equivalents
16211         without making them local variables.
16212         (sql-stop): Don't bind `sql-input-ring-separator' and
16213         `sql-input-ring-file-name' dynamically to their comint-mode
16214         equivalents.
16216 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
16218         * international/mule.el (register-char-codings): New function.
16219         (make-coding-system): Handle `safe-chars' specification in the arg
16220         PROPERTY.
16222         * international/mule-cmds.el
16223         (find-coding-systems-region-subset-p): This function deleted.
16224         (sort-coding-systems-predicate): New variable.
16225         (sort-coding-systems): New function.
16226         (find-coding-systems-region): Use
16227         find-coding-systems-region-internal.
16228         (find-coding-systems-string): Use find-coding-systems-region.
16229         (find-coding-systems-for-charsets): Check
16230         char-coding-system-table.
16231         (select-safe-coding-system-accept-default-p): New variable.
16232         (select-safe-coding-system): Mostly rewritten.  New argument
16233         ACCEPT-DEFAULT-P.
16234         (select-message-coding-system): Call select-safe-coding-system
16235         with ACCEPT-DEFAULT-P arg.
16236         (reset-language-environment): Reset default-sendmail-coding-system
16237         to the default value iso-latin-1.
16238         (set-language-environment): Don't set the obsolete variable
16239         charset-origin-alist.
16241         * international/codepage.el (cp-coding-system-for-codepage-1):
16242         Give `safe-chars' property to make-coding-system.
16244         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16245         calling select-message-coding-system twice.
16247         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16248         instead of `safe-charsets'.
16249         (cyrillic-alternativnyj): Likewise.
16250         (ccl-encode-alternativnyj): Don't check the charset
16251         cyrillic-iso8859-5.
16253 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
16255         * composite.el (compose-chars-after): Preserve match data.
16257 2000-07-26  Sam Steingold  <sds@gnu.org>
16259         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16260         (ange-ftp-real-file-newer-than-file-p): New function.
16261         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16262         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16264         * tooltip.el (tooltip-float-time): Removed (use `float-time').
16265         * midnight.el (midnight-float-time): Ditto.
16267 2000-07-26  Andreas Schwab  <schwab@suse.de>
16269         * files.el (normal-backup-enable-predicate): Correct
16270         interpretation of the return value of compare-strings.
16272 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
16274         * isearch.el (isearch-resume): New function.
16275         (isearch-done): Add something to command-history to resume
16276         the search.
16277         (isearch-yank-line, isearch-yank-word): Use
16278         buffer-substring-no-properties instead of buffer-substring.
16280         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16281         of flyspell-mouse-map.
16283         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16284         duplicate definition.
16285         (makefile-mode): Remove duplicate setting of local-abbrev-table.
16287         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16288         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16290 2000-07-25  Sam Steingold  <sds@gnu.org>
16292         * net/ange-ftp.el: Get modtime over the net.
16293         (ange-ftp-file-modtime): New function.
16294         (ange-ftp-write-region, ange-ftp-insert-file-contents)
16295         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16296         Use it.
16297         (ange-ftp-dot-to-slash): New function.
16298         (ange-ftp-fix-name-for-vms): Use it.
16300         * midnight.el (midnight-buffer-display-time): Use
16301         `with-current-buffer'.
16303 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
16305         * find-dired.el: Update copyright notice.
16306         (find-dired): Offer to kill a running `find'.
16308         * enriched.el (enriched-face-ans): For a `foreground-color'
16309         property, return '(("x-color" COLOR))' so that COLOR will be
16310         output as a parameter of the x-color annotation.  Likewise for the
16311         `background-color' property.  In the case of normal face
16312         properties, don't return annotations for unspecified foreground
16313         and background face attributes.
16315 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
16317         * language/japan-util.el (japanese-katakana-region): Fix handling
16318         HANKAKU argument.
16320 2000-07-25  Miles Bader  <miles@gnu.org>
16322         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16323         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
16324         constrain-to-field.
16326 2000-07-24  Andrew Innes  <andrewi@gnu.org>
16328         * timer.el (timer-activate-when-idle): Add optional parameter
16329         DONT-WAIT.  Update docstring.
16330         (run-with-idle-timer): Specify extra parameter to
16331         timer-activate-when-idle, so that timer will be activated
16332         immediately if Emacs is already idle.
16334         * w32-fns.el (w32-using-nt): Fix docstring.
16336 2000-07-24  Dave Love  <fx@gnu.org>
16338         * mouse.el (popup-menu): Set last-command-event.
16339         (mouse-major-mode-menu-prefix): Declare.
16341 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
16343         * textmodes/flyspell.el: Update to author's version 1.5d.
16345         * progmodes/hideshow.el: Update copyright notice.
16347         * vcursor.el: Set maintainer to FSF, since author cannot
16348         be reached.
16350 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
16352         * info.el (Info-goto-emacs-key-command-node): Leave a space after
16353         the prompt.
16355         * mouse.el (popup-menu): Run the keymap through indirect-function,
16356         in case it was defined with define-prefix-key.  If the menu is a
16357         list of keymaps, look up the binding of user's choice in each one
16358         of the keymaps.
16359         (mouse-popup-menubar): If the global and local menu-bar keymaps
16360         don't have a prompt string, create one and insert it into the
16361         keymap.  Don't barf if current-local-map returns nil.
16363 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
16365         * dired.el (dired-sort-R-check): Added to allow recursive listing
16366         to be undone.
16367         (dired-sort-other): Use it.
16369 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16371         * Release of cc-mode 5.27
16373 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16375         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16376         c-beginning-of-statement-1 that caused a bad case of recursion
16377         which could consume a lot of CPU in large classes in languages
16378         that have in-expression classes (i.e. Java and Pike).
16380         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16381         statements before top level constructs (i.e. case 6 is moved
16382         before case 5 and is now case 4) to catch in-expression
16383         classes in top level expressions correctly.
16385 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16387         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
16388         objc-method-intro. Case 4 removed and case 5I added.
16390         * cc-langs.el (c-append-paragraph-start): New variable used by
16391         c-common-init to get paragraph-start correct.
16392         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
16393         initialize paragraph-start to make it correct both with and
16394         without the javadoc special case.
16396         * cc-mode.el (java-mode): Use c-append-paragraph-start to
16397         initialize paragraph-start for javadoc markup.
16399         * cc-vars.el (c-style-variables-are-local-p): Incompatible
16400         change by defaulting this to t.  It's motivated by the
16401         confusing behavior that otherwise arise from the style system
16402         when editing both java and non-java files at the same time
16403         (see the comments about style setting in c-common-init).
16405 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16407         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
16408         similar to the one in c-fill-paragraph to check the fill
16409         prefix from the adaptive fill function for sanity.
16411 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16413         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
16414         defun block.
16416 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16418         * cc-align.el (c-lineup-multi-inher): Handle lines with
16419         leading comma nicely. Extended to handle member initializers
16420         too.
16422         * cc-engine.el: (c-beginning-of-inheritance-list,
16423         c-guess-basic-syntax): Fixed recognition of inheritance lists
16424         when the lines begins with a comma.
16426         * cc-vars.el (c-offsets-alist): Changed default for
16427         member-init-cont to c-lineup-multi-inher since it now handles
16428         member initializers and indents better for leading commas.
16430 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16432         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
16433         handling that caused class open lines to be recognized as
16434         statement-conts in some cases.
16436         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
16437         guessed by the adaptive fill function unless point is on the
16438         first line of a block comment.
16440         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
16441         when the buffer ends with a macro continuation char.
16443         * cc-engine.el (c-guess-basic-syntax): Added support for
16444         function definitions as statements in Pike.  The first
16445         statement in a lambda block is now labeled defun-block-intro
16446         instead of statement-block-intro.
16448         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
16449         so that the class surrounding point is selected, not the one
16450         innermost in the state.
16452         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
16453         recognition of switch labels having hanging multiline
16454         statements.
16456         * cc-engine.el (c-beginning-of-member-init-list): Broke out
16457         some code in c-guess-basic-syntax to a separate function.
16458         * cc-engine.el (c-just-after-func-arglist-p): Fixed
16459         recognition of member inits with multiple line arglists.
16460         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
16461         member-init-cont when the commas are in funny places.
16463 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16465         * cc-defs.el (c-auto-newline): Removed this macro since it's
16466         not used anymore.
16468         * cc-engine.el (c-looking-at-bos): New helper function.
16469         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
16470         inexpr and toplevel classes apart in Pike.
16472         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
16473         of case 9A.
16475         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
16476         constant, since "class" can introduce an in-expression class
16477         in Pike nowadays.
16479 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16481         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
16482         indentation on cpp-macro lines.
16484         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
16485         a syntax modifier like comment-intro, to make it possible to
16486         get syntactic indentation for preprocessor directives.  It's
16487         incompatible wrt to lineup functions on cpp-macro, but it has
16488         no observable effect in the 99.9% common case where cpp-macro
16489         is set to -1000.
16491 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16493         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
16494         member-init-cont when the preceding arglist is several lines.
16496 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16498         * cc-styles.el (c-style-alist): The basic offset for the BSD
16499         style corrected to 8.
16501 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16503         * cc-styles.el (c-style-alist): Adjusted the indentation of
16504         brace list openers in the gnu style.
16506 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16508         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
16510         * cc-cmds.el (c-electric-brace, c-electric-slash,
16511         c-electric-star, c-electric-semi&comma, c-electric-colon,
16512         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
16513         when c-syntactic-indentation is nil.
16515         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
16516         we were left at comments preceding the first statement when
16517         reaching the beginning of the buffer.
16519         * cc-vars.el (c-syntactic-indentation): New variable to turn
16520         off all syntactic indentation.
16522 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16524         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
16525         between the text and the block comment ender when it hangs,
16526         depending on how many there are before the fill.
16528 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16530         * cc-engine.el (c-beginning-of-closest-statement): New helper
16531         function to go back to the closest preceding statement start,
16532         which could be inside a conditional statement.
16533         * cc-engine.el (c-guess-basic-syntax): Use
16534         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
16536         * cc-engine.el (c-guess-basic-syntax): Better handling of
16537         arglist-intro, arglist-cont-nonempty and arglist-close when
16538         the arglist is nested inside parens.  Cases 7A, 7C and 7F
16539         changed.
16541         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
16542         up-to-date with javadoc 1.2.
16544 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16546         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
16547         multiline Pike type decls.
16549 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16551         * cc-cmds.el (c-indent-new-comment-line): Always break
16552         multiline comments in multiline mode, regardless of
16553         comment-multi-line.
16555 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16557         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
16558         fully::qualified::names in C++ member init lists.  Preamble in
16559         case 5D changed.
16561 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16563         * cc-langs.el (c-common-init): Handling of obsolete variables
16564         moved to c-initialize-cc-mode.  More compatible style override
16565         when using global style variables.
16566         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
16567         variables moved here.
16569         * cc-styles.el (c-make-styles-buffer-local): Flag style
16570         variable localness in c-style-variables-are-local-p to make
16571         the compatibility measure in c-common-init work well.
16573         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
16574         longer contain set-from-style.
16575         * cc-styles.el (c-initialize-builtin-style): Don't check for
16576         set-from-style on c-special-indent-hook.
16577         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
16578         copy-alist is sufficient now.
16580         * cc-styles.el (c-set-style, c-set-style-1,
16581         c-get-style-variables): Fixes to variable initialization so
16582         that duplicate entries in styles have the same effect
16583         regardless of DONT-OVERRIDE.
16585         * cc-styles.el (c-set-style-2): Fixed bug where the
16586         initialization of inheriting styles failed when the
16587         dont-override flag is set.
16589         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
16590         on this.
16592 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16594         * cc-defs.el (c-forward-comment): Removed the workaround
16595         introduced in 5.38 since it had worse side-effects.  If a line
16596         contains the string "//\"", it regarded the // as a comment
16597         start since the \ temporarily doesn't have escape syntax.
16599 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
16601         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
16602         ada-xref.el before ada-prj.el, so that the Project menu is created
16603         when ada-prj tries to add to it.
16604         (ada-activate-keys-for-case): Suppress the characters that are not
16605         part of the Ada syntax. Better compatibility with else-mode
16606         (ada-adjust-case-interactive): When auto-casing is not active,
16607         correctly insert newlines (used to insert only ^M).  Prevent the
16608         syntax table from being changed in case of an error
16609         (or '_' becomes part of a word and some commands are confused).
16610         Do nothing if ada-auto-case is nil.
16611         (ada-after-keyword-p): Ignore keywords that are also attributes
16612         (ada-batch-reformat): Update usage comment
16613         (ada-call-from-contextual-menu): New function
16614         (ada-case-read-exceptions): Reinitialize the casing exception list
16615         first to nil first, so that the casing exception file can be
16616         shared.
16617         (ada-check-defun-name): Handles "configure" keyword for gnatdist
16618         files.
16619         (ada-compile-goto-error): Fix regexp used to detect a file:line
16620         anywhere in the error message
16621         (ada-contextual-menu-last-point): New variable
16622         (ada-create-keymap): If the variable delete-key-deletes-forward is
16623         t on XEmacs, it means that DEL should delete one character
16624         forward.
16625         (ada-create-menu): Use :included instead of :visible for XEmacs.
16626         New submenu "Options".
16627         (ada-end-stmt-re): Correctly indent "select ... then abort"
16628         statements.
16629         (ada-fill-comment-paragraph): Correctly delete all leading '--'
16630         even if they don't match ada-fill-comment-prefix Fix handling of
16631         paragraphs on the first or last line of a file.
16632         (ada-format-paramlist): Fix handling of default parameter values.
16633         (ada-get-body-name): New function.
16634         (ada-get-current-indent): Optimized by searchling directly for an
16635         existing generic part or a statement outside of it.  Handle
16636         ada-indent-align-comments when indenting comments Replaced some
16637         regexps by testing directly the next character. This results in a
16638         huge speedup on some files.  New indentation scheme for renames
16639         statements.  Stop looking for the 'while' or 'for' associated with
16640         a 'loop' at the first semicolon encountered.  A "return" can also
16641         match an anonymous access subprogram declaration.
16642         (ada-get-indent-noindent): Ignore strings and comments when
16643         looking for the keywords "record" and "private".
16644         (ada-goto-matching-decl-start): When matching "if", make sure we
16645         are not in fact seeing "end if".  Ignore "when" statements except
16646         when initial keyword was "begin".  Fix handling of nested
16647         procedures.  Add a recursive call to this function to skip over
16648         other 'end' statmts.  Fix indentation for "when .. => begin"
16649         (ada-in-open-paren-p): Fix indentation for complex boolean
16650         expressions, where 'and then', 'or else' and parenthesis
16651         statements are mixed up.
16652         (ada-in-paramlist-p): Skip comments while searching for the
16653         beginning Fix handling of operator declarations.
16654         (ada-indent-align-comments): New variable
16655         (ada-indent-current): Change the syntax table only in the
16656         protected section, so that we are sure it is restored correctly.
16657         (ada-indent-on-previous-lines): Use ada-use-indent and
16658         ada-with-indent Correctly indent "select ... then"
16659         (ada-indent-region): Slight speedup.
16660         (ada-indent-renames): New variable.
16661         (ada-last-which-function-subprog, ada-last-which-function-line):
16662         New variables
16663         (ada-looking-at-semi-private): Correctly indent the 'private'
16664         keyword when it is the first word in a package declaration.
16665         (ada-loose-case-word): Stop searching if at the end of the buffer.
16666         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
16667         even if point is not initially at the end of the word.
16668         (ada-matching-decl-start-re): Add "when".
16669         (ada-mode): Add support for abbrev-mode, outline-mode and
16670         which-func-mode Override the old find-file.el entry in
16671         ff-special-constructs since it is using the obsolete
16672         ada-spec-suffix variable
16673         (ada-no-auto-case): New function
16674         (ada-scan-paramlist): When parsing the argument type, accept
16675         spaces (as in "X 'Class", generated by Rational Rose).
16676         (ada-other-file-name): No longer loads the other file.
16677         (ada-popup-menu): Save and restore the current buffer and cursor
16678         position before and after displaying the menu.
16679         (ada-search-ignore-complex-boolean): New function.
16680         (ada-uncomment-region): Emacs21 already knows how to delete
16681         comments not starting in the first column.
16682         (ada-use-indent): New variable
16683         (ada-which-function): New function.
16684         (ada-with-indent): New variable
16685         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
16686         can be batch-compiled from the command line.
16688         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
16689         Add to the menu when the file is loaded, not in ada-mode-hook.
16690         Add -toolbar to the default ddd command Switches moved from
16691         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
16692         ada-prj-default-comp-opt
16693         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
16694         Reference Manual to the menu
16695         (ada-check-current): rewritten as a call to ada-compile-current
16696         (ada-compile): Removed.
16697         (ada-compile-application, ada-compile-current, ada-check-current):
16698         Set the compilation-search-path so that compile.el automatically
16699         finds the sources in src_dir.  Automatic scrollong of the
16700         compilation buffer.  C-uC-cC-c asks for confirmation before
16701         compiling
16702         (ada-compile-current): New parameter, prj-field
16703         (ada-complete-identifier): Load the .ali file before doing
16704         processing
16705         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
16706         conform to gnatmake's behavior.
16707         (ada-find-file-in-dir): New function
16708         (ada-find-references): Set the environment variables for gnatfind
16709         (ada-find-src-file-in-dir): New function.
16710         (ada-first-non-nil): Removed
16711         (ada-gdb-application): Add support for jdb, the java debugger.
16712         (ada-get-ada-file-name): Load the original-file first if not done
16713         yet.
16714         (ada-get-all-references): Handles the new ali syntax (parent types
16715         are found between <>).
16716         (ada-initialize-runtime-library): New function
16717         (ada-mode-hook): Always load a project file when a file is opened,
16718         so that the casing exceptions are correctly read.
16719         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
16720         (ada-parse-prj-file): Use find-file-noselect instead of find-file
16721         to open the project file, since the latter does not work with
16722         speedbar Get default values before loading the prj file, or the
16723         default executable file name is wrong.  Use the absolute value of
16724         src_dir to initialize ada-search-directories and
16725         compilation-search-path,...  Add the standard runtime library to
16726         the search path for find-file.
16727         (ada-prj-default-debugger): Was missing an opening '{'
16728         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
16729         variables.
16730         (ada-prj-default-gnatmake-opt): New variable
16731         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
16732         buffers, the project file is the default one Save the windows
16733         configuration before displaying the menu.
16734         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
16735         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
16736         ...)  regexp-quote identifiers names to support operators +,
16737         -,... in regexps.
16738         (ada-remote): New function.
16739         (ada-run-application): Erase the output buffer before starting the
16740         run Support remote execution of the application.  Use
16741         call-process, or the arguments are incorrectly parsed
16742         (ada-set-default-project-file): Reread the content of the active
16743         project file, not the one from the current buffer When a project
16744         file is set as the default project, all directories are
16745         automatically associated with it.
16746         (ada-set-environment): New function
16747         (ada-treat-cmd-string): New special variable ${current}
16748         (ada-treat-cmd-string): Revised.  The substitution is now done for
16749         any ${...} substring
16750         (ada-xref-current): If no body was found, compiles the spec
16751         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
16752         compiler to get rid of command line length limitations.
16753         (ada-xref-get-project-field): New function
16754         (ada-xref-project-files): New variable
16755         (ada-xref-runtime-library-specs-path)
16756         (ada-xref-runtime-library-ali-path): New variables
16757         (ada-xref-set-default-prj-values): Default run command now does a
16758         cd to the build directory.  New field: main_unit Provide a default
16759         file name even if the current buffer has no prj file.
16761         * ada-prj.el:
16762         Rewritten to show a tabbed-dialog.
16763         (ada-prj-add-ada-menu): Remove the map and name parameters.
16764         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
16765         New function
16766         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
16767         (ada-prj-load-from-file): New function
16768         (ada-prj-save): Always save fields that depend on the current buffer
16769         (ada-prj-show-value): New function
16771         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
16772         Ada mode. This will allow us to display the Ada menu in any buffer
16773         we want (for project items).
16774         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
16775         number of spaces in the header.
16777 2000-07-24  Dave Love  <fx@gnu.org>
16779         * ediff-init.el (ediff-region-help-echo): Bind face-help.
16781 2000-07-23  Noah Friedman  <friedman@splode.com>
16783         * type-break.el (type-break): perform autosave.
16784         Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
16785         (type-break-do-query): Cancel query schedule while performing
16786         actual query, to avoid possibility of a second query being made
16787         while first one is already in progress.
16788         (type-break-time-stamp-format): New variable.
16789         (type-break-time-stamp): New function.
16790         (type-break-time-warning): Use it.
16791         (type-break-keystroke-warning): Use it.
16792         (type-break-noninteractive-query): Use it.
16794         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
16795         cookie.
16796         Use add-minor-mode to set minor-mode-alist, if available.
16797         (eldoc-echo-area-use-multiline-p): New user option.
16798         (eldoc-echo-area-multiline-supported-p): New variable.
16799         (eldoc-docstring-format-sym-doc): Use them.
16800         (eldoc-mode): If not using idle timers, append to local post and
16801         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
16802         (eldoc-display-message-no-interference-p): Don't interfere with
16803         edebug.
16804         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
16805         (eldoc-function-arglist): New function.
16806         (eldoc-function-argstring): Use it.
16808         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
16809         auto save directory exists before calling directory-files.
16811 2000-07-23  Dave Love  <fx@gnu.org>
16813         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
16814         ^o, ^u.
16816 2000-07-21  Dave Love  <fx@gnu.org>
16818         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
16819         now passed to the function.  It now works properly.
16821         * smerge-mode.el (smerge-mode-menu): Fill it out.
16823 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
16825         * info-look.el (info-lookup): If *info* is shown in another frame
16826         on the same display, select that frame, instead of switching to
16827         the Info buffer in another window of the selected frame.
16829         * simple.el (universal-argument-map): Bind numeric keypad keys
16830         kp-0 to kp-9 and kp-subtract.
16831         (digit-argument): Handle these keys.
16833 2000-07-20  Dave Love  <fx@gnu.org>
16835         * net/goto-addr.el (goto-address-fontify): Don't bother with
16836         buffer-modified and read-only stuff -- irrelevant with overlays.
16837         Put an extra property on the overlays and use it to clean up in
16838         case goto-address is re-run.
16840 2000-07-19  Richard M. Stallman  <rms@gnu.org>
16842         * timer.el (run-with-idle-timer): Doc fix.
16844         * mail/mail-utils.el (mail-strip-quoted-names):
16845         Handle case where <...> appears inside "...".
16846         Use replace-match to edit the string more simply.
16847         (rmail-dont-reply-to): Cope with an unmatched ".
16849 2000-07-19  Dave Love  <fx@gnu.org>
16851         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
16852         implementation.
16854         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
16855         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
16856         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
16858 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
16860         * textmodes/refer.el: Correct maintainer's email address.
16862         * progmodes/hideif.el: Correct author's email address.
16863         Fix typo in comment.
16865         * xml.el: New file.
16867         * mail/mailheader.el: Correct author's mail address.
16869         * gnus/parse-time.el: Correct author's mail address.
16871 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
16873         * comint.el (comint-highlight-input, comint-highlight-face):
16874         New user options.
16875         (comint-input-ring-file-name): Change custom type.
16876         (comint-mode-map): Bind mouse-2.
16877         (comint-insert-clicked-input): New function.
16878         (comint-send-input): Handle input highlighting.
16880 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
16882         * mouse.el (popup-menu): New function.
16883         (mouse-major-mode-menu): Use it.
16885 2000-07-18  Dave Love  <fx@gnu.org>
16887         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
16888         improvements.
16890 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
16892         * faces.el (face-font-selection-order)
16893         (face-font-family-alternatives): Add custom type.
16895 2000-07-18  Dave Love  <fx@gnu.org>
16897         * cus-edit.el (custom-variable-reset-saved)
16898         (custom-variable-reset-standard): Remove unused bindings.
16900         * rect.el (open-rectangle-line): Remove unused let.
16902         * hl-line.el (hl-line-highlight): Check hl-line-mode.
16904 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
16906         * cdl.el: Fix `Maintainer' keyword.
16908         * play/pong.el: Add author's email address.
16910 2000-07-17  Sam Steingold  <sds@gnu.org>
16912         * files.el (insert-directory): Call `split-string' instead of
16913         re-implementing it.
16915 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
16917         * mail/vms-pmail.el: Change maintainer to FSF.
16919         * net/goto-addr.el: Change maintainer to FSF.
16921         * info.el (Info-title-face-alist): Removed.
16923 2000-07-18  David Ponce  <david@dponce.com>
16925         * recentf.el (recentf-open-files): New command that works like
16926         `recentf-open-more-files', but shows the whole list of files (not just
16927         those omitted from the menu). Useful if you don't use a menu-bar!
16928         (recentf-open-more-files) Modified to use `recentf-open-files'.
16930         (recentf-open-files, recentf-open-more-files)
16931         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
16933         (recentf-dialog-mode): New mode for dialogs. You can now just type
16934         "q" to cancel the dialogs.
16936 2000-07-18  David Ponce  <david@dponce.com>
16938         * recentf.el: This is a major update of recentf.el. It adds new
16939         features to better organize the recentf menu and "More..." buffer.
16941         Using new provided menu filtering functions you can now organize the
16942         recent files list:
16944         - by major modes
16945         - by directories
16946         - by user defined rules
16948         Finally, with the new `recentf-filter-changer' customizable filter you
16949         can define a ring of filters and dynamically (via the menu) cycle on
16950         each menu organization in the ring (a la msb).
16952 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
16954         * eshell/eshell.el (eshell): Replace links to eshell.info with
16955         links to eshell, to avoid problems on systems where the manual is
16956         installed as `eshell'.
16957         * eshell/esh-cmd.el (eshell-cmd): Ditto.
16958         * eshell/em-smart.el (eshell-smart): Ditto.
16959         * eshell/em-banner.el (eshell-banner): Ditto.
16960         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
16962         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
16963         same-file check in the MS-DOS version (it does support inodes).
16965         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
16967         * eshell/eshell.el (eshell-directory-name):
16968         Run default directory name through convert-standard-filename.
16970 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
16972         * international/mule-cmds.el (select-safe-coding-system):
16973         Fix typo in the comment.
16975         * language/european.el (compound-text):
16976         Force katakana-jisx0201 to be designated to G1.
16978         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
16979         Don't translate some national variant characters of latin-jisx0201.
16980         (x-ctext): Force katakana-jisx0201 to be designated to G1.
16982         * international/kkc.el (kkc-after-update-conversion-functions):
16983         New variable.
16984         (kkc-update-conversion): Run functions in it at the tail.
16986 2000-07-16  John Wiegley  <johnw@gnu.org>
16988         * lisp/align.el (align-newline-and-indent):
16989         Adding new function.  for auto-aligning blocks of code on RET.
16990         (align-region): Fixed badly formatted minibuffer message.
16992 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
16994         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
16995         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
16996         the conversion list at first if appropriate.
16997         (kkc-next): Don't update kkc-next-count here.
16998         (kkc-prev): Don't update kkc-prev-count here.
16999         (kkc-show-conversion-list-update): Fix setting up of conversion
17000         list message.
17002 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
17004         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17006 2000-07-16  Dave Love  <fx@gnu.org>
17008         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17009         function to be more specific.
17011         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17012         non-string help-echo.
17013         (widget-types-convert-widget): Defsubst it.
17014         (widget-echo-help): Try to cope with a help-echo function of two
17015         possible sorts.
17017 2000-07-15  Jason Rumney  <jasonr@gnu.org>
17019         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17020         Declare as obsolete.
17022         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17024 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
17026         * hilit-chg.el: Fix typo.
17028 2000-07-14  Dave Love  <fx@gnu.org>
17030         * info.el (Info-mode-menu): Fix use of :help, :enable.
17032 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
17034         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17036 2000-07-13  Dave Love  <fx@gnu.org>
17038         * emacs-lisp/easymenu.el: Doc fixes.
17039         (easy-menu-remove): Defalias to ignore.
17041         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17042         Call throw correctly.
17044 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
17046         * faces.el (frame-background-mode): Doc fix.
17048         * simple.el (eval-expression-print-length): Change custom type to
17049         allow entering nil as value.
17051 2000-07-13  Dave Love  <fx@gnu.org>
17053         * progmodes/fortran.el (fortran-imenu-generic-expression):
17054         Change definition layout.
17055         (fortran-mode-menu): Reinstate customize entries.
17057         * cus-edit.el (custom-group-menu-create, customize-menu-create):
17058         Use :filter, per old XEmacs code.
17060 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
17062         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17063         event when deciding what to send to the terminal.
17065 2000-07-12  Dave Love  <fx@gnu.org>
17067         * cus-start.el: Add optional version as 4th element of specs and
17068         use it for several things new in v21.  Remove load-path.  Fix type
17069         of line-number-display-limit.
17071 2000-07-11  Dave Love  <fx@gnu.org>
17073         * progmodes/fortran.el: Don't require easymenu.
17074         Use repeat counts in various regexps.
17075         (fortran-mode-syntax-table): Defvar directly.
17076         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17077         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17078         Use defvar, not defconst.
17079         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
17080         (fortran-mode): Set fortran-comment-line-start-skip,
17081         fortran-comment-line-start-skip, dabbrev-case-fold-search.
17082         (fortran-comment-indent): Use defsubst.
17083         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17084         Use fortran-comment-indent, not fortran-comment-indent-function.
17085         (fortran-comment-region, fortran-electric-line-number): Simplify.
17086         (fortran-auto-fill): New function.
17087         (fortran-do-auto-fill): Deleted.
17088         (fortran-find-comment-start-skip):
17089         Check for non-null comment-start-skip.
17090         (fortran-auto-fill-mode, fortran-fill-statement):
17091         Use fortran-auto-fill.
17092         (fortran-fill): Use fortran-auto-fill.  Check for null
17093         comment-start-skip.  Simplify final clause and use end-of-line finally.
17095         * widget.el (widget-plist-member): New alias.
17097 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
17099         * eshell/esh-module.el (toplevel): Reference
17100         byte-compile-current-file only if it is bound.
17102 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
17104         * dired.el: Don't require `dired-aux'.
17106 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
17108         * dired-aux.el (dired-show-file-type): New function.
17109         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17110         (dired-show-file-type): Add autoload.
17112 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
17114         * international/mule-diag.el (describe-font): Adjusted for the
17115         change of fontset-info.
17116         (print-fontset): Likewise.
17118 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
17120         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17122 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
17124         * bindings.el: Bind `[delete]' to delete-char.
17126         * dired.el (dired-find-alternate-file): New function.
17127         (dired-mode-map): Bind `a' to dired-find-alternate-file.
17128         (toplevel): Require dired-aux when compiling.
17129         (dired-buffers): Move defvar within file to avoid compiler warning.
17131         * info.el (Info-last-search): Variable removed.
17132         (Info-search-history): New variable.
17133         (Info-search): New Info-search-history.
17135         * battery.el, info-look.el: Change author's mail address.
17137 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
17139         * mail/rmail.el (rmail-clear-headers): Don't throw an error
17140         if rmail-ignored-headers is nil.
17141         (rmail-retry-failure): Bind rmail-ignored-headers and
17142         rmail-displayed-headers to nil.
17144 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
17146         * lpr.el (lpr-page-header-switches): Add `-h' switch.
17147         (print-region-1): Don't hard code `-h' here.
17149         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17151 2000-07-01  Francesco Potorti`  <pot@gnu.org>
17153         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17154         exim can use "your message" instead of "the message".
17156 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
17158         * facemenu.el: Docstrings fixes.
17159         (facemenu-get-face): Don't use internal-find-face.
17160         (facemenu-iterate): Rename arg to match the docstring.
17162         * newcomment.el (uncomment-region): Be more careful when skipping
17163         backwards over `=' not to bump into BOBP.
17165 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
17167         * ediff-diff.el (ediff-wordify): Use syntax table.
17168         * ediff-init.el (ediff-has-face-support-p): Use
17169         ediff-color-display-p.
17170         (ediff-color-display-p): Use display-color-p, changed to defun
17171         from defsubst.
17172         Got rid of special cases for NeXT and OS/2.
17173         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17174         face.
17176 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
17178         * emacs-lisp/lucid.el: Require CL.
17179         (copy-tree, remprop): Remove, it's provided by CL.
17180         (map-keymap): Define in terms of cl-map-keymap.
17181         (extent-property, set-extent-end-glyph): New functions.
17183         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17185 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
17187         * Makefile.in (DONTCOMPILE): Add comment that the name may
17188         not be changed without changing the make-dist script.
17190         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17191         (cl-mapc): Use mapc instead of cl-old-mapc.
17193 2000-07-05  Andrew Innes  <andrewi@gnu.org>
17195         * makefile.nt: Add support for `bootstrap' and related targets.
17197 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
17199         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17200         (easy-menu-do-define): Use `menu-item' format.
17201         Handle case where easy-menu-create-menu returns a symbol.
17202         Manually call the potential top-level filter in the function binding.
17203         (easy-menu-filter-return): New arg NAME.
17204         Convert to a keymap if MENU is an XEmacs menu.
17205         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
17206         (easy-menu-converted-items-table, easy-menu-convert-item):
17207         New var and fun to memoize easy-menu-convert-item-1.
17208         (easy-menu-do-add-item): Use it.
17209         (easy-menu-create-menu): Use easy-menu-convert-item.
17210         Wrap easy-menu-filter-return around any :filter specification.
17211         Don't convert the menu if a filter was specified.
17212         Tell easy-menu-make-symbol not to check for MENU being an expression.
17213         (easy-menu-make-symbol): New arg NOEXP.
17215 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
17217         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17218         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17219         (eval-defun): If called with prefix arg, instrument code for
17220         Edebug.
17222         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17223         similar to that of eval-defun.
17225 2000-07-04  Dave Love  <fx@gnu.org>
17227         * hl-line.el (hl-line-overlay): Make it permanent-local.
17229         * calendar/todo-mode.el: Replaced with a working version, based on
17230         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17232 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
17234         * paths.el (prune-directory-list): New function.
17235         (Info-default-directory-list): Rewritten to more methodically
17236         enumerate a big list of possible info directories (based on the
17237         list used by the standalone info reader).
17239         * info.el (info-initialize): Use prune-directory-list to remove
17240         non-existent directories from Info-directory-list.
17242         * paths.el (Info-default-directory-list): Try a list of possible
17243         info-directories instead of a single one.  Add the possible
17244         info directory "/usr/share/info".
17246         * woman.el (woman-man.conf-path): Explicitly include the debian
17247         man-db config file "/etc/manpath.config".
17248         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17249         are present in `manpath.config'.
17250         (woman-manpath): Include "/usr/share/man".
17252 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
17254         * frame.el (blink-cursor-mode): Don't hide cursor initially.
17256         * startup.el (command-line): Initialize blink-cursor based
17257         on window-system.
17259         * frame.el (blink-cursor): Default to nil if not running under
17260         a window-system.
17262         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17263         (face-x-resources): Remove duplicate entry for :font.
17265         * textmodes/refer.el (refer-find-entry-internal): Use some-window
17266         instead of cycling through windows with next-window.
17268         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17269         of cycling through windows with next-window.
17271         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17272         of cycling through windows with next-window.
17274         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17275         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17276         instead of cycling through windows with next-window.
17278         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17279         instead of cycling through windows with next-window.
17281         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17282         of cycling through windows with next-window.
17284         * terminal.el (te-process-output): Use walk-windows instead of
17285         cycling through windows with next-window.
17287         * server.el (server-switch-buffer): Use some-window instead of
17288         cycling through windows with next-window.
17290         * window.el (some-window): New function.
17291         (walk-windows): Remove reference to walk-windows-start.
17293         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17295 2000-07-03  Richard Stallman  <rms@gnu.org>
17297         * window.el (walk-windows): Guarantee termination by keeping a list
17298         of all the windows already handled.
17300 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
17302         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17303         window-system.
17305         * man.el (Man-notify-when-ready): Don't use window-system.  If
17306         Man-notify-method is newframe, and the display is not
17307         multi-frame, select the frame created for the man page.
17308         (Man-init-defvars): Doc fix.
17310 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
17312         * faces.el (region): Change background color for light background.
17314         * ediff-wind.el (ediff-setup-control-frame): Remove :box
17315         attribute from mode-line face of Ediff control frame.
17317         * replace.el (query-replace-map): Bind `e' like `E'.
17319 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
17321         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17322         Change name to "Select All".
17324         * dos-fns.el (convert-standard-filename): Fix last change.
17326 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
17328         * help.el (describe-variable): Don't insert a second `'s' in front
17329         of the string `value is shown below'.  Since the syntax-table is
17330         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17331         an existing `'s', so that this won't be deleted.
17333         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17334         * pcmpl-unix.el: New files.
17336 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
17338         * wid-edit.el (widget-member): Use the new plist-member.
17340 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
17342         * replace.el (perform-replace): Undo change of 2000-04-04.
17343         Instead, move backward 1 character at the end of the loop when
17344         necessary.
17346         * faces.el (fringe): Change face for different backgrounds.
17348         * eshell/esh-module.el (toplevel): Load defgroup's differently;
17349         patch from John.
17351         * eshell/*.el: Change spelling of the Free Software Foundation.
17353         * eshell/esh-toggle.el: Removed.
17355         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17357         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17358         interactively.
17360 2000-06-26  Alex Schroeder  <alex@gnu.org>
17362         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17363         `define-key'; instead of checking `(emacs-version)' check for
17364         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
17365         for `;' and `o' which might be electric.
17367         (sql-electric-stuff): New user option.
17368         (sql-magic-go): New function which uses `sql-electric-stuff'.
17369         (sql-magic-semicolon): New function which uses
17370         `sql-electric-stuff'.
17372         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17373         is not fboundp.
17375         (sql-oracle-options): New variable.
17376         (sql-oracle): Use it.
17378         (sql-imenu-generic-expression): Doc change.
17379         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17380         is used.
17382         (sql-informix): Added command line parameter "-" to force
17383         sql-informix-program to use stdout.
17385 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
17387         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
17388         (cp864-decode-table): Doc fix.
17389         (cp720-decode-table): New variable, supports the Arabic OEM
17390         codepage used by Windows.
17391         (cp737-decode-table): New, Greek OEM codepage used by Windows.
17393 2000-06-23  Dave Love  <fx@gnu.org>
17395         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
17396         (font-lock-fontify-anchored-keywords): Use
17397         line-beginning-position.
17398         (global-font-lock-mode): Use mapc.
17400 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
17402         * eshell/esh-module.el: Require CL when compiling.
17404 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
17406         * comint.el (comint-substitute-in-file-name): Call replace-match
17407         with second and third arg t.
17409         * cus-edit.el (custom-button-face, custom-button-pressed-face):
17410         Specify foreground color.
17412         * faces.el (tool-bar, mode-line, header-line): Specify foreground
17413         color.
17415         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
17417         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
17418         cddr instead of cdddr.
17420         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
17421         instead of copy-list.
17423         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
17424         of copy-list.
17426         * subdirs.el: Add eshell subdirectory.
17428         * eshell: New subdirectory containing the Eshell package.
17430         * pcomplete.el: New file.
17432 2000-06-23  Paul Eggert  <eggert@twinsun.com>
17434         * mail/mailpost.el (post-mail-send-it): Make sure file has
17435         proper permissions from birth.
17437         * files.el (basic-save-buffer-2): When temporarily setting
17438         file modes, set them to current modes plus 0200, not to 0777.
17440         * emerge.el (emerge-make-temp-file): Make sure file has proper
17441         permissions from birth.
17443 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
17445         * files.el (make-backup-file-name-1): On DOS/Windows, run the
17446         backup file name through convert-standard-filename.
17448         * dos-fns.el (convert-standard-filename): Convert leading
17449         directories as well.  When long file names are supported, convert
17450         characters that are invalid in Windows file names.
17452 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17454         * ps-print.el: Fix bug: if ^L is the very first buffer character,
17455         ps-print crashes.  New feature: page selection for printing.  Create
17456         raw-text-unix coding system for XEmacs.  Doc fix.
17457         (ps-print-version): New version number (5.2.3).
17458         (ps-plot-region): Bug fix.
17459         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
17460         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
17461         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
17462         funs.
17463         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
17464         (ps-last-page): New vars.
17466 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
17468         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
17469         empty option string.
17471 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
17473         * man.el (man): Doc fix.
17475 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
17477         * international/mule-cmds.el (set-language-info-alist): Docstring
17478         fixed.
17480 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
17482         * version.el (emacs-version): Use ISO date format.
17484         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
17485         instead of `M-backspace'.
17487         * simple.el (turn-off-auto-fill): New function.
17489 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
17491         * jit-lock.el (with-buffer-prepared-for-jit-lock):
17492         Renamed from with-buffer-prepared-for-font-lock and use
17493         inhibit-modification-hooks rather than setting *-change-functions.
17494         Update all functions to use the new name.
17495         (jit-lock-first-unfontify-pos): New semantics (and doc).
17496         (jit-lock-mode): Make non-interactive.
17497         Don't automatically turn on font-lock.
17498         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
17499         Always use jit-lock-after-change.
17500         Remove and restore font-lock-after-change-function.
17501         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
17502         (jit-lock-after-unfontify-buffer): Remove.
17503         (jit-lock-stealth-fontify):
17504         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
17505         (jit-lock-after-change): Set the `fontified' text-prop to nil.
17507 2000-06-20  Sam Steingold  <sds@gnu.org>
17509         * emacs-lisp/cl-indent.el (toplevel): Indent
17510         `print-unreadable-object' properly.  Untabify.
17512 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
17514         * textmodes/reftex.el (reftex-find-citation-regexp-format):
17515         Support for bibentry.
17516         (reftex-compile-variables): Fixed problem with end of section-re.
17518         * texmodes/reftex-dcr.el (reftex-view-crossref,
17519         reftex-view-crossref-from-bibtex):
17520         Deal with changed `reftex-find-citation-regexp-format'.
17521         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
17522         Replaced `remprop' with `put'.
17523         (reftex-view-crossref, reftex-view-crossref-when-idle):
17524         Support for bibentry.
17526         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17527         New entry for bibentry package.
17529         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
17530         Regexp also matches "\nobibliography".
17532         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
17533         Call `reftex-ensure-write-access' before doing anything.
17534         (reftex-ensure-write-access): New function.
17536 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
17538         * progmodes/idlwave.el: File re-installed (update to version 4.2)
17540         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
17542         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
17544         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
17547 2000-06-20  Dave Love  <fx@gnu.org>
17549         * faces.el (frame-background-mode): Use set-default, not set, in
17550         setter.
17551         (frame-update-faces, frame-update-face-colors): Define with
17552         defalias.
17554         * enriched.el (enriched-decode-foreground)
17555         (enriched-decode-background): Don't use internal-find-face.
17557         * apropos.el: Doc fixes.
17559         * cus-edit.el (customize-changed-options): Check arg.
17560         (customize-version-lessp): Don't require decimal point.
17562         * custom.el (defcustom, defgroup): Doc fix.
17564         * newcomment.el (comment) <defgroup>: Add :version.
17565         (comment-multi-line): Doc fix.
17567         * emulation/mlsupport.el (define-hooked-local-abbrev,
17568         define-hooked-global-abbrev): Fix, using define-abbrev.
17570 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
17572         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
17573         the whole buffer.
17575 2000-06-19  Dave Love  <fx@gnu.org>
17577         * menu-bar.el (menu-bar-options-save): New function.
17578         (menu-bar-options-menu): Use it.
17579         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
17580         Simplify.
17582 2000-06-19  Andreas Schwab  <schwab@suse.de>
17584         * progmodes/etags.el (tags-query-replace): Put new parameters
17585         START and END at the end, for backward compatibility.
17587 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
17589         * international/codepage.el:
17590         (cp-coding-system-for-codepage-1): Delete special codes for
17591         generating xxx-dos coding system because now a CCL based coding
17592         system can handle EOL conversion by default.
17594         * international/mule.el (make-coding-system): Generate subsidiary
17595         coding systems for EOL handling variants even for a CCL based
17596         coding system.
17598 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
17600         * international/isearch-x.el (isearch-minibuffer-input-method)
17601         (isearch-minibuffer-input-method-function): These variables
17602         deleted.
17603         (isearch-with-input-method): Don't use the above variables.
17604         (isearch-process-search-multibyte-characters): Likewise.  Call
17605         read-string with the arg INHERIT-INPUT-METHOD t.
17607 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
17609         * font-lock.el (font-lock-after-fontify-buffer)
17610         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
17612         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
17613         Use consistent make-local-variable style for font-lock-fontified.
17614         (jit-lock-fontify-buffer):
17615         Don't bother checking for font-lock-mode and jit-lock-mode.
17617         * time.el: Remove trailing ^M that prevent CVS-merging.
17619 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
17621         * Makefile.in (distclean): New target.
17623 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
17625         * Makefile.in (srcdir): Define for update-subdirs.
17627 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
17629         * find-lisp.el: New file.
17631 2000-06-16  Andrew Innes  <andrewi@gnu.org>
17633         * time.el (display-time-mail-function): New variable, to allow
17634         external packages to indicate when new mail is available.
17635         (display-time-update): Use it.
17637 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
17639         * international/mule.el (mule-version): Change version name to
17640         SAKAKI.  AOI has already been used by Meadow.
17642         * international/quail.el (quail-show-guidance-buf): To find the
17643         bottom window (but minibuffer), pay attention to the height of
17644         minibuffer.
17646 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
17648         * arc-mode.el (archive-mode-map): Use the new menu-item format for
17649         menu-bar menus.  Add help strings.  Don't remove the Edit menu
17650         from the menu bar, as the menu bar has enough space now.
17652         * Makefile.in (SHELL): Make sure /bin/sh is used.
17654         * woman.el (woman-man-buffer): Fix bold and underlined CJK
17655         characters, which use series of two ^H characters instead of one.
17657 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
17659         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
17660         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
17661         functions.
17662         (Info-find-node-2): Try a case-sensitive search first, then
17663         do a case-insensitive search.
17665         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
17666         tutorials.
17668         * complete.el (PC-env-vars-alist): New variable.
17669         (PC-complete-as-file-name): New function.
17670         (partial-completion-mode): Initialize PC-env-vars-alist from
17671         process-environment.
17672         (PC-do-completion): Handle completion of env vars.
17674         * info.el (Info-set-mode-line): Show file name in mode line,
17675         use `*Info*' instead of `Info:'.
17677         * startup.el (command-line-1): Change copyright messages to year
17678         2000.
17680 2000-06-15  Dave Love  <fx@gnu.org>
17682         * net/goto-addr.el (goto-address-fontify): Use keymap property,
17683         not local-map.
17685 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
17687         * international/mule.el (set-buffer-file-coding-system): Almost
17688         rewritten to handle `undecided' as no-op.
17690 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
17692         * Makefile.in: New file.
17694         * Makefile: Removed.
17696         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
17697         (goto-address-highlight-keymap): Bind C-c RET.
17699 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
17701         * mail/sendmail.el (sendmail-send-it): The temporary buffer
17702         inherits buffer-file-coding-system of the current buffer.
17704         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
17705         0.  Give correct argument to set-auto-coding-function.
17706         (tar-expunge): For goto-char, use (point-min), not 0.
17707         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
17708         (tar-subfile-save-buffer): Likewize.
17710         * international/mule.el
17711         (after-insert-file-set-buffer-file-coding-system): Call
17712         set-buffer-file-coding-system with the arg FORCE t.
17714 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
17716         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
17717         nil.  Contemporary sendmails issue an X-Authentication-Warning if
17718         the sender is set with `-f'.
17720 2000-06-13  Dave Love  <fx@gnu.org>
17722         * help.el (describe-function-1): Kluge around cases of functions
17723         fset to subrs whose doc doesn't match their symbol-name.
17725         * image.el (insert-image): Default STRING to a space.
17727         * info.el Doc fixes.
17728         (Info-build-node-completions): Match Ref tags.
17730 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
17732         * frame.el (display-multi-frame-p, display-multi-font-p): New
17733         defaliases for display-graphic-p.
17735         * hl-line.el: Fixed a typo in commentary.
17737 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
17739         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
17740         fixed.
17742 2000-06-12  Dave Love  <fx@gnu.org>
17744         * image.el (insert-image): Save a little consing.
17746 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
17748         * language/tibet-util.el: Convert all tibetan-1-column characters
17749         to the corresponding tibetan characters.
17750         (tibetan-add-components): Delete code for the special treatment of
17751         'a chung.
17753         * language/tibetan.el (tibetan-composable-pattern): Fix previous
17754         change.
17755         (tibetan-vowel-transcription-alist): More rules added.
17756         (tibetan-composite-vowel-alist): New variable.
17757         (tibetan-precomposition-rule-alist): More rules added.
17759 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
17761         * startup.el (command-line): Only call menu-bar-mode if interactive.
17763         * thingatpt.el (toplevel symbol-properties):
17764         * textmodes/makeinfo.el (makeinfo-compile):
17765         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
17766         * progmodes/hideif.el (hif-compress-define-list)
17767         (hide-ifdef-use-define-alist):
17768         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
17769         (ange-ftp-vms-add-file-entry):
17770         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
17771         * man.el (Man-build-man-command):
17772         * mail/rnewspost.el (news-reply-header-hook):
17773         * info.el (Info-insert-dir):
17774         * emulation/mlconvert.el (backward-word, forward-word, setq):
17775         * emacs-lisp/gulp.el (gulp-send-requests):
17776         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
17777         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
17778         (byte-optimize-apply, end of file):
17779         * emacs-lisp/advice.el (ad-advice-class-completion-table)
17780         (ad-make-freeze-definition):
17781         * startup.el (command-line, command-line-1): Don't quote lambdas.
17783         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
17784         (cvs-cleanup-removed): New function.
17785         (cvs-cleanup-functions): New var.
17786         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
17787         some flexibility in specifying additional entries to auto-cleanup.
17788         (cvs-quickdir): New function.
17789         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
17790         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
17791         (cvs-mode-find-file): Check that we are on a filename or dirname
17792         when invoked through a mouse-click.
17793         (cvs-full-path): Remove.
17794         (cvs-dired-action): Re-introduced.
17795         (cvs-dired-noselect): Use it.
17796         (vc-post-command-functions): use this new hook if available.
17798         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
17799         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
17800         (cvs-filename-map, cvs-dirname-map): Remove.
17801         (cvs-default-action): Remove.
17802         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
17803         if the arg is really a keymap.
17804         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
17805         Don't hardcode the mapping from state (aka type) to face, but check
17806         the var cvs-fi-<type>-face instead.
17807         (cvs-fileinfo-from-entries): New function.
17809         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
17810         Docstring fix.
17811         (cvs-find-file-and-jump): Change default to be safer.
17812         (cvs-mode-diff-map): Define it as a function as well.
17813         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
17814         Bind mouse-2 in this global map rather than with text-properties.
17816         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
17817         file to resolve the ambiguity between C(conflict) and C(need-merge).
17819 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
17821         * international/mule.el (set-buffer-file-coding-system): If
17822         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
17823         unconditionally.
17825 2000-06-12  Dave Love  <fx@gnu.org>
17827         * wid-edit.el (widget-specify-button): Really suppress the face if
17828         required.
17830 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
17832         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
17834 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
17836         * imenu.el (imenu-generic-expression): Docstring fix.
17838         * composite.el (composition-function-table): Move the `put'
17839         below the autoload cookie so we can load the file before loaddefs.
17841         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
17843         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
17844         Handle easy-mmode-define-global-mode.
17845         For complex macros like define-minor-mode that can generate
17846         several autoload entries, try to autoload entries in the
17847         macroexpanded code.
17849         * emacs-lisp/easy-mmode.el (define-minor-mode):
17850         If KEYMAP is a symbol, just use it.
17851         Use byte-compile-current-file and load-file-name to infer the
17852         proper :require to pass to defcustom.
17853         Wrap the hook var into `progn' so as not to autoload it.
17854         Add a :autoload-end cookie.
17855         Be more careful about the evaluation of KEYMAP.
17856         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
17857         (define-derived-mode): Move define-abbrev-table outside of defvar.
17859 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
17861         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
17862         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
17863         (backup-compiled-files): Ignore errors during `tar'.
17864         (bootstrap): Make autoloads before elc files.
17866 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
17868         * international/mule.el (set-buffer-file-coding-system): If one of
17869         undecided-XXX is specified, change only EOL conversion.
17871         * international/mule-conf.el (unix): New alias for the coding
17872         system undecided-unix.
17874 2000-06-09  Dave Love  <fx@gnu.org>
17876         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
17878         * progmodes/executable.el: Byte compile dynamic.
17879         (executable-insert): Change custom type.
17880         (executable-find): Add autoload cookie.
17881         (executable-make-buffer-file-executable-if-script-p): New
17882         function.  After Noah Friedman.
17884         * files.el (after-save-hook): Customize, with
17885         executable-make-buffer-file-executable-if-script-p as an option.
17887 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
17889         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
17890         "tib24p-mule.bdf" for Tibetan.
17892         * composite.el (decompose-composite-char): Declare it as obsolete.
17894         * man.el (Man-fontify-manpage): Pay attention to underline and
17895         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
17897 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
17899         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
17900         Set maintainer to FSF since author isn't reachable.
17902 2000-06-08  Dave Love  <fx@gnu.org>
17904         * international/mule-cmds.el (select-safe-coding-system): If
17905         DEFAULT-CODING-SYSTEM is not specified, also check the most
17906         preferred coding-system if buffer-file-coding-system is
17907         `undecided'.  From Handa.
17909 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
17911         * international/mule.el
17912         (after-insert-file-set-buffer-file-coding-system): If the buffer
17913         size is greater than INSERTED, judget that we are not visiting.
17915 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
17917         * whitespace.el (defgroup whitespace): Comment out `:version'.
17918         XEmacs 20.4 has problems defining the group with this present.
17919         We'll have this commented out till get resolve the problem.
17921 2000-06-07  John Wiegley  <johnw@gnu.org>
17923         * align.el (align-dq-string-modes, align-sq-string-modes)
17924         (align-open-comment-modes): Add pyhton-mode.
17925         (align-rules-list): Use get-text-property instead of
17926         text-properties-at.
17927         (align-rules-list): Add python-assignment.
17928         (align-rules-list): Change perl-comma-delimiter to
17929         basic-comma-delimiter.  Use if for Perl modes and python-mode.
17930         (align-rules-list): Add python-chain-logic and
17931         basic-line-continuation.
17933 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
17935         * apropos.el (apropos-mode-hook): New user variable.
17936         (apropos-mode): Run apropos-mode-hook.
17938 2000-06-07  David Ponce  <david@dponce.com>
17940         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
17941         commands.  Require `wid-edit' at run-time.
17943 2000-06-07  David Ponce  <david@dponce.com>
17945         * recentf.el: Added some "Commentary".
17946         (recentf-open-more-files, recentf-edit-list): Minor changes to
17947         move the point at the top of the file list.  This behaviour is
17948         consistent with the menu one when the list contains a lot of
17949         files.
17950         (recentf-cleanup): Now displays the number of items removed from
17951         the list.
17952         (recentf-relative-filter) New menu filter to show filenames
17953         relative to `default-directory'.
17955 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17957         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
17958         with/without giving an error if PostScript printer doesn't have this
17959         kind of page size.  Zebra Stripe continues or restarts on next page.
17960         Manual/automatic paper feeding.  Switch or not the header.
17961         (ps-print-version): New version number (5.2.2).
17962         (ps-windows-system): Include emx as a Windows system.
17963         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
17964         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
17965         (ps-background-text): Code fix.
17966         (ps-error-handler-message, ps-user-defined-prologue)
17967         (ps-print-prologue-header, ps-printer-name)
17968         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
17969         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
17970         (ps-use-face-background): Customization fix.
17971         (ps-n-up-database): Data fix.
17972         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
17973         (ps-switch-header): New vars.
17974         (ps-xemacs-color-name, ps-face-foreground-name)
17975         (ps-face-background-name, ps-boolean-constant): New funs.
17977 2000-06-07  Dave Love  <fx@gnu.org>
17979         * allout.el: New version from Manheimer.
17981 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
17983         * textmodes/fill.el (fill-find-break-point): Check the validity of
17984         charset.
17986 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
17988         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17989         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17990         Call display-color-p and display-mouse-p instead of looking at
17991         window-system.
17993 2000-06-06  Dave Love  <fx@gnu.org>
17995         * image.el (find-image): Doc fix.  Return nil if image not found.
17996         (put-image, insert-image): Make STRING arg optional.
17998 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
18000         * language/vietnamese.el: Remove eval-when-compile.
18001         (viet-viscii-nonascii-translation-table): Define it as a
18002         translation table made from viet-viscii-decode-table.
18003         (viet-viscii-encode-table): Define it as a translation table made
18004         from the reverse map of above.
18005         (viet-vscii-nonascii-translation-table): Define it as a
18006         translation table made from viet-vscii-decode-table.
18007         (viet-vscii-encode-table): Define it as a translation table made
18008         from the reverse map of above.
18009         (ccl-decode-viscii): Use translate-character.
18010         (ccl-encode-viscii, ccl-encode-viscii-font)
18011         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18012         Likewize.
18014         * language/cyrillic.el: Remove eval-when-compile.
18015         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18016         translation table made from cyrillic-koi8-r-decode-table.
18017         (cyrillic-koi8-r-encode-table): Define it as a translation table
18018         made from the reverse map of above.
18019         (ccl-decode-koi8): Use translate-character.
18020         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18021         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18022         a translation table made from cyrillic-alternativnyj-decode-table.
18023         (cyrillic-alternativnyj-encode-table): Define it as a translation
18024         table made from the reverse map of above.
18025         (ccl-decode-alternativnyj): Use translate-character.
18026         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18027         Likewize
18029         * international/mule-diag.el (non-iso-charset-alist): Specify
18030         translation table symbol instead of translation table itself.
18031         (list-block-of-chars): CHARSET may be a translation table symbol.
18033         * international/mule.el (make-coding-system): If CODING-SYSTEM
18034         already exists, override it.
18036         * international/fontset.el: Use family `proportional' for Tibetan
18037         fonts.
18039         * international/ccl.el (ccl-compile-translate-character): Don't
18040         check if Rrr has property translation-table.
18041         (ccl-compile-map-multiple): Modified to avoid compiler warning.
18043 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
18045         * info.el: Bind case-fold-search to t when searching in case
18046         a user sets it to nil in a hook.
18048 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
18050         * autoarg.el (autoarg-mode, autoarg-kp-mode):
18051         * hl-line.el (hl-line-mode): Use the new :global key argument.
18053         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18054         (tar-clip-time-string): Prepend a space.
18055         (tar-grind-file-mode): Construct a string rather than modifying one.
18056         (tar-header-block-summarize): Fix docstring.
18057         Use `format' rather than an error-prone set of copy-loops.
18059         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18060         (diff-goto-source, diff-unified->context, diff-context->unified)
18061         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18062         understand the format output by the `-p' argument to diff.
18064         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18065         (sh-re-done): Use defconst.
18066         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18067         (sh-help-string-for-variable, sh-guess-basic-offset):
18068         Don't quote lambdas.
18069         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18070         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18072         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18073         (mh-letter-mode): Derive from text-mode.
18074         This implicitly means that it now calls kill-all-local-variables.
18075         Also remove the Emacs-18 compatibility code.
18077         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18078         Make use of symbol-property doc-string-elt.
18079         Use memq rather than a sequence of eq.
18080         (doc-string-elt): Fix the wrong or missing previously unused values.
18081         (autoload-print-form): New function extracted from
18082         generate-file-autoloads to allow recursion when handling progn
18083         so that defvar's and defun's docstrings are properly printed.
18084         (generate-file-autoloads): Use it.
18086         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18087         Use find-file-hooks in the minor-mode function.
18088         Be careful not to loop indefinitely in the post-command-hook function.
18090 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
18092         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18093         tty's.
18094         * ediff-diff.el (ediff-exec-process): Use --binary for fine
18095         differences whenever appropriate.
18096         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18097         * viper.el (find-file, find-file-other-window): Get viper to do
18098         wildcards.
18100 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
18102         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18103         (jit-lock-fontify-buffer): New function for JIT refontification.
18104         (jit-lock-mode): Fix docstring.
18105         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18106         Remove jit-lock-after-change from the _local_ hook.
18107         (jit-lock-function-1): Fix docstring.
18109         * info.el (Info-on-current-buffer): Initialize info.
18111         * newcomment.el (comment-indent): Ignore comment-indent-hook.
18113         * progmodes/tcl.el (tcl-indent-for-comment):
18114         Ignore comment-indent-hook.
18116         * emacs-lisp/easy-mmode.el: Require CL during compilation.
18117         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18118         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18119         and improve to use the lighter to guess the capitalization.
18120         (define-minor-mode): Inline code from easy-mmode-define-toggle.
18121         Add keyword arguments to specify global-ness or the custom group.
18122         Add local-map and help-echo properties to the lighter.
18123         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18124         (easy-mmode-define-global-mode): New macro.
18126 2000-06-02  Dave Love  <fx@gnu.org>
18128         * wid-edit.el: byte-compile-dynamic since we typically don't use
18129         all the widgets.  Don't require cl or widget.  Remove
18130         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
18131         (widget-read-event): Removed.  Callers changed to use read-event.
18132         (widget-button-release-event-p): Renamed from
18133         button-release-event-p.
18134         (widget-field-add-space, widget-field-use-before-change):
18135         Uncustomize.
18136         (widget-specify-field): Use keymap property, not local-map.
18137         (widget-specify-button): Obey :suppress-face.
18138         (widget-specify-insert): Use modern backquote syntax.
18139         (widget-image-directory): Renamed from widget-glyph-directory.
18140         (widget-image-enable): Renamed from widget-glyph-enable.
18141         (widget-image-find): Replaces widget-glyph-find.
18142         (widget-button-pressed-face): Move defvar.
18143         (widget-image-insert): Replaces widget-glyph-insert.
18144         (widget-convert): Use keywordp.
18145         (widget-leave-text, widget-children-value-delete): Use mapc.
18146         (widget-keymap): Remove XEmacs stuff.
18147         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18148         (widget-button-click): Don't set point at the click, but re-centre
18149         if we scroll out of window.  Rewritten for images v. glyphs &c.
18150         (widget-tabable-at): Use POS arg, not point.
18151         (widget-beginning-of-line, widget-end-of-line)
18152         (widget-item-value-create, widget-sublist, widget-princ-to-string)
18153         (widget-sexp-prompt-value, widget-echo-help): Simplify.
18154         (widget-default-create): Use widget-image-insert; some rewriting.
18155         (widget-visibility-value-create)
18156         (widget-push-button-value-create, widget-toggle-value-create): Use
18157         widget-image-insert.
18158         (checkbox): Create on and off images dynamically.
18159         (documentation-link): Change :help-echo.
18160         (widget-documentation-link-echo-help): Remove.
18162 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
18164         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18166         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18167         (easy-mmode-define-toggle, define-minor-mode): Use it.
18168         (easy-mmode-define-keymap): Docstring fix.
18169         (define-derived-mode): Default PARENT to fundamental-mode.
18170         Add the derived-mode-parent symbol-property.
18171         (easy-mmode-derived-mode-p): New function.
18173 2000-06-02  Dave Love  <fx@gnu.org>
18175         * files.el (convert-standard-filename): Doc fix.
18176         (normal-backup-enable-predicate): New function.
18177         (backup-enable-predicate): Use it to replace the lambda form.
18179         * calendar/todo-mode.el: [This needs more work on the outline
18180         stuff.]  Doc fixes.
18181         (todo) <defgroup>: Add :version.
18182         (todo-add-category): Don't use pushnew.
18183         (todo-cmd-raise): Fix typo.
18184         (todo-top-priorities): Change temp buffer name.
18185         (todo-category-alist): Avoid redundant lambda.
18186         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18187         Use outline-next-heading.
18189         * autoarg.el: Rewritten to use define-minor-mode.
18190         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18191         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18193 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
18195         * isearch.el (isearch-other-meta-char): Fix previous change.
18197 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
18199         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18200         (log-edit-done): Only add the comment to the ring if it's different
18201         from the last comment entered.
18203         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18205 2000-06-01  Dave Love  <fx@gnu.org>
18207         * hl-line.el: Rewritten using define-minor-mode.
18209         * help.el (describe-function-1): Distinguish special form from
18210         builtin function.  Sanity-check presence of arglist for builtins.
18212 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
18214         * international/characters.el: Fix syntax/category setting of
18215         Tibetan characters.
18217         * language/tibet-util.el (tibetan-add-components): Fixes for new
18218         encoding of Tibetan characters.
18219         (tibetan-decompose-precomposition-alist): New variable.
18220         (tibetan-decompose-region): Convert precomposed characters to
18221         non-precomposed characters.
18222         (tibetan-decompose-string): Likewise.
18223         (tibetan-composition-function): Fix args to
18224         thibetan-compose-string.
18226         * language/tibetan.el (tibetan-composable-pattern): More
18227         characters included.
18228         (tibetan-consonant-transcription-alist): Rule for "R" added.
18229         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18230         "+R" added.
18231         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18233         * language/lao-util.el (lao-composition-function): Fix args to
18234         compose-string.
18236         * language/thai-util.el (thai-composition-function): Fix args to
18237         compose-string.
18239         * isearch.el (isearch-update): Set disable-point-adjustment to t
18240         to prevent the point moving to the end of a composition when a
18241         part of a composition is searched.
18242         (isearch-other-meta-char): If the key invoking this command can be
18243         mapped by function-key-map to a printing char, call
18244         isearch-process-search-char directly.
18246 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
18248         * emacs-lisp/bytecomp.el:
18249         * frame.el:
18250         * international/mule-cmds.el:
18251         * international/mule-util.el:
18252         * international/mule.el:
18253         * mouse.el:
18254         * subr.el:
18255         * faces.el: Update calls to make-obsolete with a WHEN argument.
18257         * byte-run.el (make-obsolete, make-obsolete-variable):
18258         Add an optional WHEN argument and change the format of the
18259         symbol-property information.
18260         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18261         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18262         new obsolete-symbol-property format and print WHEN if it is provided.
18264 2000-05-31  Dave Love  <fx@gnu.org>
18266         * loadhist.el (loadhist-hook-functions): Remove
18267         before-change-function, after-change-function.
18268         (unload-feature): Deal with symbols which are both bound and
18269         fbound.
18271         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18272         before-change-function, after-change-function.
18274         * simple.el (newline): Don't bind before-change-function,
18275         after-change-function.
18277 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
18279         * whitespace.el (whitespace-rescan-timer-time): Update interval
18280         set to 600 seconds (10 minutes) instead of 60 seconds since
18281         a large number of whitespace buffers causes emacs to `freeze'
18282         for a considerable amount of time.
18284         * whitespace.el: Updated email address
18286 2000-05-31  Dave Love  <fx@gnu.org>
18288         * add-log.el (change-log-font-lock-keywords) <function>: Add
18289         pattern for function of change.
18290         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18291         acknowledgements patterns.
18293 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
18295         * isearch.el (isearch-printing-char): If keyboard coding system is
18296         being used, call isearch-process-search-multibyte-characters.
18298         * international/isearch-x.el: Mostly rewritten.
18300         * international/quail.el (quail-start-conversion): Don't include
18301         unhandled events in the returned events, but set them in
18302         unread-command-events.  Exit if all inputs are deleted.
18304 2000-05-30  Jason Rumney  <jasonr@gnu.org>
18306         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18308         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18309         Reenable code to create initial fontsets.
18310         Use set-fontset-font in place of put-charset-property.
18312 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
18314         * progmodes/perl-mode.el (perl-indent-line): When looking for a
18315         label, ensure that the first colon isn't followed by another.
18317         * paths.el (Info-default-directory-list): Doc fix.
18319         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18320         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18321         send a query containing USER only, not USER@HOST.
18323         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18324         and rmail-msgend to compute the restriction at the end, instead of
18325         computing it.
18327 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
18329         * dabbrev.el (dabbrev-expand): Don't display messages in the
18330         echo area if the minibuffer window is active.
18332         * jit-lock.el (jit-lock-mode): Add after change function to
18333         local hook.
18335 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
18337         * antlr-mode.el: New commands: hide/unhide actions,
18338         upcase/downcase literals.
18339         (antlr-tiny-action-length): New user option.
18340         (antlr-hide-actions): New command.  Suggested by
18341         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18342         (antlr-mode-map): New binding [C-c C-v].
18343         (antlr-mode-menu): New entries.
18344         (antlr-downcase-literals): New command.
18345         (antlr-upcase-literals): Ditto.
18347         * antlr-mode.el: Minor changes: indendation, mode-name.
18348         (antlr-indent-line): Indent cpp directive at column 0.
18349         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18351         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18352         (antlr-font-lock-additional-keywords): Workaround for intentional
18353         bug in XEmacs version of font-lock.
18354         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
18355         be used by a smarter version of `buffers-menu-grouping-function'.
18357 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
18359         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18360         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18362 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
18364         * international/encoded-kb.el
18365         (encoded-kbd-iso2022-designation-map): Pay attention to that
18366         charset-iso-final-char return -1 for eight-bit-control and
18367         eight-bit-graphic.
18369 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
18371         * speedbar.el (speedbar-use-images, speedbar-update-flag)
18372         (speedbar-easymenu-definition-base): Use display-graphic-p where
18373         available, instead of window-system.
18375 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
18377         * international/codepage.el (cp-coding-system-for-codepage-1): Add
18378         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18379         coding systems.
18381 2000-05-26  Dave Love  <fx@gnu.org>
18383         * disp-table.el (standard-display-underline): Don't use
18384         internal-find-face.
18386         * mail/reporter.el: Maintainer change.  Doc fixes.
18387         (reporter-version): Deleted.
18389         * emacs-lisp/elp.el: Maintainer change.
18390         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
18392 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
18394         * add-log.el (add-change-log-entry): Merge the current entry with the
18395         previous one if the previous one is empty.
18397 2000-05-26  Dave Love  <fx@gnu.org>
18399         * loadhist.el (unload-feature): Fix interactive spec [from
18400         lijnzaad@ebi.ac.uk].
18402         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
18403         subr-arity to check primitives.
18404         (byte-compile-flush-pending, byte-compile-file-form-progn)
18405         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
18406         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
18407         mapcar.
18409 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
18411         * international/fontset.el: Set family names of non-latin charsets
18412         in default fontset to "*".
18414         * international/mule-diag.el (print-fontset): Combine family part
18415         and registry part of the fontname by "-*-" instead of "-".
18417         * international/mule-cmds.el (encode-coding-char): Make strings
18418         multibyte before calling encode-coding-string.
18420 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
18422         * derived.el: Fix keywords.
18423         (define-derived-mode): Only define if needed.
18425         * simple.el (fill-comment, comment-column, comment-start)
18426         (comment-start-skip, comment-end, comment-indent-function)
18427         (block-comment-start, block-comment-end, indent-for-comment)
18428         (set-comment-column, kill-comment, comment-padding, comment-region)
18429         (comment-multi-line, indent-new-comment-line): Remove.
18431         * bindings.el (esc-map): Change ; to comment-dwim and use the new
18432         function names for comment operations.
18434         * newcomment.el: Add abundant autoload cookies.
18435         (comment-style): Don't depend on runtime data at compile-time.
18436         (comment-indent-hook): Remove.
18437         (comment-indent): Check if comment-indent-hook is bound.
18438         (comment-region): Docstring fix.
18440 2000-05-25  Dave Love  <fx@gnu.org>
18442         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
18443         byte-code-function-p.
18445         * mail/rmailsum.el: Add provide.
18447         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
18449         * smerge-mode.el (smerge-diff-switches): Don't use list* in
18450         defcustom.
18452 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
18454         * ediff-diff.el (ediff-exec-process): delete --binary option from
18455         non-buffer ediff jobs.
18457 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
18459         * hilit-chg.el (highlight-changes-mode): Ask about color or
18460         grayscale support, not about window-system.
18462         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
18463         window-system.
18464         (ffap-highlight): Always default to t.
18466         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
18467         display-popup-menus-p instead of looking at window-system.
18469         * disp-table.el (standard-display-g1, standard-display-graphic):
18470         Only refuse to use string glyphs on X and MS-Windows.
18472         * avoid.el: Remove window-system from commentary, suggest to use
18473         display-*-p instead.
18475         * apropos.el (apropos-print): Use display-mouse-p instead of
18476         window-system.
18478 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
18480         * international/codepage.el (cp-decoding-vector-for-codepage):
18481         Fill up unsupported characters with their own codes.  From Kenichi
18482         Handa.
18484 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
18486         * international/mule-diag.el (describe-char-after): Use
18487         display-graphic-p instead of window-system, so that this function
18488         works on MS-DOS.
18490 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
18492         * international/codepage.el (cp-make-coding-systems-for-codepage):
18493         Remove the eight-bit-graphic and eight-bit-control charsets from
18494         the list of charsets which we convert into `?'.
18496 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
18498         * international/mule-conf.el: Specify CHARSET-ID explicitely for
18499         private charsets.
18500         (mule-unicode-0100-24ff, japanese-jisx0213-1,
18501         japanese-jisx0213-2): New charsets.
18503         * international/fontset.el: Setup default fontset for new charsets.
18505 2000-05-24  Dave Love  <fx@gnu.org>
18507         * info.el (Info-find-node-2): Restructure [following "Vadim
18508         S. Solomin" <sovs@uic.nnov.ru>].
18510         * icomplete.el: Fix header for Finder.
18512 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
18514         * rmailout.el (rmail-output-to-rmail-file): Added optional param
18515         STAY.
18517         * rmail.el (rmail-automatic-folder-directives): New user variable.
18518         (rmail-show-message): Add call to `rmail-auto-file' during
18519         display.
18520         (rmail-auto-file): New function.
18522 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
18524         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
18525         account.
18526         (ediff-test-utility,ediff-diff-mandatory-option)
18527         (ediff-reset-diff-options): Utilities for proper initialization of
18528         ediff-diff-options and ediff-diff3-options on Windows.
18530         * ediff-init.el (ediff-merge-filename-prefix): New customizable
18531         variable.
18533         * ediff-mult.el (ediff-filegroup-action): Use
18534         ediff-merge-filename-prefix.
18536 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
18538         * viper-ex.el (ex-write): Set selective display to nil.
18540 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
18542         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
18543         aliases for hebrew-iso-8bit.
18545 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
18547         * woman.el: New version from Francis J. Wright
18548         <F.J.Wright@Maths.QMW.ac.uk>.
18549         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
18550         names in environment variables regardless of the path separator.
18551         (woman-topic-all-completions-1): Don't call file-name-directory-p
18552         on all files, since woman-file-regexp already filters out any
18553         directories.
18555 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
18557         * international/quail.el (quail-start-translation): Don't change
18558         modified-p of the current buffer.
18559         (quail-start-conversion): Likewise.
18561         * international/kkc.el (kkc-region): Don't change modified-p of
18562         the current buffer.
18564         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
18565         conform to RFC1468.
18566         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
18568 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
18570         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
18571         (speedbar-insert-button): Invisible text property fix.
18572         (speedbar-directory-plus): Renamed from speedbar-directory-+
18573         (speedbar-directory-minus): Renamed from speedbar-directory--
18574         (speedbar-page-plus): Renamed from speedbar-file-+
18575         (speedbar-page-minus): Renamed from speedbar-file--
18576         (speedbar-page): Renamed from speedbar-file-
18577         (speedbar-tag): Renamed from speedbar-tag-
18578         (speedbar-tag-plus): Renamed from speedbar-tag-+
18579         (speedbar-tag-minus): Renamed from speedbar-tag--
18580         (speedbar-expand-image-button-alist): Use above renames.
18582         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
18583         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
18584         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
18585         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
18586         * sb-pg.xpm: Renamed from sb-file.xpm
18587         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
18588         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
18590 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
18592         * international/quail.el (quail-show-guidance-buf): Set
18593         current-input-method of the guidance buffer to the name of the
18594         curren input method.
18596 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
18598         * progmodes/compile.el (compile-internal): Style typo.
18600         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
18601         quote vars and functions in the docstring.
18603         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
18605         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
18606         Don't quote lambdas.
18608         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
18610 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
18612         * startup.el (command-line): Determine source file of compiled
18613         user init file differently.  Warn if compiled user init file
18614         is older than its source file.
18616         * ffap.el (ffap-url-regexp): Add `https'.
18618 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
18620         * files.el (make-backup-file-name-1): Replace slashes with `!'
18621         rather than `|' (which is not allowed on Windows).  Replace the
18622         drive letters with a string "drive_X".
18624 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
18626         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
18628         * files.el (interpreter-mode-alist): Add `bash2'.
18630 2000-05-22  Dave Love  <fx@gnu.org>
18632         * loadhist.el (feature-symbols, file-provides, file-requires): Use
18633         mapc.
18634         (feature-file): Avoid calling symbol-name.  Doc fix.
18635         (file-set-intersect, file-dependents): Use dolist, not mapcar.
18636         (loadhist-hook-functions): Add mouse-position-function.
18637         (unload-feature): Change uses of mapcar.
18639         * files.el (parse-colon-path): Doc fix.
18640         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
18641         (set-auto-mode): Use mapc.
18643         * complete.el (PC-look-for-include-file): Use :alnum: character
18644         class.
18645         (partial-completion-mode): Add autoload cookie.
18647 2000-05-22  Sam Steingold  <sds@gnu.org>
18649         * info.el (Info-fontify-node): Fixed the call to
18650         `add-text-properties' (bug introduced on 2000-05-18).
18652 2000-05-22  Dave Love  <fx@gnu.org>
18654         * bindings.el: Remove debug-ignored-errors set in other files.
18656         * progmodes/etags.el: Add to debug-ignored-errors.
18657         (visit-tags-table-buffer): Clear out buffers holding old tables
18658         when making a new list.
18659         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
18660         mapc.
18662         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
18663         quote keywords.
18664         (cmpl-string-case-type): Use character classes.
18666         * comint.el:
18667         * textmodes/ispell.el:
18668         * imenu.el:
18669         * mail/mh-e.el:
18670         * progmodes/compile.el: Add to debug-ignored-errors.
18672         * dabbrev.el: Add to debug-ignored-errors.
18673         (dabbrev-completion): Use mapc.
18675 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
18677         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
18678         (woman-mapcan, woman-parse-man.conf)
18679         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
18680         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
18681         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
18682         path syntax better.
18683         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
18684         (woman-manpath): Call woman-parse-man.conf.
18685         (woman-emulation): New defcustom, defaults to nroff.
18686         (woman-font-support): New defconst.
18687         (woman-use-symbol-font): New defcustom.
18688         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
18689         "Emulation".
18690         Many functions: Doc fix.
18692 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
18694         * international/quail.el (quail-simple-translation-keymap): Map
18695         128..255 to quail-self-insert-command.
18696         (quail-keyboard-layout-alist): Add definition for "pc102-de".
18698 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
18700         * help.el (help-manyarg-func-alist): Typo.
18702         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
18703         intervals which makes it heaps simpler.
18705         * newcomment.el (comment-region-internal): Go back to BEG after quoting
18706         the nested comment markers.
18708         * subr.el (remove-hook): Don't turn the hook's value into a list.
18710 2000-05-21  Dave Love  <fx@gnu.org>
18712         * edmacro.el (edmacro-parse-keys): Return vector if any elements
18713         are invalid characters.
18715         * international/mule-util.el (detect-coding-with-priority): Use
18716         mapc.  Remove redundant lambda.
18718         * international/mule-diag.el (list-non-iso-charset-chars)
18719         (describe-fontset): Remove redundant lambda.
18721         * emulation/crisp.el (brief-mode): New alias.
18723         * emacs-lisp/ring.el (ring-elements): New function.
18725         * emacs-lisp/easymenu.el (easy-menu-create-menu)
18726         (easy-menu-do-add-item): Use keywordp.
18728         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
18730         * replace.el: Doc and error message fixes.
18731         (replace-highlight): Use facep, not internal-find-face.
18733 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
18735         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
18737         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
18738         (log-edit-insert-changelog): Drop `:' as well.
18740         * log-view.el: Fix file description.
18741         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
18742         available.
18743         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
18744         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
18746         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
18747         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
18748         Print a status message if the toggle is called interactively.
18749         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
18750         for global minor modes and use `defcustom' for them.
18751         Use add-minor-mode.
18752         (easy-mmode-define-derived-mode): Remove.
18753         (define-derived-mode): Fancier default docstring.
18754         (easy-mmode-define-navigation): Signal an error rather than (ding).
18756         * newcomment.el (comment-styles): New `box-multi'.
18757         (comment-normalize-vars): Better default for comment-continue to
18758         avoid whitespace-only continuations.
18759         (comment-search-forward): Always move even in the no-syntax case.
18760         (comment-padright): Only obey N if it's only obeyed for padleft.
18761         (comment-make-extra-lines): Better handling of empty continuations.
18762         Use `=' for the filler if comment-start has only one character.
18763         (uncomment-region): Try handling the special `=' filler.
18764         (comment-region): Allow LINES even if MULTI is nil.
18765         (comment-box): Choose box style based on comment-style.
18767 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
18769         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
18770         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
18772 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
18774         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
18775         and insert, not subst-char-in-region.
18777         * international/mule-diag.el (list-character-sets-1): Handle
18778         charsets eight-bit-control and eight-bit-graphic.
18779         (list-iso-charset-chars): Likewise.
18780         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
18781         charactes as is.  Use indent-to to align characters.
18783         * international/mule-cmds.el (find-multibyte-characters): Never
18784         exclude charsets eight-bit-control and eight-bit-graphic.
18786 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
18788         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
18789         Don't quote lambdas.
18791         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
18793 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
18795         * gud.el (gud-jdb-directories): Doc fix.
18797 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
18799         * newcomment.el: New file.
18801 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
18803         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
18805 2000-05-18  Andreas Schwab  <schwab@suse.de>
18807         * dired.el (dired-between-files): Also skip lines beginning with
18808         `used'.
18810 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
18812         * msb.el (msb-menu-cond): Add choice `user'.
18814 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18816         * ps-print.el: Compatibility, customization and doc fix.
18817         (ps-printer-name-option): Replace defconst by defvar.
18818         (ps-postscript-code-directory): XEmacs compatibility.
18819         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
18820         fix.
18821         (ps-user-defined-prologue, ps-print-prologue-header)
18822         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
18823         compatibility and code fix.
18824         (ps-print-background-image, ps-print-background-text):
18825         Customization fix.
18826         (ps-line-number-start, ps-n-up-on): New vars.
18828 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
18830         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
18831         the indent-comment function to just return the appropriate indent.
18833 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
18835         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
18836         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
18837         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
18839 2000-05-18  Dave Love  <fx@gnu.org>
18841         * info.el (Info-fontify-node): Add intangible property as well as
18842         invisible.
18844         * calendar/appt.el (appt-make-list): Match all lines of entry.
18845         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
18847 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
18849         * international/mule-diag.el (describe-char-after): Call
18850         internal-char-font, not char-font.  If internal-char-font returns
18851         nil, display "-- none --".
18853 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
18855         * image.el (image-type-available-p): Don't reference image-types
18856         if it isn't bound.
18858 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
18860         * autoarg.el (autoarg-mode): Typo in the :set argument.
18862 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
18864         * startup.el (command-line-1): Don't signal an error if the
18865         directory for auto-save-list files does not yet exist.
18867 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
18869         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
18871 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
18873         * subr.el (remove-hook): `setq' hook-value, not `set'.
18875 2000-05-16  Sam Steingold  <sds@gnu.org>
18877         * info.el (debug-ignored-errors): More errors to ignore.
18879 2000-05-16  Dave Love  <fx@gnu.org>
18881         * cus-edit.el: Don't require cl or easymenu.
18882         (custom-variable-prompt): Test standard-value property, not
18883         user-variable-p.
18885 2000-05-16  Sam Steingold  <sds@gnu.org>
18887         * subr.el (add-hook): `setq' hook-value, not `set'.
18889 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
18891         * startup.el (command-line-1): Mention the FAQ in the startup
18892         message.
18894         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
18896         * progmodes/compile.el (compilation-parse-errors): Collect
18897         `nomessage' regexps last.
18899         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
18901         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
18902         to the function name.
18904 2000-05-15  Dave Love  <fx@gnu.org>
18906         * speedbar.el (speedbar-recenter): Typo.
18907         (speedbar-expand-line): Make arg optional.
18908         (speedbar-mode): Avoid a compiler warning.
18910 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
18912         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
18913         user-specified option string is empty.
18915         * mouse.el (mouse-yank-at-click): Doc fix.
18917 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
18919         * term/internal.el (IT-character-translations): More updates of
18920         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
18921         documents.
18923 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
18925         * env.el (getenv): New function, interactively callable.
18926         (setenv, getenv): Remove autoload cookies.
18928         * loadup.el: Load `env'.
18930         * progmodes/f90.el: Change author's mail address.
18932 2000-05-14  Dave Love  <fx@gnu.org>
18934         * mail/rmail.el (rmail-show-message-hook): Customize and offer
18935         goto-addr as an option.
18937         * help.el (help-xref-stack): Doc fix.
18938         (help-xref-following): New variable.
18939         (help-make-xrefs): Use it.
18940         (help-xref-go-back): Use position information from stack element.
18941         (help-follow): Make position in stack element a pair.  Use
18942         help-xref-following.
18944         * autoarg.el: New file.
18946         * faces.el: Declare more functions obsolete.
18948         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
18949         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
18950         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
18951         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
18952         Remove all the setup-...-environment functions.
18954 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
18956         * speedbar.el: Updated the commentary section.  xemacs20p now uses
18957         >= when detecting.  Require `defimage' safely.
18958         (speedbar-easymenu-definition-base): Add toggle for images.
18959         (speedbar-easymenu-definition-special): Add flush cache & expand.
18960         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
18961         (speedbar-reconfigure-keymaps-hook): New variable.
18962         (speedbar-frame-parameters): Updated documentation.
18963         (speedbar-use-imenu-flag): Updated custom tag
18964         (speedbar-dynamic-tags-function-list): New variable.
18965         (speedbar-tag-hierarchy-method): Updated doc & custom.
18966         (speedbar-indentation-width, speedbar-indentation-width) New
18967         variables.
18968         (speedbar-hide-button-brackets-flag): Customizable.
18969         (speedbar-vc-indicator): Doc update.
18970         (speedbar-ignored-path-expressions): Updated default value.
18971         (speedbar-supported-extension-expressions): Updated default value.
18972         (speedbar-syntax-table): Remove {} paren status.
18973         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
18974         as "+".  Added overlay aliases.
18975         (speedbar-mode): Use `speedbar-mode-line-update' instead of
18976         `force-mode-line-update'.
18977         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
18978         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
18979         `mouse-set-point'
18980         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
18981         (speedbar-item-info-tag-helper): Revamped to handle a wider range
18982         of arbitrary text, and new helper functions.
18983         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
18984         filename finder.
18985         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
18986         (speedbar-directory-buttons): Update path search/expansion.
18987         (speedbar-make-tag-line): Pay attention to
18988         `speedbar-indentation-width'.  Use more care w/ invisible
18989         properties.
18990         (speedbar-change-expand-button-char): Call
18991         `speedbar-insert-image-button-maybe'.
18992         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
18993         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
18994         (speedbar-trim-words-tag-hierarchy)
18995         (speedbar-simple-group-tag-hierarchy): New functions
18996         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
18997         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
18998         functions.
18999         (speedbar-mouse-set-point): New function
19000         (speedbar-power-click): Updated documentation.
19001         (speedbar-line-token, speedbar-goto-this-file): Handle more types
19002         of tag prefix text.
19003         (speedbar-expand-line, speedbar-contract-line): Make more robust
19004         to strange text.
19005         (speedbar-expand-line): Takes universal argument to flush the
19006         cache.
19007         (speedbar-flush-expand-line): New function.
19008         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19009         Use new generator insertion method.
19010         (speedbar-fetch-dynamic-tags): New function.
19011         (speedbar-fetch-dynamic-imenu): Removed code now handled in
19012         `speedbar-fetch-dynamic-imenu'.
19013         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19014         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19015         "Revert Buffer" menu items.
19016         (speedbar-buffer-buttons-engine): Be smarter when creating a
19017         filename tag (for expansion purposes.).
19018         (speedbar-highlight-one-tag-line,
19019         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19020         (speedbar-recenter): New functions.
19021         (defimage-speedbar): Image loading abstraction.
19022         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19023         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19024         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19025         (speedbar-tag-type, speedbar-tag-mail): New images.
19026         (speedbar-expand-image-button-alist): New variable.
19027         (speedbar-insert-image-button-maybe): Insert an image over some
19028         buttons.
19030 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
19032         * international/mule-cmds.el (encode-coding-char): An ASCII
19033         character is always encodable.
19035         * international/mule-conf.el: Add more information in descriptions
19036         of character sets.
19038         * international/mule-diag.el (describe-char-after): New function.
19039         (describe-font-internal): Adjusted for the change of font-info.
19040         (describe-font): Likewise.
19041         (print-fontset): Rewritten for the new fontset implementation.
19042         (describe-fontset): Include fontset alias names in completion.
19043         (list-fontsets): Adjusted for the change of print-fontset.
19045         * simple.el (what-cursor-position): If DETAIL is non-nil, call
19046         describe-char-after instead of displaying the detail in the echo
19047         area.
19048         (syntax-code-table): Format changed.
19049         (string-to-syntax): Adjusted for the above change.
19051 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
19053         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19055 2000-05-12  Dave Love  <fx@gnu.org>
19057         * calendar/todo-mode.el: Remove some compatibility stuff and CL
19058         dependence.  Use line-{beginning,end}-position, not
19059         point-at{b,e}ol.  Some doc fixes.
19060         (todo-position): New function.  Fix callers of position to use it.
19061         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19063 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
19065         * time.el (display-time-mail-icon): Use `:ascent center'.
19067         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19068         handling FTP security extensions.
19070 2000-05-11  Dave Love  <fx@gnu.org>
19072         * calendar/todo-mode.el: New file.
19074 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
19076         * comint.el (comint-read-input-ring): Move reference to
19077         comint-input-ring-size outside of the save-excursion.  It was
19078         causing the default value to be the only one ever seen.
19080         * font-lock.el: Update copyright.  Remove Simon Marshall's email
19081         address on request from him.
19083         * subr.el (substitute-key-definition): Add comment describing
19084         the meaning of PREFIX.
19086 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
19088         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19090         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19091         (add-minor-mode): Don't make the variable buffer-local and add a
19092         reference to define-minor-mode in the docstring.
19094         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19095         HEADER/FOOTER and fix bug with trailing empty directory.
19096         (cvs-append-to-ignore): Use vc-editable-p if available.
19097         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19098         (vc-do-command): Tweak advice to handle the new VC.
19100         * log-view.el (log-view-goto-rev): New function for the new VC.
19101         (log-view-minor-wrap): Use mark-active.
19103         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19104         (log-edit-changelog-full-paragraphs): New var.
19105         (log-edit-insert-changelog): Remove a lonely leading `* file'.
19106         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19107         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19108         (log-edit-changelog-ours-p, log-edit-changelog-entries)
19109         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19110         Replace the `cvs' prefix with `log-edit'.
19112         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19114         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19115         (diff-font-lock-defaults): Explicitly turn off multiline.
19116         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19117         (diff-ediff-patch): Fix call to ediff-patch-file.
19118         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19119         Handle comments.
19121         * frame.el (automatic-hscrolling): Typo.
19123         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19125 2000-05-09  Sam Steingold  <sds@goems.com>
19127         * apropos.el (apropos-print): use `describe-face' instead of
19128         `customize-face-other-window'.
19130 2000-05-09  Dave Love  <fx@gnu.org>
19132         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19134         * help.el (describe-variable): Have customize button pop the
19135         help-xref stack when invoked.
19136         (help-xref-symbol-regexp): Add `face'.
19137         (help-make-xrefs): Check for quoted face names and adapt regexp
19138         submatch numbers to cope.
19139         (help-xref-interned): Maybe insert face doc too.  Separate
19140         sections with a line of hyphens.
19142         * faces.el:  Some doc fixes.  Declare some functions obsolete.
19143         (describe-face): Add customize button.  Return the help
19144         text.  Fix prompt.
19146 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
19148         * term/internal.el (IT-character-translations): Fix last change.
19150 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
19152         * woman.el: New file
19153         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19155 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
19157         * term/internal.el (IT-character-translations): Update ASCII
19158         simulations for greek-iso8859-7, add latin-iso8859-14 and
19159         latin-iso8859-15.
19161         * international/mule-cmds.el (set-language-info-alist): Call
19162         define-prefix-command with 3 arguments, to make the map suitable
19163         for a menu.
19165 2000-05-07  Dave Love  <fx@gnu.org>
19167         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19169 2000-05-05  Dave Love  <fx@gnu.org>
19171         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19172         list in doc string.  Don't quote keyword symbols.
19173         * emacs-lisp/cl.el: Likewise
19174         * emacs-lisp/cl-seq.el: Likewise
19176 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
19178         * abbrev.el (abbrev-mode): Make ARG optional.
19180 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
19182         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19184         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19186         * subr.el (substitute-key-definition): Clarify documentation.
19188 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
19190         * glasses.el (glasses-convert-to-unreadable): Use
19191         `glasses-separator' instead of the hard-wired "_".
19192         (glasses-mode): Call `glasses-make-unreadable' only in a single
19193         place.
19195 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
19197         * term/internal.el (cjk-codepages-alist): Add associations for
19198         Chinese and Korean codepages.  Remove FIXME comment.
19200 2000-05-03  Dave Love  <fx@gnu.org>
19202         * time.el (display-time-mail-face, display-time-use-mail-icon):
19203         New option.
19204         (display-time-mail-icon): New variable.
19205         (display-time-string-forms): Use the above.  Fix the local-map.
19207 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
19209         * replace.el (query-replace-map): Add binding for `E'.
19210         (query-replace-help): Extend help text.
19211         (perform-replace): Allow editing the replacement string.
19213         * make-mode.el (makefile-mode-abbrev-table): New variable.
19214         (makefile-mode): Set local abbrev table to
19215         makefile-mode-abbrev-table.
19216         (makefile-font-lock-keywords): Fontify includes and conditionals.
19218         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19219         set TOGGLE's value.
19221         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19222         mail-interactive-insert-alias.
19223         (mail-abbrev-complete-alias): New command.
19224         (mail-mode-map): Bind it to `M-TAB'.
19226 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
19228         * language/lao-util.el (lao-compose-region): New function.
19230 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
19232         * files.el (recover-session): Make directories as necessary
19233         if they don't exist yet.
19235         * calendar/cal-french.el
19236         (french-calendar-multibyte-special-days-array)
19237         (french-calendar-special-days-array): Change French text.
19238         (calendar-french-date-string): Change output.
19239         (calendar-goto-french-date): Likewise.
19241 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
19243         * wid-edit.el (widget-default-active): Obey `:always-active'.
19244         (widget-documentation-string-value-create): Set `:always-active'.
19246 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
19248         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19249         default prefix to `~/_emacs.d/auto-save.list/_s'.
19250         (normal-top-level): Create the directory for auto-save files, if
19251         it doesn't already exist (in the ms-dos case only).
19253 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
19255         * international/mule-cmds.el (set-language-environment): Don't
19256         concat an integer (dos-codepage), use format instead.
19258 2000-05-02  Dave Love  <fx@gnu.org>
19260         * help.el (help-xref-on-pp): Check for constant symbols.
19262 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
19264         * startup.el (normal-top-level): Put a condition-case around
19265         the code loading subdirs.el.
19267 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19269         * ps-print.el: Upside-down and face background color printing,
19270         line number step, doc fix.
19271         (ps-print-version): New version number (5.2).
19272         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19273         (ps-face-attribute-list, ps-plot-with-face): Code fix.
19274         (ps-spool-config): Var fix.
19275         (ps-printer-name-option): Const fix.
19276         (ps-print-upside-down, ps-use-face-background)
19277         (ps-line-number-step): New vars.
19278         (ps-window-system, ps-lp-system): New consts.
19279         (ps-face-background): New fun.
19281 2000-04-28  Richard Stallman  <rms@gnu.org>
19283         * files.el (make-auto-save-file-name):
19284         Apply auto-save-file-name-transforms to visited file name
19285         before generating auto save file name.
19286         (auto-save-file-name-transforms): New variable.
19288         * files.el (backup-enable-predicate):
19289         Correctly test for a file under a temporary directory.
19291 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
19293         * subr.el (add-minor-mode): Rewritten.
19295 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
19297         * mail/sendmail.el (sendmail-send-it): Set
19298         buffer-file-coding-system to the selected coding system for MIME
19299         header.
19301 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
19303         * dired.el (dired-move-to-filename-regexp): Allow format where
19304         YYYY is followed by two spaces.
19306         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19307         in the second character class of the regexp.
19309         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19310         mh-etc, too.
19312         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19313         nil.
19315         * subr.el (add-minor-mode): Use `set' instead of `setq'.
19317         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19318         argument.
19320 2000-04-27  Sen Nagata <sen@eccosys.com>
19322         * emacs-lisp/crm.el (crm-completion-table): New variable.
19323         (crm-collection-fn, crm-test-completion)
19324         (completing-read-multiple): Use it.
19326 2000-04-27  Dave Love  <fx@gnu.org>
19328         * help.el (locate-library): Use mapc.
19329         (help-manyarg-func-alist): Add call-process-region.
19331 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
19333         * subr.el (add-minor-mode): Make argument MAP optional.
19335         * desktop.el (desktop-save): Save list of minor modes.
19336         (desktop-create-buffer): Restore minor modes.
19337         (desktop-minor-mode-table): New user-option.
19339         * subr.el (add-minor-mode): New function.
19341         * image.el (find-image): New function.
19342         (defimage): Rewritten to find image at load time.
19344         * startup.el (normal-top-level-add-to-load-path): Handle
19345         case that the default directory is not in load-path.
19347         * help.el: Old patch from Stefan Monnier.
19348         (help-xref-on-pp): New function.
19349         (describe-variable): Use it to display xrefs in a symbol's value.
19351 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
19353         * cus-edit.el (custom-face): Fix parenthesis.
19355 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
19357         * mail/rmail.el (rmail-expunge): When there are no deleted
19358         messages, do nothing.
19360 2000-04-26  Dave Love  <fx@gnu.org>
19362         * international/mule-cmds.el (locale-translation-file-name):
19363         Defvar to nil.
19364         (set-locale-environment): Set it here (at runtime).
19366 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
19368         * replace.el (perform-replace): Add parameters START and END.  Use
19369         them instead of the check for a region in Transient Mark mode.
19370         (query-replace-read-args): Return two more list elements for the
19371         start and end of the region in Transient Mark mode.
19372         (query-replace, query-replace-regexp, query-replace-regexp-eval)
19373         (map-query-replace-regexp, replace-string, replace-regexp): Add
19374         optional last arguments START and END and pass them to
19375         perform-replace.
19377         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19378         form with additional arguments for perform-replace.
19380         * progmodes/etags.el (tags-query-replace): Add parameters START
19381         and END.  Construct a form with additional arguments for
19382         perform-replace.
19384         * simple.el (shell-command): Set default directory for "*Shell
19385         Command Output" buffer.
19387         * language/european.el (iso-latin-4): Fix typo.
19389         * emacs-lisp/crm.el: New file.
19391 2000-04-24  Dave Love  <fx@gnu.org>
19393         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19394         (Custom-reset-saved, Custom-reset-standard)
19395         (custom-group-value-create, custom-group-set, custom-group-save)
19396         (custom-group-reset-current, custom-group-reset-saved)
19397         (custom-group-reset-standard): Use mapc.
19398         (custom-buffer-create-internal): Disable undo when creating items.
19399         Use mapc.
19400         (custom-face): Avoid redundant lambda.
19402 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
19404         * startup.el (auto-save-list-file-prefix): Set default to
19405         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
19407 2000-04-24  Sam Steingold  <sds@gnu.org>
19409         * time-stamp.el (time-stamp-string-preprocess): Always convert
19410         `field-result' to a string.
19412 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
19414         * frame.el (scrolling): New group.
19415         (automatic-hscrolling): New user-option.
19417         * startup.el (command-line-x-option-alist): Add `-lsp' and
19418         `--line-spacing'.
19420 2000-04-19  Dave Love  <fx@gnu.org>
19422         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
19423         (cl-mapc): Rename from mapc.  Fix the funcall.
19425 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
19427         * simple.el (clone-indirect-buffer-other-window): New command.
19428         (clone-indirect-buffer): Add optional arg NORECROD.
19429         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
19431         * help.el (resize-temp-buffer-window): Use count-screen-lines.
19433         * window.el (count-screen-lines): New function.
19434         (shrink-window-if-larger-than-buffer): Use count-screen-lines
19435         instead of window-buffer-height.
19437         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
19438         non-existing variable comint-input-sentinel.
19439         (inferior-lisp-args-to-list): Removed.
19440         (inferior-lisp): Use split-string instead of
19441         inferior-lisp-args-to-list.
19443         * hexl.el (hexl-insert-hex-string): New command.
19445         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
19446         instead of concat.
19448 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
19450         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
19451         at the start of an existing but empty folder.
19453 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19455         * ps-mule.el: Customization fix, doc fix.
19456         (ps-multibyte-buffer): Customization fix.
19458 2000-04-17  Richard M. Stallman  <rms@gnu.org>
19460         * subr.el (read-passwd): Use read-char-exclusive.
19462 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
19464         * textmodes/texinfo.el (texinfo-insert-@email)
19465         (texinfo-insert-@emph, texinfo-insert-@quotation)
19466         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
19467         (texinfo-mode-map): Add key bindings for them.
19469         * files.el (basic-save-buffer-2): Use a template with `$'
19470         instead of `#' for VMS.
19472         * simple.el (clone-indirect-buffer): New function.
19474 2000-04-16  Stephen Eglen  <stephen@gnu.org>
19476         * iswitchb.el (iswitchb-case): New function.  If the user input
19477         contains any upper-case characters, the search is made
19478         case-sensitive.
19480 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
19482         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
19483         comment-end.
19484         (texinfo-font-lock-syntactic-keywords): New var.
19485         (texinfo-font-lock-keywords): Remove comment regexp.
19486         (texinfo-insert-block): New function.
19487         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
19488         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
19489         and font-lock-defaults.  Use regexp-opt for outline-regexp.
19490         (texinfo-environments): New var.
19491         (texinfo-environment-regexp): Use regexp-opt and
19492         texinfo-environments.
19494         * textmodes/ispell.el (ispell-menu-map-needed): Check that
19495         ispell-process is bound since this might be eval'd before ispell
19496         is loaded.
19497         (ispell-message): Use a tiny bit less magic and a bit more hard
19498         data to figure out what kind of sc-cite-regexp to use.
19500         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
19502         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
19503         (insert-cyclic-diary-entry): Unquote the lambda.
19505         * gud.el (gud-jdb-build-source-files-list): Fix typo.
19507         * files.el (backup-enable-predicate): Unquote the lambda.
19509         * cus-edit.el (custom-face, face): Unquote the lambda.
19511 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19513         * ps-print.el: Check for line-beginning-position definition.
19515         * ps-print.el: Fix counting lines in a region.
19516         (ps-print-version): New version number (5.1.5).
19517         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
19518         (ps-printing-region): Fun code fix.
19520 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
19522         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
19523         to file-directory-p.
19525 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
19527         * gud.el (gud-jdb-build-source-files-list): Check that directory
19528         exists before calling directory-files.
19530 2000-04-13  Dave Love  <fx@gnu.org>
19532         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
19533         syntax.
19535         * emacs-lisp/cl-specs.el: Remove when, unless.
19537         * emacs-lisp/cl-extra.el: Don't quote keywords.
19538         (cl-old-mapc): New variable.
19539         (mapc): Use it.
19540         (cl-map-intervals): Use with-current-buffer.  Don't check for
19541         next-property-change.
19542         (cl-map-overlays): Use with-current-buffer.
19543         (cl-expt): Remove.
19544         (copy-tree, remprop): Define unconditionally.
19546         * emacs-lisp/cl-compat.el (keywordp): Remove.
19548         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
19549         to use keywordp.
19550         (edebug-spec): Enable keywordp.
19552         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
19553         string-lessp.
19555         * cus-start.el: Use keywordp.
19557 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
19559         * diary-lib.el (include-other-diary-files): Fix the fix of
19560         2000-02-18 by doing a save-excursion.
19562 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19564         * ps-print.el: Customization fix, doc fix.
19565         (ps-print-version): New version number (5.1.4).
19566         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
19567         (ps-print-preprint): Adjust code.
19568         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
19569         (ps-print-prologue-header, ps-print-control-characters)
19570         (ps-spool-config): Customization fix.
19572 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
19574         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
19575         converted to the new menu-item format, names silightly changed,
19576         help strings added.
19578         Support for spelling without async subprocesses:
19580         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
19581         (ispell-session-buffer): New variables.
19582         (ispell-start-process, ispell-process-status,
19583         ispell-accept-output, ispell-send-string): New functions, for
19584         Ispell invocation when async subprocesses aren't supported.
19585         (ispell-word, ispell-pdict-save, ispell-command-loop,
19586         ispell-process-line, ispell-buffer-local-parsing): Replace calls
19587         to process-send-string with calls to ispell-send-string, and
19588         accept-process-output with ispell-accept-output.
19589         (ispell-init-process): Call ispell-process-status instead of
19590         process-status with.
19591         (ispell-init-process): Call ispell-start-process.  Call
19592         ispell-accept-output and ispell-send-string.  Don't call
19593         process-kill-without-query and kill-process if they are unbound.
19594         (ispell-async-processp): New function.
19596 2000-04-12  Dave Love  <fx@gnu.org>
19598         * info.el: Add debug-ignored-errors.
19599         (Info-mode-menu): Add some items.
19600         (Info-directory): Add autoload cookie.
19602         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
19603         Modify `truncate-lines'.  Make `describe-language-environment'
19604         always visible and add help.  Modify `describe-key' help.  Invoke
19605         Info-directory from `info'.  New entry `emacs-manual'.
19607 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
19609         * progmodes/ebrowse.el (ebrowse-tree-mode):
19610         Use propertized-buffer-identification.
19611         (ebrowse-update-member-buffer-mode-line): Likewise.
19612         (ebrowse--mode-strings): Removed.
19613         (ebrowse--mode-line-props): Removed.
19615         * files.el (auto-mode-alist): Add `EBROWSE'.
19617         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
19618         space before testing for end of buffer.
19619         (ebrowse-load): Removed.
19620         (ebrowse-revert-tree-buffer-from-file): Rewritten.
19621         (ebrowse-create-tree-buffer): Rewritten.
19622         (ebrowse-tree-mode): Read tree from buffer.
19624         * progmodes/ebrowse-ffh.el: Removed.
19626 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
19628         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
19630 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
19632         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
19633         at the wrong place.
19635 2000-04-09  Dave Love  <fx@gnu.org>
19637         * files.el (backup-enable-predicate):
19638         Use temporary-file-directory, small-temporary-file-directory.
19639         (make-backup-file-name-function, backup-directory-alist): New vars.
19640         (make-backup-file-name-1): New function.
19641         (make-backup-file-name): Use it.
19642         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
19643         (file-newest-backup): Use make-backup-file-name.
19645 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
19647         * progmodes/ebrowse-ffh.el: New file.
19649         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
19650         Moved to ebrowse-ffh.el.
19651         (ebrowse-load): Add autoload.
19653         * finder.el (finder-commentary): Add autoload cookie.
19655         * mail/rfc2368.el: Correct author's email address.
19657         * progmodes/ebrowse.el: New file.
19659         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
19660         item help string.
19661         (easy-menu-do-add-item): Ditto.
19662         (easy-menu-define): Extend doc string.
19664         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
19665         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
19666         (jit-lock-function, jit-lock-stealth-fontify): Don't use
19667         with-buffer-unmodified.
19669 2000-04-08  Dave Love  <fx@gnu.org>
19671         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
19672         unless, when.
19674 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
19676         * viper-util.el (viper-put-on-search-overlay): New subroutine.
19677         (viper-flash-search-pattern): No operation when using Emacs
19678         doesn't support face.
19679         Use `viper-put-on-search-overlay'.
19681 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
19683         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
19684         like C-r.
19686         * progmodes/make-mode.el: Some doc fixes.
19687         (makefile-mode-abbrev-table): New variable.
19688         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
19689         (makefile-font-lock-keywords): Fontify includes and conditionals.
19690         (toplevel): Require `dabbrev' and `add-log' when compiling.
19692         * replace.el (perform-replace): Don't move forward one char
19693         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
19694         to do that because it leaves point 1 position after the last
19695         replacement, after everything has been replaced.
19697         * jit-lock.el (with-buffer-unmodified): New macro.
19698         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
19699         modified state.
19700         (jit-lock-function-1): Extracted from jit-lock-function; not
19701         preserving buffer's modified state.
19702         (jit-lock-function, jit-lock-stealth-fontify):
19703         Call jit-lock-function-1.
19705         * mail/rfc2368.el: Remove supernumerary copyright line.
19707 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
19709         * glasses.el: Provide facilities for inserting space before left
19710         parentheses and uncapitalization of identifiers.
19711         (glasses-mode): Try to remove old overlays in all cases.
19713 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
19715         * progmodes/compile.el (compile-internal): Display the compilation
19716         buffer in a different frame, if it's already displayed there.
19718         * mail/rfc2368.el: New file.
19720         * simple.el (sendmail-user-agent-compose): Recognize a `body'
19721         header and insert its value as mail body.
19723         * subr.el (member-ignore-case): New function.
19725         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
19726         (dabbrev--find-expansion): Ignore buffers matching a regexp
19727         from dabbrev-ignored-regexps.
19729         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
19730         to extensions handled by gzip.
19732 2000-04-03  Richard M. Stallman  <rms@gnu.org>
19734         * files.el (insert-directory): List the total free space
19735         along with the used space.
19737         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
19738         line is followed by one that matches CITATION-REGEXP, end the
19739         paragraph.
19741 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
19743         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
19744         (rmail-make-basic-summary-line): Use that option.
19746 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
19748         * international/mule-cmds.el (encoded-string-description):
19749         Rewritten.   Try pretty description for ISO 2022 escape sequences
19750         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
19751         for hexadecimal format.
19753 2000-04-01  Dave Love  <fx@gnu.org>
19755         * cpp.el: Change customization group to `c' from `C'.
19757         * vcursor.el (vcursor-move): Use display-color-p.
19759         * international/mule-util.el: Provide mule-utils.
19760         (string-to-sequence): Simplify and speed up.
19762         * international/mule.el (make-coding-system): Purecopy doc-string.
19764         * international/mule-cmds.el: Various menu changes.
19765         (describe-specified-language-support): Handle `Default'.
19766         (set-language-info): Purecopy `info'.
19768 2000-03-31  Andrew Innes  <andrewi@gnu.org>
19770         * vc.el (vc-backend-diff): Return the correct status if we had to
19771         retry the rcsdiff command without the --brief option.
19773 2000-03-31  Dave Love  <fx@gnu.org>
19775         * help.el (help-manyarg-func-alist): Correct several omissions.
19777         * add-log.el: Don't require cl, fortran.
19778         (add-log-current-defun-function): Doc fix.
19779         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
19780         (change-log-version-rcs): Function deleted.
19781         (change-log-version-number-search): Doc fix.
19782         Use vc-workfile-version. Avoid CL dolist.
19783         (add-change-log-entry): Just call add-log-current-defun to get
19784         defun.  Simplify somewhat.
19785         (change-log-get-method-definition-1): Likewise.
19786         (add-log-current-defun): Return nil if calling
19787         add-log-current-defun-function does so.  Move Fortran stuff to
19788         fortran.el.  Return string without properties.
19790         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
19791         and :alpha: char classes.
19793         * mail/supercite.el: Defvar curline when compiling.
19794         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
19795         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
19796         rather than a-zA-Z0-9 to allow non-ASCII characters.
19798 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
19800         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
19802         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19803         Re-enable new code.
19805         * lpr.el (print-region-1): Use -d to specify printer name for
19806         systems `usg-unix-v*, `dgux', `hpux', `irix'.
19808 2000-03-31  Dave Love  <fx@gnu.org>
19810         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
19811         Look for function definition in symbol's function value slot first
19812         instead of first consulting byte-compile-function-environment.
19814 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
19816         * language/european.el ("Polish"): New language environment.
19817         (setup-polish-environment): New function.
19819 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
19821         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19822         Disable new code.
19824         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
19825         trying to `load' the symbol of an autoload instead of the file
19826         recorded in the autoload.  Fix error messages.
19828 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19830         * ps-print.el: PostScript programming fix for ghostview, doc fix.
19831         (ps-print-version): New version number (5.1.3).
19832         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
19833         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
19834         (ps-generate-postscript-with-faces): Code fix.
19835         (ps-color-values): XEmacs compatibility.
19836         (ps-print-background-image, ps-print-background-text, ps-printer-name)
19837         (ps-default-fg, ps-default-bg): Adjust customization.
19838         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
19839         (ps-color-scale): Renaming old ps-color-value fun.
19840         (ps-print-headers): Replace ps-print-header group to avoid conflict
19841         with ps-print-header variable.
19842         (ps-print-miscellany): New group.
19843         (ps-format-color, ps-rgb-color): New funs.
19844         (ps-default-foreground): New var.
19845         (ps-printer-name-option): New const.
19847 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
19849         * net/net-utils.el:
19850         (network-connection-host, network-connection-service): New variables
19851         (network-connection-mode): New mode, derived from comint-mode
19852         (network-connection-mode-setup): New function, saves host and
19853         service information in local variables.
19855         * lisp/locate.el:
19856         (locate-word-at-point): Added this function
19857         (locate): Default to using locate-word-at-point as input
19858         Run dired-mode-hook
19860 2000-03-29  Dave Love  <fx@gnu.org>
19862         * calendar/appt.el: Doc fixes.
19863         (appt-check): Convert min-to-app to a string before passing to
19864         appt-disp-window-function or concat.
19865         (appt-delete-window): Remove test for frame-root-window.
19866         (appt-select-lowest-window, appt-convert-time): Simplify.
19868         * emacs-lisp/bytecomp.el: Doc fixes.
19869         (byte-compile-file-form-autoload):
19870         Update byte-compile-function-environment.
19872 2000-03-29  Andreas Schwab  <schwab@suse.de>
19874         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
19876         * dired.el (dired-insert-directory): If dired-free-space-program
19877         failed just delete its output.
19879 2000-03-29  Dave Love  <fx@gnu.org>
19881         * international/iso-cvt.el: Move provide to end.  Doc fixes.
19882         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
19883         (iso-iso2sgml, iso-sgml2iso): New functions.
19884         (iso-cvt-define-menu): Fix some entries and use backquote for
19885         clarity.
19887         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
19889 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
19891         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
19892         ISO-DATE.  If non-nil, return date in ISO 8601 format.
19894 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
19896         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
19897         if it ever becomes used.
19898         (log-edit-mode-hook): Default to vc-log-mode-hook.
19899         (log-edit-mode): Fix the docstring.
19901         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
19902         the code.
19904 2000-03-26  Dave Love  <fx@gnu.org>
19906         * net/browse-url.el (browse-url): Re-fix case of
19907         browse-url-browser-function being an alist.
19908         (browse-url): Add :link to defgroup.
19910         * files.el: Doc fixes.
19911         (file-truename): Include `[' in wildcard characters.
19912         (automount-dir-prefix): Customize.
19913         (find-file-wildcards): Add :version.
19914         (find-file-noselect): Simplify a mapcar call.
19916         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
19917         compatible with inf-lisp version.
19918         (eval-defun-1): Fix custom-declare-variable case.
19920 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
19922         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
19924 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
19926         * Makefile (COMPILE_FIRST): New macro.
19927         (compile-files): Compile files from COMPILE_FIRST first.
19929         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
19931         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
19932         matching open parenthesis in column 0 to defun-prompt-regexp
19933         only if open-paren-in-column-0-is-defun-start is set.
19935         * sun-curs.el: Require CL at compile-time only.
19937         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
19938         instead of copy-list which is a function from CL.
19939         (msb--choose-menu, msb--mode-menu-cond)
19940         (msb--create-buffer-menu-2): Use dolist instead of mapc.
19941         (msb--init-file-alist): Use mapcar instead of mapcan.
19942         (msb--aggregate-alist): Use mapcar instead of mapcan.
19943         Fix `(' in column 0 in doc string.
19944         (msb--add-separators): Use mapcar instead of mapcan.
19946         * cus-dep.el: Require CL at compile-time only.
19948 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
19950         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
19951         (byte-compile-warnings): New warning `noruntime'.
19952         (byte-compile-constants, byte-compile-variables): Fix docstring.
19953         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
19954         execute `eval-whenc-compile's body.
19955         (byte-compile-unresolved-functions): Fix docstring.
19956         (byte-compile-eval): New function.
19957         (byte-compile-callargs-warn): Check if the function will be available
19958         at runtime (via property `byte-compile-noruntime').
19959         (byte-compile-print-syms): New function.
19960         (byte-compile-warn-about-unresolved-functions): Also warn about
19961         `noruntime' functions (and use `byte-compile-print-syms').
19962         (byte-compile-file): Capitalize the message.
19964 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
19966         * mail/rmail.el (rmail-confirm-expunge): New user-option.
19967         (rmail-expunge): Ask for confirmation depending on the setting
19968         of rmail-confirm-expunge.
19970 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
19972         * Makefile (bootstrap-clean): If $(emacs) exists, build
19973         loaddefs.el first.  A loaddefs.el that's not up-to-date might
19974         cause a bootstrap failure because things don't autoload as expected.
19976 2000-03-23  Dave Love  <fx@gnu.org>
19978         * net/browse-url.el: Restore previous use of
19979         browse-url-maybe-new-window.
19981 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19983         * ps-print.el: Skip banner page fix.
19984         (ps-print-version): New version number (5.1.2).
19985         (ps-begin-file, ps-end-file, ps-generate): Code fix.
19987 2000-03-23  Dave Pearson  <davep@davep.org>
19989         * net/quickurl.el Changed the type of parameter passed to the
19990         function defined by `quickurl-format-function'. Before only the
19991         text of the URL was passed. Now the whole URL structure is passed
19992         and the function is responsible for extracting the parts it requires.
19993         Changed the default of `quickurl-format-function' accordingly.
19994         (quickurl-insert): Changed the `funcall' of
19995         `quickurl-format-function' to match the above change.
19996         (quickurl-list-insert): Changed the `url' case so that it makes
19997         use of `quickurl-format-function', previous to this the format was
19998         hard wired.
20000 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
20002         * startup.el: Change some spellings for the X Window System.
20004 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
20006         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20007         Clean up the code and the regexp and make sure the cursor is
20008         temporarily moved to the suspicious line while querying the user.
20010 2000-03-22  Jason Rumney  <jasonr@gnu.org>
20012         * w32-fns.el (w32-charset-info-alist): Initialize.
20014 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
20016         * ps-print.el: N-up last page fix.
20017         (ps-print-version): New version number (5.1.1).
20018         (ps-end-file, ps-end-job, ps-generate): Code fix.
20020 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
20022         * files.el (find-file-run-dired): Update docstring.
20023         (find-directory-functions): New hook.
20024         (find-file-noselect): Run find-directory-functions rather than
20025         calling dired directly.
20027         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20029         * pcvs.el: Add a minimal leading commentary.
20030         (cvs-make-cvs-buffer): Change the header part by removing the startup
20031         message and adding a `Module' entry.  Also replace the FOOTER and
20032         HEADER special fileinfos with the new support in ewoc for updating
20033         its own footer and header.
20034         (cvs-update-header): Update to use the header/footer of the ewoc.
20035         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20036         (cvs-is-within-p): New function.
20037         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20038         to only examine some subset of the buffers.
20040         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20041         `format' instead of our own ad-hoc functions.
20042         Remove HEADER and FOOTER cases, now handled in the EWOC.
20043         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20045         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20046         output to avoid scaring the user.
20047         (cvs-parse-table): Catch message for non-up-to-date commits.
20049         * pcvs-defs.el (cvs-startup-message): Remove.
20050         (cvs-global-menu): New autoloaded menu.
20052         * pcvs-util.el (cvs-string-fill): Remove.
20054         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20055         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20056         PP part of it and also make it work for footers and headers.
20057         (ewoc-create): Drop POS and BUFFER arguments.
20058         Use the DLL's dummy node to store the end-of-footer position.
20059         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20060         (ewoc-refresh): Remove unused `header' variable.
20061         (ewoc-(get|set)-hf): New functions.
20063         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20064         log-view-*-(message|file) and use easy-mmode-define-navigation.
20065         (log-view-message-re): Match SCCS format as well.
20066         And match the revision line rather than the dashed separator line.
20067         (log-view-mode): Use the new define-derived-mode.
20068         (log-view-current-tag): Fill in with an actual implementation.
20070         * cvs-status.el (cvs-status-(prev|next)): Rename from
20071         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20072         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20073         to let the output "breathe" a little more (more readable).
20074         (cvs-status-mode): Use the new define-derived-mode.
20076         * smerge-mode.el (smerge-auto-leave): New function and variable.
20077         (smerge-basic-map): Rename from smerge-basic-keymap.
20078         Change the bindings for smerge-diff-*.
20079         (smerge-*-map): Use easy-mmode-defmap.
20080         (smerge-(next|prev)): Use easy-mmode-define-navigation.
20081         (smerge-keep-*): Use smerge-auto-leave.
20083 2000-03-21  Jason Rumney  <jasonr@gnu.org>
20085         * cus-edit.el (custom-button-face): Use 3D look for w32.
20086         (custom-button-pressed-face): Likewise.
20088 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
20090         * progmodes/etags.el (tags-case-fold-search): New user-option.
20091         (tags-loop-eval): New function.  Bind case-fold-search around eval
20092         depending on the value of tags-case-fold-search.
20093         (tags-loop-continue): Use tags-loop-eval.
20094         (find-tag-in-order): Bind case-fold-search depending on the value
20095         of tags-case-fold-search.
20097 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
20099         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20100         (diff-end-of-hunk): Return the end position for use in
20101         `easy-mmode-define-navigation'.
20102         (diff-recenter): Remove.
20103         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20104         of `easy-mmode-define-navigation'.
20105         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20106         previous renaming) and fix to use new names.
20107         (diff-merge-strings): Use \n as separator: simpler, faster.
20108         (diff-mode): Use `define-derived-mode'.
20110         * derived.el (define-derived-mode): Don't autoload anymore.
20111         Prefer the macro-only version provided by easy-mmode.el.
20113         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20114         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
20115         (easy-mmode-define-navigation): New macro.
20117         * subr.el (combine-run-hooks): New function.
20119 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
20121         * term/x-win.el: Fontsets related initialization is simplified.
20123         * international/mule-diag.el (describe-font): Don't refer to
20124         global-fontset-alist, instead call font-list.
20125         (describe-fontset, list-fontsets, mule-diag): Likewise.
20126         (print-fontset): Adjusted for the change of fontset implementation.
20128         * international/fontset.el (x-charset-registries): Variable removed,
20129         instead the corresponding data is stored in the default fontset.
20130         (register-alternate-fontnames): Function removed.
20131         (resolved-ascii-font): Variable removed.
20132         (x-compose-font-name): Ignore the second argument REDOCE.
20133         (x-complement-fontset-spec): Complement only an ASCII font and
20134         element for those charsets than can use that ASCII font.
20135         (generate-fontset-menu): Don't refer to global-fontset-alist,
20136         instead call fontset-list.
20137         (uninstantiated-fontset-alist): Variable removed.
20138         (x-style-funcs-alist): Likewise.
20139         (fontset-default-styles): Likewise.
20140         (x-modify-font-name): Function removed.
20141         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20142         (create-fontset-from-ascii-font): Docsting adjusted for the above
20143         change.
20144         (instantiate-fontset, resolve-fontset-name): Functions removed.
20145         (fontset-list): Now implemented by C code.
20147         * faces.el (read-face-font): Fix TABLE arg to completing-read.
20148         (describe-face): Include `font' attribute in the description.
20150 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
20152         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20154 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
20156         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20157         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20158         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20160         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20161         about behavior of set-buffer-modified-p wrt redisplay.
20163 2000-03-19  Richard M. Stallman  <rms@gnu.org>
20165         * view.el (view-mode-disable): Kill local binding of view-read-only.
20167 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
20169         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20170         is a string, convert it to a syntax cell using string-to-syntax.
20172         * simple.el (syntax-code-table, syntax-flag-table): New variables.
20173         (string-to-syntax): New function.
20175         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20176         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20177         try to use passive ftp mode.
20179 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
20181         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20183         * simple.el (append-to-buffer): Update point of windows after
20184         insertion.
20186         * abbrev.el (inverse-add-abbrev): Identify word by first moving
20187         forward then moving backward.  Reindent.
20189         * frame.el (other-frame): Call x-focus-frame only if
20190         focus-follows-mouse is off.
20192 2000-03-17  Dave Love  <fx@gnu.org>
20194         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20196 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
20198         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20199         regexp for labels cannot span several lines.
20201         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20202         `(setq :<key> ':<key>)' to the macro expansion.
20204 2000-03-16  Dave Love  <fx@gnu.org>
20206         * progmodes/f90.el (f90): Put custom group under `languages', not
20207         `fortran'.
20208         (f90-mode-hook): Customize.
20209         (f90-mode): Set add-log-current-defun-function.
20210         (f90-current-defun): New function.
20212 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
20214         * cus-edit.el (custom-variable-tag-face): Handle case that
20215         default face's height is not a number.
20216         (custom-face-tag-face, custom-group-tag-face-1)
20217         (custom-group-tag-face): Ditto.
20218         (custom-group-tag-face-1): Add :group.
20220         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20222 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
20224         * pcvs-defs.el (toplevel): Remove autoload cookie for form
20225         requiring easymenu.
20227 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
20229         * ps-print.el: PostScript user-defined prologue, PostScript error
20230         handler, doc fix.
20231         (ps-print-version): New version number (5.1).
20232         (ps-user-defined-prologue, ps-error-handler-message)
20233         (ps-print-prologue-0, ps-error-handler-alist): New vars.
20234         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20235         (ps-insert-string): New function.
20237 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
20239         * international/ccl.el (ccl-compile-expression): Don't generate
20240         invalid self-assignment code.
20242 2000-03-14  Dave Love  <fx@gnu.org>
20244         * subr.el (replace-regexp-in-string): Renamed from
20245         replace-regexps-in-string.  Doc fix.
20247 2000-03-12  Dave Love  <fx@gnu.org>
20249         * cus-edit.el: Doc fixes.
20250         (customize-set-variable, customize-save-variable): Rename args for doc.
20251         (custom-variable-tag-face, custom-face-tag-face)
20252         (custom-group-tag-face-1, custom-group-tag-face): Modify from
20253         style which user identify as hyperlink.
20254         (hook): Don't add undefined functions to the hook.
20255         (debug-ignored-errors): Transfer message from bindings.el.
20257 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
20259         * recentf.el (recentf-keep-non-readable-files-p):
20260         Remove double/nested definition.
20262 2000-03-12  Dave Love  <fx@gnu.org>
20264         * facemenu.el (facemenu-get-face): Use display-color-p.
20265         * enriched.el (enriched-decode-foreground): Likewise.
20266         (enriched-decode-background): Likewise.
20267         * isearch.el (isearch-highlight): Likewise.
20268         * info-look.el (info-lookup): Likewise.
20269         * simple.el (completion-setup-function): Likewise.
20271         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20272         :options.
20274         * bindings.el (mode-line-format): Fix line-number and
20275         column-number items.  Add help-echo for the background.
20276         (mode-line-mule-info): Modify help-echo.
20278         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20280         * files.el (load-file): Allow completion to .elc.
20282         * man.el: Doc fixes.
20283         (Man-init-defvars): Use display-color-p to set fontification.
20285         * play/hanoi.el (hanoi-internal): Don't use oddp.
20287 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
20289         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20291         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20293 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20295         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20296         Fix comment.
20298 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
20300         * font-lock.el (font-lock-keywords): Fix the doc now that
20301         regexp-opt-depth is unnecessary.
20302         (save-buffer-state): Set an edebug spec.
20303         (font-lock-fontify-anchored-keywords): Properly handle the case when
20304         the matcher goes past the limit.
20306         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20307         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20309         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
20310         dll.el and cookie.el (from Elib) with heavy renaming and other
20311         massaging.
20313         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20314         Autoload the functions used.
20315         (easy-mmode-define-syntax): Fix CL typo.
20316         (easy-mmode-define-derived-mode): Improve the docstring generation.
20318 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
20320         * textmodes/texinfo.el (texinfo-version): Variable and function
20321         removed.
20323 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
20325         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20326         allow more flexibility.
20327         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
20328         (easy-mmode-defmap, easy-mmode-defsyntax)
20329         (easy-mmode-define-derived-mode): New macros.
20331 2000-03-09  Didier Verna  <didier@xemacs.org>
20333         * rect.el (replace-rectangle): New function.
20335 2000-03-09  Dave Love  <fx@gnu.org>
20337         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
20338         (fortran-comment-line-start-skip): Don't match cpp stuff.
20339         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
20340         (fortran-mode-map): Remove over-eager custom-menu-create for now.
20341         (fortran-mode): Don't set fortran-comment-line-start-skip,
20342         fortran-comment-line-start here.  Set comment-start,
20343         add-log-current-defun.
20344         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20345         (fortran-current-defun): New function.
20347 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
20349         * emacs-lisp/re-builder.el: New file.
20351         * mouse.el (mouse-drag-region): Don't run up-event handler
20352         if hscroll has changed.
20354         * octave-mod.el (octave-font-lock-keywords): To font-lock the
20355         builtin operators, use `font-lock-builtin-face' for Emacs and
20356         `font-lock-preprocessor-face' otherwise.
20358         * font-lock.el (lisp-font-lock-keywords-1): Highlight
20359         `(defun (setf foo)' differently.
20361 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
20363         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20364         (regexp-opt): Update comment and adapt the code the new meaning of
20365         the `paren' argument of regex-opt-group for shy-groups.
20366         (regexp-opt-depth): Handle shy groups as well as backslashed
20367         backslashes.
20368         (regexp-opt-group): Turn the leading comment into a docstring.
20369         Allow `paren' to be a string (the string to use to open a group).
20370         Remove open-presuf and close-presuf.  Instead of checking for `all
20371         one-char' and then later on check for `several one-char', handle
20372         both cases close together.  Also apply a more generic algorithm
20373         for suffixes (the mirror image of the algorithm used for
20374         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
20375         (regexp-opt-try-suffix): Removed.
20377         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20378         from comint-mode-map, so we can just inherit from it.  Also, move
20379         the initialization into the `defvar' since there's no docstring
20380         anyway and it's fairly short.
20381         (inferior-scheme-mode): Define it as derived-mode: the code is
20382         shorter and this way we inherit from comint-mode-map rather than
20383         copying it.
20385         * subr.el (replace-regexps-in-string): Properly handle the case
20386         where we match an empty string.
20388         * comint.el (comint-exec-1): Add the current-dir to the exec-path
20389         when the command has a directory component (such as "./testml").
20390         Also fix a typo in the comment.
20392 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
20394         * Makefile (compile-files): Compile files one by one because
20395         that's the only way to ensure a clean compilation environment for
20396         each individual file.
20398         * frame.el (other-frame): Call x-focus-frame.
20400 2000-03-07  Dave Love  <fx@gnu.org>
20402         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
20403         :require to defcustom.
20405         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
20407         * files.el (auto-mode-alist): Add configure.in.
20409         * progmodes/autoconf.el: New file.
20411 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
20413         * mail/mh-e.el: Change maintainer to `none'.
20415         * recentf.el (recentf-keep-non-readable-files-p): Quote args
20416         to remove-hook and add-hook.
20418 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
20420         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
20421         it as the default.
20422         (mail-send): Test mail-send-nonascii also for the new `mime' value.
20423         (sendmail-send-it): Conditionally add MIME headers specifying the
20424         used character set.
20426 2000-03-07  Dave Love  <fx@gnu.org>
20428         * winner.el: Fix keywords, autoload cookies.
20429         Split eval-when-compile form to avoid compilation failure.
20431 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
20433         * international/mule.el: Modify comment about coding system
20434         property `coding-category'.
20435         (make-coding-system): New argument EOL-TYPE.  Pay attention to
20436         coding-category property of PROPERTIES.
20438         * international/mule-conf.el (coding-category-utf-8)
20439         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
20440         categories.  Include them in the argument for set-coding-priority.
20442         * international/mule-cmds.el (reset-language-environment):
20443         Include coding-category-utf-8, coding-category-utf-16-be, and
20444         coding-category-utf-16-le in the argument for set-coding-priority.
20445         (reset-language-environment): Initialize coding-category-utf-8,
20446         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
20448 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
20450         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
20451         code abstracted out of `bookmark-jump-noselect'.  Now tries info
20452         extensions as well as compression extensions.
20453         (bookmark-jump-noselect): Use above new func.
20455 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
20457         * strokes.el: Change maintainer's mail address.
20459 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
20461         * international/mule-diag.el (list-character-sets): Make help-echo
20462         string by substitute-command-keys.
20463         (list-character-sets): Likewise.
20464         (sort-listed-character-sets): Call help-setup-xref.
20466 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
20468         * time.el (display-time-mail-file): Add `none' to the list of choices.
20470 2000-03-01  Dave Love  <fx@gnu.org>
20472         * help.el (help-xref-go-back): Don't try to set position.
20474         * international/mule-diag.el (list-character-sets):
20475         Call help-setup-xref.  Add help-echo to xrefs.
20476         (list-character-sets-1): Add help-echo to xrefs.
20478 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
20480         * frame.el (blink-cursor-mode): Switch cursor on when turning
20481         the mode off.
20483         * add-log.el (add-log-current-defun): Add support for
20484         Autoconf mode.
20486         * mail/rmail.el (rmail-quit-hook): New variable.
20488 2000-03-01  Dave Love  <fx@gnu.org>
20490         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
20492         * help.el (help-xref-button): Add help-echo arg.
20493         (describe-function-1, describe-variable, help-make-xrefs): Use it.
20495         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
20497         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
20499 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
20501         * image.el (defimage): Look for image files in load-path.
20503         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
20505 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
20507         * recentf.el (recentf): Added version tag to the defgroup of recentf.
20509 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
20511         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
20512         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
20513         action to select/unselect a file.
20514         (recentf-edit-list): Code cleanup and improvement.
20515         (recentf-open-more-files-action): `recentf-open-more-files' button
20516         widget action to open a file.
20517         (recentf-open-more-files): No more use standard completion but widgets.
20518         (recentf-more-collection): Deleted.
20519         (recentf-more-history): Deleted.
20520         (recentf-setup-more-completion): Deleted.
20522 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
20524         * recentf.el (recentf-mode): No more needs that Emacs is running
20525         under a window-system.
20527 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
20529         * recentf.el (recentf-edit-list): New command to edit the recent
20530         list which allow the user to remove files.
20531         (recentf-edit-selected-items): New global variable, used by
20532         `recentf-edit-list' to hold the list of files to be removed from
20533         the recent list.
20534         (recentf-make-menu-items): Updated to display a "Edit list..."
20535         menu item.  Minor code cleanup.
20537 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
20539         * recentf.el (recentf-open-more-files): New command to open files
20540         that are not displayed in the menu.
20541         (recentf-more-collection): New global variable holding the set of
20542         permissible completions used by `recentf-open-more-files'.
20543         (recentf-more-history): New global variable holding the history list
20544         used by `recentf-open-more-files' completion.
20545         (recentf-setup-more-completion): New function to setup completion for
20546         `recentf-open-more-files'.
20547         (recentf-make-menu-items): Updated to display a "More..." menu item.
20549 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
20551         * recentf.el (recentf-menu-action): Doc fixed.
20553 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
20555         * recentf.el (recentf-menu-filter): Doc updated.
20556         (recentf-update-menu-hook): Allow menu filters to force menu update.
20557         (recentf-make-menu-items): New menu filter handling.
20558         (recentf-make-menu-item): New helper function.
20559         (recentf-menu-elements): New menu handling function.
20560         (recentf-sort-ascending): Updated to new menu filter handling.
20561         (recentf-sort-descending): Updated to new menu filter handling.
20562         (recentf-sort-basenames-ascending): New menu filter function.
20563         (recentf-sort-basenames-descending): New menu filter function.
20564         (recentf-show-basenames): New menu filter function.
20565         (recentf-show-basenames-ascending): New menu filter function.
20566         (recentf-show-basenames-descending): New menu filter function.
20568 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
20570         * diary-lib.el (list-diary-entries): Don't try to go forward at
20571         the end of the buffer.
20573 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
20575         * international/mule-diag.el (list-character-sets):
20576         Completely rewritten.
20577         (sort-listed-character-sets): New function.
20578         (list-character-sets-1): Completely rewritten.
20579         (list-character-sets-2): New function.
20580         (non-iso-charset-alist): New variable.
20581         (decode-codepage-char): New function.
20582         (charset-history): New variable.
20583         (read-charset) (list-block-of-chars)
20584         (list-iso-charset-chars)
20585         (list-non-iso-charset-chars)
20586         (list-charset-chars): New functions.
20587         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
20588         (dump-charsets): Likewise.
20590 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
20592         * dired-x.el (dired-filename-at-point): Add `@' to valid
20593         file name characters.
20594         (dired-filename-at-point): Handle ange-ftp file names.
20596         * frame.el (frame-notice-user-settings): Use assq-delete-all
20597         instead of assoc-delete-all.
20598         (frame-notice-user-settings): Ditto.
20600         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
20601         Don't copy alist.
20603 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
20605         * calculator.el (calculator-use-menu): New option.
20606         (calculator-initial-bindings): Changed some bindings to work as macros.
20607         (calculator-forced-input): Removed.
20608         (calculator-restart-other-mode): New variable.
20609         (calculator-mode-map): Set up menu.
20611 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
20613         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
20615 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
20617         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
20618         translate all ESC key sequences.
20619         (viper-goto-mark-subr): Restore markers for files for which
20620         they were saved.
20621         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
20622         * viper-util.el (viper-set-replace-overlay-glyphs)
20623         (viper-set-replace-overlay): Always check if the replacement
20624         overlay is live.
20625         * viper.el (viper-vi-state-mode-list): Add major modes.
20626         * ediff-wind.el: Minor comment changes.
20627         * ediff.el: Copyright notice date fix.
20629 2000-02-27  Jason Rumney  <jasonr@gnu.org>
20631         * faces.el (face-font-family-alternatives): Add arial to helv.
20632         (mode-line, header-line, tool-bar): Same default as x for w32.
20633         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
20634         face-font-family-alternatives from working.
20635         * term/w32-win.el (mouse-set-font): Do not build fontset from
20636         chosen font.
20638 2000-02-25  Sam Steingold  <sds@goems.com>
20640         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
20641         properly.
20643 2000-02-25  Richard M. Stallman  <rms@gnu.org>
20645         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
20647 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
20649         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
20651         * frame.el (busy-cursor-delay-seconds): New option.
20653 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
20655         * frame.el (show-cursor-in-non-selected-windows): New option.
20657 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
20659         * diary-lib.el (include-other-diary-files): Undo the selective
20660         display in any included file and don't kill it.
20662 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
20664         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
20665         Menu items converted to (menu-item format, help strings added.
20666         [downcase, upcase]: Don't enable on MS-DOS.
20667         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
20668         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
20670 2000-02-23  Dave Love  <fx@gnu.org>
20672         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
20673         (backward-kill-word): Revert addition of * to interactive spec --
20674         it's a feature.
20676         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
20677         (backward-kill-sentence, kill-sentence): Likewise.
20679         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
20680         scratch buffer name.
20681         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
20683         * term/w32-win.el (internal-face-interactive): Update prompt for
20684         new read-face-name.
20686         * mail/footnote.el (footnote): Add :version to defgroup.
20687         (footnote-section-tag-regexp): Customize.
20688         (footnote-start-tag, footnote-end-tag): New option.
20689         (footnote-latin-regexp): New variable.
20690         (Footnote-latin): New function.
20691         (footnote-style-alist): Add element for latin style.
20692         (footnote-style): Moved.
20693         (Footnote-goto-footnote): Use eq to test arg.
20695         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
20697         * emacs-lisp/byte-opt.el: Change old backquote syntax.
20698         (byte-compile-trueconstp): Include keywords.
20699         (byte-optimize-quote, byte-optimize-lapcode):
20700         Use byte-compile-const-symbol-p.
20701         (byte-optimize-char-before): New optimization.
20703         * emacs-lisp/bytecomp.el: Change old backquote syntax.
20704         (byte-compile-const-symbol-p): New function.
20705         (byte-compile-constp, byte-compile-out-toplevel)
20706         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
20707         Use it.
20709         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
20711 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
20713         * international/encoded-kb.el: Be sure to update minor-mode-alist
20714         and minor-mode-map-alist.
20715         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
20716         codes SS2 and SS3 correctly.
20717         (encoded-kbd-self-insert-ccl): New function.
20718         (encoded-kbd-setup-keymap): New function.
20719         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
20720         by calling encoded-kbd-setup-keymap.
20722         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
20723         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
20725 2000-02-22  Dave Love  <fx@gnu.org>
20727         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
20728         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
20729         (lisp-mode-syntax-table): Set up for #|...|# comments.
20730         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
20731         classes.  Match `defface'.
20732         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
20733         (eval-defun-1): Fix for defcustom.
20734         (lisp-indent-region): Doc fix.
20736         * subr.el (when, unless, split-string): Doc fix.
20737         (read-passwd): Move call of clear-this-command-keys to the right place.
20738         (replace-regexps-in-string): New function.
20740 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
20742         * help.el (describe-variable): Set syntax table to
20743         emacs-lisp-mode-syntax-table when moving forward over the
20744         symbol's name.
20746 2000-02-22  Dave Love  <fx@gnu.org>
20748         * xt-mouse.el: Doc fixes.
20749         (xterm-mouse-position-function): New function, replacing advice of
20750         mouse-position.
20751         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
20753         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
20755 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
20757         * format.el (format-annotate-single-property-change):
20758         Handle properties.with dotted-list values.
20759         (format-proper-list-p): New function.
20761         * enriched.el (enriched-face-ans): Handle '(foreground-color
20762         . COLOR) and (background-color . COLOR).
20764 2000-02-20  Dave Love  <fx@gnu.org>
20766         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
20767         and assignments to it.
20768         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
20769         current local map.
20770         (make-flyspell-overlay): Use it.
20771         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
20773         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
20774         (lm-get-header-re): Defun, not defsubst.
20775         (lm-get-package-name): Defun, not defsubst.  Simplify.
20776         (lm-version): Doc fix.  Simplify.
20777         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
20778         (lm-crack-address, lm-last-modified-date, lm-commentary)
20779         (lm-verify, lm-synopsis): Simplify.
20780         (lm-report-bug): Require emacsbug.  Use compose-mail.
20782 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
20784         * dired.el (dired-mode): Call propertized-buffer-identification
20785         to set mode-line-buffer-identification to something having
20786         the right text properties.
20788         * bindings.el (propertized-buffer-identification): New function.
20790 2000-02-20  Dave Love  <fx@gnu.org>
20792         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
20793         check for t-mouse too.
20795         * cus-start.el: Make echo-keystrokes `number'.
20797 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
20799         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
20800         Don't call ring-empty-p unless tags-location-ring is bound.
20801         From Noah Friedman <friedman@splode.com>.
20803 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
20805         * progmodes/hideshow.el (hs-flag-region): No longer use
20806         `intangible' overlay property.
20808         (hs-toggle-hiding): New command.
20809         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
20811         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
20812         Fix omission bug: Run `hs-minor-mode-hook' for both activation
20813         and deactivation.
20815 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
20817         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
20819 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
20821         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
20823         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
20824         of `*' to handle `(* ... *)' comments.
20826 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
20828         * faces.el (list-faces-display): Use display-mouse-p instead of
20829         window-system.
20831         * menu-bar.el (global-map): Menu-bar items converted to the new
20832         format (menu-item..., rearranged for better CUA compliance, and
20833         their names changed for better clarity.  Help strings added.
20835         * international/mule-cmds.el (mule-menu-keymap)
20836         (describe-language-environment-map, set-coding-system-map)
20837         (setup-language-environment-map): Convert to new (menu-item...
20838         form, add help strings.  Change names of menu items for better clarity.
20839         "Mule" menu-bar item removed (it's now in the "Options" submenu).
20841 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
20843         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
20844         within the code.
20846 2000-02-16  Dave Love  <fx@gnu.org>
20848         * faces.el: Don't require custom.  Add more specific :groups to
20849         various deffaces.
20850         (set-face-attribute): Purecopy args.
20851         (read-face-name): Default to name at point and use it in prompt.
20852         Remove colon from arg in all callers.
20853         (list-faces-display): Hyperlink to face descriptions and customize
20854         buffers.
20856 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
20858         * wid-edit.el (widget-match-inline): An atom never matches a list.
20860 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
20862         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
20863         at ':' characters by call to split-string.
20865 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
20867         * textmodes/bibtex.el: Added RCS version identification.
20869 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
20871         * textmodes/bibtex.el: Some temporary comments removed.
20872         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
20873         (bibtex-field-const): Allow capital letters.
20874         (bibtex-start-of-string): Deleted because unused.
20876         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
20877         use the term 'reference' to describe a bibtex entry as a whole.
20878         Further, reference keys are no longer called 'labels'.
20879         (bibtex-keys): Renamed to bibtex-reference-keys.
20880         (bibtex-reformat-previous-labels): Renamed to
20881         bibtex-reformat-previous-reference-keys.
20882         (bibtex-reference-type): Renamed to bibtex-entry-type.
20883         (bibtex-reference-head): Renamed to bibtex-entry-head.
20884         (bibtex-reference-maybe-empty-head): Renamed to
20885         bibtex-entry-maybe-empty-head.
20886         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
20887         (bibtex-search-reference): Renamed to bibtex-search-entry.
20888         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
20889         bibtex-enclosing-entry-maybe-empty-head.
20890         (bibtex-entry-field-alist, bibtex-entry-head)
20891         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
20892         (bibtex-map-entries, bibtex-search-entry)
20893         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
20894         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20895         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
20896         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
20897         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
20898         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
20899         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
20901 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
20903         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
20904         comment.
20905         (bibtex-format-field-delimiters): New function, functionality
20906         extracted from bibtex-format-entry.
20907         (bibtex-autokey-get-yearfield-digits): New function, functionality
20908         extracted from bibtex-autokey-get-yearfield.
20910         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
20911         entries in order to avoid stack overflow in the regexp matcher if
20912         field contents become large.
20913         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
20914         (bibtex-field-string-part-not-braced)
20915         (bibtex-field-string-part-no-inner-braces)
20916         (bibtex-field-string-part-1-inner-brace)
20917         (bibtex-field-string-part-2-inner-braces)
20918         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
20919         (bibtex-field-string-quoted, bibtex-field-string)
20920         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
20921         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
20922         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
20923         Deleted as parsing is now performed by the following functions.
20924         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
20925         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
20926         (bibtex-parse-field-string, bibtex-search-forward-field-string)
20927         (bibtex-parse-association, bibtex-field-name-for-parsing)
20928         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
20929         (bibtex-search-forward-field, bibtex-search-backward-field)
20930         (bibtex-start-of-field, bibtex-end-of-field)
20931         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
20932         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
20933         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
20934         (bibtex-parse-string, bibtex-search-forward-string)
20935         (bibtex-search-backward-string, bibtex-start-of-string)
20936         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
20937         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
20938         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
20939         entries.  Instead of reporting the results of the parsing by
20940         match-beginning or match-end, these functions return data structures
20941         that hold the corresponding positions.
20942         (bibtex-enclosing-field): Changed to also report field boundaries by
20943         return values rather than by match-beginning or match-end.
20944         The following functions have been adapted to use the new
20945         parsing functions.
20946         (bibtex-skip-to-valid-entry, bibtex-search-reference)
20947         (bibtex-enclosing-field, bibtex-format-entry)
20948         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
20949         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
20950         (bibtex-print-help-message, bibtex-end-of-entry)
20951         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
20952         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20953         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
20954         Use the new method for parsing.
20955         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
20956         (bibtex-map-entries, bibtex-flash-head)
20957         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
20958         (bibtex-autokey-change, bibtex-autokey-get-namefield)
20959         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
20960         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20961         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
20962         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20963         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
20964         order to make the new binding of case-fold-search immediately visible.
20966 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
20968         * textmodes/bibtex.el: Copyright notice is up to date.
20969         Added constant 'bibtex-maintainer-salutation.
20971         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
20972         than make-temp-name, use match-string-no-properties and eliminate
20973         a quadratic behavior when building bibtex-strings.
20975         * bibtex.el (bibtex-reference-key): Accept string entries whose
20976         reference key contains upper case letters.
20978 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
20980         * bibtex.el (bibtex-reference-head): Allow entries to start with
20981         a new line.
20983 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
20985         * bibtex.el: Hiding of entry bodies is not longer provided by
20986         bibtex.el directly.  Instead the hideshow package can be used.
20987         Added a special bibtex entry to hs-special-modes-alist.
20988         (bibtex-hs-forward-sexp): Added for hideshow.el.
20990 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
20992         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
20993         proceedings entry type (for cross referencing). Thanks to Wagner
20994         Toledo Correa for the suggestion.
20996         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
20998 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
21000         * international/characters.el: Setup case table for Vietnamese.
21002 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
21004         * uniquify.el (toplevel): Require CL at compile time.
21005         (uniquify-push): Removed.
21007         * shadowfile.el (shadow-when): Removed.
21009         * tempo.el (tempo-dolist, tempo-mapc): Removed.
21010         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21012         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21013         regexp for paragraph-start.
21015         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21016         commas as well.
21018 2000-02-10  Dave Love  <fx@gnu.org>
21020         * wid-edit.el: (widgets) [defgroup]: Remove url link.
21021         (widget-color-choice-list, widget-color-history, widget-mouse-help):
21022         Deleted.
21023         (widget-specify-field, widget-specify-button): Don't use
21024         widget-mouse-help as help-echo property.
21025         (default): Use #'ignore for :validate and :mouse-down-action.
21026         (checkbox): Add help-echo.
21027         (widget-sexp-validate): Rewritten to clarify error messages.
21028         (character): Use char-valid-p in :match function.
21029         (widget-color-complete): Use facemenu-color-alist.
21030         (widget-color-action): Use facemenu-read-color.
21032         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
21033         set up `caar' &c that we now have.
21035 2000-02-09  Ray Blaak  <blaak@gnu.org>
21037         * delphi.el: Make resourcestring a declaration region, like const
21038         and var.
21040 2000-02-09  Dave Love  <fx@gnu.org>
21042         * bindings.el (mode-line-input-method-map): New variable.
21043         (mode-line-mule-info): Use it; fix last change.
21044         (mode-line-mode-menu): Move definition.
21045         (mode-line-mouse-sensitive-p): Deleted.
21046         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21047         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
21049         * startup.el (command-line-1): Don't call
21050         make-mode-line-mouse-sensitive.
21052 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
21054         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21055         before rmail-toggle-header, because the former toggles headers.
21057 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
21059         * diff-mode.el (diff-kill-junk): New interactive function.
21060         (diff-reverse-direction): Use delete-and-extract-region.
21061         (diff-post-command-hook): Restrict the area so that the hook also works
21062         outside of any diff hunk.  This is necessary for the minor-mode.
21063         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21064         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21066         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21067         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21068         so that it can be used more easily in <foo>-mode-hook.  Also make sure
21069         to avoid duplicate entries.
21070         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21071         (font-lock-remove-keywords): Just as was done for `add', allow it to
21072         work even if font-lock-mode is nil.  Also make sure we don't modify
21073         any pre-existing list by forcing a copy-sequence.  Finally rename
21074         `major-mode' to `mode'.
21075         (font-lock-fontify-syntactic-anchored-keywords)
21076         (font-lock-fontify-anchored-keywords)
21077         (font-lock-fontify-keywords-region): Use line-end-position.
21078         Don't make `font-lock-multiline' local (it's now done in
21079         font-lock-set-defaults).
21080         (font-lock-set-defaults): Make `font-lock-multiline' local.
21081         Move the `font-lock-fontified' creation to inside the `unless'.
21083 2000-02-06  Andrew Innes  <andrewi@gnu.org>
21085         * term/w32-win.el (x-handle-args): Comment out call to message,
21086         which occurs before window system is initialized.
21088         * makefile.nt: Add support for recompiling lisp code.
21090 2000-02-04  Dave Love  <fx@gnu.org>
21092         * bindings.el (mode-line-mule-info): Fix/extend last change.
21094         * completion.el: Replace completion-dolist with dolist.
21096         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21098 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
21100         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21101         environment names before they go into the section regexp.
21103         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21104         char class in regexp.
21106         * textmodes/reftex-parse.el (reftex-with-special-syntax):
21107         Bind `case-fold-search' to nil.
21109         * progmodes/idlwave.el (idlwave-template):
21110         Respect `idlwave-abbrev-change-case'.
21111         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21112         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21113         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21114         (idlwave-rw-case): New function.
21115         (idlwave-statement-match): Fixed problem with assignment regexp.
21116         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21117         (idlwave-surround): New argument LENGTH to support padding of
21118         operators longer than 1 char.
21120         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21121         idlwave-shell-expression-overlay.  Implemented printing of
21122         expressions on higher levels of the calling stack.
21123         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21124         (idlwave-retrieve-expression-from-level): New function.
21125         (idlwave-shell-last-calling-stack): Variable removed.
21126         (idlwave-shell-reset): Argument action reversed (`visible' to
21127         `hidden').  Also remove stop-line overlay.
21128         (idlwave-shell-calling-stack-routine): New variable.
21129         (idlwave-shell-parse-stack-and-display): Messages now display
21130         negative level numbers.
21131         (idlwave-shell-mode): Set `modeline-format'.
21132         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21133         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21134         (idlwave-shell-print-expression-function): New option.
21136         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21137         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21138         `tool-bar' instead of `toolbar'.
21140 2000-02-02  Dave Love  <fx@gnu.org>
21142         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21143         emacs-lisp-mode-hook.  Don't check for defalias being defined.
21145         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21146         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21147         Use the new builtins directly.
21149         * whitespace.el (whitespace): Add :version to defgroup.
21151         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21152         Doc fix.
21154         * thingatpt.el (sexp-at-point, symbol-at-point)
21155         (number-at-point, list-at-point): Add autoload cookie.
21157         * recentf.el (recentf): Add :version to defgroup.
21159         * quickurl.el (quickurl): Add :version to defgroup.
21161         * elide-head.el (elide-head): Use point-marker more.
21163         * bs.el (bs): Add :version to defgroup.
21165         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21167         * progmodes/delphi.el (delphi): Add :version to defgroup.
21169 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
21171         * ange-ftp.el (ange-ftp-write-region): Handle case that
21172         succeeding process operation sets a different coding system.
21174         * calculator.el: New file.
21176 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
21178         * frame.el (frames-on-display-list, framep-on-display): New functions.
21179         (display-mouse-p, display-popup-menus-p, display-graphic-p)
21180         (display-selections-p, display-screens, display-pixel-width)
21181         (display-pixel-height, display-mm-width, display-mm-height)
21182         (display-backing-store, display-save-under, display-planes)
21183         (display-color-cells, display-visual-class): New functions.
21185         * term/tty-colors.el (tty-color-gray-shades): New function.
21187         * faces.el (display-color-p): Use framep-on-display.
21188         (display-grayscale-p): New function.
21190 2000-01-31  Dave Love  <fx@gnu.org>
21192         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21193         (create-fontset-from-x-resource): Don't concat integers.
21195 2000-01-31  Inge Frick  <inge@nada.kth.se>
21197         * view.el: Some changes in documentation.  Removed some trailing
21198         whitespace. Changed some parameter names to agree with documentation.
21199         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21200         window is not deleted.  Modifies change 1998-04-26.
21202 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
21204         * windmove.el: New file.
21206         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21207         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21208         progmodes/ebnf-yac.el: Update copyright and license info.
21210         * jit-lock.el (jit-lock-function): Widen before calculating
21211         end position.
21212         (jit-lock-stealth-chunk-start): Rewritten.
21214         * info.el (Info-title-face-alist): Removed.
21215         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21216         (Info-fontify-node): Use these faces.
21218 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
21220         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21221         (cl-macro-list1): Recognize `&allow-other-keys' instead of
21222         `&allow-other-keywords'.
21224         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21225         the list of directories scanned heuristically.
21227         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21229 2000-01-30  Jason Rumney  <jasonr@gnu.org>
21231         * w32-fns.el: Define w32-tty-standard-colors.
21233         * startup.el (command-line): Use w32-tty-standard-colors when in
21234         w32 console mode.
21236 2000-01-30  Dave Love  <fx@gnu.org>
21238         * jka-compr.el (jka-compr-load): Fix up load-history.
21240         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21242         * emacs-lisp/cl-macs.el: Revert previous change.
21244 2000-01-29  Dave Love  <fx@gnu.org>
21246         * facemenu.el: Purecopy various strings.
21248         * timezone.el (timezone-fix-time): Window against 69 for two-digit
21249         years.  Deal with three-digit years.
21251         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21252         Use defconst, purecopy.
21253         (help-back-label): Purecopy it.
21255 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
21257         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21258         variable. If non-nil, order the buffer list according to the
21259         currently selected frame.
21260         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21261         non-nil, pass the selected frame to function buffer-list.
21263 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
21265         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21267 2000-01-28  Dave Love  <fx@gnu.org>
21269         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21271         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21272         Don't use lisp-indent-hook property.
21273         (cl-abs): Remove.
21275         * subr.el: Move out indent and edebug specs for when and unless.
21277         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21278         when, unless.
21280         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21281         unless, when.
21283 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
21285         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21286         `collecting' as synonym for `collect'.
21288         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21289         for the case it contains spaces.
21291         * simple.el (what-cursor-position): Change formatting of messages.
21293         * frame.el (delete-other-frames): New function.
21294         (toplevel): Bind it to C-x 5 1.
21296         * sort.el (sort-numeric-base): New option.
21297         (sort-numeric-fields): If number starts with `0' or `0[xX[',
21298         interpret it as octal or hexadecimal.  Use sort-numeric-base
21299         as default base.
21301         * progmodes/glasses.el: New file.
21303 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
21305         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21306         userids differently.
21308         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21309         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21310         progmodes/ebnf-yac.el: New files.
21312 2000-01-26  Dave Love  <fx@gnu.org>
21314         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21315         on a function with an empty body.  [From Eric Ludlam.]
21317 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
21319         * vc.el (vc-version-diff): Make sure file name is expanded.
21321 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
21323         * scroll-bar.el (scroll-bar-timer): Variable removed.
21324         (scroll-bar-toolkit-scroll): Don't use a timer.
21326 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
21328         * language/thai-util.el (thai-composition-function):
21329         Delete superfluous `a'.
21331 2000-01-24  Dave Love  <fx@gnu.org>
21333         * fortran.el (fortran-mode): Use beginning-of-defun-function,
21334         end-of-defun-function.
21336         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
21338 2000-01-22  Jason Rumney  <jasonr@gnu.org>
21340         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21341         conflicts with new face support.
21343 2000-01-22  Richard M. Stallman  <rms@gnu.org>
21345         * replace.el (query-replace): Rename last arg to DELIMITED.
21346         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21347         (query-replace-regexp): Likewise.
21349 2000-01-20  Richard M. Stallman  <rms@gnu.org>
21351         * subr.el (with-syntax-table): Use make-symbol, not gensym.
21353         * emacs-lisp/lisp.el (beginning-of-defun-function):
21354         Variable renamed from beginning-of-defun.
21355         Do not call make-variable-buffer-local.
21356         (beginning-of-defun-raw): Use new variable name; doc fix.
21357         (beginning-of-defun): Doc fix.
21358         (end-of-defun-function): Variable renamed from end-of-defun.
21359         Do not call make-variable-buffer-local.
21360         (end-of-defun): Use new variable name; doc fix.
21362         * subr.el (dolist, dotimes): Copied from cl-macs.el
21363         and made to work.
21365         * mail/undigest.el (rmail-digest-end-regexps):
21366         Variable replaces rmail-digest-end-regexp.
21367         Allows multiple regexps for detecting the end line.
21368         (undigestify-rmail-message): Corresponding changes.
21370 2000-01-19  Dave Love  <fx@gnu.org>
21372         * files.el (user-init-file): Don't declare here -- is primitive.
21374         * startup.el (command-line): Check for compiled user-init-file and
21375         set to uncompiled version if necessary.
21377 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
21379         * mail/undigest.el (rmail-digest-end-regexp): New user option.
21380         (undigestify-rmail-message): Use it.
21382         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
21384 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
21386         * tmm.el (tmm-goto-completions): Adapt to prompt being part
21387         of mini-buffer.
21389 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
21391         * emacs-lisp/copyright.el (copyright-update): Removed the
21392         requirement for a trailing space from `copyright-regexp', to
21393         support copyrights with owner specified on a separate line..
21395         * align.el: New file.
21397         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
21399         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
21401 2000-01-13  Dave Love  <fx@gnu.org>
21403         * ph.el: Removed.  (Obsoleted by EUDC.)
21405 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
21407         * net/eudc.el (toplevel): Remove autoloaded code installing
21408         menu with easymenu, because that causes build problems.
21410         * frame.el (frame-notice-user-settings): New variable.
21411         (frame-notice-user-settings): Don't modify frame parameters
21412         if called a second time.
21414 2000-01-13  Richard M. Stallman  <rms@gnu.org>
21416         * frame.el (frame-notice-user-settings):
21417         Notice default-frame-parameters even for non-window frames.
21419 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
21421         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
21422         for Emacs.
21423         (eudc-bob-can-display-inline-images): Extend for Emacs.
21424         (eudc-bob-toggle-inline-display): Ditto.
21425         (eudc-bob-display-jpeg): Ditto.
21427 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
21429         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
21430         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
21431         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
21433         * add-log.el (add-change-log-entry): Fix error trying an
21434         `(insert nil)'.
21436         * subdirs.el: Add `net' directory.
21438         * net: New directory.
21440         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
21441         eval-last-sexp.  Don't bind debug-on-error here.
21442         (eval-last-sexp): New function.  Bind debug-on-error if
21443         eval-expression-debug-on-error is non-nil.
21444         (eval-defun-2, eval-defun): Likewise.
21446         * simple.el (eval-expression): Don't bind debug-on-error if
21447         eval-expression-debug-on-error is nil.  Detect changed
21448         debug-on-error, and propagate new value to global binding, if
21449         eval-expression-debug-on-error is non-nil,
21450         (eval-expression-debug-on-error): Change doc string.
21452 2000-01-11  Richard M. Stallman  <rms@gnu.org>
21454         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
21456         * emacs-lisp/lisp-mode.el (with-syntax-table):
21457         Set up lisp-indent-function property.
21459         * subr.el (with-syntax-table): Moved from simple.el.
21461         * simple.el (with-syntax-table): Moved to subr.el.
21463 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
21465         * tmm.el (tmm-shortcut): Delete region after prompt instead
21466         of erasing buffer.
21468         * textmodes/fill.el (fill-common-string-prefix): New function.
21469         (fill-context-prefix): Use the longest common prefix of first
21470         and second line fill prefix, if there is one.
21472 2000-01-11  Richard M. Stallman  <rms@gnu.org>
21474         * array.el (array-mode): Don't use make-variable-buffer-local.
21475         Use make-local-variable for `truncate-lines'.
21477 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
21479         * add-log.el (add-log-current-defun): Handle user-defined
21480         add-log-current-function returning nil,
21482         * add-log.el (add-change-log-entry): Insert version number
21483         if having found a current function
21485         * add-log.el (add-log-current-defun):
21486         Call `add-log-current-defun-function'.  Try matches at level 0 and
21487         level 1.  Strip whitespace from defun found.
21489 2000-01-10  John Wiegley  <johnw@gnu.org>
21491         * allout.el (isearch-done/outline-provisions): Added `edit'
21492         argument to correspond with the current definition of `isearch-done'.
21494 2000-01-10  Dave Love  <fx@gnu.org>
21496         * elide-head.el (elide-head): Use point-marker, not point.
21498 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
21500         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
21501         before and after the year 2000.
21503         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
21504         Add ispell- prefix.
21506 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
21508         * ispell.el:  Only define dictionaries in menus when they exist.
21509         (version18p): New variable.
21510         (version20p): New variable.
21511         (xemacsp): New variable.
21512         (ispell-choices-win-default-height): Fix for XEmacs visibility.
21513         (ispell-dictionary-alist1): Added Brasileiro dictionary.
21514         (ispell-dictionary-alist6): Russian command lines no longer accept
21515         run-together words.
21516         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
21517         (ispell-dictionary-alist): Add koi8-r to customize definition.
21518         (check-ispell-version): Added documentation string.  Return library
21519         path when called non-interactively.
21520         (ispell-menu-map-needed): Uses new variables.
21521         (ispell-library-path): New variable.
21522         (ispell-decode-string): XEmacs fix for bogus variable bindings.
21523         (ispell-word): Improved documentation string.  Test for valid
21524         character mappings.  Correctly check typed in word changes that can
21525         result in single words split into multiple words.
21526         Return replacement word.
21527         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
21528         replace in recursive query replace mode.  Help message for
21529         recursive edit mode.
21530         (ispell-show-choices): Protect against bad framepop bindings.
21531         (ispell-help): Fix to work with XEmacs.
21532         (ispell-highlight-spelling-error): Use new variables.
21533         (ispell-overlay-window): Fix to work with XEmacs.
21534         (ispell-parse-output): Passed and returns location information
21535         tracking spelling corrections.  Doesn't recheck same word on
21536         current line.
21537         (ispell-init-process): Protect against bogus XEmacs variable binding.
21538         Fix call to single argument in sleep-for.  Use new variables.
21539         (ispell-region): Passed and returns location information tracking
21540         spelling corrections.  Doesn't check same word on current line.
21541         Improved documentation string.  Doesn't resend a line already
21542         checked to the ispell process - fixes bug in LaTeX parsing.
21543         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
21544         (ispell-skip-region): No longer skips <TT> in SGML.
21545         (ispell-process-line): Tracks location information with spelling
21546         corrections.  Added documentation string.  Accounts for words
21547         already accepted on this line.  Don't allow query-replace on line
21548         starting with math characters.  Doesn't resend a line already sent
21549         to ispell process.  Fixes alignment error bug.
21551 2000-01-10  Richard M. Stallman  <rms@gnu.org>
21553         * dired-x.el (dired-guess-shell-alist-default):
21554         Suggest xloadimage, which is free, not xv, which isn't.
21556         * ange-ftp.el (ange-ftp-file-name-nondirectory):
21557         Don't ever include the host name or user name in the value.
21559 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
21561         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
21562         of a real newline.
21564 2000-01-09  Stephen Eglen  <stephen@gnu.org>
21566         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
21567         for .png files.
21569 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
21571         * cus-edit.el (custom-hook-convert-widget): Fix comment.
21573 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
21575         * progmodes/cperl-mode.el: Replace ^F with ^L.
21577         * sendmail.el (toplevel): Provide `sendmail' when compiling before
21578         `require'ing rmail and mailalias to prevent infinite recursion.
21580 2000-01-08  Dave Love  <fx@gnu.org>
21582         * emacs-lisp/backquote.el: Remove inappropriate customization
21583         (allowing custom.el to use backquote).
21585 2000-01-07  Dave Love  <fx@gnu.org>
21587         * add-log.el (add-log-debugging): Deleted.
21588         (add-change-log-entry): Treat a backup FILE-NAME as its parent
21589         file.  Remove debugging code.
21590         (change-log-get-method-definition, change-log-name): Add doc.
21591         (change-log-sortable-date-at): New function.
21592         (change-log-merge): New command.
21594         * time.el (display-time-string-forms): Make the Mail string active.
21595         (display-time-update): Provide help-echo for load average.
21597         * bindings.el (make-mode-line-mouse2-map): New function.
21598         (mode-line-modified): Use it and simplify.
21599         (mode-line-mule-info): Provide help-echo info.
21600         (minor-mode-alist): Activate the strings.
21601         (make-mode-line-mouse-sensitive): Simplify for
21602         mode-line-buffer-identification.
21604 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
21606         * play/pong.el: New file.
21608 2000-01-06  Dave Love  <fx@gnu.org>
21610         * array.el: Assorted cleanups for compiler warnings, doc strings,
21611         `array-' prefix for symbols.
21613 2000-01-05  Dave Love  <fx@gnu.org>
21615         * textmodes/outline.el (outline-mode-menu-bar-map):
21616         Add outline-headers-as-kill.
21617         (outline-mode): Define imenu-generic-expression.
21618         (outline-headers-as-kill): New command.
21620         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
21621         from paragraph-start.
21622         (paragraph-indent-minor-mode): New command.
21624         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
21625         M-C-e, M-C-h, C-j, C-xnd, TAB.
21626         (fortran-mode): Set beginning-of-defun, end-of-defun.
21627         (fortran-column-ruler): Simplify.
21628         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
21629         (fortran-with-subprogram-narrowing): Likewise.
21630         (fortran-indent-subprogram): Call mark-defun.
21631         (fortran-check-for-matching-do): Change narrowing.
21633         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
21634         (cl-lucid-hash-tag): Delete.
21635         (cl-hash-table-p): Correct test for native table.
21636         (cl-hash-table-count): Use hash-table-count.
21638         * browse-url.el (browse-url): Fix case of
21639         browse-url-browser-function being an alist.
21641 2000-01-05  Carsten Dominik  <cd@gnu.org>
21643         * textmodes/reftex-vars.el (reftex-parse-file-extension)
21644         (reftex-index-phrase-file-extension): New options.
21646         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
21647         Use new option `reftex-index-phrase-file-extension'.
21649         * textmodes/reftex.el (reftex-access-parse-file): Use new option
21650         `reftex-parse-file-extension'.
21652 2000-01-05  Dave Love  <fx@gnu.org>
21654         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
21655         (beginning-of-defun-raw): Use it.
21656         (end-of-defun): New variable.
21657         (end-of-defun): Use it.
21658         (check-parens): New command.
21660 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
21662         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
21663         (hs-show-block): Don't use `mapcar' when not accumulating.
21665         Fix buglet in local variables initialization.
21667 2000-01-05  Andreas Schwab  <schwab@suse.de>
21669         * hscroll.el (hscroll): Doc fix.
21671 2000-01-05  Carsten Dominik  <cd@gnu.org>
21673         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
21674         Require idlw-toolbar.
21676         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
21677         file idlw-rinfo.el.
21678         (idlwave-customize): Load must read file idlw-shell.el.
21679         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
21681 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
21683         * progmodes/idlw-shell.el: Also provide idlwave-shell
21684         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
21685         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
21687         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
21688         both reftex-dcr and reftex-vcr.
21690         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
21692 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
21694         * ps-print.el: PostScript code now is in separate files, doc fix.
21695         (ps-print-version): New version number (5.0.3).
21696         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
21697         local.
21698         (ps-spool-config): Initialization fix.
21699         (ps-print-prologue-1, ps-print-prologue-2)
21700         (ps-print-duplex-feature): PostScript code moved to separated file.
21701         (ps-background-image): Little code reformating.
21702         (ps-begin-file, ps-begin-job): Fix code.
21703         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
21704         (ps-prologue-file): New fun.
21706 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
21708         * ps-vars.el: Eliminated.
21710         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
21711         `;;;###autoload'.
21713         * ps-print.el: ps-vars eliminated, doc fix.
21714         (ps-print-version): New version number (5.0.2).
21715         (ps-spool-config): Initialization fix.
21716         (ps-print-customize): New fun.
21718 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
21720         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
21722 2000-01-04  Dave Love  <fx@gnu.org>
21724         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
21725         menu items.
21727 2000-01-03  Dave Love  <fx@gnu.org>
21729         * elide-head.el (elide-head) [defgroup]: Add :version.
21731         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
21732         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
21733         Use `cl-hash-table-p', not `hash-table-p'.
21734         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
21736 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
21738         * faces.el (face-read-integer, read-face-attribute)
21739         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
21741 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
21743         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
21744         at comment end, and re-insert them after filling.
21746 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
21748         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
21749         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
21750         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
21752 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
21754         * term/x-win.el (xw-defined-colors): Call color-supported-p,
21755         the new name of face-color-supported-p.
21757         * term/w32-win.el (xw-defined-colors): Likewise.
21759 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
21761         * simple.el (completion-setup-function): Count completion-size
21762         from minibuffer-prompt-end, not from point-min.
21764 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
21766         * faces.el (read-face-attribute, defined-colors, color-defined-p):
21767         Pass the frame to tty-color-* functions.
21768         (display-color-p, frame-set-background-mode): Pass the frame to
21769         tty-display-color-p.
21771         * term/tty-colors.el (tty-defined-color-alist): Renamed from
21772         tty-color-alist.
21773         (tty-color-alist, tty-modify-color-alist): New functions.
21774         (tty-color-define,  tty-color-clear, tty-color-approximate)
21775         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
21776         optional parameter FRAME.
21778 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
21780         * image.el (create-image, defimage): Don't assume image data is
21781         a string.
21783         * image.el (defimage): Handle specifications containing :data
21784         instead of :file.
21785         (image-type-from-data): New function.
21786         (image-type-from-file-header): Use it.
21787         (create-image): Add parameter DATA-P.
21789 See ChangeLog.8 for earlier changes.
21791 ;; Local Variables:
21792 ;; coding: iso-2022-7bit
21793 ;; End:
21795     Copyright (C) 2000, 2001 Free Software Foundation, Inc.
21796   Copying and distribution of this file, with or without modification,
21797   are permitted provided the copyright notice and this notice are preserved.